@charset "utf-8";

#footer { padding: 4.8rem 0; background: #F9F9F9; color:var(--sub-black); }
#footer .inner { max-width: 1360px; display: flex; align-items: center; justify-content: space-between; transform: rotate(0.03deg); }
#footer .f-info-wrap { display: flex; gap:3.2rem; }
#footer .f-info-wrap .f-logo { width: 12rem; opacity: .6; }
#footer .f-info-wrap ul { display: flex; font-size: 1.6rem; }
#footer .f-info-wrap ul + ul { margin-top: 1rem; }
#footer .f-info-wrap li:not(:last-child) { position: relative; padding-right: 1.2rem; margin-right: 1.2rem; }
#footer .f-info-wrap li:not(:last-child)::after { position: absolute; right: 0; top:50%; transform: translateY(-50%); content: ''; display: block; width: 1px; height: 1.2rem; background: var(--deep-gray); }
#footer .f-info-wrap b { font-weight: 700; }
#footer .copy { font-size: 14px; font-weight: 300; }

@media screen and (max-width:1250px){
  #footer .inner { flex-direction: column; gap:4rem; align-items: baseline; }
  #footer .f-info-wrap { flex-direction: column; }
}

@media screen and (max-width:768px){
  #footer .f-info-wrap ul { flex-wrap:wrap; gap:10px; }
  #footer .f-info-wrap ul + ul { margin-top: 10px; }
  #footer .f-info-wrap li { line-height: 1.2; }
  #footer .f-info-wrap li:not(:last-child) { padding-right: 0; margin-right: 0; }
  #footer .f-info-wrap li:not(:last-child)::after { display: none; }
}
@media screen and (max-width:500px){
  #footer .f-info-wrap ul + ul { flex-direction: column; }
}

/*layer popup style s*/

.dim {display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.5); z-index: 101;}
.dim.active {display: block;}

.popup {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 102;}
.popup.active {display: block;}
.popup .inner {height: 100%;}
.popup .popup-wrap {background: #fff; position: absolute; width: 90%; height: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.popup .title {position: relative; height: 80px; padding: 0 3%; border-bottom: 1px solid #ddd; background: #fff; box-sizing: border-box;}
.popup .title p {line-height: 80px; font-size: 30px; font-weight: 600;}
.popup .title .close {position: absolute; height: 100%; width: 80px; right: 0; top: 0; background-color: #ddd; cursor: pointer;}
.popup .title .close span {display: block; background-color: #333; position: absolute; width: 3px; height: 30px; top: 25px; left: 40px; transform: rotate(45deg);}
.popup .title .close span:last-child {transform: rotate(-45deg);}

.popup .cont {height: calc(100% - 80px); padding: 30px 3%; overflow-y: auto; box-sizing: border-box;}

.popup .cont::-webkit-scrollbar {width: 8px;}
.popup .cont::-webkit-scrollbar-thumb {background-color: #ccc; border-radius: 5px;}
.popup .cont::-webkit-scrollbar-track {background-color: #eee;}

@media screen and (max-width:768px){
  .popup-title { padding: 3.2rem 3.2rem 3rem; }
  .popup-title h3 { font-size: 2.8rem; }
  .popup-form .popup-content { height: calc(100% - 8rem); padding: 0 3.2rem 3.2rem; }
  .popup-form .basic-form { gap:4rem 3.2rem; }
  .popup-form input { padding: 0 1.2rem; }
}
@media screen and (max-width:500px){
  .popup-title { padding: 3rem 2.4rem 3rem; }
  .popup-title h3 { font-size: 2.4rem; }
  .popup-title .popup-close { font-size: 1.8rem; }
  .popup-form .popup-content { height: calc(100% - 8rem); padding: 0 2.4rem 2.4rem; }
}


/* 내부 스타일 */
:root {
   --big-tit : 21px;
   --dep1-tit: 18px;
   --pop-txt : 16px;
}
.tos-wrap { width: 100%; }
.dep1-wrap { margin-bottom: 60px; }
.dep1-wrap .big-tit { font-size: var(--big-tit); font-weight: 600; padding-bottom: 2.5rem; }

.dep1-box { padding-bottom: 1.5rem; }
.dep1-box .dep1-tit { font-size: var(--dep1-tit); font-weight: 500; line-height: 1.2; padding-bottom: .7rem; }
.dep1-box p { font-size: var(--pop-txt); line-height: 1.3; }
.dep1-box .dep1-txt { padding-left: 1rem; padding-bottom: 1rem; }
.dep1-box .in-dep-list1 li { margin-bottom: 3px; padding-left: 1.5rem; }
.dep1-box .in-dep-list1 > ul > li { margin-bottom: 5px; }
.dep1-box .in-dep-list1 li > p { padding-left: 2rem; text-indent: -1.8rem; }
.dep1-box .in-dep-list1 li > p.in-dep1-tit { padding-left: 1rem; font-weight: 400; }
.dep1-box .in-dep-list2,
.dep1-box .in-dep-list3 { padding-top: 5px; }

@media screen and (max-width:768px){
   :root {
      --big-tit : 19px;
      --dep1-tit: 16px;
      --pop-txt : 14px;
   }
}
 /*layer popup style e*/
