/* 반응형 시작 */
@media all and (max-width:1024px) { 

  /* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ common */
  /* TOP 배너 영역  */
  .top_banner {
    width: 100%;
    height: calc(100vw * (60 / 428));
    margin: 0 auto;
    text-align: center;
    padding-top:calc(100vw * (10 / 428));
    border-bottom: 1px solid #203465;
    background: #ffffff;
  }
  .aside {
    display: none;
  }
  .pink_span {
    color: #ff6f6f;
  }

  .top_banner .dark_span_16px,
  .top_banner .blue_span,
  .top_banner .pink_span {
    font-size: calc(100vw * (12 / 428));
  }
  
  .top_banner .blue_span {
    display: block;
    color: #203465;
    font-weight: bold;
  }
  
  .blue_span_nobold {
    color: #203465;
    font-size: 14px;
  }
  
  
  /* header 영역 */
  .pc_header {
    width: 100%;
    z-index: 9999;
  }

  
  .nav_wrap {
    width: 100%;
    height: calc(100vw * (60 / 428));
    background: #fbfbfa;
  }
  
  .nav_bg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fbfbfa;
    margin: 0 auto;
    border-bottom: 1px solid #203465;
  }
  
  .left_nav,
  .right_nav {
    display: flex;
    align-items: center;
  }
  
  /* Left nav 영역 */
  .left_nav {
    height: 100%;
  }
  
  .arcodian_menu_arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
  }
  
  .arcodian_menu_arrow:nth-child(1) {
    margin-left: 15px;
  }
  
  .arcodian_menu_arrow:nth-child(2) {
    margin-left: 17px;
  }
  
  .arcodian_menu_arrow .img {
    width: 100%;
  }
  
  .right_nav {
    height: 100%;
    justify-content: space-between;
  }
  
  /* Logo 크기 */
  .logo {

    width:calc(100vw * (160 / 428));
    max-width:200px;
    height: calc(100vw * (24 / 428));
    margin-left: calc(100vw * (20 / 428));
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logo .img {
    width: 100%;
  }
  
  
  /* Nav 영역 */
  .sub_depth1 {
    display: none;
  }
  
  
  
  /* aside nav */
  .aside {
    width: 24px;
    height: 90px;
    position: absolute;
    top: 435px;
    right: 28px;
  }
  
  .aside .aside_wrap .line_ {
    width: 24px;
    height: 42px;
    position: relative;
  }
  
  .aside .aside_wrap .span {
    display: block;
    width: 24px;
    height: 1px;
    background: #203465;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .aside .head_set .img,
  .aside .shop_map .img {
    width: 24px;
  }
  
  
  /* 햄버거  */
  
  .overlay-navigation {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateY(-210%);
    margin-top:14.019vw;
  }
  
  .overlay-slide-down {
    transition: all .4s ease-in-out;
    transform: translateY(0)
  }
  
  .overlay-slide-up {
    transition: all .8s ease-in-out;
    transform: translateY(-100%)
  }
  
  
  .overlay-slide-header-down {
    transition: all .4s ease-in-out;
    transform: translateY(0)
  }
  
  .overlay-slide-header-up {
    transition: all .8s ease-in-out;
    transform: translateY(calc(-100vw * (59 / 428)));
  }



  


  
  .hambuger,
  .hambuger ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  .hambuger ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
  }
  
  .hambuger .ul .list {
    width: 33.333vw;
    height: 100%;
    padding:50px 70px;
    overflow: hidden;
    transform: translateY(-100%);
    position: relative;
  }
  
  
  .hambuger .list>.link {
    position: relative;
    z-index: 999;
    top: 46%;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Eina01',sans-serif;
    font-size: 2.604vw;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    color: #ffffff;
    display: block;
    transition: 0.5s;
    
  }
  
  .con_box_inner {
    width: 26.042vw;
    height: 41.667vw;
    position: absolute;
    left: 50%;
    bottom:50%;
    transform:translate(-50%, 55%);
    
    visibility: hidden;
  }
  
  .hambuger .list::after {
    content: "";
    width:100%;
    height: 100%;
    position: absolute;
    left:0%;
    top:0%;
    background:rgba(0, 0, 0, 0.5);
    z-index: -1;
    visibility:hidden;
  }
  
  .hambuger .list:hover::after {
    visibility: visible;
  }
  
  .hambuger .list:hover .link {
    transform:translate(0%, -11.563vw);
  }
  
  .hambuger .list:hover .con_box_inner {
    visibility: visible;
  }
  
  
  .hambuger .con_box_inner_img {
    max-width: 26.042vw;
    margin-bottom:1.604vw;
  }
  
  .hambuger .list:nth-child(2) .con_box_inner_img,
  .hambuger .list:nth-child(3) .con_box_inner_img {
    margin-bottom:5.604vw;
  }
  .con_box_inner_desc_top,
  .con_box_inner_desc_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .con_box_inner_desc_top .img {
    width:6.354vw;
  }
  
  .con_box_inner_desc_bottom {
    padding: 2.646vw 0vw;
  }
  
  
  .con_box_inner_desc_bottom .p {
    font-size: 0.781vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.15px;
    text-align: left;
  }
  
  .con_box_inner_desc .e_white_span24px {
    font-family: 'Eina01',sans-serif;
    font-size: 1.250vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
  
  .con_box_inner_desc_bottom .img {
    width:3.125vw;
  }
  
  .hambuger .matt_ {
    background: url("/img/header/matt_bg.jpg") no-repeat;
    background-size: cover;
  }
  
  .hambuger .frame_ {
    background: url("/img/header/frame_bg.jpg") no-repeat;
    background-size: cover;
  }
  
  .hambuger .pillow_ {
    background: url("/img/header/pillow_bg.jpg") no-repeat;
    background-size: cover;
  }
  
  .slide-in-nav-item {
    animation: slide-in-nav-item 0.2s linear 0.5s both;
  }
  
  .slide-in-nav-item-delay-1 {
    animation: slide-in-nav-item 0.2s linear 0.6s both;
  }
  
  .slide-in-nav-item-delay-2 {
    animation: slide-in-nav-item 0.2s linear 0.7s both;
  }
  
  
  .slide-in-nav-item-reverse {
    animation: slide-in-nav-item-reverse .2s linear 1 .5s both;
  }
  
  .slide-in-nav-item-delay-1-reverse {
    animation: slide-in-nav-item-reverse .2s linear 1 .4s both;
  }
  
  .slide-in-nav-item-delay-2-reverse {
    animation: slide-in-nav-item-reverse .2s linear 1 .3s both;
  }
  
  
  
  
  .hambuger {
    display: none;
  }

  .m_hambuger {
    width: 100vw;
    height: 100%;
    background:#203465;
    padding-top: 10%;
    padding-left: 4.673vw;
    padding-right: 4.673vw;
    padding-bottom: 2.673vw;
    text-align: left;
    position: relative;
    z-index: 999;
  }

  
  .con_tab_menu_wrap {
     width: 100%;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .con_top_links {
    width: 100%;
    margin-left: auto;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-end;
    margin-bottom: 9.346vw;
  }
  .con_top_links div {
    width: 22.692vw;
    margin-left: 5.841vw;
    margin-bottom:3.037vw;
  }

  .con_top_links .link {
    color:#ffffff;
    font-size: calc(100vw * (14 / 428));
  }

  .header_content_qustion {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .header_content_qustion .q_title {
    display: inline-block;
    font-family: 'Eina01',sans-serif;
    font-size: calc(100vw * (30 / 428));
    font-weight: bold;
    letter-spacing: 5px;
    color: #ffffff;
    cursor: pointer;
  }

  .header_content_answer {
    display: none;
  }

  .header_content_qustion .q_title .link {
    display: inline-block;
    font-family: 'Eina01',sans-serif;
    font-size: calc(100vw * (30 / 428));
    font-weight: bold;
    letter-spacing: 5px;
    color: #ffffff;
    cursor: pointer;
  }

  .header_content_answer .a_desc {
    display: block;
    font-family: 'Eina01',sans-serif;
    font-size: 4.042vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3vw;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 3.336vw;
    margin-bottom: 5.336vw;
  }

.hambuger_content_qustion {
  border-top: 1px solid #ffffff;
  padding-top:3%;
  padding-bottom:3%;
  padding-left:4.673vw;
}

.hambuger_content_answer .a_desc {
  display: flex;
  flex-direction: column;
  padding-left: 8.673vw;
  font-size: calc(100vw * (18 / 428));
  
}

.hambuger_content_answer{
  display: none;
}
.hambuger_content_answer .a_desc .link {
  margin-bottom: 2vw;
}
.m_hambuger_ul {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 23.364vw;
}
.m_hambuger_ul .link {
  color:#ffffff;
}

.m_hambuger_ul .q_title {
  color:#ffffff;
  font-size: calc(100vw * (12 / 428));
}

  
  /* ====================================
  Burger king
  ==================================== */
  
  .open-overlay {
    position: relative;
    z-index: 100;
    width: calc(100vw * (60 / 428));
    height: calc(100vw * (60 / 428));
    display: block;
    cursor: pointer;
    background: #203465;
    padding: calc(100vw * (12 / 428));
  }
  
  .open-overlay span {
    display: block;
    height: calc(100vw * (3 / 428));
    background-color: #fff;
    cursor: pointer;
    margin-top: calc(100vw * (8 / 428));
    border-radius: 5px ;
  }
  
  .animate-top-bar {
    animation: animate-top-bar .6s linear 1 both
  }
  
  .animate-bottom-bar {
    animation: animate-bottom-bar .6s linear 1 both
  }
  
  .animate-middle-bar {
    animation: animate-middle-bar .6s linear 1 both
  }
  
  .animate-out-top-bar {
    animation: animate-out-top-bar .6s linear 1 both
  }
  
  .animate-out-bottom-bar {
    animation: animate-out-bottom-bar .6s linear 1 both
  }
  
  .animate-out-middle-bar {
    animation: animate-out-middle-bar .6s linear 1 both
  }
  
  /* ====================================
  Animation keyframes
  ==================================== */
  
  @keyframes slide-in-nav-item {
    from {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }
  
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }
  
  @keyframes slide-in-nav-item-reverse {
    from {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  
    to {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }
  }
  
  
  @keyframes slide-in-header-nav-item {
    from {
      -webkit-transform: translateY(-85%);
      transform: translateY(-85%)
    }
  
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }
  
  @keyframes slide-in-header-nav-item-reverse {
    from {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  
    to {
      -webkit-transform: translateY(-85%);
      transform: translateY(-85%)
    }
  }
  
  /* 햄버거 라인 애니메이션  */
  
  /* Top  */
  
  @keyframes animate-out-top-bar {
    0% {
      transform: rotateZ(45deg);
    }
  
    50% {
      transform: rotateZ(25deg);
    }
  
    100% {
      transform: rotateZ(0deg);
      background-color: #ffffff;
    }
  }
  
  @keyframes animate-top-bar {
    0% {
      transform: rotateZ(0deg) translate(0px, 0px);
    }
  
    50% {
      transform: rotateZ(25deg) translate(calc(100vw * (3 / 428)), calc(100vw * (3 / 428)));
    }
  
    100% {
      transform: rotateZ(45deg) translate(calc(100vw * (5 / 428)), calc(100vw * (5 / 428)));
      background-color: #ffffff;
    }
  }
  
  /* middle  */
  
  @keyframes animate-out-middle-bar {
    0% {
      transform: rotateZ(135deg);
    }
  
    50% {
      transform: rotateZ(90deg);
    }
  
    100% {
      transform: rotateZ(0deg);
      background-color: #ffffff;
  
    }
  }
  
  @keyframes animate-middle-bar {
    0% {
      transform: rotateZ(0deg) translate(0px, 0px);
    }
  
    50% {
      transform: rotateZ(90deg) translate(calc(100vw * (3 / 428)), calc(100vw * (3 / 428)));
    }
  
    100% {
      transform: rotateZ(135deg) translate(calc(100vw * (-3 / 428)), calc(100vw * (2 / 428)));
      background-color: #ffffff;
  
    }
  }
  
  
  /* bottom  */
  @keyframes animate-out-bottom-bar {
    0% {
      transform: translate(0px, 10px);
    }
  
    50% {
      transform: translate(0px, 5px);
    }
  
    100% {
      transform: translate(0px, 0px);
      background-color: #ffffff;
  
    }
  }
  
  @keyframes animate-bottom-bar {
    0% {
      transform: translate(0px, 0px);
      background-color: #203465;
    }
  
    50% {
      transform: translate(3px, 3px);
      background-color: #203465;
    }
  
    100% {
      transform: translate(0px, 10px);
      background-color: #203465;
    }
  }
  
  
  
  
  
  
  .home a {
    font-family: "Work Sans", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 50px;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
  }
  
  }


  @media (min-width: 1025px) and (max-width: 1315px) {
    
    /* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ common */
    /* TOP 배너 영역  */
    .m_hambuger {
      display: none;
    }
    .top_banner {
      width: 100%;
      height:60px;
      margin: 0 auto;
      padding-top:20px;
      text-align: center;
      border-bottom: 1px solid #203465;
      background: #ffffff;
    }
    
    .pink_span {
      color: #ff6f6f;
    }
    
    .blue_span {
      color: #203465;
      font-weight: bold;
    }
    
    .blue_span_nobold {
    
      color: #203465;
      font-size:  calc(100vw * ( 14   / 1315));
    }
    
    
    /* header 영역 */
    .pc_header {
      width: 100%;
      position: fixed;
      z-index: 9999;
    }
    
    .nav_wrap {
      width: 100%;
      height: 70px;
      background: #fbfbfa;
      border-bottom: 1px solid #203465;
    }
    
    .nav_bg {
      width: 100%;
      max-width:  calc(100vw * ( 1315   / 1315));
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fbfbfe;
      margin: 0 auto;
    }
    .sub_depth1 .arcodian_menu_list {
      position:relative;
    }
    .sub_depth1 .arcodian_menu_list .arcodian_menu {
      display: flex;
    cursor: pointer;
    }
    
    
    .sub_depth1 .arodian_list {
      width: 100%;
      background:#203465;
      position:absolute;
      top:84%;
      text-align: left;
      display: none;
    }
    
    .sub_depth1 .arodian_list div {
      padding-top:calc(100vw * (  12 / 1315));
      padding-right:0px;
      padding-bottom:calc(100vw * (  12 / 1315));
      padding-left:calc(100vw * (  10 / 1315));
      font-size:  calc(100vw * (  14 / 1315));
      
      border-bottom: 1px solid #707070;
    }
    
    .sub_depth1 .arodian_list div .link {
    color:#ffffff;
    }
    
    .sub_depth1 .arcodian_menu_list:hover .arodian_list {
      display: block;
    }
    
    .left_nav,
    .right_nav {
      display: flex;
      align-items: center;
    }
    
    /* Left nav 영역 */
    .left_nav {
      height: 100%;
    }
    
    .arcodian_menu_arrow {
      display: inline-block;
      width:  calc(100vw * (   12 / 1315));
      height:  calc(100vw * (   12 / 1315));
    }
    
    .arcodian_menu_arrow:nth-child(1) {
      margin-left:  calc(100vw * (  15  / 1315));
    }
    
    .arcodian_menu_arrow:nth-child(2) {
      margin-left:  calc(100vw * ( 17   / 1315));
    }
    
    .arcodian_menu_arrow .img {
      width: 100%;
    }
    
    .right_nav {
      height: 100%;
      justify-content: space-between;
    }
    
    /* Logo 크기 */
    .logo {
      width: 200px;
      height:30px;
      margin-left:calc(100vw * ( 50   / 1315));
    }
    
    .logo .img {
      width: 100%;
      height: 100%;
    }
    
    
    /* Nav 영역 */
    .sub_depth1 {
      display: flex;
      height: 100%;
      align-items: center;
    }
    
    
    .right_nav .sub_depth1 .list {
      margin-right:  calc(100vw * ( 25   / 1315));
      height: 100%;
      display: flex;
      align-items: center;
    }
    .right_nav .sub_depth1 .list:first-child {
        display: none;
    }
    
    .left_nav .sub_depth1 .list {
      height: 100%;
      display: flex;
      align-items: center;
    }
    
    .sub_depth1 .list a,
    .arcodian_menu {
      color: #333333;
    }

    .header_check label em {
      margin-left:calc(100vw*(10/1315));
    }

    .basket_number_wrap {
      width: calc(100vw*(15/1315));
      height:calc(100vw*(15/1315));
      background:#bbbbbb;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 2px;
      margin-left: calc(100vw*(5/1315));
    }
    
    .basket_number {
      font-size: calc(100vw*(10/1315));
      color:#ffffff;
      vertical-align: middle;
    }
    
    
    /* Li사이 간격  */
    .left_nav .list:nth-child(1) {
        margin-right:calc(100vw * (  18 / 1315));
        margin-left:calc(100vw * (  20 / 1315));
    }
    
    .left_nav .list:nth-child(3) {
        margin-right:calc(100vw * (  8 / 1315));
        margin-left:calc(100vw * (  18 / 1315));
    }
    
    .left_nav .list:nth-child(5) {
      margin-left:  calc(100vw * (  20  / 1315));
    }
    
    .right_nav .list:nth-child(5) {
      margin-right:  calc(100vw * ( 13   / 1315));
    }
    
    
    /* aside nav */
    .aside {
      position:fixed;
      bottom:5%;
      right:1%;
    
    }
    .quick_menu_ul li {
      border-radius: 50%;
      margin-top:calc(100vw * (  10 / 1315));
      margin-bottom:calc(100vw * (  10 / 1315));
    }
    .aside_btn {
      display: none;
    }
    .quick_menu_open_btn {
      cursor: pointer;
    }
    .aside_btn a,
    .go_top a,
    .quick_menu_open_btn{
      display: block;
      width: calc(100vw * (  70  / 1315));
      height:  calc(100vw * ( 70   / 1315));
      border-radius: 50%;
      background:#203465;
      text-align: center;
      color:#ffffff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 1px solid #ffffff;
    }
    
    
    .go_top a {
      background:#ffffff;
      color:#203465;
      border:1px solid #203465;
    }
    
    .go_top a .img {
      width: calc(100vw * (  20  / 1315));
      height:  calc(100vw * (  20  / 1315));
      transform: rotateZ(180deg);
    }
    .aside_btn a img,
    .quick_menu_open_btn img{
      display: inline-block;
      width: calc(100vw * ( 10   / 1315));
      height:  calc(100vw * ( 10   / 1315));
    }
    
    .quick_menu_customer_link .img,
    .quick_menu_map_link .img,
    .quick_menu_gift_link .img {
      width: calc(100vw * (  24  / 1315));
      height:  calc(100vw * (  24  / 1315));
    
    }
    
    /* 햄버거  */
    
    .overlay-navigation {
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      transform: translateY(-100%);
    }
    
    .overlay-slide-down {
      transition: all .4s ease-in-out;
      transform: translateY(0)
    }
    
    .overlay-slide-up {
      transition: all .8s ease-in-out;
      transform: translateY(-100%);
    }
    
    
    .overlay-slide-header-down {
      transition: all .4s ease-in-out;
      transform: translateY(0%);
    }
    
    .overlay-slide-header-up {
      transition: all .8s ease-in-out;
      transform: translateY(-60px);
    }
    
    
    
    .hambuger,
    .hambuger ul {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
    }
    
    .hambuger ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
      list-style: none;
    }
    
    .hambuger .ul .list {
      width: 33.333vw;
      height: 100%;
            padding-top:calc(100vw * (50 / 1315));
      padding-right:calc(100vw * ( 70 / 1315));
      padding-bottom:calc(100vw * (  50 / 1315));
      padding-left:calc(100vw * ( 70 / 1315));
      overflow: hidden;
      transform: translateY(-100%);
      position: relative;
    }
    
    
    .hambuger .list>.link {
      position: relative;
      z-index: 999;
      top: 46%;
      color: #fff;
      text-transform: uppercase;
      font-family: 'Eina01',sans-serif;
      font-size: 2.604vw;
      font-weight: bold;
      letter-spacing:  calc(100vw * ( 5   / 1315));
      text-align: center;
      color: #ffffff;
      display: block;
      transition: 0.5s;
      
    }
    
    .con_box_inner {
      width: 26.042vw;
      height: 41.667vw;
      position: absolute;
      left: 50%;
      bottom:50%;
      transform:translate(-50%, 55%);
      
      visibility: hidden;
    }
    
    .hambuger .list::after {
      content: "";
      width:100%;
      height: 100%;
      position: absolute;
      left:0%;
      top:0%;
      background:rgba(0, 0, 0, 0.5);
      z-index: -1;
      visibility:hidden;
    }
    
    .hambuger .list:hover::after {
      visibility: visible;
    }
    
    .hambuger .list:hover .link {
      transform:translate(0%, -11.563vw);
    }
    
    .hambuger .list:hover .con_box_inner {
      visibility: visible;
    }
    
    
    .hambuger .con_box_inner_img {
      max-width: 26.042vw;
      margin-bottom:1.604vw;
    }
    
    .hambuger .list:nth-child(2) .con_box_inner_img,
    .hambuger .list:nth-child(3) .con_box_inner_img {
      margin-bottom:5.604vw;
    }
    .con_box_inner_desc_top,
    .con_box_inner_desc_bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .con_box_inner_desc_top .img {
      width:6.354vw;
    }
    
    .con_box_inner_desc_bottom {
      padding: 2.646vw 0vw;
    }
    
    
    .con_box_inner_desc_bottom .p {
      font-size: 1.1vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.67;
      letter-spacing:  calc(100vw * ( -0.15   / 1315));
      text-align: left;
    }
    
    .con_box_inner_desc .e_white_span24px {
      font-family: 'Eina01',sans-serif;
      font-size: 1.250vw;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.42;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
    }
    
    .con_box_inner_desc_bottom .img {
      width:3.125vw;
    }
    
    .hambuger .matt_ {
      background: url("/img/header/matt_bg.jpg") no-repeat;
      background-size: cover;
    }
    
    .hambuger .frame_ {
      background: url("/img/header/frame_bg.jpg") no-repeat;
      background-size: cover;
    }
    
    .hambuger .pillow_ {
      background: url("/img/header/pillow_bg.jpg") no-repeat;
      background-size: cover;
    }
    
    .slide-in-nav-item {
      animation: slide-in-nav-item 0.2s linear 0.5s both;
    }
    
    .slide-in-nav-item-delay-1 {
      animation: slide-in-nav-item 0.2s linear 0.6s both;
    }
    
    .slide-in-nav-item-delay-2 {
      animation: slide-in-nav-item 0.2s linear 0.7s both;
    }
    
    
    .slide-in-nav-item-reverse {
      animation: slide-in-nav-item-reverse .2s linear 1 .5s both;
    }
    
    .slide-in-nav-item-delay-1-reverse {
      animation: slide-in-nav-item-reverse .2s linear 1 .4s both;
    }
    
    .slide-in-nav-item-delay-2-reverse {
      animation: slide-in-nav-item-reverse .2s linear 1 .3s both;
    }
    
    
    
    
    
    
    /* ====================================
    Burger king
    ==================================== */
    
    .open-overlay {
      position: relative;
      z-index: 100;
      width:  70px;
      height:  70px;
      display: block;
      cursor: pointer;
      background: #203465;
      padding:  18px;
    }
    
    .open-overlay span {
      display: block;
      height: 1px;
      background-color: #fff;
      cursor: pointer;
      margin-top: 8px;
    }
    
    .animate-top-bar {
      animation: animate-top-bar .6s linear 1 both
    }
    
    .animate-bottom-bar {
      animation: animate-bottom-bar .6s linear 1 both
    }
    
    .animate-middle-bar {
      animation: animate-middle-bar .6s linear 1 both
    }
    
    .animate-out-top-bar {
      animation: animate-out-top-bar .6s linear 1 both
    }
    
    .animate-out-bottom-bar {
      animation: animate-out-bottom-bar .6s linear 1 both
    }
    
    .animate-out-middle-bar {
      animation: animate-out-middle-bar .6s linear 1 both
    }
    
    /* ====================================
    Animation keyframes
    ==================================== */
    
    @keyframes slide-in-nav-item {
      from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
      }
    
      to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
      }
    }
    
    @keyframes slide-in-nav-item-reverse {
      from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
      }
    
      to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
      }
    }
    
    
    @keyframes slide-in-header-nav-item {
      from {
        -webkit-transform: translateY(-85%);
        transform: translateY(-85%)
      }
    
      to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
      }
    }
    
    @keyframes slide-in-header-nav-item-reverse {
      from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
      }
    
      to {
        -webkit-transform: translateY(-85%);
        transform: translateY(-85%)
      }
    }
    
    /* 햄버거 라인 애니메이션  */
    
    /* Top  */
    
    @keyframes animate-out-top-bar {
      0% {
        transform: rotateZ(45deg);
      }
    
      50% {
        transform: rotateZ(25deg);
      }
    
      100% {
        transform: rotateZ(0deg);
        background-color: #ffffff;
      }
    }
    
    @keyframes animate-top-bar {
      0% {
        transform: rotateZ(0deg) translate(0px, 0px);
      }
    
      50% {
        transform: rotateZ(25deg) translate(3px, 3px);
      }
    
      100% {
        transform: rotateZ(45deg) translate(5px, 5px);
        background-color: #ffffff;
      }
    }
    
    /* middle  */
    
    @keyframes animate-out-middle-bar {
      0% {
        transform: rotateZ(135deg);
      }
    
      50% {
        transform: rotateZ(90deg);
      }
    
      100% {
        transform: rotateZ(0deg);
        background-color: #ffffff;
    
      }
    }
    
    @keyframes animate-middle-bar {
      0% {
        transform: rotateZ(0deg) translate(0px, 0px);
      }
    
      50% {
        transform: rotateZ(90deg) translate(3px, 3px);
      }
    
      100% {
        transform: rotateZ(135deg) translate(-1px, 2px);
        background-color: #ffffff;
    
      }
    }
    
    
    /* bottom  */
    @keyframes animate-out-bottom-bar {
      0% {
        transform: translate(0px, 10px);
      }
    
      50% {
        transform: translate(0px, 5px);
      }
    
      100% {
        transform: translate(0px, 0px);
        background-color: #ffffff;
    
      }
    }
    
    @keyframes animate-bottom-bar {
      0% {
        transform: translate(0px, 0px);
        background-color: #203465;
      }
    
      50% {
        transform: translate(3px, 3px);
        background-color: #203465;
      }
    
      100% {
        transform: translate(0px, 10px);
        background-color: #203465;
      }
    }
    
    
    
    
    
    
    .home a {
      font-family: "Work Sans", sans-serif;
      color: #fff;
      font-weight: 300;
      font-size:  calc(100vw * ( 12   / 1315));
      text-transform: uppercase;
      text-decoration: none;
      position: absolute;
      z-index: 10;
      top:  calc(100vw * ( 50   / 1315));
      left:  calc(100vw * (   50 / 1315));
      padding-bottom:  calc(100vw * ( 3   / 1315));
      border-bottom: 1px solid #fff;
    }
    
    @media (max-width: 640px) {
      .hambuger ul li a {
        font-size:  calc(100vw * (  11  / 1315));
      }
    
      .hambuger li a:after {
        font-size: 0.6rem;
      }
    
      .open-overlay {
        right: 1rem;
      }
    
      .hambuger li a:before {
        width: 15 calc(100vw * (    / 1315));
      }
    }
    
      }


