@charset "UTF-8";
@media (hover: hover) {
  * {
    font-family: "Noto Sans", Sans-serif;
  }
  .total-container {
    min-width: 1200px;
    margin: 0 auto;
  }
  body {
    font-style: normal;
    font-weight: 400;
    margin: auto;
    position: relative;
  }
  .container {
    width: 900px;
    background-color: white;
    margin: auto;
    height: 700px;
  }
  header {
    height: 70px;
    padding: 0 30px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header img {
    margin: auto 0;
  }
  header nav {
    display: inline-block;
    text-align: right;
  }
  header nav ul li {
    display: inline-block;
    margin-right: 1rem;
    font-weight: 700;
    transition: all 0.3s linear;
  }
  .logo {
    width: 10em;
  }
  .color-red {
    color: red;
  }
  ul li a {
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: #333333;
  }
  ul li:hover a {
    color: white;
    background-color: #009591;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s linear;
  }
  .title-section {
    position: relative;
    min-width: 100%;
    height: 420px;
    background-image: url("../img/tour-section-image.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .title-section .title-box {
    position: absolute;
    top: 100px;
    left: 12%;
  }
  .title-section p {
    font-size: 18px;
  }
  .title_header {
    margin: 0;
    font-size: 48px;
    letter-spacing: 0.2rem;
    color: #009591;
  }
  .title_header_right {
    color: #333;
  }
  .tagline {
    color: #11363e;
    font-weight: 400;
  }
  .join {
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 2%;
  }
  .box1 {
    width: 90%;
    display: flex;
  }
  .box2 {
    width: 40%;
    margin: 2% 5% 2% 5%;
    font-size: 0.75em;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.95);
  }
  .box2 p {
    margin: 5%;
  }
  .box2 h2 {
    margin: 3% 0 10% 5%;
    letter-spacing: 0.1em;
  }
  .cards {
    width: 100%;
    height: auto;
  }
  .down {
    text-align: center;
    background-color: orange;
    border-radius: 0.5em;
    padding: 0.5em;
    font-weight: 700;
  }
  .about {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: white;
    margin-bottom: 2%;
  }
  .about li {
    margin: 0.3em 5% 0.3em 5%;
    font-size: 0.75em;
  }
  .title_text {
    text-align: center;
    letter-spacing: 0.5em;
    font-size: 1.5em;
  }
  .table {
    border-width: 2px 0px 0px 0px;
    border-color: #009591;
    border-style: solid;
    margin-top: 1em;
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 100%;
  }
  .table th {
    background-color: #f9f9fb;
    text-align: center;
    border-width: 1px;
    border-color: Gainsboro;
    border-style: solid;
  }
  .table h5 {
    margin: 0.5rem;
    font-size: 14px;
  }
  .table p {
    margin: 0.25rem;
    font-size: 14px;
  }
  .table td {
    border-width: 1px;
    border-color: Gainsboro;
    border-style: solid;
    padding: 0;
  }
  .margin-none {
    margin: 0;
  }
  .text_center {
    text-align: center;
  }
  .text_right {
    text-align: right;
  }
  .stats {
    margin-bottom: 5px;
  }
  .QNA {
    padding-top: 2em;
    padding-bottom: 2em;
    display: inline-block;
    width: 100%;
    background-color: white;
  }
  .QNA .question h5 {
    margin: 0 0 5% 0;
    color: #00bfbf;
  }
  .QNA .question p {
    margin: 0;
    text-align: left;
    font-size: 0.75em;
  }
  .question {
    width: 25%;
    text-align: center;
    float: left;
    margin-top: 2em;
  }
  summary {
    display: block;
  }
  .answer {
    background-color: #f3f3f3;
    margin: 5%;
    padding: 5%;
    border-radius: 1em;
  }
  .answer p {
    padding: 0.25em;
  }
  /* clearfix */
  .clearfix {
    zoom: 1;
  }
  .clearfix:before, .clearfix:after {
    display: block;
    content: "";
    line-height: 0;
  }
  .clearfix:after {
    clear: both;
  }
  .footer {
    background-color: #f9f9fb;
    padding: 30px;
  }
  .footer .content-box {
    color: #555555;
  }
  .footer .logo-box {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
  }
  .footer .logo-box img {
    width: 150px;
  }
  .footer .information-box {
    display: inline-block;
    max-width: 1200px;
  }
  .footer .information-box ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
  }
  .footer .information-box ul li {
    display: inline-block;
    position: relative;
    margin-right: 22px;
  }
  .footer .information-box ul li:after {
    content: "|";
    position: absolute;
    right: -15px;
  }
  .footer .information-box ul .list-rear:after {
    content: "";
  }
  .e2l {
    letter-spacing: 2px;
    margin-top: 0px;
  }
  .color-main {
    color: #009591;
  }
  .hidden {
    display: none;
  }
  .form {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: white;
    margin-bottom: 2%;
  }
  .text-align-right {
    text-align: right;
  }
}
.form-area {
  max-width: 450px;
  margin: auto;
  padding: 0 20px;
}
.form-area .form-label {
  color: #333;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.form-area .submit-button {
  background: #009591;
  border: 1px solid #009591;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 14px 13px;
  border-radius: 4px;
  cursor: pointer;
}
.form-area input[type=text] {
  border: 1px solid #ddd;
  height: 34px;
  font-size: 14px;
  color: #555;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 5px;
}
.form-area input[type=text]:focus {
  border-radius: 0;
}
.form-area .form-check-inline {
  display: inline-block;
}
.form-area .form-check.form-check-inline {
  vertical-align: center;
}
.form-area .col {
  margin-bottom: 10px;
}
.form-area .button-box {
  margin-top: 30px;
  text-align: center;
}
.form-area .filebox {
  display: flex;
  justify-content: space-between;
}
.form-area .error {
  color: red;
  font-size: 13px;
}
.form-area #cell-box {
  display: flex;
  justify-content: space-between;
}
.form-area #cell1 {
  width: 100px;
}
.form-area #bizNumber1 {
  width: 100px;
}
.form-area #bizNumber2 {
  width: 80px;
}

