@charset "utf-8";

.btm-quick-wrap ul { display: grid; grid-template-columns: repeat(2, 1fr); }
.btm-quick-wrap ul li .btm-quick-box { display: grid; grid-template-columns: minmax(210px, 14.584vw) auto; align-items: center; gap: 2.83vw; height: 8vw; min-height: 120px; padding: 0 4.166vw 0 2.8125vw; background-color: var(--color-green); }
.btm-quick-wrap ul li:last-child .btm-quick-box { background-color: var(--color-yellow); }
.btm-quick-wrap ul li .btm-quick-box .img-box { height: 8vw; min-height: 120px; position: relative; }
.btm-quick-wrap ul li .btm-quick-box .img-box > img { width: 100%; height: auto; position: absolute; left: 0; bottom: 0; }
.btm-quick-wrap ul li .btm-quick-box .tit > span { display: block; font: 700 1.365vw/120% var(--font-family); }
.btm-quick-wrap ul li .btm-quick-box .tit > span.mb-txt { display: none; }
.btm-quick-wrap ul li .btm-quick-box .btn-quick-box { display: flex; align-items: center; gap: 6px; margin-top: 14px; }
.btm-quick-wrap ul li .btm-quick-box .btn-quick-box a { display: block; font: 700 1vw/100% var(--font-family); }
.btm-quick-wrap ul li .btm-quick-box .btn-quick-box a.mb-txt { display: none; }
.btm-quick-wrap ul li .btm-quick-box .btn-quick-box svg {display: block; width: auto; height: 14px; overflow: visible; margin-top: -2px; transition: transform .2s; }
.btm-quick-wrap ul li .btm-quick-box .btn-quick-box a.mb-txt + svg { display: none; }
.btm-quick-wrap ul li .btm-quick-box .btn-quick-box:hover svg { transform: translateX(8px); }

#footer { background-color: var(--main-black); color: #fff; }
#footer .f-inner { display: flex; justify-content: space-between; align-items: center; padding: 0 2vw; height: 156px;  }
#footer .f-inner > a { font: 500 0.885vw/100% var(--font-head); color: #fff; }
#footer .f-inner > p { font: 500 0.885vw/100% var(--font-head); }




@media screen and (max-width:1440px){
   .btm-quick-wrap ul li .btm-quick-box .tit > span { font-size: 20px; letter-spacing: -0.3px; } 
   .btm-quick-wrap ul li .btm-quick-box .btn-quick-box a { font-size: 14px; }

   #footer .f-inner > a,
   #footer .f-inner > p { font-size: 13px; }
}
@media screen and (max-width:1180px){
   .btm-quick-wrap ul { grid-template-columns: minmax(404px, 50%) auto; }
   .btm-quick-wrap ul li .btm-quick-box { grid-template-columns: 17.7966vw auto; padding: 0 4.1525vw 0 2.711vw; gap: 2.033vw; }
}
@media screen and (max-width:1024px){
   #footer .f-inner { flex-direction: column; gap: 30px; justify-content: center; align-items: flex-start;  }
}
@media screen and (max-width:768px){
   .btm-quick-wrap ul { grid-template-columns: repeat(2, 1fr); }
   .btm-quick-wrap ul li .btm-quick-box { display: block; width: 100%; height: 100%; aspect-ratio: 1 / 1; max-height: 270px; padding: 25px; position: relative; }
   .btm-quick-wrap ul li .btm-quick-box .img-box { width: 168px; height: 100%; position: absolute; bottom: 0; right: 25px; }
   .btm-quick-wrap ul li .btm-quick-box .tit > span { display: none; }
   .btm-quick-wrap ul li .btm-quick-box .tit > span.mb-txt { display: block; font: 300 20px/100% var(--font-family); }
   .btm-quick-wrap ul li .btm-quick-box .btn-quick-box { gap: 18px; }
   .btm-quick-wrap ul li .btm-quick-box .btn-quick-box a { display: none; }
   .btm-quick-wrap ul li .btm-quick-box .btn-quick-box a.mb-txt  { display: block; font: 700 24px/100% var(--font-family); }
   .btm-quick-wrap ul li .btm-quick-box .btn-quick-box svg { display: none; }
   .btm-quick-wrap ul li .btm-quick-box .btn-quick-box a.mb-txt + svg { display: block; height: 18px; }
} 
@media screen and (max-width:540px){
   #footer  { padding: 20.37vw 4.4444vw 11.1111vw; }
   #footer .f-inner { height: auto; padding: 0; }
   #footer .f-inner > a,
   #footer .f-inner > p { font-size: 3.3vw; }

   .btm-quick-wrap ul li .btm-quick-box { padding: 4.629vw; }
   .btm-quick-wrap ul li .btm-quick-box .btn-quick-box { gap: 3.3333vw; margin-top: 1.851vw; }
   .btm-quick-wrap ul li .btm-quick-box .img-box { width: 31.1111vw; }
   .btm-quick-wrap ul li .btm-quick-box .tit > span.mb-txt { font-size: 3.7vw; }
   .btm-quick-wrap ul li .btm-quick-box .btn-quick-box a.mb-txt { font-size: 4vw; }
   .btm-quick-wrap ul li .btm-quick-box .btn-quick-box a.mb-txt + svg { height: 3.148vw; }
}

@media screen and (max-width:360px){
   #footer .t_inform a {display: block; margin: 3px 0;}
   #footer .t_inform a:first-child {margin-top: 0;}
   #footer .top_btn {padding-top: 25px;}
}










/*layer popup style s*/
body.noneScroll {overflow: hidden;}

.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 .pop_wrap {background: #fff; position: absolute; width: 100%; 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 {height: 60px;}
   .popup .title p {line-height: 60px; font-size: 20px;}
   .popup .title .close {width: 60px;}
   .popup .title .close span {height: 20px; top: 21px; left: 29px;}

   .popup .cont {height: calc(100% - 60px);}

}

/* 내부 스타일 */
: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: 25px; }

.dep1-box { padding-bottom: 15px; }
.dep1-box .dep1-tit { font-size: var(--dep1-tit); font-weight: 500; line-height: 1.2; padding-bottom: 7px; }
.dep1-box p { font-size: var(--pop-txt); line-height: 1.3; }
.dep1-box .dep1-txt { padding-left: 10px; padding-bottom: 10px; }
.dep1-box .in-dep-list1 li { margin-bottom: 3px; padding-left: 15px; }
.dep1-box .in-dep-list1 > ul > li { margin-bottom: 5px; }
.dep1-box .in-dep-list1 li > p { padding-left: 20px; text-indent: -18px; }
.dep1-box .in-dep-list1 li > p.in-dep1-tit { padding-left: 10px; 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*/
