/*font-family*/
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "GmarketSansMedium";
}

.all-browsers {
  margin: 0;
  padding: 5px;
  background-color: white;
}

/* title font*/
.h-title {
  text-decoration: none;
  font-family: "GmarketSansBold";
  font-weight: bold;
}
.h-title:hover {
  text-decoration: none;
  color: #f1404b;
}

/*nav mypage*/

.mypage-title {
  text-decoration: none;
  color: #252c41;
}

.mypage-title a:hover {
  text-decoration: none;
  color: #252c41;
}

/* 가져다 쓸 색*/
.red-text {
  color: #f1404b;
}
.red2-text {
  color: #744649;
}
.gray-text {
  color: #dddfe6;
}
.bg-gray {
  background-color: #dddfe6;
}
.white-text {
  color: #f4f5f9;
}
.black-text {
  color: #252c41;
}

/* input animation*/
.scope {
  height: 30px;
}
.input-style {
  width: 100px;
  margin-top: 8px;
  border-radius: 1rem;
  border: 1px solid #252c41;
  padding-left: 15px;
}

/* 선 안에 글자 css*/
.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;

  font-size: 20px;
  margin: 8px 0px;
  color: #86888f;
}
.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: #252c41;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 16px;
}

.slide-width {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
/*mouse over img*/

.show-img {
  height: 350px;
  width: auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image {
  cursor: pointer;
  position: relative;
  z-index: 90;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.overlay-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  transition: 0.5s;
}

.share {
  margin-top: 10%;
}

.share a {
  border: none;
  padding: 15px 50px;
  color: white;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
}

.image-1:hover .overlay-cont {
  bottom: 0;
  background-image: url("./img/gu-pant-2.jpg");
  background-size: cover;
}

.image-2:hover .overlay-cont {
  bottom: 0;
  background-image: url("./img/gu2.jpg");
  background-size: cover;
}

.image-3:hover .overlay-cont {
  bottom: 0;
  background-image: url("./img/gu-dress-2.jpg");
  background-size: cover;
}

.m_i_tit {
  font-size: 16px;
  padding-top: 15px;
}

em,
i {
  font-style: normal;
}

/* footer */
.footer {
  padding: 3px;
}

/*url tag*/
.url_tag {
  font-style: normal;
  color: #252c41;
  text-decoration: #252c41;
}

.url_tag:hover {
  text-decoration: none;
  color: #252c41;
}

/*git-hub tag*/
.atag-github {
  text-decoration: none;
  color: #252c41;
  font-size: 15px;
}
.atag-github:hover {
  text-decoration: none;
  color: #252c41;
}

.foot_tit {
  font-weight: 700;
  font-size: 14px;
}

.footer_box {
  padding: 20px;
}

.ft_tit {
  font-weight: 700;
  font-size: 25px;
}
/*위로 올리기 css*/
a.top {
  position: fixed;
  bottom: 100px;
  display: none;
}

/* modal css */
.m_tit {
  font-family: "GmarketSansMedium";
}

.bt_save {
  background-color: white;
  outline: none;
  border: none;
  width: 60px;
  height: 30px;
}

.txt_box {
  width: 100%;
  height: 100px;
}

.big_img_box {
  display: flex;
  justify-content: center;
}

.a_tag_text {
  color: #252c41;
}

.a_tag_text:hover {
  color: #252c41;
  text-decoration: none;
}