input#fileInput {
  display: inline-block;
  height: 34px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  max-width: 400px;
  width: calc(100% - 50px);
  color: #999999;
}

.filebox .form-label {
  display: inline-block;
  padding: 0px 4px;
  font-wieght: 400;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  vertical-align: middle;
  background-color: #999999;
  cursor: pointer;
  height: 38px;
  margin-left: 10px;
  margin-bottom: 0;
  text-align: center;
  width: 40px;
}
.filebox input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 0;
}

#bizNumber-box {
  display: flex;
  justify-content: space-between;
}

.dash-box {
  margin: 0 5px;
  line-height: 36px;
}

.form-section {
  padding: 20px;
  display: flex;
  justify-items: center;
}
.form-section input, .form-section select {
  outline: none;
}
.form-section select {
  position: relative;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #27B2A5 50%), linear-gradient(135deg, #27B2A5 50%, transparent 50%), linear-gradient(to right, #ddd, #ddd);
  background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), calc(100% - 2.2em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.form-section select::-ms-expand {
  display: none;
}
.form-section select:after {
  content: "⌄";
  display: block;
  line-height: 23px;
  font-size: 14px;
}
.form-section .section-title {
  font-size: 30px;
  font-weight: 500;
  padding: 20px;
}
.form-section .form-container {
  padding: 10px;
  flex-basis: 50%;
}
.form-section .question-title {
  font-size: 30px;
  font-weight: 500;
  padding: 20px;
}
.form-section .question-box {
  padding: 20px;
  min-height: 350px;
  min-width : 665px;
  
}

.question-title .searchBtn {
    font-weight: 400;
    padding: 2px 10px;
    cursor: pointer;
    border-radius: 5px;
    margin-left : 10px;
    border: 1px solid #009591;
    background-color: #009591;
    border-color: #009591;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-section .question-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  min-width: 600px;
  list-style: none;
}
.question-category li {
  border-right: 1px solid #000; 
  padding: 0px 10px;
}
.question-category li:hover {
  cursor: pointer;
  font-weight: bold;
}

.question-category li:first-child {
  border-left: 1px solid #000; 
}
.question-box .question-content {
  margin-top: 20px;
  padding: 20px;
  overflow-y: auto;
}

.form-section .question-container {
  padding: 10px;
  flex-basis: 50%;
}
.form-section .form-container .form-toolbar {
  padding: 20px;
  border: 2px solid #dbdbdb;
  font-size: 20px;
}
.form-section .form-container .form-toolbar .font-highlight {
  color: #009591;
}
.form-section .form-container .form-toolbar .font-bold {
  font-weight: 600;
}
.form-section .form-container .form-box {
  padding: 20px;
  min-height: 350px;
}
.form-section .form-container .form-box .form-info-guide {
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  margin: 10px 0 20px;
}
.form-section .form-container .form-box .form-info-guide li {
  margin-bottom: 10px;
}
.form-section .form-container .form-box .form-front-guide {
  padding-left: 0;
  list-style: none;
  /* font-size: 14px; */
  margin: 10px 0 20px;
}
.form-section .form-container .form-box .form-front-guide li {
  margin-bottom: 10px;
}
.form-section .form-container .form-box .form-table {
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #009591;
  margin: 0 auto;
  margin-bottom: 20px;
}
.form-section .form-container .form-box .form-table tr {
  height: 70px;
  border-bottom: 1px solid #dbdbdb;
}
.form-section .form-container .form-box .form-table .info-label-box {
  font-weight: 600;
  background-color: #f9f9fb;
  width: 150px;
  font-size: 14px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding-left: 10px;
}
.form-section .form-container .form-box .form-table .info-value-box {
  padding-left: 10px;
  border-right: 1px solid #dbdbdb;
}
.form-section .form-container .form-box .form-table .info-value-box input, .form-section .form-container .form-box .form-table .info-value-box select {
  width: 500px;
  height: 34px;
  border-radius: 0;
  border: 1px solid #ddd;
  padding-left: 10px;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.form-section .form-container .form-box .form-table .info-value-box input:hover {
  border-color: #009591;
}
.form-section .form-container .form-box .form-table .info-value-box input:focus {
  border-color: #009591;
}
.form-section .form-container .form-box .form-table .info-value-box select:hover, .form-section .form-container .form-box .form-table .info-value-box select:focus {
  border-color: #009591;
}
.form-section .form-container .form-box .form-table .info-value-box input::placeholder {
  padding-left: 5px;
  font-size: 13px;
}
.form-section .form-container .form-box .form-table .info-value-box .calender-box {
  display: inline-block;
  border: 1px solid #ddd;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  margin-left: -5px;
  cursor: pointer;
  color: #009591;
}
.form-section .form-container .form-box .form-table .info-value-box .tour-period-time {
  width: 80px;
}
.form-section .form-container .form-box .form-table .info-value-box .email-value-box {
  width: 200px;
}
.form-section .form-container .form-box .form-table #startDay, .form-section .form-container .form-box .form-table #endDay {
  width: 150px;
  border-right: none;
}
.form-section .form-container .form-box .error {
  color: red;
  font-size: 12px;
}
.form-section .form-container .tour-caution-box {
  color: #2F8CC7;
}
.form-section .form-container .tour-caution {
  font-size: 16px;
  padding-left: 10px;
}
.form-section .form-container .form-button-area {
  padding: 20px;
  text-align: center;
  margin-top: 10%;
}
.checkButton {
  font-weight: 600;
  cursor: pointer;
  padding: 5px 7px;
  border-radius: 5px;
  border: 1px solid #009591;
  background-color: #009591;
  border-color: #009591;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 11px;
}
.checkButton:hover{
  color:#212529;
  background-color: #e2e6ea;
  border-color:#dae0e5;
}

.checkButtonInfo{
  color: #676161;
  font-size: 12px;
  padding-left: 18px;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-content {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
  z-index: 1;
  top: 50%;
  left: 100%; /* 수정된 부분 */
  transform: translateX(8px); /* 수정된 부분 */
  white-space: nowrap;
}

.tooltip-container:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.form-section .form-container .form-button-area .form-button {
  font-weight: 600;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #009591;
  background-color: #009591;
  border-color: #009591;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-section .form-container .form-button-area .form-button:hover {
  background: #006664;
}
.form-section .form-container .form-button-area .form-button:active,
.form-section .form-container .form-button-area .form-button:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-section .form-container .form-button-area #form-button-prev {
  color: #009591;
  background: #FFFFFF;
  border: 1px solid #dbdbdb;
}
.form-section .form-container .form-button-area #form-button-prev:hover {
  color: #009591;
  background: #CCCCCC;
  border: 1px solid #dbdbdb;
}
.form-section .form-container .form-tour {
  margin-bottom: 20px;
}
.form-section #form-basic-view #agree-label {
  cursor: pointer;
}
.form-section #form-basic-view .checkbox-box {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  text-align: center;
}
.form-section #form-basic-view .checkbox-label-box {
  display: inline-block;
  vertical-align: top;
}
.form-section #form-basic-view input[name=agree], .form-section #form-basic-view input[name=visit-way] {
  display: none;
}
.form-section #form-basic-view .check-circle {
  width: 15px;
  height: 15px;
  cursor: pointer;
  border: 1px solid #666;
  display: inline-block;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.form-section #form-basic-view #agree:checked + .check-circle {
  background-color: #02B1A5;
  border-color: #02B1A5;
  background-image: url("../img/check_white.png");
}
.form-section #form-basic-view #visit-way-info-value-box .checkbox-unit {
  display: inline-block;
  margin-right: 80px;
}
.form-section #form-basic-view .visit-way-label {
  cursor: pointer;
}
.form-section #form-basic-view input[name=visit-way]:checked + .check-circle {
  background-color: #02B1A5;
  border-color: #02B1A5;
  background-image: url("../img/check_white.png");
}
.form-section #form-tour-view .tour-date-time-box {
  display: inline-block;
}
.form-section #form-tour-view .date-box, .form-section #form-tour-view .time-box {
  display: inline-block;
}
.form-section #form-tour-view .tour-date-time-title {
  margin-top: 3px;
  margin-bottom: 5px;
  color: #666666;
}
.form-section #form-tour-view .tour-limit-box {
  padding: 10px 5px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}
