.body_wrap {
   overflow:hidden;
}
.swiper-container {
   height: auto;
   width: 100%;
}
.gallery-thumbs .swiper-wrapper {
   justify-content: center;
}
.mt10 {
   margin-top: 10px;
}
.mt15 {
   margin-top: 15px;
}
.mt20 {
   margin-top: 20px;
}
.bg_lines2 {
   border-top: 1px solid #eee;
   padding-bottom: 15px;
   margin-top: 15px;
}
.newitem {
   display: flex;
   justify-content: space-between;
   width: 100%;
   gap: 5%;
   height: 86vh;
}
.newitem_left {
   width: 65%;
   overflow-y: auto;
   overflow-x: hidden;
   -ms-overflow-style: none;  /* IE and Edge */
}
.newitem_left::-webkit-scrollbar {
   display: none;
}
.newitem_info_title {
   font-size: 16px;
   color: #000;
   font-weight: 600;
   margin-bottom: 10px;
}
.newitem_info_ul {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.newitem_info_ul li {
   display: flex;
   align-items: center;
   width: 50%;
   height: 35px;
}
.newitem_info_ul li span:nth-child(1) {
   width: 30%;
   color: #888;
}
.newitem_info_ul li span:nth-child(2) {
   width: 70%;
   color: #000;
}
.newitem_info_ul2 {
   width: 100%;
   display: flex;
   align-items: center;
   margin-bottom: 10px;
}
.newitem_info_ul2 li:nth-child(1) {
   width: 10%;
   color: #888;
   line-height: 1.5;
}
.newitem_info_ul2 li:nth-child(2) {
   width: 85%;
   color: #000;
   line-height: 2;
}
.newitem_info_ul2 li p {
   word-break: keep-all;
}
.newitem_info_ul2 li p .highlight {
   background: linear-gradient(transparent 42%, rgba(48, 255, 86, 0.5) 42%);
}
.newitem_info_ul3 {
   width: 100%;
   height: 200px;
   display: flex;
   align-items: center;
   margin-bottom: 10px;
   gap: 10px;
}
.newitem_info_ul3 li {
   width: 100%;
   position: relative;
   overflow: hidden;
}
.newitem_info_ul3 li iframe {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: none;
}
.newitem_right {
   position: relative;
   width: 30%;
   box-sizing: border-box;
   overflow-y: auto;
   overflow-x: hidden;
   padding: 20px 0;
   -ms-overflow-style: none;  /* IE and Edge */
}
.newitem_right::-webkit-scrollbar {
   display: none;
}
.newitem_right .newitem_info {
   margin-bottom: 0;
}
.newitem_right::-webkit-scrollbar {
   display: none;
}
.newitem_tag {
   margin-bottom: 3px;
}
.newitem_tag .tag_soldout {
   border: 2px solid #ff6666;
   border-radius: 4px;
   padding: 5px 10px 5px 10px;
   font-size: 10px;
   color: #ff6666;
   background-color: #fff;
   display: inline-block;
   line-height: 1;
}
.newitem_title {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   margin-bottom: 20px;
   font-size: 33px;
   font-weight: 700;
   letter-spacing: -0.5px;
}
.newitem_title2 {
   font-size: 16px;
   color: #05C3DD;
}
.newitem_title2 span.gray {
   font-size: 13px;
   color: #888;
}
.newitem_sub {
   font-size: 18px;
   color: #000;
   line-height: 1.5;
}
.newitem_sns {
   display: flex;
   align-items: center;
   gap: 5px;
}
.newitem_sns svg {
   cursor: pointer;
}
.newitem_sns svg:hover {
   color: #05C3DD;
}
.zzim_on svg {
   color: #05C3DD;
   fill: #05C3DD;
}
.newitem_result {
   
}
.newitem_notuse {
   margin-bottom: 10px;
   font-size: 14px;
   color: #ff0000;
   line-height: 1.5;
}
.newitem_price_origin {
   display: flex;
   align-items: center;
   gap: 50px;
   justify-content: flex-start;
}
.newitem_price_origin span {
   font-size: 12px;
   color: #666666;
   font-weight: 400;
   margin-bottom: 10px;
}
.newitem_price_origin span span {
   font-size: 14px;
   margin-left: 10px;
}
.through {
   text-decoration: line-through;
}
.newitem_title_p {
   font-size: 15px;
   color: #333;
   margin-bottom: 10px;
}
.newitem_charger {
   display: none;
}
.newitem_price_final {
   margin: 10px 0;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.newitem_price_final p:nth-child(1) {
   font-size: 16px;
   color: #ff0000;
   font-weight: 600;
   margin-bottom: 6px;
}
.newitem_price_final p:nth-child(2) {
   font-size: 20px;
   color: #000;
   font-weight: 600;
   margin-bottom: 6px;
}
.final_total span:nth-child(1) {
   font-size: 14px;
   color: #ff0000;
   font-weight: 600;
}
.final_total span:nth-child(1).gray {
   color: #888;
}
.final_total span:nth-child(2) {
   font-size: 20px;
   color: #000;
   font-weight: 600;
}
.final_total span:nth-child(3) {
   font-size: 16px;
   color: #888;
   font-weight: 600;
}
.final_calc {
   width: 40%;
   cursor: pointer;
}
.final_calc img {
   width: 100%;
}
.newitem_dropdown {
   font-size: 14px;
   background: #fff;
   line-height: 1;
}
.newitem_ddbtn {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   padding: 15px 0;
}
.newitem_ddbtn .newitem_ddbtn_text {
   font-size: 14px;
   color: #000;
   font-weight: 600;
}
.dropdown_list {
   display: flex;
   flex-direction: column;
   gap: 30px;
}
.tab-group {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   border: none;
   border-radius: 5px;
   background: #f3f3f5;
}
.tab-group .tab-name {
   width: 15%;
   font-size: 14px;
   color: #000;
   padding: 10px 0;
}
.tab-group .drop {
   width: 100%;
}
.dropdown {
   position: relative;
   user-select: none;
   cursor: pointer;
}

.dropdown-selected {
   padding: 10px 0;
   padding-left: 15px;
   font-size: 15px;
   color: #000;
}

.dropdown::after {
   content: '';
   position: absolute;
   right: 15px;
   top: 50%;
   transform: translateY(-50%);
   width: 14px; /* 원하는 너비 */
   height: 14px; /* 원하는 높이 */
   background-image: url('../img/chevron-down.svg');
   background-size: contain;
   background-repeat: no-repeat;

}

.dropdown-options {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   right: 0;
   background: white;
   border: 1px solid #e0e0e0;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
   z-index: 1000;
   list-style: none;
   padding: 5px 0;
   max-height: 400px;
   overflow-y: auto;
   -ms-overflow-style: none;  /* IE and Edge */
}
.dropdown-options::-webkit-scrollbar {
   display: none;
}

.dropdown-options li {
   padding: 7px 15px;
   font-size: 13px;
   color: #333;
   cursor: pointer;
   gap: 10px;
}
.dropdown-options li.hide {
   display: none;
}
.dropdown-options li span {
   font-size: 15px;
   color: #888;
}
.dropdown-options li span:nth-child(1) {
   width: 70%;
}
.dropdown-options li span:nth-child(2) {
   width: 30%;
}

.dropdown-options li:hover,
.dropdown-options li.active {
   background: #f5f5ff;
}
.dropdown-options li:hover span,
.dropdown-options li.active span {
   color: #000;
}
.dropdown-options li.active::before {
   content: '✔';
   color: #888;
   position: absolute;
   right: 15px;
   font-size: 14px;
}
.dropdown_option {
   position: relative;
   user-select: none;
   border: none;
   background: #f3f3f5;
   cursor: pointer;
   margin-bottom: 10px;
}

.req {
   border-color: #05C3DD;
}

.dropdown_option-selected {
   padding: 10px;
   font-size: 14px;
   color: #000;
}
.dropdown_option-selected2 {
   padding: 10px;
   font-size: 14px;
   color: #000;
}

.dropdown_option::after {
   content: '';
   position: absolute;
   right: 15px;
   top: 50%;
   transform: translateY(-50%);
   width: 14px; /* 원하는 너비 */
   height: 14px; /* 원하는 높이 */
   background-image: url('../img/chevron-down.svg');
   background-size: contain;
   background-repeat: no-repeat;
}

.dropdown_option-options {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   right: 0;
   background: white;
   border: 1px solid #e0e0e0;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
   z-index: 1000;
   list-style: none;
   padding: 5px 0;
   max-height: 300px;
   overflow-y: auto;
}

.dropdown_option-options li {
   padding: 7px 15px;
   font-size: 13px;
   color: #333;
   cursor: pointer;
}

.dropdown_option-options li:hover,
.dropdown_option-options li.active {
   background: #f5f5ff;
   color: #000;
}
.dropdown_option-options li.active::before {
   content: '✔';
   color: #888;
   position: absolute;
   right: 15px;
   font-size: 14px;
}
.dropdown_option-options2 {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   right: 0;
   background: white;
   border: 1px solid #e0e0e0;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
   z-index: 1000;
   list-style: none;
   padding: 5px 0;
}

.dropdown_option-options2 li {
   padding: 7px 15px;
   font-size: 13px;
   color: #333;
   cursor: pointer;
}

.dropdown_option-options2 li:hover,
.dropdown_option-options2 li.active {
   background: #f5f5ff;
   color: #05C3DD;
}
.ssf {
   display: none;
}
.ss_final {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 80%;
}
.ss_final button {
   color: #05C3DD;
   padding: 5px 10px;
   background-color: #fff;
   border: 1px solid #05C3DD;
   border-radius: 4px;
   font-size: 14px;
   cursor: pointer;
}

.newitem_popup {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 999;
}
.newitem_popup_bg {
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.7);
}
.newitem_popup_div {
   position: absolute;
   max-width: 400px;
   border: 2px solid #ccc;
   border-radius: 8px;
   box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
   right: 10%;
   top: 5%;
   background-color: #fff;
   padding: 15px;
   z-index: 1000;
   display: flex;
   flex-direction: column;
}
.newitem_popup_title {
   font-size: 16px;
   margin-bottom: 10px;
}
.newitem_popup_title p {
   font-size: 20px;
}
.newitem_popup_title span {
   font-size: 11px;
}
.sns_popup {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   z-index: 999;
}
.sns_popup_bg {
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.4);
}
.sns_popup_div {
   position: absolute;
   max-width: 400px;
   border: 2px solid #ccc;
   border-radius: 8px;
   box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
   right: 6%;
   top: 0;
   background-color: #fff;
   padding: 15px;
   z-index: 1000;
   display: flex;
   flex-direction: column;
}
.sns_popup_title {
   min-width: 400px;
   max-width: 600px;
   height: 50px;
   margin-bottom: 10px;
}
.sns_popup_title img {
   border-radius: 8px;
}
.sns_popup_title span {
   font-size: 14px;
   color: #000;
   margin-left: 10px;
}
.sns_popup_content {
   display: flex;
   justify-content: space-around;
   align-items: center;
   gap: 10px;
}
.sns_popup_content button {
   width: 49%;
   height: 40px;
   border-radius: 4px;
}
.sns_popup_content button.sns_copy {
   border: 1px solid #ccc;
}
.sns_popup_content button.sns_kakao {
   background: #f9e000;
}
.step_bottom {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
}
.step_bottom .step_price {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   width: 80%;
   gap: 5px;
}
.step_bottom .step_price p {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   line-height: 1.5;
}
.step_bottom .step_price p span {
   font-size: 14px;
   color: #888;
}
.step_bottom .step_price p bold {
   font-size: 16px;
   font-weight: 600;
}
.step_bottom .step_price p.step_total span {
   font-size: 16px;
   color: #000;
   font-weight: 600;
}
.step_bottom .step_price p.step_total bold {
   font-size: 20px;
   color: #05C3DD;
   font-weight: 600;
}
.step_bottom .step_btns {
   display: flex;
   align-items: stretch;
   width: 100%;
   gap: 10px;
   padding: 3%;
   margin-top: 10px;
}
.step_bottom .step_btns button {
   flex: 0 0 calc((100% - 10px) / 2);
   margin: 0;
   width: auto;
   min-width: 0;
   height: 50px;
   background-color: #eee;
   color: #000;
   border: none;
   border-radius: 4px;
   font-size: 16px;
   margin: 0;
   cursor: pointer;
}
.step_bottom .step_btns > button:only-child {
   flex-basis: 100%;
}
.step_bottom .step_next:hover {
   background-color: #ddd;
}
.step_bottom .step_next.active {
   background-color: #05C3DD;
   color: #fff;
}
.step_bottom .step_next.active:hover {
   background-color: #027a9e;
}
.step_bottom .step_btns button.step_prev {
   border: 2px solid #05C3DD;
}
.step_bottom .step_btns button.step_prev:hover {
   color: #05C3DD;
}
.step_bottom .step_btns .step_buy {
   background-color: #05C3DD;
   color: #fff;
   border: none;
}
.step_bottom .step_btns .step_buy:hover {
   background-color: #027a9e;
}
.form-group {
   margin-bottom: 16px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 5px;
   border-bottom: 1px solid #eee;
}
.form-label {
   font-size: 14px;
   color: #999;
}
.form-label .inst {
   font-size: 11px;
}
.input-row {
   font-size: 14px;
}
.input-row span.unit {
   font-size: 14px;
   color: #999;
   margin-left: 3px;
}
.input-row span.value {
   color: #000;
   font-size: 16px;
}
.input-row span.value2 {
   color: red;
}
.input-row span.value3 {
   color: #11af58;
   font-size: 16px;
}
.input-row span.value4 {
   color: #999;
   text-decoration: line-through;
}

