@charset "UTF-8";
/* 주 색상 */
/* 상세페이지 목록 버튼 */
@import url(../../css/base.css);
@import url(layout.css);
@import url(member.css);
/*--------------------------*/
/* 박람회 소개 */
/*--------------------------*/
/***** 개요 *****/
.cnt_summary .info {
  display: flex;
  margin-bottom: 80px;
}
.cnt_summary .info > div {
  width: 50%;
}
.cnt_summary .info > div:nth-child(1) {
  text-align: center;
}
.cnt_summary .info > div:nth-child(1) img {
  width: 65%;
  max-width: 332px;
}
.cnt_summary .info > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cnt_summary .info > div:nth-child(2) p {
  margin-bottom: 40px;
}
.cnt_summary .info > div:nth-child(2) dt {
  margin-bottom: 10px;
}
.cnt_summary .info > div:nth-child(2) dd {
  margin-bottom: 20px;
  font-family: "preSemiBold";
  font-size: 20px;
}
.cnt_summary .info > div:nth-child(2) dd:last-child {
  margin: 0;
}
.cnt_summary .info > div:nth-child(2) em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  font-family: "preBold";
  color: white;
  background: #00852A;
  border-radius: 15px;
}
.cnt_summary .box {
  display: flex;
  color: white;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_summary .box > div {
  width: 50%;
  padding: 60px;
}
.cnt_summary .box > div:nth-child(1) {
  background: url("../../img/fair/summaryBg01.jpg") 50% 50%/cover no-repeat;
}
.cnt_summary .box > div:nth-child(2) {
  background: url("../../img/fair/summaryBg02.jpg") 50% 50%/cover no-repeat;
}
.cnt_summary .box h4 {
  margin-bottom: 35px;
  font-family: "preBold";
  font-size: 30px;
}
.cnt_summary .box dt {
  margin-bottom: 15px;
  font-family: "preSemiBold";
  font-size: 20px;
}
.cnt_summary .box dd {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  line-height: 1.5em;
}
.cnt_summary .box dd::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
}
.cnt_summary .box dd + dt {
  margin-top: 40px;
}
.cnt_summary .box dd:last-child {
  margin: 0;
}
.cnt_summary .box p {
  line-height: 1.5em;
}
.cnt_summary .tableTitle {
  margin-bottom: 30px;
  font-family: "preBold";
  font-size: 36px;
  text-align: center;
}
.cnt_summary table {
  width: 100%;
  font-size: 16px;
  font-family: "preMedium";
  border-top: 2px solid #00852A;
}
.cnt_summary table thead {
  border-bottom: 1px solid #00852A;
}
.cnt_summary table th {
  padding: 20px 15px;
  color: #00852A;
  border-right: 1px solid #EEEEEE;
}
.cnt_summary table td {
  padding: 20px 15px;
  word-break: break-all;
  line-height: 1.5em;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
.cnt_summary table .textC {
  text-align: center;
}
.cnt_summary table .borderRN {
  border-right: none;
}

@media screen and (max-width: 1200px) {
  .cnt_summary .info {
    margin-bottom: 60px;
  }
  .cnt_summary .info > div:nth-child(2) p {
    margin-bottom: 20px;
  }
  .cnt_summary .info > div:nth-child(2) p img {
    width: 150px;
  }
  .cnt_summary .info > div:nth-child(2) dt {
    margin-bottom: 8px;
  }
  .cnt_summary .info > div:nth-child(2) dd {
    font-size: 18px;
  }
  .cnt_summary .box {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .cnt_summary .box > div {
    padding: 40px;
  }
  .cnt_summary .box h4 {
    margin-bottom: 25px;
    font-size: 25px;
  }
  .cnt_summary .box dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cnt_summary .box dd {
    margin-bottom: 8px;
  }
  .cnt_summary .box dd + dt {
    margin-top: 30px;
  }
  .cnt_summary .tableTitle {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .cnt_summary table {
    font-size: 15px;
  }
  .cnt_summary table th {
    padding: 10px 10px;
  }
  .cnt_summary table td {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_summary .info {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .cnt_summary .info > div {
    width: 100% !important;
  }
  .cnt_summary .info > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .cnt_summary .info > div:nth-child(2) p {
    margin-bottom: 15px;
  }
  .cnt_summary .info > div:nth-child(2) p img {
    width: 120px;
  }
  .cnt_summary .info > div:nth-child(2) dt {
    margin-bottom: 6px;
  }
  .cnt_summary .info > div:nth-child(2) dd {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .cnt_summary .info > div:nth-child(2) em {
    font-size: 14px;
  }
  .cnt_summary .box {
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cnt_summary .box > div {
    width: 100%;
    padding: 20px;
  }
  .cnt_summary .box h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .cnt_summary .box dt {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .cnt_summary .box dd {
    margin-bottom: 5px;
    padding-left: 10px;
  }
  .cnt_summary .box dd + dt {
    margin-top: 20px;
  }
  .cnt_summary .tableTitle {
    margin-bottom: 15px;
    font-size: 25px;
    text-align: left;
  }
  .cnt_summary .tableBox {
    overflow-x: scroll;
    width: 100%;
    height: 495px;
  }
  .cnt_summary table {
    width: 800px;
    font-size: 13px;
  }
  .cnt_summary table th {
    padding: 5px;
  }
  .cnt_summary table td {
    padding: 5px;
  }
}
/***** 전시장 조감도 *****/
.cnt_showroom img {
  width: 100%;
}

/*--------------------------*/
/* 참가업체 */
/*--------------------------*/
/***** 참가신청 & 신청정보 확인 & 참가규정 항목 - 공통 *****/
.cnt_guide {
  margin-bottom: 30px;
  padding: 25px;
  text-align: center;
  background: #F6F6F6;
  border-radius: 10px;
}
.cnt_guide span {
  position: relative;
  padding-left: 40px;
}
.cnt_guide span::before {
  position: absolute;
  left: 0;
  top: -2px;
  display: inline-block;
  width: 26px;
  height: 26px;
  content: "";
  background: white url("../../img/attend/icon_exclamationmark.svg") 50% 50% no-repeat;
  border-radius: 50%;
}
.cnt_guide span i {
  margin: 0 5px;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .cnt_guide {
    margin-bottom: 25px;
    border-radius: 6px;
  }
  .cnt_guide span {
    padding-left: 30px;
  }
  .cnt_guide span::before {
    width: 22px;
    height: 22px;
    background-size: auto 11px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_guide {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 4px;
  }
  .cnt_guide span::before {
    width: 18px;
    height: 18px;
    background-size: auto 9px;
  }
}
/***** 참가신청 & 신청정보 -> 로그인 *****/
.cnt_application .list {
  margin-bottom: 40px;
  border-top: 1px solid #00852A;
  border-bottom: 1px solid #00852A;
}
.cnt_application .list ul {
  max-width: 625px;
  margin: 0 auto;
  padding: 60px 0;
}
.cnt_application .list ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 200px;
}
.cnt_application .list ul li:last-child {
  margin: 0;
}
.cnt_application .list ul label {
  position: absolute;
  left: 0;
  top: 15px;
  font-family: "preSemiBold";
}
.cnt_application .list ul input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
.cnt_application .list ul input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.cnt_application .list ul input:focus {
  border-color: #00852A;
}
.cnt_application .btn {
  text-align: center;
}
.cnt_application .btn input {
  width: 180px;
  height: 60px;
  font-family: "spoqaMedium";
  font-size: 16px;
  color: white;
  background: #00852A;
  border-radius: 6px;
}
.cnt_application .btn input:hover {
  background: black;
}
.cnt_application .popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.cnt_application .popup div {
  position: relative;
  width: 300px;
  height: 420px;
  padding: 120px 10px 0;
  text-align: center;
  background: white url("../../img/attend/icon_applicationPop.svg") 50% 40px no-repeat;
  border-radius: 10px;
}
.cnt_application .popup div h4 {
  margin-bottom: 10px;
  font-family: "preBold";
  font-size: 20px;
}
.cnt_application .popup div p {
  font-size: 16px;
  line-height: 1.5em;
  color: #777777;
}
.cnt_application .popup div button {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  height: 50px;
  color: white;
  background: #00852A;
  border-radius: 10px;
}
.cnt_application .popup div button:hover {
  background: black;
}

@media screen and (max-width: 1200px) {
  .cnt_application .list {
    margin-bottom: 30px;
  }
  .cnt_application .list ul {
    padding: 40px 25px;
  }
  .cnt_application .list ul li {
    padding-left: 150px;
  }
  .cnt_application .list ul input::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_application .list {
    margin-bottom: 20px;
  }
  .cnt_application .list ul {
    padding: 25px 5px;
  }
  .cnt_application .list ul li {
    margin-bottom: 15px;
    padding: 0;
  }
  .cnt_application .list ul label {
    position: static;
    display: block;
    margin-bottom: 8px;
  }
  .cnt_application .list ul input {
    height: 45px;
  }
  .cnt_application .list ul input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .cnt_application .btn input {
    width: 150px;
    height: 50px;
    font-size: 15px;
  }
  .cnt_application .popup div {
    width: 250px;
    height: 420px;
    padding: 100px 10px 0;
    background-size: 46px;
  }
  .cnt_application .popup div h4 {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .cnt_application .popup div p {
    font-size: 15px;
  }
  .cnt_application .popup div button {
    height: 45px;
  }
}
/***** 참가신청 & 신청정보 확인 -> 참가신청정보 *****/
.cnt_applicationInfo .link {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.cnt_applicationInfo .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 60px;
  margin: 0 3px;
  font-family: "preSemiBold";
  text-align: center;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
.cnt_applicationInfo .link a em {
  width: 40px;
  height: 24px;
  margin-left: 10px;
  line-height: 1.4em;
  color: white;
  background: #00852A;
  border-radius: 12px;
}
.cnt_applicationInfo .link a.on {
  color: white;
  background: #00852A;
  border: none;
}
.cnt_applicationInfo .link a.on em {
  color: black;
  background: white;
}
.cnt_applicationInfo .agreeBox {
  margin-bottom: 40px;
}
.cnt_applicationInfo .agreeBox .content {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
.cnt_applicationInfo .agreeBox .content > div {
  overflow-y: auto;
  height: 260px;
  padding: 20px 40px;
  font-size: 14px;
  line-height: 1.5em;
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 스크롤 바 상 하단 버튼 */
}
.cnt_applicationInfo .agreeBox .content > div p {
  margin-bottom: 20px;
}
.cnt_applicationInfo .agreeBox .content > div::-webkit-scrollbar {
  width: 10px;
}
.cnt_applicationInfo .agreeBox .content > div::-webkit-scrollbar-track {
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
.cnt_applicationInfo .agreeBox .content > div::-webkit-scrollbar-thumb {
  background: #00852A;
  border-radius: 5px;
}
.cnt_applicationInfo .agreeBox .content > div::-webkit-scrollbar-button {
  display: none;
}
.cnt_applicationInfo .agreeBox .agreeBtn {
  text-align: right;
}
.cnt_applicationInfo .agreeBox .agreeBtn input {
  display: none;
}
.cnt_applicationInfo .agreeBox .agreeBtn label {
  display: inline-block;
  font-family: "spoqaRegular";
  font-size: 16px;
  padding: 10px 30px 10px 0;
  cursor: pointer;
  background: url("../../img/common/checkOff.svg") calc(100% - 1px) 50% no-repeat;
}
.cnt_applicationInfo .agreeBox .agreeBtn input:checked + label {
  background-image: url("../../img/common/checkOn.svg");
}
.cnt_applicationInfo .inputBox {
  margin-bottom: 60px;
}
.cnt_applicationInfo .inputBox legend {
  font-family: "preBold";
  font-size: 24px;
}
.cnt_applicationInfo .inputBox .topLine {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid black;
}
.cnt_applicationInfo .inputBox .list {
  position: relative;
  margin-bottom: 20px;
  padding-left: 225px;
}
.cnt_applicationInfo .inputBox .list.opt {
  margin: 0;
}
.cnt_applicationInfo .inputBox input[type=text], .cnt_applicationInfo .inputBox input[type=number], .cnt_applicationInfo .inputBox input[type=tel], .cnt_applicationInfo .inputBox input[type=button] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
.cnt_applicationInfo .inputBox input[type=text]::-webkit-input-placeholder, .cnt_applicationInfo .inputBox input[type=number]::-webkit-input-placeholder, .cnt_applicationInfo .inputBox input[type=tel]::-webkit-input-placeholder, .cnt_applicationInfo .inputBox input[type=button]::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.cnt_applicationInfo .inputBox input[type=text]:focus, .cnt_applicationInfo .inputBox input[type=number]:focus, .cnt_applicationInfo .inputBox input[type=tel]:focus, .cnt_applicationInfo .inputBox input[type=button]:focus {
  border-color: #00852A;
}
.cnt_applicationInfo .inputBox .title01 {
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "preSemiBold";
  line-height: 1.3em;
}
.cnt_applicationInfo .inputBox .title01.opt01 {
  top: 14px;
}
.cnt_applicationInfo .inputBox .title01.opt02 {
  top: 18px;
}
.cnt_applicationInfo .inputBox .title01.opt03 {
  top: 28px;
}
.cnt_applicationInfo .inputBox .title01 i {
  color: #FF0000;
}
.cnt_applicationInfo .inputBox .title01 span {
  display: block;
  font-family: "preRegular";
  font-size: 14px;
  color: #FF0000;
}
.cnt_applicationInfo .inputBox .title02 {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "preSemiBold";
  line-height: 1.3em;
}
.cnt_applicationInfo .inputBox .title02 span {
  display: block;
}
.cnt_applicationInfo .inputBox .title02 i {
  color: #FF0000;
}
.cnt_applicationInfo .inputBox .company {
  display: flex;
  justify-content: space-between;
}
.cnt_applicationInfo .inputBox .company input {
  width: calc(50% - 3px);
}
.cnt_applicationInfo .inputBox .ceo[type=text] {
  width: calc(50% - 3px);
}
.cnt_applicationInfo .inputBox .address {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.cnt_applicationInfo .inputBox .address .zipcode {
  width: 160px;
  text-align: center;
}
.cnt_applicationInfo .inputBox .address .addressText {
  width: calc(100% - 306px);
}
.cnt_applicationInfo .inputBox .address .addressSearch {
  width: 140px;
  font-family: "preMedium";
  font-size: 19px;
  color: white;
  background: #00852A;
  border: none;
}
.cnt_applicationInfo .inputBox .address .addressSearch:hover {
  background: black;
}
.cnt_applicationInfo .inputBox .manager {
  margin-bottom: 40px;
}
.cnt_applicationInfo .inputBox .manager:last-child {
  margin: 0;
}
.cnt_applicationInfo .inputBox .manager input {
  margin-bottom: 6px;
}
.cnt_applicationInfo .inputBox .manager input:last-child {
  margin: 0;
}
.cnt_applicationInfo .inputBox .managerInput {
  margin-bottom: 10px;
}
.cnt_applicationInfo .inputBox .managerInput input {
  display: none;
}
.cnt_applicationInfo .inputBox .managerInput label {
  display: inline-block;
  font-family: "spoqaRegular";
  font-size: 16px;
  color: #777777;
  padding: 10px 0 10px 30px;
  cursor: pointer;
  background: url("../../img/common/checkOff.svg") 0 12px no-repeat;
}
.cnt_applicationInfo .inputBox .managerInput input:checked + label {
  background-image: url("../../img/common/checkOn.svg");
}
.cnt_applicationInfo .inputBox .text {
  margin: 5px 0;
  font-family: "spoqaRegular";
  font-size: 16px;
  word-break: break-all;
  color: #777777;
}
.cnt_applicationInfo .inputBox .text.opt {
  margin: 0 0 0 35px;
}
.cnt_applicationInfo .inputBox .radioBox {
  display: flex;
  margin: 10px 0;
}
.cnt_applicationInfo .inputBox .radioBox li {
  margin-right: 100px;
}
.cnt_applicationInfo .inputBox .radioBox li:last-child {
  margin: 0;
}
.cnt_applicationInfo .inputBox .radioBox input {
  display: none;
}
.cnt_applicationInfo .inputBox .radioBox label {
  display: inline-block;
  font-family: "spoqaRegular";
  font-size: 16px;
  padding: 10px 0 10px 30px;
  cursor: pointer;
  background: url("../../img/common/checkOff.svg") 0 12px no-repeat;
}
.cnt_applicationInfo .inputBox .radioBox input:checked + label {
  background-image: url("../../img/common/checkOn.svg");
}
.cnt_applicationInfo .inputBox textarea {
  width: 100%;
  height: 300px;
  padding: 40px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
.cnt_applicationInfo .inputBox textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.cnt_applicationInfo .tableBox {
  margin-bottom: 60px;
}
.cnt_applicationInfo .tableBox legend {
  font-family: "preBold";
  font-size: 24px;
}
.cnt_applicationInfo .tableBox input[type=text] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  text-align: right;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
.cnt_applicationInfo .tableBox input[type=text]::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.cnt_applicationInfo .tableBox select {
  width: 100%;
  height: 50px;
  font-family: "preMedium";
  font-size: 16px;
  text-align: center;
  color: white;
  background: #00852A;
  border-radius: 4px;
}
.cnt_applicationInfo .tableBox table {
  font-family: "preMedium";
}
.cnt_applicationInfo .tableBox table caption {
  padding-bottom: 25px;
  font-family: "preSemiBold";
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid black;
}
.cnt_applicationInfo .tableBox table th {
  padding: 20px;
  text-align: left;
  word-break: break-all;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_applicationInfo .tableBox table td {
  padding: 20px;
  word-break: break-all;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_applicationInfo .tableBox table td.price {
  text-align: right;
}
.cnt_applicationInfo .tableBox table td.price em {
  font-family: "preBold";
  font-size: 20px;
}
.cnt_applicationInfo .tableBox table tbody tr:last-child th, .cnt_applicationInfo .tableBox table tbody :last-child td, .cnt_applicationInfo .tableBox table tfoot tr, .cnt_applicationInfo .tableBox table tfoot td {
  border-color: black;
}
.cnt_applicationInfo .tableBox .box01 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid black;
}
.cnt_applicationInfo .tableBox .box01 table {
  width: calc(50% - 12px);
}
.cnt_applicationInfo .tableBox .box02 {
  width: 100%;
  margin-top: 60px;
}
.cnt_applicationInfo .tableBox .box02 th {
  text-align: center;
  border-bottom: 1px solid black;
}
.cnt_applicationInfo .tableBox .box02 tbody td {
  text-align: center;
}
.cnt_applicationInfo .tableBox .text {
  margin-top: 20px;
  font-family: "spoqaRegular";
  font-size: 16px;
  color: #999999;
}
.cnt_applicationInfo .tableBox .totalPrice {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-family: "preMedium";
  border-bottom: 1px solid black;
}
.cnt_applicationInfo .tableBox .totalPrice em {
  font-family: "preBold";
  font-size: 20px;
}
.cnt_applicationInfo .deposit {
  margin-bottom: 60px;
}
.cnt_applicationInfo .deposit dt {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-family: "preBold";
  font-size: 24px;
  border-bottom: 1px solid black;
}
.cnt_applicationInfo .deposit dd {
  font-family: "spoqaRegular";
  font-size: 16px;
  line-height: 1.8em;
  color: #999999;
}
.cnt_applicationInfo .deposit dd:nth-child(2) {
  margin-bottom: 10px;
  font-family: "preMedium";
  font-size: 18px;
  color: black;
}
.cnt_applicationInfo .btn {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  border-top: 1px solid black;
}
.cnt_applicationInfo .btn input {
  width: 160px;
  height: 50px;
  margin: 0 3px;
  font-family: "preMedium";
  font-size: 16px;
  border-radius: 6px;
}
.cnt_applicationInfo .btn input[type=reset] {
  border: 1px solid black;
}
.cnt_applicationInfo .btn input[type=reset]:hover {
  color: white;
  background: black;
}
.cnt_applicationInfo .btn input[type=submit] {
  color: white;
  background: #00852A;
}
.cnt_applicationInfo .btn input[type=submit]:hover {
  background: black;
}

@media screen and (max-width: 1200px) {
  .cnt_applicationInfo .link {
    margin-bottom: 50px;
  }
  .cnt_applicationInfo .link a {
    width: 200px;
    height: 50px;
  }
  .cnt_applicationInfo .link a em {
    line-height: 1.7em;
    font-size: 14px;
  }
  .cnt_applicationInfo .agreeBox {
    margin-bottom: 30px;
  }
  .cnt_applicationInfo .agreeBox .content {
    border-radius: 8px;
  }
  .cnt_applicationInfo .agreeBox .content > div {
    overflow-y: auto;
    height: 260px;
    padding: 20px 30px;
    /* 스크롤 바 */
    /* 스크롤 바 밑의 배경 */
    /* 실질적 스크롤 바 */
  }
  .cnt_applicationInfo .agreeBox .content > div p {
    margin-bottom: 20px;
  }
  .cnt_applicationInfo .agreeBox .content > div::-webkit-scrollbar {
    width: 8px;
  }
  .cnt_applicationInfo .agreeBox .content > div::-webkit-scrollbar-track {
    border-radius: 4px;
  }
  .cnt_applicationInfo .agreeBox .content > div::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  .cnt_applicationInfo .agreeBox .agreeBtn label {
    font-size: 15px;
    padding: 10px 28px 10px 0;
    background-size: 16px;
  }
  .cnt_applicationInfo .inputBox {
    margin-bottom: 50px;
  }
  .cnt_applicationInfo .inputBox legend {
    font-size: 21px;
  }
  .cnt_applicationInfo .inputBox .topLine {
    margin-top: 20px;
    padding-top: 12px;
  }
  .cnt_applicationInfo .inputBox .list {
    margin-bottom: 15px;
    padding-left: 180px;
  }
  .cnt_applicationInfo .inputBox input[type=text]::-webkit-input-placeholder, .cnt_applicationInfo .inputBox input[type=number]::-webkit-input-placeholder, .cnt_applicationInfo .inputBox input[type=tel]::-webkit-input-placeholder, .cnt_applicationInfo .inputBox input[type=button]::-webkit-input-placeholder {
    font-size: 15px;
  }
  .cnt_applicationInfo .inputBox .title01.opt02 {
    top: 16px;
  }
  .cnt_applicationInfo .inputBox .title01.opt03 {
    top: 28px;
  }
  .cnt_applicationInfo .inputBox .title01 span {
    font-size: 13px;
  }
  .cnt_applicationInfo .inputBox .company input:nth-child(1) {
    width: calc(35% - 2px);
  }
  .cnt_applicationInfo .inputBox .company input:nth-child(2) {
    width: calc(65% - 2px);
  }
  .cnt_applicationInfo .inputBox .ceo[type=text] {
    width: 100%;
  }
  .cnt_applicationInfo .inputBox .address {
    margin-bottom: 5px;
  }
  .cnt_applicationInfo .inputBox .address .zipcode {
    width: 140px;
  }
  .cnt_applicationInfo .inputBox .address .addressText {
    width: calc(100% - 268px);
  }
  .cnt_applicationInfo .inputBox .address .addressSearch {
    width: 120px;
    font-size: 17px;
  }
  .cnt_applicationInfo .inputBox .manager {
    margin-bottom: 30px;
  }
  .cnt_applicationInfo .inputBox .manager input {
    margin-bottom: 4px;
  }
  .cnt_applicationInfo .inputBox .managerInput label {
    font-size: 15px;
    padding: 10px 0 10px 25px;
    background-size: 16px;
    background-position: 0 14px;
  }
  .cnt_applicationInfo .inputBox .text {
    font-size: 14px;
  }
  .cnt_applicationInfo .inputBox .text.opt {
    margin-left: 25px;
  }
  .cnt_applicationInfo .inputBox .radioBox li {
    margin-right: 60px;
  }
  .cnt_applicationInfo .inputBox .radioBox label {
    font-size: 15px;
    padding: 10px 0 10px 25px;
    background-size: 16px;
    background-position: 0 14px;
  }
  .cnt_applicationInfo .inputBox textarea {
    height: 250px;
    padding: 25px;
  }
  .cnt_applicationInfo .inputBox textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
  .cnt_applicationInfo .tableBox {
    margin-bottom: 50px;
  }
  .cnt_applicationInfo .tableBox legend {
    font-size: 21px;
  }
  .cnt_applicationInfo .tableBox input[type=text]::-webkit-input-placeholder {
    font-size: 15px;
  }
  .cnt_applicationInfo .tableBox select {
    font-size: 15px;
  }
  .cnt_applicationInfo .tableBox table caption {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .cnt_applicationInfo .tableBox table th {
    padding: 15px 10px;
  }
  .cnt_applicationInfo .tableBox table td {
    padding: 15px 10px;
  }
  .cnt_applicationInfo .tableBox table td.price em {
    font-size: 18px;
  }
  .cnt_applicationInfo .tableBox .box01 {
    margin-top: 20px;
    padding-top: 20px;
  }
  .cnt_applicationInfo .tableBox .box01 table {
    width: calc(50% - 8px);
  }
  .cnt_applicationInfo .tableBox .box02 {
    margin-top: 50px;
  }
  .cnt_applicationInfo .tableBox .text {
    margin-top: 15px;
    font-size: 15px;
  }
  .cnt_applicationInfo .tableBox .totalPrice {
    padding: 15px 10px;
  }
  .cnt_applicationInfo .tableBox .totalPrice em {
    font-size: 18px;
  }
  .cnt_applicationInfo .deposit {
    margin-bottom: 50px;
  }
  .cnt_applicationInfo .deposit dt {
    margin-bottom: 12px;
    padding-bottom: 20px;
    font-size: 21px;
  }
  .cnt_applicationInfo .deposit dd {
    font-size: 15px;
  }
  .cnt_applicationInfo .deposit dd:nth-child(2) {
    margin-bottom: 6px;
    font-size: 17px;
  }
  .cnt_applicationInfo .btn {
    padding-top: 50px;
  }
  .cnt_applicationInfo .btn input {
    width: 140px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_applicationInfo .link {
    margin-bottom: 40px;
  }
  .cnt_applicationInfo .link a {
    width: 150px;
    height: 45px;
  }
  .cnt_applicationInfo .link a em {
    width: 30px;
    line-height: 2em;
    font-size: 12px;
  }
  .cnt_applicationInfo .agreeBox {
    margin-bottom: 20px;
  }
  .cnt_applicationInfo .agreeBox .content {
    margin: 0;
    border-radius: 6px;
  }
  .cnt_applicationInfo .agreeBox .content > div {
    overflow-y: auto;
    height: 200px;
    padding: 15px 20px;
    /* 스크롤 바 */
    /* 스크롤 바 밑의 배경 */
    /* 실질적 스크롤 바 */
  }
  .cnt_applicationInfo .agreeBox .content > div p {
    margin-bottom: 15px;
  }
  .cnt_applicationInfo .agreeBox .content > div::-webkit-scrollbar {
    width: 6px;
  }
  .cnt_applicationInfo .agreeBox .content > div::-webkit-scrollbar-track {
    border-radius: 3px;
  }
  .cnt_applicationInfo .agreeBox .content > div::-webkit-scrollbar-thumb {
    border-radius: 3px;
  }
  .cnt_applicationInfo .inputBox {
    margin-bottom: 40px;
  }
  .cnt_applicationInfo .inputBox legend {
    font-size: 18px;
  }
  .cnt_applicationInfo .inputBox .topLine {
    margin-top: 15px;
    padding-top: 20px;
  }
  .cnt_applicationInfo .inputBox .list {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .cnt_applicationInfo .inputBox input[type=text], .cnt_applicationInfo .inputBox input[type=number], .cnt_applicationInfo .inputBox input[type=tel], .cnt_applicationInfo .inputBox input[type=button] {
    height: 45px;
    padding: 0 10px;
  }
  .cnt_applicationInfo .inputBox input[type=text]::-webkit-input-placeholder, .cnt_applicationInfo .inputBox input[type=number]::-webkit-input-placeholder, .cnt_applicationInfo .inputBox input[type=tel]::-webkit-input-placeholder, .cnt_applicationInfo .inputBox input[type=button]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .cnt_applicationInfo .inputBox .title01 {
    position: static;
    display: block;
    margin-bottom: 5px;
  }
  .cnt_applicationInfo .inputBox .title01 span {
    display: inline;
  }
  .cnt_applicationInfo .inputBox .title02 {
    position: static;
    display: block;
    margin-bottom: 5px;
  }
  .cnt_applicationInfo .inputBox .title02 span {
    display: inline;
  }
  .cnt_applicationInfo .inputBox .company {
    flex-wrap: wrap;
  }
  .cnt_applicationInfo .inputBox .company input {
    width: 100% !important;
  }
  .cnt_applicationInfo .inputBox .company input:first-child {
    margin-bottom: 4px;
  }
  .cnt_applicationInfo .inputBox .address {
    position: relative;
    height: 94px;
    margin-bottom: 4px;
  }
  .cnt_applicationInfo .inputBox .address .zipcode {
    width: calc(100% - 104px);
  }
  .cnt_applicationInfo .inputBox .address .addressText {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .cnt_applicationInfo .inputBox .address .addressSearch {
    width: 100px;
    font-size: 15px;
  }
  .cnt_applicationInfo .inputBox .manager {
    margin-bottom: 25px;
  }
  .cnt_applicationInfo .inputBox .text {
    font-size: 13px;
  }
  .cnt_applicationInfo .inputBox .radioBox {
    flex-wrap: wrap;
  }
  .cnt_applicationInfo .inputBox .radioBox li {
    margin-right: 25px;
  }
  .cnt_applicationInfo .inputBox textarea {
    height: 200px;
    padding: 20px;
  }
  .cnt_applicationInfo .inputBox textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .cnt_applicationInfo .tableBox {
    margin-bottom: 40px;
  }
  .cnt_applicationInfo .tableBox legend {
    font-size: 18px;
  }
  .cnt_applicationInfo .tableBox input[type=text]::-webkit-input-placeholder {
    height: 45px;
    font-size: 14px;
  }
  .cnt_applicationInfo .tableBox select {
    height: 45px;
    font-size: 14px;
  }
  .cnt_applicationInfo .tableBox table caption {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .cnt_applicationInfo .tableBox table th {
    padding: 12px 5px;
  }
  .cnt_applicationInfo .tableBox table td {
    padding: 12px 5px;
  }
  .cnt_applicationInfo .tableBox table td.price em {
    font-size: 16px;
  }
  .cnt_applicationInfo .tableBox .box01 {
    flex-wrap: wrap;
    margin-top: 15px;
    padding-top: 15px;
  }
  .cnt_applicationInfo .tableBox .box01 table {
    width: 100%;
  }
  .cnt_applicationInfo .tableBox .box01 table:first-child {
    margin-bottom: 20px;
  }
  .cnt_applicationInfo .tableBox .box02 {
    margin-top: 40px;
  }
  .cnt_applicationInfo .tableBox .text {
    margin-top: 10px;
    font-size: 13px;
  }
  .cnt_applicationInfo .tableBox .totalPrice {
    padding: 12px 5px;
  }
  .cnt_applicationInfo .tableBox .totalPrice em {
    font-size: 16px;
  }
  .cnt_applicationInfo .deposit {
    margin-bottom: 40px;
  }
  .cnt_applicationInfo .deposit dt {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .cnt_applicationInfo .deposit dd {
    font-size: 14px;
    line-height: 1.5em;
  }
  .cnt_applicationInfo .deposit dd:nth-child(2) {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .cnt_applicationInfo .btn {
    padding-top: 40px;
  }
  .cnt_applicationInfo .btn input {
    width: 120px;
    height: 45px;
    font-size: 15px;
    border-radius: 4px;
  }
}
/***** 신청정보 확인 -> 관리자 답변 *****/
.cnt_answer h4 {
  margin-bottom: 15px;
  font-family: "preBold";
  font-size: 24px;
}
.cnt_answer .box {
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_answer h4 + .box {
  border-top: 1px solid black;
}
.cnt_answer .date {
  margin-bottom: 15px;
  font-family: "preMedium";
}
.cnt_answer .text {
  line-height: 1.5em;
}
.cnt_answer .btn {
  text-align: center;
}
.cnt_answer .btn .cancle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  margin: 0 3px;
  font-family: "preMedium";
  font-size: 16px;
  border: 1px solid black;
  border-radius: 6px;
}
.cnt_answer .btn .cancle:hover {
  color: white;
  background: black;
}
.cnt_answer .btn .confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  margin: 0 3px;
  font-family: "preMedium";
  font-size: 16px;
  color: white;
  background: #00852A;
  border-radius: 6px;
}
.cnt_answer .btn .confirm:hover {
  background: black;
}

@media screen and (max-width: 1200px) {
  .cnt_answer h4 {
    font-size: 22px;
  }
  .cnt_answer .box {
    padding: 30px 0;
  }
  .cnt_answer .date {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_answer h4 {
    margin-bottom: 10px;
    font-size: 19px;
  }
  .cnt_answer .box {
    padding: 20px 0;
  }
  .cnt_answer .date {
    margin-bottom: 8px;
  }
  .cnt_answer .btn .cancle, .cnt_answer .btn .confirm {
    width: 120px;
    height: 45px;
    margin: 0 2px;
    font-size: 15px;
    border-radius: 4px;
  }
}
/***** 각종양식 다운로드 *****/
.cnt_form {
  border-top: 1px solid black;
}
.cnt_form a {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_form .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  font-family: "preSemiBold";
  text-align: center;
}
.cnt_form .title {
  overflow: hidden;
  width: calc(100% - 450px);
  padding: 30px 50px 30px 0;
  font-family: "preBold";
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../../img/common/icon_down.svg") 100% 50% no-repeat;
}
.cnt_form a:hover .title {
  color: #00852A;
  background-image: url("../../img/common/icon_downOn.svg");
}
.cnt_form .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  font-size: 16px;
  text-align: center;
  color: #777777;
}
.cnt_form .lookup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  font-size: 16px;
  text-align: center;
  color: #777777;
}

@media screen and (max-width: 1200px) {
  .cnt_form .num {
    width: 65px;
  }
  .cnt_form .title {
    width: calc(100% - 305px);
    padding: 25px 40px 25px 0;
    background-size: 16px;
  }
  .cnt_form .date {
    width: 180px;
    font-size: 15px;
  }
  .cnt_form .lookup {
    width: 60px;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_form a {
    padding: 5px 0 20px;
  }
  .cnt_form .num {
    display: none;
  }
  .cnt_form .title {
    width: 100%;
    padding: 15px 35px 15px 0;
    font-size: 18px;
  }
  .cnt_form .date {
    position: relative;
    width: 110px;
    justify-content: flex-start;
    font-size: 14px;
  }
  .cnt_form .date::after {
    position: absolute;
    right: 16px;
    top: 2px;
    display: block;
    width: 1px;
    height: 12px;
    content: "";
    background: #EEEEEE;
  }
  .cnt_form .lookup {
    width: auto;
    justify-content: flex-start;
    font-size: 14px;
  }
}
/***** 참가규정 항목 *****/
.cnt_rule .btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
.cnt_rule .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 60px;
  margin: 0 3px;
  font-family: "preSemiBold";
  border: 1px solid black;
}
.cnt_rule .btn a:hover {
  color: white;
  background-color: #00852A;
  border: none;
}
.cnt_rule .btn a:last-child::after {
  width: 20px;
  height: 17px;
  margin-left: 20px;
  content: "";
  background: url("../../img/common/icon_download.svg") 0/100% 100% no-repeat;
}
.cnt_rule .btn a:last-child:hover::after {
  background-image: url("../../img/common/icon_downloadOn.svg");
}
.cnt_rule .box {
  width: 100%;
  height: 700px;
  background: #777777;
}

@media screen and (max-width: 1200px) {
  .cnt_rule .btn a {
    width: 220px;
    height: 55px;
  }
  .cnt_rule .btn a:last-child::after {
    width: 18px;
    height: 15px;
    margin-left: 15px;
  }
  .cnt_rule .box {
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_rule .btn {
    margin-bottom: 30px;
  }
  .cnt_rule .btn a {
    width: calc(50% - 2px);
    height: 50px;
    text-align: center;
  }
  .cnt_rule .btn a:last-child::after {
    display: none;
  }
  .cnt_rule .box {
    height: 300px;
  }
}
/***** 부스배치도 *****/
.cnt_booth .btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
.cnt_booth .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 60px;
  margin: 0 3px;
  font-family: "preSemiBold";
  border: 1px solid black;
}
.cnt_booth .btn a:hover {
  color: white;
  background-color: #00852A;
  border: none;
}
.cnt_booth .btn a::after {
  width: 20px;
  height: 17px;
  margin-left: 20px;
  content: "";
  background: url("../../img/common/icon_download.svg") 0/100% 100% no-repeat;
}
.cnt_booth .btn a:hover::after {
  background-image: url("../../img/common/icon_downloadOn.svg");
}
.cnt_booth .box {
  width: 100%;
  height: 700px;
  background: #777777;
}

@media screen and (max-width: 1200px) {
  .cnt_booth .btn a {
    width: 220px;
    height: 55px;
  }
  .cnt_booth .btn a:last-child::after {
    width: 18px;
    height: 15px;
    margin-left: 15px;
  }
  .cnt_booth .box {
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_booth .btn {
    margin-bottom: 30px;
  }
  .cnt_booth .btn a {
    width: calc(50% - 2px);
    height: 50px;
    text-align: center;
  }
  .cnt_booth .btn a:last-child::after {
    display: none;
  }
  .cnt_booth .box {
    height: 300px;
  }
}
/*--------------------------*/
/* 관람 안내 */
/*--------------------------*/
/***** 참가업체 안내 *****/
.cnt_company .category {
  margin-bottom: 70px;
  border-top: 1px solid black;
}
.cnt_company .category > div {
  position: relative;
  padding: 20px 0 0 110px;
}
.cnt_company .category p {
  position: absolute;
  left: 0;
  top: 25px;
  font-family: "preSemiBold";
}
.cnt_company .category button {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  font-family: "preSemiBold";
}
.cnt_company .category button.on {
  color: white;
  background: #00852A;
  border-radius: 50%;
}
.cnt_company .category button:last-child {
  margin-right: 0;
}
.cnt_company .list {
  position: relative;
  min-height: 50px;
  margin-bottom: 80px;
  padding-left: 110px;
}
.cnt_company .list p {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "preBlack";
  font-size: 46px;
  line-height: 1em;
}
.cnt_company .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cnt_company .list ul a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-family: "preSemiBold";
}
.cnt_company .list ul a:hover {
  color: #00852A;
}
.cnt_company .list ul a:hover::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #00852A;
}

@media screen and (max-width: 1200px) {
  .cnt_company .category {
    margin-bottom: 50px;
  }
  .cnt_company .category > div {
    padding: 15px 0 0 90px;
  }
  .cnt_company .category button {
    margin: 0 10px 10px 0;
  }
  .cnt_company .list {
    min-height: 40px;
    margin-bottom: 60px;
    padding-left: 90px;
  }
  .cnt_company .list p {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_company .category {
    margin-bottom: 30px;
  }
  .cnt_company .category > div {
    padding: 15px 0 0 80px;
  }
  .cnt_company .category p {
    top: 21px;
  }
  .cnt_company .category button {
    width: 30px;
    height: 30px;
    margin: 0 5px 5px 0;
  }
  .cnt_company .list {
    min-height: 35px;
    margin-bottom: 40px;
    padding-left: 80px;
  }
  .cnt_company .list p {
    font-size: 35px;
  }
  .cnt_company .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 10px;
  }
}
/***** 참가업체 안내 -> 상세페이지 *****/
.cnt_comapnyView .info {
  display: flex;
  margin-bottom: 120px;
}
.cnt_comapnyView .info .pic {
  width: 310px;
}
.cnt_comapnyView .info .pic img {
  width: 100%;
  border: 1px solid #EEEEEE;
}
.cnt_comapnyView .info .list {
  width: calc(100% - 310px);
  padding-left: 60px;
}
.cnt_comapnyView .info .list h4 {
  margin-bottom: 30px;
  font-family: "preBold";
  font-size: 36px;
}
.cnt_comapnyView .info .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.cnt_comapnyView .info .list ul li {
  position: relative;
  min-height: 20px;
  margin: 0 80px 20px 0;
  padding-left: 80px;
}
.cnt_comapnyView .info .list ul li:last-child {
  margin: 0 0 10px;
}
.cnt_comapnyView .info .list ul li em {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "preBold";
}
.cnt_comapnyView .title {
  font-family: "preBold";
}
.cnt_comapnyView .title em {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  color: #00852A;
}
.cnt_comapnyView .con {
  margin: 20px 0 60px;
  padding: 20px 0 60px;
  line-height: 1.5em;
  border-top: 1px solid black;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_comapnyView .product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 24px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid black;
}
.cnt_comapnyView .product img {
  width: 100%;
  margin-bottom: 20px;
}
.cnt_comapnyView .product .category {
  margin-bottom: 10px;
  font-size: 16px;
}
.cnt_comapnyView .product .name {
  font-family: "preBold";
  font-size: 20px;
}
.cnt_comapnyView .product a:hover {
  color: #00852A;
}

@media screen and (max-width: 1200px) {
  .cnt_comapnyView .info {
    margin-bottom: 60px;
  }
  .cnt_comapnyView .info .pic {
    width: 25%;
  }
  .cnt_comapnyView .info .list {
    padding-left: 50px;
  }
  .cnt_comapnyView .info .list h4 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .cnt_comapnyView .info .list ul {
    margin-bottom: 5px;
  }
  .cnt_comapnyView .info .list ul li {
    margin: 0 50px 10px 0;
    padding-left: 70px;
  }
  .cnt_comapnyView .title em {
    top: 2px;
    font-size: 20px;
  }
  .cnt_comapnyView .con {
    margin: 20px 0 60px;
    padding: 20px 0 40px;
  }
  .cnt_comapnyView .product {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
  .cnt_comapnyView .product img {
    margin-bottom: 15px;
  }
  .cnt_comapnyView .product .category {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .cnt_comapnyView .product .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_comapnyView .info {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .cnt_comapnyView .info .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .cnt_comapnyView .info .list {
    width: 100%;
    padding-left: 0;
  }
  .cnt_comapnyView .info .list h4 {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .cnt_comapnyView .info .list ul {
    margin-bottom: 0;
  }
  .cnt_comapnyView .info .list ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .cnt_comapnyView .title em {
    top: 1px;
    font-size: 18px;
  }
  .cnt_comapnyView .con {
    margin: 10px 0 40px;
    padding: 10px 0 20px;
  }
  .cnt_comapnyView .product {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .cnt_comapnyView .product img {
    margin-bottom: 10px;
  }
  .cnt_comapnyView .product .category {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .cnt_comapnyView .product .name {
    font-size: 16px;
  }
}
/***** 농기자재 제품 안내 *****/
.cnt_product {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  border-top: 1px solid black;
}
.cnt_product a {
  position: relative;
  display: block;
  width: 50%;
  padding: 50px 30px 50px 170px;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_product a::before {
  position: absolute;
  left: 35px;
  top: calc(50% - 50px);
  display: block;
  width: 100px;
  height: 100px;
  content: "";
  border: 1px solid #EEEEEE;
  border-radius: 50%;
}
.cnt_product a:hover::before {
  border-color: #00852A;
}
.cnt_product .icon01::before {
  background: url("../../img/preview/icon_product01.svg") 50% 50% no-repeat;
}
.cnt_product .icon01:hover::before {
  background: url("../../img/preview/icon_product01On.svg") 50% 50% no-repeat;
}
.cnt_product .icon02::before {
  background: url("../../img/preview/icon_product02.svg") 50% 50% no-repeat;
}
.cnt_product .icon02:hover::before {
  background: url("../../img/preview/icon_product02On.svg") 50% 50% no-repeat;
}
.cnt_product .icon03::before {
  background: url("../../img/preview/icon_product03.svg") 50% 50% no-repeat;
}
.cnt_product .icon03:hover::before {
  background: url("../../img/preview/icon_product03On.svg") 50% 50% no-repeat;
}
.cnt_product .icon04::before {
  background: url("../../img/preview/icon_product04.svg") 50% 50% no-repeat;
}
.cnt_product .icon04:hover::before {
  background: url("../../img/preview/icon_product04On.svg") 50% 50% no-repeat;
}
.cnt_product .icon05::before {
  background: url("../../img/preview/icon_product05.svg") 50% 50% no-repeat;
}
.cnt_product .icon05:hover::before {
  background: url("../../img/preview/icon_product05On.svg") 50% 50% no-repeat;
}
.cnt_product .icon06::before {
  background: url("../../img/preview/icon_product06.svg") 50% 50% no-repeat;
}
.cnt_product .icon06:hover::before {
  background-image: url("../../img/preview/icon_product06On.svg");
}
.cnt_product .icon07::before {
  background: url("../../img/preview/icon_product07.svg") 50% 50% no-repeat;
}
.cnt_product .icon07:hover::before {
  background: url("../../img/preview/icon_product07On.svg") 50% 50% no-repeat;
}
.cnt_product .icon08::before {
  background: url("../../img/preview/icon_product08.svg") 50% 50% no-repeat;
}
.cnt_product .icon08:hover::before {
  background: url("../../img/preview/icon_product08On.svg") 50% 50% no-repeat;
}
.cnt_product .icon09::before {
  background: url("../../img/preview/icon_product09.svg") 50% 50% no-repeat;
}
.cnt_product .icon09:hover::before {
  background-image: url("../../img/preview/icon_product09On.svg");
}
.cnt_product h4 {
  margin-bottom: 10px;
  font-family: "preBold";
  font-size: 20px;
}
.cnt_product p {
  font-size: 16px;
  line-height: 1.5em;
  color: #777777;
}
.cnt_product a:hover h4 {
  color: #00852A;
}
.cnt_product a:hover p {
  color: black;
}
.cnt_product a:hover::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  content: "";
  background: #00852A;
}

@media screen and (max-width: 1200px) {
  .cnt_product {
    margin-top: 30px;
  }
  .cnt_product a {
    padding: 40px 10px 40px 110px;
  }
  .cnt_product a::before {
    left: 0;
    top: 40px;
    width: 80px;
    height: 80px;
  }
  .cnt_product .icon01::before, .cnt_product .icon01:hover::before {
    background-size: 52px;
  }
  .cnt_product .icon02::before, .cnt_product .icon02:hover::before {
    background-size: 42px;
  }
  .cnt_product .icon03::before, .cnt_product .icon03:hover::before {
    background-size: 48px;
  }
  .cnt_product .icon04::before, .cnt_product .icon04:hover::before {
    background-size: 45px;
  }
  .cnt_product .icon05::before, .cnt_product .icon05:hover::before {
    background-size: 50px;
  }
  .cnt_product .icon06::before, .cnt_product .icon06:hover::before {
    background-size: 45px;
  }
  .cnt_product .icon07::before, .cnt_product .icon07:hover::before {
    background-size: 50px;
  }
  .cnt_product .icon08::before, .cnt_product .icon08:hover::before {
    background-size: 36px;
  }
  .cnt_product .icon09::before, .cnt_product .icon09:hover::before {
    background-size: 40px;
  }
  .cnt_product h4 {
    font-size: 18px;
  }
  .cnt_product p {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_product {
    margin-top: 30px;
  }
  .cnt_product a {
    width: 100%;
    padding: 20px 0 20px 80px;
  }
  .cnt_product a::before {
    left: 0;
    top: 20px;
    width: 60px;
    height: 60px;
  }
  .cnt_product .icon01::before, .cnt_product .icon01:hover::before {
    background-size: 40px;
  }
  .cnt_product .icon02::before, .cnt_product .icon02:hover::before {
    background-size: 35px;
  }
  .cnt_product .icon03::before, .cnt_product .icon03:hover::before {
    background-size: 40px;
  }
  .cnt_product .icon04::before, .cnt_product .icon04:hover::before {
    background-size: 38px;
  }
  .cnt_product .icon05::before, .cnt_product .icon05:hover::before {
    background-size: 42px;
  }
  .cnt_product .icon06::before, .cnt_product .icon06:hover::before {
    background-size: 38px;
  }
  .cnt_product .icon07::before, .cnt_product .icon07:hover::before {
    background-size: 45px;
  }
  .cnt_product .icon08::before, .cnt_product .icon08:hover::before {
    background-size: 28px;
  }
  .cnt_product .icon09::before, .cnt_product .icon09:hover::before {
    background-size: 32px;
  }
  .cnt_product h4 {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .cnt_product p {
    font-size: 14px;
  }
}
/***** 농기자재 제품 안내 -> 리스트 *****/
.cnt_productList {
  width: 100%;
  border-top: 1px solid black;
}
.cnt_productList th {
  padding: 20px 15px;
  font-family: "preMedium";
  border-bottom: 1px solid black;
}
.cnt_productList button {
  height: 30px;
  margin-left: 10px;
  padding: 0 15px;
  font-size: 16px;
  color: #00852A;
  border: 1px solid #EEEEEE;
  border-radius: 15px;
}
.cnt_productList td {
  padding: 20px 15px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_productList td span {
  display: none;
}
.cnt_productList td.textL {
  text-align: left;
}
.cnt_productList td a:hover {
  color: #00852A;
}

@media screen and (max-width: 1200px) {
  .cnt_productList th {
    padding: 15px 5px;
  }
  .cnt_productList button {
    height: 26px;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 13px;
  }
  .cnt_productList td {
    padding: 15px 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_productList thead tr {
    display: flex;
  }
  .cnt_productList th {
    display: none;
    border: none;
  }
  .cnt_productList th:first-child {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: left;
  }
  .cnt_productList th span {
    display: none;
  }
  .cnt_productList button {
    height: 40px;
    margin: 0;
    padding: 0 20px;
    border-radius: 20px;
  }
  .cnt_productList tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
  }
  .cnt_productList td {
    display: block;
    padding: 0;
    text-align: left;
    border: none;
  }
  .cnt_productList td span {
    display: inline-block;
    margin-right: 5px;
  }
  .cnt_productList td.title {
    margin-bottom: 15px;
  }
  .cnt_productList td.title a {
    font-family: "preBold";
    font-size: 22px;
  }
  .cnt_productList td.opt01 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .cnt_productList td.opt02 {
    margin-bottom: 6px;
  }
  .cnt_productList td.opt02 a {
    font-size: 14px;
    color: #777777;
  }
}
/***** 농기자재 제품 안내 -> 상세페이지 *****/
.cnt_productView .info {
  display: flex;
  margin-bottom: 60px;
  padding: 45px 0 60px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_productView .info .pic {
  width: 535px;
}
.cnt_productView .info .pic p {
  width: 100%;
  margin-bottom: 20px;
  line-height: 0;
  border: 1px solid #EEEEEE;
}
.cnt_productView .info .pic p img {
  width: 100%;
}
.cnt_productView .info .pic ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
}
.cnt_productView .info .pic ul li {
  height: 120px;
  background: url("../../img/preview/logoBg.png") 50% 50% no-repeat;
  border: 1px solid #EEEEEE;
}
.cnt_productView .info .pic ul button {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cnt_productView .info .pic ul button img {
  width: 100%;
}
.cnt_productView .info .text {
  width: calc(100% - 535px);
  padding-left: 80px;
}
.cnt_productView .info .text p {
  margin-bottom: 20px;
  color: #00852A;
}
.cnt_productView .info .text h4 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-family: "preBold";
  font-size: 36px;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_productView .info .text ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 10px;
  margin-bottom: 50px;
}
.cnt_productView .info .text li {
  position: relative;
  min-height: 21px;
  padding-left: 80px;
}
.cnt_productView .info .text li em {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "preBold";
}
.cnt_productView .info .text button {
  width: 350px;
  height: 60px;
  font-family: "preBold";
  border: 1px solid black;
  border-radius: 6px;
}
.cnt_productView .info .text button:hover {
  color: white;
  background: #00852A;
  border: none;
}
.cnt_productView .box h5 {
  margin-bottom: 20px;
  font-family: "preBold";
}
.cnt_productView .box .con {
  padding: 20px 0 60px;
  line-height: 1.8em;
  border-top: 1px solid black;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_productView .btn {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.cnt_productView .btn .prev {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../img/common/btn_prev01.svg") 50% 50% no-repeat;
  border: 1px solid #777777;
  border-radius: 50%;
}
.cnt_productView .btn .prev:hover {
  background: url("../../img/common/btn_prev01On.svg") 50% 50% no-repeat;
  border-color: #00852A;
}
.cnt_productView .btn .list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  border: 1px solid black;
  border-radius: 6px;
}
.cnt_productView .btn .list:hover {
  color: white;
  background: #00852A;
  border: none;
}
.cnt_productView .btn .next {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../img/common/btn_next01.svg") 50% 50% no-repeat;
  border: 1px solid #777777;
  border-radius: 50%;
}
.cnt_productView .btn .next:hover {
  background: url("../../img/common/btn_next01On.svg") 50% 50% no-repeat;
  border-color: #00852A;
}
@media screen and (max-width: 1200px) {
  .cnt_productView .btn {
    margin-top: 35px;
  }
  .cnt_productView .btn .prev, .cnt_productView .btn .next {
    width: 45px;
    height: 45px;
    background-size: 10px;
  }
  .cnt_productView .btn .prev:hover, .cnt_productView .btn .next:hover {
    background-size: 10px;
  }
  .cnt_productView .btn .list {
    width: 140px;
    height: 45px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_productView .btn {
    margin-top: 30px;
  }
  .cnt_productView .btn .prev, .cnt_productView .btn .next {
    width: 40px;
    height: 40px;
    background-size: 8px;
  }
  .cnt_productView .btn .prev:hover, .cnt_productView .btn .next:hover {
    background-size: 8px;
  }
  .cnt_productView .btn .list {
    width: 120px;
    height: 40px;
  }
}
.cnt_productView .moviePop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.cnt_productView .moviePop > div {
  width: 700px;
}
.cnt_productView .moviePop .title {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 23px 90px 0 20px;
  background: white;
}
.cnt_productView .moviePop .title h5 {
  overflow: hidden;
  font-family: "preBold";
  font-size: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cnt_productView .moviePop .title button {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: url("../../img/common/btn_close.svg") 50% 50% no-repeat;
}
.cnt_productView .moviePop .movie {
  width: 100%;
  min-height: 400px;
  background: black;
}
.cnt_productView .moviePop .movie video {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .cnt_productView .info {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .cnt_productView .info .pic {
    width: 40%;
  }
  .cnt_productView .info .pic ul li {
    height: 8vw;
  }
  .cnt_productView .info .text {
    width: 60%;
    padding-left: 40px;
  }
  .cnt_productView .info .text p {
    margin-bottom: 15px;
  }
  .cnt_productView .info .text h4 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 30px;
  }
  .cnt_productView .info .text ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
    margin-bottom: 35px;
  }
  .cnt_productView .info .text button {
    width: 200px;
    height: 50px;
  }
  .cnt_productView .box h5 {
    margin-bottom: 15px;
  }
  .cnt_productView .box .con {
    padding: 20px 0 40px;
  }
  .cnt_productView .moviePop > div {
    width: 550px;
  }
  .cnt_productView .moviePop .title {
    height: 60px;
    padding: 17px 70px 0 15px;
  }
  .cnt_productView .moviePop .title h5 {
    font-size: 22px;
  }
  .cnt_productView .moviePop .title button {
    width: 60px;
    height: 60px;
    background-size: 18px;
  }
  .cnt_productView .moviePop .movie {
    min-height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_productView .info {
    flex-direction: column;
  }
  .cnt_productView .info .pic {
    width: 100%;
    margin-bottom: 30px;
  }
  .cnt_productView .info .pic ul {
    gap: 0 5px;
  }
  .cnt_productView .info .pic ul li {
    height: 18vw;
  }
  .cnt_productView .info .text {
    width: 100%;
    padding: 0;
  }
  .cnt_productView .info .text p {
    margin-bottom: 10px;
  }
  .cnt_productView .info .text h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }
  .cnt_productView .info .text ul {
    margin-bottom: 30px;
    gap: 10px 0;
  }
  .cnt_productView .info .text button {
    width: 100%;
    height: 45px;
  }
  .cnt_productView .box h5 {
    margin-bottom: 10px;
  }
  .cnt_productView .box .con {
    padding: 15px 0 30px;
  }
  .cnt_productView .moviePop > div {
    width: calc(100% - 30px);
  }
  .cnt_productView .moviePop .title {
    height: 50px;
    padding: 15px 60px 0 15px;
  }
  .cnt_productView .moviePop .title h5 {
    font-size: 18px;
  }
  .cnt_productView .moviePop .title button {
    width: 50px;
    height: 50px;
    background-size: 16px;
  }
  .cnt_productView .moviePop .movie {
    min-height: 200px;
  }
}
/***** 숙박안내 & 식당안내 *****/
.cnt_ldgrst section {
  display: flex;
}
.cnt_ldgrst section div {
  width: 50%;
}
.cnt_ldgrst section div:nth-child(1) {
  text-align: center;
}
.cnt_ldgrst section div:nth-child(1) img {
  width: 65%;
  max-width: 435px;
}
.cnt_ldgrst section div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cnt_ldgrst section div:nth-child(2) p:nth-child(1) {
  margin-bottom: 20px;
  font-family: "preBold";
  font-size: 30px;
}
.cnt_ldgrst section div:nth-child(2) p:nth-child(1) span {
  display: block;
}
.cnt_ldgrst section div:nth-child(2) p:nth-child(2) {
  position: relative;
  margin-bottom: 70px;
  padding-top: 20px;
}
.cnt_ldgrst section div:nth-child(2) p:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 22px;
  height: 2px;
  content: "";
  background: #00852A;
}
.cnt_ldgrst section div:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  font-family: "preMedium";
  color: white;
  background: #00852A;
  border-radius: 25px;
}
.cnt_ldgrst section div:nth-child(2) a:hover {
  background: black;
}

@media screen and (max-width: 1200px) {
  .cnt_ldgrst section div:nth-child(2) p:nth-child(1) {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .cnt_ldgrst section div:nth-child(2) p:nth-child(2) {
    margin-bottom: 50px;
    padding-top: 15px;
  }
  .cnt_ldgrst section div:nth-child(2) a {
    width: 160px;
    height: 48px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_ldgrst section {
    flex-direction: column;
  }
  .cnt_ldgrst section div {
    width: 100% !important;
  }
  .cnt_ldgrst section div:nth-child(2) {
    margin-top: 30px;
    text-align: center;
  }
  .cnt_ldgrst section div:nth-child(2) p:nth-child(1) {
    font-size: 20px;
  }
  .cnt_ldgrst section div:nth-child(2) p:nth-child(2) {
    margin-bottom: 40px;
  }
  .cnt_ldgrst section div:nth-child(2) p:nth-child(2)::before {
    left: calc(50% - 11px);
  }
  .cnt_ldgrst section div:nth-child(2) a {
    width: 140px;
    height: 44px;
    margin: 0 auto;
    border-radius: 22px;
  }
}
/*--------------------------*/
/* 부대 행사 */
/*--------------------------*/
.cnt_event > div {
  display: flex;
  margin-bottom: 60px;
}
.cnt_event > div:nth-child(even) {
  flex-direction: row-reverse;
}
.cnt_event > div p {
  width: 50%;
}
.cnt_event > div p img {
  width: 100%;
}
.cnt_event > div dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.cnt_event > div dt {
  margin-bottom: 30px;
  font-family: "preBold";
  font-size: 30px;
}
.cnt_event > div dd {
  position: relative;
  margin-bottom: 20px;
  padding-left: 100px;
}
.cnt_event > div dd em {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "preBold";
}
.cnt_event > div:nth-child(odd) dl {
  padding-left: 130px;
}
.cnt_event > div:nth-child(even) dl {
  padding-right: 40px;
}

@media screen and (max-width: 1200px) {
  .cnt_event > div {
    margin-bottom: 50px;
  }
  .cnt_event > div dt {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .cnt_event > div dd {
    margin-bottom: 12px;
    padding-left: 80px;
  }
  .cnt_event > div:nth-child(odd) dl {
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_event > div {
    flex-direction: column !important;
    margin-bottom: 30px;
  }
  .cnt_event > div p {
    width: 100%;
    margin-bottom: 20px;
  }
  .cnt_event > div dl {
    width: 100%;
    padding: 0 !important;
  }
  .cnt_event > div dt {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .cnt_event > div dd {
    margin-bottom: 18px;
    padding-left: 70px;
  }
}
/*--------------------------*/
/* 부대 행사 20221102 */
/*--------------------------*/
.cnt_event_s .box_L {
  border-bottom: #EEEEEE solid 1px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.cnt_event_s .box_L h4 {
  font-size: 30px;
  font-family: "preBold";
}

.cnt_event_s .box_L h4 span {
  font-size: 18px;
  font-family: "preMedium";
  color: #555555;
}

.cnt_event_s .box_L p {
  font-family: "preBold";
  margin: 8px 0;
}

.cnt_event_s .box_R {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.cnt_event_s .box_R dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cnt_event_s .box_R dl dt, dd {
  margin: 8px 0;
}

.cnt_event_s .box_R dl dt {
  width: 10%;
  font-family: "preBold";
}

.cnt_event_s .box_R dl dd {
  width: 90%;
  line-height: 30px;
}

.cnt_event_s .event_table {
  width: 100%;
  font-family: "preMedium";
  font-size: 16px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.cnt_event_s .event_table thead {
  background: #F6F6F6;
}

.cnt_event_s .event_table th {
  padding: 20px 5px;
  word-break: break-all;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  font-family: "preBold";
  background-color: #F6F6F6;
}

.cnt_event_s .event_table th:last-child {
  border-right: none;
}

.cnt_event_s .event_table td {
  padding: 20px 5px;
  word-break: break-all;
  text-align: center;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

.cnt_event_s .event_table td:last-child {
  border-right: none;
}

.cnt_event_s .event_table tbody tr:last-child td, .cnt_pastCon .table01 .bbn {
  border-bottom: none;
}

.cnt_event_s .title_p {
  padding-top: 50px;
}

.cnt_event_s .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 60px;
  margin: 10px 3px 0;
  font-family: "preSemiBold";
  border: 1px solid black;
}

.cnt_event_s .btn a:hover {
  color: white;
  background-color: #00852A;
  border: none;
}

.cnt_event_s .btn a::after {
  width: 20px;
  height: 17px;
  margin-left: 20px;
  content: "";
  background: url("../../img/common/icon_download.svg") 0/100% 100% no-repeat;
}

.cnt_event_s .btn a:hover::after {
  background-image: url("../../img/common/icon_downloadOn.svg");
}

@media screen and (max-width: 1200px) {
  .cnt_event_s .box_R dl {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    margin: 4px 0;
  }
  .cnt_event_s .box_R dl dt {
    width: 100%;
  }
  .cnt_event_s .box_R dl dd {
    width: 100%;
  }
  .cnt_event_s .box_R dl dt, dd {
    margin: 2px 0;
  }
}
@media screen and (max-width: 600px) {
  .cnt_event_s .box_L h4 {
    font-size: 26px;
  }
  .cnt_event_s .box_L h4 span {
    font-size: 15px;
  }
  .cnt_event_s .event_table {
    font-size: 15px;
  }
}
/*--------------------------*/
/* 커뮤니티 */
/*--------------------------*/
/***** 공지사항 *****/
.cnt_boardList {
  border-top: 1px solid black;
}
.cnt_boardList a {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_boardList a:hover .con {
  text-decoration: underline;
}
.cnt_boardList .count {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 15%;
  font-family: "preSemiBold";
}
.cnt_boardList .notice {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 15%;
  font-family: "preSemiBold";
}
.cnt_boardList .notice em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 30px;
  color: white;
  background: #00852A;
  border-radius: 15px;
}
.cnt_boardList .con {
  width: 65%;
}
.cnt_boardList .con dt {
  overflow: hidden;
  font-family: "preBold";
  font-size: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cnt_boardList .con dd {
  overflow: hidden;
  margin-top: 15px;
  color: #777777;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cnt_boardList .date {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20%;
  font-size: 16px;
  color: #777777;
}

@media screen and (max-width: 1200px) {
  .cnt_boardList a {
    padding: 30px 0;
  }
  .cnt_boardList .count, .cnt_boardList .notice {
    width: 17%;
  }
  .cnt_boardList .con {
    width: 60%;
  }
  .cnt_boardList .con dt {
    font-size: 25px;
  }
  .cnt_boardList .con dd {
    margin-top: 10px;
  }
  .cnt_boardList .date {
    width: 23%;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_boardList a {
    flex-direction: column;
    padding: 20px 0;
  }
  .cnt_boardList .count {
    display: none;
  }
  .cnt_boardList .notice {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }
  .cnt_boardList .notice em {
    width: 45px;
    height: 24px;
    font-size: 13px;
    border-radius: 12px;
  }
  .cnt_boardList .con {
    width: 100%;
    margin-bottom: 10px;
  }
  .cnt_boardList .con dt {
    font-size: 20px;
  }
  .cnt_boardList .con dd {
    margin-top: 6px;
  }
  .cnt_boardList .date {
    justify-content: flex-start;
    width: 100%;
    font-size: 13px;
    text-align: left;
  }
}
/***** 지난박람회 네비게이션 *****/
.cnt_pastNav {
  margin-bottom: 60px;
}
.cnt_pastNav .year {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
}
.cnt_pastNav .year a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-family: "preSemiBold";
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_pastNav .year a.on {
  color: white;
  background: #00852A;
}
.cnt_pastNav .list {
  text-align: center;
  background: #F6F6F6;
}
.cnt_pastNav .list a {
  display: inline-flex;
  align-items: center;
  height: 60px;
  margin: 0 30px;
  color: #777777;
}
.cnt_pastNav .list a.on {
  font-family: "preSemiBold";
  color: #00852A;
}

@media screen and (max-width: 1200px) {
  .cnt_pastNav {
    margin-bottom: 50px;
  }
  .cnt_pastNav .year a {
    height: 50px;
  }
  .cnt_pastNav .list a {
    height: 50px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_pastNav {
    margin-bottom: 40px;
  }
  .cnt_pastNav .year {
    grid-template-columns: repeat(3, 1fr);
  }
  .cnt_pastNav .year a {
    height: 45px;
  }
  .cnt_pastNav .list a {
    height: 45px;
    margin: 0 3px;
  }
}
/***** 지난박람회 내용 *****/
.cnt_pastCon h4 {
  margin-bottom: 40px;
  font-family: "preBold";
  font-size: 36px;
}
.cnt_pastCon h5 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: "preBold";
  font-size: 24px;
}
.cnt_pastCon h5::before {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 4px;
  height: 22px;
  content: "";
  background: #00852A;
}
.cnt_pastCon h6 {
  margin-bottom: 20px;
  font-size: 18px;
}
.cnt_pastCon .text01 {
  line-height: 1.8em;
}
.cnt_pastCon .list01 li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
.cnt_pastCon .list01 li::before {
  position: absolute;
  left: 1px;
  top: 8px;
  display: block;
  width: 4px;
  height: 4px;
  content: "";
  background: #B5B5B5;
  border-radius: 50%;
}
.cnt_pastCon .mb01 {
  margin-bottom: 70px;
}
.cnt_pastCon .mb02 {
  margin-bottom: 20px;
}
.cnt_pastCon .mb03 {
  margin-bottom: 40px;
}
.cnt_pastCon .country {
  width: 100%;
  font-size: 16px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.cnt_pastCon .country tr:nth-child(odd) {
  background: #F6F6F6;
}
.cnt_pastCon .country th {
  width: 10%;
  padding: 20px 5px;
  font-family: "preBold";
  word-break: break-all;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_pastCon .country td {
  width: 9%;
  padding: 20px 5px;
  font-family: "preMedium";
  word-break: break-all;
  text-align: center;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_pastCon .country td:last-child {
  border-right: none;
}
.cnt_pastCon .country tbody tr:last-child th, .cnt_pastCon .country tbody tr:last-child td {
  border-bottom: none;
}
.cnt_pastCon .country.country_3line tr:nth-child(odd) {
  background: none;
}
.cnt_pastCon .country.country_3line tr:nth-child(3n-2) {
  background: #F6F6F6;
}
.cnt_pastCon .tableText {
  margin-top: 20px;
  line-height: 1.5em;
  color: #777777;
}
.cnt_pastCon .table01 {
  width: 100%;
  font-family: "preMedium";
  font-size: 16px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.cnt_pastCon .table01 thead {
  background: #F6F6F6;
}
.cnt_pastCon .table01 th {
  padding: 20px 5px;
  word-break: break-all;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_pastCon .table01 th:last-child {
  border-right: none;
}
.cnt_pastCon .table01 td {
  padding: 20px 5px;
  word-break: break-all;
  text-align: center;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_pastCon .table01 td:last-child {
  border-right: none;
}
.cnt_pastCon .table01 td span {
  font-family: "preRegular";
  color: #777777;
}
.cnt_pastCon .table01 tbody tr:last-child td, .cnt_pastCon .table01 .bbn {
  border-bottom: none;
}
.cnt_pastCon .table01 .fb {
  font-family: "preBold";
}
.cnt_pastCon.con_section { /* 20221001 add */
  margin-top: 80px;
}
.cnt_pastCon.con_section .bar_list {
  margin-top: 12px;
}
.cnt_pastCon.con_section .bar_list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 16px;
}
.cnt_pastCon.con_section .bar_list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  border-radius: 0;
  background-color: #000000;
}
.cnt_pastCon.con_section .bar_list li.list_star {
  padding-left: 12px;
}
.cnt_pastCon.con_section .bar_list li.list_star::before {
  content: "*";
  top: 4px;
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 0.85em;
}
.cnt_pastCon.con_section .box_on_list {
  margin-top: 12px;
}
.cnt_pastCon.con_section .box_on_list .bar_list {
  padding-left: 12px;
  margin-top: 8px;
}
.cnt_pastCon.con_section .box_on_list .fb {
  font-family: "preMedium";
}
.cnt_pastCon.con_section table .text_left {
  text-align: left;
}
.cnt_pastCon.con_section table td {
  padding: 20px 30px;
}
.cnt_pastCon.con_section .isatam_table th:not(:nth-child(2)) {
  width: 17%;
}
.cnt_pastCon.con_section .isatam_table td:nth-child(2) {
  text-align: left;
}
.cnt_pastCon.con_section .workshop_2018 th:not(:nth-child(3)) {
  width: 15%;
}
.cnt_pastCon.con_section .promotion_table th:not(:nth-child(2)) {
  width: 20%;
}
.cnt_pastCon.con_section .table_on_list {
  position: relative;
  margin-top: 40px;
}
.cnt_pastCon.con_section .table_on_list .table_unit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cnt_pastCon.con_section .half_img_wrap {
  margin: 24px -12px;
  display: flex;
}
.cnt_pastCon.con_section .half_img_wrap .img_wrap {
  padding: 0 12px;
  width: 50%;
}
.cnt_pastCon.con_section .half_img_wrap .img_wrap img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .cnt_pastCon h4 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .cnt_pastCon h5 {
    margin-bottom: 15px;
    font-size: 21px;
  }
  .cnt_pastCon h5::before {
    top: 2px;
    height: 19px;
  }
  .cnt_pastCon h6 {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .cnt_pastCon .list01 li {
    margin-bottom: 10px;
  }
  .cnt_pastCon .mb01 {
    margin-bottom: 50px;
  }
  .cnt_pastCon .mb02 {
    margin-bottom: 15px;
  }
  .cnt_pastCon .mb03 {
    margin-bottom: 30px;
  }
  .cnt_pastCon .country {
    font-size: 15px;
  }
  .cnt_pastCon .country th, .cnt_pastCon .country td {
    padding: 15px 3px;
  }
  .cnt_pastCon .tableText {
    margin-top: 15px;
  }
  .cnt_pastCon .table01 {
    font-size: 15px;
  }
  .cnt_pastCon .table01 th, .cnt_pastCon .table01 td {
    padding: 15px 3px;
  }
  .cnt_pastCon.con_section table td {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .cnt_pastCon .table_wrap {
    overflow-x: scroll;
  }
  .cnt_pastCon .table_wrap table {
    width: 1023px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_pastCon h4 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .cnt_pastCon h5 {
    margin-bottom: 10px;
    padding-left: 12px;
    font-size: 18px;
  }
  .cnt_pastCon h5::before {
    top: 2px;
    width: 3px;
    height: 16px;
  }
  .cnt_pastCon h6 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .cnt_pastCon .list01 li {
    margin-bottom: 5px;
    padding-left: 12px;
    line-height: 1.5em;
  }
  .cnt_pastCon .list01 li::before {
    top: 10px;
    width: 3px;
    height: 3px;
  }
  .cnt_pastCon .mb01 {
    margin-bottom: 40px;
  }
  .cnt_pastCon .mb02 {
    margin-bottom: 10px;
  }
  .cnt_pastCon .mb03 {
    margin-bottom: 20px;
  }
  .cnt_pastCon .country {
    font-size: 12px;
  }
  .cnt_pastCon .country th, .cnt_pastCon .country td {
    padding: 10px 2px;
  }
  .cnt_pastCon .tableText {
    margin-top: 10px;
  }
  .cnt_pastCon .table01 {
    font-size: 12px;
  }
  .cnt_pastCon .table01 th, .cnt_pastCon .table01 td {
    padding: 10px 2px;
  }
  .cnt_pastCon.con_section .half_img_wrap {
    margin: 24px -5px;
  }
  .cnt_pastCon.con_section .half_img_wrap .img_wrap {
    padding: 0 5px;
  }
  .cnt_pastCon.con_section .bar_list {
    margin-top: 4px;
  }
  .cnt_pastCon.con_section .bar_list li {
    margin-bottom: 6px;
  }
  .cnt_pastCon .table_wrap table {
    width: 880px;
  }
}
/***** 행사사진 리스트 *****/
.cnt_pastList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 24px;
  padding: 25px 0 80px;
  border-top: 1px solid black;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_pastList p {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 283px;
  line-height: 0;
  border: 1px solid #EEEEEE;
}
.cnt_pastList img {
  width: 100%;
}
.cnt_pastList dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cnt_pastList dl dt {
  overflow: hidden;
  width: 100%;
  height: 60px;
  margin-bottom: 16px;
  font-family: "preMedium";
  font-size: 26px;
  white-space: normal;
  text-align: left;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cnt_pastList dl dd {
  margin-right: 35px;
  font-size: 16px;
  color: #777777;
}
.cnt_pastList dl dd:last-child {
  margin-right: 0;
}
.cnt_pastList dl dd em {
  color: black;
}
.cnt_pastList a:hover dl, .cnt_pastList a:hover dl em {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .cnt_pastList {
    gap: 60px 20px;
    padding: 20px 0 60px;
  }
  .cnt_pastList p {
    height: 20vw;
  }
  .cnt_pastList dl {
    margin-top: 18px;
  }
  .cnt_pastList dl dt {
    height: 50px;
    margin-bottom: 12px;
    font-size: 22px;
  }
  .cnt_pastList dl dd {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_pastList {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
    padding: 15px 0 40px;
  }
  .cnt_pastList p {
    height: 25vw;
  }
  .cnt_pastList dl {
    margin-top: 18px;
  }
  .cnt_pastList dl dt {
    height: 45px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cnt_pastList dl dd {
    width: 100%;
    font-size: 14px;
  }
}
/***** 지난박람회 -> 상세페이지 *****/
.cnt_pastView .box {
  display: flex;
  padding-bottom: 80px;
  border-bottom: 1px solid black;
}
.cnt_pastView .post {
  width: 40%;
  text-align: center;
}
.cnt_pastView .post img {
  width: 85%;
  max-width: 425px;
}
.cnt_pastView .info {
  width: 60%;
  padding-left: 50px;
}
.cnt_pastView .info dt {
  margin-bottom: 30px;
  font-family: "spoqaBold";
  font-size: 36px;
}
.cnt_pastView .info dd {
  position: relative;
  min-height: 21px;
  margin-bottom: 20px;
  padding-left: 120px;
}
.cnt_pastView .info dd em {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "spoqaBold";
}
.cnt_pastView .info .con {
  margin-top: 40px;
  padding-top: 40px;
  line-height: 1.5em;
  border-top: 1px solid #EEEEEE;
}
.cnt_pastView .btn {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.cnt_pastView .btn .prev {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../img/common/btn_prev01.svg") 50% 50% no-repeat;
  border: 1px solid #777777;
  border-radius: 50%;
}
.cnt_pastView .btn .prev:hover {
  background: url("../../img/common/btn_prev01On.svg") 50% 50% no-repeat;
  border-color: #00852A;
}
.cnt_pastView .btn .list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  border: 1px solid black;
  border-radius: 6px;
}
.cnt_pastView .btn .list:hover {
  color: white;
  background: #00852A;
  border: none;
}
.cnt_pastView .btn .next {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../img/common/btn_next01.svg") 50% 50% no-repeat;
  border: 1px solid #777777;
  border-radius: 50%;
}
.cnt_pastView .btn .next:hover {
  background: url("../../img/common/btn_next01On.svg") 50% 50% no-repeat;
  border-color: #00852A;
}
@media screen and (max-width: 1200px) {
  .cnt_pastView .btn {
    margin-top: 35px;
  }
  .cnt_pastView .btn .prev, .cnt_pastView .btn .next {
    width: 45px;
    height: 45px;
    background-size: 10px;
  }
  .cnt_pastView .btn .prev:hover, .cnt_pastView .btn .next:hover {
    background-size: 10px;
  }
  .cnt_pastView .btn .list {
    width: 140px;
    height: 45px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_pastView .btn {
    margin-top: 30px;
  }
  .cnt_pastView .btn .prev, .cnt_pastView .btn .next {
    width: 40px;
    height: 40px;
    background-size: 8px;
  }
  .cnt_pastView .btn .prev:hover, .cnt_pastView .btn .next:hover {
    background-size: 8px;
  }
  .cnt_pastView .btn .list {
    width: 120px;
    height: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .cnt_pastView .box {
    padding-bottom: 50px;
  }
  .cnt_pastView .info {
    padding-left: 30px;
  }
  .cnt_pastView .info dt {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .cnt_pastView .info dd {
    margin-bottom: 15px;
    padding-left: 100px;
  }
  .cnt_pastView .info .con {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_pastView .box {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .cnt_pastView .post {
    width: 100%;
    margin-bottom: 30px;
  }
  .cnt_pastView .info {
    width: 100%;
    padding: 0;
  }
  .cnt_pastView .info dt {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .cnt_pastView .info dd {
    margin-bottom: 10px;
    padding-left: 80px;
  }
  .cnt_pastView .info dd em {
    top: -2px;
  }
  .cnt_pastView .info .con {
    margin-top: 20px;
    padding-top: 20px;
  }
}
/*--------------------------*/
/* 게사판 공통 */
/*--------------------------*/
/***** 게시판 검색 tpye00 *****/
.cnt_boardSearch {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  /* type01 (분류, 검색)*/
  /* type02 (보기 갯수 선택) */
}
.cnt_boardSearch .total {
  display: flex;
  align-items: center;
  font-family: "preMedium";
}
.cnt_boardSearch .total em {
  margin: 0 8px;
  font-family: "preSemiBold";
  font-size: 24px;
  color: #00852A;
}
.cnt_boardSearch .box {
  display: flex;
  justify-content: space-between;
  width: 470px;
}
.cnt_boardSearch .box .selectBox {
  overflow: hidden;
  width: 120px;
  height: 50px;
  background: url("../../img/common/icon_select.svg") calc(100% - 10px) 50% no-repeat;
  border-bottom: 1px solid black;
}
.cnt_boardSearch .box .selectBox select {
  width: 120%;
  height: 100%;
  font-size: 16px;
}
.cnt_boardSearch .box .searchBox {
  position: relative;
  width: 340px;
  height: 50px;
  border-bottom: 1px solid black;
}
.cnt_boardSearch .box .searchBox input[type=text] {
  width: calc(100% - 40px);
  height: 100%;
}
.cnt_boardSearch .box .searchBox input[type=text]::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.cnt_boardSearch .box .searchBox input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  background: url("../../img/common/icon_search.svg") 50% 50% no-repeat;
}
.cnt_boardSearch .viewCount {
  overflow: hidden;
  width: 220px;
  background: url("../../img/common/icon_select.svg") calc(100% - 10px) 50% no-repeat;
  border-bottom: 1px solid black;
}
.cnt_boardSearch .viewCount select {
  width: 120%;
  height: 50px;
}

@media screen and (max-width: 1200px) {
  .cnt_boardSearch {
    /* type01 (분류, 검색)*/
  }
  .cnt_boardSearch .total em {
    margin: 0 6px;
    font-size: 20px;
  }
  .cnt_boardSearch .box {
    width: 420px;
  }
  .cnt_boardSearch .box .searchBox {
    width: 280px;
  }
  .cnt_boardSearch .box .searchBox input[type=text] {
    width: calc(100% - 40px);
  }
  .cnt_boardSearch .box .searchBox input[type=text]::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media screen and (max-width: 725px) {
  .cnt_boardSearch {
    flex-direction: column-reverse;
    /* type01 (분류, 검색)*/
    /* type02 (보기 갯수 선택) */
  }
  .cnt_boardSearch .total em {
    margin: 0 4px;
    font-size: 18px;
  }
  .cnt_boardSearch .box {
    width: 100%;
  }
  .cnt_boardSearch .box .selectBox {
    width: 100px;
  }
  .cnt_boardSearch .box .selectBox select {
    font-size: 15px;
  }
  .cnt_boardSearch .box .searchBox {
    width: calc(100% - 110px);
    margin-bottom: 30px;
  }
  .cnt_boardSearch .box .searchBox input[type=text] {
    width: calc(100% - 40px);
  }
  .cnt_boardSearch .viewCount {
    width: 100%;
    margin-bottom: 30px;
  }
  .cnt_boardSearch .viewCount select {
    height: 45px;
    font-size: 15px;
  }
}
/***** 게시판 검색 tpye01 *****/
.cnt_boardSearch01 {
  display: flex;
  justify-content: space-between;
  width: 590px;
  margin: 0 auto;
}
.cnt_boardSearch01 .selectBox {
  overflow: hidden;
  width: 220px;
  background: url("../../img/common/icon_select.svg") calc(100% - 10px) 50% no-repeat;
  border-bottom: 1px solid black;
}
.cnt_boardSearch01 .selectBox select {
  width: 120%;
  height: 50px;
  font-size: 16px;
}
.cnt_boardSearch01 .searchBox {
  position: relative;
  width: 360px;
  padding-right: 50px;
  border-bottom: 1px solid black;
}
.cnt_boardSearch01 .searchBox input[type=text] {
  width: 100%;
  height: 50px;
}
.cnt_boardSearch01 .searchBox input[type=text]::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.cnt_boardSearch01 .searchBox input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  background: url("../../img/common/icon_search.svg") 50% 50% no-repeat;
}

@media screen and (max-width: 600px) {
  .cnt_boardSearch01 {
    flex-direction: column;
    width: 100%;
  }
  .cnt_boardSearch01 .selectBox {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
  }
  .cnt_boardSearch01 .selectBox select {
    height: 45px;
  }
  .cnt_boardSearch01 .searchBox {
    width: 100%;
    padding-right: 45px;
  }
  .cnt_boardSearch01 .searchBox input[type=text] {
    width: 100%;
    height: 45px;
  }
  .cnt_boardSearch01 .searchBox input[type=text]::-webkit-input-placeholder {
    font-size: 15px;
  }
  .cnt_boardSearch01 .searchBox input[type=submit] {
    width: 45px;
    height: 45px;
  }
}
/***** 게시판 검색 tpye02 *****/
.cnt_boardSearch02 {
  position: relative;
  width: 360px;
  height: 50px;
  margin: 0 auto 40px;
  padding-right: 50px;
  border-bottom: 1px solid black;
}
.cnt_boardSearch02 input[type=text] {
  width: 100%;
  height: 100%;
}
.cnt_boardSearch02 input[type=text]::-webkit-input-placeholder {
  font-size: 16px;
}
.cnt_boardSearch02 input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  background: url("../../img/common/icon_search.svg") 50% 50% no-repeat;
}

@media screen and (max-width: 1200px) {
  .cnt_boardSearch02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_boardSearch02 {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    padding-right: 45px;
  }
  .cnt_boardSearch02 input[type=submit] {
    width: 45px;
  }
}
/***** 검색 결과 타이틀 *****/
.cnt_searchResults {
  margin: 40px 0;
  font-size: 26px;
  text-align: center;
}
.cnt_searchResults em {
  font-family: "preBold";
}

@media screen and (max-width: 1200px) {
  .cnt_searchResults {
    margin: 30px 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_searchResults {
    margin: 25px 0;
    font-size: 22px;
  }
}
/***** 검색 결과 리스트 *****/
.cnt_searchList {
  margin-bottom: 15px;
}
.cnt_searchList .total {
  display: flex;
  justify-content: space-between;
}
.cnt_searchList .total p {
  display: flex;
  align-items: center;
  font-family: "preMedium";
}
.cnt_searchList .total p em {
  margin: 0 8px;
  font-family: "preSemiBold";
  font-size: 24px;
  color: #00852A;
}
.cnt_searchList .total a {
  position: relative;
  top: 3px;
  display: inline-block;
  padding: 4px 0 0 30px;
  font-family: "preBold";
  color: #00852A;
  background: url("../../img/common/icon_list.svg") 0 50% no-repeat;
}
.cnt_searchList .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 25px;
  padding-top: 40px;
  border-top: 1px solid black;
}
.cnt_searchList .box a:hover {
  color: #00852A;
}
.cnt_searchList .box span {
  font-family: "preBold";
}

@media screen and (max-width: 1200px) {
  .cnt_searchList .total em {
    margin: 0 6px;
    font-size: 20px;
  }
  .cnt_searchList .total a {
    padding: 5px 0 0 25px;
    background-size: 16px;
  }
  .cnt_searchList .box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_searchList .total {
    flex-direction: column;
  }
  .cnt_searchList .total p {
    margin-bottom: 15px;
  }
  .cnt_searchList .total p em {
    margin: 0 4px;
    font-size: 18px;
  }
  .cnt_searchList .total a {
    position: static;
    padding: 5px 0 0 25px;
    background-size: 14px;
    background-position: 0 8px;
  }
  .cnt_searchList .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-top: 10px;
    padding-top: 20px;
  }
}
/***** 게시판 페이징 *****/
.cnt_boardPaging {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.cnt_boardPaging a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  font-size: 16px;
  color: #777777;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
}
.cnt_boardPaging a:hover {
  font-family: "preMedium";
  color: #00852A;
  border-color: #00852A;
}
.cnt_boardPaging a.first {
  background: url("../../img/common/btn_first.svg") 50% 50% no-repeat;
}
.cnt_boardPaging a:hover.first {
  background-image: url("../../img/common/btn_firstOn.svg");
}
.cnt_boardPaging a.prev {
  background: url("../../img/common/btn_prev.svg") 50% 50% no-repeat;
}
.cnt_boardPaging a:hover.prev {
  background-image: url("../../img/common/btn_prevOn.svg");
}
.cnt_boardPaging a.next {
  background: url("../../img/common/btn_next.svg") 50% 50% no-repeat;
}
.cnt_boardPaging a:hover.next {
  background-image: url("../../img/common/btn_nextOn.svg");
}
.cnt_boardPaging a.last {
  background: url("../../img/common/btn_last.svg") 50% 50% no-repeat;
}
.cnt_boardPaging a:hover.last {
  background-image: url("../../img/common/btn_lastOn.svg");
}
.cnt_boardPaging em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  font-family: "preMedium";
  color: #00852A;
  border: 1px solid #00852A;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .cnt_boardPaging {
    margin-top: 30px;
  }
}

/***** 상세페이지 *****/
.cnt_boardView .title {
  padding: 40px 20px;
  font-family: "preBold";
  font-size: 30px;
  border-top: 1px solid black;
  border-bottom: 1px solid #EEEEEE;
}
.cnt_boardView .info {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px solid black;
}
.cnt_boardView .info li {
  position: relative;
  margin-left: 40px;
  font-size: 16px;
  color: #777777;
}
.cnt_boardView .info li::before {
  position: absolute;
  left: -20px;
  top: 2px;
  display: block;
  width: 1px;
  height: 14px;
  content: "";
  background: #EEEEEE;
}
.cnt_boardView .info li:first-child {
  margin: 0;
}
.cnt_boardView .info li:first-child::before {
  display: none;
}
.cnt_boardView .info li em {
  font-family: "preMedium";
  color: black;
}
.cnt_boardView .conBox {
  min-height: 200px;
  padding: 40px 0;
  border-bottom: 1px solid black;
}
.cnt_boardView .conBox img {
  max-width: 100%;
}
.cnt_boardView .file {
  position: relative;
  padding: 10px 20px 10px 110px;
  font-size: 16px;
  border-bottom: 1px solid black;
}
.cnt_boardView .file dt {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cnt_boardView .file a {
  display: inline-block;
  padding: 10px 0;
  color: #777777;
}
.cnt_boardView .file a:hover {
  color: #00852A;
}
.cnt_boardView .btn {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.cnt_boardView .btn .prev {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../img/common/btn_prev01.svg") 50% 50% no-repeat;
  border: 1px solid #777777;
  border-radius: 50%;
}
.cnt_boardView .btn .prev:hover {
  background: url("../../img/common/btn_prev01On.svg") 50% 50% no-repeat;
  border-color: #00852A;
}
.cnt_boardView .btn .list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  border: 1px solid black;
  border-radius: 6px;
}
.cnt_boardView .btn .list:hover {
  color: white;
  background: #00852A;
  border: none;
}
.cnt_boardView .btn .next {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../img/common/btn_next01.svg") 50% 50% no-repeat;
  border: 1px solid #777777;
  border-radius: 50%;
}
.cnt_boardView .btn .next:hover {
  background: url("../../img/common/btn_next01On.svg") 50% 50% no-repeat;
  border-color: #00852A;
}
@media screen and (max-width: 1200px) {
  .cnt_boardView .btn {
    margin-top: 35px;
  }
  .cnt_boardView .btn .prev, .cnt_boardView .btn .next {
    width: 45px;
    height: 45px;
    background-size: 10px;
  }
  .cnt_boardView .btn .prev:hover, .cnt_boardView .btn .next:hover {
    background-size: 10px;
  }
  .cnt_boardView .btn .list {
    width: 140px;
    height: 45px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_boardView .btn {
    margin-top: 30px;
  }
  .cnt_boardView .btn .prev, .cnt_boardView .btn .next {
    width: 40px;
    height: 40px;
    background-size: 8px;
  }
  .cnt_boardView .btn .prev:hover, .cnt_boardView .btn .next:hover {
    background-size: 8px;
  }
  .cnt_boardView .btn .list {
    width: 120px;
    height: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .cnt_boardView .title {
    padding: 30px 15px;
    font-size: 26px;
  }
  .cnt_boardView .info {
    padding: 15px;
  }
  .cnt_boardView .info li {
    margin-left: 30px;
    font-size: 15px;
  }
  .cnt_boardView .info li::before {
    left: -15px;
    height: 12px;
  }
  .cnt_boardView .file {
    padding: 5px 15px 5px 100px;
    font-size: 15px;
  }
  .cnt_boardView .file dt {
    left: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .cnt_boardView .title {
    padding: 20px 5px;
    font-size: 22px;
  }
  .cnt_boardView .info {
    padding: 12px 10px;
  }
  .cnt_boardView .info li {
    margin-left: 24px;
    font-size: 14px;
  }
  .cnt_boardView .info li::before {
    left: -12px;
    top: 3px;
    height: 10px;
  }
  .cnt_boardView .file {
    padding: 5px 10px 5px 80px;
  }
  .cnt_boardView .file dt {
    left: 5px;
  }
}
/***** 개인정보처리방침 *****/
.privacy .inner_wrap {
  flex-wrap: wrap;
}

.privacy .inner_wrap article {
  width: 100%;
}

.privacy .privacy_innerwrap .container dl {
  margin-bottom: 60px;
}

.privacy .privacy_innerwrap .container dl dt h4 {
  font-size: 28px;
  font-weight: bold;
}

.privacy .privacy_innerwrap .container dl dd {
  margin-top: 10px;
}

.privacy .privacy_innerwrap .container dl dd h5 {
  font-size: 18px;
}

.privacy .privacy_innerwrap .container dl dd p {
  margin: 0px 0 16px;
  color: #555555;
}/*# sourceMappingURL=content.css.map */