@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: center; align-items: center; height:40px;}
.funeralFullbox .serviceTabs > ul {justify-content: flex-start;}
.serviceTabs.brandTabs > ul {justify-content: center;}
.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%; }
.serviceTitle { width:100%; display:flex; justify-content: center; align-items: center; flex-wrap: wrap; position:relative; margin:0 0 20px 0; }
.titleText { position:absolute; width:100%; left:0; top:50%; transform:translateY(-50%); z-index: 1; }
.titleText > h2 { font-size: 19px; color:#fff; line-height: 27px; font-weight: 700; margin:0 0 10px 0; text-align: center; }
.titleText > h3 { font-size: 12.5px; color:#fff; line-height: 17px; font-weight: 400; text-align: center; width: calc(100% - 40px); margin: 0 auto }
.serviceTitle > img { width:100%; position:relative; }

.newServiceFuneral{margin-bottom: 32px; height: 160px}
.newServiceFuneral > img.is_mobile_wrap{width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center}
.newServiceFuneral > div.titleText > h2{margin: 0 0 8px 0}
.servicePriceList { width:100%; display:flex; flex-wrap: wrap; }
.servicePriceList > h3 { color:#5C6272; font-size:11.5px; font-weight: 400;line-height: 16px; margin:20px 0; 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%; 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: 12.5px;    font-style: normal;    font-weight: 400;    line-height: 17px; }
.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 { 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}
.reSizeNoticeinfo{padding-bottom: 0}

.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}
.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}
.mbBeetclist.swiper-horizontal .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom:50px; top:auto; position:relative;
}
.unaccompanied-info > ul > li > div > img.pc-mobility{display: none}
.unaccompanied-info > ul > li > div > img.mb-mobility{display: block}
.unaccompanied-info{background-color: #F6F7F8; padding: 44px 24px}
.unaccompanied-info > h2{font-size: 16px; font-weight: 700; color: #2A303C; line-height: 23px; margin-bottom: 32px; text-align: center}
.unaccompanied-info > h2 > span{font-size: 16px; font-weight: 700; color: #2A303C; line-height: 23px; display: inline-block}
.unaccompanied-info > ul{display: block}
.unaccompanied-info > ul > li{margin-bottom: 40px}
.unaccompanied-info > ul > li > div{display: flex; flex-direction: column-reverse; margin-bottom: 12px;}
.unaccompanied-info > ul > li > div > h3{color: #431F88; font-size: 15px; font-weight: 700; line-height: 21px; margin-bottom: 12px}
.unaccompanied-info > ul > li > div > img{display: block; width: 100%}
.unaccompanied-info > ul > li > p > span{display: block}
.unaccompanied-info > ul > li > p > span,
.unaccompanied-info > ul > li > p{color: #4A515F; font-size: 12.5px; font-weight: 400; line-height: 17px}
.unaccompanied-info > ul > li > p > strong{font-weight: 300}
.unaccompanied-info > div > p{display: none}
.unaccompanied-info > hr{display: none}
.unaccompanied-info > ul > li:last-of-type{margin-bottom: 0}
.unaccompanied-info{margin-bottom: 60px}
.unaccompanied-info > ul > li > p > br{display: none}
.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}

.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: 1200px; 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}

.certificateAria {margin: 10px auto 90px; text-align: center;}
.certificateAria h2 {margin-bottom: 12px; font-size: 17.5px; line-height: 28px; font-weight: 700; color: #2A303c;}
.certificateAria p {font-size: 9px; line-height: 14px; font-weight: 400; color: #798493;}
.certificateAria .imgWrap {display: inline-block; margin: 28px auto 0; position: relative; }
.certificateAria .imgWrap .certificate {width: 184px; height: auto;}
/*.certificateAria .imgWrap .stamp {width: 140px; height: auto; position: absolute; left: 49%; top: 50%; transform: translate(-50%, -50%);}*/


/*배너 변경*/
.collection_ttl_wrap {width: 100%; margin: 0 auto; height: 350px; background: url('../img/review_banner_pc.png') no-repeat center center; background-size: cover; 
    position: relative;}
.collection_ttl_wrap h2.pc-change-banner-title {text-align: left; font-size: 30px; font-weight: 700; line-height: 43px; margin-bottom: 0;}
.collection_ttl_wrap .titleText {max-width: 1200px; left: 50%; transform: translate(-50%, -50%);}

@media only screen and (min-width: 768px) {
    .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}
    .newServiceFuneral > div.titleText > h2 { margin:0 0 12px 0; }
    .servicePriceList > ul > li > strong > b  { display:none; }

    .funeral_br{display: block}
    .titleText > h2 { font-size: 25px; line-height: 37px; margin:0 0 12px 0; }
    .titleText > h3 { font-size: 14px; line-height: 22px; }
    .servicePriceList { width:100%; max-width: 1200px; margin: 0 auto 80px;}
    .servicePriceList > h3 { text-align: right; font-size: 12px; font-style: normal; font-weight: 400; margin-bottom:12px; margin-top: 32px; line-height: 19px}
    .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 0 0px 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; }

    .noticeInfoWrap { margin:44px auto 0 auto; max-width:1200px; padding:40px 43px; background:rgba(241, 242, 243, 0.5); border: #EAECF0 0px solid; }
    .noticeInfoWrap > ul > li { border:0; }
    .noticeInfoWrap .btn_notice_view { background: transparent; font-size: 18px; font-style: normal; font-weight: 500; padding:0; height:auto; margin:0; line-height: 26px; letter-spacing: -0.5px}
    .noticeInfoWrap .btn_notice_view:after { display:none; }
    .noticeInfoWrap .noticeContent { display: block; padding: 16px 0; }
    .noticeInfoWrap .noticeContent > ul > li { font-size:14px; margin:0 0 8px 0; color:#5C6272; font-weight: 400; line-height: 22px; letter-spacing: -0.5px;}

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


    .serviceProcessWrap { margin:92px auto 0 auto; }
    .serviceProcessWrap > strong { padding: 0; font-size: 23px; font-style: normal; font-weight: 700; margin:0 0 20px 0; }
    .serviceProcessWrap > ul { flex-direction: row; }
    .serviceProcessWrap > ul > li { padding:0; display:flex; border:#D1D4DA 1px solid !important; border-radius: 0 60px 0 0; height: 444px;position: relative}
    .servicePetlossWrap .serviceProcessWrap > ul > li { border:0 !important; }
    .serviceProcessWrap .imgWrap { order:1; padding:0; flex:1 1 50.183%; 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 > h3 {  text-align: center; font-size: 14px;
        font-style: normal; color:#5C6272; margin-bottom:32px;
        font-weight: 400; }
    .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: 1200px; 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: 1200px; 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:1200px; 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 { border-bottom:#EAECF0 1px solid;}
    .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: 1200px; 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: 1200px; 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:1200px; 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;}
    .quest-write-btn, .quest-write-btn2{ bottom: 0; right: 0}
    .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;}
    .newServiceFuneral{height: 130px; margin-bottom: 60px}
    .newServiceFuneral > img.is_desktop_wrap{display: block; width: 100%; height: 100%; object-position: center center; object-fit: cover}

    .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}
    .newServiceFuneral .titleText > h2{color: #2A303C; margin: 0 0 12px 0;}
    .newServiceFuneral .titleText > h3{color: #5C6272}
    .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}
    .reSizeNoticeinfo{ margin-top: 0; margin-bottom: 92px}
    .funeralFullbox .noticeInfoWrap .noticeContent{padding: 16px 0 0 0}
    .funeralFullbox .servicePriceList > ul.under_serviceOption > li > strong{margin-bottom: 16px; font-size: 23px;line-height: 34px}
    .extraService .titleText > h2{color: #2A303C}
    .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}
    .servicePriceList > ul.mb-be-etc-list{display: none}
    .servicePriceList > ul.pc-be-etc-list{display: flex}
    .unaccompanied-info > ul > li > div > img.pc-mobility{display: block}
    .unaccompanied-info > ul > li > div > img.mb-mobility{display: none}
    .unaccompanied-info > ul{display: flex; max-width: 1200px; width: 100%; margin: 0 auto}
    .unaccompanied-info > ul > li > div{flex-direction: column}
    .unaccompanied-info > h2{font-size: 20px; line-height: 29px; margin-bottom: 40px}
    .unaccompanied-info > h2 > span{color: #431F88; font-size: 20px; line-height: 29px; }
    .unaccompanied-info > h2 > br:last-of-type{display: none}
    .unaccompanied-info > ul > li{margin-bottom: 0; max-width: 360px; margin-left: 60px}
    .unaccompanied-info > ul > li:first-of-type{margin-left: 0}
    .unaccompanied-info > ul > li > div > img.pc-mobility{margin-bottom: 20px; }
    .unaccompanied-info > ul > li > div > h3{color: #2A303C; font-size: 16px; font-weight: 700; line-height: 22px; margin-bottom: 0}
    .unaccompanied-info > ul > li > p{font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.6px}
    .unaccompanied-info > ul > li > p > strong{font-weight: 700; color: #2A303C; letter-spacing: -0.6px}
    .unaccompanied-info > ul > li > p > br{display: block}
    .unaccompanied-info > ul > li > p > span{font-size: 12px; color: #5C6272; line-height: 19px}
    .unaccompanied-info > div{text-align: center}
    .unaccompanied-info > div > p{display: inline-block; margin-top: 74px; text-align: center; font-size: 14px; line-height: 22px; font-weight: 400; color: #2A303C; padding-bottom: 23px; border-bottom: 1px solid #431F88}
    .unaccompanied-info > hr{display: block; width: 100%; max-width: 290px; margin: 0 auto}
    .unaccompanied-info{padding: 70px 0 }

    .stonePage{ box-sizing: border-box;}
    /*review_Collection str*/
    .collection-container{width: 100%; max-width: 1200px; margin: 61px auto 0}
    .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}


    .certificateAria {margin: 120px auto 150px;}
    .certificateAria h2 {margin-bottom: 12px; font-size: 23px; line-height: 34px; font-weight: 700; color: #2A303c;}
    .certificateAria p {font-size: 11px; line-height: 16px;}
    .certificateAria .imgWrap {margin: 32px auto 0; }
    .certificateAria .imgWrap .certificate {width: 266px; height: auto;}
    .certificateAria .imgWrap .stamp {width: 205px; height: auto; position: absolute; top: 20%; left: 69%;}
}

@media only screen and (max-width: 767px) {
    /*배너변경*/
    .collection_ttl_wrap {background: url('../img/review_banner_mb.png') no-repeat center center; background-size: cover; height: 317px;}
    .collection_ttl_wrap .titleText {top: 28%;}
    h2.mb-change-banner-title.is-mobile {display: block !important; font-size: 19px; font-weight: 700; line-height: 27px;}
}