@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

button {
    border: none;
    outline: none;
    background-color: inherit;
}

.searchDetail_content {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-top: 40px;
    padding: 0 20px;
}

.searchDetail_content1 {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.searchDetail_content1_left, .searchDetail_content1_right {
    flex: 1;
}

.searchDetail_gallery {
    text-align: center;
    width: 100%;
    max-width: 538px;
    font-family: 'Pretendard-Regular';
}

#searchDetail_main_img {
    width: 444px;
    height: auto;
    margin-bottom: 20px;
}

.searchDetail_imgs {
    display: flex;
    width: 530px;
    margin: auto;
}

.thumbnail_slider {
    position: relative;
    width: 448px;
    margin: auto;
    overflow: hidden;
}

.thumbnail_container {
    white-space: nowrap;
    transition: transform 0.3s ease;
}

.thumbnails {
    width: 84px;
    height: auto;
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgb(240, 240, 240);
}

.thumbnails:hover {
    border: 1px solid #ccc;
    transition: 0.5s;
}

.searchDetail_slide_button {
    cursor: pointer;
    font-size: 24px;
    font-family: 'Pretendard-Regular';
}

.searchDetail_item_title {
    border-top: 2px solid #4286f4;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

.searchDetail_item_title div {
    width: 100%;
    max-width: 800px;
    word-break: break-word;
    font-size: 20px;
    padding: 2px 8px;
    font-family: 'Pretendard-Regular';
}

.searchDetail_item_qty {
    padding: 10px 0px;
    width: 660px;
}

.searchDetail_item_qty > div:first-child {
    font-size: 18px;
    display: flex;
    width: 100%;
    word-break: break-word;
    font-family: 'Pretendard-Regular';
}

.searchDetail_item_qty > div:first-child > div {
    margin: 0px 20px;
}


.searchDetail_item_warehouse {
    padding: 10px 0px;
    display: flex;
}

.searchDetail_item_warehouse > div:first-child {
    font-size: 14px;
    flex: 2;
    font-family: 'Pretendard-Regular';
}

.searchDetail_item_warehouse > div:nth-child(2) {
    word-break: break-word;
    font-size: 14px;
    flex: 8;
    font-family: 'Pretendard-Regular';
}

.searchDetail_item_option1 {
    font-size: 14px;
    font-family: 'Pretendard-Regular';
}

.searchDetail_item_option1 > div:first-child {
    word-break: break-word;
    padding-top: 20px;
    padding-bottom: 6px;
    font-weight: bold;
}

.searchDetail_item_option1 > div:nth-child(2) {
    width: 100%;
    max-width: 660px;
    word-break: break-word;
    display: flex;
}

.option1_container {
    display: flex;
    width: 100%;
    max-width: 660px;
    flex-wrap: wrap;
}

.option1 {
    flex-grow: 0;
    display: flex;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 150px;
    margin: 2px 3px;
    word-break: break-word;
    cursor: pointer;
    border-radius: 2px;
    padding: 5px;
    font-family: 'Pretendard-Regular';
}

.option1 > div:first-child {
    flex: 2;
}

.option1 > div:first-child img {
    width: 100%;
    height: 100%;
}

.option1 > div:nth-child(2) {
    flex: 8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option1 > div:nth-child(2) div {
    margin: auto;
}

.searchDetail_item_option2 > div:first-child {
    padding-top: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-family: 'Pretendard-Regular';
    font-weight: bold;
}

.option2_container {
    width: 100%;
    font-size: 13px;
    min-height: 200px;
    font-family: 'Pretendard-Regular';
}

.option2 {
    display: flex;
    width: 100%;
    margin: 2px 3px;
    word-break: break-word;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 10px 0px;
    font-family: 'Pretendard-Regular';
}
.option2 div:first-child {
    flex: 1;
}
.option2 > div:nth-child(2) {
    flex: 1.5;
}
.option2 > div:nth-child(3) {
    flex: 1;
}
.option2 > div:nth-child(4) {
    flex: 1;
}

.option2 > div:nth-child(4) input {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 8px;
    font-size: 14px;
    max-width: 70px;
    min-width: 70px;
    word-break: break-word;
    text-align: center;
    font-family: 'Pretendard-Regular';
}


.searchDetail_item_option0 > div:first-child {
    padding-top: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-family: 'Pretendard-Regular';
}

.option0_container {
    width: 800px;
    font-size: 13px;
    min-height: 200px;
    font-family: 'Pretendard-Regular';
}

.option0 {
    display: none;
    width: 100%;
    height: 50px;
    margin: 2px 3px;
    word-break: break-word;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 5px 0px;
    font-family: 'Pretendard-Regular';
}
.optionBtn {
    display: flex;
    width: 100%;
    height: 50px;
    margin: 2px 3px;
    word-break: break-word;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 5px 0px;
    font-family: 'Pretendard-Regular';
}
.optionBtn img{
    cursor: pointer;
    margin: auto;
}

.option0 > div:nth-child(2) {
    flex: 1;
    display: flex;
}
.option0 > div:nth-child(2) div {
    margin: auto;
}
.option0 > div:nth-child(3) {
    flex: 1;
    display: flex;
}
.option0 > div:nth-child(3) div {
    margin: auto;
}

.option0 > div:nth-child(4) {
    flex: 1;
    display: flex;
}
.option0 > div:nth-child(4) div {
    margin: auto;
    display: flex;
}

.option0 > div:nth-child(4) div input {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 8px;
    font-size: 14px;
    max-width: 70px;
    min-width: 70px;
    word-break: break-word;
    text-align: center;
    font-family: 'Pretendard-Regular';
}
.option0_img {
    flex: 1.5;
    display: flex;
    border: 1px solid #ccc;
    width: 180px;
    margin: 2px 3px;
    word-break: break-word;
    cursor: pointer;
    border-radius: 2px;
}

.option0_img:hover {
    border: 1px solid #f1b8b8;
    transition: 0.5s;
}

.option0_img > div:first-child {
    flex: 2;
}

.option0_img > div:first-child img {
    width: 100%;
    height: 100%;
}
.option0_img > div:nth-child(2) {
    flex: 8;
    display: flex;
}

.option0_img > div:nth-child(2) div {
    margin: auto;
}

.minus-button,
.plus-button {
    padding: 5px 8px;
    border-radius: 5px;
    background-color: rgb(30, 64, 116);
    font-size: 14px;
    cursor: pointer;
    color: white;
    margin: auto;
    font-family: 'Pretendard-Regular';
}
.quantity {
    margin: 0 20px;
    font-size: 14px;
    max-width: 190px;
    min-width: 70px;
    word-break: break-word;
    border: 1px solid black;
    font-family: 'Pretendard-Regular';
}
.searchDetail_item_notice {
    color: red;
    font-size: 14px;
    display: flex;
    padding: 5px 0px;
    font-family: 'Pretendard-Regular';
}
.searchDetail_item_notice > div:first-child {
    flex: 7;
}
.searchDetail_item_notice > div:nth-child(2) {
    flex: 3;
    text-align: center;
    font-family: 'Pretendard-Regular';
}
.searchDetail_item_button {
    display: flex;
    padding: 20px 0px;
}
.searchDetail_item_button > div:first-child {
    flex: 6;
}
.searchDetail_item_button > div:nth-child(2) {
    flex: 4;
    text-align: center;
}
.searchDetail_item_button button {
    margin: auto;
    height: 50px;
    width: 200px;
    font-size: 22px;
    color: #fff;
    background-color: darkgrey;
    border-radius: 8px;
    transition: 0.5s;
    font-family: 'Pretendard-Regular';
}
.searchDetail_item_button button:hover {
    background-color: #8791ff;
    transition: 0.5s;
}
.searchDetail_content2 {
    width: 1400px;
    margin: auto;
    padding-top: 40px;
}
.searchDetail_content2 > div:first-child {
    display: flex;
}
.searchDetail_content2 > div:first-child > div:first-child {
    flex: 2;
}
.searchDetail_content2 > div:first-child > div:first-child span {
    color: red;
}
.searchDetail_content2 > div:first-child > div:nth-child(2) {
    flex: 8;
}
.searchDetail_content2 > div:nth-child(2) {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-top: 10px;
    display: flex;
}
.searchDetail_content2 > div:nth-child(2) table {
    flex: 1;
    border-collapse: collapse;
    font-family: 'Pretendard-Regular';
}
.searchDetail_content2 th {
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #91bafd;
    color: #fff;
    font-family: 'Pretendard-Regular';
}
.searchDetail_content2 tr {
    text-align: center;
    padding: 10px;
    font-family: 'Pretendard-Regular';
}
.searchDetail_content2 td {
    text-align: center;
    padding: 10px;
    height: 60px;
    width: 200px;
    max-width: 200px;
    border-bottom: 1px solid #ccc;
    font-family: 'Pretendard-Regular';
}
.semi-cart-img img {
    width: 60px;
    height: 60px;
}
.semi-cart-option {
    max-width: 260px;
    max-height: 60px;
    word-break: break-word;
    font-family: 'Pretendard-Regular';
}
.semi-cart-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard-Regular';
}
.semi-cart-price > span:first-child {
    word-break: break-word;
}
.semi-cart-choice span{
    cursor: pointer;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.searchDetail_content2 td:first-of-type {
    width: 50px;
    max-width: 50px;
}
.searchDetail_content2 td:nth-of-type(2) {
    width: 200px;
    max-width: 200px;
}
.searchDetail_content2 td:nth-of-type(3) {
    width: 200px;
    max-width: 200px;
}
.searchDetail_content2 td:nth-of-type(4) {
    width: 270px;
    max-width: 270px;
}

.searchDetail_content3 {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-top: 30px;
}
.seller-info-score{
    display: flex;
    padding: 12px 5px;
    font-size: 16px;
    margin-top: 10px;
    background-color: rgb(243, 243, 243);
    border: 1px solid #ccc;
    border-radius: 2px;
    font-family: 'Pretendard-Regular';
}
.scores-1{
    display: flex;
    flex: 1.3;
    border-right: 1px solid #ccc;
}
.scores {
    display: flex;
    flex: 1;
    border-right: 1px solid #ccc;
}
.scores-ex {
    display: flex;
    flex: 1;
}
.scores-inner {
    display: flex;
    margin: auto;
}
.scores-inner > div:first-child {
    margin: auto
}
.scores-inner > div:nth-child(2) {
    margin: auto;
    padding-left: 10px;
}

.searchDetail_content4 {
    width: 1400px;
    margin: auto;
}
.searchDetail_content4 > div:first-child {
    display: flex;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.searchDetail_content4 > div:first-child > div:first-child {
    flex: 2;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
}
.searchDetail_content4 > div:first-child > div:nth-child(2) {
    flex: 8;
}
.searchDetail_content4 > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
}
.detail-info {
    width: 397px;
    flex-grow: 0;
    display: flex;
    padding: 10px;
    margin: auto;
}
.detail-info > div:first-child {
    color: #ccc;
    flex: 3;
    display: flex;
}
.detail-info > div:first-child > div {
    margin: auto 0px;
}
.detail-info > div:nth-child(2) {
    flex: 7;
    display: flex;
}
.detail-info > div:nth-child(2) > div {
    margin: auto 0px;
}
.searchDetail_content5 {
    width: 1400px;
    margin: auto;
    display: flex;
}
.searchDetail_content5 div {
    margin: auto;
    margin-top: 100px;
    margin-bottom: 200px;
    text-align: center;
    font-family: 'Pretendard-Regular';
}