body {
  font-family: 'Noto Sans KR';
}

.travel_section_1 {
    padding-bottom: 120px;
  }
  
  .travel_section_1 .ttl_img{
    background-color: #e0ecf7;
    border-radius: 20px;
    min-height: 260px;
    margin-top: 40px;
  }
  
  .travel_section_1 .ttl_box h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid;
  }
  
  .travel_section_1 .status_table {
    width: 100%;
  }
  
  .travel_section_1 .status_table thead tr {
    height: 65px;
    border-bottom: 1px solid #aaaaaa;
  }
  
  
  .travel_section_1 tbody tr {
    height: 65px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .travel_section_1 tbody tr .id_1 {
    text-align: center;
    font-size: 16px;
    color: #2e3e92;
    font-weight: 500;
  }
  
  .travel_section_1 tbody tr .id_2 {
    text-align: center;
    font-size: 16px;
    color: #454545;
  }
  
  .travel_section_1 tbody tr .des {
    font-size: 16px;
    color: #454545;
  }

  .travel_des a, .travel_des button {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 700px;
    display: inline-block;
  }

  .travel_section_1 tbody tr .des .red {
    font-size: 13px;
    color: #e9281d;
    margin-left: 8px;
  }
  .travel_section_1 tbody tr .des i {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: no-repeat center;
    background-image: url(/images/ico/status_table_lock_ico.png);
    margin-left: 8px;
  }

  .travel_section_1 tbody tr .writer {
    text-align: center;
    font-size: 16px;
  }

  .travel_section_1 tbody tr .date {
    text-align: center;
    font-size: 16px;
    color: #757575;
  }
  
  .travel_section_1 .contact_btn {
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    width: 127px;
    height: 56px;
    background: #2e3e92;
    border-radius: 4px;
    text-align: center;
    line-height: 56px;
  }
  
  /* travel_view start */

.travel_view_section {
  margin: 100px 0 120px;
}

.travel_view_section .title h1 {
  font-family: "Noto Sans KR";
  font-size: 30px;
  line-height: 42px;
  color: #252525;
  font-weight: bold;
  margin-bottom: 30px;
  word-wrap: break-word;
}

.travel_view_section .title p {
  font-family: "Noto Sans KR";
  font-size: 16px;
  color: #757575;
  margin-bottom: 40px;
}

.travel_view_section .travel_table {
  width: 100%;
  border-top: 1px solid #252525;
}


.travel_view_section .travel_table tr {
  border-bottom: 1px solid #dbdbdb;
}

.travel_view_section .travel_table td {
  font-size: 16px;
  padding: 20px 0;
}

.travel_view_section tbody tr .content i {
  display: inline-block;
  width: 17px;
  height: 16px;
  background: no-repeat center;
  background-image: url(../assets/img/ico/inquiry_file.png);
  margin-left: 8px;
}

.travel_view_section .travel_table .subject {
  font-size: 16px;
  color: #252525;
  font-family: "Noto Sans KR";
  font-weight: 500;
}


.travel_view_section .travel_table .subject {
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}


.travel_view_section .travel_table .content {
  font-family: "Noto Sans KR";
  color: #454545;
  padding-left: 85px;
  line-height: 28px;
  word-wrap: break-word;
  word-break: break-all;
}

.travel_view_section .travel_table .content span + span {
  margin-left: 5px;
}

.travel_view_section .travel_table .content.icon{
  display: flex;
  align-items: center;
}

.travel_view_section .travel_table td {
  text-align: left;
  /* vertical-align: middle; */
}


.travel_view_section .travel_edit {
  margin-top: 30px;
  width: 100%;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.travel_view_section .travel_edit button {
  /* width: 100%; */
  width: 140px;
  font-size: 18px;
  height: 54px;
  padding: 0 20px;
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #dbdbdb;
  text-align: center;
  border-radius: var(--bs-input-rounded);
}

.travel_view_section .travel_comment {
  padding: 80px 0 60px;
}

.travel_comment .travel_comment-top .travel_comment-count {
  margin-bottom: 15px;
}

.travel_comment .travel_comment-top .travel_comment-count span{
  font-family: "Noto Sans KR";
  font-size: 18px;
  line-height: 28px;
  color: #252525;
  font-weight: 500;
}

.travel_comment .travel_comment-top .travel_comment-input {
  display: flex;
  gap: 0 10px;
  margin-bottom: 0.3846rem;
}

.travel_comment .travel_comment-top .travel_comment-input textarea{
  height: 100px;
  width: calc(100% - 100px - 10px);
  padding: 20px 20px;
  font-size: 16px;
  font-family: "Noto Sans KR";
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  
}

.travel_comment .travel_comment-top .travel_comment-input textarea::placeholder {
  color: #999999;
  
}

.travel_comment .travel_comment-top .travel_comment-input button {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  background-color: #2e3e92;
  font-size: 18px;
  line-height: 28px;
  font-family: "Noto Sans KR";
  font-weight: 500;
  color: #ffffff;
}

.travel_comment .travel_comment-top .bs-input-check label {
  font-family: "Noto Sans KR";
  font-size: 16px;
}

.travel_comment .travel_comment-details {
  margin-top: 30px;
}

.travel_user .travel_user-avatar img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}

.travel_comment .travel_comment-details .travel_user{
  display: flex;
  column-gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
}

.travel_comment .travel_comment-details .travel_user-detail {
  max-width: calc(100% - 52px - 20px);
  flex: 1;
}

.travel_comment .travel_comment-details .travel_user-detail .travel_user-comment {
  word-wrap: break-word;
}

.travel_comment-details .travel_user-comment p {
  font-size: 16px;
  font-family: "Noto Sans KR";
  line-height: 28px;
  color: #454545;
}

.travel_comment-details .travel_user-content {
  margin-top: 25px;
}

.travel_comment-details .travel_user-content .travel_user-type {
  cursor: pointer;
}

.travel_comment-details .travel_user-content span {
  font-family: "Noto Sans KR";
  font-size: 16px;
  line-height: 28px;
  color: #6c7580;
  position: relative;
  margin-right: 20px;
}

.travel_comment-details .travel_user-content .travel_user-title::after,
.travel_comment-details .travel_user-content .travel_user-date::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #d8d8d8;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
}