.form-section #form-tour-view .tour-limit-box .label {
  cursor: pointer;
}
.form-section #form-tour-view .tour-limit-box .checkbox-box {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  text-align: center;
}
.form-section #form-tour-view .tour-limit-box .checkbox-box input[name=tour-limit-first],
.form-section #form-tour-view .tour-limit-box .checkbox-box input[name=tour-limit-second],
.form-section #form-tour-view .tour-limit-box .checkbox-box input[name=tour-limit-third] {
  display: none;
}
.form-section #form-tour-view .tour-limit-box .checkbox-box .check-circle {
  width: 15px;
  height: 15px;
  cursor: pointer;
  border: 1px solid #666;
  display: inline-block;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.form-section #form-tour-view .tour-limit-box .checkbox-box #tour-limit-first:checked + .check-circle {
  background-color: #02B1A5;
  border-color: #02B1A5;
  background-image: url("../img/check_white.png");
}
.form-section #form-tour-view .tour-limit-box .checkbox-box #tour-limit-second:checked + .check-circle {
  background-color: #02B1A5;
  border-color: #02B1A5;
  background-image: url("../img/check_white.png");
}
.form-section #form-tour-view .tour-limit-box .checkbox-box #tour-limit-third:checked + .check-circle {
  background-color: #02B1A5;
  border-color: #02B1A5;
  background-image: url("../img/check_white.png");
}
.form-section #form-tour-view .tour-limit-box .checkbox-label-box {
  display: inline-block;
  width: calc(100% - 110px);
  vertical-align: middle;
}
.form-section #form-tour-view .form-table {
  margin-bottom: 30px;
}
.form-section #form-tour-view #destination-under-text {
  display: block;
  margin-top: 5px;
  color: #666666;
  padding-left: 3px;
}
.form-section #form-file-upload-view .file-upload-guide-box {
  margin: 0;
  margin-bottom: 20px;
}
.form-section #form-file-upload-view .file-upload-guide-box .title-box {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
.form-section #form-file-upload-view .file-upload-guide-box .detail-box {
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
}
.form-section #form-file-upload-view .file-upload-guide-box .detail-list {
  padding-left: 0;
}
.form-section #form-file-upload-view .file-upload-guide-box .detail-list li {
  margin-bottom: 10px;
  list-style: none;
}
.form-section #form-file-upload-view .file-upload-box {
  margin: 0 20px;
  margin-bottom: 30px;
  height: 520px;
  position: relative;
}
.form-section #form-file-upload-view .file-upload-box .content-box {
  padding: 4px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.form-section #form-file-upload-view .file-upload-box .file-upload-button {
  color: #FFFFFF;
  background: #009591;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #009591;
  cursor: pointer;
}
.form-section #form-file-upload-view .file-upload-box .area-left {
  display: inline-block;
  position: absolute;
  left: 0;
}
.form-section #form-file-upload-view .file-upload-box .area-left #file-example-box {
  margin-bottom: 30px;
}
#file-numbers-box {
  margin-bottom: 30px;
}
.form-section #form-file-upload-view .file-upload-box .area-left .content-box .content {
  border-radius: 4px;
  padding: 20px 10px;
}
.form-section #form-file-upload-view .file-upload-box .area-left .content-box .content .element {
  display: inline-block;
}
.form-section #form-file-upload-view .file-upload-box .area-left .content-box .content .element-number-box {
  width: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 28px;
  font-weight: 700;
  color: #278CC7;
  margin-right: 5px;
}
.form-section #form-file-upload-view .file-upload-box .area-left .content-box .content .element-text-box {
  vertical-align: middle;
  width: 270px;
  line-height: 22px;
}
.form-section #form-file-upload-view .file-upload-box .area-left .content-box .content .element-button-box {
  text-align: center;
  width: 140px;
}
.form-section #form-file-upload-view .file-upload-box .area-left .content-box .content .file-upload-button {
  margin: 0 auto;
  width: 140px;
  font-weight: 600;
}
.form-section #form-file-upload-view .file-upload-box .area-right {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
}
.form-section #form-file-upload-view .file-upload-box .area-right .content-box {
  max-width: 380px;
}
.form-section #form-file-upload-view .file-upload-box .area-right .content-title {
  color: #FFFFFF;
  background: #02B1A5;
  padding: 10px;
  font-weight: 700;
}
.form-section #form-file-upload-view .file-upload-box .area-right .content-body {
  padding: 20px 10px;
}
.form-section #form-file-upload-view .file-upload-box .area-right .element-number-box {
  font-size: 28px;
  color: #2F8CFF;
  margin-bottom: 10px;
  font-weight: 700;
}
.form-section #form-file-upload-view .file-upload-box .area-right .element-text-box {
  line-height: 22px;
}
.form-section #form-file-upload-view .file-upload-box .area-right #file-upload-button {
  color: #FFFFFF;
  background: #009591;
  padding: 7px;
  border-radius: 5px;
  width: 123px;
  font-weight: 600;
}
.form-section #form-file-upload-view .file-upload-box .area-right #file-name-input-box {
  margin: 10px;
  text-align: center;
}
.form-section #form-file-upload-view .file-upload-box .area-right #file-name-input-box #file-name-input {
  overflow: hidden;
  display: inline-block;
  height: 25px;
  border-radius: 5px;
  background: #FFFFFF;
  line-height: 26px;
  margin: 0 auto;
}
.form-section #form-file-upload-view .file-upload-box #file-name-input {
  border: 1px solid #dbdbdb;
  width: 100%;
  background: #f7f9fa;
  padding: 3px 0;
}
.form-section #form-file-upload-view .file-upload-box .file-box {
  height: 200px;
  border: 1px solid #dbdbdb;
  width: 300px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  padding: 20px;
}
.form-section #form-file-upload-view .file-upload-box .file-box .upload-step {
  color: #009591;
  font-size: 22px;
}
.form-section #form-file-upload-view .file-upload-box .file-box .upload-step-guide {
  font-size: 14px;
}
.form-section #form-file-upload-view .file-upload-box .file-box #file-upload-button {
  cursor: pointer;
  border: 1px solid #dae1e6;
  width: 100%;
  padding: 3px 0;
  margin-bottom: 3px;
}
.form-section #form-file-upload-view .file-upload-box .file-box #file-download-button {
  cursor: pointer;
  background: #6F757B;
  color: #FFFFFF;
  padding: 3px 0;
  border: 1px solid #BBBFC5;
}
.form-section #form-file-upload-view #validate-result-table {
  text-align: center;
  border-collapse: collapse;
  border-top: 1px solid #777777;
}
.form-section #form-file-upload-view #validate-result-table tr {
  border-bottom: 1px solid #dbdbdb;
}
.form-section #form-file-upload-view #invalidList {
  margin: 0 auto;
  width: 640px;
  text-align: center;
}
.form-section #form-insu-view #plan-silver-button {
  display: inline-block;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  font-weight: 600;
  color: #2F8CC7;
  cursor: pointer;
  padding: 7px;
  margin-left: 8px;
}
.form-section #plan-table {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}
.form-section #plan-table .plan-column {
  display: inline-block;
  width: 33%;
  font-size: 16px;
  border-top: 2px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  box-sizing: border-box;
}
.form-section #plan-table .plan-column .table-body.plan-basic,
.form-section #plan-table .plan-column .table-body.plan-premium {
  padding-right: 20px;
}
.form-section #plan-table .plan-column.plan-basic, .form-section #plan-table .plan-column.plan-premium {
  cursor: pointer;
}
.form-section #plan-table .plan-guarantee {
  border-right: 1px solid #dbdbdb;
}
.form-section #plan-table .plan-guarantee .table-body {
  padding-left: 20px;
}
.form-section #plan-table .plan-column.selected-column {
  border: 2px solid #009591;
}
.form-section #plan-table .table-header {
  font-weight: 500;
  height: 44px;
  line-height: 46px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  background: #f9f9fb;
}
.form-section #plan-table .table-body {
  color: #777777;
  height: 40px;
  line-height: 42px;
  border-bottom: 1px solid #dbdbdb;
}
.form-section #plan-table .table-body.row-last {
  border-bottom: none;
}
.form-section #plan-table .text-align-left {
  text-align: left;
}
.form-section #plan-table .text-align-right {
  text-align: right;
}

