@font-face {
    font-family: 'LINESeedKR-Rg';
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/LINESeedKR-Rg.eot');
    src:url('https://cdn.jsdelivr.net/gh/wizfile/font/LINESeedKR-Rg.woff') format('woff');
    font-style: normal;
}




/*
* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }




body, h1, h2, h3, h4, h5, h6, li, p, span, input, textarea, td, a, label, div, li.empty, button { 
  font-family: Noto Sans, LINESeedKR-Rg !important;
}








input:-ms-input-placeholder { font-family: roboto, noto sans kr !important; }

input::-webkit-input-placeholder { font-family: roboto, noto sans kr !important; } 

input::-moz-placeholder { font-family: roboto, noto sans kr !important; }

input::-moz-placeholder { font-family: roboto, noto sans kr !important; }














.web-marquee-section-inner {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2023/09/mbg2.png);
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
    height: auto;
    padding-bottom: 55%;
}

.marquee-with-options {
    width: 84.5%;
    overflow: hidden;
    margin-left: 2.5%;
    position: absolute;
    bottom: 50px;
}

a.web-marquee-section-overay {
    position: absolute;
    display: block;
    top: -1px;
    left: 12.5px;
    z-index: 1;
    width: 98%;
    cursor: default;
}

a.web-marquee-section-overay:hover img {
    /*opacity: 0.2;*/
	/*transition: all ease 1s 0s;*/
}

@media only screen and (max-width: 990px) {
.marquee-with-options {
    width: 83.2%;
}

.marquee-with-options img {
    width: 300px;
}
}

@media only screen and (max-width: 650px) {
.marquee-with-options {
    width: 80.2%;
    bottom: 23px;
}

.marquee-with-options img {
    width: 210px;
}

a.web-marquee-section-overay {
    width: 95.9%;
}
}

@media only screen and (max-width: 400px) {
a.web-marquee-section-overay {
    width: 94.8%;
}
}












.web-main-collabo-row {
    display: none;
}

span.web-toggle-category {
    font-size: 19px;
    line-height: 29px;
    font-weight: 800;
    position: relative;
    top: -14px;
}

span.web-toggle-category.original {
    color: #ffd62e;
}

span.web-toggle-category.collabo {
    color: #0e5066;
}






span.web-toggle-category.original {
    border-bottom: 3px solid #ffd62e;
}

span.web-toggle-category.original.active {
    border-bottom: 0px;
}

span.web-toggle-category.collabo {
    border-bottom: 0px;
}

span.web-toggle-category.collabo.active {
    border-bottom: 3px solid #0e5066;
}






/* 메인화면 토글버튼 시작 */
.checkbox-wrapper-41 {
    --size: 80px;
	text-align: center;
    margin-bottom: 46px;
    margin-top: 42px;
  }

  .checkbox-wrapper-41 input[type="checkbox"] {
    -webkit-appearance: none;
    width: var(--size);
    height: calc(var(--size) / 2);
    background-color: #0e5066;
    border: 3px solid #222;
    border-radius: 30px 100px 100px 100px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    outline: none;  
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
	outline: none !important;
	margin: 0px 18px 0px 23px;
  }

  .checkbox-wrapper-41 input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: calc(var(--size) / 2);
    height: calc(var(--size) / 2);
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
    border: 3px solid #222;
    border-radius: 30px 100px 100px 100px;
    background-color: #ffd630;
    box-sizing: border-box;
    transition: all 0.5s;
  }

  .checkbox-wrapper-41 input[type="checkbox"]:checked {
    background-color: #ffd630;
    border-radius: 100px 100px 30px 100px;
  }

  .checkbox-wrapper-41 input[type="checkbox"]:checked::before {
    left: 50%;
    background-color: #0e5066;
    border-radius: 100px 100px 30px 100px;
  }

@media only screen and (max-width: 768px) {
.checkbox-wrapper-41 {
    --size: 54px;
    margin-bottom: 16px;
    margin-top: 14px;
}

span.web-toggle-category {
    font-size: 14px;
    line-height: 22px;
    top: -10px;
    letter-spacing: -0.5px;
}

.checkbox-wrapper-41 input[type="checkbox"] {
    margin: 0px 8px 0px 13px;
}
}
/* 메인화면 토글버튼 끝 */
















@media only screen and (min-width: 992px) {
.footer-widgets-area-1 {
    width: 60% !important;
}

.footer-widgets-area-2 {
    width: 20% !important;
}

.footer-widgets-area-3 {
    width: 20% !important;
}
}





