/******************************************
   name :  quote.css
   auth :  INCLPRESS
   date :  2025.07.22
   desc :  Quote css
*******************************************/

.detail_main{ background-color: #fff; padding:73px 0 160px 0; min-width:520px; width:100%;}
.detail_main > .inner {
    margin: 0 auto; padding:0 20px; max-width: 760px;
}

.detail_main .txt_error{font-size:14px; height:15px; vertical-align:top; text-align:right; }

.detail_main .rgb_color_box{display:inline-block; width:20px; height:20px; margin-left:5px; vertical-align:bottom;}

.detail_main .print_wrap { width:100%; padding:60px 0 40px 0;}
.detail_main .print_wrap.sub {padding:40px 0 0 0;}
.detail_main .print_wrap .title_area{ display:flex; align-items:center; justify-content:space-between; width:100%; padding-bottom:30px;}
.detail_main .print_wrap .title_area .main_title{font-size:32px; font-weight:700;}
.detail_main .print_wrap .title_area .sub_title{font-size:21px; font-weight:700;}
.detail_main .print_wrap .title_area .sub_print{ color:#4C79F4; font-size:16px; font-weight:600; line-height:140%; text-align:right;}

.detail_main .print_wrap .summary_area{ display: -webkit-box; display:flex; align-items:start; justify-content:space-between; width:100%; padding-bottom:30px;}
.detail_main .print_wrap .summary_area .main_title{font-size:20px; font-weight:700; letter-spacing: -0.32px;}
.detail_main .print_wrap .summary_area .info_list{width:260px;}
.detail_main .print_wrap .summary_area .info_list .info_box{display:flex;align-items: center;justify-content: space-between;margin-bottom:5px; }
.detail_main .print_wrap .summary_area .info_list .info_box .title{font-size:16px;font-weight:500;letter-spacing:-0.32px;}
.detail_main .print_wrap .summary_area .info_list .info_box .desc{font-size:16px;font-weight:500;letter-spacing:-0.32px;}

.detail_main .print_wrap .print_area{ border-top:1px solid rgba(0, 0, 0, 0.2); }
.detail_main .print_wrap .print_area.summary{ border-top:2px solid #000; margin-top:68px; }
.detail_main .print_wrap .print_area .bar{ background:#CFCFCF; height:1px; width:100%; margin:5px 0;}
.detail_main .print_wrap .print_area h3{
    padding-top:10px; color:#000; font-size:16px; font-weight:600; letter-spacing:-0.36px; padding-bottom:12px; }

.detail_main .print_wrap .print_area .print_box{ display:flex; justify-content: space-between; padding:5px 0; }
.detail_main .print_wrap .print_area .print_box .title{ font-size: 14px;font-weight:400; letter-spacing: -0.32px; line-height:18px; }
.detail_main .print_wrap .print_area .print_box .desc{ text-align:right;font-size:14px; font-weight:400; letter-spacing:-0.32px; line-height:18px; max-width:400px; }

.detail_main .print_wrap .print_area .print_box.total{ margin-top:17px; padding-top:15px; border-top: 2px solid #000; }

.detail_main .print_wrap .print_area .print_box.total .title{ font-size: 24px; font-weight: 700; letter-spacing: -0.48px; }
.detail_main .print_wrap .print_area .print_box.total .desc{ font-size: 24px; font-weight: 700; letter-spacing: -0.48px; }

.detail_main .notice_wrap{ margin-top:60px; }
.detail_main .notice_wrap h2{ font-size: 24px; font-weight:700; letter-spacing: -0.48px; text-transform: capitalize; margin-bottom:20px; }
.detail_main .notice_wrap h3{ font-size: 20px; font-weight:700; letter-spacing: -0.48px; text-transform: capitalize; margin-bottom:20px; }
.detail_main .notice_wrap li{ 
    position:relative; padding-left:20px; text-indent:-16px;color: rgba(0, 0, 0, 0.7); font-size: 16px; font-weight: 400; line-height: 140%; letter-spacing: -0.32px; 
}
.detail_main .notice_wrap p{ font-size: 16px; font-weight:400; line-height: 140%; letter-spacing: -0.32px; }

.detail_main .notice_wrap .form { display: flex; flex-direction: column; gap: 16px; width: 100%; }
.detail_main .notice_wrap .form .form-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.detail_main .notice_wrap .form .form-row .input-label {
  margin-top: 10.5px; color: #000; font-size: 16px; font-weight: 500; letter-spacing: -0.32px; flex: 0 0 180px; }
.detail_main .notice_wrap .form .form-row .input_box { flex: 1 0 0; max-width: 540px; }
.detail_main .notice_wrap .form .form-row .input_box input { width:100%; }
.detail_main .notice_wrap .form .form-row .input_box input.error_box{ border-color:#ff0000; }
.detail_main .notice_wrap .form .form-row .input_box textarea { width:100%; height:200px; }
.detail_main .notice_wrap .form .btn_box { display:flex; justify-content: space-between; }
.detail_main .notice_wrap .form .btn_box .space{ width:70px; display:block; }
.detail_main .table_wrap{overflow:auto;}
.detail_main .table_wrap .tbl_list{ margin-bottom:40px; width:100%; min-width:520px;}
.detail_main .table_wrap .tbl_list a{text-decoration:underline;color:#000000;}
.detail_main .table_wrap .tbl_list th {
    font-size: 18px; font-weight: 700; letter-spacing: -0.36px; text-transform: capitalize; padding:0 4px 7px 0; border-bottom: 1px solid #000; text-align:left;
}
.detail_main .table_wrap .tbl_list td {
    padding:10px 4px 0 0;
    font-size: 14px; font-weight: 400; line-height: 150%; /* 21px */ letter-spacing: -0.28px; text-transform: capitalize; word-break;break-all;
}
.detail_main .table_wrap .tbl_list td.center { text-align:center !important; }
.detail_main .table_wrap .tbl_list td.right { text-align:right !important; }
.detail_main .table_wrap .tbl_list td b { font-weight: 700; }
.detail_main .table_wrap .tbl_list .dis { opacity: 0.25; }
.detail_main .table_wrap .tbl_list .dis .alarm { opacity: 0; pointer-events: none; }

.detail_main .btn_wrap{text-align:right;margin-top:10px;}



.ord_list_main { background:#ffffff; padding:1px 0 160px 0; }
.ord_list_main .inner{ margin:0 auto; padding:0 20px; max-width:1200px; }
.ord_list_main .main_title{
    color: #000; text-align: center; font-size: 32px; font-weight: 700; letter-spacing: -0.64px; margin-top: 160px; margin-bottom: 80px;
}

.ord_list_main .title_wrap { display:flex; justify-content:space-between; gap:40px; margin-bottom:80px; }
.ord_list_main .title_wrap .item { flex: 1 0 0; width: 50%; }
.ord_list_main .title_wrap .item h2{ font-size: 18px; font-weight: 700; letter-spacing: -0.36px; text-transform: capitalize; margin-bottom: 8px; }
.ord_list_main .title_wrap .item p {
  word-break: keep-all; font-size: 16px; font-weight: 400; line-height: 140%; letter-spacing: -0.32px;
}

.ord_list_main .table_wrap{overflow:auto;}
.ord_list_main .table_wrap .tbl_list{min-width:620px;margin-bottom: 40px; width:100%;}
.ord_list_main .table_wrap .tbl_list a{text-decoration:underline;color:#000000;}
.ord_list_main .table_wrap .tbl_list th {
    font-size: 18px; font-weight: 700; letter-spacing: -0.36px; text-transform: capitalize; padding: 0 4px 13px 0; border-bottom: 1px solid #000; text-align:left;
}
.ord_list_main .table_wrap .tbl_list td {
    padding:20px 4px 20px 0;
    font-size: 14px; font-weight: 400; line-height: 150%; /* 21px */ letter-spacing: -0.28px; text-transform: capitalize; border-bottom: 1px solid #BFBFBF;
}
.ord_list_main .table_wrap .tbl_list td b { font-weight: 700; }
.ord_list_main .table_wrap .tbl_list .dis { opacity: 0.25; }
.ord_list_main .table_wrap .tbl_list .dis .alarm { opacity: 0; pointer-events: none; }











.quote_main{ position:relative; padding-top:73px; height:100%;}

.quote_main .txt_error{color:#FF0000; font-size:13px; height:15px; vertical-align:top; padding-bottom:20px; }

.quote_main .mobile_area{ position:absolute; width:100%; top:42px; background:#019281; display:none; }
.quote_main .mobile_area .step_bar { position:fixed; top:42px; left:0; width:100%; height:3px; overflow:hidden; z-index: 1; }
.quote_main .mobile_area .step_bar .percent { position:absolute; left:0; top:0; transition:0.3s; background-color:#4C79F4; height:100%;  min-width:1px; }

.quote_main .mobile_area .btn-option { position:absolute; top:10px; left:10px; }
.quote_main .mobile_area .btn-quote { position: absolute; top:10px; right: 10px; }

.quote_main .left_main{
    position:fixed; top:73px; left:0; transition:all 0.2s; width:300px; box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    height:calc(100% - 73px); overflow:auto; padding-bottom:30px; background:#ffffff; z-index:400;
}

.quote_main .left_main .top_wrap{
    display:flex; flex-direction: column; align-items:center; color:#000; font-family:Poppins; font-size:20px; font-weight:700; line-height:normal;
    letter-spacing:-0.2px; padding:28px 30px; gap:8px; align-self:stretch;
}
.quote_main .left_main .top_wrap .btn_choose{
    display:inline-flex; align-items:center; justify-content:center; color:#4C79F4; text-align:center;
    font-family:Pretendard;font-size:16px; font-weight:500; letter-spacing:-0.32px; height:40px; padding:0px 24px; gap:10px; flex-shrink:0; border-radius:40px; border:1px solid #4C79F4;
}
.quote_main .left_main .nav_wrap{
    display: flex; flex-direction: column; align-items: flex-start; align-self: stretch; flex-wrap: nowrap; gap: 8px; flex: 1 0 0;
    /* padding-left:0; margin-bottom:0; list-style: none; */
}
.quote_main .left_main .nav_wrap .title_main{
    display:flex; height:40px; padding:0 0 0 20px; align-items:center; gap:10px;
    align-self:stretch; color:#000; font-size:16px; font-weight:700; letter-spacing:-0.32px; background:#F6F6F6;
}

.quote_main .left_main .nav_wrap .nav_list{ width:100%; }
.quote_main .left_main .nav_wrap .nav_list .nav_box {
    display: block; text-decoration: none; background: none; border:0; cursor:pointer;
    transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    text-align:left; position:relative; padding-block: 0; padding-inline:51px 20px; width:100%; height:52px;
}

.quote_main .left_main .nav_wrap .nav_list .nav_box::before {
    position:absolute; top:0; left:29px; content: ""; width:2px; height:100%; background-color:#ECECEC;
}
.quote_main .left_main .nav_wrap .nav_list .nav_box .status{
    position:absolute; top:50%; left:20px; transform:translateY(-50%); width:20px; height:20px;
    border-radius:999px; background-color:#fff; border: 8px solid #ECECEC;
}
.quote_main .left_main .nav_wrap .nav_list .nav_box.complete .status{
    background: #D5F1E8 url(/insquote/images/comm/ic_step_check.svg) center no-repeat; border:0;
}

.quote_main .left_main .nav_wrap .nav_list .nav_box .name{ font-size:15px; font-weight:700; letter-spacing:-0.3px; }
.quote_main .left_main .nav_wrap .nav_list .nav_box .value { margin:4px 0 0 2px; color:rgba(0, 0, 0, 0.7); font-size:12px; font-weight:500; letter-spacing: -0.26px; }
/* height:20px; */
.quote_main .left_main .nav_wrap .nav_list .nav_box.complete .value{ display:block; }
.quote_main .left_main .nav_wrap .nav_list .nav_box.active {
    background: linear-gradient(90deg, rgba(76, 121, 244, 0) 0%, rgba(76, 121, 244, 0.25) 100%); border-right:2px solid #4C79F4;
}









.quote_main .right_main{
    position:fixed; top:73px; right:0; transition:all 0.2s; max-width:378px; width:100%;
    height: calc(100% - 73px); padding-bottom:146px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    background:#ffffff !important; z-index:400;
}

.quote_main .right_main .right_inner{ height:100%; padding:30px 20px 70px 20px; overflow:auto; }

.quote_main .right_main .info_wrap{ width:100%; margin-bottom:5px;}
.quote_main .right_main .info_wrap .input_title{
    display:flex; align-items:flex-end; gap:8px; color:rgba(0, 0, 0, 0.7); font-size:13px; font-weight:400; letter-spacing:-0.26px; margin-bottom:10px;
}
.quote_main .right_main .info_wrap .input_title strong { font-size:16px; font-weight:700; letter-spacing:-0.32px; }
.quote_main .right_main .info_wrap .input_box{ position:relative; display:flex; gap:8px; }
.quote_main .right_main .info_wrap .input_box .txt_result{ position:absolute; left:5px; top:42px; font-size:13px; line-height:14px; letter-spacing:-0.32px; }
.quote_main .right_main .info_wrap .input_box .input_df_01{ flex: 1 0 0; }
.quote_main .right_main .info_wrap .input_box button{width:100px;}

.quote_main .right_main .info_wrap .radio_area{ width:100%; margin:33px 0 0 0; }
.quote_main .right_main .info_wrap .radio_area li{ display:flex; align-items:flex-start; height:43px;}
.quote_main .right_main .info_wrap .radio_area label{ 
    color:rgba(0, 0, 0, 0.7); font-size:13px; font-weight:400; line-height:120%; letter-spacing:-0.26px; flex: 1 0 0;   
}
.quote_main .right_main .info_wrap .radio_area .value{ font-size: 18px; font-weight: 700; letter-spacing: -0.36px; }

.quote_main .right_main .info_wrap .shipp_area{ width:100%; padding:5px 0 10px 0;}
.quote_main .right_main .info_wrap .shipp_area .shipp_list{ display:flex; align-items:flex-start; gap:10px; align-self:stretch; width:100%; padding:0 0 0 10px; }
.quote_main .right_main .info_wrap .shipp_area .shipp_list .shipp_box { width:50%;}
.quote_main .right_main .info_wrap .shipp_area .shipp_list .shipp_box .input_df_01{ width:100%;}
.quote_main .right_main .info_wrap .shipp_area .shipp_list .shipp_box .price{ margin-top:5px; text-align:left; font-size:18px; font-weight:600; letter-spacing:-0.36px;}
.quote_main .right_main .info_wrap .shipp_area .btn_update{ width:100%; padding:0 0 0 10px; }
.quote_main .right_main .info_wrap .shipp_area .btn_update button{ width:100%; }

.quote_main .right_main .info_wrap .txt_info { color:rgba(0, 0, 0, 0.7); font-size:14px; font-weight:400; line-height:140%; letter-spacing:-0.28px; }
.quote_main .right_main .info_wrap .txt_info strong{ font-weight:700; }

.quote_main .right_main .ship_wrap{ display:flex; align-items:flex-start; align-self:stretch; flex-direction:column; padding:20px; border-radius:8px; background:#F6F6F6; margin:22px 0 22px 0; }
.quote_main .right_main .ship_wrap .txt_est{ color:rgba(0, 0, 0, 0.4); font-size:13px; font-weight:500; letter-spacing:-0.26px; margin-bottom:4px; }
.quote_main .right_main .ship_wrap .txt_date{ font-size:16px; font-weight:700; letter-spacing:-0.32px; height:20px; }
.quote_main .right_main .ship_wrap .bar{ width:100%; height:1px; background:#CFCFCF; margin:16px 0; }
.quote_main .right_main .ship_wrap .price_box{
    display:flex; align-items:center; justify-content:space-between; align-self:stretch; margin-bottom:10px;
}
.quote_main .right_main .ship_wrap .price_box .key{ font-size:14px; font-weight:400; letter-spacing:-0.28px; }
.quote_main .right_main .ship_wrap .price_box .value { font-size:14px; font-weight:700; letter-spacing:-0.28px; }
.quote_main .right_main .ship_wrap .price_box.sum { margin-bottom: 14px; }
.quote_main .right_main .ship_wrap .price_box.sum .price { font-size:16px; font-weight:700; letter-spacing:-0.32px; }
.quote_main .right_main .ship_wrap .price_box.sum .value { font-size:18px; font-weight:700; letter-spacing:-0.36px; }
.quote_main .right_main .ship_wrap .info_box {
    display:flex; align-items:flex-start; align-self:stretch; gap:4px; font-size:15px; font-weight:500; line-height:140%; letter-spacing:-0.28px;
    text-indent:-18px; padding-left:20px;
}

.quote_main .right_main .loading_box{
    position:absolute; left:0; top:0; 
    display:flex; align-items:center; justify-content:center; width:100%; height:100%; text-align:center; z-index:10; }

.quote_main .right_main .btn_view_summary {
    color:rgba(0, 0, 0, 0.7); font-size:14px; font-weight:600; line-height:140%; letter-spacing:-0.28px; color:#4C79F4;
}
.quote_main .right_main .total_wrap {
    position:absolute; bottom: 0; left: 0; width: 100%; padding:20px;
    border-top: 1px solid #ECECEC; background: #FFF;
}
.quote_main .right_main .total_wrap .flex { display:flex; align-items:center; justify-content:space-between; align-self:stretch; padding-bottom:10px; }
.quote_main .right_main .total_wrap .key { text-align:right; font-size:16px; font-weight:600; letter-spacing: -0.32px; }
.quote_main .right_main .total_wrap .total-price{ text-align: right; font-size: 32px; font-weight:700; letter-spacing: -0.64px; }
.quote_main .right_main .total_wrap .btn_df_black{ width:100%; }










/* background:#090192; */
.quote_main .center_main{ padding: 0 378px 0 300px; width:100%; height:100%; }
.quote_main .center_main .center_inner{ padding:0 20px 0 20px; width:100%; height:calc(100% - 85px); overflow:auto;}
.quote_main .center_main .center_title_main{ font-family:Poppins; font-size:20px; font-weight:700; height:110px; padding:42px 0 0 10px; }
.quote_main .center_main .center_cts_wrap { position:relative; display:flex; padding:0 20px; gap:20px; width:100%; height:calc(100% - 120px); }
.quote_main .center_main .center_cts_wrap .center_mnu_area {
    width:309px; min-width:250px; height:100%; padding:0 5px 0 0; max-height:500px; overflow-x:hidden; overflow-y:auto;
}
.quote_main .center_main .center_cts_wrap .center_detail_area { flex: 1 0 0; max-width:570px; margin:0 auto; }
.quote_main .center_main .center_cts_wrap .center_all_area { width:100%; }
.quote_main .center_main .center_bottom_wrap{ padding:0 20px;}

.quote_main .center_main .btn_df_select{ margin:0 0 5px 0; text-align:left; }

.quote_main .center_main .help_wrap{ width:100%;}
.quote_main .center_main .help_wrap .txt_title{ display:inline-block; font-size: 16px; font-weight: 700; line-height: 100%; letter-spacing: -0.32px; margin-bottom: 8px;  }
.quote_main .center_main .help_wrap .txt_desc{ font-size:16px; line-height:140%; font-weight:500; letter-spacing: -0.32px; }
.quote_main .center_main .help_wrap .img_desc01{ margin-top:40px; text-align:center; }
.quote_main .center_main .help_wrap .img_desc01 img{ max-width:345px; }

.quote_main .center_main .help_wrap .detail_box .img_desc02{ position:relative; aspect-ratio:1; width:100%; margin-bottom: 40px; }
.quote_main .center_main .help_wrap .detail_box .img_desc02 img{ width:100%; height:100%; object-fit: cover; }
.quote_main .center_main .help_wrap .detail_box .img_desc02 .btn_full{
    position:absolute; bottom:24px;right:24px; width:56px; height:56px; border-radius:100%;
    border: 0; background-color: rgba(239, 239, 239, 0.6);
}
.quote_main .center_main .help_wrap .detail_box .img_desc02 .btn_full img{ width:16px; height:16px;}
.quote_main .center_main .help_wrap .detail_box ul li { position:relative; padding-top:6px; }
/*
.quote_main .center_main .help_wrap .detail_box ul li::before {
    content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: #000; position: absolute; top: 11px; left: 10px;
}
*/
.quote_main .center_main .help_wrap .detail_box li + li { margin-top: 8px; }
.quote_main .center_main .help_wrap .detail_box p { font-size: 16px; font-weight: 500; line-height: 140%; letter-spacing: -0.32px; }

.quote_main .center_main .help_wrap .help_desc {
    margin:50px auto 0 auto; width:100%; background-color: #fff; padding:40px; font-size:16px; font-weight:500; line-height:140%; letter-spacing: -0.32px; }
.quote_main .center_main .help_wrap .help_desc b { font-weight: 700; }

.quote_main .center_main .page_binding { padding: 0px 20px; max-width: 928px; margin: 0 auto; padding-top: 78px; width: 100%; }
.quote_main .center_main .page_binding h2 { text-align:center; font-size:20px; font-weight:700; font-family:Poppins; letter-spacing:-0.2px; margin-bottom:42px; }
.quote_main .center_main .page_binding ul { display:flex; align-items:stretch; gap:8px; align-self: stretch; }
.quote_main .center_main .page_binding ul li {
    cursor: pointer; display: flex; flex: 1 0 0; width:25%;
    flex-direction:column; align-items:center; justify-content:space-between; gap: 15px; text-align: center; font-size: 18px; font-weight:600; letter-spacing: -0.36px;
}
.quote_main .center_main .page_binding ul li:hover { font-weight:700; }
.quote_main .center_main .page_binding ul li:hover .img_box {
  opacity: 1; border: 3px solid #4C79F4;
}
.quote_main .center_main .page_binding ul li:hover .img_box img {
  transform: scale(1.05); filter: grayscale(0);
}
.quote_main .center_main .page_binding ul li .img_box {
  aspect-ratio: 1/1; opacity: 0.8; box-sizing: border-box; border: 3px solid transparent; overflow: hidden;
}
.quote_main .center_main .page_binding ul li .img_box img {
  transition: 0.2s ease-in-out; object-fit: cover; width: 100%; height: 100%; filter: grayscale(0.5);
}


.quote_main .center_main .page_size{ width:100%;}
.quote_main .center_main .page_size .select_list{width:100%; height:100%;}
.quote_main .center_main .page_size .select_list .size_box{width:96%; margin:-2px auto 10px auto;}
.quote_main .center_main .page_size .select_list .size_box input{ width:49%;}
.quote_main .center_main .page_size .select_list .btn_apply{ display:block; width:100%; margin:0 auto 7px auto;}


.quote_main .center_main .page_cover_stock{width:100%;}

.quote_main .center_main .page_cover_addon{ width:100%; }
.quote_main .center_main .page_cover_addon .addon_wrap{ width:100%; }
.quote_main .center_main .page_cover_addon .addon_list { width:100%; }
.quote_main .center_main .page_cover_addon .addon_list .addon_box + .addon_box { margin-top:4px; }
.quote_main .center_main .page_cover_addon .addon_list .addon_box{ display:flex; align-items:center; border-radius:4px; background:#FFF;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.05); height:50px; padding: 10px 10px 10px 16px; gap:10px; }
.quote_main .center_main .page_cover_addon .addon_list .addon_box .name { width:83px; font-size:16px; font-weight: 600; letter-spacing: -0.32px; }
.quote_main .center_main .page_cover_addon .addon_list .addon_box .detail { flex: 1 0 0; color:rgba(0, 0, 0, 0.7); font-size: 16px; font-weight: 500; letter-spacing: -0.32px; }
.quote_main .center_main .page_cover_addon .addon_list .addon_box .btn_del{ width:24px; height:24px; background:url(/insquote/images/comm/ic_appendItem_del.svg) center no-repeat; border: 0; }


.quote_main .center_main .page_cover_addon .addon_area{ max-width:580px; margin:30px auto 0 auto;}
.quote_main .center_main .page_cover_addon .addon_area .top_list{display:flex; align-items:center; justify-content: space-between; gap:8px; margin-bottom:16px;}
.quote_main .center_main .page_cover_addon .addon_area .top_list .img_desc{ position:relative; width:130px; height:130px; margin:10px 0 0 -30px; border-radius:4px; overflow: hidden; }
.quote_main .center_main .page_cover_addon .addon_area .top_list .img_desc img{ width:100%; height:100%; object-fit:cover; }
.quote_main .center_main .page_cover_addon .addon_area .top_list .img_desc .btn_full{
    position:absolute; bottom:5px;right:5px; width:38px; height:38px; border-radius:100%; cursor:pointer;
    border: 0; background-color: rgba(56, 56, 56, 0.50);
}
.quote_main .center_main .page_cover_addon .addon_area .top_list .img_desc .btn_full img{ width:16px; height:16px;}

.quote_main .center_main .page_cover_addon .addon_area .select_list{width:100%;}
.quote_main .center_main .page_cover_addon .addon_area .select_list .select_box{display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
.quote_main .center_main .page_cover_addon .addon_area .select_list .select_box .title{flex: 1 0 0; width:50%; font-size:16px; font-weight:600; }
.quote_main .center_main .page_cover_addon .addon_area .select_list .select_box .sel_df_01{width:50%;}

.quote_main .center_main .page_cover_addon .addon_area .select_list .select_box .btn_selected{width:100%;}
.quote_main .center_main .page_cover_addon .addon_area .btn_list{margin-top:10px;}
.quote_main .center_main .page_cover_addon .addon_area .btn_list .btn_selected{width:100%;}
.quote_main .center_main .page_cover_addon .addon_area .btn_list .txt_desc{font-size:14px;font-weight:500;line-height:140%;letter-spacing:-0.28px; padding-top:5px;}

.quote_main .center_main .page_in_count{ width:100%; height:100%; }
.quote_main .center_main .page_in_count .page_list{height:100%;}
.quote_main .center_main .page_in_count .sel_df_01{width:309px;}



.quote_main .bottom_main {
    position:fixed; bottom:0; left:300px; right:378px; display:flex; align-items:center; justify-content:space-between; box-sizing:border-box;
    background: rgba(234, 236, 238, 0.9); backdrop-filter:blur(4px); height:80px; transition: 0.2s; padding:0 20px;
}

.quote_main .bottom_main .btn_prev{ width:120px; }
.quote_main .bottom_main .btn_next{ width:120px; background:#000000; color:#ffffff; }

.quote_main .bottom_main .btn_prev_mo{ width:38px; height:38px; }
.quote_main .bottom_main .btn_next_mo{ width:38px; height:38px; background:#000000; color:#ffffff; }

.quote_main .bottom_main .center_wrap {
    display:flex; align-items:center; justify-content:center; flex-wrap:wrap; transition:0.2s; border-radius:40px;
    background:#FFF; box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.1); padding:0 24px; height:40px; gap:12px;
}
.quote_main .bottom_main .center_wrap .spine { color:rgba(0, 0, 0, 0.8); font-size:16px; font-weight:400; letter-spacing:-0.32px; }
.quote_main .bottom_main .center_wrap .value { 
    font-size:16px; font-weight: 600; letter-spacing:-0.32px; margin-left:1px; min-width:70px; text-align:left;
}
.quote_main .bottom_main .center_wrap .guide { color: #4C79F4; font-size: 16px; font-weight: 400; letter-spacing: -0.32px; }


.proof_pop_main{width:100%;height:100%;background:#ffffff;}
.proof_pop_main .inner{width:90%;height:100%; margin:auto;}
.proof_pop_main .main_title{ font-size:30px; font-weight:700; text-align:center; padding-top:70px; }
.proof_pop_main .sub_title{ font-weight:400; font-size:16px; text-align:center; padding:30px; }
.proof_pop_main .file_main{ width:100%; display:flex; justify-content:center; align-items:center; height:150px; background:#f8f8f8; border-radius:5px; margin:auto;}

.proof_pop_main .file_main .btn_add{ display: flex; flex-direction: column; align-items: center; cursor: pointer; padding: 50px; }
.proof_pop_main .file_main .btn_add span{ font-weight:600; font-size:16px; color:#1d1b1c; margin-top:6px; }

.proof_pop_main .error_msg{ color:#e32d1d;font-size:14px;text-align:center;height:20px;margin:10px 0; }

.proof_pop_main .btns_bottom{text-align:center;}
.proof_pop_main .btns_bottom button{width:360px;}
.proof_pop_main .btns_bottom button img{margin-top:3px;}
.proof_pop_main .btns_bottom button:last-child{margin-right:0;}

.proof_pop_main .progress_main{margin:0 0 10px 0;}
.proof_pop_main .progress_main .file_name{display:flex; justify-content:start; align-items:center;font-size:13px; margin:5px 0 0 0;}
.proof_pop_main .progress_main .file_name a{margin:5px 0 0 5px; cursor:pointer;}
.proof_pop_main .progress_main .file_name a img{height:12px;}
.proof_pop_main .progress_main .progress{position:relative;width:100%; margin:3px 0 0 0;background:#eeeeee; border-radius:10px; height:10px;}
.proof_pop_main .progress_main .progress .per_bar{position:absolute;background:#4C79F4;border-radius:10px;height:10px;width:0;}


.file_pop_main{ width:100%;}
.file_pop_main .top_title{ width:100%; font-weight:400; font-size:17px;  margin-bottom:10px; }
.file_pop_main .detail_01{ position:relative; font-weight:400; font-size:15px; line-height:23px; padding-left:24px; margin-top:33px; margin-bottom:40px; }
.file_pop_main .detail_01::before{ content:""; position:absolute; left:0; top:2px; width:18px; height:18px; background-image:url("/insquote/images/comm/info-i.svg"); }
.file_pop_main .btns_bottom{text-align:center;}
.file_pop_main .btns_bottom button{width:250px;margin-right:50px;}
.file_pop_main .btns_bottom button:last-child{margin-right:0;}



@media screen and (max-width: 1200px){

    .quote_main{ padding:0; height:100vh;}

    .quote_main .mobile_area{display:initial;}

    .quote_main .left_main{ left:-100%; top:0; height:100%; width:260px; z-index:1050; }
    .quote_main .right_main{ right: -100%; top:0; height:100%; width:340px; z-index:1050;}
    .quote_main .right_main .right_inner{ height:100%; padding:30px 15px; overflow:auto; }
    .quote_main .right_main .total_wrap{ padding:20px 15px; }

    .quote_main .center_main{ padding:0; height:100%;}

    .quote_main .center_main .center_title_main{ font-size:16px; text-align:center; padding:56px 0 0 0;}
    .quote_main .center_main .center_inner{ overflow:initial;}
    .quote_main .center_main .center_cts_wrap .center_detail_area { padding:30px 0 50px 0; }
    .quote_main .center_main .center_cts_wrap .center_all_area { width:100%; padding-bottom:100px; }
    .quote_main .center_main .center_bottom_wrap{ padding-bottom:100px; }

    .quote_main .center_main .page_cover_addon .addon_wrap{ padding-bottom:100px; }


    .quote_main .bottom_main { left:0;right:0; width:100%; height:50px;}
    
    .quote_main .bottom_main .center_wrap{ display:block; background-color:transparent; box-shadow:none; padding:3px 0 0 0; }
    .quote_main .bottom_main .center_wrap .spine{ font-size:14px;text-align:center;margin:0; }
    .quote_main .bottom_main .center_wrap .value{ font-size:14px;margin:0; }
    .quote_main .bottom_main .center_wrap .guide{ display:inline-block; font-size:14px; width:100%; text-align:center;margin:0;}

    .quote_main .center_main .page_binding { max-width:580px; }
    
    .quote_main .center_main .page_binding ul { flex-wrap:wrap; }
    .quote_main .center_main .page_binding ul li { flex: 0 0 auto; width:calc((100% - 20px) / 2); gap:8px; }

    .detail_main{min-width:inherit;}
}

@media screen and (max-width: 720px) {
    .quote_main .center_main .center_cts_wrap { display:block; padding:0; height:100%;}
    .quote_main .center_main .center_cts_wrap .center_mnu_area {
        width:100%; padding:0; min-width:100%; max-height:initial; overflow:initial;
    }    
    
    .quote_main .center_main .page_in_count .page_list{height:auto;}
    .quote_main .center_main .page_in_count .sel_df_01{width:100%;}

    .quote_main .center_main .page_cover_addon .addon_area .top_list{flex-wrap:wrap;}
    .quote_main .center_main .page_cover_addon .addon_area .top_list{gap:0;}
    .quote_main .center_main .page_cover_addon .addon_area .top_list label{ width:50%;}
    .quote_main .center_main .page_cover_addon .addon_area .top_list .img_desc{width:100%; height:auto;}
    .quote_main .center_main .page_cover_addon .addon_area .top_list .img_desc .btn_full{ bottom:12px;}

    .quote_main .center_main .center_bottom_wrap{ padding:0 10px 100px 10px; }
    .quote_main .center_main .help_wrap .help_desc{width:100%;padding:30px;}

    .detail_main .notice_wrap .form .form-row{display:block;}
    .detail_main .notice_wrap .form .form-row .input_box { flex: 0 0 0; margin-top:5px;}
    .detail_main .notice_wrap .form .btn_box .space{ display:none; }

    .detail_main .print_wrap .summary_area{display:block; }
    .detail_main .print_wrap .summary_area .info_list{width:100%;margin-top:10px;}
    
    .file_pop_main .btns_bottom button{width:120px;}

}

@media screen and (max-width: 460px) {

}

@media print {

}