@charset "utf-8";

.page_wrap.single_page_wrap{padding:50px; display:flex;align-items: center;min-height: 100vh;justify-content: center;box-sizing: border-box;}
.single_inner_wrap{width:100%; max-width:650px; margin:0 auto;}
.single_inner_item{}
.single_logo_row{text-align: center;}
.single_logo{max-width:280px;margin:0 auto;}
.single_logo img{vertical-align: top;max-width: 100%;}
.single_logo_text{padding-top:10px;margin-top:10px;border-top:1px solid #c9c9c9;font-size:18px;color:#b0924f;line-height:1;}
.single_form_row{margin-top:25px; display:flex; gap:28px;}
.single_form_item{flex:1;background:#f5f5f5;border-top:4px solid #105cab;padding:20px;}
.single_form_legend{font-size:18px;margin-bottom:10px;}
.single_field_wrap{display:flex;gap:10px;}
.single_input_group{flex:1; display:flex; flex-direction: column; gap:10px;}

.single_tab_row{margin-top:25px;}
.stab_list{display:flex;text-align:center;}
.stab_list > li{flex:1;}
.stab{ display:flex; border-bottom:3px solid #ccc; min-height:60px; box-sizing:border-box;padding:10px; flex-direction:column; align-items:center; justify-content:center;}
.stab_text{font-size:24px;color:#cccccc; font-weight:700;}
.stab.active{border-bottom-color:#00529a;}
.stab.active .stab_text{color:#00529a;}

.single_tabcont_row{margin-top:40px;}
.stabcont{display:none;}
.stabcont.active{display:block;}
.single_bottom_row{margin-top:40px;padding-top:40px; border-top:2px solid #ccc; text-align:center;}
.single_copy{font-size:20px;color:#444444;margin-bottom:10px;}
.single_copy.emp{font-weight:500;}
.single_copy:last-of-type{margin-bottom:0;}

.mv_contents{min-height:415px;background:url("../images/bg_mv.jpg") no-repeat 50% 100%/cover;}
.mv_inner_wrap{padding:60px 60px 20px;}
.mv_logo_row{max-width:320px;}
.mv_logo_row img{vertical-align: top;}
.mv_copy_row{margin-top:25px;}
.mv_copy{font-size:20px; color:#fff;font-weight:300;line-height:1.4;}
.mv_copy strong{font-weight:500;}
.mv_banner_row{margin-top:60px;}
.mv_banner{max-width:318px;display:block;background:url("../images/btn_mbv_bg.jpg") no-repeat 0 0/cover;box-sizing: border-box;padding:20px;}
.mv_banner_copy_wrap{}
.mv_banner_main_copy{font-size:20px;color:#fff;font-weight:500;}
.mv_banner_sub_copy{font-size:16px;color:#fff;font-weight:300;margin-top:8px;}
.mv_banner_btn_wrap{margin-top:20px;}
.mv_banner_btn{display:inline-block;border:1px solid #ffffff; padding:11px 20px;color:#fff;}
.mv_banner_btn:after{display:inline-block;content:">";margin-left:10px;}
.mc_contents{}
.mc_inner_wrap{padding:40px 0 0;}
.customer_card_box{background:#ebe4d3;padding:20px;text-align: center;}
.customer_card_main{font-size:24px; font-weight:700;}
.cus_card_key{color:#b09350;}
.cus_card_key2{color:#555;}
.customer_card_sub{margin-top:10px;}
.cus_card_summary{font-size:18px;color:#555555;font-weight:300;}
.cus_card_summary br{display:none;}


.btn_bottom_wrap{display:flex;justify-content: center;gap:10px;margin-top:40px;}
.btn_submit_box{flex:0 0 calc(50% - 5px);display:flex;align-items: center;gap:10px; max-width:154px; border: 1px solid #072847; min-height:50px; box-sizing: border-box;padding:14px 20px;text-align: center; justify-content: center; }
.btn_submit_box.medium{min-height:40px;padding:10px;}
.btn_submit_box.medium .btn_submit_box_text{font-size:14px;}
.btn_submit_box.primary{background:#072847; }
.btn_submit_box_text{ font-size:20px; font-weight:500; color:#072847;}
.btn_submit_box.primary .btn_submit_box_text{color:#fff;}
.btn_submit_box{}
.btn_submit_box.size_2{max-width:120px;}

/* popup */

.btn_guide_box{display:inline-block;padding:10px 20px; border:1px solid #ddd; color:#000;font-size:16px;}
.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;}
.popup_wrap.active{display:flex;}
.popup_wrap.active.motion_end{}
.popup_wrap.active.motion_end .popup_item{opacity:1;}
.popup_wrap.active.motion_end .bg_dim{opacity:.2;}
.popup_item.modal_type{max-width:540px;}
.popup_wrap.modal_type .popup_title_row{}
.popup_wrap.modal_type .popup_contents_row{}

.popup_modal_box{padding:65px 100px 40px;text-align: center;}
.popup_modal_box .btn_bottom_wrap{margin-top:30px;}
.popup_modal_para_wrap{}
.popup_modal_para{font-size:24px;color:#555555; line-height:1.4;}

.popup_item.size_2{max-width:400px;}
.popup_wrap .bg_dim{}

.popup_wrap .bg_dim{display:block;width:100%;height:100%;position:fixed;top:0;left:0;z-index:0;background:#000;opacity:0;transition:.5s;}
.popup_wrap .bg_dim.no_transition{transition:0s;opacity:.5;transform:none;}

.popup_item{
    box-sizing: border-box;z-index:20; max-width:520px;margin:62px auto; max-height:calc(100% - 124px); background:#fff;  position:relative; display:flex; flex-direction: column;
    width:100%;opacity:0;transition:.4s;
}
.popup_item.no_transition{transition:0s;opacity:1;transform:none;}
.popup_title_row{padding:30px 70px 0 30px;}
.popup_title{font-size:24px;font-weight:700;color:#444;}
.popup_contents_row{position:relative;overflow:hidden;overflow-y:auto;flex:1;font-size:16px;color:#333333;padding:30px 30px 40px;}
.popup_contents_row .btn_bottom_wrap{margin-top:30px;}
/* .btn_popup_close{display:inline-block;width:60px;height:60px;position:absolute;top:5px;right:25px;font-size:0;line-height:0;}
.btn_popup_close:before,
.btn_popup_close:after{width:37px;height:2px;display:block;content:'';position:absolute;top:50%;left:50%;background:#332d29; margin:-1px 0 0 -18px;
    transform: translateZ(0);-webkit-transform: translateZ(0);-ms-transform: translateZ(0);-moz-transform: translateZ(0);
}
.btn_popup_close:before{transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.btn_popup_close:after{transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);} */

.btn_popup_close{display:inline-block;width:30px;height:30px;position:absolute;top:20px;right:20px;font-size:0;line-height:0;}
.btn_popup_close:before,
.btn_popup_close:after{width:35px;height:1px;display:block;content:'';position:absolute;top:50%;left:50%;background:#444; margin:-1px 0 0 -17px;
    transform: translateZ(0);-webkit-transform: translateZ(0);-ms-transform: translateZ(0);-moz-transform: translateZ(0);
}
.btn_popup_close:before{transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.btn_popup_close:after{transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}

.popup_cont_block{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #555555;}
.popup_cont_block:last-of-type{padding-bottom:0;margin-bottom:0;border-bottom:0;}
.popup_cont_message{text-align: center; font-size:24px; color:#444444; font-weight:300; word-break: keep-all;}
.popup_cont_emp{text-align: center;word-break: keep-all;font-size:20px;color:#444444; font-weight:500;}
.cont_emp_sub{font-size:18px; font-weight:300;}

.data_intro_copy_wrap{text-align: center;margin:0 0 30px;}
.data_intro_copy{font-size:18px;color:#444444;font-weight:500;line-height:1.4;}

.data_table_wrap{border-top:2px solid #00529a;border-bottom:2px solid #00529a;}
.data_table{width:100%;}
.data_table tbody th,
.data_table tbody td{border-bottom:1px solid #ccc;}
.data_table tbody th:last-of-type,
.data_table tbody td:last-of-type{}
.data_table tbody th{width:1px;background:#f2f2f2;padding:13px 15px;}
.data_table tbody td{text-align: left;padding:13px 15px;}
.data_table tbody td.type2{padding:8px 0 8px 15px;}
.data_table tbody tr:last-of-type th,
.data_table tbody tr:last-of-type td{border:0;}
.grid_td_wrap{display:flex; justify-content: space-between; align-items: center;}
.grid_td_cell{}
.btn_smbox{display:inline-block;padding:10px;background:#a7a9ac;line-height:1;font-size:14px;color:#fff;}
.data_thtext{display:inline-block;font-size:14px;color:#444444;white-space: nowrap;}
.data_tdtext{display:inline-block; font-size:14px; color:#666;}


.member_guide_wrap{display:flex;gap:25px;text-align: center;}
.member_guide_cols{background:#ebe4d3;flex:1;padding:10px; display:flex; flex-direction: column; justify-content: center; }
.member_guide_logo_wrap{display:flex; align-items: center; justify-content: center;gap:5px 10px; flex-wrap:wrap;} 
.member_guide_logo{display:inline-block;text-align: center;}
.member_guide_logo img{vertical-align: top;max-width: 282.5px;}
.member_guide_logo_else{font-size:24px; font-weight:700; color:#b0924f;}
.member_guide_text{font-size:18px; color:#555555; margin-top:2px;}
.member_else_guide_para{font-size:18px; color:#555555; word-break: keep-all;margin:20px 0 0;}
.pro_info_wrap{margin:40px 0 0 0;display:flex;gap:25px;}
.pro_info_spec{flex:1;line-height:1.3;}
.pro_info_spec_main{font-size:24px; font-weight:700; color:#b0924f;}
.pro_info_spec_sub{margin-top:10px;font-size:18px; color:#555555;}
.pro_info_img{flex:1;}
.pro_info_img img{vertical-align: top;width:100%;}
.sc_block{margin-bottom:40px;}
.sc_block:last-of-type{margin-bottom:0;}
.sc_block_title{font-size:24px; font-weight:700; color:#b0924f;margin-bottom:15px;word-break: keep-all;}
.sc_block_contents{}
.detail_skin{}
.detail_summary_wrap{display:flex;gap:20px;}
.detail_summary_img_cols{flex:1;}
.detail_summary_img_cols img{vertical-align: top;width:100%;}
.detail_summary_spec_cols{flex:1;display:flex;flex-direction: column;justify-content: space-between;}
.detail_summary_spec_item{}
.detail_summary_spec_item .btn_card_box{}
.detail_spec_title{font-size:20px; color:#000000; font-weight:500;line-height:1.3;}
.detail_sum_list_wrap{border-top:1px solid #313131; border-bottom:1px solid #313131; margin:15px 0; padding:15px 0;}
.detail_sum_list_loop{ display:flex; gap:75px; margin-bottom:30px;}
.detail_sum_list_loop .detail_sum_list{margin-top:0;}
.detail_sum_list_loop:last-of-type{margin-bottom:0;}
.detail_sum_list{font-weight:500; color:#555; font-size:18px;gap:25px;}
.detail_sum_list > li{}
.detail_sum_key_wrap{}
.detail_sum_key{font-weight:500; color:#555; font-size:18px;}
.detail_linkage_render{max-width:900px;margin:60px auto 0;}
.detail_linkage_render img{vertical-align: top;max-width:100%;}
.btn_card_box{display:block;background:#b0924f;font-size:24px;font-weight:500;padding:15px;color:#fff;text-align: center;}
.app_message_wrap{text-align: center;padding:10px 0 40px;}
.app_message_main{font-size:32px;color:#b0924f; font-weight:700; word-break: keep-all;}
.app_message_sub{font-size:24px;color:#555555; font-weight:300;margin-top:5px;}
.info_liquid_block_wrap{}
.info_liquid_block{margin-bottom:30px;}
.info_liquid_block:last-of-type{margin-bottom:0;}
.info_liquid_title{background:#164c7a;text-align: center;padding:10px 15px;font-size:16px;color:#ffffff;margin-bottom:20px;}
.info_liquid_contents{}
.product_summary_wrap{display:flex;gap:20px;}
.product_summary_img{flex:1;}
.product_summary_img img{vertical-align: top;max-width:100%;}
.product_summary_spec{flex:1;}
.product_spec_title{font-size:20px;color:#000000; font-weight:500;}
.product_sum_list_wrap{padding-top:15px;margin-top:15px;border-top:1px solid #555555;}
.product_sum_key_wrap{}
.product_sum_key{font-weight:500; font-size:18px; line-height:1.3;}
.product_sum_list{color:#555555; font-size:18px; font-weight:300;margin-top:10px;}
.product_sum_list > li{}
.product_sum_list > li:last-of-type{}
.form_view_table_wrap{border-top:2px solid #00529a;border-bottom:2px solid #00529a;}
.form_view_table{width:100%;}
.form_view_table th,
.form_view_table td{}


.form_view_table tbody th{width:95px;background:#f2f2f2;padding:4px 15px;border-color:#ccc;}
.form_view_table tbody td{text-align: left;padding:4px 15px;}

.form_view_table tbody td.type2{padding:10px 15px;}

.form_view_table th{background:#f2f2f2;border-bottom:1px solid #ccc;}
.form_view_table td{border-bottom:1px solid #ccc;}
.form_view_table tr:last-of-type th,
.form_view_table tr:last-of-type td{border-bottom:0;}

/* 

.data_table_wrap{border-top:2px solid #00529a;border-bottom:2px solid #00529a;}
.data_table{width:100%;}
.data_table tbody th,
.data_table tbody td{border-bottom:1px solid #ccc;}
.data_table tbody th:last-of-type,
.data_table tbody td:last-of-type{}
.data_table tbody th{width:1px;background:#f2f2f2;padding:13px 15px;}
.data_table tbody td{text-align: left;padding:13px 15px;}
.data_table tbody td.type2{padding:8px 0 8px 15px;}
.data_table tbody tr:last-of-type th,
.data_table tbody tr:last-of-type td{border:0;}

.data_thtext{display:inline-block;font-size:14px;color:#444444;white-space: nowrap;}
.data_tdtext{display:inline-block; font-size:14px; color:#666;}
*/


.fv_key{font-size:14px;color:#444444;font-weight:500;white-space: nowrap;}
.fv_key br{display:none;}
.fv_value{display:inline-flex;align-items: center;min-height:40px;box-sizing: border-box;flex-wrap:wrap;font-size:14px;color:#666;}

.props_item_list{display:flex;min-height:40px;align-items: center; font-size:0;line-height:0;}
.props_item_list > li{vertical-align: top;}
.props_item_list > li:last-of-type{}

.props_item{display:inline-flex;gap:8px;}
.props_item.type2{display:flex; width:100%; justify-content: center;padding:10px; position:relative; box-sizing: border-box;}
.props_item.type2 input.props_form_orgin{background:#fff url("../images/ico_radio.png") no-repeat 0 0/100% auto;border-radius:100%;position:relative;z-index:1;}
.props_item.type2 .props_form_label{font-weight:500;padding-top:0;}
.props_item.type2 .props_form_label:before{display:block;content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:#cacbc9; }
.props_item.type2 input.props_form_orgin:checked + .props_form_label:before{background:#00529a;}
.props_item.type2 input.props_form_orgin:checked + .props_form_label .props_form_label_text{color:#fff;}

.props_item.type3 {}
.props_item.type3 input.props_form_orgin{flex:0 0 20px;width:20px;height:20px;background-color:#fff;border:1px solid #e5e5e5;}
.props_item.type3 .props_form_label{padding-top:1px; font-size:14px;}

.props_form_label_text{display:inline-block;position:relative; z-index:2;color:#fff; font-size:16px;}

input.props_form_orgin{appearance: none;flex:0 0 20px;width:20px;height:20px;background:#ededed url("../images/ico_check.png") no-repeat 0 0/100% auto;border:0;}
input.props_form_orgin:checked{background-position:0 100% !important;}
.props_form_label{font-size:14px; font-weight:300;color:#444; display:block;padding-top:1px;cursor: pointer; line-height:1.2;}


.form_add_else_wrap{margin-top:30px;}
.form_add_else_wrap .props_item{}

.form_input_wrap{}
.form_input_wrap .form_input{}
input.form_sinput{font-size:14px;appearance: none;-webkit-appearance: none;line-height:1;padding:0 8px;height:30px;border:1px solid #dddddd; width:100%; box-sizing: border-box;}


.inform_item_list{display:flex;align-items: center;}
.inform_item_list input.form_input{}
.inform_item_list > li{}
.inform_item_list > li.else{}
.inform_item_list > li:last-of-type{}
.inform_item_list.type2{gap:10px;}
.inform_item_list.type3{gap:5px;}
.inform_item_list.type2 > li{}
.inform_item_list.type2 > li:last-of-type{}
.inform_item_list.liquid_type{gap:10px;}
.inform_item_list.liquid_type > li{}
.inform_item_list.liquid_type > li:last-of-type{}
.inform_else{display:inline-block;font-size:18px; font-weight:300;padding:0 5px;}


.btn_inform_box{background:#072847;display:inline-block;color:#fff;padding:5px 15px 6px;font-weight:500;white-space: nowrap;font-size:13px;}

.clause_item_list{margin-top:10px;}
.clause_item_list .indent_para{margin-top:0;}
.clause_item_list > li{margin-bottom:5px;}
.clause_item_list > li:last-of-type{margin-bottom:0;}

.td_inner_block{margin-bottom:10px;}
.td_inner_block:last-of-type{margin-bottom:0;}
textarea.fv_ta{font-size:14px;appearance: none;-webkit-appearance: none;resize:none;padding:12px;height:100px;border:1px solid #dddddd; width:100%; box-sizing: border-box;}
.message_tape_row{text-align: center;position:relative;}
.message_tape_row:before{display:block;content:'';background:#ebe4d3;position:absolute;top:0;left:50%;width:100vw;transform: translateX(-50%);height:100%;}
.message_tape_inner{position:relative;padding:20px;}
.message_tape_para{font-size:18px;color:#555555;font-weight:500;word-break: keep-all;}
.message_tape_emp_row{margin-top:15px;}
.message_tape_emp{color:#b09350;font-size:24px;font-weight:700;word-break: keep-all;}
.message_tape_emp.number{color:#555555;}
.message_tape_sub_para{font-size:16px;margin-top:5px;font-weight:300;word-break: keep-all;}

.guide_text_block_wrap{/* max-width:1024px; */padding:40px 60px;margin:0 auto;}
.guide_text_block{margin-bottom:35px;}
.guide_text_block:last-of-type{margin-bottom:0;}
.guide_text_key{font-size:24px;color:#b0924f;font-weight:700;margin-bottom:15px;}
.guide_text_contents{font-size:16px;color:#555555;line-height:1.3;}
.guide_text_contents .bullet_list{}
.bullet_list{}
.bullet_list > li{display:flex;gap:5px;margin-bottom:3px;}
.bullet_list > li:last-of-type{margin-bottom:0;}
.bullet_list.dash > li:before{display:block;content:'-';flex:0;white-space: nowrap;}
.bullet_inner_cont{}

.board_sort_wrap{margin-bottom:60px;}
.board_sort_field{display:flex;gap:10px;flex-wrap:wrap;}
.board_sort_field select.form_select{}
.board_sort_field > li{}
.board_sort_field > li.long{flex:1;}
.board_sort_field > li:last-of-type{}

select.form_select{border:1px solid #acacac; min-width:175px; height:40px;background:url("../images/ico_select22.jpg") no-repeat 100% 50%/38px auto;appearance: none;color:#555555;font-size:16px;padding:0 50px 0 15px; line-height:1.2; width:100%; box-sizing: border-box;}

.board_sort_item{display:flex;gap:10px;width:100%;}
.board_sort_item input.formt_input{flex:1;min-width:0;width:100%;border:1px solid #acacac;padding:0 15px;line-height:1;font-size:16px;height:40px;appearance: none; box-sizing: border-box;}
.board_sort_liquid_wrap{flex:1;}

input.formt_input{}

.board_sort_short_wrap{}
.btn_sort_box{display:flex;align-items: center; justify-content: center;min-width:100px; box-sizing: border-box; padding:9px; background:#072847;color:#fff;font-size:14px; font-weight:500;}
.board_fraction_wrap{margin-bottom:30px;}
.board_fraction_list{}
.board_fraction_list > li{font-size:32px; color:#00529a; font-weight:700;}
.board_fraction_list > li:last-of-type{}
.board_list_table_wrap{}
.board_list_table{width:100%;border-bottom:1px solid #00529a;}
.board_list_table thead{}
.board_list_table thead tr th{background:#f2f2f2;border-top:1px solid #00529a;padding:15px 10px;border-bottom:1px solid #ccc;}
.board_list_table thead tr th:last-of-type{}
.board_thtext{color:#444; font-size:20px; font-weight:500; display:inline-block;white-space: nowrap;}
.board_list_table tbody td{border-bottom:1px solid #ccc;padding:10px 7px;}
.board_list_table tbody td.bg_type2{background:#ebe4d3;}
.board_list_table tbody td.td_dd_value_mb{display:none;}
.board_list_table tbody td:last-of-type{}
.board_list_table tbody tr:last-of-type td{border-bottom:0;}

.td_dl_item{}
.td_dl_item dt{display:none;}
.td_dl_item dd{}
.td_dl_item dt,
.td_dl_item dd{}

.td_dt_key{}
.td_dd_value{font-size:18px; color:#555555; display:inline-block; line-height:1.4;}
.td_dd_value.no_break{white-space: nowrap;}
.btn_board_box{display:inline-block; background:#072847; color:#fff; font-size:14px; padding:10px 10px; line-height:1;}
.btn_board_box.type2{background:#d1be93;}
.btn_board_box.ptype2{padding:10px 20px;}
.btn_board_box:disabled{background:#a7a9ac;cursor: default;}
.td_btn_group{margin-top:10px;}
.td_btn_group2{margin-top:5px;}


.props_block_list{}
.props_block_list > li{margin-bottom:10px;}
.props_block_list > li:last-of-type{margin-bottom:0;}
.props_block_list .props_item{}
.props_block_list .props_form_label{}

.props_two_wrap{margin:5px 0 0 28px;}
.props_two_list{}
.props_two_list > li{margin-bottom:5px;}
.props_two_list > li:last-of-type{margin-bottom:0;}
.props_two_list.type2{display:flex; gap:10px; flex-wrap:wrap;}

.terms_guide_wrap{}
.terms_guide_block{margin-top:40px;}
.terms_guide_title{font-size:18px; font-weight:500; color:#000000; font-weight:500; margin-bottom:20px;}
.terms_guide_contents{position:relative;height:80px;overflow:hidden;overflow-y:auto;border:1px solid #e5e5e5;padding:10px;font-size:14px;}
.terms_indent_list{}
.terms_indent_list > li{margin-bottom:20px;}
.terms_indent_list > li:last-of-type{margin-bottom:0;}
.terms_indent_item{display:flex;gap:5px;color:#555555;}
.terms_indent_bullet{flex:0;white-space: nowrap;}
.terms_indent_liquid{flex:1;}

.terms_props_wrap{margin-top:10px;}
.terms_props_wrap .props_item{}

@media (max-width:1023px){
    .board_sort_field{margin-right:-10px;}
    .board_sort_field > li{flex:0 0 calc(33.333333% - 10px);box-sizing: border-box;}
    .board_sort_field > li.long{flex:0 0 100%;padding-right:10px;}
    .board_sort_item{width:100%;}
    .board_sort_liquid_wrap{flex:1;}

    .td_dd_value{word-break: break-all;}
    .td_dd_value.no_break{white-space: normal;}
}
@media (max-width:767px){
    .popup_item{
        max-width:100%;margin:20px; max-height:calc(100% - 40px);
    }
    .popup_item.full_type{
        margin:0; max-height:100%; height:100%;
    }
    .popup_title_row{padding:15px 60px 15px 20px;}
    .popup_title{font-size:17px;}
    .popup_contents_row{font-size:14px;padding:10px 20px 20px;}
    .popup_contents_row .btn_bottom_wrap{margin-top:20px;}
    /* .btn_popup_close{width:50px;height:50px;top:0;right:0;}
    .btn_popup_close:before,
    .btn_popup_close:after{width:20px;height:2px;margin:-1px 0 0 -10px;}
     */

    .btn_popup_close{top:10px;right:10px;width:25px;height:25px;}
    .btn_popup_close:before,
    .btn_popup_close:after{width:28px;height:1px;margin:-0.5px 0 0 -14px;}
        

    .btn_bottom_wrap{margin-top:25px;}
    .btn_submit_box{min-height:40px;padding:10px;max-width:150px;}
    .btn_submit_box.size_2{max-width:100px;}
    .btn_submit_box_text{font-size:16px;}
        
    .popup_modal_box{padding:50px 20px 30px;}
    .popup_modal_box .btn_bottom_wrap{}
    .popup_modal_para_wrap{}
    .popup_modal_para{font-size:16px;}


    .popup_cont_message{font-size:16px;}
    .popup_cont_emp{font-size:14px;}
    .cont_emp_sub{font-size:12px;}
    .popup_item.single_type .popup_contents_row{padding:50px 20px;}


    
    .page_wrap.single_page_wrap{padding:30px 20px;}
    .single_logo{max-width:140px;}
    .single_form_row{margin-top:15px;}
    .single_tab_row{margin-top:15px;}
    .stab{border-width:2px; min-height:40px;}
    .stab_text{font-size:18px;}
    .single_tabcont_row{margin-top:20px;}
    .single_bottom_row{margin-top:20px;padding-top:20px;}
    .single_copy{font-size:14px;}
    .single_inner_wrap{}
    .single_inner_item{}
    .single_form_row{gap:20px; flex-direction: column;}
    .single_form_item{flex:0; border-width:2px;padding:15px;}
    .single_form_legend{font-size:16px}
    .form_input_wrap{}
    .form_input_wrap .form_input{}
    .single_btn_row{margin-top:30px; display:flex; justify-content: center;}
    .single_btn_wrap{flex:0 0 80px;}
    .data_intro_copy_wrap{margin:0 0 15px;}
    .data_intro_copy{font-size:15px;font-weight:350;}
    .data_intro_copy br{display:none;}
    .data_table tbody th{padding:10px 10px;}
    .data_table tbody td{text-align: left;padding:12px 15px;}
    .data_thtext,
    .data_tdtext{font-size:14px;}
    .btn_smbox{padding:8px;}
    .app_message_wrap{padding:10px 0 30px;}
    .app_message_main{font-size:18px;}
    .app_message_sub{font-size:15px;}
    .info_liquid_block{margin-bottom:30px;}
    .info_liquid_title{font-size:16px;margin-bottom:15px;}
    .inform_item_list.liquid_type{flex-direction: column;align-items: baseline;}
    .inform_item_list.liquid_type > li{flex:0;width:100%;}
    .inform_item_list.liquid_type > li:last-of-type{}
    .form_view_table tbody th{width:1px;padding:10px 10px;}
    .form_view_table tbody td{text-align: left;padding:10px 10px;}
    .form_view_table tbody td.type2{padding:10px;}
    .inform_else{padding:0 3px;}
    .fv_key{font-size:14px;}
    .fv_key br{display:block;}
    .fv_value{min-height:30px;font-size:14px;}
    .product_summary_wrap{display:block;}
    .product_summary_img{}
    .product_summary_img img{width:100%;}
    .product_summary_spec{margin-top:20px;}
    .product_spec_title{font-size:20px;color:#000000; font-weight:500;}
    .product_sum_key_wrap{}
    .product_sum_key{font-size:15px;}
    .product_sum_list{font-size:14px;font-weight:350;}
    .product_sum_list > li{}
    .product_sum_list > li:last-of-type{}
    .detail_sum_list_loop{gap:25px;}
    .detail_sum_list_loop .detail_sum_list{margin-top:3px;}
    .props_item{gap:5px;}
    input.props_form_orgin{flex:0 0 20px;width:20px;height:20px;}
    .props_form_label{font-size:14px;padding-top:1px;}
    .props_item.type3 .props_form_label{padding-top:2px;font-size:14px;}

    /* 
        .props_item.type2 .props_form_label{padding-top:2px;} */
    .props_block_list .props_item{}

    /* .props_block_list .props_form_label{font-size:16px; padding-top:0;} */
    .mv_contents{background-image:url("../images/bg_mv_mb.jpg");background-color:#000000;}
    .mv_inner_wrap{padding:30px 20px 100px;}
    .mv_logo_row{max-width:200px;}
    .mv_copy_row{margin-top:15px;}
    .mv_copy{font-size:16px;}
    .mv_copy br{display:none}
    .mv_banner_row{margin-top:30px;}
    .mv_banner{max-width:250px;padding:15px;}
    .mv_banner_copy_wrap{}
    .mv_banner_main_copy{font-size:16px;}
    .mv_banner_sub_copy{font-size:14px;}
    .mv_banner_btn_wrap{margin-top:10px;}
    .mc_contents{}
    .mc_inner_wrap{padding:40px 20px 0;}
    .customer_card_main{font-size:18px;}
    .cus_card_summary{font-size:16px}
    .cus_card_summary br{display:block;}
    .sc_block_title{font-size:18px;margin-bottom:10px;}
    input.form_sinput{font-size:12px;}
    .detail_skin{}
    .detail_summary_wrap{display:block}
    .detail_summary_img_cols{display:block;}
    .detail_summary_img_cols img{vertical-align: top;width:100%;}
    .detail_summary_spec_cols{display:block;margin-top:20px;}
    .detail_spec_title{font-size:16px;}
    .detail_sum_list_wrap{display:block;font-size:16px;}
    .detail_sum_list{font-size:16px;margin-top:0;}
    .detail_sum_list>li{word-break: break-all;}
    .detail_sum_key_wrap{}
    .detail_sum_key{font-weight:500; color:#555;font-size:18px;}
    .detail_linkage_render{margin-top:60px;}
    .btn_card_box{margin-top:30px;font-size:20px;}
    .board_sort_wrap{}
    .board_sort_field{flex-direction: column;margin:0;}
    .board_sort_field select.form_select{}
    .board_sort_field > li{flex:0}
    .board_sort_field > li.long{flex:0;padding-right:0;}
    select.form_select{font-size:15px;}
    .board_fraction_wrap{margin-bottom:10px;}
    .board_fraction_list > li{font-size:14px;}
    .board_list_table_wrap{}
    .board_list_table{width:auto;display:block;}
    .board_list_table thead{display:none;}
    .board_list_table tbody,
    .board_list_table th,
    .board_list_table td{display:block;}
    .board_list_table tbody{border-top:1px solid #555555;}
    .board_list_table tbody tr{border-bottom:1px solid #e8e8e8;display:flex;flex-wrap:wrap;padding:15px 0;}
    .board_list_table tbody td{border-bottom:0;padding:7px 10px;box-sizing: border-box;}
    .board_list_table tbody td.td_dd_value_mb{flex:0 0 100%;text-align: left;display:block;}
    .board_list_table tbody td.td_dd_value_mb .td_dd_value{font-weight:500;font-size:16px;}
    .board_list_table tbody td.respon_long{flex:0 0 100%;}
    .board_list_table tbody td.respon_long .td_dl_item{width:100%;}
    .board_list_table tbody td.respon_long .td_dl_item dd{text-align: left; flex:1;}
    .board_list_table tbody td.respon_hidden{display:none;}
    .board_list_table tbody td.respon_btn{flex:0 0 100%;}
    .board_list_table tbody td.respon_btn .td_dl_item dt{display:none;}
    .board_list_table tbody td.respon_btn .td_dl_item{width:100%;}
    .board_list_table tbody td.respon_btn .td_dl_item .btn_board_box{width:100%;}
    .board_list_table tbody td.bg_type2{background:none;}
    .board_list_table tbody td:last-of-type{}
    .board_list_table tbody tr:last-of-type td{border-bottom:0;}
    .td_dl_item{display:flex;gap:10px;}
    .td_dl_item dt{display:block;}
    .td_dl_item dd{position:relative;top:-1px;flex:1;}
    .td_dl_item dt,
    .td_dl_item dd{}
    .td_dt_key{font-size:14px;font-weight:500;}
    .td_dd_value{font-size:14px; display:block;}
    .td_dd_value.no_break{white-space: normal;}
    .btn_board_box{font-size:14px; padding:10px;}
    .props_block_list{}
    .props_block_list > li{margin-bottom:10px;}
    .props_block_list > li:last-of-type{margin-bottom:0;}
    .props_block_list .props_item{}
    /* .props_block_list .props_form_label{font-size:20px; font-weight:500; font-weight:500;padding-top:1px;} */
    .member_guide_wrap{display:block;}
    .member_guide_cols{margin-bottom:15px;padding:15px 30px;}
    .member_guide_cols:last-of-type{margin-bottom:0;}
    .member_guide_logo_wrap{gap:5px;}
    .member_guide_logo{display:inline-block;text-align: center;}
    .member_guide_logo img{max-width:220px;}
    .member_guide_logo_else{font-size:20px; }
    .member_guide_text{font-size:16px; margin-top:10px;}
    .member_else_guide_para{font-size:16px; line-height:1.4; margin:20px 0 0;}
    .pro_info_wrap{margin:40px 0 0 0;display:block;}
    .pro_info_spec{flex:1;line-height:1.3;}
    .pro_info_spec_main{font-size:16px;}
    .pro_info_spec_sub{font-size:16px;}
    .pro_info_img{margin-top:20px;}
    .message_tape_para{font-size:16px;}
    .message_tape_emp{font-size:20px;}
    .message_tape_sub_para{font-size:14px;}
    .guide_text_block_wrap{padding:20px 20px 0;}
    .guide_text_block{margin-bottom:25px;}
    .guide_text_key{font-size:18px;margin-bottom:10px;}
    .guide_text_contents{font-size:14px;}
    .guide_text_contents .bullet_list{}
    .terms_guide_block{margin-top:20px;}
    .terms_guide_title{font-size:14px;margin-bottom:10px;}
    .terms_indent_list{}
    .terms_indent_list > li{margin-bottom:10px;}
}

/* modal */
.modal_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; overflow-y:auto; flex-wrap: wrap; box-sizing: border-box;
}
.modal_wrap.active {
    display: flex;
}
.modal_wrap.active.motion_end .modal_box_item{
    opacity: 1;
    transform: translateY(0);
}
.modal_wrap.active.motion_end .bg_dim {
    opacity: 0.2;
}
.bg_dim {
    display: block;width: 100%;
    height: 100%;position: fixed;
    top: 0; left: 0; z-index: 0;
    background: #2c3035; opacity: 0;
    transition: 0.5s opacity; 
}
.bg_dim.no_transition {
    transition: 0s;opacity: 0.5;transform: none;
}

.modal_box_tb {
    display: table;width: 100%;height: 100%;
    table-layout: fixed;
}

.modal_box_td {
    display: table-cell;vertical-align: middle;
}

.modal_box_item{
    box-sizing: border-box; width: 100%;
    z-index: 20; background: #fff; text-align: center; box-sizing: border-box;
     opacity: 0; transition: 0.4s opacity;
    max-height: calc(100% - 50px); position: relative; max-width:400px;
    padding:50px 70px 30px; margin:62px auto;
}
.modal_box_item.close_not{
    padding:40px 70px 40px;
}
.modal_box_item.submit_not{
    padding:60px 70px;
}
.modal_box_item.btn_not{
    padding:50px 70px;
}

.message_dep01_word,
.message_dep02_word{display:block;text-align: center;}
.message_dep01_word{font-size:18px; font-weight:500; color:#222222;}
.message_dep02_word{font-size:16px; color:#666666; margin-top:10px;}

.modal_box_message_row{}
.modal_box_message{color:#666666; font-size:18px;line-height:1.4; word-break: keep-all;}
.btn_modal_close{display:inline-block;width:30px;height:30px;position:absolute;top:20px;right:20px;font-size:0;line-height:0;}
.btn_modal_close:before,
.btn_modal_close:after{width:35px;height:1px;display:block;content:'';position:absolute;top:50%;left:50%;background:#444; margin:-1px 0 0 -17px;
    transform: translateZ(0);-webkit-transform: translateZ(0);-ms-transform: translateZ(0);-moz-transform: translateZ(0);
}
.btn_modal_close:before{transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.btn_modal_close:after{transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}


.btn_modal_submit_wrap{display:flex;justify-content: center;gap:10px;margin:36px 0 0;}
.btn_modal_submit{flex:0 0 calc(50% - 5px);display:flex;align-items: center;gap:10px; border: 1px solid #072847; min-height:45px; box-sizing: border-box;padding:14px 20px;text-align: center; box-sizing:border-box; justify-content: center; max-width:290px;}
.btn_modal_submit.medium{min-height:40px;padding:10px;}
.btn_modal_submit.medium .btn_modal_submit_text{font-size:14px;}
.btn_modal_submit.primary{background:#072847; }
.btn_modal_submit.primary .btn_modal_submit_text{color:#fff;}
.btn_modal_submit_text{font-size:20px; font-weight:500; color:#072847;}

@media (max-width:767px){
    .btn_modal_close{top:10px;right:10px;width:25px;height:25px;}
    .btn_modal_close:before,
    .btn_modal_close:after{width:28px;height:1px;margin:-0.5px 0 0 -14px;}
    .modal_box_td{padding:20px;}
    .modal_box_item{padding:50px 20px 30px;}
    .modal_box_item.close_not{
        padding:30px 20px 30px;
    }
    .modal_box_item.submit_not{
        padding:40px 20px 40px;
    }
    .modal_box_item.btn_not{
        padding:40px 20px;
    }
    .modal_box_message{font-size:16px;}

    .message_dep01_word{font-size:16px;}
    .message_dep02_word{font-size:14px; margin-top:10px;}

    
    .btn_modal_submit_wrap{margin:25px 0 0;}
    .btn_modal_submit{min-height:40px;padding:12px; max-width:150px;}
    .btn_modal_submit.medium{min-height:40px;padding:10px;}
    .btn_modal_submit.medium .btn_modal_submit_text{font-size:14px;}
    .btn_modal_submit_text{font-size:14px; }

}
.form_block_wrap{}
.form_block_row{margin-bottom:20px;}
.form_block_row:last-of-type{margin-bottom:0;}
.form_block_wrap.type2{}
.form_block_wrap.type2 .form_block_row{margin-bottom:10px;}
input.form_input{height:80px; box-sizing:border-box;background:#f2f2f2;appearance: none; width:100%; font-size:20px; padding:0 30px;}
input.form_input.size_2{height:45px; padding:0 20px; font-size:14px;}
.form_submit_wrap{margin-top:40px;}
.btn_form_box{display:flex;min-height:80px;align-items: center; justify-content: center; background:#072948;}
.form_box_text{font-size:24px; color:#ffffff;line-height:1; }
.form_submit_wrap .bullet_list{margin :18px 15px 0;}
.bullet_list{line-height:1.3;}
.bullet_list > li{position:relative; margin-bottom:5px; padding-left:16px;font-size:16px; font-weight:300; color:#333333;}
.bullet_list > li:last-of-type{margin-bottom:0;}
.bullet_list > li:before{display:block;content:''; border-radius:100%; position:absolute;top:7px;left:0;width:6px;height:6px;background:#333;}
@media (max-width:767px){
    .form_block_row{margin-bottom:10px;}
    input.form_input{height:50px; font-size:16px; padding:0 15px;}
    .form_submit_wrap{margin-top:20px;}
    .btn_form_box{min-height:50px;}
    .form_box_text{font-size:18px;}
    .form_submit_wrap .bullet_list{margin-top:10px;}
    .bullet_list{}
    .bullet_list > li{ padding-left:12px; font-size:14px;}
    .bullet_list > li:before{top:7px;width:5px;height:5px;}
}

/* main */
.main_section{background:#c0c5c9;box-sizing:border-box;}
.main_item_wrap{max-width:1280px; margin:0 auto; box-sizing: border-box; padding:100px 0 0;}
.mc_logo{}
.mc_logo img{}
.mc_copy{font-size:32px; color:#444444;margin-top:40px;line-height:1.3;}
.mc_copy_emp{color:#00529a;}
.mc_banner_wrap{margin-top:52px;}
.mc_banner{display:block;max-width:450px;height:220px;background:url("../images/main_banner_25.png") no-repeat 0 0/cover; box-sizing: border-box; padding:40px 20px;}
.mc_banner_title{font-size:24px;color:#ffffff; font-weight:700;}
.mc_banner_btn_row{margin-top:20px;}
.mc_btn_text{font-size:16px; color:#ffffff; display:inline-block; border:1px solid #fff; position:relative;padding:10px 25px 10px 10px;}
.mc_btn_text:after{display:block;content:'';width:6px;height:6px;border-right:2px solid #fff; border-bottom:2px solid #fff; position:absolute;top:15px;right:12px;transform:rotate(-45deg);}
.gate_card_cotainer{max-width:1920px;margin:0 auto;padding:55px 100px; box-sizing: border-box; flex:1;display:flex;min-height:710px; gap:1.4%;}
.gate_card_cotainer.sub_type{max-width:1200px; padding:55px 0;}
.gate_card_main_box{flex:1; position:relative; overflow:hidden; border-radius:33px; background:url("../images/main_box_primary_26.jpg") no-repeat 50% 50%/cover; padding:100px 80px;}
.gate_card_main_box.bg_type2{background-image:url("../images/bg_service_info_box_26.jpg")}
.gate_copy_group{color:#fff;}
.gate_main_copy{font-size:36px; font-weight:700;}
.gate_sub_copy{font-size:24px; font-weight:500; margin-top:17px; line-height:1.3;}
.gate_card_sub_box{flex:0 0 40%; display:flex; flex-direction: column; position:relative; overflow:hidden; border-radius:33px; background:url("../images/main_box_sub_26.jpg") no-repeat 50% 50%/cover; padding:60px;}
.gate_card_inner{min-height:100%;flex:1; display:flex; justify-content: space-between; flex-direction: column; text-align: center;}
.gate_inner_key_row{padding-top:30px;}
.gate_inner_value_row{padding:0 60px;}
.gate_key_node{color:#fff;font-size:36px; font-weight:700;}
.btn_gate_box{display:flex; padding:20px; justify-content: center; align-items: center; gap:25px; border:2px solid #fff; border-radius: 100px;}
.btn_gate_box .text_node{font-size:24px; color:#fff; font-weight:700;}
.btn_gate_box .ico{display:inline-block;background-repeat:no-repeat;background-size:100% auto;}
.btn_gate_box .ico.shape_arrow{background-image:url("../images/btn_main_box_arrow_26.png");width:40px; height:21px; flex-basis: 40px;}

@media (max-width:1680px){
    .gate_card_cotainer{padding:50px 60px;}
    .gate_card_cotainer.sub_type{padding:50px 60px;}
    .gate_card_cotainer.sub_type br{display:block;}
    .gate_card_sub_box{padding: 30px 30px 60px; flex-basis: 35%;}
    .gate_inner_value_row{padding:0 20px;}
    .gate_card_main_box{padding:60px 50px;}
    .gate_card_main_box br{display:none}
}

@media (max-width:1280px){
    .main_item_wrap{padding:100px 30px 0;}

    .gate_card_sub_box, .gate_card_main_box{border-radius: 20px;}
    .mc_copy{font-size:24px;}

    .gate_key_node,
    .gate_main_copy{font-size:30px;}
    .gate_sub_copy{font-size:20px;}
    .btn_gate_box{padding:15px;gap:10px; }
    .btn_gate_box .text_node{font-size:20px;}
    .btn_gate_box .ico.shape_arrow{width:30px; flex-basis: 30px; height:16px;}
    .btn_gate_box{max-width:50%;margin:0 auto;}
}

@media (max-width:1023px){
    .gate_card_cotainer{min-height:0; padding:20px;}
    .gate_card_cotainer.sub_type{padding:20px;}
    .gate_card_cotainer.sub_type br{display:none;}
    .mc_copy{font-size:16px;margin-top:20px;line-height:1.5;}
    .mc_logo img{max-width:180px;}
    .mc_banner{max-width:100%;}
    .main_item_wrap{padding:50px 20px 0;}
    .mc_banner_title{font-size:18px;}
    .mc_banner_btn_row{margin-top:20px;}
    .mc_banner{height:180px;}
    .mc_btn_text{font-size:14px;}
    .mc_btn_text:after{width:5px;height:5px;border-width:1px;top:15px;}

    .gate_card_cotainer{flex-direction: column; gap:10px;}
    .gate_card_main_box{padding:50px 30px;}
    .gate_key_node, .gate_main_copy{font-size:20px;}
    .gate_sub_copy{font-size:16px;}

    .gate_inner_key_row{padding-top:0;}
    .gate_card_inner{gap:30px;}
    .gate_inner_value_row{padding:0;}
    .gate_card_sub_box{padding:50px 30px;}

}
@media (max-width:767px){
    .btn_gate_box{max-width:100%;}

}

.info_container{display:flex;gap:50px;}
.info_copy_cell{flex:1;padding:100px 0;}
.info_logo{max-width:326px;}
.info_logo img{vertical-align: top;}
.info_copy{font-size:28px;color:#444444; line-height:1.4;margin-top:40px;word-break: keep-all;}
.info_copy strong{font-weight:700;color:#00529a;}
br.pixed{display:block !important;}
.info_img_cell{flex:0 0 560px;}
.info_img_cell img{}


@media (max-width:1280px){
   .info_copy br{display:none;}
   .info_copy{font-size:22px;}
   .info_copy_cell{padding:50px 30px;}
   .info_img_cell{flex:0 0 400px;}
}


@media (max-width:767px){
    .info_container{display:block;padding:0;}
    .info_copy_cell{padding:30px 20px;}
    .info_logo{max-width:200px;}
    .info_copy{font-size:18px;margin-top:20px;}
    
    .info_img_cell img{width:100%;}
}


.note_block_list{}
.note_block_list > li{margin-bottom:60px;}
.note_block_list > li:last-of-type{margin-bottom:0;}
.note_q{padding-bottom:40px;border-bottom:2px solid #8b7a58;}
.note_qtext{font-size:32px;color:#8b7a58;font-weight:700;}
.note_a{margin-top:25px; font-size:24px; color:#444444; font-weight:500;}
.note_a .indent_para_list{font-size:24px;line-height:1.5;}
.indent_para_list{}
.indent_para_list > li{display:flex;gap:10px;}
.indent_para_list > li:last-of-type{}
.indent_bullet{flex:0; white-space:nowrap;}
.indent_para{}
.indent_para_item{display:flex;gap:5px; font-size:12px;}
.indent_para_item.size2, 
.indent_para_item.size2 *{font-size:18px;}

.cloudy,
.cloudy *{color:#888888}

@media (max-width:1280px){

}


@media (max-width:767px){
   .note_block_list > li{margin-bottom:30px;}
    .note_q{padding-bottom:10px;}
    .note_qtext{font-size:16px;}
    .note_a{margin-top:15px;font-size:16px; }
    .note_a .indent_para_list{font-size:16px;}

    .indent_para_list > li{gap:5px;}
}



.boxtab_list_wrap + 
.boxtab_list_wrap .boxtab_list{margin-top:-1px;}
.boxtab_list_wrap{background:#fff;}
.boxtab_list{display:flex;text-align: center;}
.boxtab_list > li{flex:1;position:relative;overflow:hidden;}
.boxtab_list > li:last-of-type{}
.boxtab_list > li:last-of-type .boxtab{border-right:1px solid #072847; }
.boxtab{display:flex; box-sizing: border-box; padding:15px 10px; justify-content: center; align-items: center; border:1px solid #072847; border-right:0;}
.boxtab_text{font-size:24px; color:#072847;}
.boxtab.active{background:#072847;}
.boxtab.active .boxtab_text{color:#fff;}

.boxtab_list.skin2 .boxtab.active{background:#001e36;}
.boxtab_list.skin2 .boxtab.active .boxtab_text{}

.tabcont{display:none;}
.tabcont.active{display:block;}

.gallery_list_wrap{margin-top:80px;}
.gallery_list{display:flex; margin-right:-30px; flex-wrap:wrap; gap:40px 30px; text-align: center;}
.gallery_list > li{flex:0 0 calc(33.333333333% - 30px)}
.gallery_list > li:last-of-type{}
.gallery_item{}
.gallery_thum{margin-bottom:35px;position:relative;height:0;overflow:hidden;padding-bottom:61%;}
.gallery_thum > img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;object-position: 50% 50%;}
.flag_wrap{position:absolute;top:0;left:0;z-index:1;}
.flag{display:inline-block; color:#fff; background:#00529a;line-height:1;padding:7px 10px;}
.flag.type2{background:#b09350;}
.gallery_spec{font-size:24px;color:#444444; }



@media (max-width:1280px){
    .gallery_spec,
    .boxtab_text{font-size:20px;}
}


@media (max-width:767px){
   .boxtab_list.skin2{flex-wrap:nowrap;}
   .boxtab_list.skin2 > li{flex:1;}
   .boxtab_list{flex-wrap:wrap;} 
   .boxtab_list > li{flex:0 0 33.33333333333%;margin-top:-1px;}
   .boxtab_list > li:nth-of-type(3n) .boxtab{border-right:1px solid #072847;}
    .gallery_spec, .boxtab_text{font-size:15px;}
   .boxtab_list_wrap + .boxtab_list_wrap .boxtab_list{margin-top:0;}
   .boxtab{padding:10px 5px;}
   .gallery_list_wrap{margin-top:40px;}


   .gallery_list{margin-right:-10px; gap:20px 10px;}
    .gallery_list > li{flex:0 0 calc(50% - 10px)}
    .gallery_thum{margin-bottom:10px;}
    .flag{font-size:11px;}
    .gallery_spec{font-size:14px;}

}



.view_container{display:flex; gap:40px;}
.view_img_cell{flex:0 0 50%;}
.view_img_wrap{}
.view_img_wrap > img{vertical-align: top;}
.view_option_list{margin-top:20px;}
.view_option_list > li{margin-bottom:10px;}
.view_option_list > li:last-of-type{margin-bottom:0;}
select.combo_select{border:1px solid #c0c0c0; height:80px;background:url("../images/ico_toggle_ic.jpg") no-repeat 100% 50%/80px auto;appearance: none;color:#444444;font-size:24px;padding:0 100px 0 35px; line-height:1.2; width:100%; box-sizing: border-box;}


.btn_submit_quad_wrap{margin-top:20px;}
.btn_submit_quad{display:flex; min-height:80px; line-height:1; justify-content: center; align-items: center; background:#072847;}
.submit_quad_text{font-size:28px; color:#ffffff; font-weight:700;}
.view_spec_cell{flex:1;}
.view_spec_caption_row{margin-bottom:30px;}
.view_spec_caption{font-size:24px; color:#444444;}
.view_spec_main_row{}
.view_flag_wrap{margin-bottom:15px;}
.view_flag_wrap .flag{}
.view_spec_title{font-size:28px; color:#00529a;  font-weight:700;}
.view_spec_sub_row{margin-top:35px;}
.spec_block_list{}
.spec_block_list > li{margin-bottom:35px;}
.spec_block_list > li:last-of-type{margin-bottom:0;}
.spec_bar_row{border-bottom:2px solid #00529a;}
.spec_bar_title{font-size:24px; color:#00529a; font-weight:700;padding-bottom:20px;}
.spec_contents_row{margin-top:20px;}
.spec_contents_row .indent_bullet_list{ font-size:24px;}

.indent_bullet_list > li{display:flex;gap:5px;}




@media (max-width:1280px){
 .view_container{gap:20px;}
}


@media (max-width:767px){
    .view_container{display:block}
    .view_spec_cell{margin-top:30px;}
    select.combo_select{height:40px; line-height:40px; background-size:40px auto; font-size:18px;padding:0 50px 0 15px;}


    .btn_submit_quad_wrap{margin-top:20px;}
    .btn_submit_quad{min-height:50px; }
    .submit_quad_text{font-size:20px;}
    .view_spec_caption_row{margin-bottom:15px;}
    .view_spec_caption{font-size:16px;}
    .view_spec_title{font-size:16px;}
    .view_flag_wrap{margin-bottom:10px;}
    .view_spec_sub_row{margin-top:20px;}
    .spec_block_list{}
    .spec_block_list > li{margin-bottom:20px;}
    .spec_bar_title{font-size:16px;padding-bottom:10px;}
    .spec_contents_row{margin-top:10px;}
    .spec_contents_row .indent_bullet_list{ font-size:16px;}
}


.data_viewer_wrap{margin-top:30px;}
.data_viewer_block{margin-bottom:60px}
.data_viewer_block:last-of-type{margin-bottom:0;}
.data_viewer_tb{display:flex;border-top:2px solid #00529a; border-bottom:2px solid #00529a;}
.data_key_cell{flex:0 0 190px;display:flex; flex-direction: column; justify-content: center; align-items: center; background:#f2f2f2; padding:20px 0;}
.data_content_cell{flex:1;}

.data_viewer_key{font-size:32px; color:#00529a; font-weight:700;}

.nor_tb{width:100%;}
.nor_tb th,
.nor_tb td{border-bottom:1px solid #cccccc;padding:17px 20px;}
.nor_tb th{width:20%;text-align: center;}
.nor_tb td{text-align: left;}
.nor_tb tr:last-of-type th,
.nor_tb tr:last-of-type td{border-bottom:0;}
.nor_thtext{font-size:20px; color:#444; font-weight:500; white-space: nowrap; }
.nor_tdtext{font-size:20px; color:#666;}
.viewer_key_wrap{margin-top:12px;}
.btn_inform_quad{background:#a7a9ac; display:inline-block;color:#fff; font-size:18px;line-height:1;padding:10px 15px; box-sizing: border-box; min-width:120px; text-align: center;}

.pc_br{display:block;}
.mbr{display:none;}


@media (max-width:1280px){
    .data_viewer_wrap{margin-top:20px;}
    .data_viewer_block{margin-bottom:30px}
    .data_key_cell{flex:0 0 150px;}
    .data_viewer_key{font-size:24px;}
    .btn_inform_quad{font-size:16px;min-width:0;}

    .nor_thtext,
    .nor_tdtext{font-size:16px;}

    .indent_para_item.size2, .indent_para_item.size2 *{font-size:16px;}
}
@media (max-width:767px){
    .data_viewer_wrap{margin-top:0;}
    .data_viewer_tb{display:block;}
    .data_key_cell{display:flex;padding:10px 15px; gap:10px; text-align: center; align-items: center; flex-direction: row; justify-content: center;}
    .data_content_cell{flex:1;}
    .viewer_key_wrap{margin:0;}
    .data_viewer_key{font-size:16px;}

    .btn_inform_quad{font-size:14px;padding:7px 12px; min-width:0;}
    .nor_tb th{width:1px;}

    .nor_thtext,
    .nor_tdtext{font-size:14px;}

    .indent_para_item.size2, .indent_para_item.size2 *{font-size:14px;}

    .nor_tb th,
    .nor_tb td{padding:12px 15px;}

    .pc_br{display:none;}
    .mbr{display:block;}
}


/* 20260412 추가 */
.visual_tape_row{padding:115px 30px; margin-bottom:40px; background:url("../images/top_title_bg_26.jpg") no-repeat 50% 50%/cover; text-align: center;}
.visual_tape_title_group{}
.visual_tape_title{font-size:48px; color:#fff; font-weight:700;}
.visual_tape_copy_wrap{margin-top:35px;}
.visual_tape_main,
.visual_tape_sub{color:#fff; }
.visual_tape_main{font-size:28px;}
.visual_tape_sub{margin-top:15px;font-size:24px;}

@media (max-width:1280px){
    
}

@media (max-width:1023px){
    .visual_tape_row{padding:60px 30px; margin-bottom:40px;}
    .visual_tape_title{font-size:25px;}
    .visual_tape_copy_wrap{margin-top:15px;}
    .visual_tape_main{font-size:20px;}
    .visual_tape_sub{margin-top:10px;font-size:16px;}
}

@media (max-width:767px){
    .visual_tape_row{padding:40px 20px; margin-bottom:0;}
    .visual_tape_main{font-size:18px;}
    .visual_tape_sub{font-size:14px;}
}



.notice_popup_zone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    overflow-y: auto;
}

.notice_popup_tb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.notice_popup_td {
    display: table-cell;
    vertical-align: middle;
    padding: 50px;
}

.notice_popup_container {
    width: 460px;
    margin: 0 auto;
    position: relative;
}

.notice_swiper.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2d1f13;
}

.notice_swiper_item {
    display: block;
}

.notice_swiper_item > img {
    vertical-align: top;
}

.notice_util_items {
    background: rgb(255 255 255);
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.props_chip {
    display: inline-flex;
    gap: 10px;
}

@media (max-width: 767px) {
    .notice_popup_td {
        padding: 16px;
    }

    .notice_popup_container {
        width: 100%;
    }

}


.detail-title-bar {
    /* 레이아웃 */
    width: 100%;
    height: 50px; /* 높이는 적절히 조절하세요 */
    display: flex;
    align-items: center;
    justify-content: center;

    /* 배경 및 테두리 */
    background-color: #f8f9fa; /* 아주 연한 회색 배경 */
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;

    /* 여백 */
    margin-top: 20px;   /* 신청하기 버튼과의 간격 */
    margin-bottom: 0;   /* 상세이미지와의 간격 (붙이려면 0) */
}

.detail-title-bar span {
    /* 텍스트 스타일 */
    color: #004085;     /* 이미지와 유사한 다크 블루 계열 */
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.5px;
}

/* 모바일 대응 (화면 너비 768px 이하) */
@media (max-width: 768px) {
    .detail-title-bar {
        height: 40px;      /* 모바일에서는 높이를 조금 줄여서 콤팩트하게 */
        margin-top: 15px;  /* 위쪽 간격 살짝 조정 */
    }

    .detail-title-bar span {
        font-size: 14px;   /* 모바일 화면에 맞춰 글자 크기 축소 */
    }
}

.pro_opt_box {
    background: #F8F8F8;
    border: 1px solid #EDEDED;
    padding: 24px;
    margin-bottom: 10px;
}

.pro_opt_box:last-of-type {
    margin-bottom: 0;
}

.pro_opt_name_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro_opt_name {
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.btn_pro_opt_close {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    background-image: url("../images/ico_close_14.svg");
}

.pro_opt_contents {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-top: 16px;
}

.pro_opt_box_wrap {
    margin-top: 24px;
}

.pro_opt_box {
    background: #F8F8F8;
    border: 1px solid #EDEDED;
    padding: 24px;
    margin-bottom: 10px;
}

.pro_opt_box:last-of-type {
    margin-bottom: 0;
}

.number_info_package {
    display: flex;
    gap: 5px;
    align-items: center;
}

.number_info_package.highlight .number_info_node,
.number_info_package.highlight .number_info_unit {
    color: #DD8560;
    font-size: 24px;
}

.number_info_package.highlight .number_info_node {
    font-weight: 700;
}

.number_info_node,
.number_info_unit {
    font-size: 18px;
    display: inline-block;
    color: #222;
}

.number_info_node {
    font-weight: 700;
}

.number_info_unit {
    font-weight: 400;
}

.count_control_wrap {
    display: inline-flex;
    width: 120px;
    height: 34px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.count_control_navi {
    flex: 0 0 34px;
    width: 34px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
}

.count_control_navi:before, .count_control_navi:after {
    display: block;
    content: "";
    width: 14px;
    height: 0;
    border-bottom: 2px solid #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.count_control_navi.plus {
    border-right: 0;
}

.count_control_navi.plus:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.count_control_fraction {
    flex: 0 0 50px;
    text-align: center;
    font-size: 14px;
    color: #222222;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

