/* 프리텐다드 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
/* 오스왈드 */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
/* 영문 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,900&display=swap');
/* 마루부리 */
@import url('https://webfontworld.github.io/naver/MaruBuri.css');
/* italiana */
@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Playfair+Display:ital,wght@1,900&display=swap');


* {
  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, html {
  background: #fff;
  -webkit-text-size-adjust: none;
}

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

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%;
}

.pt {
  color: #cb222a;
}


.container {
  /* max-width: 1280px; */
  max-width: 1340px;
  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;
  }
  
}