/**
* Template Name: Maundy - v4.6.0
* Template URL: https://bootstrapmade.com/maundy-free-coming-soon-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* 셀렉트 박스 */
* {
  font-family: "Gothic A1", sans-serif !important;
  font-weight: 600;
}

body {
  font-size: 16px;
}
ul {
  list-style: none;
  padding-left: 0 !important;
}
li::marker {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../img/select.jpg') no-repeat 99% 50%;
}
.form-control {
  height: 44px;
  color: #6C757D;
}
select::-ms-expand {
  display: none;
}
input::placeholder {
  font-size: 1.1em;
}
body {
  
  font-family: "Gothic A1", sans-serif !important;
  color: #555;
  /* background: url("../img/bg.jpg") top center no-repeat; */
  background-size: cover;
  position: relative;
  font-size: 16px;
}
/* body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(49, 71, 89, 0.6);
} */
 @media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
.detailImg {
  width: 696px;
  max-width: 100dvw;
  object-fit: contain;
  display: block;
  cursor: pointer;
}
/* 인스타그램 이동버튼 */
.instaBack {
  background-color: #fdeaee;
  padding: 0px 0 70px;
}
.instaBtn {
  display: flex;
  width: 200px;
  height: 48px;
  align-items: center;
  font-size: 0.85rem;
  justify-content: center;
  border-radius: 30px;
  padding: 10px;
  background-color: #4100da;
  color: #fff;
  margin: 0 auto;
}
.instaBtn:hover {
  background-color: #4100da;
  color: #fff;
}
/* 개인정보 체크박스 */
input[type=checkbox] {
  display:none;
}
input[type=checkbox] + label {
  display: inline-flex;
  cursor: pointer; 
  padding-left: 29px;
  line-height: 29px;
  background-repeat: no-repeat;
  background-image: url('../img/checker-off.png');
  background-position: 0 -4px;
  /* width: 100px; */
  height: 29px;
  vertical-align: top;
}
input[type=checkbox]:checked + label {
  background-image: url('../img/checker-on.png');
}
input[type=checkbox]:disabled + label {
  background-image: url('../img/checker-off.png');
}
.agreementCheck a,
.agreementCheck span {
  display: flex;
  font-size: 0.75em;
}
.agreementCheck a {
  border-bottom: 1px solid ;
}
.text-center {
  margin-top: 20px;
}

/* 수직캐러셀*/
.vertical {
  padding: 20px;
  color: #000;
  /* background-color: #000; */
}
.splide__pagination {
  display: none !important;
}
.splide__track {
  height: 300px !important;
}
.splide__slide {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  height: 50px !important;
}
.splide__slide>div {
 /* margin-top: 16px; */
 /* height: 50px; */
}
.splide .splide__slide div>div {
  font-size: 0.75em;
  display: flex;
  height: 50px;
}
.splide .splide__slide div>div:first-child {
  justify-content: flex-start;
  align-items: center;
}
.splide .splide__slide div>div:nth-child(2) {
  justify-content: center;
  align-items: center;
}
.splide .splide__slide div>div:last-child {
  align-items: center;
  justify-content: flex-end;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* #footer {
  background: rgba(38, 55, 69, 0.4);
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #36d8c3;
} */

footer {
  border-top: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-around;
  width: 100%;
  background-color: #4400ff;
  color: #fff;
  /* font-size: 5px; */
}