footer#colophon h4.widget-title {
    font-size: 15px;
    line-height: 25px;
    font-weight: 800;
    color: #000;
    margin-bottom: 22px;
}

footer#colophon .textwidget p {
    font-size: 13px;
    line-height: 24px;
    color: #818181;
    font-weight: 400;
}

footer#colophon .widget_nav_menu li {
    margin-bottom: 0px;
}

footer#colophon .widget_nav_menu a {
    font-size: 13px;
    line-height: 24px;
    color: #818181;
    font-weight: 400;
}

footer#colophon .widget_nav_menu a:hover {
    color: #000;
}

.footer-info .copyright {
    color: #000000 !important;
    font-weight: 600;
}

.footer-info .socials-extra a {
    font-size: 13px;
    line-height: 24px;
    color: #818181;
    font-weight: 400;
    margin-left: 20px;
}

.footer-info .socials-extra a:hover {
    color: #000;
}









.sober-modal .modal-header h4 {
    font-weight: 600 !important;
}

h4.web-only-checkout-view {
    display: none;
}

div#login-modal p.form-row.form-row-remember {
    display: none;
}

p.woocommerce-LostPassword.lost_password a {
    margin: 0px 8px;
    width: 92px;
    display: inline-block;
    padding: 0px !important;
}















.web-privacy-policy-check-section {
    overflow: auto;
    height: 300px;
    background-color: #f1f1f1;
    padding: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #727272;
	margin-bottom: 10px;
}

.web-privacy-policy-check-section::-webkit-scrollbar {
    width: 5px !important;
}

.web-privacy-policy-check-section::-webkit-scrollbar-track {
    background-color: #dbdbdb;
    border-radius: 52px;
}

.web-privacy-policy-check-section::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 52px;
}


p.web-privacy-policy-check-tt {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}

span.web-privacy-policy-checkbox-tt {
    font-size: 15px;
    line-height: 23px;
    margin-left: 5px;
    color: #000;
    font-weight: 400;
}









.web-join-choice-tt p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}

.cosmosfarm-social-login-title {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
}

.web-join-choice-or {
    margin-top: 52px;
    margin-bottom: 52px !important;
}

.web-join-choice-or h4 {
    font-size: 20px !important;
    color: #000;
    font-weight: 800;
}















/* 버튼 디자인 시작 */
.sober-button {
    background-color: #ffd630 !important;
    border: 2px solid #0e5066 !important;
    border-radius: 7px !important;
    box-sizing: border-box;
    color: #0e5066 !important;
    cursor: pointer !important;
    font-size: 16px;
    font-weight: 700 !important;
    height: 54px;
    justify-content: center;
    line-height: 50px !important;
    padding: 0 25px !important;
    position: relative !important;
    text-align: center !important;
    text-decoration: none;
    user-select: none !important;
    -webkit-user-select: none !important;
    touch-action: manipulation;
}

.sober-button:after {
    background-color: #0e5066;
    border-radius: 7px;
    content: "";
    display: block;
    height: 50px;
    left: -2px;
    width: 100%;
    position: absolute;
    top: -2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
}

.sober-button:hover:after {
  transform: translate(0, 0);
}

.sober-button:active {
  background-color: #ffdeda;
  outline: 0;
}

.sober-button:hover {
  outline: 0;
}

@media only screen and (max-width: 768px) {
.sober-button {
    font-size: 15px;
    height: 50px;
    line-height: 46px !important;
    padding: 0 20px !important;
}

.sober-button:after {
    height: 46px;
}
}





.woocommerce-button {
    background-color: #ffd630 !important;
    border: 2px solid #0e5066 !important;
    border-radius: 7px !important;
    box-sizing: border-box;
    color: #0e5066 !important;
    cursor: pointer !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    height: 57px !important;
    justify-content: center;
    line-height: 50px !important;
    padding: 0 25px !important;
    position: relative !important;
    text-align: center !important;
    text-decoration: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    touch-action: manipulation;
}

.woocommerce-button:after {
    background-color: #0e5066;
    border-radius: 7px;
    content: "";
    display: block;
    height: 52px;
    left: -2px;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: translate(8px, 8px) !important;
    transition: transform .2s ease-out;
    z-index: -1;
}

.woocommerce-button:hover:after {
  transform: translate(0, 0) !important;
}