.newitem_select {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   line-height: 1.5;
   padding: 6px 0;
   gap: 10px;
}
.newitem_select .select_title {
   width: 50%;
}
.newitem_select .select_title p {
   display: grid;
}
.newitem_select .select_title span:nth-child(1) {
   font-size: 12px;
   color: #888;
}
.newitem_select .select_title span:nth-child(2) {
   font-size: 14px;
   color: #000;
}
.newitem_select .select_qty {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   width: 110px;
}
.newitem_select .select_qty button {
   width: 40px;
   height: 40px;
   border: 1px solid #ddd;
   cursor: pointer;
   position: relative;
}
.newitem_select .select_qty button.select_qty_minus {
   border-width: 1px 0 1px 1px;
   border-radius: 5px 0 0 5px;
}
.newitem_select .select_qty button.select_qty_plus {
   border-width: 1px 1px 1px 0;
   border-radius: 0 5px 5px 0;
}
.newitem_select .select_qty button:hover {
   background-color: #eee;
}
.newitem_select .select_qty .select_qty_minus span {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: rgb(0, 0, 0);
   width: 10px;
   height: 2px;
}
.newitem_select .select_qty .select_qty_plus span:nth-child(1) {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: rgb(0, 0, 0);
   width: 2px;
   height: 10px;
}
.newitem_select .select_qty .select_qty_plus span:nth-child(2) {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: rgb(0, 0, 0);
   width: 10px;
   height: 2px;
}
.newitem_select .select_qty input {
   width: 50px;
   height: 30px;
   text-align: center;
   border: none;
   border: 1px solid #000;
   font-size: 14px;
}
.newitem_select .select_qty input::-webkit-inner-spin-button,
.newitem_select .select_qty input::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
.newitem_select .select_qty input[type='number'] {
   -moz-appearance: textfield;
}
.newitem_select .select_price {
   width: 35%;
   font-size: 14px;
   text-align: right;
}
.newitem_select .select_delete {
   width: 20px;
   text-align: center;
}