.conform-container {
  border: 1px solid #dbdbdb;
}

.color-highlight {
  color: #009591;
}

#confirm-title {
  font-size: 18px;
  margin-top: 0;
  padding-left: 20px;
  margin-bottom: 0;
  text-align: center;
}

#confirm-body {
  padding: 20px;
}

#confirm-footer {
  text-align: center;
}
#confirm-footer #submit-button {
  cursor: pointer;
  padding: 5px 13px;
  border-radius: 5px;
  border: 1px solid #009591;
  background-color: #009591;
  border-color: #009591;
  color: #ffffff;
}

#confirm-table {
  border-top: 2px solid #009591;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
#confirm-table tr {
  border-bottom: 1px solid #dbdbdb;
  height: 70px;
}
#confirm-table .info-label-box {
  width: 13%;
  font-weight: 500;
  background: #f9f9fb;
  padding-left: 10px;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  font-size: 14px;
}
#confirm-table .info-value-box {
  border-right: 1px solid #dbdbdb;
  width: 30%;
  padding: 0px 10px;
  font-size: 14px;
}
#confirm-table .text-align-left {
  text-align: left;
}
#confirm-table .text-align-center {
  text-align: center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  background: #fff;
  border-radius: 0;
  max-width: 1200px;
  box-shadow: 0 8px 8px 0 rgba(31, 38, 135, 0.2);
  border-radius: 8px 8px 5px 5px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-header {
  padding: 15px;
  background: #39B2A5;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
}
.modal .modal-header .modal-title {
  float: left;
}
.modal .modal-header .close-modal-button  {
  cursor: pointer;
  float: right;
}
.modal .modal-header .close-open-Using-Guide-modal-button {
  cursor: pointer;
  float: right;
}