.woocommerce-button:active {
  background-color: #ffdeda;
  outline: 0;
}

.woocommerce-button:hover {
  outline: 0;
}

@media only screen and (max-width: 768px) {
.woocommerce-button {
    font-size: 15px !important;
    height: 50px !important;
    line-height: 43px !important;
    padding: 0 20px !important;
}

.woocommerce-button:after {
    height: 45px;
}
}










.web-privacy-join-bt {
    background-color: #ffd630 !important;
    border: 2px solid #0e5066 !important;
    border-radius: 7px !important;
    box-shadow: #0e5066 4px 4px 0 0 !important;
    color: #0e5066 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 0 0px !important;
    height: auto;
    line-height: 45px !important;
    text-align: center !important;
    text-decoration: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    touch-action: manipulation !important;
    width: 160px;
    margin-right: 12px;
    min-width: auto !important;
}

.web-privacy-join-bt:hover {
    background-color: #0e5066 !important;
    border: 2px solid #0e5066 !important;
	color: #ffd630 !important;
    box-shadow: #ffd630 2px 2px 0 0 !important;
    transform: translate(2px, 2px) !important;
}

@media only screen and (max-width: 768px) {
.web-privacy-join-bt {
    font-size: 14px !important;
    line-height: 40px !important;
}
}








.cosmosfarm-members-form .button_div {
    height: 60px;
}

.wpb_wrapper .cosmosfarm-members-form input[type=submit] {
    background-color: #ffd630 !important;
    border: 2px solid #0e5066 !important;
    border-radius: 7px !important;
    box-shadow: #0e5066 4px 4px 0 0 !important;
    color: #0e5066 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    padding: 0 0px !important;
    height: auto;
    line-height: 50px !important;
    text-align: center !important;
    text-decoration: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    touch-action: manipulation !important;
    width: 99%;
}

.wpb_wrapper .cosmosfarm-members-form input[type=submit]:hover {
    background-color: #0e5066 !important;
    border: 2px solid #0e5066 !important;
	color: #ffd630 !important;
    box-shadow: #ffd630 2px 2px 0 0 !important;
    transform: translate(2px, 2px) !important;
}

@media only screen and (max-width: 768px) {
.cosmosfarm-members-form .button_div {
    height: 50px;
}

.wpb_wrapper .cosmosfarm-members-form input[type=submit] {
    font-size: 15px !important;
    line-height: 40px !important;
}
}








a.button.add_to_cart_button {
    background-color: #ffd630 !important;
    border: 2px solid #0e5066 !important;
    border-radius: 7px !important;
    box-shadow: #0e5066 4px 4px 0 0 !important;
    color: #0e5066 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    padding: 0 0px !important;
    height: auto;
    line-height: 50px !important;
    text-align: center !important;
    text-decoration: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    touch-action: manipulation !important;
}

a.button.add_to_cart_button:hover {
    background-color: #0e5066 !important;
    border: 2px solid #0e5066 !important;
	color: #ffd630 !important;
    box-shadow: #ffd630 2px 2px 0 0 !important;
    transform: translate(2px, 2px) !important;
}

ul.products a.button.add_to_cart_button:hover {
    transform: translateY(-100%) !important;
}

@media only screen and (max-width: 768px) {
a.button.add_to_cart_button {
    font-size: 15px !important;
    line-height: 40px !important;
}

.mobile-shop-buttons a.button.add_to_cart_button {
    line-height: 23px !important;
    border-radius: 4px !important;
    box-shadow: #0e5066 1px 1px 0 0 !important;
}
}







a.button.checkout {
    background-color: #ffd630 !important;
    border: 2px solid #0e5066 !important;
    border-radius: 7px !important;
    box-shadow: #0e5066 4px 4px 0 0 !important;
    color: #0e5066 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    padding: 0 0px !important;
    height: auto;
    text-align: center !important;
    text-decoration: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    touch-action: manipulation !important;
}

a.button.checkout:hover {
    background-color: #0e5066 !important;
    border: 2px solid #0e5066 !important;
	color: #ffd630 !important;
    box-shadow: #ffd630 2px 2px 0 0 !important;
    transform: translate(2px, 2px) !important;
}

@media only screen and (max-width: 768px) {
a.button.checkout {
    font-size: 15px !important;
    line-height: 40px !important;
}
}
/* 버튼 디자인 끝 */














.mobile-menu .search-form .search-field {
    background-color: #fff !important;
}






