/**************************************** 고객문의 */
.cs_main .sub_depth_wrap li.depth1::after {display: none;}
.cs_list {display: flex; column-gap: 10px;}
.cs_list li {width: calc((100% - 20px)/3); height: 410px; background: #fff; border: 1px solid #e6e6e6; transition: box-shadow .3s; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; cursor: pointer;}
.cs_list li a {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;}
.cs_list li .txt {margin: 50px 0 0; transition: margin .5s;}
.cs_list li .title {font-size: 1.875em; font-weight: 700; margin-bottom: 10px;}
.cs_list li .desc {font-size: 1.125em; line-height: 145%; color: #666;}
.cs_list li .arrow {width: 36px; height: 0; transition: all .3s; position: relative; overflow: hidden;}
.cs_list li .arrow img {width: 100%; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.cs_list li:hover {box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.05);}
.cs_list li:hover .txt {margin: 50px 0 30px;}
.cs_list li:hover .arrow {height: 35px;}

/**************************************** 자주 묻는 질문 */
.faq_tab_list {display: flex; align-items: center; justify-content: center; column-gap: 30px; margin-bottom: 100px;}
.faq_tab_list li {border: 1px solid #222; padding: 12px 0; cursor: pointer; width: 220px; max-width: calc((100% - 120px)/5); font-weight: 500; text-align: center; transition: background .3s;}
.faq_tab_list li:hover {background: #f6f6f6;}
.faq_tab_list li.active {background: #222; color: #fff; font-weight: 700;}

.faq_list {border-top: 3px solid #222;}
.faq_list li {border-bottom: 1px solid #e6e6e6; padding: 30px 30px 30px 50px;}
.faq_list li .qna_title {display: flex; justify-content: space-between; cursor: pointer;}
.faq_list li .qna_title .lt {width: calc(100% - 24px); display: flex; column-gap: 15px; align-items: baseline; padding-right: 30px;}
.faq_list li .qna_title .lt .badge {font-size: 1.25em; font-weight: 600;}
.faq_list li .qna_title .lt .title {font-size: 1.0625em; line-height: 150%;}
.faq_list li .qna_title .arrow {width: 24px;}
.faq_list li .qna_title .arrow img {transition: transform .4s;}
.faq_list li.open .qna_title .arrow img {transform: rotate(-180deg);}
.faq_list li .qna_answer {background: #F6F6F6; padding: 25px 27px 32px; margin-top: 15px; display: none;}
.faq_list li .qna_answer .cont {font-size: 0.9375em; line-height: 160%; background: url(/img/sub04/reply.svg) no-repeat left top 3px; background-size: 15px; padding-left: 25px;}
.faq_list li.open .qna_title .lt .title {font-weight: 600;}


/**************************************** 주문 조회 */
.grey_bg {background: rgba(230, 230, 230, 0.25); padding-bottom: 220px;}
.order_chk_wrap {border: 1px solid #e6e6e6; background: #fff; padding: 80px 20px 65px; text-align: center;}
.order_chk_wrap .info {font-size: 1.0625em; line-height: 150%; opacity: 0.5; margin-bottom: 30px;}
.order_chk_wrap input {width: 590px; height: 45px; max-width: 100%; border: 1px solid #e6e6e6; border-radius: 3px; padding:  0 15px; text-align: center; display: block; margin: 0 auto;}
.order_chk_wrap input:not(:last-child) {margin-bottom: 10px;}
.order_chk_wrap input::placeholder {color: #ccc;}
#orderChkBtn {width: 430px; height: 50px; display: flex; justify-content: center; align-items: center;  background: #222; color: #fff; font-size: 1.0625em; font-weight: 600; margin: 0 auto; margin-top: 50px;}



@media screen and (max-width: 1240px) {
  .faq_list li {padding: 30px 20px;}
}

@media screen and (max-width: 1024px) {
  .cs_list li {height: 36vw;}
  .cs_list li img {width: 85px;}
  .cs_list li .txt {margin: 3.25vw 0 0;} 
  .cs_list li .title {font-size: 1.625em;}
  .cs_list li .desc {font-size: 1.111em;}
  .cs_list li:hover .txt {margin: 3.25vw 0 2vw;}

  .grey_bg {padding-bottom: 20%;}
  
  .faq_tab_list {flex-wrap: wrap; column-gap: 20px; row-gap: 20px; justify-content: flex-start; margin-bottom: 80px;}
  .faq_tab_list li {width: 100%; max-width: calc((100% - 40px)/3);}
}

@media screen and (max-width: 768px) {
  .cs_list {flex-wrap: wrap; justify-content: center; align-items: center; row-gap: 10px;}
  .cs_list li {width: 100%; height: auto; padding: 35px 20px;}
  .cs_list li img {width: 80px;}
  .cs_list li .txt {margin: 30px 0 0;} 
  .cs_list li .title {font-size: 1.625em;}
  .cs_list li .desc {font-size: 1.111em;}
  .cs_list li:hover .txt {margin: 30px 0 15px;}

  .faq_list li {padding: 17px 10px;}
  .faq_list li .qna_title .lt {width: calc(100% - 20px); padding-right: 20px}
  .faq_list li .qna_title .arrow {width: 20px;}
  .faq_list li .qna_answer {padding: 17px 17px 20px;}
  .faq_list li .qna_answer .cont {background: url(/img/sub04/reply.svg) no-repeat left top 1px;}

  .order_chk_wrap {padding: 8% 20px;}
  .order_chk_wrap .info {font-size: 1.111em; margin-bottom: 5%;}
  .order_chk_wrap input {width: 100%; max-width: 500px; height: 42px;}
  #orderChkBtn {width: 100%; max-width: 350px; margin-top: 7%;}
}

@media screen and (max-width: 540px) {

  .cs_list li {padding: 10% 20px;}
  .cs_list li img {width: 65px;}
  .cs_list li .txt {margin: 20px 0 0;} 
  .cs_list li:hover .txt {margin: 20px 0 0;}
  .cs_list li .title {font-size: 1.5em;}
  .cs_list li .desc {font-size: 1.05em;}
  .cs_list li .arrow {display: none;}

  .faq_list li {padding: 15px 0;}
  .faq_list li .qna_title .lt {width: calc(100% - 17px); column-gap: 12px;}
  .faq_list li .qna_title .arrow {width: 17px;}
  .faq_list li .qna_answer {margin-top: 12px; padding: 15px 15px 17px;}
  .faq_list li .qna_answer .cont {padding-left: 20px; background-size: 13px;}

  .faq_tab_list {column-gap: 10px; row-gap: 10px; margin-bottom: 60px;}
  .faq_tab_list li {max-width: calc((100% - 10px)/2); padding: 9px 0;}

  .grey_bg {padding-bottom: 25%;}
  .order_chk_wrap {padding: 15% 20px;}
  .order_chk_wrap .info {margin-bottom: 8%;}
  .order_chk_wrap input {width: 100%; max-width: none; height: 40px;}
  .order_chk_wrap input:not(:last-child) {margin-bottom: 7px;}
  #orderChkBtn {width: 160px; max-width: none; height: 42px; margin-top: 10%;}
}