.travel_comment-details .travel_user-detail .travel_user-operation {
  margin-top: 20px;
}

.travel_comment-details .travel_user-detail .travel_user-operation button{
  font-family: "Noto Sans KR";
  font-size: 16px;
  line-height: 28px;
  color: #454545;
  border: 1px solid #dbdbdb;
  padding: 0 10px;
  border-radius: 3px;
}

.comment .travel_comment-input {
  display: flex;
  gap: 0 10px;
  margin-bottom: 0.3846rem;
  width: 100%;
}
.comment .travel_comment-input textarea {
  height: 70px;
  width: calc(100% - 100px - 10px);
  padding: 10px 10px;
  font-size: 16px;
  font-family: "Noto Sans KR";
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  }
.comment .travel_comment-input button {
  width: 100px;
  height: 70px;
  border-radius: 4px;
  background-color: #2e3e92;
  font-size: 18px;
  line-height: 28px;
  font-family: "Noto Sans KR";
  font-weight: 500;
  color: #ffffff;
}
.travel_view_section .travel_button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.travel_view_section .travel_button button, .travel_view_section .travel_button a {
  padding: 20px 100px;
  color: #252525;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  margin: 0 auto;
  font-weight: bold;
}

  /* travel_view end */

   /* travel_write start */

.travel_write_section {
  margin: 100px 0 120px;
}

.travel_write_section .title {
  display: flex;
  justify-content: center;
  margin: 55px;
}

.travel_write_section .title h1 {
  font-family: "Noto Sans KR";
  font-size: 30px;
  font-weight: bold;
  color: #252525;

}

.travel_write_section .travel_table {
  width: 100%;
  border-top: 1px solid #252525;
}


.travel_write_section .travel_table tr {
  border-bottom: 1px solid #dbdbdb;
}

.travel_write_section .travel_table td {
  font-size: 16px;
  padding: 15px 0;
}

.travel_write_section .travel_table .subject {
  font-size: 16px;
  color: #252525;
  font-family: "Noto Sans KR";
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}

/* .travel_write_section .travel_table .content input[type="text"] {
  height: 50px;
} */

.travel_write_section .travel_table .input_box {
  padding-left: 30px;
}

.travel_write_section .travel_table .input_box .name {
  width: 210px;
}

.travel_write_section .travel_table .input_box .phone {
  width: 410px;
}