@media all and (min-width:1316px) { 

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ common */
/* TOP 배너 영역  */
.m_hambuger {
  display: none;
}
.top_banner {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  border-bottom: 1px solid #203465;
  background: #ffffff;
}

.pink_span {
  color: #ff6f6f;
}

.blue_span {
  color: #203465;
  font-weight: bold;
}

.blue_span_nobold {

  color: #203465;
  font-size: 14px;
}


/* header 영역 */
.pc_header {
  width: 100%;
  position: fixed;
  z-index: 9999;
}

.nav_wrap {
  width: 100%;
  height: 71px;
  background: #fbfbfa;
  border-bottom: 1px solid #203465;
}

.nav_bg {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbfbfe;
  margin: 0 auto;
}
.sub_depth1 .arcodian_menu_list {
  position:relative;
}
.sub_depth1 .arcodian_menu_list .arcodian_menu {
  display: flex;
cursor: pointer;
}


.sub_depth1 .arodian_list {
  width: 100%;
  background:#203465;
  position:absolute;
  top:84%;
  text-align: left;
  display: none;
}

.sub_depth1 .arodian_list div {
  padding:12px 0px  12px 10px;
  font-size: 14px;
  
  border-bottom: 1px solid #707070;
}

.sub_depth1 .arodian_list div .link {
color:#ffffff;
}

.sub_depth1 .arcodian_menu_list:hover .arodian_list {
  display: block;
}

.left_nav,
.right_nav {
  display: flex;
  align-items: center;
}

/* Left nav 영역 */
.left_nav {
  height: 100%;
}

.arcodian_menu_arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.arcodian_menu_arrow:nth-child(1) {
  margin-left: 15px;
}

.arcodian_menu_arrow:nth-child(2) {
  margin-left: 17px;
}

.arcodian_menu_arrow .img {
  width: 100%;
}

.right_nav {
  height: 100%;
  justify-content: space-between;
}

/* Logo 크기 */
.logo {
  width: 200px;
  height: 30.6px;
  margin-left: 50px;
}

.logo .img {
  width: 100%;
  height: 100%;
}


/* Nav 영역 */
.sub_depth1 {
  display: flex;
  height: 100%;
  align-items: center;
}


.right_nav .sub_depth1 .list {
  margin-right: 25px;
  height: 100%;
  display: flex;
  align-items: center;
}

.left_nav .sub_depth1 .list {
  height: 100%;
  display: flex;
  align-items: center;
}

.sub_depth1 .list a,
.arcodian_menu {
  color: #333333;
}

.header_check label em {
  margin-left:10px;
}

.basket_number_wrap {
  width: 15px;
  height:15px;
  background:#bbbbbb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin-left: 5px;
}

.basket_number {
  font-size: 10px;
  color:#ffffff;
  vertical-align: middle;
}

/* Li사이 간격  */
.left_nav .list:nth-child(1) {
  margin: 0px 28px 0px 30px;
}

.left_nav .list:nth-child(3) {
  margin: 0px 18px 0px 28px;
}

.left_nav .list:nth-child(5) {
  margin-left: 27px;
}

.right_nav .list:nth-child(5) {
  margin-right: 70px;
}


/* aside nav */
.aside {
  position:fixed;
  bottom:5%;
  right:1%;

}
.quick_menu_ul li {
  border-radius: 50%;
  margin:10px 0px;
}
.aside_btn {
  display: none;
}
.quick_menu_open_btn {
  cursor: pointer;
}
.aside_btn a,
.go_top a,
.quick_menu_open_btn{
  display: block;
  width:70px;
  height: 70px;
  border-radius: 50%;
  background:#203465;
  text-align: center;
  color:#ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
}


.go_top a {
  background:#ffffff;
  color:#203465;
  border:1px solid #203465;
}

.go_top a .img {
  width:20px;
  height: 20px;
  transform: rotateZ(180deg);
}
.aside_btn a img,
.quick_menu_open_btn img{
  display: inline-block;
  width:10px;
  height: 10px;
}

.quick_menu_customer_link .img,
.quick_menu_map_link .img,
.quick_menu_gift_link .img {
  width:24px;
  height: 24px;

}

/* 햄버거  */

.overlay-navigation {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%);
}