footer .footerContent {
  max-width: 696px !important;
    margin: 0 auto;
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: flex ;
    justify-content: center;
}
footer.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
footer>div {
  padding: 0 !important;
}
footer .storeInfo {
  /* width: 50%; */
  display: flex;
  flex-direction: column;
}
.storeInfo div,
/* .storeInfo h5, */
.storeInfo p,
.customerCenterInfo h5,
.customerCenterInfo p,
.customerCenterInfo ul li {
  padding-left: 20px;
}  
footer .storeInfo h5
footer .customerCenterInfo,
footer .footerQuickMenu {
  display: flex;
  /* width: 30%; */
  flex-direction: column;
  /* justify-content: center; */
  padding-left: 100px;
}
.customerCenterInfo h5 {
 padding-left: 0;
}
footer .storeInfo .footerLogo {
  display: inline-flex;
}
footer .storeInfo .footerLogo a {
  background-image: url(../img/logoImg.png);
  width: 193px;
  height: 66px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
/* 2022년 2월 15일 Grizzly 푸터 storeInfo 작성 */
footer a {
  font-size: 0.75em;
}
footer h5 {
  font-size: 1em;
  font-family: 'Noto Sans KR", sans-serif';
  padding-bottom: 5px;
  width: 100px;
  border-bottom: 2px solid #555;
  margin-bottom: 10px;
  margin-top: 50px;
  margin-left: 20px;
}
footer .storeInfo {
  margin: 30px 0 30px;
}
footer .storeInfo h5 {
  margin-top: 0;
}
footer .storeInfo ul {
  display: inline-flex;
  margin-bottom: 10px;
}
footer .storeInfo ul li {
  padding-right: 5px;
  margin-left: 5px;
  border-right: 1px solid #b0b0b0;
}
footer .storeInfo ul li:first-of-type {
  margin-left: 0;
}
footer .storeInfo ul li:last-of-type {
  padding-right: 0;
  border: none;
}
footer .storeInfo p {
  font-size: 0.875em;
  padding-left: 0;
}
footer .storeInfo span.footerStoreInfoTitle {
  font-family: 'Noto Sans KR", sans-serif';
  padding-right: 10px;
  line-height: 20px;
  word-break: keep-all;
}
footer .storeInfo span.footerStoreInfoTitle span {
  font-family: 'Noto Sans KR", sans-serif';
  padding-right: 5px;
}
/* footer .customerCenterInfo ul,
footer .footerQuickMenu ul {
  border-left: 1px solid;
} */
footer .customerCenterInfo {
  /* width: 30%; */
}
footer .customerCenterInfo p {
  font-size: 1.5em;
  font-family: 'Noto Sans KR", sans-serif';
  margin-bottom: 20px;
}
footer .customerCenterInfo ul {
  color: #b0b0b0;
}
footer .customerCenterInfo ul,
footer .footerQuickMenu ul {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.storeInfo>div {
  display: flex;
  flex-wrap: wrap;
  gap: 0 100px;
  justify-content: center;

}
.storeInfo div {
  padding-left: 0 !important;
}
@media (min-width: 1024px) {
  body {
    background-attachment: fixed;
  }
}

a {
  color: #4400ff;
  text-decoration: none;
}

a:hover {
  color: #ff5db6;
  text-decoration: none;
}


#main {
  position: relative;
}

/* 메인타이틀 시계이미지 */
.mainTitle {
  width: 100%;
  object-fit: contain;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 10px;
  z-index: 996;
  background: #4400ff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #4400ff;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  padding: 100px 0;
  /* countdown */
}
#header h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#header h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 22px;
}
#header .countdown {
  margin-bottom: 80px;
}
#header .countdown div {
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  margin: 10px 10px;
  width: 100px;
  padding: 15px 0;
}
#header .countdown div h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}
#header .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}
.mainPC {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1
}
.mainPC>a {
  display: flex;
  z-index: 2;
}
.mainM {
  display: none;
}
.mainDetail {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1
}
@media (max-width: 768px) {
  footer.row {
    font-size: 15px;
    display: flex;
    flex-direction: column-reverse;
  }
}
/* 2022년 4월 4일 오후 Grizzly pc용, m용 이미지 */
@media (max-width: 575px) {
  .mainPC {
    display: none;
  }
  .mainM {
    display: block;
  }
  #header .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }
  #header .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #header .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
  /* footer.row {
    font-size: 15px;
    display: flex;
    flex-direction: column-reverse;
  } */
  .splide__slide .row .col-3>img {
    width: 70px;
    height: auto;
  }

}
#header .subscribe {
  font-size: 15px;
  text-align: center;
}
#header .subscribe h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#header .subscribe .subscribe-form {
  min-width: 300px;
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
}
#header .subscribe .subscribe-form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#header .subscribe .subscribe-form input[type=number] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#header .subscribe .subscribe-form input[type=button] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #24b7a4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .subscribe .subscribe-form input[type=button]:hover {
  background: #4400ff;
}
#header .subscribe .error-message {
  display: none;
  color: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#header .subscribe .sent-message {
  display: none;
  color: #4400ff;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#header .subscribe .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
#header .subscribe .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #4400ff;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}

@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#header .social-links {
  margin-top: 40px;
}
#header .social-links a {
  font-size: 16px;
  color: #fff;
  margin: 0 3px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#header .social-links a i {
  line-height: 0;
}
#header .social-links a:hover {
  background: #4400ff;
  border-color: #4400ff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  /* font-family: "Raleway", sans-serif; */
  font-size: 16px;
  font-weight: 700;
  color: #3a5469;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #24b7a4;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #4400ff;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #4400ff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #4400ff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #314759;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 45, 56, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #314759;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #4400ff;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #4400ff;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0;
  overflow: hidden;
}

.section-bg {
  background-color: #d8f7f3;
}

.section-title {
  text-align: center;
  /* padding-bottom: 30px; */
}
.section-title .title-logo-image {
  width: 200px;
}
.section-title h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;

}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #4400ff;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.about .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.about .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.about .icon i {
  color: #fff;
  font-size: 42px;
  line-height: 0;
}
.about .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.about .title a {
  color: #fff;
  transition: 0.3s;
}
.about .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #4400ff;
  border-bottom: 3px solid #4400ff;
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
}
.contact .info .email p {
  padding-top: 5px;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #4400ff;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #4400ff;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  /* border-top: 3px solid #4400ff;
  border-bottom: 3px solid #4400ff; */
  padding: 30px;
  /*background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);*/
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.info-text {
  font-size: 12px;
  font-weight: 400 !important;
  text-align: center;
}
/* 220404 오후 Grizzly 에러 css 주석 */
/* .contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
} */
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=button] {
  background: #4400ff;
  border: 0;
  padding: 12px 40px 10px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=button]:hover {
  background: #4400ff;
}
.ictLink {
  margin-top: 20px;
  display: inline-block;
  text-align: right;
}
.ict {
  width: 70px;
  height: 70px;
}
.comments {
  font-size: 6px !important;
}
.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.fixed-btn button {
  width: 100%;
  height: 60px;
  border-radius: 0 !important;
  margin: 0;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width:0\0){
  br{font-family: 'Dotum';}
  #name, #number{
    width: calc( 100% - 10px );
  }
  #number {
    margin-left: 10px;
  }
}