.wcboost-wishlist-footer {
    display: none !important;
}







.web-reservation-bt-img img.vc_single_image-img {
    position: relative;
    top: 0px;
    transition: all 0.5s;
	box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}

.web-reservation-bt-img img.vc_single_image-img:hover {
    top: -10px;
	box-shadow: rgba(100, 100, 111, 0.45) 0px 7px 29px 0px;
}











body.archive.tax-product_cat .page-header h1.page-title {
    display: none;
}

body.archive.woocommerce-shop .page-header h1.page-title {
    display: none;
}

body.archive.tax-product_cat .page-header {
    height: auto;
    padding-bottom: 26.27%;
    padding-top: 0%;
}

body.archive.woocommerce-shop .page-header {
    height: auto;
    padding-bottom: 26.27%;
    padding-top: 0%;
}

/*
body#web-product-cat-goods .page-header {
	display: none;
}

body#web-product-cat-goods .site-header {
    border-bottom: 1px solid #f1f2f4;
}
*/

body.archive.tax-product_cat.term-goods .page-header {
	display: none;
}

body.archive.tax-product_cat.term-goods .site-header {
    border-bottom: 1px solid #f1f2f4;
}



body.archive.tax-product_cat.term-goods1 .page-header {
	display: none;
}

body.archive.tax-product_cat.term-goods1 .site-header {
    border-bottom: 1px solid #f1f2f4;
}



body.archive.tax-product_cat.term-goods2 .page-header {
	display: none;
}

body.archive.tax-product_cat.term-goods2 .site-header {
    border-bottom: 1px solid #f1f2f4;
}



body.archive.tax-product_cat.term-goods3 .page-header {
	display: none;
}

body.archive.tax-product_cat.term-goods3 .site-header {
    border-bottom: 1px solid #f1f2f4;
}

@media only screen and (max-width: 768px) {
body.archive.tax-product_cat .page-header {
    padding-bottom: 44.5%;
}

body.archive.woocommerce-shop .page-header {
    padding-bottom: 44.5%;
}
}













.sober-button.web-disabled {
    background-color: #ffffff !important;
    border: 2px solid #0e5066 !important;
    color: #0e5066 !important;
}

.sober-button.web-disabled:hover {
    background-color: #ffd630 !important;
}

span.sober-button.web-active {
    cursor: default !important;
}

span.sober-button.web-active:hover:after {
    transform: translate(8px, 8px);
}

@media only screen and (max-width: 768px) {
.web-board-bt-row .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) {
    display: none;
}

.web-board-bt-row .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) {
    wu: 50%;
    width: 50%;
    display: inline-block;
    text-align: right;
}

.web-board-bt-row .wpb_column.vc_column_container.vc_col-sm-3:nth-child(3) {
    width: 50%;
    display: inline-block;
    text-align: left;
}

.web-board-bt-row .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) {
    display: none;
}

.web-board-bt-row .sober-button {
    width: 135px !important;
    float: none !important;
    min-width: auto !important;
}
}













.sober-faq {
    border: 2px solid #e7e7e7 !important;
}

.sober-faq .question-title {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    letter-spacing: -0.5px;
}

.sober-faq.open .answer {
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 400;
    color: #646464 !important;
}

.sober-faq.open .question-label {
    color: #0e5066 !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: -0.5px;
}

.sober-faq .answer-label {
    color: #fdcb00 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 800 !important;
}

@media only screen and (max-width: 768px) {
.sober-faq .question-title {
    font-size: 16px !important;
    line-height: 24px !important;
}

.sober-faq.open .question-label {
    font-size: 12px !important;
    line-height: 20px !important;
}

.sober-faq .answer-label {
    font-size: 12px !important;
    line-height: 20px !important;
}

.sober-faq.open .answer {
    font-size: 15px !important;
    line-height: 23px !important;
}
}
















.bubble{
  position: absolute;
  top: 35px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  opacity: 0.8;
  animation: rise 50s infinite ease-in;
  background-image: url(/wp-content/uploads/2023/09/flower11.png);
  background-size: cover !important;
  background-position: center !important;
}

.bubble:nth-child(1){
  width:20px;
  height:20px;
  left:10%;
  animation-duration:18s;
}

.bubble:nth-child(2){
  width:15px;
  height:15px;
  left:20%;
  background-image: url(/wp-content/uploads/2023/09/flower12.png);
  animation-duration:10s;
  animation-delay:1s;
  transform: rotate(45deg) !important;
}