.modal .modal-header .close-modal-button2  {
  cursor: pointer;
  float: right;
}

.modal .modal-body {
  padding: 20px;
}
.modal .button-box {
  margin-top: 10px;
  text-align: center;
}
.modal .button-box .check-button{
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  background: #009591;
  border-color: #009591;
  border: 1px solid #009591;
  color: #ffffff;
  width: 70px;
}
.modal .button-box .check-button:hover:not(#agree-no) {
  background: #006664;
}
.modal .button-box .check-button:active,
.modal .button-box .check-button:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal .button-box .noti-check-button{
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  background: #009591;
  border-color: #009591;
  border: 1px solid #009591;
  color: #ffffff;
  width: 70px;
}
.modal .button-box .noti-check-button:hover:not(#agree-no) {
  background: #006664;
}
.modal .button-box .noti-check-button:active,
.modal .button-box .noti-check-button:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal .button-box .check-button2 {
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  background: #009591;
  border-color: #009591;
  border: 1px solid #009591;
  color: #ffffff;
  width: 70px;
}
.modal .button-box .check-button2:hover:not(#agree-no) {
  background: #006664;
}
.modal .button-box .check-button2:active,
.modal .button-box .check-button2:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal .button-box .check-button-Using-guide-modal {
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  background: #009591;
  border-color: #009591;
  border: 1px solid #009591;
  color: #ffffff;
  width: 70px;
}
.modal .button-box .check-button-Using-guide-modal:hover:not(#agree-no) {
  background: #006664;
}
.modal .button-box .check-button-Using-guide-modal:active,
.modal .button-box .check-button-Using-guide-modal:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



