.price_list{
  display: flex;
  justify-content: space-between;
}
.price_list > li{
  width: calc((100% - 72px)/4);
  border-radius: 8px;
  border: 1px solid #E4E7EC;
  padding: 40px 36px;
}
.price_list strong{
  display: block;
  color: #101828;
  font-size: 1.75em;
  margin-bottom: 12px;
}
.price_list strong b{
  color: #98A2B3;
  font-size: 0.6em;
  margin-left: 8px;
  font-weight: 600;
}
.price_list > li > span{
  display: block;
  /* margin-bottom: 32px; */
  color: #667085;

  line-height: 1.4em;
  height: 68px;
  letter-spacing: -0.5px;
}
.price_list .price{
  font-size: 2.25em;
  color: #101828;
  /* margin-bottom: 16px; */

  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price_list .price .sale_price{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  margin-bottom: 4px;
  font-weight: 500;
}
.price_list .price .sale_price span{
  color: var(--grey-300);
  text-decoration: line-through;
}
.price_list .price .sale_price em{
  font-style: normal;
  color: red;
  font-weight: 600;
}
.price_list .price .sale_price em{

}
.price_list .dl_box{
  border-radius: 8px;
  padding: 8px 20px;
  background: #f4f5f8;
  margin-bottom: 20px;
}
.price_list .dl_box dl{
  justify-content: space-between;
  margin: 12px 0;
}
.price_list .dl_box dl dt{
  color: #667085;
  width: auto;
  font-weight: normal;
}
.price_list .dl_box dl dd{}
.price_list .btn{
  width: 100%;

  border-radius: 8px;
}
.price_list .btn:hover{
  background: #FB6C3A;
  border-color: #FB6C3A;
}
.price_information .sub_content .sub_title h3{
  text-align: center;
  font-size: 2.5em;
}

.card_list{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.card_list > li {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  width: calc((100% - 32px) / 2);
  margin-bottom: 32px;
}
.card_list li .img_box{
  width: 60px;
  margin-right: 24px;
}
.card_list li .txt_box{
  flex: 1;
}
.card_list li .txt_box strong {
  display: block;
  color: #101828;
  font-size: 1.5em;
  margin-bottom: 12px;
}
.card_list li .txt_box p {
  color: #475467;
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: -1px;
}

.faq_list {}
.faq_list > li{
  border: 1px solid #E4E7EC;
  border-radius: 8px;
  margin-bottom: 16px;
}
.faq_list > li .faq_tit{
  display: flex;
  justify-content: space-between;
  padding: 28px;
  padding-left: 80px;
  position: relative;
  cursor: pointer;
}
.faq_list .faq_tit em{
  font-size: 1.5em;
  color: #FB6C3A;
  font-family: montserrat;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  top: 28px;
  left: 28px;
}
.faq_list .faq_tit strong{
  font-size: 1.25em;
  color: #101828;
}
.faq_list .faq_tit img{
  margin-left: 40px;
  transition: all .3s ease;
}
.faq_list .faq_cont{
  color: #475467;
  font-size: 1.125em;
  line-height: 1.6;
  padding: 0 28px 28px 80px;
  
  height: 0;
  display: none;
}
.faq_list > li.on .faq_cont{
  height: auto;
  /* display: block; */
}
.faq_list > li.on img{
  transform: rotate(45deg);
}

.board_write{}


/* 고객센터 > 견적문의 */
.contact{
  padding: 60px;
  background: #f6f5f8;
  border-radius: 8px;
}
.contact h4{
  color: #101828;
  font-size: 2em;
  margin-bottom: 32px;
}
.input_box_list .rdo_btn_wrap {
  display: flex;
  height: 45px;
  align-items: center;
}
.input_box_list .rdo_btn_wrap label {
  margin-bottom: 0px;
  font-weight: 400;
}
.rdo_btn_wrap > li{
	margin-right: 20px;
}
.chk_box_wrap{
  margin-top: 20px;
}
.chk_box_wrap > li{
  margin-bottom: 16px;
}
.btn_wrap{
  margin-top: 40px;
  text-align: center;
}


.customer_service{}
.customer_service .main_card_list > li {
  width: calc((100% - 48px) / 3);
  border: 1px solid #F2F4F7;
  text-align: left;
  padding: 40px;
}
.customer_service .main_card_list > li a{
  display: block;
  background: url(/images/export.svg) no-repeat top right;
}
.customer_service .main_card_list li .img_box {
  margin-bottom: 40px;
}
.faq_list_box {
  display: flex;
}
.faq_list_box h4{
  width: 120px;
  font-size: 1.75em;
  color: #101828;
  margin-right: 60px;
  padding-top: 20px;
}
.faq_list_box .faq_list{
  flex: 1;
}
.customer_service .ui_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
}
.customer_service .ui_box span{
  display: block;
  font-size: 1.125em;
  color: #98A2B3;
  margin-bottom: 12px;
  font-weight: 700;
}
.customer_service .ui_box strong{
  font-size: 1.5em;
  color: #101828;
  line-height: 1.5;
}


.login{
  width: 40%;
  margin: 0 auto;
}
.login .input_box_list{
  margin-bottom: 12px ;
}
.login .input_box_list > li {
  margin-bottom: 12px;
}
.login .input_box_list input {
  width: 100%;
  padding: 20px 20px;
  border-radius: 8px;
  font-size: 1.125em;
}
.login .btn{
  margin-top: 28px;
  width: 100%;
  border-radius: 8px;
  line-height: 62px;
}
.login .login_btm{
  margin-top: 28px;
}
.login input[type="checkbox"].ui_chk + label {
  font-weight: 600;
  padding-left: 36px;
}
.login input[type="checkbox"].ui_chk + label::before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
}