.overlay-slide-down {
  transition: all .4s ease-in-out;
  transform: translateY(0)
}

.overlay-slide-up {
  transition: all .8s ease-in-out;
  transform: translateY(-100%);
}


.overlay-slide-header-down {
  transition: all .4s ease-in-out;
  transform: translateY(0%);
}

.overlay-slide-header-up {
  transition: all .8s ease-in-out;
  transform: translateY(-84%);
}



.hambuger,
.hambuger ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.hambuger ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.hambuger .ul .list {
  width: 33.333vw;
  height: 100%;
  padding:50px 70px;
  overflow: hidden;
  transform: translateY(-100%);
  position: relative;
}


.hambuger .list>.link {
  position: relative;
  z-index: 999;
  top: 46%;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Eina01',sans-serif;
  font-size: 2.604vw;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  color: #ffffff;
  display: block;
  transition: 0.5s;
  
}

.con_box_inner {
  width: 26.042vw;
  height: 41.667vw;
  position: absolute;
  left: 50%;
  bottom:50%;
  transform:translate(-50%, 55%);
  
  visibility: hidden;
}

.hambuger .list::after {
  content: "";
  width:100%;
  height: 100%;
  position: absolute;
  left:0%;
  top:0%;
  background:rgba(0, 0, 0, 0.5);
  z-index: -1;
  visibility:hidden;
}