.modal.modal-on {
  z-index: 99;
  display: block;
}

#announcement-modal{
  z-index: 100;
}

#validate-result-modal #validate-result-message {
  margin-bottom: 20px;
  text-align: center;
}
#validate-result-modal #validate-result-table {
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 600px;
  text-align: center;
  font-size: 14px;
}
#validate-result-modal #validate-result-table .header {
  font-weight: 700;
}
#validate-result-modal #validate-result-table .header tr {
  height: 34px;
}
#validate-result-modal #validate-result-table .success-header {
  background: #009591;
  color: #ffffff;
}
#validate-result-modal #validate-result-table .fail-header {
  color: #333333;
  background: #FFC102;
}
#validate-result-modal #validate-result-table .fail-body {
  color: #222222;
}
#validate-result-modal #validate-result-table .success-result-cell {
  text-align: center;
  border: 1px solid #dbdbdb;
  width: 50%;
}
#validate-result-modal #validate-result-table .result-body tr {
  height: 34px;
  border-bottom: 1px solid #dbdbdb;
}
#validate-result-modal #pagination-box {
  margin-bottom: 30px;
}
#validate-result-modal .move-pages-button {
  display: inline-block;
}
#validate-result-modal #pagination {
  text-align: center;
  position: relative;
}
#validate-result-modal #pagination .pagenation-box {
  display: inline-block;
  margin-bottom: 30px;
}
#validate-result-modal #pagination .move-pages-button {
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 20px;
  text-align: center;
  vertical-align: middle;
}
#validate-result-modal #pagination .page {
  display: inline-block;
  border-radius: 4px;
  margin: 0 2px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  vertical-align: middle;
  line-height: 22px;
}
#validate-result-modal #pagination .page:hover {
  background: #dbdbdb;
}
#validate-result-modal #pagination .pageDisplay {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#validate-result-error-modal .modal-body {
  padding: 40px;
}
#validate-result-error-modal .fail-icon-box {
  color: red;
  font-size: 40px;
  height: 50px;
  text-align: center;
  margin-bottom: 10px;
}
#validate-result-error-modal .fail-message {
  text-align: center;
  font-size: 20px;
}

