@charset "utf-8";
#footer { height: 400px; background-color: #333; position: relative; color:white; }
#footer .inner { padding-top: 70px; }
#footer a { color:white; }

.top_btn { display: inline-block; height: 50px; width: 50px; line-height: 50px; text-align: center; background: var(--point-color); cursor: pointer; transition: 0.3s; font-weight: 400; font-size: 15px; position: absolute; right:0px; top:0px; }
.top_btn:hover { background: #b3373b; }

.f-info-wrap { display: flex; justify-content: space-between; }
.f-info-wrap .bold { display: inline-block; margin-right: 12px; font-weight: 600 !important; }
.f-info-wrap .f-logo { width:335px; }
.f-info-wrap .f-top { padding: 25px 0 47px; }
.f-info-wrap .f-info { max-width: fit-content; display: grid; grid-template-columns: repeat(2, auto); gap:38px; }
.f-info-wrap .f-info .tit { margin-bottom: 25px; font-weight: 600; }
.f-info-wrap .f-info .bold { font-weight: 500 !important; }
.f-info-wrap .f-info li { margin-top: 10px; font-weight: 300; }

.f-info-wrap .right { min-width: 588px; position: relative; padding: 20px 2px 0; display: flex; flex-direction: column; justify-content: space-between; }
.f-info-wrap .right .tit { margin-bottom: 10px; font-weight: 600; }
.f-info-wrap .right nav { max-width: fit-content; display: grid; grid-template-columns: repeat(3, auto); gap:35px; }
.f-info-wrap .right li { margin-top: 10px; font-weight: 300; }
.f-info-wrap .right .copy { text-align: right; font-weight: 300; font-size: 14px; }

.top-util { display: flex; justify-content: space-between; font-weight: 600; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.4); align-items: center; }

.f-info-wrap .list-link { position: relative; padding-top: 20px; }
.f-info-wrap .select-link { display: none; }
.f-info-wrap .select-link select { padding: 10px 40px 10px 20px; border:1px solid rgba(255,255,255,0.75); background: url('/resources/img/common/select-arw-w.png') no-repeat center/contain; background-position:90%; background-size: 10px; color:white; }
.f-info-wrap .select-link select:focus { outline: none; }
.f-info-wrap option { color:var(--main-black); }

@media screen and (max-width:1300px){
   #footer { font-size: 14px; }
   .f-info-wrap .right { min-width: auto; }
}
@media screen and (max-width:1024px){
   #footer { height: auto; }
   #footer .inner { padding-top: 40px; }
   .f-info-wrap .f-logo { width:280px; }
   .f-info-wrap { flex-wrap: wrap; }
   .f-info-wrap > div { width: 100%; }
   .f-info-wrap .f-info { max-width: none; }
   .f-info-wrap .right { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.75); }
   .f-info-wrap .right::before { display: none; }
   .f-info-wrap .right > div { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }

   .f-info-wrap .right .list-link { display: none; }
   .f-info-wrap .select-link { display: block; margin-top: 25px; margin-bottom: 30px; }

   .top-util { width: 100%; border-bottom:none; }
   .f-info-wrap .right .copy { font-size: 13px; }
}

@media screen and (max-width:768px){
   #footer { padding-bottom: 30px; font-size: 13px; }
   .f-info-wrap .f-logo { width: 220px; }
   .f-info-wrap .f-top { padding: 20px 0 30px; }
   .f-info-wrap .f-info { grid-template-columns: repeat(1, 1fr); }

   .f-info-wrap .right { flex-wrap: wrap; }
   .f-info-wrap .right .copy { width: 100%; text-align: left; margin-top: 20px; line-height: 120% }
   .f-info-wrap .select-link { margin-bottom: 0px; margin-top: 20px; }
}


/*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*/
