/* div.sub__top-title */
div.sub__top-title {
  width: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
}
div.sub__top-title p {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #111111;
  text-align: center;
  position: relative;
}
div.sub__top-title p strong {
  font-weight: 600;
}
div.sub__top-title p i.start {
  position: absolute;
  top: -18px;
  left: -82px;
}
div.sub__top-title p i.end {
  position: absolute;
  bottom: -18px;
  right: -82px;
}
/* div.sub__top-title */

/* div.box01 */ 
div.box01 {
  width: 100%;
  height: auto;
  background: #FFF;
}
div.box01 div.box01-wrap {
  width: 90%;
  max-width: 1780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
div.box01 div.box01-wrap div.section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
div.box01 div.box01-wrap div.section:nth-child(2) {
  justify-content: flex-end;
}
div.box01 div.box01-wrap div.section:nth-child(1) div.info-msg {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
div.box01 div.box01-wrap div.section:nth-child(2) div.info-msg {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
div.box01 div.box01-wrap div.section div.section-image {
  width: 940px;
  height: 506px;
}
div.box01 div.box01-wrap div.section div.section-image img {
  width: 100%;
  object-fit: cover;
  image-rendering: auto;
}
div.box01 div.box01-wrap div.section div.info-msg p.txt01 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #111111;
}
div.box01 div.box01-wrap div.section div.info-msg p.txt01 span {
  font-size: 28px;
}
div.box01 div.box01-wrap div.section div.info-msg p.txt01 strong {
  font-weight: 600;
  border-bottom: 2px solid #ED1B23;
}
div.box01 div.box01-wrap div.section div.info-msg p.txt02 {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 600;
  color: #111111;
}
/* div.box01 */ 

/* div.box02 */ 
div.box02 {
  width: 100%;
  height: auto;
  background: #F9F7F4;
}
div.box02.bgwhite {
  background: #FFFFFF;
}
div.box02 div.box02-wrap {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 120px 0;
}
div.box02 div.box02-wrap.type02 {
  width: 100%;
}
div.box02 div.box02-wrap h2 {
  font-family: Gmarket Sans;
  font-size: 40px;
  font-weight: 400;
  line-height: 54px;
  text-align: left;
  border-bottom: 2px solid #ED1B23;
  padding-bottom: 32px;
  color: #111111;
}
div.box02 div.box02-wrap h2.type02 {
  font-family: Gmarket Sans;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  border-bottom: 0;
  text-align: center;
  padding-bottom: 40px;
}
div.box02 div.box02-wrap div.txt01 {
  padding: 40px 0 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
div.box02 div.box02-wrap span.title01 {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  margin-bottom: 24px;
}
div.box02 div.box02-wrap div.txt01 span.txt01 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #111111;
}
div.box02 div.box02-wrap div.txt01 span.txt02 {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  color: #111111;
}
div.box02 div.box02-wrap div.txt01 span.txt02 strong {
  font-size: 64px;
}
div.box02 div.box02-wrap div.txt02 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #111111;
}
/* div.box02 */ 

/* div.designbox01 */
div.designbox01 {
  width: 100%;
}
div.designbox01 div.section {
  width: 50%;
  float: left;
}
div.designbox01 div.section.text-align-l {
  text-align: left;
}
div.designbox01 div.section.text-align-r {
  text-align: right; 
}
/* div.designbox01 */

/* div.designbox02 */
div.designbox02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
div.designbox02.full {
  flex-wrap: wrap;
  gap: 80px;
}
div.designbox02.f-start {
  justify-content: flex-start;
}
div.designbox02 div.section {
  width: 33%;
}
div.designbox02.two div.section {
  width: 50%;
}
div.designbox02.full div.section {
  width: 100%;
}
div.designbox02 div.section.flex-v-end {
  display: flex;
  align-items: flex-end;
}
div.designbox02 div.section.flex-h-start {
  display: flex;
  justify-content: flex-start;
}
div.designbox02 div.section.flex-h-end {
  display: flex;
  justify-content: flex-end;
}
/* div.designbox02 */

/* div.section-boxs */ 
div.section-boxs {
  width: 100%;
  background: #FFF;
  border-radius: 24px;
}
div.section-boxs div.box {
  width: 25%;
  height: 226px;
  padding-top: 32px;
  float: left;
  border: 1px solid #D4D4D8;
  border-top: 0;
  border-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
/* div.section-boxs.aboutus-eng div.box {
  height: 260px;
  padding-left: 10px;
  padding-right: 10px;
} */
div.section-boxs div.box:nth-child(4n) {
  border-right: 0;
}
div.section-boxs div.box:nth-child(n+5) {
  border-bottom: 0;
}
div.section-boxs div.box span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
div.section-boxs div.box span.title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #111111;
  margin-top: 24px;
}
div.section-boxs div.box span.description {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #505050;
  margin-top: 12px;
}
div.section-boxs.aboutus-eng div.box span.description {
  font-size: 16px;
  line-height: 19.2px;
  margin-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
/* div.section-boxs */ 

/* div.sub__header */
div.sub__header {
  width: 100%;
  height: 300px;
  background-image: url('../img/sub/sub_header_bg01.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div.sub__header.page02 {
  background-image: url('../img/sub/sub_header_bg02.svg');
}
div.sub__header.page03 {
  background-image: url('../img/sub/sub_header_bg03.svg');
}
div.sub__header.page04 {
  background-image: url('../img/sub/sub_header_bg04.svg');
}
div.sub__header.page05 {
  background-image: url('../img/sub/sub_header_bg05.svg');
}
div.sub__header.page06 {
  background-image: url('../img/sub/sub_header_bg06.svg');
}
div.sub__header div.sub__header-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}
div.sub__header div.sub__header-wrap h2 {
  font-family: 'Gmarket Sans';
  font-size: 56px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 70px;
}
div.sub__header div.sub__header-wrap span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 19.2px;
  margin-top: 16px;
  color: #FFFFFF;
}
/* div.sub__header */

/* div.sub__menu */
div.sub__menu {
  width: 100%;
  height: auto;
  background: #F9F7F4;
}
div.sub__menu.fixed {
  position: fixed;
  top: 97px;
  left: 0;
  z-index: 10;
}
div.sub__menu div.sub__menu-wrap {
  width: 1400px;
  height: auto;
  margin: 0 auto;
}
div.sub__menu div.sub__menu-wrap ul {
  width: 100%;
  height: 66px;
  display: flex;
  justify-content: center;
}
div.sub__menu div.sub__menu-wrap ul::-webkit-scrollbar {
  height: 0px;
}
div.sub__menu div.sub__menu-wrap ul::-webkit-scrollbar-track {
  background: transparent;
}
div.sub__menu div.sub__menu-wrap ul::-webkit-scrollbar-thumb {
  background: #transparent;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 50px;
}
div.sub__menu div.sub__menu-wrap ul li {
  width: 160px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.sub__menu div.sub__menu-wrap ul.eng li {
  width: auto;
  padding: 0 35px;
}
div.sub__menu div.sub__menu-wrap ul li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #505050;
}
div.sub__menu div.sub__menu-wrap ul li.on {
  border-bottom: 3px solid #ED1B23;
}
div.sub__menu div.sub__menu-wrap ul li.on a {
  font-weight: 600;
  color: #ED1B23;
}
/* div.sub__menu */

/* div.sub__content */
div.sub__content {
  width: 100%;
  height: auto;
}
div.sub__content div.sub__content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.sub__content div.sub__content-wrap.type02 {
  width: 1150px;
}
div.sub__content-section {
  width: 100%;
  height: auto;
  /* display: flex;
  justify-content: center; */
}
div.sub__content-section.type02 {
  width: 1400px;
  margin: 0 auto;
  margin-top: 80px;
}
div.sub__content-section.mt-none {
  margin-top: 0;
}
/* div.sub__content */

/* div.sub_page-menus */
div.sub_page-menus {
  width: 100%;
}
div.sub_page-menus div.sub_page-menus-wrap {
  width: 1400px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
div.sub_page-menus div.sub_page-menus-wrap ul li {
  width: auto;
  float: left;
  padding: 0 16px;
  position: relative;
}
div.sub_page-menus div.sub_page-menus-wrap ul li:not(:first-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #000;
}
div.sub_page-menus div.sub_page-menus-wrap ul li span {
  font-size: 28px;
  font-weight: 700;
  color: #AEAEAE;
}
div.sub_page-menus div.sub_page-menus-wrap ul li.on span {
  color: #ED1B23;
}
/* div.sub_page-menus */

/* div.product */ 
div.product-view {
  width: 100%;
  height: 740px;
  background-image: url('../img/wooden_bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
div.product-view div.product-view-wrap {
  width: 1280px;
  position: relative;
  margin: 0 auto;
  padding: 80px 0 100px;
}
div.product-view img.section-img {
  position: absolute;
  top: 0;
  right: 80px;
  width: 210px;
}
div.product-view div.product-view-wrap div.product {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
div.product-view div.product-view-wrap div.product div.image {
  width: 560px;
  height: 560px;
}
div.product-view div.product-view-wrap div.product div.image p {
  width: 100%;
  height: 100%;
}
div.product-view div.product-view-wrap div.product div.image p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}
div.product-view div.product-view-wrap div.product div.detail {
  width: 640px;
}
div.product-view div.product-view-wrap div.product div.detail h2 {
  font-family: Gmarket Sans;
  font-size: 40px;
  font-weight: 400;
  line-height: 54px;
  text-align: left;
  color: #111111;
}
div.product-view div.product-view-wrap div.product div.detail span.summary {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #111111;
  margin: 16px 0 40px 0;
}
div.product-view div.product-view-wrap div.product div.detail span.summary.eng {
  margin-bottom: 10px;
}
div.product-view div.product-view-wrap div.product div.detail div.infos {
  width: 100%;
  border-top: 2px solid #ED1B23;
}
div.product-view div.product-view-wrap div.product div.detail div.infos ul {
  width: 100%;
  display: flex;
}
div.product-view div.product-view-wrap div.product div.detail div.infos ul li {
  float: left;
  padding: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D4D4D8;
}
div.product-view div.product-view-wrap div.product div.detail div.infos ul li:nth-child(1) {
  width: 104px;
  background: #F6F3EF;
  text-align: center;
}
div.product-view div.product-view-wrap div.product div.detail div.infos.eng ul li:nth-child(1) {
  width: 204px;
}
div.product-view div.product-view-wrap div.product div.detail div.infos ul li:nth-child(2) {
  width: calc(100% - 104px);
  background: #FFFFFF;
  text-align: left;
}
div.product-view div.product-view-wrap div.product div.detail div.infos.eng ul li:nth-child(2) {
  width: calc(100% - 204px);
}
div.product-view div.product-view-wrap div.product div.detail div.infos ul li span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #111111;
  display: inline-block;
  width: 100%;
}
div.product-view div.product-view-wrap div.product div.detail div.infos ul li:nth-child(2) span {
  font-weight: 400;
}
div.product span.txt-type01 {
  font-size: 20px;
  font-weight: 600;
}
div.product-list {
  width: 100%;
  height: auto;
  padding: 105px 0 0 0;
  background: #FFFFFF;
}
div.product-list div.product-list-wrap {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
div.product-list div.product-list-wrap h2 {
  font-family: Gmarket Sans;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  color: #111111;
}
div.product-list div.product-list-wrap div.items {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
div.product-list div.product-list-wrap div.items div.items-wrap {
  display: flex;
  transition: transform 0.3s ease;
}
div.product-list div.product-list-wrap div.items div.items-wrap a {
  width: 24%; /* 각 아이템의 너비 */
  margin: 0 0.5%;
  flex: 0 0 auto; /* 아이템을 고정 너비로 설정 */
  text-align: center;
}
div.product-list div.product-list-wrap div.items div.items-wrap a div.item {
  width: 100%;
}
div.product-list div.product-list-wrap div.items div.items-wrap a div.item p.img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
div.product-list div.product-list-wrap div.items div.items-wrap a div.item p.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
  position: absolute;
  top: 0;
  left: 0;
}
div.product-list div.product-list-wrap div.items div.items-wrap a div.item span {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #111111;
}
div.product-list div.product-list-wrap i.arrow {
  position: absolute;
  top: calc(50% - 100px);
  left: -68px;
  cursor: pointer;
}
div.product-list div.product-list-wrap i.arrow.i-btn_right02 {
  left: initial;
  right: -68px;
}
div.product-list div.product-list-wrap div.bar {
  width: 100%;
  height: 4px;
  background: #EEEEEE;
  margin-top: 60px;
  position: relative;
}
div.product-list div.product-list-wrap div.bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  background: #ED1B23;
  transition: width 0.3s ease;
}
div.product-list div.product-list-wrap div.btn {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
div.product-list div.product-list-wrap div.btn a {
  width: 240px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #505050;
  gap: 6px;
}
/* div.product */ 

/* location */ 
div.location {
  width: 100%;
}
div.location div.location-wrap {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
}
div.location div.location-wrap div.right div.location-info {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.location div.location-wrap div.right div.location-info div.section {
  display: flex;
  gap: 40px;
}

div.location div.location-wrap div.right div.location-info ul {
  width: 80%;
}
div.location div.location-wrap div.right div.location-info div.section ul li {
  margin-bottom: 10px;
}
div.location div.location-wrap div.right div.location-info div.section ul li:nth-child(1) span {
  font-family: Wanted Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.2px;
  letter-spacing: -0.02em;
  text-align: left;  
  color: #ED1B23;
}
div.location div.location-wrap div.right div.location-info div.section ul li:nth-child(2) span {
  font-family: Wanted Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #101010;
}
/* location */ 

/* history */
div.history-wrap {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
div.history-wrap div.list {
  width: 100%;
  height: auto;
  display: flex;
}
div.history-wrap div.list div.section {
  width: 50%;
  padding-bottom: 80px;
  float: left;
  padding: 60px;
  position: relative;
}
div.history-wrap div.list div.section:first-child {
  padding-left: 150px;
}
div.history-wrap div.list div.section:first-child:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 5px;
  height: 100%;
  background: #EEEEEE;
}
div.history-wrap div.list:last-child div.section:first-child:after {
  height: 70px;
}
div.history-wrap div.list div.section:last-child {
  padding-left: 72px;
  padding-top: 35px;
  position: relative;
}
div.history-wrap div.list div.section:last-child span.dot {
  position: absolute;
  top: 35px;
  left: -7.5px;
  width: 10px;
  height: 10px;
  background: #707070;
  border-radius: 50%;
}
div.history-wrap div.list div.section p.section-title {
  margin-bottom: 25px;
}
div.history-wrap div.list div.section p.section-title span {
  font-size: 35px;
  font-weight: 700;
  color: #ED1B23;
}
div.history-wrap div.list div.section ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
/* div.history-wrap div.list div.section:last-child ul {
  justify-content: flex-start;
} */
div.history-wrap div.list div.section ul li {
  float: left;
  margin-bottom: 25px;
}
div.history-wrap div.list div.section ul li:nth-child(1) {
  width: 80px;
}
div.history-wrap div.list div.section ul li:nth-child(1) span {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  line-height: 21.6px;
}
div.history-wrap div.list div.section ul li:nth-child(2) {
  width: calc(100% - 80px);
}
div.history-wrap div.list div.section ul li:nth-child(2) span {
  font-family: Wanted Sans;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  line-height: 21.6px;
  padding-left: 15px;
  position: relative;
}
div.history-wrap div.list div.section ul li:nth-child(2) span:before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D9D9D9;
}
div.history-wrap div.list div.section ul li:nth-child(2) span:not(:first-child) {
  margin-top: 25px;
}
div.history-wrap div.list div.photos {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
div.history-wrap div.list div.photo {
  width: 100%;
}
div.history-wrap div.list div.photo p.img {
  width: 100%;
}
div.history-wrap div.list div.photo p.img img {
  max-width: 100%;
}
/* hisstory */ 

/* div.sub__content */

/* 게시판 */
div.board {
  width: 100%;
  height: auto;
}
/* div.search */ 
div.board div.board-wrap div.search {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}
div.board div.board-wrap div.search div.search-wrap {
  width: 700px;
  height: 45px;
  margin: 0 auto;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
}
div.board div.board-wrap div.search div.search-wrap button.selectbox {
  width: 137px;
  height: 32px;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #CCCCCC;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
div.board div.board-wrap div.search div.search-wrap button.selectbox ul {
  top: 38px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}
div.board div.board-wrap div.search div.search-wrap button.selectbox ul li {
  text-align: left;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
div.board div.board-wrap div.search div.search-wrap div.inputbox {
  width: 100%;
  height: auto;
  position: relative;
}
div.board div.board-wrap div.search div.search-wrap input {
  width: 100%;
  height: 32px;
  border: none;
  padding: 0 50px 0 20px;
}
div.board div.board-wrap div.search div.search-wrap div.inputbox button.search-btn {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  width: 24px;
  height: 24px;
  background: url('../img/icon/borad_search01.svg') 0/100% no-repeat;
  cursor: pointer;
}
div.board div.board-wrap div.list {
  width: 100%;
  height: auto;
}
/* div.search */ 

/* div.list-board */ 
div.board div.board-wrap div.list div.list-board ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
div.board div.board-wrap div.list div.list-board ul li {
  float: left;
}
div.board div.board-wrap div.list div.list-board ul.th {
  height: 40px;
  background: #F2F2F2;
  border-top: 1px solid #333333;
}
div.board div.board-wrap div.list div.list-board ul.th li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.board div.board-wrap div.list div.list-board ul.th li span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
div.board div.board-wrap div.list div.list-board ul.td {
  height: 50px;
}
div.board div.board-wrap div.list div.list-board ul.td li {
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.board div.board-wrap div.list div.list-board ul.td li.title {
  justify-content: flex-start;
}
div.board div.board-wrap div.list div.list-board ul.td li span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
div.board div.board-wrap div.list div.list-board ul.td li.title span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
div.board div.board-wrap div.list div.list-board ul li.no {
  width: 10%;
}
div.board div.board-wrap div.list div.list-board ul li.title {
  width: calc(100% - 40%);
}
div.board div.board-wrap div.list div.list-board ul li.date {
  width: 10%;
}
div.board div.board-wrap div.list div.list-board ul li.writer {
  width: 10%;
}
div.board div.board-wrap div.list div.list-board ul li.views {
  width: 10%;
}
/* div.list-board */ 

/* div.view-board */ 
div.board div.board-wrap div.view {
  width: 100%;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
div.board div.board-wrap div.view div.view-info {
  width: 100%;
  padding: 35px 45px;
}
div.board div.board-wrap div.view div.view-info p.title {
  width: 100%;
  margin-bottom: 20px;
}
div.board div.board-wrap div.view div.view-info p.title span {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: #333;
}
div.board div.board-wrap div.view div.view-info p.infos span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
div.board div.board-wrap div.view div.view-info p.infos span.date {
  display: inline-block;
  padding-right: 20px;
}
div.board div.board-wrap div.view div.view-info p.infos span.date:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #000;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
div.board div.board-wrap div.view div.view-info p.infos span.read {
  padding-left: 20px;
}
div.board div.board-wrap div.view div.post-thumb {
  width: 100%;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #DDDDDD;
}
div.board div.board-wrap div.view div.post-thumb img {
  max-width: 100%;
}
div.board div.board-wrap div.view div.post-thumb div.movie {
  position: relative;
  height: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
div.board div.board-wrap div.view div.post-thumb div.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
div.board div.board-wrap div.view div.post-file {
  padding: 20px;
  border-top: 1px solid #DDDDDD;
}
div.board div.board-wrap div.view div.post-file ul li {
  width: 100%;
  text-align: right;
}
div.board div.board-wrap div.view div.post-file ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #101010;
}
div.board div.board-wrap div.view div.post-file ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #101010;
}
div.board div.board-wrap div.view div.view-note {
  width: 100%;
  height: auto;
  padding: 35px 45px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
div.board div.board-wrap div.view div.view-note * {
  max-width: 100%;
  word-break: break-all;
}
div.board div.board-wrap div.view div.view-btn {
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.board div.board-wrap div.view div.view-btn a {
  width: 145px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ED1B23;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
}
div.board div.board-wrap div.view div.view-list {
  border-top: 1px solid #DDDDDD;
}
div.board div.board-wrap div.view div.view-list ul {
  width: 100%;
  height: 80px;
}
div.board div.board-wrap div.view div.view-list ul:first-child {
  border-bottom: 1px solid #DDDDDD;
}
div.board div.board-wrap div.view div.view-list ul li {
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  position: relative;
}
div.board div.board-wrap div.view div.view-list ul li:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #CCCCCC;
}
div.board div.board-wrap div.view div.view-list ul li:first-child {
  width: 153px;
  padding-left: 45px;
}
div.board div.board-wrap div.view div.view-list ul li:last-child {
  width: calc(100% - 153px);
  padding: 0 20px;
}
div.board div.board-wrap div.view div.view-list a, 
div.board div.board-wrap div.view div.view-list span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
div.board div.board-wrap div.view div.view-list ul li i {
  margin-right: 14px;
}
/* div.view-board */ 

/* div.list-photo */ 
div.board div.board-wrap div.list div.list-photo {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 55px;
}
div.board div.board-wrap div.list div.list-photo div.item {
  width: 430px;
  height: auto;
  margin-bottom: 45px;
}
div.board div.board-wrap div.list div.list-photo div.item p.img {
  width: 100%;
  height: 300px;
  background: #F2F2F2;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #E7E7E7;
}
div.board div.board-wrap div.list div.list-photo.type02 div.item p.img {
  height: 400px;
}
div.board div.board-wrap div.list div.list-photo div.item p.img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: auto;
}
div.board div.board-wrap div.list div.list-photo div.item div.content span.title {
  display: inline-block;
  width: 100%;
  height: 22px;
  margin-top: 20px; 
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.board div.board-wrap div.list div.list-photo.type02 div.item div.content span.title {
  text-align: left;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status span {
  display: inline-block;
  border-radius: 500px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 19.2px;
  padding: 5px 16px;
  margin-right: 10px;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status span.free {
  background: #1CB14D;
  color: #FFF;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status span.ing {
  border: 1px solid #1CB14D;
  background: #FFF;
  color: #1CB14D;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status span.paid {
  background: #BB3E86;
  color: #FFF;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status span.end {
  border: 1px solid #CCCCCC;
  background: #FFF;
  color: #CCCCCC;
}
div.board div.board-wrap div.list div.list-photo div.item div.content span.period {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  text-align: left;
}
/* div.list-photo */ 

/* div.board div.board-wrap div.product-view */ 
div.board div.board-wrap div.image-view {
  width: 100%;
  display: flex;
  flex-direction: column;
}
div.board div.board-wrap div.image-view span.title {
  width: 100%;
  height: 50px;
  display: inline-block;
  background: #F2F2F2;
  font-size: 20px;
  font-weight: 600;
  color: #111;
  border-bottom: 2px solid #C3C3C3;
  text-align: center;
  line-height: 50px;
}
div.board div.board-wrap div.image-view div.images {
  width: 100%;
  display: flex;
  padding: 80px 0;
  gap: 80px;
}
div.board div.board-wrap div.image-view div.images div.section {
  width: calc(50% - 40px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
div.board div.board-wrap div.image-view div.images div.section:first-child {
  justify-content: flex-end;
}
div.board div.board-wrap div.image-view div.images div.section:first-child.one {
  justify-content: center;
  width: 100%;
}
div.board div.board-wrap div.image-view div.images div.section img {
  max-width: 100%;
}
div.board div.board-wrap div.image-view div.btn {
  padding-top: 50px;
  width: 100%;
  text-align: center;
  border-top: 2px solid #C3C3C3;
}
div.board div.board-wrap div.image-view div.btn a {
  padding: 12px 46px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  border: 1px solid #222222;
  border-radius: 100px;
}
/* div.board div.board-wrap div.product-view */ 

/* div.paging */
div.board div.board-wrap div.paging {
  width: 100%;
  margin-top: 55px;
}
div.board div.board-wrap div.paging div.paging-wrap {
  width: auto;
  height: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.board div.board-wrap div.paging div.paging-wrap p.num {
  display: flex;
  align-items: center;
  gap: 4px;
}
div.board div.board-wrap div.paging div.paging-wrap a.prev,
div.board div.board-wrap div.paging div.paging-wrap a.next,
div.board div.board-wrap div.paging div.paging-wrap p.num a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  justify-content: center;
  align-items: center;
}
div.board div.board-wrap div.paging div.paging-wrap a.prev,
div.board div.board-wrap div.paging div.paging-wrap a.next {
  margin: 0 20px;
}
div.board div.board-wrap div.paging div.paging-wrap p.num a.on {
  background: #ED1B23;
  border: 1px solid #ED1B23;
}
div.board div.board-wrap div.paging div.paging-wrap p.num a span {
  font-size: 16px;
  font-weight: 400;
  color: #6D6E71;
}
div.board div.board-wrap div.paging div.paging-wrap p.num a.on span {
  color: #fff;
}
/* div.paging */
/* 게시판 */

div.table-area {
  width: 100%;
  overflow-x: auto;
}

/* table */
table.tbl1 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table.tbl1 thead tr th {
  width: auto;
  height: 50px;
  background: #EEE;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
}
table.tbl1 tbody tr td {
  padding: 15px 0;
  border-bottom: 1px solid #F2F2F2;
}
table.tbl1 tbody tr td:first-child {
  border-left: 0;
}
table.tbl1 tbody tr td:last-child {
  border-right: 0;
}
table.tbl1 tbody tr td div {
  width: 100%;
  text-align: center;
}
table.tbl1 tbody tr td div span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #101010;
}
table.tbl1 tbody tr td div.l {
  text-align: left;
  padding: 0 23px;
}
table.tbl1 tbody tr td div ul li {
  width: 100%;
  position: relative;
  padding-left: 10px;
  line-height: 23.4px;
}
table.tbl1 tbody tr td div ul li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
table.tbl1 tbody tr td div ul.type02 li:before {
  content: "-";
}
/* table */

div.form {
  width: 100%;
  height: auto;
  border-top: 2px solid #212121;
  border-bottom: 2px solid #212121;
}
div.form dl {
  width: 100%;
  height: 79px;
  border-bottom: 1px solid #BFBEBE;
}
div.form dl dt, 
div.form dl dd {
  display: flex;
  align-items: center;
  font-family: 'NotoSans';
  height: 100%;
}
div.form dl dt {
  width: 18%;
  padding-left: 40px;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  float: left;
}
div.form dl dd {
  width: 82%;
  float: left;
}
div.form dl dd input {
  width: 100%;
  max-width: 300px;
  border: 1px solid #707070 !important;
  height: 46px;
  line-height: 46px;
  padding: 0px 26px;
  font-size: 15px;
}
div.form dl dd input.p120 {
  max-width: 120px;
}
div.form dl.textarea {
  height: 226px;
}
div.form dl dd textarea {
  display: block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 15px !important;
  min-height: 190px;
  resize: vertical;
  padding: 19px 26px;
  appearance: none;
  border: none;
  border-radius: 0px;
  text-align: left;
  border: 1px solid #707070;
  margin: 18px 0 20px;
}
div.form dl dd button {
  display: inline-flex;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  border-radius: 0px;
  padding: 2px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  align-items: center;
  justify-content: center;
}
div.form dl dd button.agreed {
  background: #FFF;
  color: #000;
}
div.form dl dd button.agreed i.check_white {
  display: none;
}
div.form dl dd button.agreed i.check_black {
  display: inline-block;
}
div.form dl dd button.agreed.open {
  background: #000;
  color: #FFF;
}
div.form dl dd button.agreed.open i.check_white {
  display: inline-block;
}
div.form dl dd button.agreed.open i.check_black {
  display: none;
}
div.form-submit {
  width: 100%;
  padding: 100px 0 0 0;
  text-align: center;
  float: left;
}
button.submit-inqry {
  font-family: 'NotoSans';
  width: 153px;
  height: 46px;
  background: #ED1B23;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* 모바일 */
@media screen and (max-width: 1200px) {
  div.sub__header {
    height: 160px;
  }
  div.sub__header {
    width: 100%;
    height: 160px;
    background-image: url('../img/sub/sub_header_bg01.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  div.sub__header.page02 {
    background-image: url('../img/sub/sub_header_bg02.svg');
  }
  div.sub__header.page03 {
    background-image: url('../img/sub/sub_header_bg03_mo.svg');
  }
  div.sub__header.page04 {
    background-image: url('../img/sub/sub_header_bg04.svg');
  }
  div.sub__header.page05 {
    background-image: url('../img/sub/sub_header_bg05_mo.svg');
  }
  div.sub__header.page06 {
    background-image: url('../img/sub/sub_header_bg06.svg');
  }
  div.sub__header div.sub__header-wrap h2 {
    font-size: 28px;
    line-height: 40px;
  }
  div.sub__header div.sub__header-wrap span {
    font-size: 14px;
  }
  /* div.sub__menu div.sub__menu-wrap */ 
  div.sub__menu.fixed {
    top: 69px;
  }
  div.sub__menu div.sub__menu-wrap {
    width: 100%;
  }
  div.sub__menu div.sub__menu-wrap ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 48px;
  }
  div.sub__menu div.sub__menu-wrap ul li {
    display: inline-flex;
    width: auto;
    padding: 0 20px;
  }
  div.sub__menu div.sub__menu-wrap ul li a {
    font-size: 15px;
  }
  div.sub_page-menus div.sub_page-menus-wrap ul li span {
    font-size: 22px;
  }
  /* div.sub__menu div.sub__menu-wrap */ 

  /* div.sub_page-menus div.sub_page-menus-wrap */ 
  div.sub_page-menus div.sub_page-menus-wrap {
    width: 100%;
    margin-top: 50px;
  }
  /* div.sub_page-menus div.sub_page-menus-wrap */ 

  
  div.sub__top-title {
    padding: 72px 0;
  }
  div.sub__top-title p {
    font-size: 18px;
    line-height: 26px;
  }
  div.sub__top-title p i.start {
    width: 32px;
    height: 32px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  div.sub__top-title p i.end {
    width: 32px;
    height: 32px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* div.box01 div.box01-wrap div.section div.section-image */ 
  div.box01 div.box01-wrap {
    gap: 30px;
  }
  div.box01 div.box01-wrap div.section {
    flex-direction: column;
  }
  div.box01 div.box01-wrap div.section div.section-image {
    width: 100%;
    height: auto;
  }
  div.box01 div.box01-wrap div.section:nth-child(1) div.info-msg,
  div.box01 div.box01-wrap div.section:nth-child(2) div.info-msg {
    position: relative;
    transform: initial;
    top: -20px;
    right: initial;
    left: 8px;
  }
  div.box01 div.box01-wrap div.section:nth-child(2) div.info-msg {
    left: 8px;
  }
  div.box01 div.box01-wrap div.section div.info-msg p.txt01,
  div.box01 div.box01-wrap div.section div.info-msg p.txt01 span {
    font-size: 15px;
    line-height: 22px;
  }
  div.box01 div.box01-wrap div.section div.info-msg p.txt02 {
    font-size: 16px;
  }
  /* div.box01 div.box01-wrap div.section div.section-image */
  
  /* div.box02 */
  div.box02 div.box02-wrap {
    width: 100%;
    padding: 60px 16px;
  }
  div.box02 div.box02-wrap h2 {
    font-size: 24px;
    padding-bottom: 12px;
    line-height: 34px;
  }
  div.box02 div.box02-wrap div.txt01 {
    flex-direction: row;
    padding: 20px 0 24px 0;
  }
  div.box02 div.box02-wrap div.txt01 span.txt01 {
    font-size: 15px;
  }
  div.box02 div.box02-wrap div.txt01 span.txt02 {
    font-size: 18px;
  }
  div.box02 div.box02-wrap div.txt01 span.txt02 strong {
    font-size: 36px;
  }

  div.box02 div.box02-wrap h2.type02 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
    padding-bottom: 0;
  }
  div.box02 div.box02-wrap span.title01 {
    font-size: 18px;
    line-height: 26px;
  }
  div.box02 div.box02-wrap div.txt02 {
    font-size: 14px;
    line-height: 20px;
  }
  /* div.box02 */

  div.designbox01 div.section:not(.mo50) {
    width: 100%;
  }
  div.designbox01 div.section div.img-area01 img {
    width: 100%;
  }
  div.designbox01 div.section a.btn {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    max-width: 160px;
    justify-content: center;
    word-break: keep-all;
    white-space: normal;
    text-align: left;
  }
  div.designbox01 div.section a.btn i {
    margin-left: 10px;
  }

  div.designbox02.mo-v {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  div.designbox02.mo-v div.section {
    width: 100%;
  }
  div.designbox02 div.section img.is-mo {
    width: 100%;
  }

  /* div.section-boxs */
  div.section-boxs div.box {
    width: 50%;
    border-bottom: 1px solid #D4D4D8;
    padding-top: 0;
    justify-content: center;
  }
  div.section-boxs:not(.aboutus-eng) div.box {
    height: 146px;
  }
  div.section-boxs div.box span.title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  div.section-boxs div.box span.description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
  }
  div.section-boxs div.box:nth-child(n+5) {
    border-bottom: 1px solid #D4D4D8;
  }
  div.section-boxs div.box:nth-child(n+7) {
    border-bottom: 0;
  }
  div.section-boxs div.box:nth-child(2n) {
    border-right: 0;
  }
  /* div.section-boxs */

  div.sub__content-section.type02 {
    width: 100%;
    margin-top: 50px;
  }

  div.product-view img.section-img {
    right: -15px;
    width: 88px;
  }

  /* hisstory */ 
  div.history-wrap div.list div.section:first-child,
  div.history-wrap div.list div.section:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  div.history-wrap div.list div.section p.section-title {
    margin-bottom: 10px;
  }
  div.history-wrap div.list div.section p.section-title span {
    font-size: 24px;
  }
  div.history-wrap div.list div.section ul li {
    margin-bottom: 20px;
  }
  div.history-wrap div.list div.section ul li:nth-child(1) {
    width: 50px;
  }
  div.history-wrap div.list div.section ul li:nth-child(2) {
    width: calc(100% - 50px);
  }
  div.history-wrap div.list div.section ul li:nth-child(1) span {
    font-size: 16px;
  }
  div.history-wrap div.list div.section ul li:nth-child(2) span {
    font-size: 14px;
  }
  /* hisstory */ 


  /* location */ 
  div.location div.location-wrap {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
  div.location div.location-wrap iframe {
    width: 100%;
  }
  div.location div.location-wrap div.right div.location-info {
    height: auto;
    gap: 20px;
  }
  div.location div.location-wrap div.right div.location-info ul {
    width: 80%;
  }
  div.location div.location-wrap div.right div.location-info div.section ul li {
    margin-bottom: 0;
  }
  /* location */ 

  div.product-view {
    height: auto;
  }
  div.product-view div.product-view-wrap {
    width: 100%;
    padding: 40px 16px;
  }
  div.product-view div.product-view-wrap img.section-img {
    width: 88px;
  }
  div.product-view div.product-view-wrap div.product {
    flex-direction: column;
    align-items: center;
  }
  div.product-view div.product-view-wrap div.product div.msg {
    width: 100%;
  }
  div.product-view div.product-view-wrap div.product div.msg h2 {
    width: 100%;
    font-family: Gmarket Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    color: #111111;
    display: inline-block;
  }
  div.product-view div.product-view-wrap div.product div.msg span.summary {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #111111;
    margin: 8px 0 20px 0;
    display: inline-block;
  }
  div.product-view div.product-view-wrap div.product div.image {
    width: 100%;
    height: auto;
  }
  div.product-view div.product-view-wrap div.product div.image p {
    position: relative;
    height: auto;
    padding-bottom: 100%;
  }
  div.product-view div.product-view-wrap div.product div.image p img {
    position: absolute;
    top: 0;
    left: 0;
  }
  div.product-view div.product-view-wrap div.product div.detail {
    width: 100%;
  }
  div.product-view div.product-view-wrap div.product div.detail h2,
  div.product-view div.product-view-wrap div.product div.detail span.summary {
    display: none;
  }
  div.product-view div.product-view-wrap div.product div.detail div.infos {
    margin-top: 28px;
  }
  div.product-view div.product-view-wrap div.product div.detail div.infos ul li {
    padding: 8px 12px;
  }
  div.product-view div.product-view-wrap div.product div.detail div.infos ul li:nth-child(1) {
    width: 70px;
  }
  div.product-view div.product-view-wrap div.product div.detail div.infos ul li:nth-child(2) {
    width: calc(100% - 70px);
  }
  div.product-view div.product-view-wrap div.product div.detail div.infos ul li:nth-child(1) span {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  div.product-view div.product-view-wrap div.product div.detail div.infos ul li span {
    font-size: 13px;
  }
  div.product-list {
    padding: 60px 0 48px 16px;
  }
  div.product-list div.product-list-wrap {
    width: 100%;
  }
  div.product-list div.product-list-wrap h2 {
    font-size: 20px;
    line-height: 30px;
  }
  div.product-list div.product-list-wrap i.arrow {
    display: none;
  }
  div.product-list div.product-list-wrap div.items {
    margin-top: 16px;
  }
  div.product-list div.product-list-wrap div.items div.items-wrap a {
    width: 44%;
    flex: 0 0 44%;
  }
  div.product-list div.product-list-wrap div.bar {
    width: calc(100% - 16px);
  }
  div.product-list div.product-list-wrap div.btn {
    padding-right: 16px;
    margin-top: 40px;
  }
  div.product-list div.product-list-wrap div.btn a {
    width: 100%;
    font-size: 14px;
  }
  div.product span.txt-type01 {
    font-size: 15px;
    line-height: 22px;
  }

  /* 게시판 */
  div.board div.board-wrap div.search div.search-wrap {
    width: 90%;
  }

  div.board div.board-wrap div.list div.list-board ul li.no,
  div.board div.board-wrap div.list div.list-board ul li.writer,
  div.board div.board-wrap div.list div.list-board ul li.views {
    display: none;
  }
  div.board div.board-wrap div.list div.list-board ul li.title {
    width: calc(100% - 25%);
    padding: 0 10px;
  }
  div.board div.board-wrap div.list div.list-board ul li.date {
    width: 25%;
  }
  div.board div.board-wrap div.list div.list-board ul.td li.title span {
    font-size: 16px;
  }
  div.board div.board-wrap div.list div.list-board ul.td li span {
    font-size: 14px;
  }

  div.board div.board-wrap div.list div.list-photo {
    gap: 4%;
  }
  div.board div.board-wrap div.list div.list-photo div.item {
    width: 48%;
  }
  div.board div.board-wrap div.list div.list-photo div.item p.img,
  div.board div.board-wrap div.list div.list-photo.type02 div.item p.img {
    height: auto;
    padding-top: 93.02%;
    position: relative;
  }
  div.board div.board-wrap div.list div.list-photo div.item p.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  div.board div.board-wrap div.paging div.paging-wrap a.prev,
  div.board div.board-wrap div.paging div.paging-wrap a.next,
  div.board div.board-wrap div.paging div.paging-wrap p.num a {
    width: 30px;
    height: 30px;
  }
  div.board div.board-wrap div.paging div.paging-wrap p.num a span {
    font-size: 14px;
  }
  div.board div.board-wrap div.paging div.paging-wrap a.prev, 
  div.board div.board-wrap div.paging div.paging-wrap a.next {
    margin: 0 10px;
  }
  /* 게시판 */

  div.form {
    float: left;
  }
  div.form dl,
  div.form dl.textarea {
    height: auto;
    float: left;
    padding: 20px 0;
  }
  div.form dl dt,
  div.form dl dd {
    width: 100%;
    padding-left: 10px;
  }
  div.form dl dd {
    margin-top: 10px;
    padding-right: 10px;
  }
  div.form dl dd textarea {
    margin: 0;
  }
}

@media (max-width: 768px) {
  
}

@media (max-width: 480px) {

}