#sub-menu-container.stuck {
  right: 0px;
}

#sub-menu-container {
  position: fixed;
  top: 30%;
  right: 20px;
  z-index: 90;
  font-size: 0;
}

#sub-menu-content {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #81d0c0;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 8px 8px 0 rgba(31, 38, 135, 0.2);
}
#sub-menu-content a {
  color: #000000;
}
#sub-menu-content a:hover {
  color: #81d0c0;
}
#sub-menu-content .menu-box {
  cursor: pointer;
}
#sub-menu-content .font-icon-box {
  font-size: 26px;
  color: #27B2A5;
}
#sub-menu-content .menu-title {
  font-size: 12px;
  font-weight: 500;
}
#sub-menu-content ul {
  padding-left: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}
#sub-menu-content ul li {
  list-style: none;
  text-align: center;
  padding: 10px 0;
}

#sub-menu-tab {
  width: 20px;
  vertical-align: middle;
  height: 114px;
  line-height: 122px;
  border: 1px solid #909EB1;
  background: #909EB1;
  border-radius: 5px 0 0 5px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
}
#sub-menu-tab .angle-right {
  font-size: 16px;
}
#sub-menu-tab .angle-left {
  font-size: 16px;
}

#sub-menu-tab.no-sub-content {
  position: relative;
  top: 50px;
}

#plan-silver-modal .table p {
  margin: 0.75rem;
}
#plan-silver-modal .silver-content-container {
  width: 400px;
  margin: 0 auto;
}
#plan-silver-modal .info-guide {
  margin-top: 0;
  padding-left: 0;
  font-size: 14px;
  margin-left: 20px;
}
#plan-silver-modal .info-guide li {
  margin-bottom: 10px;
}
#plan-silver-modal #plan-silver-table {
  width: 100%;
  border-collapse: collapse;
}
#plan-silver-modal #plan-silver-table thead {
  border-top: 2px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
#plan-silver-modal #plan-silver-table tr {
  height: 34px;
}
#plan-silver-modal #plan-silver-table td {
  border-bottom: 1px solid #dbdbdb;
}

#file-video-modal .modal-dialog {
  max-width: 1920px;
}
#file-video-modal #guide-video {
  border: 5px solid #dbdbdb;
  border-radius: 5px;
}

