/* Margin */
.m_100 {
  margin-bottom: 100px;
}

.m_70 {
  margin-bottom: 70px;
}

.m_50 {
  margin-bottom: 3.125rem;
}

.m_30 {
  margin-bottom: 1.875rem;
}

.m_20 {
  margin-bottom: 1.25rem;
}

.m_10 {
  margin-bottom: 0.625rem;
}

/* Text-align */
.t_center {
  text-align: center;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.ul_disc {
  font-size: 15px;
  font-weight: 400;
  color: #6d6d6d;
  padding-left: 15px;
  text-indent: -12px;
}

.ul_disc::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}

.ol_list {
  list-style: decimal;
  margin-left: 20px;
  text-align: left;
}

.ol_list2 {
  list-style: decimal;
  padding-left: 1px;
  text-align: left;
  font-weight: 500;
  line-height: 2.0;
}

.line1 {
  border: 2px solid #ff3300;
}

.transit {
  -webkit-transition: all 0.2s ease 0.1s;
  -moz-transition: all 0.2s ease 0.1s;
  -o-transition: all 0.2s ease 0.1s;
  -ms-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.1s;
}

.lance {
  width: 100%;
  border: 1px solid #cccccc;
  color: #414141;
  padding: 3px;
}

.slance {
  width: 100px;
}

.ilance {
  width: 200px;
}

.mfile {
  height: 60px;
}

.sfile {
  height: 30px;
}

.abtn {
  width: auto;
  font-size: 0.9375rem;
  padding: 10px 20px 7px 20px;
  background-color: var(--blue1);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 0;
}

.sbtn {
  font-size: 0.75rem;
  padding: 4px 5px 3px 5px;
}

.lbtn {
  width: auto;
  font-size: 0.75rem;
  padding: 5px 5px 2px 5px;
  display: inline-block;
  width: 140px;
  background-color: #f9f9f9;
  color: #333333;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 0;
}

.recruit_all {
  background-color: #009900;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

.recruit_close {
  background-color: #aaa;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

.input_etc {
  display: inline-block;
}

.admin {
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  font-size: 12px;
  color: #414141;
}

.trance {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.td1 {
  border: 1px solid #d1cfbd;
}

.edu_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.875rem 0.625rem;
  border-top: 2px solid #316FC8;
}

.edu_bottom {
  text-align: center;
}

.edu_h2 {
  font-size: 1.5rem;
  color: #222;
  font-weight: 500;
  line-height: 1.4;
  margin: 5px 0;
}

.edu_top h1 {
  width: 600px;
  font-size: 1.875rem;
  color: #222;
  font-weight: 500;
  line-height: 1.4;
}

.edu_top img {
  width: 150px;
}

button.application {
  background-color: #424242;
  padding: 0.625rem 1.5rem;
  border: none;
  font-size: 1rem;
  color: white;
  line-height: 1.4;
  font-weight: 400;
}

/* 현재위치 */

.location-1st,
.location-2nd {
  position: relative;
  width: 240px;
  height: 1.25rem;
  border-right: 1px solid #e2e2e2;
}

.location-1st-btn,
.location-2nd-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  padding: 0 10px;
  border: 1px solid var(--light-gray);
  transition: all .3s;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.location-1st-btn i,
.location-2nd-btn i {
  font-size: 15px;
  transition: all .3s;
}

.location-1st.active .location-1st-btn i,
.location-2nd.active .location-2nd-btn i {
  transform: rotate(-180deg);
}

.location-1st .location-option,
.location-2nd .location-option2 {
  position: absolute;
  z-index: 2;
}

.location-1st.active .location-option,
.location-2nd.active .location-option2 {
  display: block;
}

.location-option,
.location-option2 {
  max-width: 241px;
  width: 100%;
  position: absolute;
  margin-top: 1px;
  /* background-color: #c2c2c2; */
  display: none;
  top: 39px;
  left: -1px;
  border-right: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  background-color: rgba(255, 255, 255, 0.8);

}

.location-option .option,
.location-option2 .option2 {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  transition: all .1s;
  cursor: pointer;
  line-height: 40px;
  padding-left: 20px;
  font-size: 0.9375rem;
  color: #333;
  line-height: 1;
  font-weight: 400
}

.location-option .option:hover,
.location-option .option.over,
.location-option2 .option2:hover,
.location-option2 .option2.over {
  /* border-radius: 3px; */
  /* padding-left: 30px; */
  background-color: var(--blue3);
  /* border-left: 1px solid var(--blue1); */
  /* border-right: 1px solid var(--blue1); */
  color: #fff;
  line-height: 1;
}

.ebookPDF {
  font-family: Tahoma, Arial;
  font-size: 11px;
  color: #FFF;
  width: 100px;
  height: 20px;
  display: inline-block;
  background: #333333;
  border: 0;
  cursor: pointer;
}

.ebookView {
  font-family: Tahoma, Arial;
  font-size: 11px;
  color: #5d5c5c;
  width: 100px;
  height: 20px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #bababa;
  cursor: pointer;
}


#license {
  width: 1280px;
  margin: auto;
}

.license_container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: minmax(420px, auto);
  justify-content: center;
  align-items: flex-start;
}