.remote_support{}
.btn_link, .btn_link:hover{
	color: #FB6C3A;
	border: 1px solid #FB6C3A;
	padding: 8px 12px;
	display: inline-block;
	font-size: 0.95em;
	border-radius: 25px;
	background: url(/images/link.svg) no-repeat 8px center;
	padding-left: 40px;
	margin-bottom: 16px;
  font-weight: 600;
}
.remote_support ul li{
  text-align: center;
  margin-bottom: 60px;
}
.remote_support .img_box{
  width: 80%;
  margin: 0 auto;
  border-radius: 12px;
}
.remote_support .txt_box{
  position: relative;
  margin-bottom: -40px;
}
.num{
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #fb6c3a;
  font-size: 1.5em;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-family: montserrat;
  font-weight: 600;
  color: #fff;
}
.num.sm{
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #FF905A;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
}
.remote_support .txt_box .num{
  margin: 0 auto;
  margin-bottom: 20px;
  
  background: #6c3926;
  backgorund: #55433c;
  font-size: 1.25em;
}
.remote_support .txt_box strong{
  display: block;
  color: #101828;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 8px;
}
.remote_support .txt_box p{
  color: #475467;
  font-size: 1.125em;
  line-height: 1.6;
  margin-bottom: 4px;
}

.user_guide .tab_menu{
  justify-content: center;
  margin-bottom: 60px;
}
.user_guide .tab_menu > li{
  border: 2px solid #e4e7ec;
  color: #6E7691;
  font-size: 1.125em;
}
.user_guide .tab_menu > li.on_tab{
  background:#14142B;
  border-color: #14142B;
	color: #fff;
}
.guide_box{}
.guide_box ul > li{
  margin-bottom: 40px;
}
.guide_box .tit_box{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.guide_box .tit_box .num{
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.guide_box .tit_box strong{
  font-size: 1.25em;
  font-weight: 700;
  color: #101828;
}
.guide_box .img_box_wrap{
  display: flex;
  gap: 40px;
  padding: 40px 60px 0px;
  background: #f4f5f8;
  border-radius: 8px 8px 0 0;  
}
.guide_box .img_box:first-child{
  width: 22%;
  border: 0;
    border-radius: 0;
}
.guide_box .no_mob .img_box:first-child{
  display: none;
}
.guide_box .no_mob .img_box{
  width: 100%;
}
.guide_box .img_box{
  position: relative;
  width: calc(78% - 40px);
  overflow: hidden;
  border: 12px solid #14142B;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  height: 520px;
}
.guide_box .img_box img{
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.guide_box .bu_list{
  color: #475467;

  padding: 16px 40px;
  border: 1px solid #eff0f7;
  border-radius: 0 0 8px 8px;
  border-top: 0;
}
.guide_box ol.bu_list > li:before {
  background: #475467;
  top: 0.6em;
}





/* 이용약관 */
.terms_box{
  color: #475467;
  line-height: 1.6em;
}
.terms_box h4{
  color: #101828;
  color: #061127;
  font-size: 1.25em;
  margin-bottom: 16px;
  font-weight: normal;
  font-family: 'GmarketSansMedium';
}
.terms_box .h4_list{
  margin-bottom: 60px;
}
.terms_box .h4_list > li{
  margin-bottom: 24px;
}
.terms_box h5{
  color: #101828;
  color: #3568d4;
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 12px;
}
.terms_box .txt_list > li{
  text-indent: -20px;
  padding-left: 20px;
  margin: 8px 0;
}
.terms_box .inner_list{
  padding-left: 20px;
}
.terms_box .inner_list li{
  margin: 4px 0;
}

.privacy_box{
  color: #475467;
  line-height: 1.6em;
}
.privacy_box .notice_box{
  margin-bottom: 32px;
  font-size: 1.05em;
  color: #101828;
}
.privacy_box .grey_line_box,
.privacy_box .grey_box{
  margin-bottom: 20px;
}
.privacy_box h5{
  color: #101828;
  color: #3568d4;
  font-size: 1.125em;
  font-weight: 600;
  font-weight: normal;
  font-family: 'GmarketSansMedium';
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c7c9d9;
}
.privacy_box .h5_list{
  margin-bottom: 60px;
}
.privacy_box .h5_list > p{
  color: #101828;
  margin-bottom: 8px;
  font-weight: 500;
}
.privacy_box .num_list > li {
  padding-left: 28px;
  margin: 8px 0;
}
.privacy_box .num_list > li:before {
  top: 1px;
}
.privacy_box h6{
  color: #101828;
  font-weight: 600;
  font-family: 'GmarketSansMedium';
  margin-top: 20px;
  margin-bottom: 8px;
}