#finish-modal {
  min-width: 400px;
}
#finish-modal #finish-box {
  height: 300px;
  width: 550px;
  display: table-cell;
  vertical-align: middle;
}
#finish-modal #finish-header {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
}
#finish-modal #finish-body {
  text-align: center;
}
#finish-modal #finish-body .finish-message {
  text-align: left;
  margin: 0 15px;
  margin-bottom: 20px;
}
#finish-modal #finish-body .finish-message.finish-fail {
  text-align: center;
}
#finish-modal .fail-icon-box {
  color: red;
  font-size: 40px;
  height: 50px;
}

#form-invalid-modal .fail-icon-box {
  color: red;
  font-size: 40px;
  height: 50px;
  text-align: center;
  margin: 10px;
}
#form-invalid-modal #invalid-message-box {
  font-size: 18px;
  margin: 0 20px 20px 20px;
}

#form-front-modal .fail-icon-box {
  color: red;
  font-size: 40px;
  height: 50px;
  text-align: center;
  margin: 10px;
}
#form-front-modal #invalid-message-box {
  font-size: 18px;
  margin: 0 20px 20px 20px;
}

.non-bojang-info{
  padding-top:10px;
}

#agree-modal .content-box {
  width: 450px;
}
#agree-modal .content-title {
  margin: 0;
  background: #27B2A5;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
}
#agree-modal button {
  font-weight: 600;
  cursor: pointer;
  padding: 10px 0;
  border-radius: 5px;
  border: 1px solid #009591;
  width: 80px;
  background-color: #009591;
  border-color: #009591;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#agree-modal #agree-no {
  background: #FFFFFF;
  color: #009591;
  border: 1px solid #dbdbdb;
}
#agree-modal #agree-no:hover {
  background: #cccccc;
}

#guarantee-modal {
  z-index: 200;
}
#guarantee-modal .modal-dialog {
  width: 1200px;
}
#guarantee-modal .modal-body {
  height: 700px;
  overflow: auto;
}
#guarantee-modal li {
  font-size: 0.75em;
}

#using-guide-modal .guide-image-box {
  width: 1000px;
}
#using-guide-modal .guide-image-box img {
  max-width: 100%;
}

#notice-modal,
#notice-modal-2 {
  z-index: 200;
}
#notice-modal .modal-dialog,
#notice-modal-2 .modal-dialog {
  width: min(960px, calc(100vw - 40px));
}
#notice-modal .modal-body,
#notice-modal-2 .modal-body {
  max-height: calc(100vh - 120px);
  overflow: auto;
}
#notice-modal .guide-image-box,
#notice-modal-2 .guide-image-box {
  width: 100%;
}
#notice-modal .guide-image-box img,
#notice-modal-2 .guide-image-box img {
  width: 100%;
  height: auto;
  display: block;
}

.display-off {
  display: none;
}

.ids-container {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}
.ids-container #loading-text {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.ids-container .lds-default {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.ids-container .lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.ids-container .lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.ids-container .lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.ids-container .lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.ids-container .lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.ids-container .lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.ids-container .lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.ids-container .lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.ids-container .lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.ids-container .lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.ids-container .lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.ids-container .lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.ids-container .lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.ids-container #loadingSpinner {
  background: url("../../../../assets/image/fullview-loading.png") repeat 0 0;
  background-image: url("../../../../assets/image/fullview-loading.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 10;
}

#step-guide {
  float: right;
}

.step-number {
  display: inline-block;
}

.progress-area {
  display: flex;
  justify-content: center;
  float: right;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 85%;
  width: 170px;
  font-size: 15px;
  z-index: 1;
}

.progress-container::before {
  content: "";
  background-color: #eee;
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: -1;
  transition: 0.4s ease;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.progress {
  position: absolute;
  height: 2px;
  /* background-color: #F97A05; */
  width: 50%;
  z-index: -1;
  transition: 0.4s ease;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.current-progress {
  width: 87px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #32A086;
  border-radius: 24px;
  font-size: 12px;
  color: #fff;
}

.current-progress {
  position: absolute;
  right: 0;
  transform: translateX(35%);
  width: 97px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #32A086;
  border-radius: 24px;
  font-size: 12px;
  color: #fff;
}

.progress {
  width: 100%;
}

.circle {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 17px;
  background-color: #EEE;
  border: 2px solid #C4C4C4;
  text-align: center;
  background: #636363;
  color: #FFFFFF;
}

.active {
  border: 2px solid #32A086;
}

.active.success {
  background: #009591;
  border: 2px solid #27B2A5;
}

.step-check-icon {
  color: #FFFFFF;
  font-size: 13px;
}

/*# sourceMappingURL=travel.css.map */