.license {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 300px; */
}

.license img {
  max-width: 100%;
  /* width: 300px;
  height: 420px; */
  border: 1px solid #ccc;
  object-fit: cover;
  margin-bottom: 10px;
}

.license h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.boardOutTable {
  max-width: 100%;
}

.boardTable {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-top: 2px solid #999;
  font-size: 14px;
}

.boardHeader {
  width: 100%;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
}

.boardHeader img {
  vertical-align: middle;
  line-height: 0;
}

.boardHeader>div {
  display: inline-block;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;

}

.boardCont {
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: flex;
}

.boardCont div {
  display: inline-block;
  font-size: 13px;
  width: 100%;
  min-height: 40px;
  line-height: 40px;

  flex-direction: row;
  align-items: center;
  margin: auto 10px;

}

.boardTitle {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

.boardThick {
  width: 100%;
  height: 3px;
  border: 0;
  background-color: #cccccc;
  margin: 0;
  padding: 0;
}

.boardThin {
  display: none;
}

.boardNoData {
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-bottom: 2px solid #ccc;
}

.cutText {
  max-width: 100%;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.boardBtn {
  width: 100%;
  margin-top: 20px;
}

.boardSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.boardSearch input {
  width: 40%;
}

.boardSearch img {
  vertical-align: middle;
  line-height: 0;
}

.boardFile img {
  vertical-align: middle;
  line-height: 0;
}

.boardPhoto {
  margin-top: 20px;
  max-width: 100%;
  text-align: center;
}

.boardPhoto img {
  max-width: 100%;
  height: auto;
}

.boardPhoto p {
  font-size: 15px;
  font-weight: 400;
  color: #767676;
  line-height: 1.5;
  margin: 10px 0 30px 0;
}

.boardBody {
  padding: 10px;
  border: 5px solid #F1F1F1;
  border-radius: 10px;
  background-color: white;
}

.boardContents {
  max-width: 100%;
  min-height: 400px;
  line-height: 1.5;
  padding: 20px;
}

.boardModify {
  width: 100%;
  text-align: right;
  color: #e5e5e5;
  font-size: 12px;
}

.boardComment {
  width: 100%;
  border-top: 1px solid #F1F1F1;
}

.boardComment .boardCont .boardSubject {
  height: auto;
}

.boardCommentWrite {
  width: 100%;
  margin-top: 20px;
}

.boardCommentWrite img {
  vertical-align: top;
  line-height: 0;
}

.boardShowContainer {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}

.boardShowTitle {
  flex: 2.5;
  margin-right: 20px;
}

.boardShowName {
  flex: 1;
  text-align: right;
}

.boardShowTitle h1 {
  font-size: 20px;
  color: #666;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}

.boardShowName p {
  font-size: 15px;
  color: #505050;
  font-weight: 400;
  line-height: 1.5;
}

/* Online Application  */
div.out1 {
  width: 100%;
  margin-bottom: 30px;
}

div.out1>p {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left
}

.boardNotice {
  width: 100%;
  margin: auto;
  padding: 10px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
}

table.view1 {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
  border-top: 2px solid var(--blue2);
}

table.view1 span {
  margin: 0 10px;
}

table.view1 tr {
  border: 1px solid #e6e6e6;
}

table.view1 td {
  padding: 10px;
}

table.view1 tr {
  border-left: none;
  border-right: none;
}

table.view1 th {
  background-color: #f7f7f7;
}

.board_note {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

table.member1 {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
  border-top: 2px solid #999;
  font-size: 14px;
}

table.member1 span {
  margin: 0 10px;
}

table.member1 tr {
  border: 1px solid #e6e6e6;
}

table.member1 td {
  padding: 10px;
}

table.member1 tr {
  border-left: none;
  border-right: none;
}

table.member1 th {
  background-color: #f7f7f7;
  width: 20%;
}

.tab_bot_btn {
  margin-top: 30px;
  text-align: center;
}

.event_list {
  width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.event_list:last-child {
  border-bottom: 1px solid #ccc;
}

.event_photo {
  flex: 1;
  margin-right: 50px;
  padding: 7px;
  border: 1px solid #e6e6e6;
  text-align: center;
}

.event_photo img {
  max-width: 405px;
}

.event_description {
  flex: 2;
  width: 100%;
}

.event_inner {
  background-color: #f5f5f5;
  padding: 10px;
}

.event_inner dl {
  overflow: hidden;
  line-height: 18px;
}

.event_inner dt {
  float: left;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.event_inner dd {
  margin-left: 100px;
  font-size: 14px;
  color: #000;
  font-weight: 300;
}


.event_description h2 {
  font-size: 24px;
  font-weight: 500;
  color: #343434;
  line-height: 1.4;
  margin-bottom: 20px;
}

.event_description p {
  font-size: 15px;
  font-weight: 400;
  color: #767676;
  line-height: 1.5;
  margin-bottom: 30px;
}

.event_det_title {
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  border-left: 5px solid #B29766;
  margin-bottom: 20px;
  padding-left: 15px;
}

.event_det_photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.event_det_photo img {
  width: 100%;
}

.event_det_description {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  flex-wrap: wrap;
}

.event_det_info {
  flex: 2.5;
  margin-right: 30px;
}

.event_det_reserve {
  flex: 1;
}

.event_det_info h1 {
  font-size: 18px;
  color: #b29766;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}

.event_det_info p {
  font-size: 15px;
  color: #505050;
  font-weight: 400;
  line-height: 1.5;
}

.event_det_reserve dt {
  font-size: 14px;
  color: #262626;
  font-weight: 500;
  line-height: 1.6;
}

.event_det_reserve dd {
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 1.6;
  margin-top: -24px;
  margin-left: 60px;
  width: 230px;
}

#gall_info {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}

.gall_container {
  width: 990px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

.gall {
  margin: 20px 5px;
}

.gall h3 {
  font-size: 15px;
  font-weight: 400;
  color: #343434;
  line-height: 1.2;
  margin: 10px 0;
}

.gall p {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  line-height: 1.4;
}

.gall_box {
  cursor: pointer;
  flex-grow: 1;
  flex-shrink: 1;
  box-sizing: border-box;
  position: relative;

  width: 460px;
  height: 300px;
  overflow: hidden;
}

.mainPhoto {
  position: relative;
  text-align: center;
}

.black_tit {
  position: absolute;
  top: 210px;
  margin: 0 auto;
  width: 430px;
  height: 80px;
  background-color: rgba(00, 00, 00, 0.5);
  padding: 10px 0px;
  text-align: center;
}

a.photo_tit {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  padding: 0
}

a.photo_txt {
  font-size: 10px;
  color: #d8d8d8;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.jssorb05 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 999;
}

.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av {
  position: absolute;
  width: 10px;
  height: 10px;
  ;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding: 0;
  opacity: 1;
}

.jssorb05 div {}

.jssorb05 div:hover,
.jssorb05 .av:hover {
  background-color: #004BCE;
  opacity: 1;
}

.jssorb05 .av {
  background-color: #004BCE;
  opacity: 1;
}

.jssorb05 .dn,
.jssorb05 .dn:hover {
  background-color: #004BCE;
  opacity: 1;
}

.popTItle {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  width: 100%;
  height: 40px;
}

.popBot {
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  height: 30px;
  text-align: right;
}

table.inquiry_product {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #cccccc;
}

table.inquiry_product th,
table.inquiry_product td {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 5px;
  line-height: 1.4;
}


table.inquiry_product td {
  border-left: 1px solid #cccccc;
}

table.inquiry_product th {
  background: #e6e6e6;
  padding: 10px 0;
}

table.inquiry_product tr:nth-child(even) {
  background-color: #f2f2f2;
}

table.inquiry_product th,
table.inquiry_product td {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}

table.inquiry_product th {
  border-top: 2px solid var(--blue2);
}

table.inquiry_product tr {
  border: 1px solid #ccc;
}

table.inquiry_product img {
  display: inline-block;
  margin: auto;
}

.zoom_photo img {
  padding: 10px;
}

/* 게시판 */
.board_notice {
  border: 2px solid #2b3990;
  padding: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.board_notice li {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  line-height: 1.4;
}

.align {
  display: flex;
  justify-content: flex-end;
}

.txt_tip {
  font-size: 13px;
  color: #373737;
}

.txt_red {
  color: #d12200;
}

.table-write {
  width: 100%;
  border-top: 1px solid #666;
  color: #333;
}

.table-write caption {
  display: none;
}

.table-write th {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.table-write th.t_center {
  text-align: center;
}

.table-write th,
.table-write td {
  padding: 10px;
}

.table-write tr {
  border-bottom: 1px solid #e5e5e5;
}

.table_type1 {
  width: 100%;
  border-top: 2px solid #2b3990;
}

.table_type1 th {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  background: #f4f4f4;
  border-right: 1px solid #e5e5e5;
}

.table_type1 th,
.table_type1 tr {
  border-bottom: 1px solid #e5e5e5;
}

.table_type1 th,
.table_type1 td {
  padding: 15px;
}

.table_type1 h3 {
  color: #2b3990;
  font-weight: 500;
  line-height: 1.6;
}

.t_notice {
  text-align: center;
  color: red;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="file"],
textarea,
select {

  background-color: #f3f3f3;
  font-size: 15px;
  font-family: 'Malgun Gothic', 'Noto Sans KR', sans-serif;
  color: #666;
  font-weight: 300;
  line-height: 1.6;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.table-write textarea {
  height: 200px;
  padding: 10px;
  border: none;
}

.private {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.private input {
  margin-right: 5px;
}

.private_txt {
  width: 30px;
  height: 30px;
  background: #333;
  border-radius: 50%;
  margin-left: 10px;
  text-align: center;
  color: white;
  line-height: 30px;
  cursor: pointer;
}

#privacy {

  position: absolute;
  width: 600px;
  z-index: 999;
  border: 1px solid #666666;
  background-color: #f2f2f2;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
}

a.small_btn {
  padding: 5px 10px;
  min-width: 80px;
  height: 35px;
  border-radius: 10px;
  margin: 5px;
  border: none;
  background: none;
  text-align: center;
  font-size: 13px;
  background: #999999;
  color: white;
  font-weight: 400;
  border: 1px solid transparent;
  transition: all 300ms ease-in;
  box-shadow: 3px 2px 4px rgb(0 0 0 / 15%);
}

a.small_btn:hover {
  background: white;
  color: #2353a3;
  border: 1px solid #2353a3;
}

a.lance_btn {
  padding: 10px 20px;
  min-width: 100px;
  height: 45px;
  border-radius: 25px;
  margin: 5px;
  border: none;
  background: none;
  text-align: center;
  font-size: 16px;
  background: #999999;
  color: white;
  font-weight: 400;
  border: 1px solid transparent;
  transition: all 300ms ease-in;
  box-shadow: 3px 2px 4px rgb(0 0 0 / 15%);
}

a.lance_btn:hover {
  background: white;
  color: #2353a3;
  border: 1px solid #2353a3;
}

.board_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px auto;
}

.board_btn a {
  padding: 10px 20px;
  min-width: 100px;
  height: 45px;
  border-radius: 25px;
  margin: 5px;
  border: none;
  background: none;
  text-align: center;
}

.board_btn .write {
  font-size: 16px;
  background: #2353a3;
  color: white;
  font-weight: 400;
  border: 1px solid transparent;
  transition: all 300ms ease-in;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
}

.board_btn .write:hover {
  background: white;
  color: #2353a3;
  border: 1px solid #2353a3;
}

.board_btn .cancel {
  font-size: 16px;
  background: #999;
  color: white;
  font-weight: 400;
  border: 1px solid transparent;
  transition: all 300ms ease-in;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
}

.board_btn .cancel:hover {
  background: white;
  color: #999;
  border: 1px solid #999;
}

/* Paging */
.paging {
  padding-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.paging li {
  display: inline-block;
}

.paging li a {
  color: #898786;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  margin: 0 2px;
}

.paging li.on a,
.paging li a:hover {
  color: #ff0000;
  text-decoration: underline;
  font-weight: 500;
}

.paging li.first a,
.paging li.prev a,
.paging li.next a,
.paging li.last a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #dadada;
  overflow: hidden;
  color: transparent;
}

.paging li.first {
  background: url(/images/icon/ico_paging_first.png) no-repeat center;
}

.paging li.prev {
  background: url(/images/icon/ico_paging_prev.png) no-repeat center;
  margin-right: 15px;
}

.paging li.next {
  background: url(/images/icon/ico_paging_next.png) no-repeat center;
  margin-left: 15px;
}

.paging li.last {
  background: url(/images/icon/ico_paging_last.png) no-repeat center;
}

/* 로그인 */
.member_container {
  border: 1px solid #dadada;
  padding: 50px;
}

.member {
  max-width: 600px;
  margin: auto;
}

.member h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 5px 0;
  letter-spacing: -0.5px;
  text-align: center;
}

input.member_input {
  width: 100%;
  border: 1px solid #dadada;
  background-color: white;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
  height: 50px;
  left: -0.5px;
}

.member_login {
  position: relative;
}

.member_login li:last-child {
  position: relative;
  top: -1px;
  left: 0;
}

.member_save {
  display: flex;
  margin: 20px 0;
  justify-content: flex-end;
}

.member_save li {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 0 5px;
}

button.member_login {
  width: 100%;
  background-color: #363940;
  height: 50px;
  border: none;
  font-size: 17px;
  font-weight: 400;
  color: white;
  text-align: center;
  margin-bottom: 5px;
}

button.member_login:hover {
  background-color: #6d6e70;
  transition: all 300ms ease-in;
}

.member_join {
  display: flex;
  justify-content: center;
  height: 50px;
  font-size: 15px;
  letter-spacing: -0.5px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  margin-top: 5px;
}

.member_join a {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 50px;
}

.member_join li::after {
  content: '';
  background-color: #ddd;
  width: 1px;
  height: 13px;
  display: inline-block;
  margin: -2px 10px 0 10px;
  vertical-align: middle;
}

.member_join li:last-child:after {
  display: none;
}


.client_container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.client_list {
  display: flex;
  flex-wrap: wrap;
}

.client_list>li {
  min-width: 640px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d3d3d3;
  flex: 1;
  transition: all .3s;
}

.client>ul>li {
  position: relative;
  font-weight: 400;
}

.client>ul>li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2px;
  background: #999;
  position: absolute;
  top: 10px;
  left: -15px;
}

.client {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 50px;
}

.client img {
  max-width: 100%;
  width: 220px;
  height: 70px;
  padding: 8px 15px;
  object-fit: contain;
  border: 1px solid #d3d3d3;
}

.agreeTitle {
  font-size: 1.125rem;
  line-height: 50px;
}

.agreeDiv {
  margin-bottom: 30px;
}

.agreeBtn {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.agreeCaution {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #ff6600;
}

.agree {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #ff6600;
  margin-left: 62px;
}


.mo_container {
  width: 100%;
  margin: 0 auto;
}

.mo_top {
  border-bottom: 2px solid #4588df;
  text-align: center;
  padding: 25px;
}

.mo_contents {
  padding: 50px;
}

.mo_contents h3 {
  color: #4e505d;
  text-align: center;
  margin: 0;
}

.mo_contents p {
  text-align: center;
  font-size: 14px;
  color: #969696;
  margin-bottom: 30px;
}

form label {
  display: inline-block;
  color: #696565;
}

form button {
  width: 100%;
  border: none;
  background-color: #4588df;
  padding: 10px 20px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  transition: all 300ms ease-in;
  margin-bottom: 50px;
}

form button:hover {
  background-color: #0c4da2;
}

.inquiry_product td.inner_row .light {
  font-size: 0.875rem;
  color: var(--gray4);
  font-weight: 300;
}

/* 1280px 이하 */
@media screen and (max-width: 1280px) {

  .boardCont .boardNoview {
    display: none;
  }

  .boardHeader .boardNoview {
    display: none;
  }

  .cutText {
    max-width: 90%;
  }

  .event_list {
    width: 100%;
    margin-bottom: 0px;
  }

  .event_photo {
    width: 100%;
    text-align: center;
  }

  .event_photo img {
    max-width: 350px;
  }

  .gall_container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
  }

  .gall {
    margin: 10px;
  }

  .gall_box {
    width: 100%;
    height: auto;
  }

  .gall_box:hover img {
    box-sizing: border-box;
    overflow: hidden;
    transform: scale(105%);
    transition: 300ms;
  }

  .boardCommentWrite textarea {
    width: 70%;
  }

  .boardPhoto img {
    max-width: 100%;
    height: auto;
  }

  .popMain {
    top: 0 !important;
    left: 0 !important;
  }

  .zoom_photo img {
    max-width: 100%;
  }

  .client_list>li {
    min-width: 450px;
  }

  #license {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {

  .location-option,
  .location-option2 {
    top: 29px;
  }

  .boardContents img {
    max-width: 100%;
  }


  .client_list {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    /* min-width: 100%; */
  }

  .client img {
    width: 180px;
    padding: 8px 15px;
  }

  .license_container {
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    /* grid-template-rows: minmax(auto, auto); */
  }

}


/* 820px 이하 */
@media screen and (max-width: 820px) {}

/* 768px 이하 */
@media screen and (max-width: 768px) {

  .location-option,
  .location-option2 {
    top: 27px;
  }

  .license_container {
    /*  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    /*  grid-template-rows: minmax(auto, auto); */
  }

  table.view1 td span {
    display: block;
  }

  table.view1 th,
  table.view1 td,
  table.view1 tr {
    display: block;
    text-align: center;
    width: 100%;
  }

  table.view1 td {
    display: block;
    text-align: left;
    width: 100%;
  }

  table.view1 tr {
    border: 1px solid #e6e6e6;
  }

  .cutText {
    max-width: 100%;
  }

  .boardBody {
    border: 0;
  }

  .boardHeader {
    display: none;
  }

  .boardCont {
    height: auto;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .boardCont .boardNoview {
    display: none;
  }

  .boardCont .boardSubject {
    width: auto;
    height: 40px;
    display: block;
    border: 0;
  }

  .boardCont .boardOther {
    display: inline-block;
    width: auto !important;
    height: 40px;
    margin-left: 2%;
    margin-right: 4%;
    border: 0;
    line-height: 1.25;
  }

  .boardCont .boardOther:before {
    padding-right: 5px;
    color: #333;
    font-weight: 500;
    content: attr(data-label);
  }

  .boardThin {
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #cccccc;
    margin: 0;
    padding: 0;
  }

  /* Table */

  table.view1 td span {
    display: block;
  }

  table.member1 th,
  table.member1 td,
  table.member1 tr {
    display: block;
    text-align: center;
    width: 100%;
  }

  table.member1 tr {
    border: 1px solid #e6e6e6;
  }

  .in2 {
    width: 100%;
  }

  .lance {
    width: 97%;
    padding: 3px;
    margin: 1px;
  }

  .slance {
    width: 100px;
  }

  .ilance {
    width: 200px;
  }

  .gall {
    width: 100%;
  }

  .popMain {
    max-width: 100% !important;
  }

  .popMsg img {
    max-width: 100% !important;
  }

  table.inquiry_product colgroup,
  table.inquiry_product td.no_row,
  table.inquiry_product thead {
    display: none;
  }

  table.inquiry_product td.inner_row {
    display: block;
    border: none;
    text-align: left;
    padding: 3px;
    /* border-bottom: 1px solid #ccc; */
  }

  table.inquiry_product th,
  table.inquiry_product td {
    margin-left: 60px;
    text-indent: -30px;
    border: 1px solid #ccc;
  }

  table.inquiry_product td.inner_row::before {
    display: inline-block;
    width: 30px;
    font-weight: bold;
    content: attr(data-label);
  }

  table.inquiry_product th.view_row,
  table.inquiry_product td.view_row {
    display: table-cell;
    /* border: 1px solid #cccccc; */
    margin-left: 0;
    text-indent: 0;
  }

  .table-write colgroup,
  .table_type1 colgroup {
    display: none;
  }

  .table-write th.t_center {
    text-align: left;
  }

  .table-write th,
  .table-write td,
  .table_type1 th,
  .table_type1 td {
    display: block;
    width: 100%;
    text-indent: 0;
  }

  .table-write input,
  .table_type1 input {
    border-radius: 5px;
  }

  .table-write th,
  .table_type1 th {
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
  }

  .table_type1 th {
    border-left: 1px solid #e5e5e5;
  }

  .table-write th br,
  .table_type1 th br {
    display: none;
  }

  .table-write td,
  .table_type1 td {
    padding: 10px;
  }

  .event_list {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .event_photo {
    margin-right: 0;
  }

  .event_description h2 {
    margin: 10px 0;
  }

  .boardShowContainer {
    flex-direction: column;
    align-items: flex-start;
  }

  .boardShowTitle h1 {
    margin-bottom: 10px;
  }

  .mfile,
  .sfile {
    width: 97%;
  }

}

@media screen and (max-width: 630px) {

  .boardContents {
    min-height: 100%;
  }

  .boardContents>div {
    position: relative;
    padding-top: 56%;
    width: 100%;
    height: 0;
  }

  .boardContents>div>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .slance {
    width: 100px;
  }

  .ilance {
    width: 150px;
  }

  .responsive-box1 img {
    width: 180px;
  }

}

@media screen and (max-width: 480px) {

  .location-option,
  .location-option2 {
    top: 28px;
  }

  .boardSearch input {
    width: 40%;
  }

  .client {
    gap: 30px;
  }

  .client img {
    width: 150px;
    padding: 5px 12px;
  }

  .client_list>li {
    min-width: 350px;
  }


  .responsive-box1 {
    width: 100%;
    overflow-x: auto;
  }

  .responsive-box1 table {
    width: 480px;
  }

}