.hambuger .list:hover::after {
  visibility: visible;
}

.hambuger .list:hover .link {
  transform:translate(0%, -11.563vw);
}

.hambuger .list:hover .con_box_inner {
  visibility: visible;
}


.hambuger .con_box_inner_img {
  max-width: 26.042vw;
  margin-bottom:1.604vw;
}

.hambuger .list:nth-child(2) .con_box_inner_img,
.hambuger .list:nth-child(3) .con_box_inner_img {
  margin-bottom:5.604vw;
}
.con_box_inner_desc_top,
.con_box_inner_desc_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.con_box_inner_desc_top .img {
  width:6.354vw;
}

.con_box_inner_desc_bottom {
  padding: 2.646vw 0vw;
}


.con_box_inner_desc_bottom .p {
  font-size: 1vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.15px;
  text-align: left;
}

.con_box_inner_desc .e_white_span24px {
  font-family: 'Eina01',sans-serif;
  font-size: 1.250vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.con_box_inner_desc_bottom .img {
  width:3.125vw;
}

.hambuger .matt_ {
  background: url("/img/header/matt_bg.jpg") no-repeat;
  background-size: cover;
}

.hambuger .frame_ {
  background: url("/img/header/frame_bg.jpg") no-repeat;
  background-size: cover;
}

.hambuger .pillow_ {
  background: url("/img/header/pillow_bg.jpg") no-repeat;
  background-size: cover;
}

.slide-in-nav-item {
  animation: slide-in-nav-item 0.2s linear 0.5s both;
}

.slide-in-nav-item-delay-1 {
  animation: slide-in-nav-item 0.2s linear 0.6s both;
}

.slide-in-nav-item-delay-2 {
  animation: slide-in-nav-item 0.2s linear 0.7s both;
}


.slide-in-nav-item-reverse {
  animation: slide-in-nav-item-reverse .2s linear 1 .5s both;
}

.slide-in-nav-item-delay-1-reverse {
  animation: slide-in-nav-item-reverse .2s linear 1 .4s both;
}

.slide-in-nav-item-delay-2-reverse {
  animation: slide-in-nav-item-reverse .2s linear 1 .3s both;
}






/* ====================================
Burger king
==================================== */

.open-overlay {
  position: relative;
  z-index: 100;
  width: 70px;
  height: 70px;
  display: block;
  cursor: pointer;
  background: #203465;
  padding: 18px;
}

.open-overlay span {
  display: block;
  height: 1px;
  background-color: #fff;
  cursor: pointer;
  margin-top: 8px;
}

.animate-top-bar {
  animation: animate-top-bar .6s linear 1 both
}

.animate-bottom-bar {
  animation: animate-bottom-bar .6s linear 1 both
}

.animate-middle-bar {
  animation: animate-middle-bar .6s linear 1 both
}

.animate-out-top-bar {
  animation: animate-out-top-bar .6s linear 1 both
}

.animate-out-bottom-bar {
  animation: animate-out-bottom-bar .6s linear 1 both
}

.animate-out-middle-bar {
  animation: animate-out-middle-bar .6s linear 1 both
}

/* ====================================
Animation keyframes
==================================== */

@keyframes slide-in-nav-item {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slide-in-nav-item-reverse {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}


@keyframes slide-in-header-nav-item {
  from {
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slide-in-header-nav-item-reverse {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%)
  }
}

/* 햄버거 라인 애니메이션  */

/* Top  */

@keyframes animate-out-top-bar {
  0% {
    transform: rotateZ(45deg);
  }

  50% {
    transform: rotateZ(25deg);
  }

  100% {
    transform: rotateZ(0deg);
    background-color: #ffffff;
  }
}

@keyframes animate-top-bar {
  0% {
    transform: rotateZ(0deg) translate(0px, 0px);
  }

  50% {
    transform: rotateZ(25deg) translate(3px, 3px);
  }

  100% {
    transform: rotateZ(45deg) translate(5px, 5px);
    background-color: #ffffff;
  }
}

/* middle  */

@keyframes animate-out-middle-bar {
  0% {
    transform: rotateZ(135deg);
  }

  50% {
    transform: rotateZ(90deg);
  }

  100% {
    transform: rotateZ(0deg);
    background-color: #ffffff;

  }
}

@keyframes animate-middle-bar {
  0% {
    transform: rotateZ(0deg) translate(0px, 0px);
  }

  50% {
    transform: rotateZ(90deg) translate(3px, 3px);
  }

  100% {
    transform: rotateZ(135deg) translate(-1px, 2px);
    background-color: #ffffff;

  }
}


/* bottom  */
@keyframes animate-out-bottom-bar {
  0% {
    transform: translate(0px, 10px);
  }

  50% {
    transform: translate(0px, 5px);
  }

  100% {
    transform: translate(0px, 0px);
    background-color: #ffffff;

  }
}

@keyframes animate-bottom-bar {
  0% {
    transform: translate(0px, 0px);
    background-color: #203465;
  }

  50% {
    transform: translate(3px, 3px);
    background-color: #203465;
  }

  100% {
    transform: translate(0px, 10px);
    background-color: #203465;
  }
}






.home a {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 640px) {
  .hambuger ul li a {
    font-size: 11px;
  }

  .hambuger li a:after {
    font-size: 0.6rem;
  }

  .open-overlay {
    right: 1rem;
  }

  .hambuger li a:before {
    width: 15px;
  }
}

}