.bubble:nth-child(3){
  width:30px;
  height:30px;
  left:35%;
  background-image: url(/wp-content/uploads/2023/09/flower13.png);
  animation-duration:12s;
  animation-delay:2s;
}

.bubble:nth-child(4){
  width:55px;
  height:55px;
  left:50%;
  background-image: url(/wp-content/uploads/2023/09/flower14.png);
  animation-duration:16s;
  animation-delay:0s;
  transform: rotate(45deg) !important;
}

.bubble:nth-child(5){
  width:15px;
  height:15px;
  left:55%;
  animation-duration:11s;
  animation-delay:1s;
}

.bubble:nth-child(6){
  width:25px;
  height:25px;
  left:65%;
  background-image: url(/wp-content/uploads/2023/09/flower12.png);
  animation-duration:13s;
  animation-delay:3s;
  transform: rotate(45deg) !important;
}

.bubble:nth-child(7){
  width:40px;
  height:40px;
  left:70%;
  background-image: url(/wp-content/uploads/2023/09/flower13.png);
  animation-duration:17s;
  animation-delay:2s;
}

.bubble:nth-child(8){
  width:15px;
  height:15px;
  left:80%;
  background-image: url(/wp-content/uploads/2023/09/flower14.png);
  animation-duration:11s;
  animation-delay:2s;
  transform: rotate(45deg) !important;
}

.bubble:nth-child(9){
  width:25px;
  height:25px;
  left:70%;
  animation-duration:10s;
  animation-delay:1s;
}

.bubble:nth-child(10){
  width:60px;
  height:60px;
  left:25%;
  background-image: url(/wp-content/uploads/2023/09/flower12.png);
  animation-duration:15s;
  animation-delay:4s;
  transform: rotate(45deg) !important;
}

@media only screen and (max-width: 768px) {
.bubble:nth-child(1){
  width:8px;
  height:8px;
}

.bubble:nth-child(2){
  width:10px;
  height:10px;
}

.bubble:nth-child(3){
  width:13px;
  height:13px;
}

.bubble:nth-child(4){
  width:17px;
  height:17px;
}

.bubble:nth-child(5){
  width:15px;
  height:15px;
}

.bubble:nth-child(6){
  width:25px;
  height:25px;
}

.bubble:nth-child(7){
  width:20px;
  height:20px;
}

.bubble:nth-child(8){
  width:11px;
  height:11px;
}

.bubble:nth-child(9){
  width:15px;
  height:15px;
}

.bubble:nth-child(10){
  width:20px;
  height:20px;
}
}


@keyframes rise{
  0%{
    top:35px;
    transform:translateX(0);
  }
  50%{
    transform:translate(100px);
  }
  100%{
    top:500px;
    transform:translateX(-200px);
  }
}

@media only screen and (max-width: 768px) {
@keyframes rise{
  0%{
    top:5px;
    transform:translateX(0);
  }
  50%{
    transform:translate(50px);
  }
  100%{
    top:150px;
    transform:translateX(0px);
  }
}
}




.bubble2{
  position: absolute;
  top: 35px;
  width: 90px;
  height: 90px;
  /* background: #cff4ff; */
  border-radius: 50%;
  opacity: 0.8;
  animation: rise2 50s infinite ease-in;
  background-image: url(/wp-content/uploads/2023/09/flower15.png);
  background-size: cover !important;
  background-position: center !important;
}

.bubble2:nth-child(11){
  width:40px;
  height:40px;
  left:18%;
  background-image: url(/wp-content/uploads/2023/09/flower16.png);
  animation-duration:18s;
}

.bubble2:nth-child(12){
  width:30px;
  height:30px;
  left:28%;
  background-image: url(/wp-content/uploads/2023/09/flower17.png);
  animation-duration:10s;
  animation-delay:1s;
  transform: rotate(45deg) !important;
}

.bubble2:nth-child(13){
  width:50px;
  height:50px;
  left:43%;
  background-image: url(/wp-content/uploads/2023/09/flower18.png);
  animation-duration:12s;
  animation-delay:2s;
}

.bubble2:nth-child(14){
  width:60px;
  height:60px;
  left:58%;
  animation-duration:16s;
  animation-delay:0s;
  transform: rotate(45deg) !important;
}

.bubble2:nth-child(15){
  width:25px;
  height:25px;
  left:63%;
  background-image: url(/wp-content/uploads/2023/09/flower15.png);
  animation-duration:11s;
  animation-delay:1s;
}