.travel_write_section .travel_table .mail_box {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.travel_write_section .travel_table .input_box .mail,
.travel_write_section .travel_table .datepick input,
.travel_write_section .travel_table .travel_box select,
.travel_write_section .travel_table .input_box .time {
  width: 185px;
}

.travel_write_section .travel_table .mail_box select {
  width: 140px;
}

.travel_write_section .travel_table .mail_box span {
  font-size: 16px;
  font-family: "Noto Sans KR";
  font-weight: 500;
  color: #252525;
}

.travel_write_section .travel_table .date_box {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.travel_write_section .travel_table .date_box span {
  font-size: 16px;
  font-family: "Noto Sans KR";
  font-weight: 500;
  color: #252525;
}

.travel_write_section .travel_table .datepick {
  position: relative;
}

.travel_write_section .travel_table .datepick img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  display: block;
  right: 10px;
  cursor: pointer;
}

.travel_write_section .travel_table .input_box .product_name {
  width: 720px;
}

.travel_write_section .travel_table .input_box .ttl,
.travel_write_section .travel_table .input_box .contents{
  width: 970px;
}

.travel_write_section .travel_table .input_box .contents {
  height: 150px;
  padding: 20px;
}

.travel_write_section .travel_table .file_box {
  width: 510px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.travel_write_section .travel_table .file_box .file_select {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.travel_write_section .travel_table .file_box .file_select input[type="file"] {
  display: none;
}

.travel_write_section .travel_table .file_box .file_select label {
  font-size: 16px;
  font-family: "Noto Sans KR";
  font-weight: 500;
  color: #252525;
  padding: 15px 20px;
  border: 1px solid #252525;
  border-radius: 3px;
  cursor: pointer;
}

.travel_write_section .travel_table .file_box .file_name {
  position: relative;
}

.travel_write_section .travel_table .file_box .file_name input{
  background-color: rgb(243, 243, 243);
  font-size: 15px;
  font-family: "Noto Sans KR";
  color: #454545;
}

.travel_write_section .travel_table .file_box .file_name i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../assets/img/ico/ico_delete.png');
}

.travel_write_section .travel_table .file_box span {
  font-family: "Noto Sans KR";
  font-size: 15px;
  color: #999999;
  font-style: italic;
}

.travel_write_section .travel_table .wrap_check textarea{
  height: 110px;
  width: 600px;
  overflow-y: scroll;
}

.travel_write_section .travel_table .wrap_check .privacy {
  height: 110px;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid var(--bs-border-color);
  padding: var(--bs-input-padding);
  border-radius: var(--bs-input-rounded);
}

.travel_write_section .travel_table .wrap_check .check_box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

/* .travel_write_section .travel_table .wrap_check .radio_box input[type="radio"] {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
} */

.travel_write_section .travel_table .wrap_check .check_box input[type="checkbox"]:checked,
.travel_write_section .travel_table .wrap_check .check_box input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.travel_write_section .travel_table .wrap_check .check_box input[type="checkbox"]:checked + label,
.travel_write_section .travel_table .wrap_check .check_box input[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.travel_write_section .travel_table .wrap_check .check_box input[type="checkbox"]:checked + label:before,
.travel_write_section .travel_table .wrap_check .check_box input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.travel_write_section .travel_table .wrap_check .check_box input[type="checkbox"]:checked + label:after,
.travel_write_section .travel_table .wrap_check .check_box input[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2e3e92;
    position: absolute;
    top: 5px;
    left: 5px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.travel_write_section .travel_table .wrap_check .check_box input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.travel_write_section .travel_table .wrap_check .check_box input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.travel_write_section .travel_table .wrap_check .check_box label {
  font-size: 16px;
  font-family: "Noto Sans KR";
  color: #252525;
  margin-left: 3px;
}

.travel_write_section .btn_travel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-top: 60px;
}

.travel_write_section .btn_travel .btn_cancel,
.travel_write_section .btn_travel .btn_submit {
  padding: 20px 100px;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 4px;
}

.travel_write_section .btn_travel .btn_cancel {
  color: #252525;
  border: 1px solid rgb(219, 219, 219);
}

.travel_write_section .btn_travel .btn_submit {
  color: #ffffff;
  background-color: #2e3e92;
  box-shadow: 0px 16px 15.04px 0.96px rgba(46, 62, 146, 0.28);
}
  /* travel_write end */