.newitem_select .select_delete button {
   width: 20px;
   height: 20px;
   background-color: #fff;
   border: 1px solid #ccc;
   border-radius: 50%;
   cursor: pointer;
   position: relative;
}
.newitem_select .select_delete button:hover {
   background-color: #f5f5f5;
   color: #fff;
}
.newitem_select .select_delete button span {
   position: absolute;
   top: 50%;
   left: 50%;
   background-color: #ccc;
   width: 10px;
   height: 2px;
}
.newitem_select .select_delete button span:nth-child(1) {
   transform: translate(-50%, -50%) rotate(45deg);
}
.newitem_select .select_delete button span:nth-child(2) {
   transform: translate(-50%, -50%) rotate(-45deg);
}
.newitem_total_price {
   margin-top: 10px;
}
.newitem_total_price p {
   display: flex;
   justify-content: space-between;
   align-items: center;
   line-height: 1.8;
}
.newitem_total_price p.newitem_it_option {
   margin-top: 10px;
}
.newitem_total_price p.divider {
   margin: 20px;
   background: #eee;
   height: 1px;
}
.newitem_total_price p span.selected {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   flex-wrap: wrap;
   width: 80%;
   gap: 5px;
}
.newitem_total_price p span.selected span {
   font-size: 11px;
   background: #b6d9dd;
   padding: 2px 6px;
   border-radius: 4px;
}

