* {
    box-sizing: border-box;
    margin: 0; 
    padding: 0; 
}
html {
    width: 100%;
    height: 100%;
    background-color: #e9e9e9; 
}
body {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
  min-width: 320px;
}
body.main-back {background-color: #F1F4FB;}

.f-color-b {color: #1950BE !important;}
.f-color-n {color: #0d3177 !important;}
.f-color-r {color: #C92638 !important;}
.f-color-bg {color: #800816 !important;}



/* 라디오버튼 */
  [type="radio"] {
    vertical-align: middle;
  }
  [type="radio"] {
    appearance: none;
    border: max(2px, 0.1em) solid gray;
    border-radius: 50%;
    width: 1.15em;
    height: 1.15em;
    transition: border 0.1s ease-in-out;
  }
  [type="radio"]:checked {
    border: 0.35em solid #1950BE;
  }
  [type="radio"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted #1950BE;
  }
  [type="radio"]:hover {
    box-shadow: 0 0 0 max(1px, 0.2em) lightgray;
    cursor: pointer;
  }
  [type="radio"]:hover + span {
    cursor: pointer;
  }
  [type="radio"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
  }
  [type="radio"]:disabled + span {
    opacity: 0.7;
    cursor: not-allowed;
  }



/*header*/
#header {width: 100%; background-color:transparent;padding: 0 16px;}
.header-box { display: flex;align-items: baseline;justify-content: space-between;padding-top: 20px;}
.header-box .logo img { width:125%;}
.header-box .help-btn {text-decoration:underline; text-underline-offset : 3px; color: #7350E6;font-size: 1.063rem;font-weight: 600;}
.header-box .help-btn:hover {color: #5332c0;}
.header-box .help-btn::after {content: '';background-image: url(../img/top_help.png); background-repeat: no-repeat;background-position: center;display: inline-block;width:20px;height: 20px; background-size: contain;vertical-align: sub;padding-left: 10px;}



/* modal */
.modal {display: none;position: fixed; top: 0; right: 0; bottom: 0; left: 0;z-index: -1; visibility: hidden; overflow-x: hidden; overflow-y: auto;width: 100%;height: 100%;opacity: 0;font-style: normal;font-weight: 400;line-height: 1.5;background-color: rgba(0, 0, 0, 0.5);transition: visibility 0.15s 0.3s, z-index 0s 0.3s, opacity 0.2s;}
.modal.in {z-index: 1010;transition-delay: 0s; opacity: 1;visibility: visible;}
.modal.shown {display: block;}
.modal .modal-dialog {display: flex;align-items: center;justify-content: flex-start;flex-direction: row; position: relative;z-index: 1020;width:fit-content;height: fit-content;min-height: calc(100% - (32%)); margin: auto;min-width: 320px;max-width: 490px;margin-top: 50px;}
.modal .modal-dialog .modal-header {width: 100%;padding: 18px 18px 10px 18px;background-color: inherit;border-top-left-radius: inherit;border-top-right-radius: inherit;}
.modal .modal-dialog .modal-content { display: flex;align-items: center; justify-content: flex-start;flex-direction: column;position: relative;overflow: hidden;width: 100%;max-height: 100%;background-color: #fff; border-radius: 12px;outline-color: transparent;transition: outline-color 0.1s;}
.modal .modal-dialog .modal-header .modal-title { display: -webkit-box;overflow: hidden; text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 1; font-size: 1.4rem; font-weight: 700; text-align: center; }
.modal .modal-dialog .modal-conts {max-height: 600px;overflow-y: auto; display: flex;align-items: flex-start; justify-content: flex-start;flex-direction: column;position: relative;overflow-y: auto; width: 100%;padding:10px 18px;color: #000;}
.modal .modal-dialog .modal-conts .conts-area {display: flex;align-items: flex-start;justify-content: flex-start; flex-direction: column;width: 100%;}
.modal .modal-dialog .modal-btn {display: flex;align-items: center; justify-content: flex-end;flex-direction: row;gap: 0.8rem; width: 100%;padding: 10px 18px 18px 18px}
.modal .modal-dialog .modal-btn .btn {width: 100%;}
.btn.primary { background-color: #1950BE; color: #fff;font-size: 1.25rem;font-weight: 600;}
.btn.primary:hover {background-color:#09348b;}
.btn.md {padding:13px;border-radius:8px;}
.modal .modal-dialog .btn-close { position: absolute;top: 22px;right: 20px;z-index: 901;width: 1.1rem; height: 1.1rem;background: url(../img/x_icon.png) no-repeat center;background-size: contain;}

/* 경고팝업 */
.modal-header-icon { background: url(../img/warning-pop-up.png) center;background-size: contain;width: 100%;height: 40px;background-repeat: no-repeat;margin-top: 10px;}
.w-img-box {text-align: center;font-size: 1.2rem;}
.w-img-box img {margin-bottom: 10px;padding: 0px 0px 5px;margin-top: -15px;width: 85%;}
.w-img-box div {position: relative;}
.modal-content .w-img-box h4 {font-size: 1.3rem;color: #1950BE;margin-bottom: 8px;}
.modal-content .w-img-box h4::before {content: '';background-image: url(../img/warning-pop-up.png);background-size: contain;width: 25px;height: 25px;vertical-align: sub; display: inline-block;padding-right: 7px;background-repeat: no-repeat;}
.modal-content .w-img-box .p-main-text {width: 100%;margin: 0 auto;word-break: keep-all;line-height: 1.5rem;font-size: 1.1rem;}
.modal-content .w-img-box .p-notice-box {background-color: #E7EAF3;border-radius: 8px; padding: 14px 10px;margin-top: 20px;text-align: left;font-size: 0.93rem;line-height: 1.3rem;}
.p-notice-box .p-notice::before {content: '';background: url(../img/icon-popup-n.png) center;background-size: contain;width: 15px;height: 15px;margin-right: 5px;vertical-align: middle; display: inline-block;background-repeat: no-repeat;}
.p-notice-box .p-notice {padding-bottom: 3px;font-weight: 600;color: #191919;}
.p-notice-box .p-phone::before {content: '';background: url(../img/icon-popup-p.png) center;background-size: contain;width: 15px;height: 15px;margin-right: 5px;vertical-align: middle; display: inline-block;background-repeat: no-repeat;}
.p-notice-box .p-phone {padding-bottom: 12px;font-weight: 600;color: #191919;}
.modal-content .w-img-box p .p-text-bold {font-weight: 800;color: #083086;}
.modal-content .w-img-box p .p-red-text::before {content: '';background: url(../img/emergency_phone.png) center;background-size: contain;width: 15px;height: 15px;margin-right: 5px;vertical-align: middle; display: inline-block;background-repeat: no-repeat;}
.modal-content .w-img-box p .p-red-text {color:#C92638;font-weight: 800;text-decoration: underline;text-underline-offset: 5px;}


/* 사진가이드 */
.modal-conts .modal-con-wh .modal-middle-title-02.photo_o{margin-bottom: 5px;font-size: 1.2rem;}
.photo_o::before {content: '';background: url(../img/photo_o.png)no-repeat center;background-size: contain;width: 25px;height: 25px;display: inline-block;vertical-align: bottom;padding-right: 10px;}
.photo_x::before {content: '';background: url(../img/photo_x.png)no-repeat center;background-size: contain;width: 25px;height: 25px;display: inline-block;vertical-align: bottom;padding-right: 10px;}
.modal_photo_span {font-size: 1rem;margin-bottom: 15px; font-weight: 500;display: inline-block;}
/* .ox_photo_box {display: flex;flex-wrap: wrap;}*/
.ox_photo_box img {width: 100%;height: 100%;border-radius: 12px;} 
.ox_photo_box {margin-bottom: 20px; display: grid; grid-template-columns: repeat(2,1fr);gap: 10px;grid-auto-rows: minmax(100px, auto);}
.ox_photo_box img.col_img {grid-column: 1;  grid-row: 1 / 3;}
.ox_photo_box img.row_img {grid-column: 1 / 3;  grid-row: 1;}
.info-text-box > li {margin-bottom: 15px;line-height: 1.5rem}
.info-text-box > li:last-child {margin-bottom: 0;}
.info-text-box > li > span {margin-bottom: 5px;display: inline-block;}
.info-text-box.bg_box_color {    background-color: #fae7e7;}


/* 도움말 */
.modal .modal-dialog.top-info-modal {margin-top: 0px; background-color: transparent;max-width: 600px;width: 100%;display: block;}
.top-info-modal-con {width:100%; color: #fff;position: absolute;top: 0px;left: 0px;font-size: 1.25rem;font-weight: 600;text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);}
.modal .modal-dialog .btn-close.top-info-close-modal { position: absolute;top: 0px;right: 20px;z-index: 901;width: 40px; height: 40px;background: url(../img/info_close.png) no-repeat center;background-size: contain;margin-top: 20px;}
.info-top {position: absolute;width: 100%;top:0px;}
.info-top img {width: 102%;}
.info-img-over {overflow: initial !important;}



/* content */

.content .top-area {padding: 30px 16px 0 16px;}
.fade-in-box { position: relative;display: none;}
.content .top-area h2 {font-size: 1.75rem;font-weight: 700;color: #191919;}
.content .top-area .sub-title-back {margin-top: 20px; width: 100%; display: flex;flex-direction: row; padding: 20px 20px; border-radius: 12px; background-image: linear-gradient(132deg, #1077de 58%, #6259e6 98%);justify-content: space-between;}
.content .top-area .sub-title-back p {display: inline-flex;align-items: center; color: #fff;line-height: 1.75rem;font-size: 1.125rem;}
.content .top-area .sub-title-back img {width: 95px;}

.content .middle-area {box-shadow: 0 -4px 6px 0 rgba(88, 100, 113, 0.18); margin-top: 25px; background-color: #fff;padding: 30px 16px;border-radius: 20px 20px 0 0;}
.request-step {margin-bottom: 15px;}
.request-step .sub-title {font-size: 1.375rem;color: #191919;font-weight: 600; float: left;padding-right: 8px;margin-bottom: 0;}
.request-step:first-child h3::before {content: ''; background-image: url(../img/t-icon-01.png);background-repeat: no-repeat;background-size: contain;width: 24px;height: 24px;display: inline-block;vertical-align: middle;padding-right: 5px;}
.request-step:last-child h3::before {content: ''; background-image: url(../img/t-icon-02.png);background-repeat: no-repeat;background-size: contain;width: 24px;height: 24px;display: inline-block;vertical-align: middle;padding-right: 5px;}
.request-step .side-small-text {vertical-align: sub;font-size: 0.938rem;}

.request-step .form-box {margin-top: 35px;position: relative; display: inline-block;width: 100%;}
.request-step h4 {font-size: 1.125rem;font-weight: 700;color: #212121;margin-bottom: 10px;}
.middle-title-space {margin-top: 35px;}
.request-step .form-box input {min-height: 55px; width: 100%; border-radius: 8px;border:1px solid #dfe0e8;padding:16px 12px;font-size: 1.125rem;color: #333333;margin-bottom: 35px;}
.request-step .form-box input::placeholder {color: #727272;}
.request-step h4 span {vertical-align: text-top;padding-left: 3px;}
.request-step .form-box input.f-date { position: relative; background: url(../img/date-icon.png) no-repeat right 16px center / 21px auto; background-color: #F5F6F9; text-align: left; padding: 16px 12px; cursor: pointer;}

/* select-box */
.custom-select {position: relative;}
.select-display {padding: 16px 12px; border: 1px solid #dfe0e8; border-radius: 8px; background-color: #fff; cursor: pointer; position: relative; width: calc(33.33% - 4px); min-height: 55px; float: left;margin-right: 8px;}
.select-display .arrow {display: inline-block; width: 12px; height: 12px;transition: transform 0.3s ease; position: absolute; right: 12px; top:50%; transform: translateY(-50%); background: url(../img/select-icon.png) no-repeat center/ 12px auto;}
.request-step .select-display .select-choice {font-weight: 500; font-size: 1.125rem;color: #727272; font-family: "Pretendard", sans-serif;    overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 80%; display: inline-block;}
.options {display: none; position: absolute; top: 55px; left: 0; width: calc(33.33% - 4px); border: 1px solid #dfe0e8; border-radius:8px; background-color: #fff; z-index: 1; box-shadow: 0 1px 6px rgba(30, 30, 31, 0.2); font-size: 1.125rem; color: #333;}
.option {padding: 15px 10px;cursor: pointer;transition: background-color 0.2s ease; }
.option:hover { background-color: #E7EAF3;}
  

.request-step .form-box input.middle-box {width:calc(66.33% - 4px);}
.request-step .form-box input.small-box {width:calc(33% - 4px);float: left;margin-right: 7px;margin-bottom: 10px;}
.request-step .form-box input.small-box.last-box {margin-right: 0px;}
.request-step .form-box input.half-box {width:calc(50% - 4px);float: left;margin-right: 7px;}
.last-box {margin-right: 0px !important;}
.unit-box-input {position: relative;width: calc(50% - 4px); height: 55px;float: left;margin-right: 7px;margin-bottom: 10px;}
.unit-middle-box-input {position: relative;width: calc(66.3% - 4px); height: 55px;margin-bottom: 35px;float: left;}
.unit-box-input .unit-box {width: 100%;padding: 16px 30px 16px 12px !important;}
.unit-text {position: absolute;top:50%;transform: translateY(-50%); right: 10px;vertical-align: sub;font-size: 0.938rem;}
.options.option-height-p {top:120px;}
.full-box {width: 100% !important;}

/* datepicker */
.datepickers-container .datepicker.-bottom-left-.-from-bottom-.active {left: 14px !important;}
.datepicker {border: 1px solid #dfe0e8 !important;border-radius: 8px !important; width: 360px !important;font-size: 1.188rem !important;font-family: "Pretendard", sans-serif !important;}
.datepicker--content {padding: 15px 4px !important;font-weight: 600;}
.datepicker--nav {padding: 12px 4px 10px !important;}
.datepicker--nav-title {font-size: 1.375rem !important;font-weight: 700;}
.datepicker--day-name {color: #31406D !important;}
.datepicker--cell.-current- {color: #3782FF !important;}
.datepicker--cell {height: 45px !important;}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {color: #1950BE !important; background-color: #eff6ff !important;}


.request-step .picture-guide-head {display: inline-flex;align-items: flex-end; justify-content: space-between;width: 100%;margin-bottom: 10px;}
.request-step .picture-guide {background-color: #F1EFEF;color: #212121;padding: 4px 10px 4px 5px;border-radius: 20px;font-size: 0.875rem;font-weight: 500; margin-bottom: 5px;}
.request-step .picture-guide:hover {background-color:#D5D5D5;}
.request-step .picture-guide .guide-icon {font-size: 0.938rem; background-color:#D5D5D5;padding: 1px 7px;border-radius: 20px;vertical-align: baseline;margin-right: 5px;font-weight: 600;}
.request-step .picture-guide:hover .guide-icon {background-color:#F1EFEF;}
.request-step .upload-photo-area {background-color: #E7EAF3; width: 100%;max-height: 270px; overflow: hidden;position: relative;border-radius: 8px;margin-bottom: 15px;}
.request-step .upload-photo-area img {width: 100%;}
.request-step .upload-photo-area .photo-title-area {padding: 20px 15px; background-image: linear-gradient(to top, rgba(12, 25, 61, 0), rgba(12, 25, 61, 0.38) 67%, rgba(12, 25, 61, 0.6));position: absolute; top:0;left: 0;width: 100%;height: 50%;}
.request-step .upload-photo-area .photo-title-area p {color: #fff;font-size: 1.313rem; font-weight: 700;}
.request-step .upload-photo-area .photo-title-area .upload-photo-delete {background: url(../img/photo-delete.png) no-repeat;width: 35px; height: 35px; background-size: contain; position: absolute; right: 15px; top: 12px;}
.request-step .upload-photo-area .photo-title-area .upload-photo-delete:hover {background: url(../img/photo-delete-h.png) no-repeat;background-size: contain;}
.request-step .second-upload-photo-area {background-color: #E7EAF3; border: 1px dashed #DADADC;padding: 12px 15px 11px;border-radius: 8px;display: flex;width: 100%;justify-content: space-between;align-items: center;margin-bottom: 60px;}
.request-step .second-upload-photo-area p {font-size: 1.25rem; font-weight: 600;color: #1950BE;}
.request-step .second-upload-photo-area p::before {content: '+';font-size: 1.563rem; font-weight: 600;color: #1950BE;margin-right: 5px;vertical-align: baseline;}
.request-step .second-upload-photo-area p::before {content: '+';font-size: 1.563rem; font-weight: 600;color: #1950BE;margin-right: 5px;vertical-align: baseline;}

/* .request-step .second-upload-photo-area .upload-btn button.take-a-picture {width: 45px; height: 45px; background: url(../img/tap-icon.png)no-repeat center;margin-right: 7px;background-size: contain;}
.request-step .second-upload-photo-area .upload-btn button.take-a-picture:hover {background: url(../img/tap-icon-h.png)no-repeat center;background-size: contain;} */
.request-step .second-upload-photo-area .upload-btn button.upload-photo {width: 45px;height: 45px; background: url(../img/up-icon.png)no-repeat center;background-size: contain;}
.request-step .second-upload-photo-area .upload-btn button.upload-photo:hover {background: url(../img/up-icon-h.png)no-repeat center;background-size: contain;}

.request-step .add-upload-photo-area {background-color: #E7EAF3; border: 1px dashed #DADADC;padding: 12px 15px 11px;border-radius: 8px;display: flex;width: 100%;justify-content: space-between;align-items: center;margin-bottom: 60px;}
.request-step .add-upload-photo-area p {font-size: 1.25rem; font-weight: 600;color: #1950BE;}
.request-step .add-upload-photo-area p::before {content: '+';font-size: 1.563rem; font-weight: 600;color: #1950BE;margin-right: 5px;vertical-align: baseline;}
.request-step .add-upload-photo-area p::before {content: '+';font-size: 1.563rem; font-weight: 600;color: #1950BE;margin-right: 5px;vertical-align: baseline;}

/* .request-step .add-upload-photo-area .upload-btn button.take-a-picture {width: 45px; height: 45px; background: url(../img/tap-icon.png)no-repeat center;margin-right: 7px;background-size: contain;}
.request-step .add-upload-photo-area .upload-btn button.take-a-picture:hover {background: url(../img/tap-icon-h.png)no-repeat center;background-size: contain;} */
.request-step .add-upload-photo-area .upload-btn button.upload-photo {width: 45px;height: 45px; background: url(../img/up-icon.png)no-repeat center;background-size: contain;}
.request-step .add-upload-photo-area .upload-btn button.upload-photo:hover {background: url(../img/up-icon-h.png)no-repeat center;background-size: contain;}

.request-step .warning-area {width: 100%; border-radius: 8px; background-color: #FEF2F3;padding: 18px 15px 18px 45px;margin-bottom: 15px;}
.request-step .warning-area p {line-height: 1.563rem;color: #C92638;font-size: 1.125rem;}
.request-step .warning-area p::before {content: '';display: inline-block; background: url(../img/warning-icon-01.png) no-repeat left center;width: 20px;height: 20px; background-size: contain;margin-left: -28px;padding-right: 8px;}

.analysis-btn {width: 100%;height: 64px;background-color: #1950BE;color: #fff;font-size: 1.5rem;text-align: center;border-radius: 8px;font-weight: 700;}
.analysis-btn:hover {background-color:#09348b;}




/*/* analysisResults */
/*  종합판별결과 */
.sub-content {background-color: #fff;}
.sub-content .top-area {padding: 30px 16px 0 16px;}
.sub-content .warning-area-02 {width: 100%; padding: 10px 0 18px 0px;}
.sub-content .warning-area-02 .top-warning-text {line-height: 1.563rem;color: #C92638;font-size: 1.063rem;margin-bottom: 15px;margin-left: 10px;}
.sub-content .warning-area-02 .top-warning-text::before {content: '';display: inline-block; background: url(../img/warning-icon-01.png) no-repeat left center;width: 18px;height: 18px; background-size: contain;margin-left: -12px;padding-right: 5px;vertical-align: text-top;}
.sub-content .results-main-img {border-radius: 8px;overflow: hidden;max-height: 270px; position: relative;margin-bottom: 25px;}

.results-main-img .top-number {z-index: 2; color: #fff;font-size: 0.938rem; background: url(../img/number_back.png)no-repeat;width: 55px;height: 55px; background-size: contain;position: absolute;margin-top: 10px;margin-left: 12px;}
.results-main-img .top-number span {z-index: 2; position: absolute;top:50%;left:22%;width: 100%; transform: translateY(-50%);font-weight: 600;}
.results-main-img img {width: 100%;}
.more-btn-photo {z-index: 2; display: inline-block;margin-bottom: 5px; color: #fff;font-size: 1rem;text-shadow: 0 0 6px rgba(25, 28, 33, 0.7);font-weight: 500;}
.more-btn-photo::after {z-index: 2; content: '';background: url(../img/p_more_btn.png)no-repeat right center;width: 13px;height: 13px;padding-left: 2px; display: inline-block;background-size: contain;}
.photo-title-number {z-index: 1;bottom: 0;padding: 20px 15px; background-image: linear-gradient(to bottom, rgba(12, 25, 61, 0), rgba(12, 25, 61, 0.38) 67%, rgba(12, 25, 61, 0.6));position: absolute; left: 0;  width: 100%; height: 120px;text-align: right;}
.sub-title { display: inline-block;font-size: 1.375rem;color: #191919;font-weight: 600;margin-bottom: 15px;}
.photo-title-number p {z-index: 2; margin-bottom: 5px; font-size: 2rem;color: #fff;font-weight: 700;text-shadow: 0 0 6px rgba(25, 28, 33, 0.4);}
.photo-title-number .photo-title-en {z-index: 2; color: #fff;font-size: 1.063rem;font-style: italic;letter-spacing: 1px;text-shadow: 0 0 6px rgba(25, 28, 33, 0.4);}
.photo-list {max-width: 600px;width: calc(100% - 32px);overflow-x: scroll;overflow-y: hidden;margin-bottom: 35px;margin-left: 16px; margin-right: 16px;}
.photo-list ul {display: flex;flex-direction: row;}
.photo-list ul li {margin-right: 11px;margin-bottom: 15px;width: 125px; height: 138px;position: relative;min-width: 125px;}
.img-box { position: relative; border-radius: 8px; overflow: hidden;}
.img-box img { width: 100%; transition: transform 0.5s ease; transform: scale(1); }
.pt-btn:hover .img-box img { transform: scale(1.1); }
.back-gradient { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to bottom, rgba(12, 25, 61, 0), rgba(12, 25, 61, 0.38) 67%, rgba(12, 25, 61, 0.6));border-radius: 0 0 8px 8px; padding: 8px 6px; pointer-events: none; z-index: 1; }
.small-photo-number { color: #fff; background-color: rgba(0, 0, 0, 0.5); display: inline-block; padding: 5px 9px; border-radius: 20px; font-size: 0.875rem; font-weight: 600; z-index: 2; }
.small-photo-text { color: #fff; font-size: 1.125rem; font-weight: 600; position: absolute; bottom: 8px; right: 8px; text-align: right; z-index: 2;margin-right: 16px; width: 72%;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}

.popup-arrow {background: url(../img/p_more_btn.png) no-repeat right center; width: 14px; height: 14px; padding-left: 2px; display: inline-block; background-size: contain;position: absolute;bottom: 11px;right: 8px;}


/* 사진별결과 */
.middle-area-02 {padding: 0 16px;background-color: #fff;padding-bottom: 35px;}
.toc-content {max-height: 0;overflow: hidden;transition: max-height 0.8s ease; }
.toc-toggle { float: right;}
.toc-arrow {display: inline-block; margin-left: 5px;}
.toc-content.open { max-height: fit-content;}
.rotate {transform: rotate(180deg);}
.toggle-btn-arrow {background: url(../img/toggle-btn.png)no-repeat center;width: 12px;height:15px;background-size: contain; margin-top: 3px;}
.list-toggle-btn {display: inline-flex; cursor: pointer;color: #31406D; border: 1px solid #31406D; border-radius: 20px; padding: 4px 8px 6px 10px;font-weight: 600;font-size: 0.938rem; margin-top: -8px;}
.italic-text {font-style: italic;}
.top-list {background-color: #F4F6F9; border-radius: 8px;border:1px solid transparent;padding: 12px;display: flex;}
.top-list-main-img {width:80px;height: 80px;border-radius: 6px;overflow: hidden;position: relative;}
.top-list-main-img img {height: 100%;position: absolute;left: 0;/*transform: translateX(-50%);*/}
.top-list-text {padding-left: 9px;display: flex;justify-content: center;flex-direction: column;flex-grow: 1;}
.top-list-number {color:#31406D; font-size: 1rem;font-weight: 500;margin-bottom: 8px;display: inline-block;}
.top-list-name {font-size: 1.2rem;font-weight: 600;color: #212121;margin-bottom: 4px;}

.list-text-en {letter-spacing: 0.3px;}
.arrow-bottom {display: block;padding-bottom: 10px;background-color: #E7EAF3;background-image: url(../img/toggle-btn-02.png);background-repeat: no-repeat;background-position: center center;width: 32px;height: 32px;background-size: 50%;border-radius: 50px;}
.arrow-top {display: block;padding-bottom: 10px;background-color: #E7EAF3;background-image: url(../img/toggle-btn-03.png);background-repeat: no-repeat;background-position: center center;width: 32px;height: 32px;background-size: 50%;border-radius: 50px;}
.accordion-box{position: relative;cursor: pointer;margin-top: 12px;border: 1.5px solid transparent;box-sizing: border-box;}
.accordion-box:hover {background-color: #E7EAF3;}
.accordion-box:hover .arrow-bottom{background-color: #F4F6F9;}
.accordion-list li:first-child .accordion-box {margin-top: 0px;}
.accordion-box-content {display: none; overflow: hidden;font-size: 1rem;background-color: #E7EAF3;	padding: 25px 12px 12px; margin-top: -15px;border-radius: 0 0 8px 8px;margin-bottom: 12px;}
.arrow-wrap { display: flex;align-items: center;}
.accordion-box .arrow-top {  display: none;}
.accordion-box .arrow-bottom {  display: block;}
.accordion-box.on .arrow-bottom {  display: none;}
.accordion-box.on .arrow-top {  display: block; }
.small-list-btn {border-bottom: 1px solid #D4D5E1;padding: 16px 0;display: flex;flex-direction: row;align-items: center;position: relative;}
.accordion-box-content li:last-child .small-list-btn {border-bottom: 0px;}
.small-list-btn:hover .small-list-title,.small-list-btn:hover .small-list-title-en {color: #1950BE;}
.small-list-btn::after {content: '';background: url(../img/more-btn-02.png)no-repeat center;background-size: contain;width: 8px;height: 14px;position: absolute;right: 5px;}
.small-list-btn:hover .small-list-number {background-color: #fff;}
.small-list-number {background-color: #F4F6F9;color: #31406D;font-size: 0.938rem;padding: 4px 11px;border-radius: 20px;font-weight: 500;margin-right: 7px;}
.small-list-title {font-size: 1.188rem;font-weight: 600;margin-right: 3px;color: #212121;}
.small-list-title-en {font-size: 0.9rem;}
.list-error::before {content: '';background: url(../img/error_icon.png)no-repeat center;width: 17px;height: 17px;margin-top: -1px; background-size: contain;display: inline-block;padding-right: 8px;}
.list-error-box {background-color: #faf2f4;}
.list-error {display: inline-flex;color: #b92132;align-items: center;font-size: 1.05rem;font-weight: 500;}
.top-error-number {color: #803232;}
.list-error-box:hover {background-color: #faf2f4;}
.error-picture::before {content: '';background: url(../img/error-pic.png)no-repeat center;width: 15px;height: 15px;background-size: contain;margin-right: 5px;margin-top: 2px;}
.error-picture {border: 1px solid #803232; background-color: #F6E0E0; color:#651212; padding: 3px 8px 4px;display: inline-flex;align-items: center; border-radius: 4px;width: fit-content;margin-top: 2px;font-size: 0.85rem;font-weight: 500;}
.error-picture:hover {background-color: #eecaca;}


.check-btn-area {margin-top: 50px;}
.check-btn {width: 100%;height: 64px;background-color:#fff;border: 1px solid #1950BE;box-sizing: border-box; color: #1950BE;font-size: 1.5rem;text-align: center;border-radius: 8px;font-weight: 700;}
.check-btn:hover {background-color:#DBE3EF;}
.gender_01, .gender_02 {font-size: 0.85rem;}
.gender_01::before {content: ''; background: url(../img/gender_01.png)no-repeat center;width: 10px;height: 10px;background-size: contain;display: inline-block;vertical-align: middle;margin-top: -3px; margin-left: 3px;}
.gender_02::before {content: ''; background: url(../img/gender_02.png)no-repeat center;width: 11px;height: 11px;background-size: contain;display: inline-block;vertical-align: middle;margin-top: -3px; margin-left: 3px;}
.second-name-box .gender_01::before, .second-name-box .gender_02::before { margin-left: 0px;}
.first-name-box {display: flex;flex-direction: row;}
.percent-number {background-color: #31406d;color:#fff; display: flex;justify-content: center;align-items: center; padding: 2px 6px 0px 7px; border-radius: 4px;margin-left: 7px;margin-top: -5px; margin-bottom: 5px;font-size: 0.85rem;}
.percent-number::before {content: ''; background: url(../img/percent_box.png)no-repeat center;width: 12px;height: 12px;background-size: contain;display: inline-block;margin-left: -13px;margin-top: -2px;}
.percent-number span {font-weight: 700;}
.percent-number-02 {background-color: #fff;color:#31406D; padding: 1px 5px 2px 10px; border-radius: 3px;margin-left: 5px;vertical-align: bottom;margin-top: -4px; margin-bottom: 1px;font-size: 0.9rem;font-weight: 700;}
.percent-number-02::before {content: ''; background: url(../img/percent_box_02.png)no-repeat center;width: 12px;height: 12px;background-size: contain;display: inline-block;margin-left: -17px;margin-top: 3px;}
.percent-number-02 span {font-size: 0.75rem;}

.second-name-box {display: flex;flex-direction: column;}
.s-name {display: flex;flex-direction: row;}



/* 사진가이드 */
.modal-conts .modal-con-wh .modal-middle-title-02.photo_o{margin-bottom: 15px;font-size: 1.2rem;}
.photo_o::before {content: '';background: url(../img/photo_o.png)no-repeat center;background-size: contain;width: 25px;height: 25px;display: inline-block;vertical-align: bottom;padding-right: 10px;}
.photo_x::before {content: '';background: url(../img/photo_x.png)no-repeat center;background-size: contain;width: 25px;height: 25px;display: inline-block;vertical-align: bottom;padding-right: 10px;}
.modal_photo_span {font-size: 1rem;margin-bottom: 15px; font-weight: 500;display: inline-block;}
/* .ox_photo_box {display: flex;flex-wrap: wrap;}*/
.ox_photo_box img {width: 100%;height: 100%;border-radius: 8px;} 
.ox_photo_box {margin-bottom: 18px; display: grid; grid-template-columns: repeat(2,1fr);gap: 10px;grid-auto-rows: minmax(100px, auto);}
.ox_photo_box img.col_img {grid-column: 1;  grid-row: 1 / 3;}
.ox_photo_box img.row_img {grid-column: 1 / 3;  grid-row: 1;}
.info-text-box.wh-info-box {border-radius: 8px; margin-bottom: 20px; background-color: #E7EAF3; font-size: 1.063rem; font-weight: 400; color: #212121; padding: 15px 12px; line-height: 1.563rem;}
.info-text-box.wh-info-box > li {line-height: 1.5rem;margin-bottom: 0;}
.info-text-box > li:last-child {margin-bottom: 0;}
.info-text-box > li > span {margin-bottom: 2px;display:inline-flex;align-items: center;}
.info-text-box > li:last-child > span {margin-bottom: 0;}
.info-text-box.bg_box_color {    background-color: #fae7e7;}

.info-text-box > li > span::before {margin-top: 2px;}
.number_icono_01::before {content: '';background: url(../img/o_01-03.png)no-repeat center;display: inline-block;width: 20px; height: 18px;background-size: contain;vertical-align: middle;}
.number_icono_02::before {content: '';background: url(../img/o_02-03.png)no-repeat center;display: inline-block;width: 20px; height: 18px;background-size: contain;vertical-align: middle;}
.number_icono_03::before {content: '';background: url(../img/o_03-03.png)no-repeat center;display: inline-block;width: 20px; height: 18px;background-size: contain;vertical-align: middle;}

.number_iconn_01::before {content: '';background: url(../img/n_01-03.png)no-repeat center;display: inline-block;width: 20px; height: 18px;background-size: contain;vertical-align: middle;}
.number_iconn_02::before {content: '';background: url(../img/n_02-03.png)no-repeat center;display: inline-block;width: 20px; height: 18px;background-size: contain;vertical-align: middle;}
.number_iconn_03::before {content: '';background: url(../img/n_03-03.png)no-repeat center;display: inline-block;width: 20px; height: 18px;background-size: contain;vertical-align: middle;}
.number_iconn_04::before {content: '';background: url(../img/n_04-03.png)no-repeat center;display: inline-block;width: 20px; height: 18px;background-size: contain;vertical-align: middle;}
h4.modal-middle-title-02 {margin-bottom: 15px; font-size: 1.125rem; font-weight: 600; color: #212121; word-break: keep-all; line-height: 1.5rem;}
.modal-conts .modal-con-wh .modal-middle-title-02.photo_o { margin-bottom: 15px; font-size: 1.2rem;}


/* 결과 고래종 상세보기 */
.modal-more-title {line-height: 1.125rem;font-weight: 700;margin-top: 20px;}
.modal-title-en {font-size: 1rem;}
.modal-wh-img {width: 80%;margin: 0 auto;}
.mini-title {font-size: 0.938rem; font-weight: 700; color: #484848; margin:15px 0;}
.modal-con-wh {width: 100%;margin-bottom: 20px;}
.mini-back {background-color: #F4F6F9;display: block;width: 100%;padding: 3px 10px;}
.wh-con-detail {font-size: 1.125rem;color: 000;font-weight: 400;padding-left: 10px;word-break: keep-all;line-height: 1.563rem;}
.modal-table {width: 100%;box-sizing: border-box;font-size: 1.063rem;color: #212121;}
.modal-table th, .modal-table td {padding: 7px 10px;}
.modal-table th {background-color: #DBE3EF;text-align: center;border-bottom: 1px solid #ffffff;font-size: 0.938rem;word-break: keep-all;color: #484848;}
.modal-table td {border-bottom: 1px solid #EBEBEB;word-break: keep-all;}
.modal-table tbody tr:last-child td {border-bottom: 0px;}
h4.modal-middle-title {color: #4F6A9A;font-size: 1.125rem;font-weight: 600;border-left: 1px solid #B6C3D9;padding-left: 6px;border-width: 6px;margin-top: 7px;}


/* 개인정보 및 활용동의 */
.info-text-box {border-radius: 8px;margin-bottom: 20px; background-color: #E7EAF3;font-size: 1.063rem;font-weight: 400;color: #212121;padding: 15px;line-height: 1.563rem;}
.bold-text {font-weight: 700;}
h4.modal-middle-title-02 {font-size: 1.125rem;font-weight: 600;color: #212121;word-break: keep-all;line-height: 1.5rem;}
.agreement-box {margin: 20px 0;border-bottom: 1px solid #EBEBEB;padding-bottom: 20px;}
.modal-con-wh li:last-child  .agreement-box{margin-bottom: 0;}
.agreement-text {font-size: 1rem;line-height: 1.5rem;color: #575757;padding-bottom: 20px;}
.agreement-check {text-align: right;}
.agreement-box label, .total-agreement-box label {padding-left:5px;vertical-align: middle;font-size: 1.063rem;color: #212121;font-weight: 600;}
.agreement-box label:not(:last-of-type), .total-agreement-box label:not(:last-of-type) {margin-right: 12px;}
.info-text-box.info-back-02 {background-color:#F4F6F9}
.total-agreement-box {margin: 0 auto; text-align: center;width: 100%;}
.total-agreement-text {font-size: 1.188rem;font-weight: 600;word-break: keep-all;border-bottom: 1px solid #EBEBEB;padding-bottom: 10px;}
.total-agreement-check {background-color: #fff;padding:6px 0 4px 0;border-radius: 6px;margin-top: 8px;}
.total-info-text-box {border-radius: 8px;margin-bottom: 20px; font-size: 1.063rem;font-weight: 400;color: #212121;padding: 15px;line-height: 1.563rem;border: 1px solid #1950be;box-shadow: 0px 0px 7px #8999af;}

  

  
/* 스크롤바의 폭 너비 */
.scrollbar::-webkit-scrollbar {height: 7px; width: 7px;}
.scrollbar::-webkit-scrollbar-thumb {background:#B7C0D1; /* 스크롤바 색상 */ border-radius: 10px; /* 스크롤바 둥근 테두리 */}
.scrollbar::-webkit-scrollbar-track { background:transparent;  /*스크롤바 뒷 배경 색상*/}



  


/* footer */
.footer {text-align: center;padding: 20px;background-color: #F5F5F5;}
.footer-text {font-size: 1.063rem; font-weight: 500;color: #484848;line-height: 1.5rem;word-break: keep-all;}
.footer-text span { font-weight: 300;padding: 5px 0 8px;display: inline-block;font-size: 0.938rem;line-height: 1.063rem;}
.bottom-logo img {width: 28%;}


@media screen and (max-width: 500px){
    
    .header-box .logo img { width:110%;}
    .header-box .help-btn {font-size: 1rem;}

    .content .top-area h2 {font-size: 1.625rem;}
    .content .top-area .sub-title-back {margin-top: 16px; padding: 20px 18px;}
    .content .top-area .sub-title-back p {font-size: 1.125rem;line-height: 1.625rem;}
    .content .top-area .sub-title-back img {width: 85px;}

    h3 {font-size: 1.281rem;}
    .form-box {margin-top: 30px;}
    h3::before {width: 22px;height: 22px;}
    .side-small-text {vertical-align: text-bottom;}
    h4 {font-size: 1.063rem;}

    .request-step .upload-photo-area {max-height: 200px;}
    .request-step .second-upload-photo-area p::before {vertical-align: middle;}

    .photo-title-number {height: 110px;}
    .photo-title-number p {margin-bottom: 3px;}

    .modal .modal-dialog {max-width: 390px;}

    .footer-text {font-size: 1rem;line-height: 1.25rem;}
    .footer-text span {width: 250px;}
    .bottom-logo img {width: 40%;}
}


@media screen and (max-width: 400px){
    .datepicker {width: 320px !important;}
    .modal .modal-dialog {max-width: 320px;}
    .small-list-title {font-size:1.125rem;}
    .small-list-title-en {font-size: 0.875rem;}
    .small-list-number { margin-right: 4px;padding: 4px 8px;}
    .content .top-area .sub-title-back img { width: 70px;}
    .modal .modal-dialog .btn-close.top-info-close-modal {width: 35px;height: 35px;}
    .info-top img {width: 100%;}
    .error-picture::before {margin-top: 0px;}
}

@media screen and (max-width: 350px){
  .content .top-area .sub-title-back p {font-size: 0.938rem;}
}
