/*
** reset
*/
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap"); */
/* 지마켓 */
@font-face {
  font-family: 'GmarketSansLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@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;
}

/* 프리텐다드 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");

@import url("https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css");
@font-face {
  font-family: 'MaruBuri-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/MaruBuri-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  word-break: keep-all;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0 none;
}

dl, ul, ol, menu, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select, textarea, button {
  border-radius: 0;
  vertical-align: middle;
}

input::-ms-clear {
  display: none;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

body {

  -webkit-text-size-adjust: none;
}

body, th, td, input, select, textarea, button {
  font-size: 14px;
  line-height: 1.5;
	font-family: 'Pretendard';
  color: #222;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active {
  background-color: transparent;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

.clearfix {
  zoom: 1;
  /* ie 6,7 */
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

body,
html {
  width: 100%;
  height: 100%;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.h2 {
  margin-bottom: 10px;
}

.container {
  /* max-width: 1280px; */
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/****************************** 갤러리 box 시작 ******************************/
.gall_list {
  margin: 0 -10px;
  overflow: hidden;
}
.gall_list .gall_item {
  float: left;
  width: 33.333%;
  padding: 0 10px;
}
.gall_list .gall_item a {
  display: block;
  overflow: hidden;
}
.gall_list .gall_item a img {
  /* transition: all 1.2s;
  transform: scale(1); */
  width: 100%;
}
/* .gall_list .gall_item a:hover img {
  transform: scale(1.085);
} */
.gall_list.detail_type .gall_item a {
  position: relative;
}
.gall_list.detail_type .gall_desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.gall_list.detail_type .gall_desc_wrap {
  display: block;
  padding-left: 30px;
  /* text-align: center; */
}
.gall_list.detail_type .gall_desc_wrap h2 {
  font-size: 26px;
  font-weight: 500;
  color:#fff;
}
.gall_list.detail_type .gall_desc_wrap p {
  font-size: 16px;
  color: #fff;
}
/****************************** 갤러리 box 끝 ******************************/

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px){
  .gall_list .gall_item {
    padding: 5px;
  }
  .gall_list.detail_type .gall_desc_wrap {
    padding-left: 10px;
  }
  .gall_list.detail_type .gall_desc_wrap h2 {
    font-size: 18px;
  }
  .gall_list.detail_type .gall_desc_wrap p {
    font-size: 14px;
  }

}




/*******************************************************************************************************************************
 *** 모바일
*******************************************************************************************************************************/
@media (max-width:768px){
  .gall_list {
    padding-bottom: 20px;
  }
  .gall_list .gall_item{
    width: 100%;
    float: left;
    padding:5px;
  }
  .gall_list.detail_type .gall_desc_wrap h2 {
    font-size: 16px;
  }
  .gall_list.detail_type .gall_desc_wrap p {
    font-size: 14px;
  }
  
}