@charset "UTF-8";
header.header {
  position: initial;
  background-image: linear-gradient(to right, #e61f19 30%, #e6e6e5 20%);
  margin-bottom: 77px;
}
.container {
  position: relative;
  min-height: 100%;
}
.container footer {
  position: absolute;
}
table caption {
  overflow: hidden;
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
  line-height: 0;
}
.wrap {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrap2 {
  width: 100%;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
h2.sub_title {
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 54px;
}
.btn_main a {
  line-height: 32px;
  width: 82px;
  text-align: center;
  display: block;
  background: #e61f19;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.btn_main button {
  line-height: 32px;
  width: 82px;
  text-align: center;
  display: block;
  background: #e61f19;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.list_wrap .btn_main {
  margin-bottom: 16px;
}
.list_box {
  margin-bottom: 52px;
}
.list_item_head {
  border-top: 2px solid #e61f19;
  border-bottom: 1px solid #e6e6e5;
  background: #fafafa;
}
.list_item.list_item_head div {
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #e61f19;
  padding: 0;
}
.list_item_head div.list_title {
  text-align: center;
}
.list_item {
  display: grid;
  grid-template-columns: 10% 65% 15% 10%;
  border-bottom: 1px solid #e6e6e5;
}
.list_item div {
  text-align: center;
  font-size: 16px;
  color: #303030;
  padding: 10px 0;
}
.list_item .list_title {
  text-align: left;
  padding: 10px;
}
.list_item .list_title a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  font-size: 16px;
}
.list_item.notice_item .list_title {
  font-weight: 500;
  color: #e61f19;
}
.list_item.notice_item .list_title a {
  color: #e61f19;
  font-weight: 500;
}
.pageing_Wrap {
  margin: 0 auto 80px;
}
.pageing_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageing_list li {
  margin-right: 10px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageing_list li span {
  width: 33px;
  height: 33px;
}
.pageing_list li span img {
  width: 100%;
  display: block;
}
.pageing_list li.on {
}
.pageing_list li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #303030;
  text-align: center;
  width: 33px;
  height: 33px;
}
.pageing_list li.on a {
  font-weight: 600;
  color: #e61f19;
  border: 2px solid #e61f19;
}
.pageing_list li:last-child {
  margin-right: 0;
}
.notice_title_box {
  padding: 0 30px;
  border-top: 2px solid #e61f19;
  border-bottom: 1px solid #e6e6e5;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 87px;
}
.notice_title_box p {
  font-size: 18px;
  font-weight: 500;
  color: #303030;
}

.notice_info {
  text-align: right;
  font-size: 14px;
  color: #3f3f3f;
}
.notice_txtbox {
  padding: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e5;
}
.views_info {
  color: #3f3f3f;
  font-size: 14px;
  margin-bottom: 16px;
}
.notice_txtboox p {
  line-height: 1.5;
  font-size: 16px;
}
.notice_wrap .btn_main {
  margin-bottom: 30px;
  display: flex;
  justify-content: end;
}
.comment_wrap {
  margin-bottom: 80px;
}
.comment_title {
  border-bottom: 1px solid #e6e6e5;
  padding-bottom: 10px;
}
.comment_title p {
  font-size: 16px;
  color: #303030;
  margin-top: 24px;
}
.comment_title strong {
  font-size: 18px;
}
.comment_title span {
  color: #e61f19;
  font-weight: 600;
  padding: 0 4px;
}
.comment_txt {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #303030;
  padding: 20px;
}
.comment_form {
  border-top: 2px solid #e61f19;
  border-bottom: 2px solid #e61f19;
  background: #fafafa;
  padding: 20px 10px;
}
.comment_form_btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.comment_form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  margin-bottom: 16px;
}
.cmt_list li {
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e5;
}
.cmt_list_info {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.cmt_list li .cmt_list_name {
  font-size: 14px;
  font-weight: 600;
}
.cmt_list li .cmt_list_txt {
  font-size: 16px;
  line-height: 1.45;
}
.cmt_list li .cm_date {
  text-align: right;
  font-size: 14px;
}
.btn_border {
  border: 2px solid #e61f19;
  background: #fff;
  color: #e61f19;
  font-weight: 500;
  line-height: 32px;
  width: 82px;
  cursor: pointer;
  display: block;
}
.writing_title {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #e6e6e5;
  margin-bottom: 14px;
}
.writing_wrap textarea {
  width: 100%;
  font-size: 16px;
  border: 1px solid #e6e6e5;
  padding: 10px;
  height: 600px;
  margin-bottom: 36px;
}
.registration_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.writing_wrap .btn_main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.writing_wrap label input {
  margin-right: 6px;
}
.registration_wrap input {
  accent-color: #e61f19;
}
.registration_txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
/* 인사말 */
.greetings_img {
  width: 100%;
  margin: 0 auto 80px;
  max-width: 1200px;
}
.greetings_img img {
  width: 100%;
  display: block;
}

.greetings_txt {
  padding: 0 70px;
  font-size: 33px;
  line-height: 65px;
  letter-spacing: -1.68px;
}
.greetings_name {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 266px;
}
.greetings_txt p {
  font-weight: 400;
  margin-bottom: 71px;
}
.greetings_name p {
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -1.45px;
  margin-bottom: 0;
}
.greetings_name_img {
  width: 284px;
  display: inline-block;
  margin-left: 33px;
}
.greetings_name_img img {
  width: 100%;
  display: block;
}
/*  마이페이지 */
.mypage_wrap form {
  margin-bottom: 162px;
}
.mypage_wrap form .mypage_item.on {
  border-top: solid 2px #b5b5b5;
}
.mypage_item {
  display: grid;
  grid-template-columns: 183px calc(100% - 183px);
  border-bottom: solid 2px #b5b5b5;
}
.mypage_item label {
  text-align: center;
  background-color: #e5e5e5;
  line-height: 73px;
  color: #303030;
  font-size: 21px;
  font-weight: 600;
}
.mypage_btnwrap {
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.mypage_btnwrap input.ver1 {
  width: 398px;
  border: solid 2px #b5b5b5;
  height: 50px;
  padding-left: 18px;
  font-size: 25px;
  font-weight: 500;
  color: #000;
}
.mypage_btnwrap input.ver1::placeholder {
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 500;
}
.mypage_btnwrap .mypage_btn {
  border: solid 1px #b5b5b5;
  background-color: #626262;
  height: 50px;
  width: 179px;
  margin-left: 22px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  cursor: pointer;
}
.mypage_btnwrap ul {
  display: flex;
  align-items: center;
}
.mypage_btnwrap ul li + li {
  margin-left: 12px;
}
.mypage_btnwrap ul li:first-child input.ver1 {
  width: 110px;
}
.mypage_btnwrap ul li input.ver1 {
  width: 176px;
  text-align: center;
  padding: 0;
}
.mypage_btnwrap .mypage_btn.ver2 {
  width: 113px;
}
.mypage_btnwrap input.ver1.email {
  width: 195px;
  margin-right: 8px;
}
.mypage_btnwrap select {
  width: 195px;
  height: 50px;
  border: solid 2px #b5b5b5;
  padding-left: 14px;
  font-size: 16px;
  color: #a0a0a0;
}
.mypage_title {
  font-weight: bold;
  font-size: 30px;
  color: #303030;
  margin-bottom: 20px;
}
.mypage_lastbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.mypage_lastbtn li {
  margin-right: 10px;
}
.mypage_lastbtn li:last-child {
  margin-right: 0;
}
.mypage_lastbtn li a {
  width: 160px;
  line-height: 70px;
  background: #303030;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  display: block;
  text-align: center;
}
.mypage_lastbtn li button {
  width: 160px;
  line-height: 70px;
  background: #e61f19;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  display: block;
  text-align: center;
  border: none;
  cursor: pointer;
}

.mypage_wrap .agree_box {
  border-top: 4px solid #e61f19;
  border-left: solid 4px #b5b5b5;
  border-bottom: solid 4px #b5b5b5;
  border-right: solid 4px #b5b5b5;
  padding: 6px;
  height: 255px;
  overflow-y: scroll;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.5;
}
.agree_wrap {
  margin-bottom: 100px;
}
.agree_title {
  font-weight: 600;
  font-size: 30px;
  color: #303030;
  margin-bottom: 16px;
}

.agree_wrap label {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.agree_wrap label input {
  margin-right: 10px;
}
.agree_wrap input[type="checkbox"],
.agree_wrap input[type="checkbox"]:checked {
  appearance: none;
  width: 22px;
  height: 22px;

  border: 4px solid #b5b5b5;
}

.agree_wrap input[type="checkbox"] {
  background-color: #fff;
}
.agree_wrap input[type="checkbox"]:checked {
  background-color: #fff;
  position: relative;
}
.agree_wrap input[type="checkbox"]:checked::after {
  width: 10px;
  height: 10px;
  background: #e61f19;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn_lastjoin {
  width: 347px;
  line-height: 70px;
  background: #e61f19;
  color: #fff;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  font-weight: 600;
}
.lastjoin_box {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage_btnwrap ul li select {
  width: 100%;
  min-width: 110px;
}