.newitem_total_price p span:nth-child(1) {
   font-size: 14px;
}
.newitem_total_price p span:nth-child(2) {
   font-size: 14px;
   color: #000;
}
.newitem_total_price .newitem_it_add_subsidy strong {
   color: red;
}
.newitem_total_price .newitem_it_subsidy strong {
   color: red;
}
.newitem_total_price .newitem_it_subsidy2 strong {
   color: red;
}
.newitem_total_price .newitem_it_total strong {
   color: #11af58;
}
.newitem_total_price .newitem_it_ev strong {
   color: red;
}
.newitem_notice {
   font-size: 13px;
   line-height: 1.5;
   color: #888;
   margin-top: 10px;
   text-align: center;
}
.newitem_notice2 {
   font-size: 13px;
   line-height: 1.5;
   color: #888;
   text-align: center;
}
.option_select_wrap {
   margin: 0;
}
.option_select_wrap2 {
   display: flex;
   flex-direction: column;
}
.total_line {
   border-top: 2px dashed #000;
   margin: 5px 0;
}
.tab_cont_area {
   max-height: 100%;
   min-height: 500px;
   transition: max-height 0.4s ease;
   position: relative;
}
.tab_cont_area.collapsed::after {
   content: '';
   /* position: absolute; */
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   height: 80px;
   background-color: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
   z-index: 1;
}
.more_btn_area {
   position: relative;
   background: #fff;
   text-align: center;
}
.more_btn_area::after {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 100%;
   height: 160px;
   background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
   content: '';
}
.more_btn_area button {
   -webkit-box-align: center;
   align-items: center;
   -webkit-bix-pack: center;
   width: 1200px;
   min-width: 40px;
   min-height: 58px;
   border: 1px solid rgb(0, 0, 0);
}
.more_btn_area svg {
   width: 12px;
   height: 12px;
   fill: #000;
}
#it_charger_price {
   color: red;
}
.youtube-link {
   position: relative;
   display: inline-block;
   width: 100%;
   max-width: 640px;
}
.youtube-thumbnail {
   width: 100%;
   display: block;
   border-radius: 8px;
}
.youtube-icon {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 80px;
   height: auto;
   opacity: 0.8;
   pointer-events: none;
   transition: opacity 0.3s ease;
}
.youtube-title {
   width: 100%;
   font-size: 14px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   color: #000;
   margin-top: 5px;
}
.newitem_bottom_fixed2 {
   position: static;
   bottom: 5px;
   width: 100%;
   padding: 0;
   backdrop-filter: blur(25px);
   background-color: rgba(255, 255, 255, 0.8);
}

.newitem_bottom_fixed2 p {
   width: 100%;
   font-size: 30px;
}
.newitem_bottom_fixed2 .btn-box {
   display: flex;
   align-items: flex-end;
   width: 50%;
   gap: 5px;
}
.newitem_bottom_fixed2 .btn-box button {
   height: 60px;
}
.newitem_bottom_fixed2 .item_name {
   margin-left: 30px;
   display: none;
}
.newitem_bottom_fixed2.active .item_name {
   display: block;
}
.newitem_bottom_fixed2 .buy_wrap {
   display: flex;
   gap: 10px;
}
.newitem_bottom_fixed2 .buy_wrap .buy_wrap_ul1 {
   width: 65%;
   float: none;
}
.newitem_bottom_fixed2 .buy_wrap .buy_wrap_ul2 {
   width: 35%;
   float: none;
}
.newitem_bottom_fixed2.active li:last-child {
   width: 40%;
}

