@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 .inner {position: relative; padding: 300px 0 200px;}
.sc1 {z-index: -1; position: absolute; left: -600px; top:500px;}
.sc2 {z-index: -1; position: absolute; right: -600px; bottom:-100px;}
#container h2 {padding-top: 300px; text-align: center; font-size: 10rem; color: #0b5b9f; font-family: var(--main-font); padding: 0 0 200px;}
#container img {width: 100%; object-fit: cover; display: block; margin-left: auto; margin-right: auto;}
#container  ul {color: #0b5b9f; font-size: 4rem;  padding: 200px 5% 0;}
#container  ul li {padding-bottom: 50px; display: flex; gap: 30px; justify-content: right;}
#container  ul li .dance_1 { animation: dance 2s infinite;}
#container  ul li .dance_2 { animation: dance 2s 0.5s infinite;}
#container  ul li .dance_3 { animation: dance 2s 1s infinite;}
#container  p {text-align: center; margin-left: auto; margin-right: auto; color: #0b5b9f; font-size: 5rem; padding: 300px 0; font-family: var(--sub-font); font-weight: 500;}
#container .highlight { display: inline; box-shadow: inset 0 -40px 0 #ffdc48;}
#container  p .m_p {display: none;}

@keyframes dance {
  0% {transform: rotate(-20deg);}
50% {transform: rotate(20deg);}
100% {transform: rotate(-20deg)} }


@media (max-width:1400px) {
#container  ul {font-size: 3rem;}    
#container p {font-size: 3.5rem; padding: 150px 0;}
}

@media (max-width:768px) {
#container h2 {font-size: 6rem;}
#container img {padding: 100px 0;}
#container ul {padding: 100px 5% 0;}
#container ul li {padding-bottom: 20px; font-size: 2.8rem;} 
#container p {font-size: 2.5rem; padding: 200px 0 0;  }
#footer {margin-top: 150px;}
#container .sc1 {display:  none;}
#container .sc2 {display:  none;}
#container  p br {display: none;}
#container  p .m_p {display: block;}
}