.bubble2:nth-child(16){
  width:35px;
  height:35px;
  left:73%;
  background-image: url(/wp-content/uploads/2023/09/flower16.png);
  animation-duration:13s;
  animation-delay:3s;
  transform: rotate(45deg) !important;
}

.bubble2:nth-child(17){
  width:60px;
  height:60px;
  left:78%;
  background-image: url(/wp-content/uploads/2023/09/flower17.png);
  animation-duration:17s;
  animation-delay:2s;
}

.bubble2:nth-child(18){
  width:25px;
  height:25px;
  left:88%;
  animation-duration:11s;
  animation-delay:2s;
  transform: rotate(45deg) !important;
}

.bubble2:nth-child(19){
  width:20px;
  height:20px;
  left:78%;
  background-image: url(/wp-content/uploads/2023/09/flower18.png);
  animation-duration:10s;
  animation-delay:1s;
}

.bubble2:nth-child(20){
  width:55px;
  height:55px;
  left:33%;
  background-image: url(/wp-content/uploads/2023/09/flower15.png);
  animation-duration:15s;
  animation-delay:4s;
  transform: rotate(45deg) !important;
}

@media only screen and (max-width: 768px) {
.bubble2:nth-child(11){
  width:20px;
  height:20px;
}

.bubble2:nth-child(12){
  width:10px;
  height:10px;
}

.bubble2:nth-child(13){
  width:30px;
  height:30px;
}

.bubble2:nth-child(14){
  width:40px;
  height:40px;
}

.bubble2:nth-child(15){
  width:20px;
  height:20px;
}

.bubble2:nth-child(16){
  width:25px;
  height:25px;
}

.bubble2:nth-child(17){
  width:30px;
  height:30px;
}

.bubble2:nth-child(18){
  width:15px;
  height:15px;
}

.bubble2:nth-child(19){
  width:20px;
  height:20px;
}

.bubble2:nth-child(20){
  width:35px;
  height:35px;
}
}

@keyframes rise2{
  0%{
    top:35px;
    transform:translateX(0);
  }
  50%{
    transform:translate(-100px);
  }
  100%{
    top:500px;
    transform:translateX(200px);
  }
}

@media only screen and (max-width: 768px) {
@keyframes rise2{
  0%{
    top:5px;
    transform:translateX(0);
  }
  50%{
    transform:translate(-50px);
  }
  100%{
    top:150px;
    transform:translateX(0px);
  }
}
}














.woocommerce-form-login.login p.form-row.form-row-remember {
    display: none;
}












.cosmosfarm-floating-menu .floating-menu-item {
    margin-bottom: 5px !important;
   
}

img.floating-menu-item-img.index-0 {
    border-radius: 100px;
	position: relative;
	transition: all 0.5s;
	top:0px;
}

img.floating-menu-item-img.index-0:hover {
    top:-4px;
}

img.floating-menu-item-img.index-1 {
    border-radius: 100px;
	position: relative;
	transition: all 0.5s;
	top:0px;
}

img.floating-menu-item-img.index-1:hover {
    top:-4px;
}

img.floating-menu-item-img.index-2 {
    border-radius: 100px;
	position: relative;
	transition: all 0.5s;
	top:0px;
}

img.floating-menu-item-img.index-2:hover {
    top:-4px;
}

img.floating-menu-item-img.index-3 {
    border-radius: 100px;
	position: relative;
	transition: all 0.5s;
	top:0px;
}

img.floating-menu-item-img.index-3:hover {
    top:-4px;
}

img.floating-menu-item-img.index-4 {
    border-radius: 100px;
	position: relative;
	transition: all 0.5s;
	top:0px;
}

img.floating-menu-item-img.index-4:hover {
    top:-4px;
}







#gotop {
    display: none;
}















/* 샵 툴바 영역 상품 카테고리 버튼 */
.web-shop-toolbar-category .widget.woocommerce {
    margin-bottom: 0px;
    padding-bottom: 4px;
}

.web-shop-toolbar-category ul.product-categories>li {
    display: none;
}

.web-shop-toolbar-category ul.product-categories li.current-cat>a {
    color: #0e5066;
    border-bottom: 2px solid #0e5066;
}

.web-shop-toolbar-category ul.product-categories li>a:hover {
    color: #0e5066;
}

.web-shop-toolbar-category ul.product-categories li ul.children {
    display: inline-block;
}

