
/* swiper 공통 */
.d_mv_bottom_control_zone { position: absolute; bottom: 15px; left: 0; width: 100%; z-index: 10; text-align: right; box-sizing: border-box; padding: 0 20px; }
.d_mv_bottom_control_zone.type2 .swiper-pagination.d_mv_paging { font-size: 13px; }
.d_mv_bottom_control_zone.type2 .d_mv_bottom_in_control { padding: 3px 10px; }
.d_mv_bottom_control_wrap { max-width: 1200px; padding: 0 20px; margin: 0 auto; }
.d_mv_bottom_in_control { display: inline-block; justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.3); border-radius: 100px; padding: 5px 15px; }
.d_mv_bottom_cols { margin: 0 6px; }
.d_mv_control_wrap { position: absolute; top: 50%; left: 0; height: 0; z-index: 10; width: 100%; }
.btn_d_mv_control { display: flex; width: 50px; height: 50px; align-items: center; justify-content: center; position: absolute; top: 0; transform: translateY(-50%); }
.btn_d_mv_control:after { display: block; content: ""; width: 15px; height: 15px; margin: -7px 0 0 -3px; position: absolute; top: 50%; left: 50%; transform: rotate(225deg); border-right: 2px solid #fff; border-top: 2px solid #fff; }
.btn_d_mv_control.next { right: 0; }
.btn_d_mv_control.next:after { transform: rotate(45deg); margin-left: -12px; }
.swiper-pagination.d_mv_paging { position: static; color: #fff; font-size: 11px; line-height:unset;}
.d_mv_swiper_auto_control_list { border: 1px solid rgba(255, 255, 255, 0.22); display: flex; align-items: center; border-radius: 3px; font-size: 0; line-height: 0; }
.d_mv_swiper_auto_control_list > li { border: 1px solid rgba(255, 255, 255, 0.22); border-right: 0; }
.btn_d_mv_stop, .btn_d_mv_play { display: inline-block; width: 30px; height: 30px; background: url("/asp/images/icon/btn_main_play.png") no-repeat 0 0/100% auto; }
.btn_d_mv_play { background-position: 0 100%; }
.d_mv_control_in_wrap { max-width: 1200px; margin: 0 auto; position: relative; }
.detail_multi_visual_wrap { max-width: 1200px; margin: 0 auto; position: relative; }
.detail_multi_visual_wrap .d_mv { display: block; height: 0; padding-bottom: 100%; position: relative; }
.detail_multi_visual_wrap .d_mv > img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; }
.swiper-pagination-current{color: #fff;}

@media (max-width:1023px) {
	.d_mv_bottom_in_control { padding: 3px 15px; }
	.btn_d_mv_stop, .btn_d_mv_play { width: 20px; height: 20px; }
	.d_mv_bottom_control_zone.type2 .swiper-pagination.d_mv_paging { font-size: 11px; }
	.d_mv_bottom_control_zone.type2 .d_mv_bottom_in_control { padding: 3px 15px; }
}

.middle_wrap.detail_wrap{padding-top: 0px;}

/* detail- visual */
.detail_grid_visual_wrap { display: flex; gap: 10px; max-width: 1200px; margin: 0 auto; position: relative; }
.detail_grid_visual_wrap.type2 .dgrid_thum_item { padding: 0; height: 100%; }
.detail_grid_main_cols { flex: 1; min-width: 0; position: relative; overflow: hidden; border-radius: 18px; }
.detail_grid_main_cols .detail_grid_main_swiper { height: 100%; }
.detail_grid_sub_cols { flex: 0 0 390px; display: flex; flex-direction: column; }
.dgrid_thum_list { display: flex; flex-wrap: wrap; gap: 10px 0; height: 100%; margin: 0 -5px; }
.dgrid_thum_list > li { flex: 0 0 50%; box-sizing: border-box; width: 50%; padding: 0 5px; }
.dgrid_thum_item { display: flex; width: 100%; height: 0; padding-bottom: 100%; position: relative; overflow: hidden; border-radius: 18px; }
.dgrid_thum_item img { display: block; vertical-align: top; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; }
.dgrid_more_item { z-index: 2; position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #fff; font-size: 18px; font-weight: 500; background: rgba(0, 0, 0, 0.4); }
.detail_grid_imgitem { height: 390px; }
.detail_grid_imgitem .swiper_img_caption { left: 20px; }
.detail_grid_imgitem img { display: block; vertical-align: top; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; }
.visual_layer_zone { pointer-events: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 5; text-align: center; }
.visual_layer_wrap.size2 .visual_key_row { margin-bottom: 15px; }
.visual_layer_wrap.size2 .visual_copy_main { font-size: 42px; }
.visual_layer_wrap.size2 .visual_copy_sub { font-size: 26px; margin-top: 10px; }
.visual_key_row { margin-bottom: 10px; }
.visual_keybox { font-size: 17px; font-weight: 500; background: #DA291C; border-radius: 8px; padding: 5px 10px; color: #fff; }
.visual_copy_main, .visual_copy_sub { font-size: 47px; font-weight: 700; text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.9); line-height: 1.1; font-family: "S-Core6"; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.visual_copy_main { color: #fff; }
.visual_copy_sub { color: #fff; }
.visual_text { color: #fff; font-family: "S-Core6"; font-size: 20px; margin-top: 2px; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
/*  */
.gfraction_current { font-size: 17px; font-weight: 500; }
.gfraction_part { display: inline-block; padding: 0 1px; }
.gfraction_length { display: inline-block; position: relative; top: 1px; }
@media (max-width:1023px) {
	.detail_grid_visual_wrap { display: block; }
	.detail_grid_main_cols { border-radius: 0; }
	.detail_grid_main_cols .detail_grid_main_swiper { max-height: inherit; }
	.detail_grid_sub_cols { display: none; }
	.detail_grid_imgitem { height: 270px; /* .swiper_img_caption{left:13px;} */}
	.visual_keybox { font-size: 14px; border-radius: 5px; }
	.visual_copy_main, .visual_copy_sub { font-size: 32px; }
	.visual_text { font-size: 14px; }
	.visual_layer_wrap.size2 .visual_key_row { margin-bottom: 15px; }
	.visual_layer_wrap.size2 .visual_copy_main { font-size: 32px; }
	.visual_layer_wrap.size2 .visual_copy_sub { font-size: 14px; margin-top: 10px; }
}
/* detail- content */
.detail_contents_global_zone { display: flex; gap: 40px; margin-top: 36px; }
.detail_contents_zone { flex: 1; min-width: 0; }
.sticky_tabs_container_zone { /* height:0; */
	position: relative; overflow: hidden; min-height: 57px; }
.sticky_tabs_container_zone.mtype2 { margin-top: 45px; }
.tab_contents { border-bottom: 7px solid #fafafa;
	/*  &.has_line{
       .tabc_item{border-bottom:7px solid #fafafa;
           &:last-of-type{border-bottom:0;}
       }
   } */
}
.tab_contents:last-of-type { border-bottom: 0; }
/* .tab_contents.has_line{border-top:1px solid #e7e7e7;}
.tab_contents.has_line .tabc_item{border-bottom:1px solid #e7e7e7;}
.tab_contents.has_line .tabc_item:last-of-type{border-bottom:0;} */
.tab_contents_wrap.normal_type { margin-top: 45px; }
.tab_contents_wrap.normal_type .tab_contents { border-bottom: 0; display: none; }
.tab_contents_wrap.normal_type .tab_contents .tabc_item:first-of-type { padding-top: 0; }
.tab_contents_wrap.normal_type .tab_contents .tabc_item:last-of-type { padding-bottom: 0; }
.tab_contents_wrap.normal_type .tab_contents.active { display: block; }
.detail_hasmore_box { background: #f9f9f9; border-radius: 18px; padding: 20px 36px; }
.detail_hasmore_box.active .detail_hasmore_contents { height: auto; }
.detail_hasmore_contents { font-size: 14px; color: #5f5f5f; height: 62px; overflow: hidden; line-height: 1.5; }
.detail_hasmore_btn_row { margin-top: 10px; }
.btn_hasmore_text { display: inline-block; font-size: 15px; color: #000000; }
.sticky_tabs_inner_wrap .sticky_tabs_inner { padding: 10px 0 0 0; }
.sticky_tabs_inner_wrap.fixed { position: fixed; top: 0; left: 0; width: 100%; height: 0; z-index: 20; }
.sticky_tabs_inner_wrap.fixed .sticky_tabs_inner { background: #fff; max-width: 1200px; margin: 0 auto; }
.sticky_tabs_inner_wrap.fixed .sticky_tabs_swiper_wrap { margin-right: 397px; }
.sticky_tabs_swiper_wrap { position: relative; }
.sticky_tabs_swiper_wrap:before { display: block; content: ""; height: 1px; background: #b5b5b5; position: absolute; bottom: 0; left: 0; width: 100%; }
.sticky_tabs_swiper_wrap .sticky_tab { display: block; position: relative; padding: 0 0 15px 0; box-sizing: border-box; height: 42px; }
.sticky_tabs_swiper_wrap .sticky_tab.active:after { display: block; content: ""; height: 3px; background: #000000; position: absolute; bottom: 0; left: 0; width: 100%; }
.sticky_tabs_swiper_wrap .sticky_tab.active .sticky_tab_text { color: #010101; font-weight: 700; }
.sticky_tab_text { font-size: 18px; display: inline-block; }
.sticky_tabs_swiper_container.swiper-container { width: auto; }
.sticky_tabs_swiper_container.swiper-container .swiper-wrapper { width: auto; }
.sticky_tabs_swiper_container.swiper-container .swiper-slide {display:none; width: auto; flex: auto; text-align: center; }
.sticky_tabs_swiper_container.swiper-container .swiper-slide.active {display: block;}
.detail_calculation_zone { flex: 0 0 357px; position: relative; width: 357px; }
.detail_calculation_wrap.fixed { position: fixed; top: 0; left: 0; width: 100%; height: 0; z-index: 20; }
.detail_calculation_wrap.fixed.bottom { position: absolute; bottom: 0; top: auto; height: auto; }
.detail_calculation_wrap.fixed.bottom .detail_calculation_inner_wrap { height: auto; }
.detail_calculation_wrap.fixed.bottom .detail_calculation_inner_group { height: auto; padding-bottom: 0; }
.detail_calculation_wrap.fixed .detail_calculation_inner_wrap { max-width: 1200px; margin: 0 auto; display: flex; justify-content: flex-end;height: 0; }
.detail_calculation_wrap.fixed .detail_calculation_inner_group { box-sizing: border-box; width: 357px; position: relative; overflow-y: overlay; height: 100vh; box-sizing: border-box; padding: 10px 0 30px; /* &::-webkit-scrollbar {width: 0;} */}
.detail_calculation_wrap.fixed .dc_inner_get_container{height:400px;}
.tabc_item { padding: 40px 0; border-bottom: 7px solid #fafafa; position: relative; }
.tabc_item:last-of-type { border-bottom: 0; }
.tab_cont_title_row { display: flex; align-items: flex-end; justify-content: space-between; }
.tab_cont_title_row.type2 { align-items: center; }
.tab_cont_title { font-size: 20px; color: #2b2b2b; line-height: 1; font-weight: 700; }
.tab_cont_sub_title_row { display: flex; align-items: flex-end; justify-content: space-between; padding: 15px 65px 15px 15px;}
.tab_cont_sub_title { font-size: 16px; color: #2b2b2b; line-height: 1; font-weight: 500; }
.tab_cont_content_row { padding: 30px 0 0 0;}
.tab_cont_content_row.type_visual { position: relative;}
.tab_cont_else_group { display: flex; align-items: center; gap: 25px; justify-content: flex-end; }
.btn_textonly { display: inline-block; font-size: 15px; color: #6d6c6c; }
@media (max-width:1260px) {
	.detail_contents_global_zone { margin-top: 12px; }
	.sticky_tabs_container_zone { margin: 0 -20px; }
	.sticky_tabs_inner_wrap { opacity: 0; }
	.sticky_tabs_inner_wrap.fixed { opacity: 1; }
	.sticky_tabs_inner_wrap.fixed .sticky_tabs_inner { margin: 0 30px; display: block; }
	.detail_calculation_wrap.fixed .detail_calculation_inner_wrap { margin: 0 30px; }
	.tab_cont_title { font-size: 18px; }
	.tab_cont_content_row { padding-top: 20px; }
}
@media (max-width:1023px) {
	.sticky_tabs_container_zone { min-height: 0px !important; height: 30px !important; }
	.sticky_tabs_container_zone.mb_show_type { min-height: 50px !important; height: 50px !important; }
	.sticky_tabs_container_zone.mb_show_type .sticky_tabs_inner_wrap { opacity: 1; }
	.sticky_tabs_container_zone.mtype2 { margin-top: 25px; }
	.detail_calculation_zone { display: none; }
	.detail_contents_zone { padding: 0 20px; }
	.sticky_tabs_inner_wrap.fixed { top: 55px; }
	.sticky_tabs_inner_wrap.fixed .sticky_tabs_inner { margin: 0 0; }
	.sticky_tabs_inner_wrap.fixed .sticky_tabs_swiper_wrap { margin: 0; }
	.sticky_tabs_inner_wrap .sticky_tabs_inner { padding-top: 0; }
	.sticky_tabs_inner_wrap .sticky_tab { padding: 14px 10px 15px; white-space: nowrap; box-sizing: border-box; width: auto; height: auto; }
	.sticky_tab_text { font-size: 14px; }
	.btn_textonly { font-size: 13px; }
	.visual_layer_zone { padding: 0 50px; box-sizing: border-box; }
	.detail_hasmore_box { border-radius: 10px; padding: 20px; }
	.btn_hasmore_text { font-size: 14px; }
	tab_cont_sub_title{font-size: 14px;}
}

/* detail gate */
.detail_anchor_gate_wrap { margin-bottom: 60px; }
.detail_anchor_gate_wrap.gap2 { margin-bottom: 40px; }
.detail_product_caption_row { display: flex; margin-bottom: 10px; justify-content: space-between; gap: 20px; align-items: center; }
.pro_keyword_list { display: flex; flex-wrap: wrap; gap: 5px; }
.pro_keyword { display: inline-block; color: #5f5f5f; font-weight: 500; line-height: 1; border-radius: 4px; padding: 5px 6px; background: #f9f9f9; }
.pro_number_list { display: flex; flex-wrap: wrap; gap: 5px; }
.pro_number { display: inline-block; color: #999; font-size: 13px; }
.detail_product_primary { font-size: 30px; font-weight: 700; color: #000000; line-height: 1.4; }
.detail_product_subcopy { font-size: 14px; color: #999999; line-height: 1.4; margin-top: 5px; }
.detail_product_highlight_row { margin-top: 10px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.arrange_item_list { display: flex; gap: 24px; flex-wrap: wrap; }
.arrange_item_list > li { display: flex; align-items: center; gap: 5px; }
.arrange_item_list > li.type2 { position: relative; top: -1px; }
.arrange_item_list > li.type2 .eval_text { position: relative; top: -1px; }
.arrange_item_list .arrange_item .ico.ico_marker { margin-left: -4px; }
.arrange_item { display: flex; padding-right: 13px; position: relative; align-items: center; gap: 3px; }
.arrange_item .ico { display: inline-block; width: 20px; height: 20px; flex: 0 0 20px; background-repeat: no-repeat; background-size: 100% auto; background-position: 0 0; }
.arrange_item .ico.ico_marker { background-image: url("/asp/images/icon/ico_map.jpg"); }
.arrange_item .ico.ico_star { background-image: url("/asp/images/icon/ico_star.png"); width: 12px; height: 12px; flex-basis: 12px; }
.arrange_item:after { display: inline-block; content: ""; width: 7px; height: 7px; border-right: 1px solid #858585; border-bottom: 1px solid #858585; position: absolute; top: 50%; right: 0; transform: rotate(-45deg) translateY(-50%); margin-top: -2px; }
.arrange_item.type2 { padding-right: 0; }
.arrange_item.type2:after { display: none; }
.arrange_text { display: inline-block; font-size: 14px; color: #6d6c6c; line-height: 1; position: relative; top: -1px; }
.arrange_text.skin2 { font-size: 15px; color: #6d6c6c; top: 1px; }
.eval_text { display: inline-block; padding-left: 14px; min-height: 12px; position: relative; }
.eval_text:before { display: block; content: ""; width: 12px; height: 12px; background: url("/asp/images/icon/ico_star.png") no-repeat 0 0/100% auto; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.eval_text.type2 { font-size: 15px; color: #6d6c6c; }
.eval_text.type3 { font-size: 15px; color: #000; }
.eval_text_inner { font-size: 14px; color: #6d6c6c; display: inline-block; position: relative; top: -1px; }
.price_item_wrap { text-align: right; display: none;}
.price_sub_list { display: flex; gap: 5px; justify-content: flex-end; }
.price_sub_list.type2 { display: block; }
.price_key, .before_price { font-size: 13px; white-space: nowrap; }
.price_key { color: #DA291C; }
.before_price { color: #b5b5b5; text-decoration: line-through; }
.price_main_list { display: flex; gap: 5px; align-items: center; justify-content: flex-end; }
.price_value_group { display: flex; align-items: center; color: #2b2b2b; }
.price_value_main { font-size: 29px; font-weight: 700; line-height: 1; white-space: nowrap; }
.price_value_unit { font-size: 16px; display: inline-block; padding-top: 1px; }
.price_subcopy { font-size: 12px; color: #999999; margin-top: 5px; }
.detail_gate_quick_wrap { background: #f9f9f9; padding: 20px 0; border-radius: 20px; margin-top: 40px; }
.detail_gate_quick_list { display: flex; text-align: center; }
.detail_gate_quick_list > li { flex: 1; }
.detail_gate_quick_menu { display: inline-block; }
.detail_gate_quick_menu .ico {display: flex; align-items: center; justify-content: center; font-size: 0; line-height: 0; text-align: center;width: 42px; height: 42px; margin: 0 auto; background: url("/asp/images/icon/ico_guide.png") no-repeat 0 0/100% auto; }
.detail_gate_quick_menu .ico.ico_01 { background-position: 0 0; }
.detail_gate_quick_menu .ico.ico_02 { background-position: 0 12%; }
.detail_gate_quick_menu .ico.ico_03 { background-position: 0 23%; }
.detail_gate_quick_menu .ico.ico_04 { background-position: 0 34%; }
.detail_gate_quick_menu .ico.ico_05 { background-position: 0 46%; }
.detail_gate_quick_menu .ico.ico_06 { background-position: 0 58%; }
.detail_gate_quick_menu .ico.ico_07 { background-position: 0 69%; }
.detail_gate_quick_menu .ico.ico_08 { background-position: 0 79%; }
.detail_gate_quick_menu .ico.ico_09 { background-position: 0 89%; }
.detail_gate_quick_menu .ico.ico_10 { background-position: 0 99%; }

.detail_gate_quick_text { font-size: 15px; color: #333333; }
.ficbox { display: flex; align-items: center; gap: 10px; }
.ico_fic { display: block; content: ""; width: 32px; height: 32px; flex: 0 0 32px; background: url("/asp/images/icon/ico_hotel_cart.png") no-repeat 0 0/100% auto; }
.ico_fic.ico_01 { background-position: 0 0; }
.ico_fic.ico_02 { background-position: 0 50%; }
.ico_fic.ico_03 { background-position: 0 100%; }
.ficbox_liquid { flex: 1; text-align: center; display: flex; justify-content: center; }
.ficbox_liquid .count_fraction { font-size: 16px; }
.ficbox_data_list { display: flex; flex-wrap: wrap; gap: 12px; text-align: center; justify-content: center; }
.ficbox_data { font-size: 16px; color: #333333; display: inline-block; }
.ficbox_product_name { font-size: 16px; color: #333333; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; line-height: 1.3; text-align: center; }
.btn_dprops_box { border-radius: 10px; display: block; background: #DA291C; font-size: 18px; font-weight: 500; padding: 15px; text-align: center; color: #fff; }
.dcalcul_box { border: 1px solid #d7d7d7; border-radius: 8px; margin: 0 0 10px 0; }
.dcalcul_box.dprops_box { padding: 15px 20px; }
.dcalcul_box.dcard_box { padding: 15px 20px; }
.dcalcul_flex_row { display: flex; align-items: center; justify-content: space-between; font-size: 0; line-height: 0; }
.btn_dcalcul_box { display: inline-flex; align-items: center; font-size: 16px; color: #333333; gap: 8px; }
.btn_dcalcul_box:before { display: block; content: ""; width: 26px; height: 26px; background: url("/asp/images/icon/ico_calendar.png") no-repeat 0 0/100% auto; }
.dcalcul_value { font-size: 16px; color: #000000; line-height: 1; }
.dcart_keyword_row { margin-bottom: 2px; }
.dcart_main_row { display: flex; align-items: center; }
.dcart_main_liquid { flex: 1; min-width: 0; }
.dcart_primary { font-size: 17px; font-weight: 500; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; color: #000000; }
.dcart_secondary { margin-top: 0; }
.price_each_obj { display: flex; align-items: center; }
.price_each_key { font-size: 17px; color: #1b1b1b; font-weight: 500; }
.price_each_unit { font-size: 15px; color: #1b1b1b; }
.dcart_main_fixed { flex: 0; white-space: nowrap; }
.btn_action_box { display: inline-flex; padding: 5px 15px 6px; min-height: 30px; align-items: center; box-sizing: border-box; line-height: 1; border: 1px solid #5f5f5f; border-radius: 100px; font-size: 15px; font-weight:500; color: #5f5f5f; line-height: 1; }
.btn_action_box.primary { background: #DA291C; border-color: #DA291C; color: #fff; }
.dcart_sub_row { margin-top: 20px; background: #f9f9f9; border-radius: 10px; padding: 15px 20px; }
.dcart_sub_copy { font-size: 13px; color: #6d6c6c; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.dcart_sub_btn_row { margin-top: 7px; }
.btn_ico_link { display: inline-block; white-space: nowrap; color: #4e4e4e; font-size: 13px; position: relative; padding-right: 12px; }
.btn_ico_link:after { display: inline-block; content: ""; width: 7px; height: 7px; border-right: 1px solid #4e4e4e; border-bottom: 1px solid #4e4e4e; position: absolute; top: 50%; right: 0; transform: rotate(-45deg) translateY(-50%); margin-top: -1px; }
.dcalcul_other_group { margin-top: 30px; }
.dcalcul_other_label { font-size: 14px; color: #4e4e4e; line-height: 1; margin-bottom: 15px; text-align: right; }
.dcc_other_fxbox { display: flex; border: 1px solid #dcdcdc; }
.dcc_other_fxcols { border-right: 1px solid #dcdcdc; flex: 0 0 57px; width: 57px; }
.dcc_other_fxcols:last-of-type { border-right: 0; }
.dcc_other_fxcols.dcc_long { flex: 1; min-width: 0; }
.btn_dcc_obox { height: 38px; display: flex; align-items: center; justify-content: center; }
.dcc_obox_text { font-size: 14px; color: #5f5f5f; line-height: 1; }
.btn_dcc_obox:hover .dcc_obox_text { color: #333; }
.btn_dcc_ico { height: 38px; width: 57px; display: flex; align-items: center; justify-content: center; }
.btn_dcc_ico:after { opacity: 0.5; display: block; content: ""; background-repeat: no-repeat; background-size: 100% auto; background-position: 0 0; }
.btn_dcc_ico.ico_print:after { background-image: url("/asp/images/icon/ico_print.png"); width: 21px; height: 21px; }
.btn_dcc_ico.ico_like:after { background-image: url("/asp/images/icon/ico_like_46x42.png"); width: 23px; height: 21px; }
.btn_dcc_ico.ico_share:after { background-image: url("/asp/images/icon/ico_share_43x42.png"); width: 21.5px; height: 21px; }
.btn_dcc_ico.ico_like.active:after { background-position: 0 100%; opacity: 1; }
.btn_dcc_ico:hover:after { opacity: 0.7; }
.dcalcul_other_elseitem_g { margin-top: 15px; }
.dcc_other_elseitem_list { text-align: right; }
.dcc_other_elseitem_list > li { display: flex; justify-content: flex-end; }
.dcc_other_elseitem { display: flex; gap: 8px; align-items: center; }
.dcc_other_elseitem:before { display: block; content: ""; width: 22px; height: 18px; background: url("/asp/images/icon/ico_card_22_2.png") no-repeat 0 0/100% auto; }
.dcc_other_elseitem_text { font-size: 14px; color: #4e4e4e; line-height: 1; display: inline-block; position: relative; top: -1px; }
.dcalcul_banner_group { border: 1px solid #d7d7d7; padding: 15px 25px; border-radius: 8px; margin: 30px 0 10px 0; }
.dbanner_key_row { display: flex; margin-bottom: 15px; justify-content: space-between; gap: 20px; align-items: center; }
.dbanner_key { font-size: 16px; color: #000000; }
.btn_behavior { display: inline-flex; background: #DA291C; border-radius: 5px; padding: 8px 10px; gap: 5px; }
.btn_behavior .ico { display: inline-block; background-position: 0 0; background-repeat: no-repeat; background-size: 100% auto; }
.btn_behavior .ico.down { background-image: url("/asp/images/icon/ico_down_14.png"); width: 14px; height: 13px; }
.btn_behavior_text { color: #fff; font-size: 13px; line-height: 1; display: inline-block; }
.swiper-container.swiper-small-card { position: relative; overflow: hidden; border-radius: 20px; }
.btn_small_card img { vertical-align: top; width: 100%; }
.swiper-pagination.dot-skin2 { position: static; text-align: center; margin-top: 10px; }
.swiper-pagination.dot-skin2 .swiper-pagination-bullet { margin: 0 2px; background: #ababab; opacity: 1; }
.swiper-pagination.dot-skin2 .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 30px; border-radius: 100px; background: #535353; }
.detail_mb_else_row { display: none; margin-bottom: 10px; }
.pro_mb_sns_list { display: flex; gap: 12px; align-items: center; }
.mb_sns { display: inline-block; width: 23px; height: 23px; background-position: 0 0; background-repeat: no-repeat; background-size: 100% auto; }
.mb_sns.share { background-image: url("/asp/images/icon/ico_share_m.png"); }
.mb_sns.ico_like { background-image: url("/asp/images/icon/ico_like_m.png"); }
.mb_sns.ico_like.active { background-position: 0 100%; }
.btn_mb_smbox { font-size: 12px; color: #5f5f5f; font-weight: 500; border: 1px solid #dcdcdc; border-radius: 3px; display: inline-block; padding: 7px 10px; }
@media (max-width:1023px) {
	.detail_mb_else_row { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
	.detail_product_caption_row .pro_number_list { display: none; }
	.detail_product_highlight_row { margin-top: 20px; }
	.detail_product_highlight_row .arrange_item_list { flex: 0; white-space: nowrap; }
	.detail_product_highlight_row .price_item_wrap { flex: 1; }
	.price_sub_list { margin-bottom: 5px; }
	.detail_product_caption_row { margin-bottom: 7px; }
	.detail_product_primary { font-size: 22px; }
	.detail_product_subcopy { font-size: 13px; }
	.arrange_text { font-size: 13px !important; }
	.arrange_item_list { gap: 10px; }
	.price_item_wrap {display: block;}
	.before_price, .price_key { font-size: 13px; }
	.price_value_main { font-size: 24px; }
	.price_value_unit { font-size: 14px; }
	.price_subcopy { font-size: 13px; }
	.arrange_item { padding-right: 10px; }
	.arrange_item .ico { width: 15px; height: 15px; flex-basis: 15px; }
	.arrange_item:after { width: 5px; height: 5px; }
	.detail_gate_quick_wrap { margin-top: 30px; border-radius: 15px; padding: 15px 0; }
	.detail_gate_quick_list { flex-wrap: wrap; gap: 10px 0; }
	.detail_gate_quick_list > li { flex: 0 0 33.3333333%; box-sizing: border-box; }
	.detail_gate_quick_text { font-size: 14px; }
	.detail_anchor_gate_wrap { margin-bottom: 0; }
	.detail_anchor_gate_wrap.gap2 { margin-bottom: 25px; }
	.tab_contents_wrap { padding: 30px 0 0 0; border-top: 7px solid #fafafa; }
	.tab_contents_wrap.normal_type { border-top: 0; padding-top: 0; margin-top: 25px; }
	.tab_contents:first-of-type .tabc_item { padding-top: 0; }
	.tabc_item { padding: 30px 0; }
	.btn_action_box {min-height: 25px; padding: 5px 10px 6px; }
	.pro_keyword{font-size: 13px;}
}

.mb_bottom_content .dcalcul_box_group { padding: 0 20px; }

/* 다른출발일 보기, 요금 카드 */
.system_calendar_zone { display: flex; flex-wrap: wrap; gap: 40px; border: 1px solid #e6e6e6; border-radius: 10px; padding: 35px 30px 20px; position: relative;}
.system_calendar_group { flex: 1; min-width: 0; }
.system_calendar_month_row { display: flex; align-items: center; justify-content: center; }
.system_calendar_month { font-size: 18px; font-weight: 500; line-height: 1; display: inline-block; letter-spacing: -0.25px; }
.system_calendar_table_wrap { margin-top: 20px; }
.system_calendar_table { width: 100%; }
.system_calendar_table tbody td { height: 60px; min-width: 100px;}
.system_calendar_table .sun, .system_calendar_table .sun .system_calendar_day { color: #f84242; }
.system_calendar_table .sat, .system_calendar_table .sat .system_calendar_day { color: #176bdd; }
.system_calendar_tditem { width: 100%; max-width: 60px; margin: 0 auto; height: 60px; padding: 5px; display: flex; justify-content: center; flex-direction: column; align-items: center; justify-content: center; }
.system_calendar_tditem:disabled { opacity: 0.4; }
.system_calendar_tditem.active { background: #333333; border-radius: 8px; }
.system_calendar_tditem.active * { color: #fff; }
.system_calendar_day { font-size: 13px; color: #333333; line-height: 1; font-weight: 500; }
.system_calendar_value { font-size: 13px; color: #5f5f5f; margin-top: 0; }
.system_calendar_value.type2 { color: #176bdd; }
.system_calendar_thtext { font-size: 12px; color: #333; }
.btn_system_control { display: block; width: 51px; height: 20px; position: absolute; top: 35px; }
.btn_system_control:after { display: block; content: ""; width: 10px; height: 10px; border-right: 1px solid #1e1e1e; border-bottom: 1px solid #1e1e1e; position: absolute; top: 4px; left: 50%; margin-left: -8px; transform: rotate(-45deg); }
.btn_system_control.prev { left: 30px; }
.btn_system_control.prev:after { margin-left: -3px; transform: rotate(-225deg); }
.btn_system_control.next { right: 30px; }

.tab_calendar_wrap{margin-top: 30px;}
.card_obj_group { margin-top: 20px; }
.card_obj_list > li { margin-bottom: 20px; }
.card_obj_list > li:last-of-type { margin-bottom: 0; }
.card_obj_temp { display: flex; align-items: flex-end; }
.card_obj_temp_liquid { flex: 1; min-width: 0; }
.card_obj_temp_fixed { flex: 0; white-space: nowrap; display: none; }
.price_mb_wrap { display:none; text-align: left; }
.price_mb_wrap .price_obj { justify-content: left; }
.card_obj_item { display: flex; border: 1px solid #e6e6e6; border-radius: 8px; overflow: hidden; position: relative; }
.card_obj_liquid_cols { flex: 1; padding: 25px; border-right: 1px solid #e6e6e6; position: relative; }
.card_obj_liquid_cols:after { display: block; content: ""; width: 23px; height: 23px; border-radius: 100%; border: 1px solid #e6e6e6; position: absolute; top: 50%; right: -11px; transform: translateY(-50%); background: #fff; box-sizing: border-box; }
.card_obj_liquid_cols .pro_keyword_list { margin-bottom: 5px; }
.card_obj_main { font-size: 19px; color: #000000; font-weight: 500; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.card_obj_summary { margin-top: 10px; background: #f9f9f9; border-radius: 8px; display: flex; justify-content: space-between; padding: 17px 20px; align-items: center; gap: 10px; }
.card_obj_summary .summary_copy { font-size: 13px; color: #6d6c6c; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.card_obj_fixed_cols { flex: 0 0 165px; position: relative; background: #fff; box-sizing: border-box; display: flex; flex-direction: column; gap: 10px; justify-content: center; align-items: center; text-align: center; }
.price_obj { display: flex; color: #1b1b1b; align-items: center; justify-content: center; white-space: nowrap; }
.price_main { font-size: 19px; font-weight: 600; }
.price_unit { font-size: 16px; padding-top: 1px; }

@media (max-width:1200px) {
	.system_calendar_table tbody td {min-width: 42px; height: 42px;  }
}

@media (max-width:1023px) {
	.price_mb_wrap{display: block;}
	.system_calendar_zone { padding: 20px 10px; display: block; }
	.system_calendar_group { margin: 0 0 15px 0; }
	.system_calendar_group:last-of-type { margin-bottom: 0; }
	.system_calendar_month { font-size: 16px; letter-spacing: 0; }
	.system_calendar_table_wrap { margin-top: 10px; }
	.system_calendar_table { width: 100%; }
	.system_calendar_tditem.active { border-radius: 5px; }
	.system_calendar_day { font-size: 14px; }
	.system_calendar_value { font-size: 11px; }
	.system_calendar_thtext { font-size: 14px; }
	.btn_system_control { display: block; width: 20px; height: 20px; top: -40px; }
	.btn_system_control:after { display: block; content: ""; width: 10px; height: 10px; border-right: 1px solid #1e1e1e; border-bottom: 1px solid #1e1e1e; position: absolute; top: 4px; left: 50%; margin-left: -8px; transform: rotate(-45deg); }
	.btn_system_control.prev { right: 30px; left: auto; }
	.btn_system_control.next { right: 0; }
	.card_obj_group { margin-top: 15px; }
	.card_obj_list > li { margin-bottom: 15px; }
	.card_obj_item { flex-direction: column; }
	.card_obj_liquid_cols { padding: 15px 20px 15px 15px; border-right: 0; }
	.card_obj_liquid_cols:after { display: none; }
	.card_obj_main { font-size: 15px; }
	.card_obj_summary { padding: 15px 15px; display: block; }
	.card_obj_summary .summary_copy { font-size: 13px; }
	.card_obj_summary .summary_copy + .btn_ico_link { margin-top: 10px; }
	.card_obj_fixed_cols { display: none; }
	.price_main { font-size: 16px; }
	.price_unit { font-size: 13px; }
	.card_obj_temp_fixed { display: block; }
}


/* 같이 구매하면 좋은 상품  */
.other_product_zone { position: relative; }
.other_control_wrap { width: 0; position: absolute; top: 0; height: 158px; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 5; }
.other_control_wrap.prev { left: 0; }
.other_control_wrap.prev .btn_other_control:after { transform: rotate(225deg); left: 12px; }
.other_control_wrap.next { right: 0; }
.btn_other_control { width: 28px; height: 28px; border-radius: 100%; background: #fff; border: 1px solid #c7c7c7; position: relative; }
.btn_other_control:after { display: block; content: ""; width: 8px; height: 8px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg); position: absolute; top: 9px; left: 8px; }
.swiper-container.other_product_container { width: auto; }
.swiper-container.other_product_container .swiper-wrapper { width: auto; }
.swiper-container.other_product_container .swiper-slide { width: auto; }
.other_product_item { width: 158px; }
.other_product_item .price_obj_wrap { margin-top: 12px; }
.other_product_item .price_obj_wrap .price_obj { justify-content: flex-start; }
.other_product_item .price_obj_wrap .price_main { font-size: 18px; font-weight: 500; color: #2b2b2b; }
.other_product_item .price_obj_wrap .price_unit { font-size: 15px; color: #4e4e4e; }
.other_product_thum { height: 156px; position: relative; overflow: hidden; border-radius: 18px; border: 1px solid #dadada; display: block; }
.other_product_thum img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; position: absolute; top: 0; left: 0; }
.other_product_spec { margin-top: 15px; }
.other_product_main { margin-top: 4px; font-size: 16px; color: #2b2b2b; font-weight: 500; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 1.4; }
.arrange_item_list_wrap { margin-top: 10px; }
.arrange_item_list_wrap .arrange_item_list { gap: 5px; flex-direction: column; }
.arrange_item_list.type2 { display: block; }
.arrange_item_list.type2 > li { margin-bottom: 3px; }
.arrange_item_list.type2 > li:last-of-type { margin-bottom: 0; }
/* 기타 상세 */
.detail_img_render_wrap { /* text-align: center; */}
.detail_img_render_wrap.hide_cont{height: 300px;overflow: hidden;}
.detail_img_render_wrap.hide_cont:before{position: absolute; right: 0; bottom: 58px; left: 0; z-index: 1; height: 160px;background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.8)); content: "";}
.detail_img_render_wrap img { vertical-align: top; width: 100%;}

.api_map_wrap { margin-bottom: 20px; height: 400px; }
.brick_list > li { margin-bottom: 10px; }
.brick_list > li:last-of-type { margin-bottom: 0; }
.brick_title_row { margin-bottom: 12px; }
.brick_title { font-size: 16px; color: #333333; font-weight: 500; font-family: initial; font-weight: bold; }
.brick_contents.skin2 { background: #f9f9f9; border-radius: 20px; padding: 23px 28px; }
.brick_inner_title_row { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
.brick_inner_ico { background-repeat: no-repeat; background-size: 100% auto; background-position: 0 0; }
.brick_inner_ico.ico_01 { background-image: url("/asp/images/icon/ico_import_visual.png"); flex: 0 0 17px; width: 17px; height: 30px; }
.brick_inner_title { font-size: 16px; font-weight: 500; color: #333333; }
.bullet_list_wrap { display: flex; flex-wrap: wrap; gap: 20px; }
.bullet_list_wrap > .bullet_list { flex: 0 0 calc(50% - 20px); }
.bullet_list { font-size: 16px; color: #4e4e4e; }
.bullet_list.dot.size_2 { font-size: 14px; }
.bullet_list.dot.size_2 > li:before { top: 10px; }
.bullet_list.dot > li { position: relative; padding-left: 10px; margin-bottom: 5px; }
.bullet_list.dot > li:before { display: block; content: ""; width: 2px; height: 2px; background: #4e4e4e; position: absolute; top: 12px; left: 0; border-radius: 100%; }
.bullet_list.dot > li:last-of-type { margin-bottom: 0; }
.detail_toggle_list > li { margin-bottom: 20px; }
.detail_toggle_list > li:last-of-type { margin-bottom: 0; }
.detail_toggle_item.active .detail_toggle_bar:after { transform: rotate(225deg); top: 24px; }
.detail_toggle_item.active .detail_toggle_contents { display: block; }
.detail_toggle_bar { display: block; background: #f9f9f9; color: #2b2b2b; font-weight: 500; border-radius: 8px; padding: 15px 65px 15px 25px; font-size: 16px; color: #2b2b2b; position: relative; }
.detail_toggle_bar:after { display: block; content: ""; width: 10px; height: 10px; border-right: 1px solid #838383; border-bottom: 1px solid #838383; position: absolute; top: 19px; right: 30px; transform: rotate(45deg); }
.detail_toggle_contents { padding: 20px 20px; display: none; }

@media (max-width:1023px) {
	.btn_cont_more { padding: 10px; }
	.detail_img_render_wrap.hide_cont:before {bottom: 45px;}
	.btn_cont_more_text { font-size: 14px; }
	.brick_title_row { margin-bottom: 10px; }
	.brick_title { font-size: 14px; }
	.brick_contents.skin2 { padding: 15px 20px; }
	.bullet_list { font-size: 14px; }
	.bullet_list.dot > li:before { top: 10px; }
	.detail_toggle_list > li { margin-bottom: 20px; }
	.detail_toggle_list > li:last-of-type { margin-bottom: 0; }
	.detail_toggle_item.active .detail_toggle_bar:after { top: 20px; }
	.detail_toggle_item.active .detail_toggle_contents { display: block; }
	.detail_toggle_bar { padding: 12px 45px 12px 20px; font-size: 14px; }
	.detail_toggle_bar:after { width: 8px; height: 8px; top: 15px; right: 20px; }
}


/* 요금팝업  */

.section_cont.type2 { margin: 0; }
.section_cont.ptype2 { padding: 0 20px; }
.popup_wrap { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100000; display: none; align-items: center; justify-content: center; min-width: 280px; overflow: hidden; flex-wrap: wrap; padding: 0 20px; }
.popup_wrap.active { display: flex; }
.popup_wrap.active.motion_end .popup_item { opacity: 1; transform: translateY(0); }
.popup_wrap.active.motion_end .bg_dim { opacity: 0.6; }
.popup_item { box-sizing: border-box; z-index: 20; max-width: 742px; margin: 30px auto; max-height: calc(100% - 60px); background: #fff; border-radius: 8px; border: 1px solid #BBBBBB; position: relative; display: flex; flex-direction: column; box-shadow: 2px 2px 14px 2px rgba(64, 64, 64, 0.3); width: 100%; opacity: 0; transition: 0.4s; transform: translateY(-20%); }
.popup_title_row { flex: 0; word-break: keep-all; text-align: center; border-bottom: 1px solid #e7e7e7; padding: 25px 45px; text-align: center; }
.popup_title_row.define_text { text-align: left; }
.popup_title_row + .popup_contents_row { padding-top: 0; }
.popup_title { font-size: 32px; color: #333333; font-weight: 700; letter-spacing: -0.05em; line-height: 1.3; font-weight: 600; }
.popup_contents_row { position: relative; overflow: hidden; overflow-y: auto; overflow-y: overlay; flex: 1; font-size: 16px; color: #333333; padding: 30px 45px 45px; }
.popup_contents_row.scroll_mode { padding-right: 35px; }
.popup_contents_row + .popup_btn_row { padding-top: 0; }
.popup_contents_row .section_brick_group { padding-top: 25px; }
.popup_contents_row .field_list_tr { gap: 15px 20px; margin-right: -20px; }
.popup_contents_row .field_list_tr > li { flex-basis: calc(50% - 20px); }
.popup_contents_row .ui-widget-content { position: absolute !important; }
.popup_contents_inner.ptype2 { padding-top: 30px; }
.popup_primary_title { font-size: 21px; color: #1b1b1b; font-weight: 500; }
.popup_title_copy { font-size: 13px; color: #999999; }
.section_brick_group + .card_container_box { margin-top: 50px; }
.section_brick { padding: 35px 0; border-bottom: 7px solid #fafafa; }
.section_brick:first-of-type { padding-top: 0; }
.section_brick:last-of-type { border-bottom: 0; padding-bottom: 0; }
.section_brick.intro .section_cont { margin: 0; }
.section_cont { margin: 0 20px; }
.section_title_row { margin: 0 10px 25px; display: flex; justify-content: space-between; align-items: center; }
.section_title { font-size: 21px; font-weight: 500; color: #2b2b2b; line-height: 1.3; }
.section_field { padding: 30px 0; border-bottom: 1px solid #e7e7e7; }
.section_field.line_type2 { border-bottom: 7px solid #fafafa; }
.section_field.line_type2:last-of-type { padding-bottom: 30px; border-bottom: 7px solid #fafafa; }
.section_field.type2 { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.section_field.type2 .section_field_title_row { margin-bottom: 0; }
.section_field:first-of-type { padding-top: 0; }
.section_field:last-of-type { border-bottom: 0; padding-bottom: 0; }
.section_field_title_row { margin-bottom: 20px; }
.section_field_title { font-size: 17px; font-weight: 500; color: #2b2b2b; }
.section_cont .brick_list_wrap { margin-bottom: 10px; }
.section_cont .brick_list_wrap:last-of-type { margin-bottom: 0; }
.user_form_tr > li { display: flex; padding: 20px 0; border-bottom: 1px solid #e7e7e7; }
.user_form_tr > li:first-of-type { padding-top: 0; }
.user_form_tr > li:last-of-type { border-bottom: 0; padding-bottom: 0; }
.user_form_key { flex: 0; white-space: nowrap; padding: 10px 15px 0 0; }
.user_form_keylabel { font-size: 16px; color: #444444; }
.user_form_liquid { flex: 1; min-width: 0; }
.user_form_sub_wrap { margin-top: 15px; }
.user_form_sub_list > li { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.user_form_sub_cols:last-of-type { text-align: right; }
.count_field_wrap { display: flex; align-items: center; gap: 12px; }
.btn_count_control { width: 28px; height: 28px; border: 1px solid #c6c6c6; border-radius: 100%; position: relative; border-radius: 100%; }
.btn_count_control.down:before { display: block; content: ""; width: 12px; height: 2px; background: #6d6c6c; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -6px; }
.btn_count_control.up:before, .btn_count_control.up:after { display: block; content: ""; width: 12px; height: 2px; background: #6d6c6c; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -6px; }
.btn_count_control.up:after { transform: rotate(90deg); }
.count_fraction { font-size: 18px; color: #2b2b2b; position: relative; top: -2px; }
.price_number_wrap { color: #333333; display: flex; align-items: center; justify-content: flex-end; gap: 5px; }
.price_number_wrap.emp .price_number_main { font-size: 22px; }
.price_number_main { font-size: 20px; font-weight: 500; }
.price_number_main.g_point{color:#999; !important}
.price_number_unit { font-size: 16px; }
.price_number_sub { font-size: 14px; color: #999999; margin-top: 2px; }
.btn_bottom_wrap { text-align: center; margin-top: 35px; display: flex; justify-content: center; gap: 10px 20px; align-items: center; }
.btn_bottom_box { max-width: 400px; display: flex; align-items: center; min-height: 60px; box-sizing: border-box; padding: 10px 20px; background: #DA291C; border-radius: 100px; width: 100%; justify-content: center; }
.btn_bottom_box_inner { font-size: 19px; color: #fff; }

.popup_primary_title.blu { color: #000000; }
.section_cont .user_form_tb.nomg { margin: 0 auto; }
.section_brick.hbdb { padding: 35px 0; border-bottom: 7px solid #fafafa; }
.section_title.upcas { text-transform: uppercase; }
.section_title.qtit::before { content: ""; display: inline-block; background: url(/asp/images/icon/ticket_pop_icon01.png) no-repeat; background-size: 100%; vertical-align: sub; width: 25px; height: 25px; margin-right: 5px; }
.section_title.opt::before { content: ""; display: inline-block; background: url(/asp/images/icon/ticket_pop_icon02.png) no-repeat; background-size: 100%; vertical-align: sub; width: 25px; height: 25px; margin-right: 5px; }
.section_title.time::before { content: ""; display: inline-block; background: url(/asp/images/icon/ticket_pop_icon03.png) no-repeat; background-size: 100%; vertical-align: sub; width: 25px; height: 25px; margin-right: 2px; }
.user_form_tr .user_form_tr_item { display: block; }
.user_form_tr .user_form_tr_item.time { display: flex; }
.user_form_tr .user_form_tr_item .user_form_key { padding-left: 0; margin-bottom: 10px; }
.user_form_tr .user_form_tr_item .user_form_key .user_form_keylabel.check::before { content: ""; display: inline-block; background: url(/asp/images/icon/ticket_pop_ico_check.png) no-repeat; background-size: 100%; vertical-align: text-top; width: 20px; height: 20px; margin-right: 3px; }
.obj_spec_key.b_point{color:#000000; !important}
.obj_spec_key.r_point{color:#ff464d; !important}
.obj_spec_dl { display: flex; justify-content: space-between; margin-bottom: 10px;}

@media (max-width:1023px) {
	.popup_contents_row {padding: 0 15px 15px 15px;}
	.popup_contents_row .section_brick_group { padding-top: 10px; }
    .popup_primary_title.blu { font-size: 18px; }
	.user_form_tr > li { padding: 10px 0; }
	.user_form_tr .user_form_tr_item .user_form_key { padding: 0px 10px 0 0; }
    .popup_title_row.define_text { padding: 15px 15px; }
    .section_title_row { margin: 0 10px 10px 0; }
    .section_brick { padding: 10px 0; }
    .section_title{font-size: 16px;}
    .popup_contents_row .section_cont { margin: 0; }
    .section_brick.hbdb { padding: 10px 0; }
    .user_form_keylabel { font-size: 14px; }
}