.newitem_bottom_fixed2 .item_name_text {
   font-size: 28px;
}
.newitem_bottom_fixed2 .item_name_text_sub {
   font-size: 18px;
   color: #888;
   margin-top: 10px;
}
.newitem_bottom_fixed2 .buy_wrap .buy_wrap_double {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.newitem_bottom_fixed2 .buy_wrap .buy_wrap_double button {
   width: 100%;
}
.newitem_bottom_fixed_bg2 {
   position: absolute;
   top: -2%;
   left: -100%;
   width: 300%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   display: none;
   z-index: 97;
}
.newitem_popup_div .btn-close2 {
   width: 28px;
   height: 28px;
   background-color: #fff;
   border-radius: 50%;
   position: absolute;
   top: -16px;
   right: -16px;
   z-index: 2;
   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
   border: 1px solid #999;
}
.newitem_popup_div .btn-close2 > span {
   display: block;
   width: 2px;
   height: 16px;
   background-color: #666;
   position: absolute;
   top: 50%;
   left: 50%;
}
.newitem_popup_div .btn-close2 > span:first-child {
   transform: translate(-50%, -50%) rotate(45deg);
}
.newitem_popup_div .btn-close2 > span:last-child {
   transform: translate(-50%, -50%) rotate(-45deg);
}
.newitem_newprice_final_title {
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   color: #999;
}
.newitem_newprice_final_title p {
   font-size: 11px;
}
.newitem_newprice_final_title p:nth-child(1) {
   display: flex;
   justify-content: flex-start;
   flex: 2;
}
.newitem_newprice_final_title p:nth-child(2) {
   display: flex;
   justify-content: flex-end;
   flex: 1;
}
.newitem_newprice_final_title p:nth-child(3) {
   display: flex;
   justify-content: flex-end;
   flex: 1;
}
.newitem_newprice_final_price {
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.newitem_newprice_final_price p {
   font-size: 16px;
}
.newitem_newprice_final_price p span {
   font-size: 18px;
   margin-right: 2px;
}
.newitem_newprice_final_price p:nth-child(1) {
   display: flex;
   justify-content: flex-start;
   flex: 2;
}
.newitem_newprice_final_price p:nth-child(2) {
   display: flex;
   justify-content: flex-end;
   flex: 1;
}
.newitem_newprice_final_price p:nth-child(3) {
   display: flex;
   justify-content: flex-end;
   flex: 1;
}
.newitem_newprice_final_price .dprice {
   font-weight: bold;
}
.newitem_newprice_final_price .fprice {
   color: #ff0000;
}
.sns_popup_div .btn-close2 {
   width: 28px;
   height: 28px;
   background-color: #fff;
   border-radius: 50%;
   position: absolute;
   top: -16px;
   right: -16px;
   z-index: 2;
   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
   border: 1px solid #999;
}
.sns_popup_div .btn-close2 > span {
   display: block;
   width: 2px;
   height: 16px;
   background-color: #666;
   position: absolute;
   top: 50%;
   left: 50%;
}
.sns_popup_div .btn-close2 > span:first-child {
   transform: translate(-50%, -50%) rotate(45deg);
}
.sns_popup_div .btn-close2 > span:last-child {
   transform: translate(-50%, -50%) rotate(-45deg);
}
.floating-wrap {
   bottom: 11%;
}
.req2 {
   border-color: #05C3DD;
}
.buy_wrap {
   border: none;
   margin-top: 0;
   padding-top: 0;
}
#buy_opt_boxs {
   display: none;
   position: absolute;
   bottom: 60px;
   width: 100%;
   height: 100%;
   background-color: #fff;
   backdrop-filter: blur(10px);
}
.buy_wrap_top {
   height: 15%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
   padding: 10px 0;
}
.buy_wrap_top .buy_wrap_btns {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   margin-bottom: 10px;
}
.buy_wrap_top .buy_wrap_btns span {
   font-size: 18px;
   font-weight: 600;
   color: #05C3DD;
}
.buy_wrap_top .buy_wrap_navigation {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 5px;
   background: #fbf9fa;
   padding: 15px;
   width: 100%;
}
.buy_wrap_top .buy_wrap_navigation span {
   font-size: 17px;
   font-weight: 400;
   color: #888;
   cursor: pointer;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
   line-height: 25px;
}
.buy_wrap_top .buy_wrap_navigation span.active {
   color: #05C3DD;
   font-weight: 600;
}
.buy_wrap_top .buy_wrap_navigation span.navigation_bar {
   border: none;
   width: 25px;
   cursor: default;
}
.buy_wrap_top .buy_wrap_navigation span.navigation_bar.active {
   color: #05C3DD;
   border: none;
}
.buy_wrap_top .buy_wrap_navigation span span.step {
   display: inline-block;
   border-radius: 50%;
   font-size: 15px;
   background: #99a1af;
   color: #fff;
   width: 25px;
   height: 25px;
}
.buy_wrap_top .buy_wrap_navigation span.active span {
   color: #05C3DD;
   font-weight: 600;
}
.buy_wrap_top .buy_wrap_navigation span.active span.step {
   background: #05C3DD;
   color: #fff;
}
.buy_wrap_top .buy_wrap_navigation span.active span.step svg {
   width: 16px;
}
.buy_wrap_title {
   height: 5%;
   font-size: 24px;
   font-weight: 600;
   color: #000;
   margin: 10px 0;

}
.buy_wrap_li2, .buy_wrap_li3, .buy_wrap_li4 {
   display: none;
}
.buy_wrap button {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 3px;
   height: 50px;
}
.buy_wrap button .sub {
   font-size: 14px;
}
.buy_wrap_fixed {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
   position: sticky;
   margin: 0 2px;
   padding: 10px 20px;
   height: 100%;
   z-index: 99;
   box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
   background-color: #fff;
}
.buy_wrap_fixed li {
   width: 100%;
}
.consult_popup {
   display: none;
   position: absolute;
   bottom: 60px;
   width: 100%;
   height: 100%;
   background-color: #fff;
   backdrop-filter: blur(10px);
}
.consult_popup_bg {
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.7);
}
.consult_popup_div {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
   position: sticky;
   margin: 0 2px;
   height: 100%;
   box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
   background-color: #fff;
   z-index: 99;
}
.consult_popup_top {
   width: 100%;
}
.consult_popup_top .consult_popup_btns {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   padding: 20px;
   border-bottom: 1px solid #eee;
}
.consult_popup_top .consult_popup_btns span {
   font-size: 20px;
   font-weight: 700;
   color: #101828;
}
.consult_popup_desc {
   width: 100%;
   font-size: 14px;
   color: #4a5565;
   padding: 20px;
}
.consult_popup_desc span {
   color: #05C3DD;
   font-weight: 600;
}
.consult_popup_item {
   width: 100%;
   padding: 0 20px;
   display: flex;
   flex-direction: column;
}
.consult_popup_div .forms {
   margin-bottom: 20px;
}
.consult_popup_div .forms-label {
   font-size: 15px;
   line-height: 1.5;
   color: #364153;
}
.consult_popup_div input[type='text'], .consult_popup_div textarea {
   width: 100%;
   border: 1px solid #ebe6e7;
   box-sizing: border-box;
   border-radius: 8px;
   background: #fbf9fa;
   padding: 10px;
   font-size: 16px;
   font-weight: 400;
   resize: none;
}
.consult_popup_div input[type='text']:focus, .consult_popup_div textarea:focus {
   border: 1px solid #05C3DD;
   box-shadow: 0 0 0 1px #05C3DD;
   outline: none;
}
.consult_popup_div .consult_popup_notice {
   font-size: 12px;
   color: #4a5565;
   background: #fbf9fa;
   padding: 20px;
   margin: 0 20px;
   border-radius: 8px;
}
.consult_popup_div .button_wrap {
   display: none;
   position: absolute;
   bottom: 0;
   width: 100%;
   text-align: center;
   padding: 20px;
   border-top: 1px solid #eee;
}
.consult_popup_div .button_wrap button {
   width: 100%;
   padding: 17px 20px;
   background-color: #05C3DD;
   color: #fff;
   font-weight: 500;
   border: none;
   border-radius: 8px;
   font-size: 14px;
   cursor: pointer;
}
.type_40_check {
   margin: 0;
   padding-bottom: 10px;
}
.type_40_check p {
   font-size: 14px;
}
.type_40_check_li {
   margin: 0;
   margin-bottom: 10px;
}
.type_40_check label {
   font-size: 13px;
}
.newitem_newinfo_ul {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.newitem_newinfo_ul li {
   height: 80px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   border-bottom: 1px solid #eee;
}
.newitem_newinfo_ul li.divider {
   width: 2px;
   height: 25px;
   background: #ddd;
}
.newitem_newinfo_ul li p {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 5px;
   width: 100%;
   font-size: 17px;
}
.newitem_newinfo_ul li p .spec {
   font-weight: bold;
   font-size: 18px;
}
.newitem_newinfo2 p {
   font-size: 18px;
   color: #000;
   line-height: 1.5;
   font-weight: 600;
   margin-top: 10px;
}
.newitem_newinfo2 ul {
   margin-top: 10px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   gap: 10px;
   list-style: disc;
}
.newitem_newinfo2 ul li {
   position: relative;
   padding-left: 20px;
   font-size: 17px;
   line-height: 1.5;
   color: #666;
}
.newitem_newinfo2 ul li::before {
   content: '●';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   color: #05C3DD;
   font-size: 10px;
   line-height: 1.5;
}
.newitem_newinfo3 {
   background: #fff;
   border-radius: 10px;
   border: 1px solid #eee;
   padding: 15px;
   margin-top: 20px;
}
.newitem_newinfo3 p {
   font-size: 18px;
   color: #000;
   line-height: 1.5;
   font-weight: 600;
}
.newitem_newinfo3 ul {
   margin-top: 10px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   list-style: disc;
   width: 100%;
}
.newitem_newinfo3 ul li {
   display: flex;
   justify-content: space-between;
   width: 100%;
}
.newitem_newinfo3 ul li.divider {
   height: 1px;
   background: #eee;
   margin-top: 5px;
   margin-bottom: 10px;
}
.newitem_newinfo3 ul li span {
   font-size: 15px;
   line-height: 1.5;
   color: #666;
}
.newitem_newinfo3 ul li span.spec {
   font-weight: 500;
   color: #000;
   font-size: 16px;
}

.newitem_newprice_contract {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   background: #fbf9fa;
   border-radius: 10px;
   padding: 15px 0;
   margin: 20px 0;
   gap: 10px;
}
.newitem_newprice_contract p {
   font-size: 17px;
   font-weight: 500;
   color: #888;
}
.newitem_newprice_contract p span {
   font-size: 24px;
   font-weight: 700;
   color: #05C3DD;
}
.newitem_newprice_contract p.contract_sub {
   font-size: 14px;
   font-weight: 400;
}
.newitem_newinfo_ul2 {
   display: flex;
   align-items: center;
   justify-content: center;
   background: #f5f5f5;
   border-radius: 5px;
   padding: 15px 0;
}
.newitem_newinfo_ul2 .spec {
   font-size: 18px;
}
.newitem_newinfo_ul2 .desc {
   color: #888;
}
.newitem_newinfo_sub {
   text-align: right;
   font-size: 12px;
   color: #888;
   margin: 5px 0;
}
.newitem_newprice_origin {
   margin: 15px 0;
   display: flex;
   align-items: flex-start;
   flex-direction: column;
   gap: 10px;
   color: #999;
}
.newitem_newprice_origin p {
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
   gap: 20px;
   width: 100%;
   color: #000;
   font-size: 23px;
   font-weight: 700;
}
.newitem_newprice_origin p.origin_sub {
   align-items: center;
   justify-content: flex-start;
   gap: 6px;
   margin-top: 5px;
}
.newitem_newprice_origin p span {
   font-size: 20px;
   color: #05C3DD;
   font-weight: 600;
}
.newitem_newprice_origin p.origin_sub span {
   color: #000;
}
.newitem_newprice_origin p.origin_sub2 {
   font-size: 16px;
   color: #888;
   font-weight: 400;
}
.newitem_newprice_origin .through {
   font-size: 16px;
   font-weight: 400;
   color: #888;
   line-height: 1;
}
.newitem_newprice_origin .through2 {
   font-size: 16px;
   font-weight: 400;
   color: #000;
   line-height: 1;
}
.newitem_newprice_origin .origin {
   color: #05C3DD;
   font-size: 30px;
}
.newitem_newprice_final {
   display: flex;
   align-items: flex-start;
   flex-direction: column;
   gap: 10px;
}
.newitem_newprice_final p {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   font-size: 14px;
}
.newitem_newprice_final .price {
   font-size: 18px;
   font-weight: bold;
   color: #ff0000;
}
.newfinal_calc {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   margin-top: 20px;
   gap: 5px;
}
.newfinal_img {
   cursor: pointer;
}
.newfinal_img2 {
   cursor: pointer;
}
.newfinal_calc div {
   width: 50%;
}
.newfinal_calc img {
   width: 100%;
   height: auto;
   filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.06));
}
.l1 {
   line-height: 0.7;
}
.l2 {
   line-height: 1;
}
.charge1 {
   font-size: 10px;
   vertical-align: middle;
}
.tab_gnd_wrap .swiper-wrapper {
   justify-content: center;
   gap: 40px;
}
.contabroll dd {
   padding-right: 0;
   margin-right: 0 !important;
}

