@charset "utf-8";

:root{
  --main-font:"MBC1961M";
  --sub-font:"Pretendard";
  --sub_2-font:"readex-pro";
}

body {font-family: "MBC1961M", "Pretendard","readex-pro", sans-serif; overflow-x: hidden; font-size: 1.6rem; line-height: 1.5 ; color: #000; background: #F6F5F1;}

.inner {max-width: 1700px; margin: 0 auto; padding: 0 5%;}

/* header */
#header {position: absolute; left: 0; top: 0; width: 100%; z-index: 2; padding-top: 20px;}
#header .inner {align-items: center; max-width: 100%; display: flex; justify-content: space-between;}

#header h1 a {display: block; width: 70px; height: 100px; background: url('../img/logo.png') no-repeat center / 100%; font-size: 0;}
#header .gnb {display: flex;}
#header .gnb > li {position: relative;}
#header .gnb > li > a {display: block; padding: 10px 50px; font-size: 2rem; color: #0b5b9f; font-family: var(--sub-font); font-weight: 600;}
#header .gnb > li::before { transition: all 0.5s; content: ''; display: block; width: 8px; height: 8px; background: #0b5b9f; border-radius: 50%; position: absolute; left: 50%; transform: translateX(-50%); top: -10px; opacity: 0; }
#header .gnb > li:hover::before { opacity: 1; top: 0; }

#header .gnb .depth2 {z-index: 5; position: absolute; left: 50%; transform: translateX(-50%); top: 50px; width: 150px; border-radius: 10px; background: #0b5b9f; padding: 20px 20px 30px;}
#header .gnb .depth2 > li {font-size: 1.6rem; text-align: center; padding-bottom: 10px;}
#header .gnb .depth2 > li > a {transition: color 0.3s; color: #fff; font-family: var(--sub-font); font-weight: 400; }
#header .gnb .depth2 > li > a:hover {color: #ffdc48;}


#header .util {display: flex; gap: 20px;}
#header .util .btn_search {width: 30px; height: 30px; background: url('../img/free-icon-magnifier-2311526.png') no-repeat center / 100%; font-size: 0; cursor: pointer;}
#header .util .cart {display: block; width: 30px; height: 30px; background: url('../img/cart_filled_icon_201529.svg') no-repeat center / 100%; font-size: 0; cursor: pointer;}
#header .util .login {display: block; width: 30px; height: 30px; background: url('../img/free-icon-user-5264565.png') no-repeat center / 100%; font-size: 0; cursor: pointer;}

.search {width: 100%; height: 30vh; background: #fff; position: fixed; left: 0; top: 5vh; z-index: 999; display: flex; align-items: center; justify-content: center;}

.search .search_txt {font-weight: 700; color: #0b5b9f; text-align: center; font-size: 3rem; margin-bottom:25px ;}
.search .all {display: flex;}
.search input {background: #0b5b9f;}
.search input[type="text"] {width: 500px; height: 60px; padding: 10px 20px; font-size: 3rem; color: #fff;}
.search input[type="submit"] {border-left: 1px solid #fff; width: 60px; height: 60px;  font-size: 0; cursor: pointer;}

.search_close {position: absolute; right: 50px; top: 70px;}
.search_close {font-size: 0; width: 50px; height: 50px; cursor: pointer; background: url(../img/close-x-svgrepo-com.svg);}



#header .btn_ham {display: none; cursor: pointer;  width: 40px; height: 40px; background: url("../img/menu-svgrepo-com.svg") no-repeat center / 100%; cursor: pointer;  font-size: 0; }

.mgnb_wrap {z-index: 99999; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: #F6F5F1; padding: 100px 50px 50px;}
.mgnb_wrap .mgnb > li {padding: 20px 0; text-transform: uppercase;}
.mgnb_wrap .mgnb > li > a {font-weight: 700; font-size: 2.4rem;color: #0b5b9f; font-family: var(--sub-font); font-weight: 600;}
.mgnb_wrap .mgnb_img {position: absolute; right: 5vw; bottom: 5vh;}
.mgnb_wrap .mgnb_img .bouncen {position: absolute; bottom: 30vh; right:3.8vw; animation: bounce 3s infinite;}

 @keyframes bounce {
        0% {
            opacity: 0;
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            transform: translateZ(0);
        }
    }

.mdepth2 {padding: 10px 0 0 30px;}
.mdepth2 > li {position: relative; padding:10px 0;}
.mdepth2 > li > a {color: #0b5b9f; font-family: var(--sub-font);}
.mdepth2 > li:hover > a {color: #ffdc48;;}
.mgnb_wrap .mgnb_close { width: 50px; height: 50px; border: 0; background: url("../img/close-x-svgrepo-com.svg") no-repeat center / 100%; cursor: pointer; position: absolute; right: 3vw; top: 3vw; font-size: 0; }

@media (max-width : 1400px) {
    #header .inner {justify-content: space-between;}
	#header .gnb { display: none; }
    #header .btn_ham { display: block; }
    #header .util  { display: none; }
     .mgnb_wrap .mgnb_img .bouncen {position: absolute; bottom: 20vh; right:2.5vw; animation: bounce 3s infinite;}
}

@media (max-width : 768px)  {
    .mgnb_wrap .mgnb_img {display: none;}
}

@media (max-width : 500px)  {
    #header h1 a {display: block; width: 70px; height: 100px; background: url('../img/logo_1.png') no-repeat center / 70%; font-size: 0;}
}

/* footer */
#footer {background: #0b5b9f; }
#footer .inner {max-width: 100%;}
#footer .inner .footer_all {display: flex; justify-content: space-between; padding: 50px 0; align-items: center;}
#footer .inner .footer_left img {width: 20px; height: 20px; opacity: 0.8; }
#footer .inner .footer_left .footer_txt {color: #fff; font-size: 1.4rem; opacity: 0.8; padding-top: 20px; font-family: var(--sub-font);}
#footer .inner .footer_left .footer_txt .copy {opacity: 0.5;}
#footer .inner .footer_right img {width: 50px;}



@media (max-width:500px) {
    #footer .inner .footer_left img {width: 15px; height: 15px; opacity: 0.8; }  
}


/* container */
#container h2 {padding:300px 0; text-align: center; font-size: 10rem; color: #0b5b9f;}
#container .inner {display: flex; justify-content: space-between;} 
#container .store_left { color: #0b5b9f; position: sticky; top: 0; height: 800px;}
#container .store_img {padding-top:250px;}
#container .store_left .bouncen {position: absolute; top: 350px; left: 60px; animation: bounce 3s infinite;}

 @keyframes bounce {
        0% {
            opacity: 1;
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            transform: translateZ(0);
        }
    }

#container .right img {width: 100%;}
#container .store_left h3 {font-size: 5rem; padding-bottom: 60px;}
#container .store_left p {font-size: 2.5rem; font-family: var(--sub-font); }
#container .store_txt {padding: 40px 0 200px ; color: #0b5b9f; font-family: var(--sub-font);}
#container .store_txt h3 {font-size: 4rem;  }
#container .store_txt p { font-size: 2rem; padding-top: 45px;}

 @keyframes flowText {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }


#container .item {animation: flowText 20s linear infinite; color: #0b5b9f; font-size: 12.8rem; font-weight: 700;padding:  100px ;}


@media (max-width : 1400px) {
  #container h2 {font-size: 6rem; padding: 300px 0 150px; }
  #container .store_left {width: calc(100% - 500px); position: sticky; top: 0; height: 800px;}
  #container .store_left h3 {font-size: 4.5rem; padding-bottom: 60px;}
  #container .store_left p {font-size: 2.2rem; }
  #container .item {font-size: 8rem;}
} 
@media (max-width : 1200px){
    #container .store_left {position: static;}
}
@media (max-width : 768px) {
   #container h2 {padding: 200px 0; }
  #container .store_left {display: none;}
  #container .store_txt {text-align: center; padding: 50px 0 100px;}
  #container .store_txt h3 {font-size: 3rem;  }
#container .store_txt p { font-size: 2rem; padding-top: 45px;}
#container .item {font-size: 6rem; padding: 0 0 100px ;}
}