
@charset "utf-8";

.serviceWrap { width:100%; }
.serviceWrap > h2 { font-size:16px; font-weight: 700; text-align: center; padding:30px 0; }
.serviceWrap form { width:100%; display:flex; flex-wrap: wrap; }

.serviceTabs { width:100%; overflow-x: scroll; overflow-y: hidden;  border-bottom:#EAECF0 1px solid; }
.serviceTabs > ul {width:100%; display:flex; flex-direction: row; justify-content: flex-start; align-items: center;
    height:40px;
    overflow-x: auto;
    white-space: nowrap;}
.serviceTabs::-webkit-scrollbar {display: none;}
.serviceTabs > ul > li { width:auto; margin:0 14px; }
.serviceTabs > ul > li:first-of-type {margin-left: 24px;}
.serviceTabs > ul > li:last-of-type {padding-right: 24px;}
.serviceTabs > ul > li > a { display: block; height:40px; line-height: 40px; width:max-content; font-size:12.5px; font-weight: 400; position: relative}
.serviceTabs > ul > li > a.on { font-size:12.5px; color:#431F88; font-weight: 700; }
.serviceTabs > ul > li > a.on:after{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; border-bottom:#431F88 2px solid; }

.serviceCategory { width:100%; }
.serviceCategory > ul { width:100%; display:grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.serviceCategory > ul > li{margin-right: 1px; margin-bottom: 1px}
.serviceCategory > ul > li:nth-of-type(4n+4){margin-right: 0}
.serviceCategory > ul > li > a { display: block; height:34px; line-height: 34px; width: auto; font-size:12px; font-weight: 400; background:#F6F7F8; text-align: center; letter-spacing: -0.5px; }
.serviceCategory > ul > li > a.on { font-size:12px; color:#ffffff; font-weight: 400; background:#2A303C; }

.faqList { width:100%; }
.faqList > ul { width:100%; display:flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.faqList > ul > li:first-of-type{border-top: #EAECF0 1px solid}
.faqList > ul > li { width:100%; padding:24px; border-bottom:#EAECF0 1px solid; display:flex; flex-direction: column; }
.faqList > ul > li > span { font-size:12.5px; font-weight: 400; margin:0 0 5px 0; line-height: 17px; letter-spacing: -0.5px; color: #5C6272}
.faqList > ul > li > strong { font-size:16px; font-weight: 700; margin:0 0 0 0; cursor: pointer; position:relative;  line-height: 23px; letter-spacing: -0.5px; color: #2A303C; padding-right: 20px}
.faqList > ul > li > strong.on { color:#431F88; }
.faqList > ul > li > strong:after { content:""; position:absolute; top:10px; transform: translateY(-50%); right:0; width:20px; height:20px;
    background:url('../svg/icon_arrow_bottom_gray.svg') no-repeat center center; transition: transform 0.3s; }
.faqList > ul > li > strong.on:after { transform: translateY(-50%) rotate(-180deg); }
.faqList > ul > li > p { font-size:15px; font-weight: 400; margin:0 0 0 0; padding:20px 0 8px 0px; position:relative; display:none; line-height: 21px ; color: #2A303C}


.qnaLinkWrap {  background:#F1F2F3; text-align: center; width:calc(100% - 48px); padding:25px 0; margin: 31px auto 0; line-height: 17px; letter-spacing: -0.5px; color: #2A303C}
.qnaLinkWrap > h3 { font-size:12.5px; font-weight: 400; margin:0 0 15px 0; }
.qnaLinkWrap > a { width:auto; display:inline-block; height:47px; line-height: 47px; border-radius: 2px; background:#431F88; color:#fff; font-weight:700; font-size:15px; padding:0 26px; }

.qnaList { width:100%; display:flex; flex-wrap: wrap; }
.qnaList > ul { width:100%; display:flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.qnaList > ul > li { width:100%; border-bottom:#EAECF0 1px solid;  }
.qnaList > ul > li:first-child { border-top:#EAECF0 1px solid; }
.qnaList > ul > li > a { width:100%; position: relative; padding:20px; display:flex; flex-direction: row; flex-wrap: wrap; }
.qnaList > ul > li > a > span { font-size:12.5px; font-weight: 400; margin:0 0 10px 0; color:#5C6272; width:100%;}
.qnaList.noticeList > ul > li.is_focus > a > strong{font-weight: 700}
.qnaList > ul > li > a > span.hide{
    background:url('../svg/icon_lock.svg') no-repeat right center;
}
.noticeList > ul > li > a{padding: 20px 24px}
/*.qnaList > ul > li > a > span.is_notice{color: #431F88;}*/
.qnaList > ul > li > a > span.is_notice { position:relative;  }
.qnaList > ul > li > a > span.is_notice:before { content:attr(data-this-text); display:inline-block; font-size:9px; color:#fff; font-weight: 400; padding:0 0;
    height:22px; line-height: 22px; border-radius: 2px; background:#431F88; width:30px; text-align: center; transform: scale(.9,.9);
}
.qnaList > ul > li > a > span.is_question { position:relative; }
.qnaList > ul > li > a > span.is_question:before { content:attr(data-this-text); display:inline-block; font-size:12px; color:#5C6272; font-weight: 400; padding:0 0;
    height:22px; line-height: 22px; border-radius: 2px;  text-align: center;
}
.qnaList > ul > li > a > span.count_list { position:relative; }
.qnaList > ul > li > a > span.count_list:before { content:attr(data-this-text); display:inline-block; font-size:12px; color:#5C6272; font-weight: 400; padding:0 0;
    height:22px; line-height: 22px; border-radius: 2px;  text-align: center;
}

.qnaList > ul > li > a > strong { font-size:15px; font-weight: 700; margin:0 0 20px 0; cursor: pointer; position:relative; width:100%;}
.noticeList > ul > li > a > strong{white-space: nowrap;  text-overflow: ellipsis; overflow: hidden; padding-right: 65px; line-height: 21px}
.qnaList > ul > li > a > strong.on { color:#431F88; }
.qnaList.noticeList > ul > li > a > strong { margin:0; font-weight: 400; }
.qnaList > ul > li > a em { font-size:11.5px; font-weight: 400; color:#5C6272; position: absolute; right: 20px; bottom: 20px; line-height: 16px}

.qnaList > ul > li > a i { font-size:12.5px; margin-left:auto; font-weight: 400; color:#5C6272; }

.qnaList > ul > li > a > div { width:100%; display:flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.qnaList > ul > li > a > div > i { margin-left:auto; }
.qnaList > a {  display:inline-block; margin: 20px 20px 20px auto; background:#F6F7F8; color:#2A303C; font-weight: 400; font-size:12px; height:34px; line-height: 34px; padding:0 25px; }
.qnaList > nav { width:100%; }
.qnaNewstyle > a{margin: 20px 24px 2px auto}
.customerServiceWrap .pagination{margin: 30px 0 0 0}
.qnaView {  width:100%; padding:30px 20px; margin-bottom:60px; display:flex; flex-wrap: wrap; }
.qnaView > h3 { margin:0 0 12px 0; width:100%; display:flex; align-items: center; flex-wrap: wrap; }
.qnaView > h3 > span { font-size: 11.5px; font-weight: 400; color:#5C6272; margin:0 10px 0 0; }
.qnaView > h3 > strong { font-size: 15px; font-weight: 700; color:#2A303C; }
.qnaView > i, .qnaView > em { font-size:11px; margin:0 12px 0 0; color:#5C6272; font-weight: 400; }
.qnaView > em { color:#BBC0C9; }
.qnaView > ul { margin: 0px 0; width:100%; display:flex; flex-direction: column; }
.qnaView > ul > li { padding:20px 0; font-size:15px; font-weight: 400; }
.qnaView > ul > li:first-child { padding:32px 0 60px 0; border-bottom:#EAECF0 1px solid; color:#5C6272; }
.qnaView > ul > li:last-child > p { color:#2A303C; font-weight: 400; }
.qnaView > ul > li:last-child{margin-bottom: 12px}
.qnaView > ul > li > strong { display:inline-block; margin: 0 0 10px 0; width:100%; color:#2A303C; font-weight: 700; font-size:11.5px; }
.detail_list_btn{display: flex; justify-content: space-between; width: 100%}
.detail_list_btn > a {  display:inline-block;  background:#F6F7F8; color:#2A303C; font-weight: 400; font-size:12px; height:34px; line-height: 34px; padding:0 25px; }
.detail_list_btn > a:last-of-type{margin-left: 0;}
.detail_list_btn > a.btn_cancel{font-size: 12px;font-weight: 400;line-height: 18px;letter-spacing: -0.5px; text-decoration-line: underline; border: none; background: transparent; display: flex; align-items: center; padding: 0; color: #4A515F}
.qnaView .btnWrap { width:100%; display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap; margin:20px 0 20px 0; }
.qnaView > .btnWrap > a { display:inline-block;  background:#F6F7F8; color:#2A303C; font-weight: 400; font-size:12px; height:34px; line-height: 34px; padding:0 25px; }
.qnaView > .btnWrap > a.modify { background-color: #431F88; color: #fff; }
.qnaView .btnWrap .btn_cancel { margin: 10px auto;border:#BBC0C9 1px solid; background:#fff; color:#2A303C; font-size:14px; font-weight: 500; width: 50%; text-align: center; }
.qnaView .btnWrap .btn_modify { margin: 10px auto;color:#fff; font-size:15px; font-weight: 700; background-color: #431F88; width: 50%; text-align: center; }

.noticeList > ul > li > a > span.is_notice:before{height: 17px; font-size: 9px; width: 25px; line-height: 17px;}
.noticeList > ul > li > a > span.is_notice{margin-bottom: 4px}


.qnaWrite {  width:100%; padding:0 20px 10px 20px; margin-bottom:10px; display:flex; flex-wrap: wrap; }
.qnaWrite > h3 { margin:0 0 20px 0; width:100%; display:flex; align-items: center; flex-wrap: wrap; }
.qnaWrite > h3 > span { font-size: 12px; font-weight: 400; color:#5C6272; margin:0 10px 0 0; }
.qnaWrite > h3 > strong { font-size: 16px; font-weight: 700; color:#2A303C; }
.qnaWrite > ul {  margin: 0px 0; width:100%; display:flex; flex-direction: column; }
.qnaWrite > ul > li { padding:0; margin: 0 0 15px 0; }
.qnaWrite > ul > li.labelNoPadding > label { padding-top:0; }
.qnaWrite > ul > li > label.matter-checkbox { padding:0; margin: 10px 0; }
.qnaWrite .wr_pass { display:none; }

.guest_agree { width:100%; margin:30px 0 0 0; }
.guest_agree > ul { width:100%; display:flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; }
.guest_agree > ul > li { width:100%; margin:4px 0; display:flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.guest_agree > ul > li > a { margin-left:auto; background:transparent; border:0; font-size:12px; }
.guest_agree > ul > li > h4 { font-size: 12.5px; width:100%; margin: 0 0 10px 0;    font-weight: 400; }

.qnaWrite .matter-checkbox > span { font-size:15px !important; font-weight: 400 !important; }

.isGuestWrap {  }
.isGuestWrap + .btn_submit { margin: 0 20px 60px auto; display:inline-block; background:#2A303C; color:#ffffff; font-weight: 400; font-size:12px; height:34px; line-height: 34px; padding:0 25px; }
.isGuestWrap + .btn_submit:disabled { background:#F6F7F8; color:#BBC0C9; }
.pc_br{display: block}
.PcTabOrder{display: none}
.PcTitle{display: none}
.notice_subtext,
.PcSubTitle{text-align: center; margin: 36px 0; font-size: 18px; font-weight: 700; line-height: 23px}
.count_list{display: none}

.guestWrap > h3 {  margin: 0 0 20px 0;}
.guestWrap > h3 > strong { font-size:15px; font-weight: 700; }
.qnaNewstyle > ul > li > a em{position: static; font-size: 12.5px; line-height: 17px}
.qnaNewstyle > ul > li > a > div > em{min-width: 23px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden; margin-right: 12px}
.qnaNewstyle > ul > li > a > strong{font-size: 16px; margin-bottom: 16px; line-height: 23px; letter-spacing: -0.5px; color: #2A303C}
.qnaNewstyle > ul > li > a > span{line-height: 17px; margin-bottom: 3px}
.qnaNewstyle > ul > li > a{padding: 24px}
.qnaNewstyle > ul > li > a > div{flex-wrap: nowrap}
.qnaNewstyle > ul > li > a > div > div{display: flex; width: 100%}
.qnaNewstyle > ul > li > a > span.is_question:before{font-size: 12.5px; letter-spacing: -0.5px;}
.contactWrite .matter-checkbox > span{font-size: 12.5px !important; padding-left: 21px}
.contactWrite .matter-checkbox > input{width: 10px; height: 10px; border-color: #4A515F; border: solid 1px; border-radius: 0; margin: 3px;}
.contactWrite .matter-checkbox > input + span::after{width: 6px; height: 2px;}
.contactNonwrite{margin-top: 0}
.contactNonwrite .loginWrap{margin-top: 0}
.contactNonwrite .guestWrap > h3{margin-bottom: 16px; line-height: 21px; letter-spacing: -0.5px}
.contactNonwrite .matter-checkbox > input{border-radius: 0px; border: solid 1px;}
.rsizeServiceTabs > ul > li{margin: 0 14px}

.benefitWrap { width:100%; }
.benefitInnerWrap { width:100%; display:flex; flex-direction: row; flex-wrap: wrap; padding:34px 24px;  margin:0 0 2.3rem 0; }
.benefitInnerWrap > h2 { width:100%; font-size:16.5px; font-weight: 700; color:#431F88; margin: 0 0 1.25rem 0; }
.benefitInnerWrap > ul { width:100%; display:flex; flex-direction: row; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.benefitInnerWrap > ul > li { width:100%; margin-bottom:2.5rem; }
.benefitInnerWrap > ul > li:last-child { margin-bottom:0; }
.benefitInnerWrap > ul > li > a { width:100%; display:flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
.benefitInnerWrap > ul > li > a > * { width:100%;}
.benefitInnerWrap > ul > li > a > span { margin-bottom:0.75rem; position:relative; display:flex; }
.benefitInnerWrap > ul > li > a > span > img { width:100%; }
.benefitInnerWrap > ul > li > a > strong { font-size:15px; font-weight: 700; color:#2A303C; margin-bottom:0.5rem; padding-left:0.75rem; position:relative; }
.benefitInnerWrap > ul > li > a > i { width:auto; font-size:11.5px; font-weight: 400; color:#2A303C; margin-right:1.25rem;padding-left:0.75rem;  }
.benefitInnerWrap > ul > li > a > em { width:auto; font-size:11.5px; font-weight: 400; color:#798493; }

.benefitInnerWrap > ul > li.is_end > a > span:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(42, 48, 60, 0.65); }
.benefitInnerWrap > ul > li.is_end > a > strong { color:#5C6272; }
.benefitInnerWrap > ul > li.is_end > a > strong:before { content:"종료"; position:absolute; left:0.75rem; top:-20px; width:auto; height:19px; line-height: 19px; background:#EAECF0;
    display:inline-block; padding:0 12px; border-radius: 20px; font-size:11px; color:#2A303C; font-weight: 700;  }
.benefitInnerWrap > ul > li.is_end > a > i { color:#798493; }

.benefitProgressWrap { }
.benefitEndWrap { }

.benefitViewWrap { width:100%; display:flex; flex-direction: column; justify-content: flex-start; align-items: center; flex-wrap: wrap; padding:34px 24px; }
.benefitViewWrap > .benefitHeader { width:100%; display:flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin-bottom:0.95rem; }
.benefitViewWrap > .benefitHeader > * { width:100%;}
.benefitViewWrap > .benefitHeader > span { width:auto; display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap;
    height:19px; line-height: 19px; background:#EAECF0; padding:0 12px; border-radius: 20px; font-size:11px; color:#2A303C; font-weight: 700; margin-bottom:0.50rem; }
.benefitViewWrap > .benefitHeader > span.progress { background:#431F88; color:#FFFFFF; }
.benefitViewWrap > .benefitHeader > h2 { font-size:19px; font-weight: 700; color:#2A303C; margin-bottom:0.5rem; position:relative; margin-bottom:0.75rem;  }
.benefitViewWrap > .benefitHeader > i { width:auto; font-size:11.5px; font-weight: 400; color:#2A303C; margin-right:1.25rem;  }
.benefitViewWrap > .benefitHeader > em { width:auto; font-size:11.5px; font-weight: 400; color:#798493; }
.benefitViewWrap > .benefitContent { width:100%; min-height: 500px; background:#D9D9D9; }
.benefitViewWrap > .benefitButtonWrap { width:100%; margin:34px 0 0 0; display:flex; flex-direction: row; justify-content: flex-end; align-items: center; flex-wrap: wrap; }
.benefitViewWrap > .benefitButtonWrap > * { width:auto; margin:0 0 0 5px; background: #F6F7F8; color:#2A303C; font-size:12px; font-weight: 400; display:inline-block;
    height:34px; line-height: 34px; padding:0 20px; }

.priceServiceWrap { width:100%; }

.titleText {margin: 70px 0 50px; }
.priceServiceWrap .titleText {margin: 70px 0; }
.titleText > h2 { font-size: 28px; line-height: 43px; font-weight: 700; margin:0 0 18px 0; text-align: center; }
.titleText > h2 span {display: inline !important; font-weight: 700;}
.titleText > h3 {color: #5C6272; font-size: 16px; line-height: 26px; font-weight: 400; text-align: center;}
.serviceTitle > img { width:100%; position:relative; }

.newServiceFuneral > img.is_mobile_wrap{width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center}

.servicePriceList { width:100%; display:flex; flex-wrap: wrap; }
.servicePriceList > h3 { color:#5C6272; font-size:11.5px; font-weight: 400;line-height: 16px; margin:0 0 60px; width:100%;  text-align: center; }
.servicePriceList > ul { width:100%; display:flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap:wrap; }
.servicePriceList > ul > li { width:100%; height: auto; margin:0 0; border-top:#EAECF0 1px solid; padding:20px 24px 12px 24px; display:flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.servicePriceList > ul > li:last-child { border-bottom:#EAECF0 1px solid; }
.servicePriceList > ul > li > strong { font-size: 16px; color:#431F88; line-height: 23px; font-weight: 700; margin:0 0 10px 0; display:flex; align-items: center; }
.servicePriceList > ul > li > strong > b { display:inline-block; font-size:10px; padding:0px 4px; border-radius: 2px; background:#B59C8E; color:#FFFFFF;
    margin:0 7px 0 0; height:17px; line-height: 17px; font-weight: 400;}
.servicePriceList > ul > li > i { font-size: 16px; color:#2A303C; line-height: 23px; font-weight: 700; margin:0 0 10px 0; }
.servicePriceList > ul > li > i > em { font-size: 12.5px; color:#2A303C; font-weight: 400; margin:0 0 0 5px; }
.servicePriceList > ul > li > span { width:100%; font-size: 12.5px; color:#2A303C; line-height: 17px; font-weight: 400; margin:0 0 0 0; }
.servicePriceList > ul > li > h6 { font-size: 10px; color:#798493; line-height: 14px; font-weight: 400; transform: scale(.9,.9) translateX(-11px);}

.servicePriceList .imgWrap { width:100%; margin:12px 0; }
.servicePriceList .imgWrap > img { width:100%; height: 100%; object-position: center center; object-fit: cover}

.serviceEtcList { margin:0 0 40px 0; }
.serviceEtcList > ul { padding: 0 24px; }
.serviceEtcList > ul > li { border:0 !important; background-color:rgba(181, 156, 142, 0.08); border-radius: 4px; padding:55px 0 21px 24px; margin:12px 0;
    display:flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; background-repeat: no-repeat; background-position: right 20px top 30px; }
.serviceEtcList > ul > li:nth-child(even) { background-color:#F6F7F8; }
.serviceEtcList > ul > li > strong { font-size: 17.5px; color:#431F88; font-style: normal;    font-weight: 700;    line-height: 28px;  display: block; text-align: center;
    width: 100%;}
.serviceEtcList > ul > li > span { font-size: 12.5px; color:#2A303c; font-style: normal;    font-weight: 400;    line-height: 17px; text-align: center; display: block}
.serviceEtcList > ul > li{background-size:110px 105px; background-position: right top;}
.serviceEtcList > h3 { color:#2A303C; font-size: 20px; font-weight: 400; line-height: 29px;}
.serviceEtcList > h6 { padding:10px 36px;  font-size: 11px;    font-style: normal;    font-weight: 400; color:#5C6272; }

.stonePage { width: 100%; height: 220px; margin-bottom: 40px;}
.stonePage ul li .stone-img { width: 100%; height: 100%; object-fit: cover; object-position: center center }
.stonePage .swiper-pagination { bottom: var(--swiper-pagination-bottom,8px) !important; top: var(--swiper-pagination-top,auto) !important; left: 0!important; width: 100%!important;}
.stonePage .swiper-pagination > .swiper-pagination-bullet { background-color: #fff !important; opacity: 0.8 !important;}
.stonePage .swiper-pagination > .swiper-pagination-bullet-active { background-color: #2A303C !important;}

.serviceOptionWrap { margin: 40px 0; }
.serviceOptionWrap > ul > li, .serviceProcessWrap > ul > li { border:0 !important; }
.serviceOptionWrap > ul > li > strong, .serviceProcessWrap > ul > li > strong  { color:#2A303C; }
.serviceOptionWrap .imgWrap img { width:100%; }

.serviceProcessWrap .imgWrap { margin-top:0; height: 220px}
.serviceProcessWrap > strong {  font-size: 16px; color:#2A303C; line-height: 23px; font-weight: 700; margin:0 0 0px 0; display:flex; align-items: center; padding-left:24px; }
.serviceProcessWrap > ul { height: auto; flex-wrap: nowrap; flex-direction: row; justify-content: flex-start; align-items: flex-start; }
.serviceProcessWrap .swiper-pagination { top:auto; bottom:0px; font-size: 11.5px;    font-style: normal; font-weight: 400 !important; background:rgba(42, 48, 60, 0.7); color:#fff; height:20px; line-height: 20px;
    padding:0 8px; width:auto; display:inline-block; right:20px; left:auto; border-radius: 20px;
}
.new_option_funeral{margin-top: 32px}
.servicePriceList > ul.under_serviceOption > li > strong{margin-bottom: 8px}
.funeral_br{display: none}
.serviceProcessContent { width:100%; display:flex; flex-wrap: wrap; margin: 0;}
.serviceProcessContent > ul { width:100%; display:flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap:wrap; }
.serviceProcessContent > ul > li { width:100%; margin:0 0; border-top:#EAECF0 0px solid; padding:0; display:flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.serviceProcessContent > ul > li > strong { font-size: 15px; color:#2A303C; line-height: 23px; font-weight: 700; margin:0 0 8px 0; display:flex; align-items: center; }
.serviceProcessContent > ul > li > strong > b { display:inline-block; font-size:12.5px; padding:0px 0; border-radius: 2px; color:#2A303C;
    margin:0 7px 0 0; height:17px; line-height: 17px; font-weight: 400;}
.serviceProcessContent > ul > li > i { font-size: 16px; color:#2A303C; line-height: 23px; font-weight: 700; margin:0 0 10px 0; }
.serviceProcessContent > ul > li > i > em { font-size: 12.5px; color:#2A303C; font-weight: 400; margin:0 0 0 5px; }
.serviceProcessContent > ul > li > span { width:100%; font-size: 12.5px; color:#2A303C; line-height: 17px; font-weight: 400; margin:0 0 0 0; display: block}
.serviceProcessContent > ul > li > h6 { font-size: 10px; color:#798493; line-height: 14px; font-weight: 400; display: block; margin-top: 12px}

.serviceStoneProcessWrap { padding:0 40px 0px 40px; }
.serviceStoneProcessWrap > h3 { font-size: 16px;    font-style: normal;    font-weight: 700;    line-height: 23px; margin:0 0 20px 0; }
.serviceStoneProcessWrap > ul { width:100%; display:flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap:wrap; }
.serviceStoneProcessWrap > ul > li { padding-left:24px; position:relative; padding-bottom:20px; display:flex; flex-direction: column; }
.serviceStoneProcessWrap > ul > li:before { content:attr(data-this-no); position:absolute; left:0; top:1px; width:14px; height:14px; line-height: 14px; text-align: center;
    background:#F1F2F3; color:#5C6272; font-weight: 400; font-size:10px; border-radius: 100%; z-index: 2;
}
.serviceStoneProcessWrap > ul > li:not(:last-child):after { content:""; width:1px; height:100%; background:#F1F2F3; position:absolute; left:6px; top:0; z-index: 1; }
.serviceStoneProcessWrap > ul > li > strong { font-size: 12.5px; margin:0 0 4px 0;
    font-style: normal;
    font-weight: 700;
    line-height: 17px; }
.serviceStoneProcessWrap > ul > li > span { font-size: 11.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; }
.stoneNoticeWrap { margin-top: 20px; padding-bottom: 60px}

.servicePetlossWrap .serviceProcessContent { padding:0 20px; }
.servicePetlossWrap .serviceProcessContent { width:100%; margin:0;  }
.servicePetlossWrap .serviceProcessContent > ul > li > strong { color:#431F88; font-weight:700; font-size:22px; line-height: normal;  }
.servicePetlossWrap .serviceProcessContent > ul > li > span {  font-weight:400; font-size:14px; line-height: 24px; }
.servicePetlossWrap .serviceProcessContent > ul > li > span br{
    display: inline-block;
    content: " ";
    padding: 0 1px;
}
.left-title{display: flex; align-items: center; margin-bottom: 12px}
.left-title > span{font-size: 11.5px; font-weight: 400; line-height: 16px; color: #5C6272; }
.left-title > strong{color: #2A303C; font-size: 15px; font-weight: 700; line-height: 21px; margin-left: 8px; display: block}
.qnaView > ul > li:first-child{padding: 0 0 60px 0;}
.qnaView > h2{display: none}
.right-title{display: flex; align-items: center; margin-bottom: 32px}
.right-title > span{font-size: 11px; font-weight: 400; line-height: 15px; color: #5C6272;}
.right-title > em{font-size: 11px; font-weight: 400; line-height: 15px; color: #BBC0C9; margin-left: 12px}
.qnaView > ul > li:last-child{margin-bottom: 0}
.menu{position: relative}
.select_custom_sub{position: absolute; width: 100%; z-index: 999; background-color: #ffffff; padding: 20px 22px;}
.select_custom_title{font-size: 16.5px; font-weight: 400; line-height: 23.89px; letter-spacing: -0.5px; color: #BBC0C9}
.select_custom_sub > li{margin-bottom: 12px; width: 100%; height: 24px; }
.select_custom_sub > li > button{text-align: left;  height: 100%; display: flex; align-items: center; width: 100%; font-size: 16.5px; font-weight: 400; line-height: normal}
.title-detail-box > li{margin-bottom: 12px}
.loginWrap textarea{height: 160px; resize: none}
.last-funeral-swiper > ul > li{padding-top: 8px; }

.lastServiceProcess > ul > li > strong{font-size: 15px; font-weight: 700; line-height: 21px; letter-spacing: -0.5px}
.lastServiceProcess > ul > li > span{font-size: 11.5px; font-weight: 400; line-height: 16px; letter-spacing: -0.5px; color: #5C6272;}
.reStylyRoundTabs > ul > li > *{letter-spacing: -0.5px;}
.newPriceFuneral > h3.is_mobile_wrap{margin: 20px 0 8px 0; line-height: 14px; letter-spacing: -0.5px; text-align: right; padding-right: 26px; font-size: 9px}

.ListShowBanner{width: 327px; margin: 0 auto; padding: 14px 16px; position: fixed; bottom: 16px; left: calc(50% - 163.5px); z-index: 999; height: 83px; display: flex; align-items: center; justify-content: center}
.ListShowBanner > div:first-of-type{position: absolute; width: 100%; background: rgba(60, 67, 82, 0.85); backdrop-filter: blur(2px); border-radius: 4px; height: 100%; z-index: -1}
.ListShowBanner > div > span{display: block; font-size: 9px; font-style: normal;font-weight: 400;line-height: 14px;letter-spacing: -0.5px; margin-bottom: 8px; color: #FFF}
.ListShowBanner > div > p{font-size: 12.5px; font-style: normal; font-weight: 400; line-height: 17px; letter-spacing: -0.5px; color: #FFF}
.newPriceFuneral > h3{margin: 16px 0}
.extraService .serviceTitle{position: relative; height: 160px; margin-bottom: 32px}
.extraService .serviceTitle > img.is_mobile_wrap{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.extraService .titleText > h2{margin-bottom: 0}
.serviceEtcList > h3.is_mobile_wrap{margin-top: 16px}
.serviceEtcList > h6.etc-h6{padding: 4px 36px 0 36px}
#optionFlowerWrap > ul > li{height: 200px;}
#optionFlowerWrap > ul > li > img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center}
.wirte-select-custom{padding: 20px 0}
.secret-message > li > label{display: flex; align-items: center;margin-bottom: 13.5px}
.pc-block-content{display: none}
.failAlert .alertWrapInner{height: auto}
.customerServicetab > ul{height: 41px}
.customerServicetab > ul > li{margin: 0 20px;}
.customerServicetab > ul > li > a{height: 41px; font-size: 12.5px; line-height: 41px; letter-spacing: -0.5px; font-weight: 400; color: #798493}
.customerServicetab > ul > li:first-of-type > a{font-family: 'Roboto' !important; font-size: 13.5px}
.contactWrite{margin: 25px 24px 40px 24px; padding: 0}
.contactWrite .select_custom_title{height: 47px}
.loginWrap input[type='text']{height: 47px}
.contactWrite .title-detail-box > li{margin-bottom: 16px}
.contactWrite > ul > li{margin-bottom: 16px}
.contactWrite > h3 > strong{line-height: 23px; letter-spacing: -0.5px}
.loginWrap > ul > li.mb-restyle{margin-bottom: 16px}
.restyle-scretmessage > li > label{margin-bottom: 0}
.isGuestWrap + .quest-write-btn{margin-bottom: 80px}
.isGuestWrap + .quest-write-btn2{margin-bottom: -40px}
#contents{min-height: 160px}
.noticeDetail .boardTitle > em{font-size: 11.5px}
.note-editor{display: none; margin: 20px 0 32px 0; position: relative; padding-left: 23px}
.note-editor:before { content:"A"; font-weight: 600; color: #431F88; font-size: 16px; position: absolute; left: 0; top: -5px}
.qnaList > ul > li.is_focus {background:#F6F7F8}
.funeralFullbox .serviceTabs > ul{height: 41px}
.funeralFullbox .serviceTabs > ul > li > a{height: 41px; line-height: 41px;}
.funeralFullbox .roundTabs > ul > li{margin: 0 6px;}
.funeralFullbox .servicePriceList > ul.funeral_search_list > li{padding: 20px 24.5px}
.servicePriceList > ul > li > i{margin: 0 0 7px 0}
.funeralFullbox .servicePriceList > ul > li > strong{margin: 0 0 8px 0}
.funeralFullbox .noticeInfoWrap .noticeContent{padding: 16px 16px 20px 16px }
.funeralFullbox .extraService .servicePriceList > ul > li{padding: 34px 10px}

.funeralFullbox .extraService .servicePriceList > ul > li > strong{margin-bottom: 20px }
.serviceEtcList > h6.etc-h6 > p{line-height: 15px; font-size: 11px}
.serviceEtcList > h6.etc-h6 > p:not(:last-of-type){margin-bottom: 4px;}
.extraService .serviceEtcList{margin-bottom: 60px}
.funeralFullbox .extraService .serviceProcessWrap > ul > li{padding: 8px 24px 0 24px }
.servicePriceList > ul > li.swiper-slide{padding: 8px 24px 0 24px}
.serviceProcessWrap > strong.le-pd{padding-left: 37px}
.reStyleProcess > ul > li > span{color: #5C6272; font-size: 11.5px; font-weight: 400; line-height: 16px; letter-spacing: -0.5px; margin: 0}
.reStyleProcess > ul > li > strong{margin-bottom: 12px;line-height: 21px}
.reStyleProcess > ul > li > strong > b{line-height: 18px}
.reStyleProcess > ul > li > h6{margin-top: 12px}
.serviceEtcList > ul.stone-info-list{margin-bottom: 0}
.stone-info-list > li:first-of-type{margin-top: 0}
.stone-info-list > li:last-of-type{margin-bottom: 0}
.serviceStoneProcessWrap > ul > li:last-of-type{padding-bottom: 0}
.mb-active,
.serviceTitle{display: block}
.pc-active{display: none;}
.extraService .serviceStoneList{margin-bottom: 40px}
.serviceStoneProcessWrap > ul{display: block}
.pc-br{display: none}
.mb-br{display: block}
#optionFlowerWrap .swiper-pagination-bullet{background: #FFFFFF; opacity: 0.8}
#optionFlowerWrap .swiper-pagination-bullet-active{background:#2A303C; opacity: 1}
.serviceProcessContent {opacity: 0;transition: opacity 0.5s ease-in-out; transition-delay: 0.1s}
.swiper-slide-active .serviceProcessContent {opacity: 1;}
.serviceProcessWrap .imgWrap > img.pc-priceList{display: none}
.serviceProcessWrap .imgWrap > img.mb-priceList{display: block}
#optionFlowerWrap > ul > li > img.pc-funeralflowr{display: none}
#optionFlowerWrap > ul > li > img.mb-funeralflowr{display: block}
.stonePage ul li .pc-stone-img{display: none}
.stonePage ul li .mb-stone-img{display: block}
.stone-price-box{display: flex; align-items: flex-end; justify-content: center; padding: 0 40px; margin-bottom: 40px}
.stone-price-box > span{font-size: 16px; line-height: 23px; letter-spacing: -0.5px; color: #2A303C; font-weight: 700; width: 100%}
.stone-price-box > div{font-size: 12.5px; color: #2A303C;display: flex; align-items: center ;font-weight: 400}
.stone-price-box > div > p{color: #431F88; font-size: 19px; line-height: 27px; font-weight: 700; margin-left: 48px;margin-right: 4px}
.pc-stone{display: none;}
.mb-stone{display: flex; margin-bottom: 0}
.stonePage{margin-bottom: 24px}
.pc-text{display: none}

.is_mobile_s {display: none;}
.procedurButton{font-size: 9px; line-height: 13px; color: #fff; padding: 2px 4px; display: block; font-weight: 400; border-radius: 2px; background-color: #5C6272; display: inline-block; margin-bottom: 12px}
.lastServiceProcess > ul > li{display: block}
.mb-hide{display: none}
.servicePriceList > ul.mb-be-etc-list{display: flex; flex-wrap: nowrap; justify-content: initial; align-items: inherit; flex-direction: row; padding: 0}
.servicePriceList > ul.pc-be-etc-list{display: none}
.mbBeetclist{overflow: hidden; width: calc(100% - 70px); margin: 0 auto;}
.mbBeetclist .swiper-pagination-bullet-active{background-color: #2A303C}
.mbBeetclist .swiper-pagination-bullet{width: 6px; height: 6px; display: inline-block}
.mbBeetclist > h6.etc-h6{padding-left: 0}
.funeralFullbox .extraService .mbBeetclist > ul > li{padding-bottom: 61px}
.mbBeetclist .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: -13px}
.unaccompanied-info {margin-bottom: 120px}
.unaccompanied-info {background: #F7F7F4; padding: 100px 0;}
.unaccompanied-info > h2 {margin-bottom: 16px; font-size: 28px; font-weight: 700; line-height: 43px; text-align: center}
.unaccompanied-info > h2 > span {font-weight: 700; color: #431F88; display: inline-block;}
.unaccompanied-info > p {margin: 0 auto 50px; text-align: center; color: #5C6272; font-size: 16px; font-weight: 400; line-height: 26.5px;}
#unaccompaniedSwiper {overflow: visible; width: 1320px;}
#unaccompaniedSwiper > ul > li {display: flex; flex-direction: row; width: 1320px;}
#unaccompaniedSwiper > ul > li > img {width: 700px; border-radius: 8px 0 0 8px;}
#unaccompaniedSwiper > ul > li > div {width: 500px; padding: 60px 55px; display: flex; flex-direction: column; background: #fff; border-radius: 0 8px 8px 0;}
#unaccompaniedSwiper > ul > li > div > h3{color: #431F88; font-size: 22px; font-weight: 700; line-height: 34px;  margin-bottom: 12px}
#unaccompaniedSwiper > ul > li > div > p {color: #4A515F; font-size: 16px; font-weight: 400; line-height: 26.5px;}
#unaccompaniedSwiper > ul > li > div > p > strong {font-weight: 400;}
.caption-txt{display: block; color: #798493; font-size: 12px; line-height: 16px; font-weight: 400; margin-top: 8px;}
#unaccompaniedSwiper .swiper-button-next:after, #unaccompaniedSwiper .swiper-button-prev:after {display: none;}
#unaccompaniedSwiper .swiper-button-next, #unaccompaniedSwiper .swiper-button-prev { width: 39px; height: 39px; border-radius: 100px;}
#unaccompaniedSwiper .swiper-button-next {right: -20px; background: #D1D4DA url("../svg/icon_textfile_arrow_right_w_bold.svg") no-repeat center center / 16px auto;}
#unaccompaniedSwiper .swiper-button-prev {left: -20px; background: #D1D4DA url("../svg/icon_textfile_arrow_left_w_bold.svg") no-repeat center center / 16px auto;}

.mb-show{display: block}
.pc-txt-intro{display: none}
.mb-txt-intro{display: block; font-size: 12px; font-weight: 400; margin-bottom: 36px; color: #2A303C; text-align: center;line-height: 22px}
.mb-txt-intro > a{font-weight: 700}
.contactPcTitle{margin-bottom: 0}
/*review_Collection str*/
.collection-container{width: calc(100% - 48px); margin: 35px auto 0}
.collection-container > div:first-of-type{padding-bottom: 147px; background: url('../img/mb-review_collection-bg.png') no-repeat center bottom -1px; background-size: 334px}
.collection-container > div:first-of-type > h2{color: #2A303C; font-size: 19px; font-width: 700; line-height: 27px; text-align: center}
.collection-container > div:first-of-type > h2.pc-change-banner-title{display: none}
.collection-container > div:first-of-type > h2.mb-change-banner-title{display: block}

.head-li{display: none}
.collection-list > li{border-bottom: 1px solid #EAECF0; padding-bottom: 16px; margin-bottom: 16px}
.collection-list > li:first-of-type{border-top: 1px solid #EAECF0; padding-top: 16px}
.collection-list > li > div{display: flex; align-items: center}
.collection-list > li > div > span{color: #5C6272; font-size: 11.5px; line-height: 16px; font-weight: 400}
.collection-list > li > div > span:first-of-type{padding-right: 8px; margin-right: 8px; position: relative}
.collection-list > li > div > span:first-of-type:before{content: ''; width: 1px; height: 11px; background-color: #5C6272; position: absolute; right: 0; top: 1.5px}
.collection-list > li > div:first-of-type{margin-bottom: 4px;}
.collection-list > li > span{font-size: 15px; line-height: 21px; color: #2A303C; margin-bottom: 10px ;  display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; white-space: normal; }
.collection-list > li > div:last-of-type{justify-content: flex-end}
.collectionStyle > div > div > div > div:last-of-type.review-pop-title{display: flex; justify-content: space-between}
.collectionStyle > div > div > div > div:last-of-type > div{display: flex}
.collectionStyle > div > div > div > div:last-of-type > div span{font-size: 11.5px; line-height: 16px; color: #5C6272;font-weight: 400; display: block}
.collectionStyle > div > div > div > div:last-of-type > div:first-of-type span:first-of-type{ padding-right: 8px; margin-right: 8px; position: relative}
.collectionStyle > div > div > div > div:last-of-type > div:first-of-type span:first-of-type:after{content: ''; background-color: #5C6272; width: 1px; height: 11px; position: absolute; top: 1.5px; right: 0 }
.collectionStyle > div > div > div > div:last-of-type > div:last-of-type span{ color: #798493; font-size: 11px; font-weight: 350;}
.collectionStyle > div > div > div > div:last-of-type > div:last-of-type span:first-of-type{margin-right: 9px}
.collectionStyle > div > div > div > div:last-of-type > div:last-of-type{position: absolute; bottom: 57px; right: 30px}
.collectionStyle > div > div > div > p{height: 200px !important; margin-bottom: 34px !important;}
.collectionStyle > div{position: relative}
/*review_Collection fin*/
/*문의하기 이미지 첨부 css*/
.file-upload-li{display: block;}
.file-upload-li > div:first-of-type{margin-bottom: 12px; display: flex; align-items: flex-end}
.file-upload-li > div:first-of-type > strong{color: #2A303C; font-size: 12.5px; font-weight: 400; display: block; line-height: 17px;}
.file-upload-li > div:first-of-type > p{font-size: 9px; font-weight: 400; display: block; color: #949FAC; line-height: 13px; margin-left: 6px}
#upload-file-img{display: none}
.attach-file{width: 100px; height: 100px; background: url('../img/quest-write-fileicon.png') no-repeat center center #F6F7F8; background-size: 28px; padding: 0; cursor: pointer}
.attach-file > label{width: 100%; height: 100%; display: block}
.contactWriteDetail > form{display: block}
.contact-upload-btn{max-width: 1320px; width: calc(100% - 48px); margin: 0 auto; display: flex; justify-content: flex-end}
.contact-upload-btn > div:first-of-type{display: flex; align-items: center}
.contact-upload-btn > div:first-of-type .matter-checkbox{display: flex; align-items: center}
.contact-upload-btn > div:first-of-type .matter-checkbox span{color: #5C6272; font-size: 14px; font-weight: 400; line-height: 22px}
.contact-upload-btn button{margin-left: 40px; background-color: #2A303C}
.contact-file-list{display: flex; align-items: center; margin-bottom: 14px}
.contact-file-list > li{width: 100px; height: 100px; position: relative; margin-right: 13px}
.contact-file-list > li > img{display: block; position: absolute; left: 0; top: 0; object-fit: cover; object-position: center; width: 100% ; height: 100%}
.img-total-contact{display: flex; flex-wrap: wrap}
.mob-Private-contact{display: block; width: calc(100% - 48px); margin: 0 auto 40px}
.mob-Private-contact .matter-checkbox > input + span{font-size: 12.5px; font-weight: 400; padding-left: 0}
.mob-Private-contact .matter-checkbox{display: flex; align-items: center; margin-bottom: 13.5px}
.mob-Private-contact .matter-checkbox > input{border: solid 1px}
.contactWrite{width: calc(100% - 48px); margin: 25px auto 20px;}
.mob-Private-contact #wr_pass{height: 47px; width: 100%; border: 1px solid #BBC0C9; border-radius: 2px; padding-left: 16px; font-size: 16px; font-weight: 400; color: #2A303C}
.mob-Private-contact #wr_pass::placeholder{color: #BBC0C9}
.labelNoPadding.wr_pass{display: block}
.close-contact-img{position: absolute; z-index: 999; width: 20px; height: 20px; background: transparent;border: none; padding: 0; right: 0}
.close-contact-img > img{display: block; width: 100%; height: 100%}
.attach-img-contact{display: block;}
.attach-img-contact > li{width: 327px; height: 200px; position: relative; margin-right: 20px;  margin-top: 22px; margin-bottom: 22px}
.attach-img-contact > li > img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-position: center; object-fit: cover}
.pc-Private-contact .matter-checkbox{pointer-events: none}
.pc-Private-contact .matter-checkbox > input{ display: none;}
.contactNonwrite{ padding: 0; width: calc(100% - 48px); margin: 0 auto;}
.NonMemberCuinfo > div > ul{margin-bottom: 40px}

/* sj - 장례비용 수정*/
.item-list-wrap { width:100%; max-width: 1320px; margin:0 auto; }
.item-list-wrap > h3 { width:auto; text-align: right; color:#4A515F; font-size:12px; font-weight: 400; margin: 20px auto 15px auto; }
.item-list-wrap > ul { width:100%; display:flex;  align-items: flex-start; flex-wrap: wrap; gap: 40px; }
.item-list-wrap > ul.depth3 {justify-content: center;}
.item-list-wrap > ul.depth3 > li {width:calc(50% - 20px); overflow: hidden;}
.item-list-wrap > ul.depth2 {justify-content: flex-start;}
.item-list-wrap > ul.depth2 > li {width:calc(50% - 27px);}
.item-list-wrap > ul > li {  display:flex;flex-direction: column; justify-content: space-between; align-items: flex-start;  cursor: pointer; position: relative; overflow: hidden;}

.item-list-wrap > ul > li > div { display:flex; flex-direction: column; justify-content: flex-start; position:absolute; top: 38px; left: 41px; z-index: 99;}
.item-list-wrap > ul > li > div .sub_ttl {margin-bottom: 4px; font-size: 14px; font-weight: 400; line-height: 22px;}
.item-list-wrap > ul > li > div .name {margin-bottom: 9px; color: #431f88; font-size: 18px; font-weight: 700; line-height: 26.5px; display: flex; align-items: center; gap: 9px;}
.item-list-wrap > ul > li > div .name span {padding: 5px 7px; border-radius: 100px; color: #2A303c; background: rgba(255,255,255,0.5); font-size: 11px; font-weight: 400; line-height: 15px;}
.item-list-wrap > ul > li > div .desc {margin-bottom: 18px; font-size: 16px; font-weight: 400; line-height: 26px;}
.item-list-wrap > ul > li > div .desc .basic_txt {font-weight: 400;}
.item-list-wrap > ul > li > div .desc .basic_txt span, .item-list-wrap > ul > li > div .desc .basic_txt button {display: none;}
.item-list-wrap > ul > li > div .desc strong {font-weight: 700;}
.item-list-wrap > ul > li .all-in-one-caption{color: #2A303C; font-size: 11px; line-height: 19px; position: absolute; bottom: 18px; left: 39px; display: inline-block; font-weight: 400;}
.item-list-wrap > ul > li .all-in-one-caption b{font-weight: 400;}
.item-list-wrap > ul > li > img { width:100%; height: 100%; object-fit: cover; transform: scale(1.0); transition: transform 0.3s ease;  transform-origin: bottom right;}
.item-list-wrap > ul > li > img:hover {transform: scale(1.03);}
.item-list-wrap > ul > li > div > div {margin-top: auto; }
.item-list-wrap > ul > li > div > div > b { font-weight:500; font-size:24px; color:#431F88; line-height: 16px; }
.item-list-wrap > ul > li > div > div > i { font-size: 18px; font-weight: 400; line-height: 22px; padding-left: 5px;}


/* 장례 비용 */
.basic_item_wrap {width: 100%; margin-bottom: 33px; padding: 34px 42px; border: 1px solid #EAECF0; border-radius: 4px;}
.basic_item_wrap .ttl_wrap {margin-bottom: 14px; display: flex; align-items: flex-start; justify-content: space-between;}
.basic_item_wrap .ttl_wrap h3 {font-size: 18px; font-weight: 700; line-height: 26.5px;}
.item_price_wrap {font-size: 18px; font-weight: 400; line-height: 22px;}
.item_price {margin-right: 2px; color: #431F88; font-size: 24px; font-weight: 500; line-height: 16px;}

.basic_item_m {display: none;}
.basic_item_pc {margin-bottom: 9px;}
.basic_item_pc li {font-size: 16px; font-weight: 400; line-height: 28px;}
.basic_item_pc li strong {font-weight: 700;}
.basic_item_wrap .caption {color: #5C6272; font-size: 12px; font-weight: 400; line-height: 19px;}
.basic_item_wrap .caption strong {font-weight: 700;}

.noticeInfoWrap { margin:40px auto 120px; padding:30px 36px; max-width:1320px; border: #EAECF0 1px solid; }
.noticeInfoWrap .noticeContent > ul > li {font-size:15px; margin:0 0 4px 0; color:#2A303C; font-weight: 400; line-height: 27px; }
.noticeInfoWrap .noticeContent > ul > li > strong { font-weight: 700; }
.funeralFullbox .noticeInfoWrap .noticeContent { display: block; padding: 16px 0; }

.noticeInfoWrap > ul > li { border:0; }
.noticeInfoWrap .btn_notice_view {cursor: unset; background: transparent; font-size: 16px; font-weight: 700; line-height: 23px; padding:0; height:auto; margin:0; }
.noticeInfoWrap .btn_notice_view:after {display: none;}
.basic_item_pop_bg {display: none;}


.package-information {width:100%; max-width: 1320px; margin:0 auto 70px;}
.package-information > ul { width:100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; margin-top:60px;}
.package-information > ul > li { width:100%; margin-bottom:50px; }
.package-information > ul > li > ul { width:100%; display: flex; justify-content: flex-start; align-items: center; }
.package-information > ul > li > ul > li {width: 50%;}
.package-information > ul > li > ul > li.package-img { width:50%; }
.package-information > ul > li > ul > li.package-txt {padding: 0 92px; word-break: keep-all; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
.package-information > ul > li:nth-of-type(2) > ul > li.package-txt {padding-left: 62px;}
.package-information > ul > li > ul > li img { width:100%; }
.package-information > ul > li > ul > li > strong {margin-bottom: 12px; color:#431F88; font-size: 23px; font-weight: 700; line-height: 34px;}
.package-information > ul > li > ul > li > span {color:#4A515F; font-size: 18px; font-weight: 400; line-height: 29.5px;}
.package-information > ul > li > ul > li > span > b { color:#2A303C; font-weight: 700; }
.package-information > ul > li > ul > li > i { font-size:12px; color:#798493; line-height: 19px; font-weight: 400; margin-top:12px; }
.package-information .swiper-pagination { bottom:10px; }
.package-information .swiper-pagination > .swiper-pagination-bullet { width:6px; height:6px; margin:0 3px; }
.package-information .swiper-pagination > .swiper-pagination-bullet-active{ background-color:#431F88; }

.item-view { width:100%; height:100%; *background:rgba(0,0,0,.4); background:rgba(31, 34, 45, 0.6); position:fixed; left:0; top:0; z-index:99999; display:none; }

.item-view.show { display:block; }
.item-view > div { position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); width:1036px; background:#fff;
    display:flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;
}
.item-view > div > img { order:1; width:100%; }
.item-view > div > div { order:2; width:100%; height:36px; padding:0 22px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;
   background:rgba(255,255,255,.5);
}
.item-view > div > div > strong { font-size:14px; font-weight: 700; color:#431F88;  }
.item-view > div > div > span { font-size:14px; font-weight: 400; color:#2A303C; margin-left:12px;}

.item-view > div > div > span.inform {font-size: 11px; color: #949FAC;}

.item-view > div > div > div { margin-left:auto; display:flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.item-view > div > div > div > * { display:flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; height:20px; }
.item-view > div > div > div > b { font-size:15px; font-weight: 400; color:#2A303C; margin-right:0px; }
.item-view > div > div > div > i { font-size:14px; font-weight: 400; color:#2A303C; margin-bottom:3px; }
.item-view .btn_close { width:20px; height:20px; position:absolute; right:5px; top: 5px; background:url('../img/item/icon_close.svg') no-repeat center center; background-size:20px 20px;
    padding:0;}

#pi-swiper .swiper-slide { position:relative; display:flex; }
#pi-swiper .swiper-slide > span { position:absolute; left:0; bottom:0; font-size:12px; padding:3px 9px; background:rgba(255,255,255, .5); color:#2A303C; display:flex; width:auto; }


/* 장례절차 띠배너*/

.rtb_banner {max-width: 1320px; margin: 0 auto 80px; padding: 0 80px; height: 186px; position: relative; display: flex; justify-content: center; flex-direction: column; align-items: flex-start; background: url("../img/rtb_banner_L.png")no-repeat center center; background-size: cover;}
.rtb_banner h2 {font-size: 25px; font-weight: 700;}
.rtb_banner p {margin-top: 20px; font-size: 15px; color: #4A515F; font-weight: 400;}
.rtb_banner p:after {content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11' viewBox='0 0 8 11' fill='none'%3E%3Cpath d='M1.31491 10.4863L7.09375 5.75342L1.31491 1.02051' stroke='%235C6272' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); display: inline-block; margin-left: 10px;}
.rtb_banner button {width: 100%; height: 100%; left: 0; top: 0; padding: 0;  background: transparent;position: absolute;}

.lineTab {margin-bottom: 50px;}
.priceServiceWrap .lineTab {margin-bottom: 40px;}
.lineTab ul {display: flex; align-items: center; justify-content: center; gap: 18px;}
.lineTab ul li a {width: 435px; height: 56px; display: flex; align-items: center; justify-content: center; gap: 4px;  border-radius: 100px; background: #F8F8F8; color: #949FAC; font-size: 18px; font-weight: 500; }
.lineTab ul li a.on {background: #fff; border: 1px solid #431F88; color: #431F88;font-weight: 700;}
.lineTab ul li a span {font-size: 14px; font-weight: 400;}


/* 장례 후 보관방법 */
.storage-wrap {width: 100%; background: #F7F7F4; padding: 81px 0 120px;}
.storage-wrap .titleText {margin: 0 auto 30px;}
.storage-wrap .swiper-pagination {position: static; margin-bottom: 34px;}
.storage-wrap .swiper-pagination-bullet {width: auto; height: auto; padding: 8px 20px; background: transparent; border: 1px solid #BBC0C9; border-radius: 100px; color: #BBC0C9; font-size: 15px; font-weight: 400; opacity: 1;}
.storage-wrap .swiper-pagination-bullet-active {border-color: #431F88; color: #431F88; font-weight: 700;}
/*.storage-wrap .swiper-slide {min-width: 1100px;}*/
.storage-wrap .swiper-slide > div {height: 403px; display: flex; background: #fff; border-radius: 8px; overflow: hidden;}
.storage-wrap .swiper-slide > div .ttl-img {width: 58%; height: 100%; object-fit: cover;}
.storage-wrap .swiper-slide > div .txt-wrap {padding: 55px 40px;}
.storage-wrap .swiper-slide > div .txt-wrap .ttl {margin-bottom: 8px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px;}
.storage-wrap .swiper-slide > div .txt-wrap .ttl > img {width: 32px;}
.storage-wrap .swiper-slide > div .txt-wrap .ttl h3 {margin-left:5px; font-size: 23px; font-weight: 700; line-height: 34px;}
.storage-wrap .swiper-slide > div .txt-wrap p {margin: 0 0 13px 5px; color: #4A515F; font-size: 18px; font-weight: 400; line-height: 26.5px;}
.storage-wrap .swiper-slide > div .txt-wrap p strong {font-weight: 700; color: #431F88;}
.storage-wrap .swiper-slide > div .txt-wrap .go_memorial {margin-left: 5px; display: flex; align-items: center; gap: 6px; color: #431F88;font-size: 18px; font-weight: 700; line-height: 26.5px;}
.storage-wrap .swiper-slide > div .txt-wrap .go_memorial > img {width: 12px;}



.carService .lineTab {margin-bottom: 47px;}
#carFeatures {max-width: 1320px; margin: 0 auto 120px;}
#carFeatures h3 {font-size: 20px; text-align: center; font-weight: 400; line-height: 29px; margin-bottom: 50px;}
#carFeatures h3 > p{ font-size: 20px; line-height: 29px; font-weight: 400; margin-top: 20px;}

#carFeatures h3 span.is-desktop {font-weight: 400; display: inline !important;}
#carFeatures > div {}
#carFeatures .swiper-wrapper {gap: 40px;}
#carFeatures .swiper-wrapper .swiper-slide {width: calc(33.33% - 27px);}
#carFeatures .swiper-wrapper .swi .swiper-wrapperper-slide > div {display: flex; flex-direction: column; align-items: center;}
#carFeatures .swiper-wrapper .swiper-slide > div {text-align: center;}
#carFeatures .swiper-wrapper .swiper-slide > div > img {width: 100%; height: 302px; object-fit: cover; border-radius: 4px;}
#carFeatures .swiper-wrapper .swiper-slide > div > strong {display: block; margin: 18px 0 10px; color: #431F88; font-size: 23px; font-weight: 700; line-height: 34px;}
#carFeatures .swiper-wrapper .swiper-slide > div > span {color: #4A515F; font-size: 18px; font-weight: 400; line-height: 26.5px; }
#carFeatures .etc-h6 {margin-top: 51px; padding: 30px 36px; background: #F7F7F4;}
#carFeatures .etc-h6 p {padding-left: 10px; font-size: 14px; font-weight: 400; line-height: 27px; position: relative;}
#carFeatures .etc-h6 p:before {content: '*'; position: absolute; top: 2px; left: 0;}
#carFeatures .etc-h6 p:not(:last-of-type) {margin-bottom: 2px;}

#carProcessWrap {max-width: 1090px; margin: 0 auto;}
#carProcessWrap h3 {margin-bottom: 60px; text-align: center; font-size: 30px; font-weight: 700; line-height: 43px;}
#carProcessWrap ul {flex-direction: column; gap: 70px; position: relative;}
#carProcessWrap ul:before {content: ''; width: 1px; height: calc(100% - 290px); background: #D1D4DA; position: absolute; top: 26px; left: 3px;}
#carProcessWrap ul > li {display: flex; justify-content: space-between;}
#carProcessWrap ul > li > div { margin-top: 20px; padding-left: 43px; padding-right: 80px; display: flex; flex-direction: column; position: relative;}
#carProcessWrap ul > li > div:before {content: ''; width: 8px; height: 8px; border-radius: 10px; background: #431F88; position: absolute; left: 0; top: 6px;}
#carProcessWrap ul > li > div > b {margin-bottom: 4px; color: #431F88; font-size: 15px; font-weight: 400; line-height: 22px;}
#carProcessWrap ul > li > div > strong {margin-bottom: 8px; font-size: 20px; font-weight: 700; line-height: 29px;}
#carProcessWrap ul > li > div > span {margin-bottom: 8px; color: #4A515F; font-size: 16px; font-weight: 400; line-height: 22px; word-break: keep-all;}
#carProcessWrap ul > li > div > h6 span {display: block; color: #798493; padding-left: 10px; font-size: 13px; font-weight: 400; line-height: 20px; position: relative;}
#carProcessWrap ul > li > div > h6 span:before {content: '*'; position: absolute; top: 2px; left: 0;}
#carProcessWrap ul > li > img {width: 538px;}


/* 블리스 스톤 */
.memorial_main {margin: 0 auto 70px; display: block;}
.componentAnalysis {}
.componentAnalysis > .txt-wrap {margin-bottom: 48px; text-align: center;}
.componentAnalysis > .txt-wrap h3 {margin-bottom: 20px; color: #431F88; font-size: 30px; font-weight: 400; line-height: 43px;}
.componentAnalysis > .txt-wrap h3 strong {font-weight: 700;}
.componentAnalysis > .txt-wrap p {font-size: 18px; line-height: 26.5px; font-weight: 400;}
.componentAnalysis > .analysis-wrap {margin-bottom: 37px; background: #F7F7F4; width: 100%; padding: 54px 0 42px;  position: relative;}
.componentAnalysis > .analysis-wrap > img {display: block; margin: 0 auto;width: 797px;}
.componentAnalysis > .analysis-wrap > .txt-wrap {position: absolute; left: 50%; bottom: 80px; transform: translateX(-103%); color: #798493; font-size: 12px; font-weight: 400; line-height: 19px; }
.componentAnalysis > .analysis-wrap > .txt-wrap > p:first-of-type {margin-bottom: 9.36px;}
.componentAnalysis > .img-wrap {margin-bottom: 25px; display: flex; align-items: center; justify-content: center; gap: 40px;}
.componentAnalysis > .img-wrap img {border-radius: 8px;}
.componentAnalysis > .prd-name {margin-bottom: 40px;}
.componentAnalysis > .prd-name {display: flex; align-items: center; justify-content: center; gap: 30px;}
.componentAnalysis > .prd-name .ttl {display: flex; align-items: center; gap: 4px; font-size: 20px; font-weight: 700; line-height: 29px;}
.componentAnalysis > .prd-name .ttl span {font-weight: 400;}
.componentAnalysis > .prd-name .price {color: #431F88; display: flex; align-items: center; gap: 3px; text-align: right; font-size: 27px; font-weight: 600; line-height: 37px;}
.componentAnalysis > .prd-name .price span {color: #2A303c; font-size: 18px; font-weight: 400; line-height: 26.5px;}
.componentAnalysis > .etc {max-width: 1320px; background: #F7F7F4; margin: 0 auto;  padding: 30px 36px;}
.componentAnalysis > .etc h4 {margin-bottom: 7px; font-size: 16px; font-weight: 700; line-height: 23px;}
#memorialStepSwiper {max-width: 1090px; margin: 0 auto;}
#memorialStepSwiper h3 {margin-bottom: 60px; text-align: center; font-size: 30px; font-weight: 700; line-height: 43px;}
#memorialStepSwiper > ul {flex-direction: column; gap: 70px; position: relative;}
#memorialStepSwiper > ul:before {content: ''; width: 1px; height: calc(100% - 295px); background: #D1D4DA; position: absolute; top: 26px; left: 3px;}
#memorialStepSwiper > ul > li {display: flex; justify-content: space-between;}
#memorialStepSwiper > ul > li > .txtWrap { margin-top: 20px; padding-left: 43px; padding-right: 80px; display: flex; flex-direction: column; position: relative;}
#memorialStepSwiper > ul > li > .txtWrap:before {content: ''; width: 8px; height: 8px; border-radius: 10px; background: #431F88; position: absolute; left: 0; top: 6px;}
#memorialStepSwiper > ul > li > .txtWrap > div {margin-bottom: 8px; display: flex; flex-direction: column; gap: 4px;}
#memorialStepSwiper > ul > li > .txtWrap > div b {color: #431F88; font-size: 15px; font-weight: 400; line-height: 22px;}
#memorialStepSwiper > ul > li > .txtWrap > div strong {font-size: 20px; font-weight: 700; line-height: 29px;}
#memorialStepSwiper > ul > li > .txtWrap > span {margin-bottom: 8px; color: #4A515F; font-size: 16px; font-weight: 400; line-height: 22px; word-break: keep-all;}
#memorialStepSwiper > ul > li > .txtWrap > h6 {color: #798493; padding-left: 10px; font-size: 13px; font-weight: 400; line-height: 20px; position: relative;}
#memorialStepSwiper > ul > li > .txtWrap > h6:before {content: "*"; position: absolute; left: 0; top: 2px;}
#memorialStepSwiper > ul > li > img {width: 538px;}


.item-view > div > div > strong > span{
    background: #E8E1DD;
        font-size: 9px;
        line-height: 14px;
        display: inline-block;
        padding: 5px 7px;
        border-radius: 100px;
        color: #2A303C;
        font-weight: 400;
        margin-left: 5px;
}


.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.lineTab ul li a.tab-btn {
    cursor: pointer;
}

.lineTab ul li a.tab-btn.on {
    color: #431F88;
    font-weight: bold;
}

.more_info{
    color: #2A303C;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    bottom: 18px;
    left: 39px;
    font-weight: 500;
    display: flex; align-items: center;
}
.more_info > div > img{display: block; width: 100%; max-width: 11px;}
.is-IBM{display: flex !important;}
.is-IBM-block{display: none !important;}
/**************** 태블릿 이상 ****************/
@media only screen and (min-width: 768px) {

    .is_mobile { display:none; }
    .package-premium-sb{position:relative;}
    .package-premium-sb span.inform{position: absolute;bottom: 2px;left: 3px;font-size: 10px;color: #5C6272; font-weight: 400;}
    .pc-txt-intro{display: block; font-size: 14px; font-weight: 400; margin-bottom: 60px; text-align: center; line-height: 22px; letter-spacing: -0.5px; color: #2A303C; margin-top: 0;}
    .mb-txt-intro{display: none}
    .mb-show{display: none}
    .mbBeetclist .swiper-pagination-bullet{display: none}
    .procedurButton{margin-bottom: 20px}
    .mb-br{display: none}
    .pc-br{display: block}
    .servicePriceList > ul > li > strong > b  { display:none; }

    .funeral_br{display: block}

    .servicePriceList { width:100%; max-width: 1090px; margin: 0 auto 80px;}
    .servicePriceList > ul { flex-direction: column; justify-content: flex-start; }
    .servicePriceList > ul > li { align-items: flex-start; justify-content: flex-start; padding: 28px 44px; }
    .servicePriceList > ul > li > strong { order:1; margin:0; font-size:20px; width:200px; line-height: 29px; letter-spacing: -0.5px}
    .servicePriceList > ul > li > i { order:3; margin:0 0 0 auto; font-size:21px; font-weight: 600; width:200px; text-align: right; line-height: 28.5px; letter-spacing: -0.1px}
    .servicePriceList > ul > li > i > em { font-size:14px; font-weight: 400; line-height: 22px}
    .servicePriceList > ul > li > span { order:2; width:calc(100% - 400px); font-size:18px; line-height: 26.5px; letter-spacing: -0.5px}
    .servicePriceList > ul > li > h6 { order:6; font-size: 14px; font-style: normal; font-weight: 400; line-height: 22px; margin-top:-20px; transform: scale(1)}
    .servicePriceList .imgWrap { order:5; padding:32px 0 30px 0; margin:0; }
    .servicePriceList .imgWrap > ul > li { display:flex; }


    .stonePage { max-width: 1202px; margin: 0 auto; height: 478px; margin-bottom: 20px;}
    .stonePage ul li .stone-img { width: 100%; height: 100%; }
    .stonePage ul li .pc-stone-img{display: block}
    .stonePage ul li .mb-stone-img{display: none}
    .stonePage .swiper-pagination { bottom: var(--swiper-pagination-bottom,8px) !important; top: var(--swiper-pagination-top,auto) !important; left: 0!important; width: 100%!important;}
    .stonePage .swiper-pagination > .swiper-pagination-bullet { background-color: #fff !important; opacity: 1 !important;}
    .stonePage .swiper-pagination > .swiper-pagination-bullet-active { background-color: #431F88 !important;}
    .stonePage .swiper-button-next,.stonePage .swiper-button-prev{width: 40px; height: 40px; background: rgba(255,255,255,0.5); border: 1px solid #D1D4DA; top: calc(50% + 20px)}
    .stonePage .swiper-button-prev {  z-index: 9996; left: 0;}

    .stonePage .swiper-button-next {right: 0; z-index: 9996;}
    .stonePage .swiper-button-prev:after { font-size: 8px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #4A515F;}
    .stonePage .swiper-button-next:after { font-size: 8px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #4A515F}
    .stonePage .swiper-pagination { width: 96px !important; height: 32px; line-height: 32px; left: 50% !important; margin-left: 500px; bottom: 20px !important; background-color: #F6F7F8; color: #4A515F; font-size: 15px; border-radius: 30px; font-weight: 400;}
    .serviceOptionWrap > ul > li { padding:0; align-items: flex-end; }
    .serviceOptionWrap > ul > li > i { order:4; }
    .serviceOptionWrap > ul > li > strong { margin:0 0 16px 0; width:100%; }
    .serviceOptionWrap > ul > li > span { order:3; width:50%; margin:0;  }
    #optionFlowerWrap .swiper-button-next, #optionFlowerWrap .swiper-button-prev {width:40px; height:40px; border:#D1D4DA 0px solid; background:rgba(255,255,255, 0.8);  }
    #optionFlowerWrap .swiper-button-next:after, #optionFlowerWrap .swiper-button-prev:after {font-size:10px; color:#000; position:absolute; left:50%; top:50%; transform: translate(-50%,-50%);}
    #optionFlowerWrap .swiper-button-next { right:0; }
    #optionFlowerWrap .swiper-button-prev { left:0; }




    .servicePriceList > ul.under_serviceOption > li > span{font-size: 18px; font-weight: 400; line-height: 26.5px;}


    .serviceProcessWrap > strong { padding: 0; font-size: 23px; font-style: normal; font-weight: 700; margin:0 0 20px 0; }
    .serviceProcessWrap > ul { flex-direction: column; }
    .serviceProcessWrap > ul > li { padding:0; display:flex; height: 444px;position: relative}
    .servicePetlossWrap .serviceProcessWrap > ul > li { border:0 !important; }
    .serviceProcessWrap .imgWrap {width: 50%;  padding:0; display:flex; height: 100%; position: relative}
    .serviceProcessWrap .imgWrap > img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center;}
    .serviceProcessWrap .serviceProcessContent { order:2; flex:1 1 40%; padding:67px 40px 0 40px; }
    .serviceProcessContent > ul > li > strong > b { color:#431F88; font-size: 15px; font-style: normal; font-weight: 400; }
    .serviceProcessContent > ul > li > strong { color:#2A303C;font-size: 20px; font-style: normal; font-weight: 700; margin: 0 0 38px 0; }
    .serviceProcessContent > ul > li > span { color:#4A515F; font-size: 14px;        font-style: normal;        font-weight: 400; line-height: 22px;  margin-bottom: 0}
    .serviceProcessContent > ul > li > h6 { color:#798493; font-size: 11px;font-style: normal; font-weight: 400; line-height: 16px; width: 100%; margin-top: 12px;}
    .serviceProcessWrap .swiper-pagination { bottom: 42px !important; right:66px; top:auto !important; font-size: 13px; padding:0;
        font-style: normal; width:52px; height:24px; border:#D1D4DA 1px solid; border-radius: 20px; display:flex; justify-content: center; align-items: center;
        font-weight: 400; color:#5C6272; background:transparent; }
    .serviceProcessWrap .swiper-pagination > span { margin:0 3px; font-weight: 400; }
    .serviceProcessWrap .swiper-button-next, .serviceProcessWrap .swiper-button-prev {  width:40px; height:40px; border:#D1D4DA 1px solid; top:calc(50% + 43px); background: rgba(255,255,255,0.8)}
    .serviceProcessWrap .swiper-button-next:after, .serviceProcessWrap .swiper-button-prev:after { font-size:10px; color:#000; position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); }
    .serviceProcessWrap .swiper-button-next { right:0px; }
    .serviceProcessWrap .swiper-button-prev { left:0px; }

    .serviceEtcList > h6 { font-size: 12px;
        font-style: normal;
        font-weight: 400; padding: 20px 0.5%;
        line-height: 19px; }
    .serviceEtcList > ul { justify-content: center; flex-direction: row; align-items: stretch; padding:0; }
    .serviceEtcList > ul > li { width:32%; margin:0 0.5%; padding:163px 0 36px 36px; border-radius: 12px }
    .serviceEtcList > ul > li > strong { font-size: 20px; margin:0 0 28px 0; line-height: 29px; width: 100%; display: block; text-align: center}
    .serviceEtcList > ul > li > span { width:100%; font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-align: center; color: #2A303C}
    .serviceEtcList > ul > li{background-size:180px 160px; background-position: right top;}

    .serviceStoneList > ul > li { width:24%; padding:179px 20px 20px 20px; background-size:137px 137px; }
    .serviceStoneList > ul > li > strong { width:100%; }

    .serviceStoneProcessWrap { max-width: 1320px; margin:60px auto; padding:0; }
    .serviceStoneProcessWrap > ul { width:100%; display:flex; flex-direction: row; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
    .serviceStoneProcessWrap > ul > li { width:25%; padding:0; flex-direction: row; flex-wrap: wrap; }
    .serviceStoneProcessWrap > ul > li:before { content:attr(data-this-step); width:100%; height:auto; font-size: 12px; color:#949FAC; position:relative; margin:0 0 10px 0;
        font-style: normal; text-align: left; border-radius: 0; background:transparent;
        font-weight: 400; }
    .serviceStoneProcessWrap > ul > li:not(:last-child):after { display:none; }
    .serviceStoneProcessWrap > ul > li > strong { font-size: 18px; margin:0 0 15px 0; padding:0 20px 0 0;
        font-style: normal; display:inline-block; position:relative; background:#fff;
        font-weight: 700; }
    .serviceStoneProcessWrap > ul > li:not(:last-child):after{ content:""; display:inline-block; width:93%; height:1px; background:#2A303C; position:absolute;
        left:0; top:32px; margin:0 0 0 0; z-index: -1; }
    .serviceStoneProcessWrap > ul > li > span { font-size: 14px; color:#4A515F; width:100%;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; }
    .serviceStoneProcessWrap > ul > li:not(:last-child) > span:after { content:""; width:5px; height:1px; background:#2A303C; position:absolute; top:30px; right:7%;
        transform:rotate(45deg); }
    .serviceStoneProcessWrap > ul > li:not(:last-child) > span:before { content:""; width:5px; height:1px; background:#2A303C; position:absolute; top:34px; right:7%;
        transform:rotate(-45deg); }

    .servicePetlossWrap { width:100%; max-width: 1320px; margin:0 auto; display:flex; flex-direction: row; justify-content: flex-start; align-items: flex-end; flex-wrap: wrap; padding: 60px 0}
    .servicePetlossWrap > .serviceProcessWrap { width:50%; flex:1 1 40%; margin:0;}
    .servicePetlossWrap > ul > li { border:0 !important; width:100% !important; }
    .servicePetlossWrap .serviceProcessContent { width:50%; margin:0; padding-left:40px; }
    .servicePetlossWrap .serviceProcessContent > ul > li > strong { color:#431F88; font-weight:700; font-size:30px; line-height: normal;  }
    .servicePetlossWrap .serviceProcessContent > ul > li > span {  font-weight:400; font-size:16px; line-height: 24px; }
    .servicePetlossWrap .serviceProcessContent > ul > li > span br { display: block; }
    .benefitWrap { width:1320px; margin:0 auto; }
    .benefitInnerWrap  { padding-left:0; padding-right: 0; }
    .benefitInnerWrap > ul > li { width:32%; }
    .benefitInnerWrap > h2 { color:#2A303C; }
    .benefitInnerWrap > ul > li > a > span { margin-bottom:15px; }
    .benefitInnerWrap > ul > li > a > strong { font-size:18px; padding-left:15px; }
    .benefitInnerWrap > ul > li.is_end > a > strong:before { top:-25px; left:15px; }
    .benefitInnerWrap > ul > li > a > i { padding-left:15px; }

    .benefitViewWrap > .benefitHeader > h2 { font-size:20px; }
    .benefitViewWrap > .benefitHeader > i { font-size:12px; }
    .benefitViewWrap > .benefitHeader > em { font-size:11px; }


    .funeralFullbox .serviceTabs > ul { height:48px; justify-content:center;}
    .funeralFullbox .serviceTabs > ul > li > a{line-height: 48px; height: 48px}
    .serviceTabs > ul > li > a, .serviceTabs > ul > li > a.on { font-size:14px; }
    .serviceTabs > ul > li > a { height:48px; line-height: 48px; }

    .contactWrap .serviceTabs > ul > li{margin: 0 36px;}
    .PcContent{max-width: 1320px; width: 100%; margin: 0 auto; padding-bottom: 0}
    .PcTitle{display: block; font-size: 30px; font-weight: 600; text-align: center; margin-bottom: 16px; line-height: 43px;}
    .PcTabOrder{display: flex; justify-content: flex-end; margin-top: 20px; margin-bottom: 40px}
    .PcTabOrder > ul{display: flex; justify-content: flex-end}
    .PcTabOrder > ul > li{margin: 0 9px;}
    .PcTabOrder > ul > li:nth-of-type(2),
    .PcTabOrder > ul > li:nth-of-type(4){background:url('../svg/icon_next.svg') no-repeat center center; text-indent: -9999px; width: 6px; height: 12px; background-size: cover}
    .pc_br{display: none;}
    .PcSubTitle{font-size: 14px; font-weight: 400; margin-bottom: 60px; text-align: center; line-height: 22px; letter-spacing: -0.5px; color: #2A303C; margin-top: 0}
    .contactPcTitle{margin-bottom: 0}
    .serviceCategory > ul > li > a{font-size: 18px; padding: 12px 20px; font-weight: 700;  border-radius: 50px; line-height: 26.5px; height: auto}
    .serviceCategory > ul > li{width: auto; margin: 0 6px}
    .serviceCategory > ul{justify-content: center; margin-bottom: 60px;}
    .serviceCategory > ul > li > a.on{font-size: 18px; font-weight: 700}
    .FaqWrap .faqList > ul > li > strong{top: -22px; left: 170px; height: 0; font-size: 18px; font-weight: 700; padding-right: 30px}
    .faqList > ul > li > span{margin: 0; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.5px}
    .faqList > ul > li{padding: 20px 20px; cursor: pointer}
    .faqList > ul > li:hover{background-color: #F6F7F8}
    .faqList > ul > li > strong:after{transform : translateY(-10px); right: 170px; }
    .faqList > ul > li > strong.on:after{transform: translateY(-10px) rotate(-180deg)}
    .faqList > ul > li.active{background-color: #F6F7F8}
    .faqList > ul > li > strong.on{color: #2A303C}
    .faqList > ul > li > p:before{display: none}
    .faqList > ul > li > p{padding-left: 170px; font-size: 16px; font-weight: 400; padding: 28px 20px 8px 170px}
    .qnaLinkWrap{display: none}
    .FaqWrap .PcSubTitle{margin: 0 0 60px 0;}
    .FaqWrap .faqList > ul > li > span{width: 120px; text-align: center}

    .notice_subtext{font-size: 14px; font-weight: 400; margin-bottom: 60px; text-align: center; line-height: 22px}
    .count_list{display: block;}
    .qnaList > ul > li > a{flex-wrap: wrap; align-items: center;  padding-left:0; }
    .qnaList > ul > li > a > strong,
    .qnaList > ul > li > a > span{margin-bottom: 0}
    .qnaList > ul > li > a > span{width: 10%; font-size: 15px}
    .qnaList > ul > li > a > strong{width: 70%; font-size: 18px}
    .qnaList > ul > li > a > em{width: 20%; font-size: 14px; text-align: right; margin: 0}
    .qnaList > ul > li > a:hover{background-color: #F6F7F8;}
    .qnaList > ul > li > a:hover > strong{color: #431F88}

    .qnaList > ul > li.is_focus {background:rgba(181, 156, 142, 0.1)}
    .qnaList > ul > li > a > span.is_notice { position:relative;  }
    .qnaList > ul > li > a > span.is_notice:before { content:attr(data-this-text); display:inline-block; font-size:12px; color:#fff; font-weight: 400; padding:0 0;
        height:22px; line-height: 22px; border-radius: 2px; background:#431F88; width:30px; text-align: center;
    }
    .qnaList > ul > li > a > span.is_question { position:relative; }
    .qnaList > ul > li > a > span.is_question:before { content:attr(data-this-text); display:inline-block; font-size:14px; color:#5C6272; font-weight: 400; padding:0 0;
        height:22px; line-height: 22px; border-radius: 2px; width:140px; text-align: center;
    }
    .qnaList > ul > li > a > span.count_list { position:relative; }
    .qnaList > ul > li > a > span.count_list:before { content:attr(data-this-text); display:inline-block; font-size:14px; color:#5C6272; font-weight: 400; padding:0 0;
        height:22px; line-height: 22px; border-radius: 2px; width:140px; text-align: center;
    }
    .qnaList.noticeList > ul > li > a > span.count_list:before { content:attr(data-this-text); display:inline-block; font-size:14px; color:#5C6272; font-weight: 400; padding:0 0;
        height:22px; line-height: 22px; border-radius: 2px; width:100%; text-align: center;
    }
    .qnaList.noticeList > ul > li > a > span {  text-align: center; }

    .qnaView { width:100%; max-width: 1320px; margin:0 auto; padding: 0}
    .qnaView > h2{font-size: 18px; font-weight: 700; line-height: 26.5px; margin-bottom: 24px;display: block}
    .contactList > ul > li > a > span{width: 140px}
    .contactList > ul > li > a > strong{width: auto; padding-left:40px; }
    .contactList > ul > li > a > em{width: 80px}
    .contactList > ul > li > a{display: flex; justify-content: flex-start}
    .contactList > ul > li > a > div{ width:auto; display: flex; margin-left:auto; }
    .contactList > ul > li > a > div > em{margin-left: 0; font-size: 14px; width: 80px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden}
    .contactList > ul > li > a i{width: 120px; text-align: center;}
    .detail_contact{font-size: 18px; font-weight: 700; margin-bottom: 24px;}
    .qnaList. noticeList > ul > li > a em { display:inline-block; }
    .qnaWriteWrap { width:1320px; margin:0 auto; padding:40px 0; }
    .noticeNewstyle .notice_subtext,
    .contactWrap .PcSubTitle{margin:0 0 60px 0; }
    .contactList > ul > li > a > div > div{display: flex; flex-direction: row-reverse; align-items: center}
    .contactList > ul > li > a > div > div > em,
    .contactList > ul > li > a > div > div > i{font-size: 14px; font-weight: 400}
    .contactList > ul > li > a > div > div > em{width: 120px; text-align: center}
    .qnaView > ul > li.RestyleDetail {background-color: #F6F7F8; padding: 32px 38px; box-sizing: border-box}
    .qnaView > ul > li.RestyleDetail > div{display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px}
    .qnaView > ul > li.RestyleDetail > div > div:first-of-type > span{font-size: 18px; font-weight: 400; }
    .left-title{display: flex; align-items: center}
    .left-title > span{font-size: 18px; font-weight: 400; line-height: 26.5px;}
    .left-title > strong{font-size: 23px; line-height: 34px; color: #431F88; margin-left: 12px; display: inline-block}
    .right-title{display: flex; align-items: center}
    .right-title > *{font-size: 14px; line-height: 22px; font-weight: 400; color: #949FAC; margin-left: 20px; display: block}
    .right-title > span{color: #5C6272; font-size: 14px}
    .right-title > em{font-size: 14px}
    .RestyleDetail > p{font-size: 18px; font-weight: 400; line-height: 26.5px; color: #2A303C}
    .qnaView > ul > li > strong { display:inline-block; margin: 0 0 12px 0; width:100%; color:#2A303C; font-weight: 700; font-size:18px; line-height: 26.5px; }
    .qnaView > ul > li:last-child > p{font-size: 20px; color: #2A303C; line-height: 29px;}
    .qnaView > ul > li:last-of-type{padding: 32px 38px 0 38px}
    .brandStoryWrap .path{margin: 20px auto 40px auto}
    .brandStoryWrap > div.brandSection{padding: 60px 0 60px 0;}
    .brandStoryWrap > div:nth-of-type(3){padding-top: 0;}

    .path{margin: 20px auto 36px auto}
    .contactWrite{display: flex; align-items: flex-start}
    .contactWrite > h3{width: 164px; text-align: left; font-size: 18px; line-height: 26.5px; font-weight: 700; letter-spacing: -0.5px; color: #2A303C}
    .qnaWrite > ul{width: calc(100% - 164px); margin-left: auto}
    .title-detail-box{display: flex; margin-bottom: 16px}
    .title-detail-box > li:first-of-type{min-width: 240px;}
    .title-detail-box > li:last-of-type{width: 100%; margin-left: 16px}
    .pc-none-content{display: none}
    .pc-block-content{display: block; font-size: 14px; line-height: 22px; letter-spacing: -0.5px; color: #5C6272; margin-right: 20px; font-weight: 400}
    .loginWrap > ul > li > label{padding-top: 0}
    .qnaWrite .wr_pass{display: flex; align-items: center; margin-right: 20px}
    .secret-message{display: flex; align-items: center}
    .pc-block-content input{width: 200px; height: 56px}
    .veriMsg.error{display: none}
    .select_custom_title{font-size: 16.5px; font-weight: 400; line-height: 23.89px; letter-spacing: -0.5px; color: #BBC0C9}
    .select_custom_sub > li{margin-bottom: 0; width: 100%; height: 40px; }
    .select_custom_sub > li > button{padding-left: 21px; text-align: left;  height: 100%; display: flex; align-items: center; width: 100%}
    .select_custom_sub > li:hover > button{background-color: #F6F7F8;  }
    .detail-textarea > textarea{padding: 16px 24px; font-size: 16.5px; font-weight: 400; line-height: 23.89px; height: 305px; resize: none;}
    .qnaWrite > ul > li.new-style-mb{margin: 0 0 20px 0}
    .secret-message .matter-checkbox{display: flex; align-items: center; margin-right: 60px}
    .loginWrap .veriMsg{display: none}
    .NonMemberCuinfo > div{display: flex}
    .NonMemberCuinfo > div > ul{display: flex; flex-direction: inherit}
    .NonMemberCuinfo > div > ul > li:nth-of-type(2) strong,
    .NonMemberCuinfo > div > ul > li:first-of-type strong{display: block;}

    .qnaWriteWrap{position: relative}
    .NonMemberCuinfo > div > h3{width: 93px; white-space: nowrap; margin-right: 38px}
    .NonMemberCuinfo > div > ul > li{width: auto; margin: 0 0 0 0}
    .NonMemberCuinfo > div > ul > li:first-of-type{min-width: 240px;}
    .NonMemberCuinfo > div > ul > li:nth-of-type(2){min-width: 300px; margin-left: 16px; margin-bottom: 0}
    .NonMemberCuinfo > div > ul > li:nth-of-type(3){margin-left: 32px; margin-bottom: 0}
    .NonMemberCuinfo .loginWrap > ul > li > label > span{display: none}
    .guest_agree > ul > li > h4{font-size: 14px; line-height: 22px; font-weight: 400; color: #5C6272; margin-bottom: 8px;}
    .pc-matter-check{font-size: 15.5px; line-height: 21px; letter-spacing: -0.5px; font-weight: 400; color: #2A303C}
    .guest_agree > ul > li{margin: 0}
    .qnaWriteWrap{padding-bottom: 0; padding-top: 0}
    .qnaWrite{margin-top: 0}
    .NonMemberCuinfo{width: calc(100% - 164px); margin-left: auto; position: relative; margin-top: 80px; }
    .serviceTabs > ul > li{margin: 0 36px}
    .com-index-path{ margin: 20px auto}
    .ListShowBanner{display: none}
    #optionFlowerWrap > ul > li{height: 300px;}

    .extraService .serviceTitle{height: 74px}
    .extraService .serviceTitle > img.is_desktop_wrap{width: 100%; display: block; height: 100%; object-position: center center; object-fit: cover}
    .serviceEtcList > h3.etc_is_desktop_wrap{margin: 20px 0 32px 0}
    .serviceEtcList > h6.etc-h6{padding-top: 16px; padding-left: 0; display: block; width: 100%; max-width: 727px; margin: 0 auto}
    .serviceEtcList > h3.is_desktop_wrap{margin-top: 20px}
    .serviceEtcList > h6.max-h6-width{max-width: 727px; width: 100%; display: block; margin: 0 auto; padding-left: 0}
    .be_etc-list > li{margin: 0}
    .be_etc-list > li:nth-of-type(2){margin-left: 40px}
    .serviceStoneList > ul.stone-info-list{flex-wrap: nowrap}
    .serviceStoneList > ul.stone-info-list > li{margin: 0; margin-left: 32px; width: 23%}
    .serviceStoneList > ul.stone-info-list > li:first-of-type{margin-left: 0}
    .detail_list_btn{ justify-content: flex-end; margin-right: 12px}
    .detail_list_btn > a.btn_cancel{font-size: 14px;font-weight: 500;line-height: 22.5px;letter-spacing: -0.5px; text-decoration-line: underline; border: none; background: transparent; display: flex; align-items: center; padding: 0; color: #4A515F}
    .wirte-select-custom{padding: 0}
    .serviceCategory > ul { width:100%; display:flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap;}

    .customerPath{margin: 20px auto 40px auto}
    .faqPctitle{font-size: 32px; letter-spacing: -0.1px; font-family: 'Roboto' !important}
    .customerCustmBox .pagination{margin: 40px 0 0 0}
    .qnaNewstyle > ul > li > a > strong{line-height: 26.5px}
    .qnaNewstyle > ul > li > a{padding: 20px 0 20px 0}
    .qnaNewstyle > ul > li > a > div > em{line-height: 22px}
    .qnaNewstyle > a{color: #431F88; font-size: 14px; border-radius: 2px; font-weight: 500; line-height: 40px; letter-spacing: -0.5px; border: 1px solid #431F88; height: 40px; background: #FFF; margin: 20px 24px 0 auto}
    .customerServiceWrap .pagination{margin: 20px 0 0 0}
    #contents{min-height: 305px}
    .contactWrite > h3 > strong{font-size: 18px ;line-height: 26.5px ;letter-spacing: -0.5px; font-weight: 700;}
    .loginWrap input[type='text'],
    .contactWrite .select_custom_title{height: 55px}
    .contactWrite .matter-checkbox > span{color: #5C6272; font-size: 14px; line-height: 22px; letter-spacing: -0.5px; font-weight: 400;}
    .contactWrite .matter-checkbox > input{border-color: #D1D4DA}
    .detail_list_btn > a{height: 40px; padding: 0 31px; line-height: 40px; font-size: 14px}
    .detail_list_btn > a.btn_cancel{color: #2A303C}

    .noticeList > ul > li > a > span.is_notice:before{width: 34px; height: 22px; line-height: 22px; font-size: 12px; letter-spacing: -0.5px; border-radius: 2px}
    .noticeList > ul > li > a > strong{line-height: 26.5px}

    .noticeList > ul > li > a > em{width: 120px; text-align: center}
    .noticeList > ul > li > a{padding-right: 0}
    .noticeList > ul > li > a em{position: static}
    .noticeList > ul > li > a > strong{width: 80%}
    .noticeList > ul > li > a{flex-wrap: nowrap}

    .note-editor{display: none; margin: 28px 15px 8px 170px}
    .servicePriceList > ul > li.swiper-slide{padding: 0}
    .funeralFullbox .roundTabs > ul > li{margin: 0 8px;}
    .funeralFullbox .servicePriceList > ul > li > strong{margin: 0}
    .funeralFullbox .servicePriceList > ul.funeral_search_list > li{padding: 29px 44px}
    .mb-active{display: none}
    .pc-active{display: block}
    .newPriceFuneral{margin-bottom: 28px}
    .funeralFullbox .noticeInfoWrap .noticeContent{padding: 8px 0 0 0}
    .funeralFullbox .servicePriceList > ul.under_serviceOption > li > strong{margin-bottom: 16px; font-size: 23px;line-height: 34px}



    .extraService .serviceTitle{margin-bottom: 60px}
    .funeralFullbox .extraService .servicePriceList > ul > li{padding: 35px 10px}
    .serviceEtcList > ul > li{margin: 0 44px 0 0; max-width: 213px;}
    .serviceEtcList > ul > li:nth-of-type(3){margin: 0}
    .funeralFullbox .extraService .servicePriceList > ul.swiper-wrapper > li{padding: 0}
    .serviceProcessWrap > strong.le-pd{padding-left: 0}
    .serviceEtcList > ul.be_etc-list > li{margin: 0 44px 0 0}
    .serviceEtcList > ul.be_etc-list > li:last-of-type{margin: 0}

    .funeralFullbox .extraService .servicePriceList > ul.stone-info-list > li{margin:0 32px 20px 0}
    .funeralFullbox .extraService .servicePriceList > ul.stone-info-list > li:last-of-type{margin: 0 0 20px 0}
    .stoneProcessWrpa{max-width: 1084px; margin: 52px auto 80px auto}
    .stoneProcessWrpa > ul > li:nth-of-type(1){width: 225px}
    .stoneProcessWrpa > ul > li:nth-of-type(2){width: 214px}
    .stoneProcessWrpa > ul > li:nth-of-type(3){width: 406px}
    .stoneProcessWrpa > ul > li:nth-of-type(4){width: 22%}
    .detail_list_btn > a:last-of-type{margin-left: 36px}

    .serviceTabs > ul{height: 48px}
    .show-textarea{display: block !important; border:1px solid #ccc; border-radius: 4px; min-height: 250px !important; width: 100%; resize: none}
    #optionFlowerWrap .swiper-pagination{display: none}

    .stonePage .swiper-pagination{display: none}
    .serviceProcessContent {opacity: 1; transition: opacity 0.5s ease-in-out; transition-delay: 0.3s;}
    .swiper-slide-active .serviceProcessContent { opacity: 1; }

    .serviceProcessWrap .imgWrap > img.pc-priceList{display: block}
    .serviceProcessWrap .imgWrap > img.mb-priceList{display: none}

    #optionFlowerWrap > ul > li > img.pc-funeralflowr{display: block}
    #optionFlowerWrap > ul > li > img.mb-funeralflowr{display: none}
    .note-editor:before{font-weight: 700; line-height: 23px}
    .stone-price-box{display: flex; align-items: center; justify-content: center; border-radius: 28px 28px 0 0; z-index: 99; padding: 0 33px; margin-bottom: 0}
    .stone-price-box > span{font-size: 18px; line-height: 26px; letter-spacing: -0.5px; color: #2A303C; font-weight: 500; width: auto;}
    .stone-price-box > div{font-size: 14px; line-height: 22px; display: flex; align-items: center; width: auto}
    .stone-price-box > div > p{color: #431F88; font-size: 21px; line-height: 28.5px; font-weight: 600; margin-left: 12px; margin-right: 4px}
    .pc-stone{display: flex;}
    .mb-stone{display: none;}

    .pc-text{display: flex; align-items: center; justify-content: center; margin-top: 60px; position: relative; margin-bottom: 8px}
    .pc-text:after{content: ''; background-color: #B59C8E; height: 16px; width: 100%; position: absolute; bottom: 0; max-width: 459px; opacity: 0.2; z-index: -1}
    .pc-text > strong{font-size: 18px; font-weight: 700; line-height: 26.5px; color: #2A303C; display: inline-block}
    .pc-text > p{display: inline-block; margin-left: 20px; font-size: 18px; font-weight: 400; color: #2A303C; line-height: 26.5px}
    .mb-hide{display: block}

    .stonePage{ box-sizing: border-box;}
    /*review_Collection str*/
    .collection-container{width: 100%; max-width: 1320px; margin: 61px auto 0}
    .collection-container .ttl_wrap > h2 {margin-bottom: 12px; font-size: 28px; font-weight: 700; line-height: 43px;}
    .head-li{display: block}
    .head-li > ul > li{display: flex; padding-top: 16px; border-top: 1px solid #EAECF0; padding-bottom: 16px;  }
    .head-li > ul > li > span{width: 100px; text-align: center; color: #431F88; font-weight: 700; margin: 0; padding: 0; font-size: 14px; line-height: 22px}
    .head-li > ul > li > span:nth-of-type(2){margin-left: 9px; width: 144px}
    .head-li > ul > li > span:nth-of-type(3){width: 670px; text-align: center; margin-right: 38px; margin-left: 38px}
    .collection-list > li{display: flex; margin-bottom: 0; padding-top: 16px; cursor: pointer}
    .collection-list > li > div > span{font-size: 14px; line-height: 22px; font-weight: 400}
    .collection-list > li > div > span:first-of-type:before{display: none}
    .collection-list > li > div > span:first-of-type{padding: 0; margin: 0; width: 100px; text-align: center}
    .collection-list > li > div:first-of-type > span:last-of-type{margin-left: 9px; width: 144px; text-align: center}
    .collection-list > li > div:last-of-type > span:last-of-type{width: 100px; text-align: center}
    .collection-list > li > span{ -webkit-line-clamp: 1; width: 670px; text-align: left; margin-right: 38px; margin-left: 38px;}
    .collection-list > li > div:first-of-type{margin-bottom: 0}
    .collection-list > li > span{margin-bottom: 0; font-size: 14px; line-height: 22px; font-weight: 500}
    .collectionStyle > div > div > div > div:last-of-type.review-pop-title{display: flex; justify-content: space-between}
    .collectionStyle > div > div > div > div:last-of-type > div{display: flex}
    .collectionStyle > div > div > div > div:last-of-type > div span{font-size: 11.5px; line-height: 16px; color: #5C6272;font-weight: 500; display: block}
    .collectionStyle > div > div > div > div:last-of-type > div:first-of-type span:first-of-type{ padding-right: 8px; margin-right: 8px; position: relative}
    .collectionStyle > div > div > div > div:last-of-type > div:first-of-type span:first-of-type:after{content: ''; background-color: #5C6272; width: 1px; height: 11px; position: absolute; top: 1.5px; right: 0 }
    .collectionStyle > div > div > div > div:last-of-type > div:last-of-type span{ color: #798493; font-size: 11px; font-weight: 350;}
    .collectionStyle > div > div > div > div:last-of-type > div:last-of-type span:first-of-type{margin-right: 9px}
    .collectionStyle > div > div > div > p{height: 171px !important; margin-bottom: 16px !important}
    .collectionStyle > div > div > div > div:last-of-type > div:last-of-type{position: static}
    /*review_Collection fin*/

    /*문의하기 이미지 첨부 css pc*/
    .loginWrap > ul > li:nth-of-type(2).file-upload-li{display: flex; margin-bottom: 4px}
    .file-upload-li > div:first-of-type{margin-right: 31px; display: block;}
    .file-upload-li > div:first-of-type > strong{color: #2A303C; font-size: 14px; font-weight: 700; display: block; line-height: 22px; margin-bottom: 4px}
    .file-upload-li > div:first-of-type > p{font-size: 11px; font-weight: 400; display: block; color: #949FAC; line-height: 16px; margin-left: 0}
    #upload-file-img{display: none}
    .attach-file{width: 100px; height: 100px; background: url('../img/quest-write-fileicon.png') no-repeat center center #F6F7F8; background-size: 28px; padding: 0; cursor: pointer}
    .attach-file > label{width: 100%; height: 100%; display: block}
    .contactWriteDetail > form{display: block}
    .contact-upload-btn{max-width: 1152px; width: 100%; display: flex; justify-content: flex-end}
    .contact-upload-btn > div:first-of-type.pc-Private-contact{display: flex; align-items: center}
    .contact-upload-btn #wr_pass{border: 1px solid #BBC0C9; font-size: 16px; font-weight: 400; height: 40px; padding-left: 16px; border-radius: 2px; color: #2A303c; margin-left: 12px; font-weight: 400; padding-right: 16px}
    .contact-upload-btn #wr_pass::placeholder{color: #BBC0C9;}
    .contact-upload-btn > div:first-of-type .matter-checkbox > input{ border: 1px solid}
    .contact-upload-btn > div:first-of-type .matter-checkbox{display: flex; align-items: center}
    .contact-upload-btn > div:first-of-type .matter-checkbox span{color: #5C6272; font-size: 14px; font-weight: 400; line-height: 22px}
    .contact-upload-btn button{margin-left: 40px}
    .contact-file-list{display: flex; align-items: center}
    .contact-file-list > li{width: 100px; height: 100px; position: relative; margin-right: 20px}
    .contact-file-list > li > img{display: block; position: absolute; left: 0; top: 0; object-fit: cover; object-position: center; width: 100% ; height: 100%}
    .img-total-contact{display: flex}
    .mob-Private-contact{display: none}
    .contactNonwrite{margin: 0 0 0 auto; padding: 0 20px 0 20px; }
    .NonMemberCuinfo > div > ul{margin-bottom: 24px}
    .attach-img-contact{display: flex;}
    .attach-img-contact > li{width: 300px; height: 208px; position: relative; margin-right: 20px;  margin-top: 16px}
    .attach-img-contact > li > img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-position: center; object-fit: cover}
    .contact-upload-btn{margin-top: 36px}

    .more_info_img{padding-left: 2px;}
}

.item-view { width:100%; height:100%; *background:rgba(0,0,0,.4); background:rgba(31, 34, 45, 0.6); position:fixed; left:0; top:0; z-index:99999; display:none; }
.item-view span.m_inform {display: none;}
.item-view.show { display:block; }
.item-view > div { position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); width:1036px; background:#fff;
    display:flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;
}
.item-view > div > img { order:1; width:100%; }
.item-view > div > div { order:2; width:100%; height:36px; padding:0 22px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;
     background:rgba(255,255,255,.5);
}
.item-view > div > div > strong { font-size:14px; font-weight: 700; color:#431F88;  display: flex; align-items: center;}
.item-view > div > div > span { font-size:14px; font-weight: 400; color:#2A303C; margin-left:12px; }



/************* 모바일 *************/
.is-desktop { display:block !important; }
.is-mobile { display:none !important; }
@media only screen and (max-width: 768px) {
    .is-desktop { display:none !important; }
    .is-mobile { display:block !important; }

    .titleText {margin: 40px auto 47px;}
    .titleText > h2 {margin-bottom: 10px; font-size: 21px; line-height: 30px;}
    .titleText > h2 span.is-desktop {display: none !important;}
    .titleText > h3 {font-size: 15px; line-height: 21px; display: block;}
    .titleText > h3 span.is-desktop {display: none !important;}

    .priceServiceWrap .lineTab {margin-bottom: 0;}
    .lineTab ul {width: 100%; gap: 0; border-bottom: 1px solid #D1D4DA;}
    .lineTab ul li {width: calc(50% - 24px);}
    .lineTab ul li a {width: 100%; height: auto; padding-bottom: 12px; flex-direction: column; gap: 5px; background: transparent; border-radius: 0; color: #2A303c; text-align: center; font-size: 15.5px; line-height: 21px;}
    .lineTab ul li a.on {border: none; position: relative;}
    .lineTab ul li a.on:before {content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background: #431F88;}
    .lineTab ul li a span {font-size: 11px; font-weight: 400; line-height: 15px; color: #5C6272;}

    .basic_item_wrap {margin-bottom: 24px; border: none; background: #FAF9F5; padding: 26px 32px;}
    .basic_item_wrap .ttl_wrap {margin-bottom: 11px;}
    .basic_item_wrap .ttl_wrap h3 {font-size: 16.5px; line-height: 23px;}
    .basic_item_pc {display: none;}
    .basic_item_m {margin-bottom: 7px; display: flex; align-items: center;}
    .basic_item_m p {font-size: 15px; font-weight: 400; line-height: 19px;}
    .basic_item_m p b {font-weight: 500;}
    .tooltip {
        width: 17px;
        height: 17px;
        padding: 0;
        margin-left: 5px;
        background-image: url(../img/tooltip.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
    }

    .item_price_wrap {font-size: 15px; line-height: 16px;}
    .item_price {font-size: 20px; font-weight: 700; line-height: 21px;}

    .package-premium-sb span.inform{order: 3; padding: 8px 24px 0 24px;font-size: 11px;color: #5C6272; font-weight: 300;}
    .item-view span.m_inform{position: absolute; display: block; bottom: 53px;right: 11px;font-size: 9px;color: #949FAC;}

    .package-information { max-width: 100%; justify-content: flex-start; flex-wrap: wrap;}
    .package-information > h3 { width:100%; }
    .package-information > ul > li > ul > li:last-child { width:100%; }


    .item-list-wrap > h3 {margin: 15px auto 9px; padding-right:24px; color: #5c6272; font-size: 9px; font-weight: 400; line-height: 14px;}

    .item-tabs { width:100%; margin-bottom: 30px; padding: 0 24px; }
    .item-tabs > ul {width:100%; display:flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
    .item-tabs > ul > li { flex: 0 0 calc(33.33% - 8px)}
    .item-tabs > ul > li:last-of-type { flex: 1 1 100%; }
    .item-tabs > ul > li > button { width:100%; height:50px; background:#F7F7F7; border: 1px solid #F7F7F7; border-radius: 5px; color:#2A303C; font-size: 15px; font-weight: 500; display:flex; align-items: center; justify-content: center; word-break: keep-all; }
    .item-tabs > ul > li > button.on { background:#F5F3FA; border: 1px solid #431F88;  font-weight: 700; }
    .item-tabs > ul > li > button > span:first-of-type{display: block; color: #2A303C; font-size: 11px;  font-weight: 400; margin-bottom: 2px;}
    .item-tabs > ul > li > button > span:last-of-type{font-size: 15px; font-weight: 500;}
    .item-tabs > ul > li > button.on > span:last-of-type{font-weight: 700; display: block;}
    .item-tabs > ul > li > button > span > strong.all-in-one-text{font-size: 15.5px;}
    .item-tabs > ul > li > button.filter-btn3{ white-space: nowrap;} 
    .item-tabs > ul > li.all-in-one-tab > button{ height: 66px; display: flex; align-items: center; justify-content: center; flex-direction: column;}
    .item-tabs.extabs > ul > li > button { border:0 !important; }
    .item-tabs > ul > li:nth-child(1),
.item-tabs > ul > li:nth-child(2) {
  flex: 0 0 calc(30% - 8px);
}

.item-tabs > ul > li:nth-child(3) {
  flex: 0 0 calc(40% - 8px);
}

    
    .item-list-wrap > ul > li { display: flex; width: 100% !important; padding: 30px 32px; }
    .common-item-list-wrap > ul > li {display: none;}
    .common-item-list-wrap > ul > li.show { display:flex !important; }
    .item-list-wrap > ul > li > div {position: static; margin-bottom: 18px;}
    .item-list-wrap > ul > li > div .sub_ttl {order: 1; margin-bottom: 2px; font-size: 15px; line-height: 21px;}
    .item-list-wrap > ul > li > div .name {order: 2; margin-bottom: 9px; color: #2A303c; font-size: 17.5px; line-height: 28px; }
    .item-list-wrap > ul > li > div .name span {background: rgba(219, 205, 196, 0.50); font-size: 11px; line-height: 15px;}
    .item-list-wrap > ul > li > div .desc {order: 4; margin-bottom: 0;}
    .item-list-wrap > ul > li > div .desc .basic_txt {display: flex; align-items: center;}
    .item-list-wrap > ul > li > div .desc .basic_txt span, .item-list-wrap > ul > li > div .desc .basic_txt button {display: inline-block;}
    .item-list-wrap > ul > li > div .desc .basic_txt span {font-weight: 400; margin-right: 5px;}
    .item-list-wrap > ul > li > div .item_price_wrap {order: 3; margin-bottom: 21px;}
    .item-list-wrap > ul > li > div > div > i { font-size: 15px; line-height: 16px;}

    .noticeInfoWrap { padding:0 24px; margin:0; border: none; }
    .noticeInfoWrap .btn_notice_view {padding: 10px 17px; background:#F7F7F4; font-size: 12.5px; position: relative;}
    .noticeInfoWrap .btn_notice_view:after {content: ""; display: block; position: absolute; top: 50%; transform: translateY(-50%); background: #F7F7F4 url("../svg/icon_textfile_arrow_lower.svg") no-repeat center center; }
    .noticeInfoWrap .noticeContent {border: 1px solid #EAECF0; border-top: 0;}
    .noticeInfoWrap .noticeContent > ul > li {font-size: 12.5px; font-weight: 400; line-height: 17px; color:#5C6272;}
    .noticeInfoWrap .noticeContent > ul > li:not(:last-child) { margin-bottom:8px; }
    .noticeInfoWrap .noticeContent > ul > li > span { width:100%; display: block; padding-left:2px; }
    .funeralFullbox .noticeInfoWrap .noticeContent { padding:16px; }

    .basic_item_pop_bg {display: none; width:100%; height:100%; position:fixed; left:0; top:0; background:rgba(31, 34, 45, 0.4); z-index: 9999; }
    .basic_item_pop_bg.show {display: flex; align-items: center; justify-content: center;}
    .basic_item_pop_bg .basic_item_pop {width: calc(100% - 48px); padding: 32px 30px 38px; background: #fff; position: relative;}
    .basic_item_pop_bg .basic_item_pop .btn_close {position: absolute; right: -8px; top: -30px; width: 35px; height: 30px; padding: 0; background: transparent url("../svg/icon_close.svg") no-repeat center center / 100% auto;}
    .basic_item_pop_bg .basic_item_pop h2 {margin-bottom: 20px; font-size: 17.5px; font-weight: 500; line-height: 26px;}
    .basic_item_pop_bg .basic_item_pop h2 strong {color: #431F88; font-weight: 700;}
    .basic_item_pop_bg .basic_item_pop div:first-of-type {margin-bottom: 18px;}
    .basic_item_pop_bg .basic_item_pop div p {margin-bottom: 4px; font-size: 15px; font-weight: 700; line-height: 21px;}
    .basic_item_pop_bg .basic_item_pop div span {font-size: 16px; font-weight: 400; line-height: 23px;}

    .package-information { margin:60px 0 0 0; }
    .package-information .titleText {margin: 0 auto 30px; }
    .package-information > ul { padding-left:0; margin-top:0; }
    .package-information > ul > li {margin-bottom: 70px;}
    .package-information > ul > li > ul {flex-direction: column;}
    .package-information > ul > li > ul > li.package-txt {width: 100%; margin-bottom: 22px; padding: 0 24px !important;}
    .package-information > ul > li > ul > li.package-img { width:100%; order: 2;}
    .package-information > ul > li > ul > li > strong { margin-bottom:8px; font-size: 17.5px; line-height: 28px;}
    .package-information > ul > li > ul > li > span { font-size: 15px; line-height: 24px; }
    .package-information > ul > li > ul > li > span .is-mobile {display: inline-block !important; font-weight: 400;}
    /* .package-information > ul > li:nth-child(2) > ul > li > span > br { display:none; } */
    .package-information > ul > li > ul > li > i { font-size:11.5px; }

    .package-information > ul > li:last-child { margin-bottom:50px; }

    .titleText > h3.changeText { display:none; }
    .serviceProcessWrap > strong { padding-left:25px; }
    /*.swiper-slide-active .serviceProcessContent { padding-left:12px; }*/
    .swiper-slide-active .serviceProcessContent > * {word-break: keep-all;}
    .serviceProcessWrap .swiper-pagination { right:24px; }

    #pi-swiper .swiper-slide > span { left:auto; right:0; }

    .item-view > div { width: 100%;left:0; transform: translate(0,-50%);background-color: transparent; }
    .item-view > div > div { position:relative; height: auto; padding:6px 20px; background-color: #4A515F; align-items: center; }
    .item-view > div > div > * { display:flex; height:15px; line-height: 15px; align-items: center; }
    .item-view > div > div > strong { font-size:10px; color:#ffffff; order:1; }
    .item-view > div > div > span { font-size:10px; color:#ffffff; max-width: 100%; width:calc(100% - 70px); word-break: keep-all; order:3; height:auto; overflow: hidden; text-overflow: ellipsis; width: 100%; margin-left: 0;}
    .item-view > div > div > div { align-items: center; order:2; }
    .item-view > div > div > div > i { margin-bottom: 2px; }
    .item-view > div > div > div > * { display: flex; align-items: center; height:100%;  }
    .item-view > div > div > div > b { font-size:11px; color:#ffffff; margin-right:0; height:100%; display:flex; align-items: center; }
    .item-view > div > div > div > i { font-size:11px; color:#ffffff; margin-bottom: 0; }


    /* 장례절차 띠배너*/
    .rtb_banner {max-width: calc(100% - 48px); aspect-ratio: 100 / 36.3; margin: 0 auto 50px; padding: 0 25px; height: auto; background: url("../img/rtb_banner_mob.png")no-repeat center center; background-size: cover;}
    .rtb_banner h2 {font-size: 16.5px; font-weight: 700;}
    .rtb_banner p {margin-top: 10px; font-size: 11px;}
    .rtb_banner p:after {content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 11' fill='none'%3E%3Cpath d='M1.31491 10.4863L7.09375 5.75342L1.31491 1.02051' stroke='%235C6272' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); display: inline-block; margin-left: 5px;}

    br.is_desktop {display: none;}
    .mgTop40-m {margin-top: 40px !important;}
    .priceServiceWrap.extraService .mgTop40-m{margin-bottom: 40px !important;}

    #pi-swiper .swiper-wrapper {flex-wrap: wrap; gap: 20px;}
    #pi-swiper .swiper-wrapper .swiper-slide:not(:first-of-type) {width: calc(50% - 10px);}
    .storage-wrap {padding: 60px 0;}
    .storage-wrap .titleText {margin: 0 auto 24px;}
    .storage-wrap .titleText h2 span {display: inline-block !important; font-weight: 700;}
    .storage-wrap .swiper-pagination {display: none;}
    .storage-wrap #storageSwiper {width: calc(100% - 48px);}
    .storage-wrap #storageSwiper .swiper-wrapper {flex-direction: column;}
    .storage-wrap .swiper-slide > div {height: auto; margin-bottom: 50px; flex-direction: column; background: transparent; border-radius: 0;}
    .storage-wrap .swiper-slide:last-of-type > div {margin-bottom: 0;}
    .storage-wrap .swiper-slide > div .ttl-img {width: 100%; height: auto; object-fit: unset;}
    .storage-wrap .swiper-slide > div .txt-wrap {padding: 0; margin: 20px 10px 0;}
    .storage-wrap .swiper-slide > div .txt-wrap .ttl {flex-direction: row; gap: 4px;}
    .storage-wrap .swiper-slide > div .txt-wrap .ttl > img {width: 25px;}
    .storage-wrap .swiper-slide > div .txt-wrap .ttl h3 {margin-left: 0; font-size: 17.5px; line-height: 28px;}
    .storage-wrap .swiper-slide > div .txt-wrap p {margin: 0; font-size: 15px; line-height: 24px;}
    .storage-wrap .swiper-slide > div .txt-wrap p strong {margin-top: 8px; display: inline-block; font-size: 15px; line-height: 21px;}
    .storage-wrap .swiper-slide > div .txt-wrap .go_memorial {margin: 8px 0 0 0; font-size: 15px; line-height: normal; gap: 8px;}
    .storage-wrap .swiper-slide > div .txt-wrap .go_memorial > img {width: 6px;}



    .carService .lineTab {margin-bottom: 33px;}
    #carFeatures {margin-bottom: 68px;}
    #carFeatures h3 {margin: 33px 0 22px; font-size: 16px; line-height: 23px;}
    #carFeatures h3 span.is-desktop {display: none !important;}
    #carFeatures .swiper-wrapper {gap: 0;}
    #carFeatures .swiper-wrapper .swiper-slide > div > img {height: auto; width: 100%; object-fit: 8px;}
    #carFeatures .swiper-wrapper .swiper-slide > div > strong {font-size: 19px; line-height: 27px;}
    #carFeatures .swiper-wrapper .swiper-slide > div > span {font-size: 15px; line-height: 21px}
    #carFeatures .pagination.is-mobile {margin-top: 20px; display: flex !important; align-items: center; gap: 6px;}
    #carFeatures .pagination .pagination-bullet {width: 7px; height: 7px; background-color: #EAECF0; border-radius: 100px; display: block;transition: all 0.3s ease-in;}
    #carFeatures .pagination .pagination-bullet.on {background: #431F88;}
    #carFeatures .etc-h6 {width: calc(100% - 48px); margin: 30px auto 0; padding: 16px;}
    #carFeatures .etc-h6 p {margin-bottom: 13px; color: #5C6272; font-size: 12.5px; line-height: 17px; word-break: keep-all;}
    #carFeatures .etc-h6 p:not(:last-of-type) {margin-bottom: 8px;}
    #carFeatures .etc-h6 p:last-of-type {margin-bottom: 0;}

    #carProcessWrap h3 {margin-bottom: 20px; font-size: 21px; line-height: 30px;}
    #carProcessWrap ul {flex-direction: row; gap: 0;}
    #carProcessWrap ul:before {display: none;}
    #carProcessWrap ul > li {flex-direction: column-reverse; padding: 0 24px;}
    #carProcessWrap ul > li > img {width: 100%; border-radius: 10px 10px 0 0;}
    #carProcessWrap ul > li > div:before {display: none;}
    #carProcessWrap ul > li > div {padding: 0 10px; flex-direction: row; flex-wrap: wrap; align-items: center;}
    #carProcessWrap ul > li > div > b {font-size: 12.5px; line-height: 16px; margin-bottom: 0; margin-right: 11px;}
    #carProcessWrap ul > li > div > strong {margin-bottom: 4px; font-size: 17.5px; line-height: 28px;}
    #carProcessWrap ul > li > div > span {width: 100%; font-size: 15px; line-height: 22px;}
    #carProcessWrap ul > li .page {margin-bottom: 4px; margin-left: auto; font-size: 11.5px; font-weight: 400; width: 52px; height: 20px; background: #798493; border-radius: 100px; opacity: 0.8; color: #fff;display: flex !important; align-items: center; justify-content: center; gap: 5px;}
    #carProcessWrap ul > li > div > h6 span {color: #5C6272; padding-left: 8px; font-size: 12px; line-height: 17px; word-break: keep-all;}

    .extraService .titleText > h2 {margin-bottom: 0 !important;}
    .unaccompanied-info {padding: 60px 0 50px; margin-bottom: 60.85px;}
    .unaccompanied-info > h2 {padding: 0 24px; margin-bottom: 30.57px; text-align: center; font-size: 21px; line-height: 30px; word-break: keep-all;}
    #unaccompaniedSwiper {width: 100%;}
    #unaccompaniedSwiper > ul {flex-direction: column;}
    #unaccompaniedSwiper > ul > li {width: 82%; flex-direction: column; margin-bottom: 48px;}
    #unaccompaniedSwiper > ul > li:last-of-type {margin-bottom: 0;}
    #unaccompaniedSwiper > ul > li.desktop {display: none;}
    #unaccompaniedSwiper > ul > li > img {width: 100%;}
    #unaccompaniedSwiper > ul > li > div {background: transparent; width: auto;}
    #unaccompaniedSwiper > ul > li:nth-of-type(odd) {margin-left: auto;}
    #unaccompaniedSwiper > ul > li:nth-of-type(odd) > div {padding: 20px 24px 0 20px;}

    #unaccompaniedSwiper > ul > li:nth-of-type(even) > img {border-radius: 0 8px 8px 0;}
    #unaccompaniedSwiper > ul > li:nth-of-type(even) > div {padding: 20px 20px 0 24px;}

    #unaccompaniedSwiper > ul > li > div > h3 {margin-bottom: 8px; font-size: 17.5px; line-height: 28px;}
    #unaccompaniedSwiper > ul > li > div > p {font-size: 15px; line-height: 21px;}
    #unaccompaniedSwiper > ul > li > div > p > strong {font-weight: 700;}
    #unaccompaniedSwiper > ul > li > div > span {margin-top: 6px; color: #798493; font-size: 12px; font-weight: 400; line-height: 16px; }


    /* 블리스 스톤 */
    .memorial_main {width: 100%; margin-bottom: 50px;}
    .memorialService .titleText {margin: 40px auto 20px;}
    .componentAnalysis > .txt-wrap {margin-bottom: 30px;}
    .componentAnalysis > .txt-wrap h3 {margin-bottom: 12px; font-size: 21px; line-height: 30px;}
    .componentAnalysis > .txt-wrap p {padding: 0 24px; font-size: 16px; line-height: 23px; word-break: keep-all;}
    .componentAnalysis > .analysis-wrap {width: 100%; margin-bottom: 20px; padding: 41px 0 35px;}
    .componentAnalysis > .analysis-wrap > img {width: 100%; margin-bottom: 6px;}
    .componentAnalysis > .analysis-wrap > .txt-wrap {position: static; transform: translateX(0); text-align: center; font-size: 9px; line-height: 14px;}
    .componentAnalysis > .analysis-wrap > .txt-wrap > p:first-of-type {margin-bottom: 14px;}
    .componentAnalysis > .img-wrap {margin-bottom: 12.26px; flex-direction: column; gap: 20px;}
    .componentAnalysis > .img-wrap img {width: calc(100% - 48px);}
    .componentAnalysis > .prd-name {margin-bottom: 36px; gap: normal; justify-content: space-between; align-items: flex-start; padding: 0 24px;}
    .componentAnalysis > .prd-name .ttl {padding-left: 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: 16.5px; line-height: 23px;}
    .componentAnalysis > .prd-name .ttl span {font-size: 12.5px; line-height: 17px;}
    .componentAnalysis > .prd-name .price {font-size: 20px; line-height: 21px;}
    .componentAnalysis > .prd-name .price span {font-size: 15px; line-height: 16px;}
    .memorial_info {margin-top: 59px;}
    .memorial_info #unaccompaniedSwiper > ul > li {width: 90%}
    .memorial_info #unaccompaniedSwiper > ul > li > div {word-break: keep-all;}
    .memorial_info #unaccompaniedSwiper > ul > li:nth-of-type(odd) {margin-left: 0;}
    .memorial_info #unaccompaniedSwiper > ul > li:nth-of-type(odd) > div {padding: 20px 0 0 24px; margin-left: 10%;}
    .memorial_info #unaccompaniedSwiper > ul > li:nth-of-type(odd) > img {border-radius: 0 8px 8px 0;}
    .memorial_info #unaccompaniedSwiper > ul > li:nth-of-type(even) {margin-left: auto;}
    .memorial_info #unaccompaniedSwiper > ul > li:nth-of-type(even) > div {padding: 20px 24px 0 17px;}
    .memorial_info #unaccompaniedSwiper > ul > li:nth-of-type(even) > img {border-radius: 8px 0 0 8px;}

    #memorialStepSwiper {padding-bottom: 30px;}
    #memorialStepSwiper h3 {margin-bottom: 29.95px; font-size: 21px; line-height: 30px;}
    #memorialStepSwiper > ul {flex-direction: row; gap: 0;}
    #memorialStepSwiper > ul:before {display: none;}
    #memorialStepSwiper > ul > li {flex-direction: column-reverse; padding: 0 24px;}
    #memorialStepSwiper > ul > li > img {width: 100%; border-radius: 10px 10px 0 0;}
    #memorialStepSwiper > ul > li > .txtWrap:before {display: none;}

    #memorialStepSwiper > ul > li > .txtWrap {height: 184px; margin-top: 0; padding: 20px 30px 27px 30px; flex-direction: column; flex-wrap: nowrap; align-items: flex-start; border-radius: 0 0 10px 10px; background: #F7F7F4;}
    #memorialStepSwiper > ul > li > .txtWrap > div {flex-direction: row; align-items: baseline; gap: 10px;}
    #memorialStepSwiper > ul > li > .txtWrap > div > b {color: #2A303c; font-size: 12.5px; line-height: 16px;}
    #memorialStepSwiper > ul > li > .txtWrap > div > strong {color: #431F88; font-size: 17.5px; line-height: 28px;}
    #memorialStepSwiper > ul > li > .txtWrap > span {width: 100%; font-size: 15px; line-height: 22px;}
    #memorialStepSwiper > ul > li > .txtWrap > h6 {color: #5C6272; padding-left: 8px; font-size: 12px; line-height: 17px; word-break: keep-all; position: relative;}
    #memorialStepSwiper .swiper-pagination {bottom: 0;}
    #memorialStepSwiper .swiper-pagination-bullet {width: 7px; height: 7px; margin: 0 3px; opacity: 1; background: #F1F2F3;}
    #memorialStepSwiper .swiper-pagination-bullet-active {background: #431F88;}
    .priceServiceWrap .titleText {margin-bottom: 31px;}

    .item-list-wrap > ul > li > img { width:100%; height: 100%; object-fit: cover; transform: scale(1.0); transition: none;}
    .item-list-wrap > ul > li > img:hover {transform: scale(1.0);}
    .item-view > div > div > strong > span{padding: 0px 5px;}

    .item-list-wrap > ul > li .all-in-one-caption{font-size: 10px; line-height: 19px; bottom: 37px; right: 0px; text-align: center; width: 100%; left: 0; font-weight: 400;}


    .more_info{height: 40px;  background-color: #F6F7F8; line-height: 18px; position: static; width: 100%; justify-content: center;}
    .more_info > div > img{max-width: 13px; }
    .more_info_img{margin-bottom: 2px;}

    .is-IBM-block{display: none !important;}

}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .item-view > div{
        width: auto; height:100%;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
    }
    .item-view > div > img { width:auto; height:100%;  }
    .item-view > div > div{
        position:absolute; left:0;
        background-color: transparent; height:auto;
        margin-top:0; padding:0 18px; bottom:13px;
        display:flex; justify-content: flex-start; align-items: flex-end; flex-wrap: wrap;
    }
    .item-view > div > div > *,
    .item-view > div > div > div > * { color:#2A303C !important; }
    .item-view span.m_inform{
        bottom: 42px; display: block;
    }

    .item-view > div > div > strong { font-size:10px; order:1; width:100%; }
    .item-view > div > div > span { font-size:10px; margin:5px 0 0 0; width:calc(100% - 100px); order:2; }
    .item-view > div > div > div { font-size:11px; width:80px; margin-left:auto; justify-content: flex-end; order:3; }
    .item-view > div > div > div > * { font-size:11px !important; }
    .item-view .btn_close {
        width: 20px;
        height: 20px;
        position: absolute;
        right: -28px;
        top: 5px;
    }
}

@media only screen and (min-width: 346px){
    .is_mobile_s {display: block;}
}

@media only screen and (max-width: 400px){
    .item-tabs > ul > li:nth-child(1){flex: 0 0 calc(27% - 8px);}
    .item-tabs > ul > li:nth-child(2){flex: 0 0 calc(33% - 8px);}
    .item-tabs > ul > li:nth-child(3){flex: 0 0 calc(40% - 8px);}
}

@media only screen and (max-width: 1400px)  and (min-width: 769px){
    .is-IBM{display: none !important;}
    .is-IBM-block{display: block !important;}
    .noticeInfoWrapWrap{padding-left: 40px; padding-right: 40px;}
    .noticeInfoWrap{max-width: 1240px;}
}
