@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 .menu_2 {justify-content: center; display: flex; gap: 100px; align-items: center; padding: 300px 0 200px; flex-wrap: wrap;}
#container .menu_2 h2 {font-size: 8rem; color: #0b5b9f;}
#container .menu_2 .menu_btn {display: flex; gap: 280px; padding: 10px 130px; background: #0b5b9f; border-radius: 40px;}
#container .menu_2 .menu_btn p a {transition: all 0.5s; font-size: 3rem; color: #fff; font-family: var(--sub-font); font-weight: 700;}
#container .menu_2 .menu_btn p:hover a {color: #ffdc48;}

#container .inner {max-width: 100%; flex-wrap: wrap; }
#container .inner .mv {position: relative;  justify-content: space-between;}
#container .inner .mv .txt {color: #0b5b9f; cursor: pointer; position: absolute; top: 0; left: 0; font-family: var(--sub-font); }
#container .inner .mv .txt h3 {font-size: 6.2rem;}
#container .inner .mv .txt p {font-size: 4.8rem; padding: 50px 0 150px;}
#container .inner .mv .txt_btn {position: relative;}
#container .inner .mv .rotate_txt1 {position: absolute; top:0; left:0; animation: rotate_txt 30s infinite linear;}
#container .inner .mv .rotate_txt2 {position: absolute; top:35px; left: 40px;}


@keyframes rotate_txt {
    0% {}

    100% {
        transform: rotate(360deg);
    }
}

#container .inner .mv .img {display: flex; gap: 50px; align-items: end; justify-content: right;}
#container .inner .mv .img .goods_mv1 {padding-top: 150px;}
#container .inner .mv .img img {width: 100%;}

@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 0;}

#container .inner {width: 100%; }
#container .inner ul {display: flex; flex-wrap: wrap; gap: 70px; padding: 150px 0 0;}
#container .inner ul li {width: calc((100% - 140px) / 3); padding-bottom: 250px;}
#container .inner ul li img {width: 100%; height: auto;} 
#container .inner ul li dl {padding-top: 70px; text-align: center; color: #0b5b9f; font-size: 2.5rem; font-family: var(--sub-font); } 
#container .inner ul li dl dt {font-weight: 700; padding: 50px 0; }

#container .btn_more {text-align: center; background: url('../img/btn.png') no-repeat center; padding: 50px 0; margin-bottom: 100px;}
#container .btn_more a {font-weight: 700; font-size: 2rem; color: #fff;}



@media (max-width : 1400px) {
#container .menu_2 h2 {font-size: 6rem; }
#container .inner .mv .txt {color: #0b5b9f; cursor: pointer; position: absolute; top: 0; left: 100px; }
#container .inner .mv .txt h3 {font-size: 4rem;}
#container .inner .mv .txt p {font-size: 2.8rem; padding: 20px 0 120px;}
#container .inner .mv .txt p img {width: 20%;}
#container .menu_2 .menu_btn { display: flex; gap: 150px; padding: 5px 30px;  }
#container .inner .mv .rotate_txt1 {width: 70%; position: absolute; top:-110px; left:0; animation: rotate_txt 30s infinite linear;}
#container .inner .mv .rotate_txt2 {width: 40%; position: absolute; top:-75px; left: 35px;}

#container .item {font-size: 8rem;}
}

@media (max-width : 768px) {
#container .inner .mv {display: none;}
#container .menu_2 h2 {padding-top: 50px; }
#container .menu_2 {padding: 150px 0;}
#container .menu_2 .menu_btn { display: flex; gap:80px; padding: 5px 80px;}
#container .menu_2 .menu_btn p a {transition: all 0.5s; font-size: 2rem; color: #fff; text-align: center; }
#container .inner ul {padding: 100px 0 0; gap: 50px;}
#container .inner ul li {width: calc(100% - 140px); margin: 0 auto; padding-bottom: 100px;}
#container .inner ul li:nth-child(n+4) {padding-top: 0 ;}
#container .inner ul li dl {padding-top: 0;}
#container .inner ul li dl dt {font-size: 2rem; padding: 20px 0;}
#container .item {font-size: 6rem; padding: 0;}


}