.web-shop-toolbar-category ul.product-categories li ul.children li {
    display: inline-block;
}

.web-shop-toolbar-category ul.product-categories li a {
    margin-right: 42px;
	font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}





body#web-product-cat-goods .web-shop-toolbar-category ul.product-categories>li.current-cat.cat-parent {
    display: block;
}

body#web-product-cat-original .web-shop-toolbar-category ul.product-categories>li.current-cat.cat-parent {
    display: block;
}

body#web-product-cat-collabo .web-shop-toolbar-category ul.product-categories>li.current-cat.cat-parent {
    display: block;
}

body#web-product-cat-customed .web-shop-toolbar-category ul.product-categories>li.current-cat.cat-parent {
    display: block;
}




body#web-product-cat-goods .web-shop-toolbar-category ul.product-categories>li.cat-parent.current-cat-parent {
    display: block;
}

body#web-product-cat-original .web-shop-toolbar-category ul.product-categories>li.cat-parent.current-cat-parent {
    display: block;
}

body#web-product-cat-collabo .web-shop-toolbar-category ul.product-categories>li.cat-parent.current-cat-parent {
    display: block;
}

body#web-product-cat-customed .web-shop-toolbar-category ul.product-categories>li.cat-parent.current-cat-parent {
    display: block;
}














.cosmosfarm-members-form p.change-avatar-message {
    display: none !important;
}










.woocommerce .star-rating {
    font-family: star !important;
}













@media only screen and (max-width: 768px) {
div#web-pc-row {
    display: none;
}

footer#colophon div#text-2 {
    display: none;
}
}

@media only screen and (min-width: 769px) {
div#web-mobile-row {
    display: none;
}

footer#colophon div#text-3 {
    display: none;
}
}






















/**  데스크탑 css 시작  */
@media only screen and (min-width: 1400px) {

}
/**  데스크탑 css 끝  */








/**  노트북 css 시작  */
@media only screen and (min-width: 1001px) and (max-width: 1400px) {

}
/**  노트북 css 끝  */








/**  태블릿 css 시작  */
@media only screen and (min-width: 769px) and (max-width: 1000px) {

}








/**  스마트폰 css 시작  */
@media only screen and (max-width: 768px) {
.site-branding .logo img {
    width: 80px !important;
    height: auto !important;
}

footer#colophon h4.widget-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
}

footer#colophon .footer-widgets-area .widget {
    margin-bottom: 22px;
}

.footer-info .footer-social.col-md-6 {
    display: none;
}

.footer-info .copyright {
    margin-bottom: 0px !important;
}

.footer-info>.container {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}









.cart-modal .wcboost-wishlist-widget-item__stock-status {
    display: none;
}

.cart-modal a.wcboost-wishlist-widget-item__link {
    width: 30% !important;
    display: block !important;
}

.cart-modal .wcboost-wishlist-widget__item img {
    margin-right: 20px !important;
}

.cart-modal .wcboost-wishlist-widget-item__price {
    width: 20% !important;
}

.cart-modal .wcboost-wishlist-widget-item__add-to-cart {
    margin: 0px !important;
}

.cart-modal ul.wcboost-wishlist-widget__products a.button.product_type_simple {
    line-height: 23px !important;
    border-radius: 4px !important;
    box-shadow: #0e5066 1px 1px 0 0 !important;
    min-width: 90px !important;
    line-height: 43px !important;
}

.cart-modal a.wcboost-wishlist-widget-item__link span.wcboost-wishlist-widget-item__title {
    font-size: 14px;
    line-height: 20px;
}
}







@media only screen and (max-width: 1399px) {

}











@media only screen and (max-width: 768px) {
.web-mobile-resize-img-85 img.vc_single_image-img {
    width: 85%;
}

.web-mobile-resize-img-80 img.vc_single_image-img {
    width: 80%;
}

.web-mobile-resize-img-75 img.vc_single_image-img {
    width: 75%;
}

.web-mobile-resize-img-70 img.vc_single_image-img {
    width: 70%;
}

.web-mobile-resize-img-65 img.vc_single_image-img {
    width: 65%;
}

.web-mobile-resize-img-60 img.vc_single_image-img {
    width: 60%;
}

.web-mobile-resize-img-55 img.vc_single_image-img {
    width: 55%;
}

.web-mobile-resize-img-50 img.vc_single_image-img {
    width: 50%;
}
}