@media (max-width: 1024px) {
   .floating-wrap {
      bottom: 13%;
   }
   .swiper-container {
      width: 100%;
   }
   .buy_wrap button {
      width: 100%;
      font-size: 16px;
   }
   .buy_wrap button .sub {
      font-size: 12px;
   }
   .buy_wrap_ul2 {
      width: 49%;
   }

   .newitem {
      gap: 0;
      flex-direction: column;
      height: 88vh;
   }
   .newitem_divider {
      border-bottom: 1px solid #999;
      border-top: 1px solid #999;
      margin: 2px 0;
      width: 110%;
      margin-left: -5%;
      height: 4px;
   }
   .main_list_ico {
      margin-top: 10px;
   }
   .newitem_tag {
      margin-top: 10px;
   }
   .newitem_left {
      width: 100%;
   }
   .newitem_right {
      width: 100%;
      padding: 0;
   }
   .newitem_title {
      font-size: 24px;
      line-height: 1.3;
      margin-bottom: 10px;
   }
   .newitem_price_origin {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
   }
   .newitem_sns svg {
      width: 20px;
      height: 20px;
   }
   .newitem_sub {
      font-size: 15px;
   }
   .final_total {
      width: 60%;
   }
   #buy_opt_boxs {
      position: fixed;
      z-index: 99;
      bottom: 0;
      left: 0;
   }
   .buy_wrap_title {
      font-size: 20px;
   }
   .buy_wrap_fixed {
      bottom: 6%;
      left: 0;
      overflow-y: auto;
      padding: 20px;
      margin: 0 auto;
      display: none;
   }
   .newitem_bottom_fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
      z-index: 98;
   }
   .newitem_bottom_fixed_bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 97;
   }
   .newitem_bottom_fixed2 {
      position: fixed;
      bottom: 0;
      left: 0;
      padding: 10px 20px;
      z-index: 98;
   }
   .newitem_bottom_fixed2 .item_name_text {
      font-size: 26px;
   }
   .newitem_bottom_fixed2 .item_name_text_sub {
      font-size: 16px;
   }
   .newitem_bottom_fixed2 .buy_wrap .buy_wrap_ul1 {
      width: 70%;
   }
   .newitem_bottom_fixed2 .buy_wrap .buy_wrap_ul2 {
      width: 30%;
   }

   .newitem_bottom_fixed2 .buy_wrap {
      gap: 5px;
      margin-top: 0;
   }
   .newitem_select .select_qty button {
      background-color: #eee;
   }
   .newitem_select .select_title {
      width: 45%;
   }
   .newitem_popup_div {
      top: 20%;
   }
   .final_total {
      width: 100%;
   }
   .final_calc {
      width: 100%;
      margin-top: 10px;
   }
   .tab_cont_area {
      overflow: visible;
   }
   .more_btn_area {
      left: -6%;
      width: 112%;
   }
   .more_btn_area button {
      width: 100%;
   }
   .more_btn_area::after {
      left: -6%;
      width: 112%;
   }
   .newitem_info_ul {
      flex-direction: column;
   }
   .newitem_info_ul li {
      width: 100%;
   }
   .newitem_info_ul li span:nth-child(1) {
      width: 20%;
   }
   .newitem_info_ul li span:nth-child(2) {
      width: 80%;
   }
   .newitem_info_ul3 {
      flex-direction: column;
      height: 100%;
   }
   .newitem_info_ul3 li {
      padding-bottom: 6.25%;
   }
   .newitem_info_ul3 li iframe {
      position: absolute;
   }
   .youtube-icon {
      width: 100px;
      height: auto;
   }
   .newitem_total_price {
      margin-top: 0;
   }
   .newitem_result {
      height: auto;
      overflow-y: hidden;
   }
   .newitem_popup_bg {
      left: 0;
      width: 100%;
   }
   .newitem_newprice_origin {
      margin: 10px 0;
   }
   .newitem_newprice_origin p {
      font-size: 20px;
   }
   .newitem_newprice_origin p span {
      font-size: 22px;
   }
   .newitem_newprice_origin p.origin_sub span {
      font-size: 16px;
   }
   .newitem_newprice_origin p.origin_sub2 {
      font-size: 14px;
   }
   .newitem_newprice_origin .through, .newitem_newprice_origin .through2 {
      font-size: 18px;
   }
   .newitem_newprice_final_title p:nth-child(1) {
      flex: 1;
   }
   .newitem_newprice_final_price p:nth-child(1) {
      flex: 1;
   }
   .newitem_newprice_final_price p {
      font-size: 14px;
   }
   .newitem_newprice_final_price p span {
      font-size: 16px;
   }
   .consult_popup {
      position: fixed;
      z-index: 99;
      bottom: 0;
      left: 0;
   }
   .consult_popup_div {
      top: 0;
      left: 0;
      overflow-y: auto;
      margin: 0 auto;
      display: none;
      overflow-x: hidden;
   }
   .consult_popup_top .consult_popup_btns {
      padding: 20px 30px;
   }
   .consult_popup_top .consult_popup_btns span {
      font-size: 24px;
   }
   .consult_popup_top .consult_popup_btns svg {
      width: 28px;
      height: 28px;
   }
   .consult_popup_desc {
      padding: 30px;
      font-size: 16px;
   }
   .consult_popup_item {
      padding: 0 30px;
   }
   .consult_popup_div .consult_popup_notice {
      margin: 0 30px;
      font-size: 14px;
   }
   .consult_popup_div .button_wrap {
      padding: 10px 30px;
      position: fixed;
      background-color: #fff;
   }
   .consult_popup_div .button_wrap button {
      font-size: 16px;
   }
   .newitem_newinfo_ul li {
      height: 50px;
   }
   .newitem_newinfo_ul li p {
      align-items: center;
      gap: 5px;
      font-size: 16px;
   }
   .newitem_newinfo_ul li p .spec {
      font-size: 20px;
   }
   .newitem_newprice_contract {
      margin: 15px 0;
   }
   .newitem_newprice_contract p {
      font-size: 17px;
   }
   .newitem_newprice_contract p span {
      font-size: 24px;
   }
   .newfinal_calc {
      flex-direction: column;
      align-items: center;
   }
   .newfinal_calc div {
      width: 100%;
   }
   .newitem_info_ul2 li:nth-child(1) {
      width: 20%;
   }
   .newitem_info_ul2 li:nth-child(2) {
      width: 80%;
   }
   .bg_lines {
      padding-bottom: 10px;
      margin-top: 10px;
   }
   .quick-menu {
      bottom: 80px;
   }
}
