.sub_counsel_w {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}
.counsel_bottom {
  background-image: url(/img/counsel/counsel_bg.png);
  padding: 120px 0;
  box-sizing: border-box;
}
.counsel_bottom .cont_1 {
  display: flex;
  justify-content: space-between;
}

.counsel_bottom .left {
}
.counsel_bottom .left h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.counsel_bottom .left h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.4px;
  margin-top: 40px;
}
.counsel_bottom .left p {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.counsel_bottom .right {
  width: 100%;
  max-width: 640px;
}
.counsel_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.counsel_form .box {
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
}
.counsel_form .box .box_title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.8px;
  min-width: 100px;
}
.counsel_form .box .box_title > span {
  color: #687adf;
}

.counsel_form .box:nth-child(1) .wrting_box {
  display: flex;
  justify-content: flex-end;
}
.counsel_form .box .wrting_box {
  width: 100%;
}
.counsel_form select {
  border: none;
  padding-right: 50px;
  width: 12em;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.72px;
  background: url(/img/counsel/counsel_arrow.svg) no-repeat 98% 50% transparent;
  text-align: center;
  text-align-last: right;
  cursor: pointer;
}
.counsel_form select option {
  color: #333;
}
.counsel_form input[type="text"]::placeholder {
  color: #fff;
}
.counsel_form input[type="text"] {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.72px;
  background-color: transparent;
  width: 100%;
  border: none;
}
.counsel_form textarea::placeholder {
  color: #fff;
}
.counsel_form textarea {
  font-family: "Pretendard";
  width: 100%;
  border: none;
  resize: none;
  min-height: 110px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.72px;
}
.counsel_form .box2 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.counsel_form .box2 input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.counsel_form .box2 label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.8px;
  cursor: pointer;
}
.counsel_form .box2 label a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}
.btn_box_layout {
  margin: 0 0 0 auto;
}
.counsel_form .btn_box {
  text-align: center;
  box-sizing: border-box;
  border-radius: 99px;
  border: 1px solid #fff;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.counsel_form_btn {
  padding: 16px 0;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1460px) {
  .sub_counsel_w {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  .counsel_bottom .left h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1180px) {
  .counsel_bottom .right {
    max-width: 460px;
  }
}
@media screen and (max-width: 960px) {
  .counsel_bottom .left p {
    font-size: 16px;
  }
  .counsel_bottom .right {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .counsel_bottom {
    padding: 50px 0;
  }
  .counsel_bottom .cont_1 {
    flex-direction: column;
  }
  .counsel_bottom .left {
    text-align: center;
  }
  .counsel_bottom .left h3 {
    font-size: 30px;
    margin-top: 12px;
  }
  .counsel_bottom .right {
    margin-top: 15px;
    max-width: none;
  }
  .counsel_bottom .right .box {
    width: 100%;
    max-width: none;
  }
  .counsel_form .btn_box {
    text-align: center;
  }
  .counsel_form .box .box_title {
    font-size: 16px;
    min-width: 80px;
  }
  .counsel_form input[type="text"],
  .counsel_form select,
  .counsel_form textarea {
    font-size: 16px;
  }
  .counsel_form .box2 label {
    font-size: 14px;
  }
  .counsel_form_btn {
    font-size: 15px;
  }
  .counsel .left h4 {
    font-size: 14px;
  }
  .btn_box_layout {
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .counsel_form .box2 label a {
    margin-left: 0;
  }
}

/* 온라인 상담 */
.online_w {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.online_1_1 .cont_1 {
}
.online_1_1 .cont_1 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-top: 40px;
}
.online_1_1 .cont_1 .top h3 {
  color: #262626;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
}

.online_1_1 .cont_1 .top .search_box {
}
.online_1_1 .cont_1 table {
  width: 100%;
}
.online_1_1 .cont_1 table tbody {
}
.online_1_1 .cont_1 table tbody tr {
  border-bottom: solid 1px #d1d5db;
}
.online_1_1 .cont_1 table tbody tr td {
  text-align: center;
  padding: 34px 0;
  box-sizing: border-box;
}
.online_1_1 .cont_1 table tbody tr td:nth-child(1) {
  width: 10%;
}
.online_1_1 .cont_1 table tbody tr td:nth-child(2) {
  width: auto;
}
.online_1_1 .cont_1 table tbody tr td:nth-child(3) {
  width: 15%;
}
.online_1_1 .cont_1 table .table_title {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.online_1_1 .cont_1 table .table_title .text_box {
  display: flex;
  align-items: center;
}
.online_1_1 .cont_1 table .table_title .text {
  white-space: nowrap; /* 텍스트를 한 줄로 표시 */
  overflow: hidden; /* 넘치는 텍스트를 숨김 */
  text-overflow: ellipsis; /* 넘치는 부분을 '...'으로 표시 */
  max-width: 600px;
  text-align: left;
}
.online_1_1 .cont_1 table .table_title .text_box span img {
  min-width: 24px;
}
.notice_span {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.045px;
  background-color: #3796ff;
  border-radius: 6px;
  padding: 4px 6px;
  box-sizing: border-box;
}
.replay {
  color: #6b7280;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04px;
  border: solid 1px #6b7280;
  border-radius: 999px;
  width: 120px;
  text-align: center;
  display: inline-block;
  padding: 7px 0;
  box-sizing: border-box;
}
.replay.on {
  border: solid 1px #3796ff;
  color: #3796ff;
}
.online_1_1 .bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.online_1_1 .bottom .left {
}
.online_1_1 .bottom .left a {
  display: inline-block;
  padding: 14px 55px;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.045px;
  border: solid 1px #d1d5db;
  border-radius: 27px;
}
.online_1_1 .bottom .left a:hover {
  background-color: #3796ff;
  color: #fff;
}
.online_1_1 .bottom .right {
}
.online_pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.online_pagenation > li {
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.04px;
  width: 32px;
  line-height: 32px;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.online_pagenation > li.on {
  background-color: #3796ff;
  border: solid 1px #3796ff;
  color: #fff;
}
.online_pagenation > li img {
  vertical-align: text-top;
}
.start,
.prev {
  transform: rotate(180deg);
}
.start,
.prev,
.next,
.last {
  border: 0 !important;
}

.modal_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
.modal_bg.active {
  opacity: 1;
  visibility: visible;
}

.password_layout {
  position: relative;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  max-width: 450px;
  width: 100%;
}

.modal_close {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 15px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.modal_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.password_box {
}
.password_box h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.045px;
  background-color: #3796ff;
  padding: 17px 0;
  box-sizing: border-box;
}
.online_password_check {
  padding: 20px 0 42px 0;
  box-sizing: border-box;
}

.online_password_check input[type="password"] {
  border: none;
  border-bottom: solid 1px #303030;
  font-size: 18px;
  line-height: 1.5px;
  text-align: center;
  height: 44px;
}
.online_password_check input[type="submit"] {
  margin-top: 30px;
  border: solid 1px #2a6dde;
  padding: 5px 34px;
  box-sizing: border-box;
  overflow: hidden;
  color: #2a6dde;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.36px;
  background-color: #fff;
  border-radius: 999px;
}
.search_box {
  display: flex;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #d1d5db;
  background: #fff;
  gap: 20px;
  padding: 15px 25px;
  box-sizing: border-box;
}
.search_box > select {
  width: 80px;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.32px;
  border: none;
  outline: none;
  background: url(/img/counsel/ico_defaultSelect.png) no-repeat 98% 50% #fff;
}
.text_search {
  display: flex;
  align-items: center;
}
.text_search input[type="text"] {
  min-width: 120px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.32px;
  border: none;
  outline: none;
}
.text_search input[type="text"]:focus {
  border-bottom: solid 1px #171717;
}
.text_search button {
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  /* .online_w{
        width: 70%;
    } */
}
@media screen and (max-width: 1280px) {
  .online_w {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .online_1_1 .cont_1 .top {
    margin-top: 20px;
  }
  .online_1_1 .cont_1 .top h3 {
    font-size: 22px;
  }
  .search_box {
    padding: 10px 20px;
    border-radius: 10px;
  }
  .text_search input[type="text"] {
    min-width: 80px;
    max-width: 80px;
  }
  .online_1_1 .cont_1 table tbody tr td {
    padding: 14px 5px;
  }
  .online_1_1 .cont_1 table .table_title .text {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .online_1_1 .cont_1 .top {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .online_1_1 .cont_1 .top form {
    width: 100%;
  }
  .text_search input[type="text"] {
    min-width: auto;
    max-width: none;
    width: 100%;
  }
  .text_search {
    width: 100%;
  }
  .text_search .input_box {
    width: 100%;
  }
  .text_search button {
    min-width: 24px;
  }
  .online_1_1 .cont_1 table .table_title {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .online_1_1 .cont_1 table .table_title .text {
    max-width: 180px;
  }
  .online_1_1 .bottom {
    flex-direction: column;
    gap: 20px;
  }
  .online_pagenation > li {
    width: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .replay {
    font-size: 12px;
    padding: 6px 0;
    width: 70px;
  }
  .notice_span {
    font-size: 14px;
  }
}
.online_1_1 .cont_2 {
}
.one_line_two_box {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: solid 1px #d4d4d4;
}
.one_line_two_box > .w_50 {
  width: 50%;
}
.one_line_two_box > div {
  display: flex;
  align-items: center;
}
.cursor {
  cursor: pointer;
}
.one_line_two_box .write_title {
  width: 180px;
  text-align: center;
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  word-spacing: 25px;
  padding: 25px 0;
  box-sizing: border-box;
}

.one_line_two_box .write_title > span {
  color: #3796ff;
  padding-left: 5px;
  box-sizing: border-box;
}

.one_line_two_box .write_box {
  flex: 1;
  width: 100%;
  padding: 16px 0;
  box-sizing: border-box;
}
.one_line_two_box .write_box > textarea {
  width: 98%;
  resize: none;
  min-height: 180px;
  box-sizing: border-box;
  border: solid 1px #d1d5db;
  border-radius: 12px;
}
.one_line_two_box .write_box > input,
.one_line_two_box .write_box > select {
  width: 95%;
  box-sizing: border-box;
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: solid 1px #d1d5db;
  border-radius: 12px;
}
.one_line_two_box .write_box > select {
  background: url(/img/counsel/ico_defaultSelect.png) no-repeat 98% 50% #fff;
}

.input_file_box .one_line.no_border {
  border-bottom: 0;
}
.one_line {
  display: flex;
  box-sizing: border-box;
  border-bottom: solid 1px #d4d4d4;
}
.one_line .w_100 {
  width: 100%;
}
.one_line .write_title {
  width: 180px;
  text-align: center;
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  word-spacing: 25px;
  padding: 25px 0;
  box-sizing: border-box;
}
.one_line .write_title > span {
  color: #3796ff;
  padding-left: 5px;
  box-sizing: border-box;
}
.one_line .write_box {
  flex: 1;
  width: 100%;
  padding: 16px 0;
  box-sizing: border-box;
}
.one_line .write_box > textarea {
  width: 98%;
  resize: none;
  min-height: 180px;
  box-sizing: border-box;
  border: solid 1px #d1d5db;
  border-radius: 12px;
  font-size: 18px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 300;
  font-family: "Pretendard";
}
.one_line .write_box > input[type="text"],
.one_line .write_box > input[type="password"],
.one_line .write_box > select {
  width: 98%;
  box-sizing: border-box;
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: solid 1px #d1d5db;
  border-radius: 12px;
}
.one_line .write_box > select {
  background: url(/img/counsel/ico_defaultSelect.png) no-repeat 98% 50% #fff;
}

.input_file_box input[type="file"] {
  display: none;
}
.resume_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.resume_box label {
  color: #262626;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  border-radius: 15px;
  border: 1px solid #d1d5db;
  padding: 15px 20px;
  box-sizing: border-box;
  max-width: 200px;
  width: 100%;
  display: block;
}
.resume_box label > span {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
}
.resume_box_text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.resume_box_text {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.online_1_1 .free_view img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.online_1_1 .free_view {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: solid 1px #171717;
  position: relative;
  box-sizing: border-box;
}
.online_1_1 .file_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.online_1_1 .notice_text {
  margin-top: 16px;
  border-radius: 16px;
  background: #f7f7f7;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.online_1_1 .notice_text p {
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04px;
}
.online_1_1 .agree_box {
  margin-top: 16px;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.8px;
}
.online_1_1 .agree_box.quick {
  padding-left: 55px;
  margin-top: 0;
}
.online_1_1 .agree_box input {
  appearance: auto;
  border-radius: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
}
.online_1_1 .agree_box a {
  margin-left: 5px;
  text-decoration: underline;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.8px;
}

.online_1_1 .online_btn {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.online_1_1 .online_btn a,
.online_1_1 .online_btn input[type="submit"] {
  color: #303030;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.36px;
  border: solid 1px #d1d5db;
  border-radius: 9999px;
  display: inline-block;
  background-color: #fff;
  padding: 13px 42px;
  box-sizing: border-box;
}
.online_1_1 .online_btn input[type="submit"] {
  cursor: pointer;
  background-color: #3796ff !important;
  border: solid 1px #3796ff;
  color: #fff !important;
}
.email_box input[type="checkbox"] {
  appearance: auto;
  height: 20px;
  width: 20px;
  vertical-align: text-bottom;
  margin: 0;
  margin-left: 10px;
}
.email_box label {
  color: #303030;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.8px;
}
.delete-btn {
  position: absolute;
  top: 0;
  left: 0;
}
.one_line .write_box > input[type="text"]:focus,
.write_box input[type="password"]:focus {
  border: solid 1px #3796ff;
}
.one_line_two_box .write_box > input:focus,
.one_line_two_box .write_box > select:focus,
.write_box textarea:focus {
  border: solid 1px #3796ff;
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 768px) {
  .one_line_two_box {
    flex-direction: column;
  }
  .one_line_two_box > .w_50 {
    width: 100%;
  }
  .one_line_two_box .write_box,
  .one_line .write_box {
    padding: 8px 0;
  }
  .one_line_two_box .write_title,
  .one_line .write_title {
    padding: 15px 0;
    width: 100px;
    font-size: 16px;
  }
  .one_line_two_box > .w_50 {
    border-bottom: solid 1px #d4d4d4;
  }
  .one_line_two_box > .w_50:nth-child(2) {
    border-bottom: 0;
  }
  .w_50.email_box {
    max-width: calc(100% - 100px);
    margin: 0 0 0 auto;
  }
  .email_box input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin: 0;
    margin-left: 5px;
  }
  .email_box label {
    font-size: 14px;
  }
  .one_line .write_box > textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
  }
  .one_line_two_box .write_box > input,
  .one_line_two_box .write_box > select,
  .one_line .write_box > input[type="text"],
  .one_line .write_box > input[type="password"],
  .one_line .write_box > select {
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
  }
  .online_1_1 .notice_text {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 20px;
  }
  .online_1_1 .notice_text p {
    font-size: 14px;
  }
  .online_1_1 .online_btn {
    margin-top: 12px;
    gap: 8px;
  }
  .online_1_1 .online_btn > li {
    width: 100%;
  }
  .online_1_1 .online_btn a,
  .online_1_1 .online_btn input[type="submit"] {
    font-size: 16px;
    padding: 10px 30px;
    width: 100%;
  }
  .online_1_1 .free_view {
    width: 48px;
    height: 48px;
  }
  .online_1_1 .file_box {
    gap: 10px;
  }
  .online_1_1 .file_box label {
    width: 48px;
    height: 48px;
  }
  .online_1_1 .agree_box.quick {
    padding: 15px 0 15px 15px;
  }
  .resume_box label {
    max-width: 150px;
    padding: 10px;
  }
  .resume_box {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

.online_1_2 {
}
.online_1_2 .cate_text {
  color: #9ca3af;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.64px;
}
.online_1_2 .top {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #9ca3af;
  padding-bottom: 30px;
}
.online_1_2 .top h3 {
  color: #303030;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.56px;
}
.online_1_2 .top .right {
  display: flex;
  gap: 10px;
  align-items: center;
}
.online_1_2 .top .right > div {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.72px;
}
.online_1_2 .mid {
  padding: 30px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-bottom: 1px solid #9ca3af;
}
.online_1_2 .mid .img_box {
  text-align: center;
}
.online_1_2 .mid .text_box {
  text-align: center;
  color: #303030;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.8px;
}
.online_1_2 .bottom {
  background-color: #f9fafb;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.online_1_2 .bottom .text {
  color: #303030;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.8px;
}
.online_1_2 .bottom .date {
  color: #6b7280;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.045px;
}
.online_1_2 .online_btn {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.online_1_2 .online_btn a {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.045px;
  padding: 14px 48px;
  box-sizing: border-box;
  border-radius: 27px;
  border: 1px solid #e1e1e1;
  display: inline-block;
}
.online_1_2 .online_btn button {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.045px;
  padding: 14px 48px;
  box-sizing: border-box;
  border-radius: 27px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.no_replay {
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no_replay > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.no_replay > div p {
  color: #9ca3af;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  .online_1_2 .top h3 {
    font-size: 20px;
  }
  .online_1_2 .top {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .online_1_2 .top .right > div {
    font-size: 16px;
  }
  .online_1_2 .cate_text {
    font-size: 14px;
  }
  .online_1_2 .mid {
    padding: 20px 0;
    gap: 30px;
  }
  .online_1_2 .mid .text_box {
    font-size: 16px;
  }
  .online_1_2 .bottom {
    padding: 16px 20px;
    gap: 5px;
  }
  .online_1_2 .bottom .text {
    font-size: 16px;
  }
  .online_1_2 .bottom .date {
    font-size: 14px;
  }
  .online_1_2 .online_btn li {
    width: 100%;
  }
  .online_1_2 .online_btn {
    gap: 20px;
  }
  .online_1_2 .online_btn a {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 14px 0;
    text-align: center;
  }
  .online_1_2 .online_btn button {
    width: 100%;
    font-size: 16px;
    padding: 14px 0;
    text-align: center;
  }
  .online_1_2 .online_btn button span {
    vertical-align: text-bottom;
  }
  .online_1_2 .online_btn button span > img {
    width: 20px;
  }
}
.event_1_1 .title p {
  margin-top: 20px;
  color: #303030;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.8px;
}
.event_list {
  margin-top: 50px;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.event_list > li {
  width: calc(33.333% - 34px);
}
.event_list > li .img_box {
}
.event_list > li .img_box img {
  display: block;
  width: 100%;
  /* aspect-ratio: 1 / 1;  */
  object-fit: cover;
  max-height: 221.6px;
}
.event_list > li .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.event_list > li .info > p {
  color: #9ca3af;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.36px;
}
.online_1_2 .event_ing,
.online_1_2 .event_done {
  margin-bottom: 10px;
}
.event_ing {
  color: #3796ff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  width: 70px;
  padding: 5px 0;
  box-sizing: border-box;
  border: solid 1px #3796ff;
  border-radius: 25px;
  letter-spacing: -0.035px;
  display: inline-block;
}
.event_done {
  color: #6b7280;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  width: 70px;
  padding: 5px 0;
  box-sizing: border-box;
  border: solid 1px #6b7280;
  border-radius: 20px;
  letter-spacing: -0.035px;
  display: inline-block;
}
.event_list > li a > h4 {
  max-width: 375px;
  width: 100%;
  margin-top: 10px;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event_1_1 .bottom {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.event_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
.event_btn .go_list {
  display: inline-block;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  border-radius: 27px;
  color: #000;
  text-align: center;
  padding: 14px 45px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.045px;
}
.event_btn .next_btn {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.event_btn li:nth-child(1) .next_btn {
  left: 0;
}
.event_btn li:nth-child(3) .next_btn {
  right: 0;
}
.event_btn .next_btn h4 {
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6; /* 28.8px */
  letter-spacing: -0.72px;
}
.event_btn .next_btn p {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 960px) {
  .event_list {
    gap: 25px;
  }
  .event_list > li {
    width: calc(50% - 13px);
  }
}
@media screen and (max-width: 768px) {
  .event_list {
    gap: 30px;
    flex-direction: column;
    margin-top: 25px;
  }
  .event_list > li {
    width: 100%;
  }
  .event_1_1 .title p {
    font-size: 16px;
    margin-top: 10px;
  }
  .event_list > li .info {
    margin-top: 10px;
  }
  .event_list > li .info p {
    font-size: 16px;
  }
  .event_list > li a > h4 {
    font-size: 18px;
  }
  .event_1_1 .bottom {
    margin-top: 15px;
    justify-content: center;
  }
  .event_btn .next_btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .event_btn .next_btn > div {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .event_btn {
    flex-direction: column;
    gap: 10px;
  }
  .event_btn > li {
    width: 100%;
  }
  .event_btn > li a {
    width: 100%;
  }
  .event_btn .next_btn h4 {
    font-size: 16px;
  }
  .event_btn .next_btn p {
    font-size: 16px;
  }
  .event_btn .go_list {
    font-size: 16px;
    padding: 10px 0;
  }
}
.event_counsel {
  margin-top: 80px;
}
.event_counsel > .box {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 25px 45px;
  box-sizing: border-box;
}
.event_counsel .box > .top_box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.event_counsel .box > .top_box .text_box p {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.72px;
}
.event_counsel .box > .bottom {
  margin-top: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #fff;
  flex-direction: row;
  padding: 0;
}
.event_counsel .box > .bottom > .left {
  display: flex;
  align-items: center;
  gap: 40px;
}
.event_counsel .box > .bottom > .left > div {
  display: flex;
  align-items: center;
}
.event_counsel .box > .bottom > .left p {
  margin-right: 40px;
  text-align: center;
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  word-spacing: 25px;
  padding: 12.5px 0;
  box-sizing: border-box;
}
.event_counsel .box > .bottom > .left > div:nth-child(1) input {
  width: 210px;
}
.event_counsel .box > .bottom > .left > div:nth-child(2) input {
  width: 310px;
}
.event_counsel .box > .bottom input[type="text"] {
  color: #262626;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.32px;
  padding: 13px 20px;
  box-sizing: border-box;
  border: solid 2px #d1d5db;
  outline: none;
  border-radius: 12px;
}
.event_counsel .box > .bottom input[type="text"]:focus {
  border: solid 2px #3796ff;
}
.event_counsel .box input[type="checkbox"] {
  appearance: auto;
  margin: 0;
  vertical-align: middle;
}
.event_counsel .box .right {
  display: flex;
  gap: 60px;
  align-items: center;
}
.event_counsel .box .right button {
  background-color: transparent;
  border: 0;
  color: #525252;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.32px;
  margin-top: 5px;
  padding-left: 20px;
}
.event_counsel .box .right input[type="submit"] {
  border-radius: 999px;
  background: #3796ff;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.36px;
  border: 0;
  padding: 13px 0;
  box-sizing: border-box;
  width: 130px;
  text-align: center;
}
.event_counsel .box .right label {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.28px;
}
@media screen and (max-width: 1280px) {
  .event_counsel .box > .bottom {
    flex-direction: column;
  }
  .event_counsel .box .right > div:nth-child(1) {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .event_counsel .box .right > div:nth-child(1) button {
    margin-top: 0;
  }
}
@media screen and (max-width: 1020px) {
  .event_counsel .box > .bottom > .left {
    flex-direction: column;
    gap: 15px;
  }
  .event_counsel .box > .bottom > .left {
    width: 100%;
  }
  .event_counsel .box > .bottom > .left > div {
    width: 100%;
  }
  .event_counsel .box > .bottom > .left > div input[type="text"] {
    width: 100%;
  }
  .event_counsel .box > .bottom > .left > div > div {
    width: 100%;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .event_counsel {
    margin-top: 40px;
  }
  .event_counsel > .box {
    padding: 24px 20px;
  }
  .event_counsel .box > .top_box {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
  .event_counsel .box > .top_box .text_box p {
    font-size: 16px;
  }
  .event_counsel .box > .bottom {
    margin-top: 20px;
  }
  .event_counsel .box > .bottom > .left p {
    font-size: 15px;
    margin-right: 20px;
  }
  .event_counsel .box > .bottom > .left > div input[type="text"] {
    font-size: 15px;
    padding: 13px;
  }
  .event_counsel .box .right {
    flex-direction: column;
    gap: 10px;
  }
  .event_counsel .box .right label {
    font-size: 14px;
  }
  .event_counsel .box .right button {
    font-size: 14px;
    padding-left: 10px;
  }
  .event_counsel .box .right {
    width: 100%;
  }
  .event_counsel .box .right > div {
    width: 100%;
  }
  .event_counsel .box .right > div:nth-child(1) {
    justify-content: center;
  }
  .event_counsel .box .right input[type="submit"] {
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
  }
}
.review_title {
  display: flex;
  align-items: center;
}
.review_title > span {
  color: #3796ff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.04px;
  width: 160px;
}
.review_title > p {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.045px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
}
.flex_reviw_box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.flex_reviw_box > span {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.045px;
}
.flex_reviw_box > p {
  color: #9ca3af;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.045px;
}
@media screen and (max-width: 1020px) {
  .online_1_1 .cont_1 table._2 tbody tr td:nth-child(3) {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .review_title {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .review_title > span {
    width: auto;
    text-align: left;
    font-size: 12px;
  }
  .review_title > p {
    font-size: 14px;
  }
  .flex_reviw_box {
    flex-direction: column;
    gap: 5px;
  }
  .flex_reviw_box > span {
    font-size: 14px;
  }
  .flex_reviw_box > p {
    font-size: 14px;
  }
}

.partner_cont {
  margin-top: 70px;
}
.partner_cont > ul {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.partner_cont > .text_box {
  margin-top: 70px;
}
.partner_cont > .text_box > h4 {
  color: #262626;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.56px;
  padding-bottom: 24px;
  border-bottom: solid 1px #303030;
  box-sizing: border-box;
}
.partner_cont > ul li .img_box .pc {
  display: block;
}
.partner_cont > ul li .img_box .mo {
  display: none;
}
@media screen and (max-width: 960px) {
  .partner_cont > ul {
    flex-direction: column;
    gap: 12px;
  }
  .partner_cont > ul li:nth-child(2n) {
    transform: rotate(90deg);
  }
  .partner_cont > ul li .img_box .pc {
    display: none;
  }
  .partner_cont > ul li .img_box .mo {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .partner_cont {
    margin-top: 35px;
  }
  .partner_cont > .text_box {
    margin-top: 35px;
  }
  .partner_cont > .text_box > h4 {
    font-size: 20px;
  }
}
