.AgreementsSection > div{ display:flex; flex-direction: column;}
.AgreementsSection > div > div{ display:flex; width:100%; flex-direction: column; align-items:center; justify-content:center; position:relative; overflow:hidden; z-index:2; }
.AgreementsSection > div > div > .text{ width:100%; height:100vh; display:flex; justify-content:center ; align-items:center;  flex-direction: column;}
.AgreementsSection > div > div > .text > h3{ text-align:center; font-size:64px; margin-bottom:0px;}
.AgreementsSection > div > div > .text > nav{ display:flex; justify-content:center ; align-items:center; }
.AgreementsSection > div > div > .text > nav > ul{ display:flex; justify-content:center ; align-items:center; gap:30px; }
.AgreementsSection > div > div > .text > nav > ul > li > a{ font-size:24px;;}
.AgreementsSection > div > div > .text > nav > ul > li > a:hover{ color:#ffd400;}

.PolicySection{ width:100%; min-height:950px; display:flex; justify-content:center; align-items:center;}
.PolicySection > div{ display:flex; flex-direction: column; width:100%; padding:50px 0; margin-top:100px}
.PolicySection > div > div{ display:flex;  width:100%; max-width:900px; margin:auto;  flex-direction: column; align-items:center; justify-content:center; position:relative; overflow:hidden; z-index:2; }
.PolicySection > div > div > .text > h3{ text-align:center; font-size:64px; margin-bottom:30px;}

.PolicySection > div > div > .text > div > h3{ font-size:30px; margin:16px 0;}
.PolicySection > div > div > .text > div > h4{ font-size:24px; margin:16px 0;}

.PolicySection > div > div > .text > div > p{ font-size:18px;}
.PolicySection > div > div > .text > div > aside{ font-size:20px; padding:30px 0;}

.PrivateSection{ width:100%; min-height:950px; display:flex; justify-content:center; align-items:center;}
.PrivateSection > div{ display:flex; flex-direction: column; width:100%; padding:50px 0; margin-top:100px}
.PrivateSection > div > div{ display:flex;  width:100%; max-width:900px; margin:auto;  flex-direction: column; align-items:center; justify-content:center; position:relative; overflow:hidden; z-index:2; }
.PrivateSection > div > div > .text > h3{ text-align:center; font-size:64px; margin-bottom:30px;}

.PrivateSection > div > div > .text > div > h3{ font-size:27px; margin:16px 0;}
.PrivateSection > div > div > .text > div > h4{ font-size:24px; margin:16px 0;}

.PrivateSection > div > div > .text > div > p{ font-size:18px;}
.PrivateSection > div > div > .text > div > aside{ font-size:20px; padding:30px 0;}

.circlenumber > li{ margin:8px; margin-left:40px; font-size:18px;}
.circlenumber > li:nth-child(1){ list-style-type:"① ";}
.circlenumber > li:nth-child(2){ list-style-type:"② ";}
.circlenumber > li:nth-child(3){ list-style-type:"③ ";}
.circlenumber > li:nth-child(4){ list-style-type:"④ ";}
.circlenumber > li:nth-child(5){ list-style-type:"⑤ ";}
.circlenumber > li:nth-child(6){ list-style-type:"⑥ ";}
.circlenumber > li:nth-child(7){ list-style-type:"⑦ ";}
.circlenumber > li:nth-child(8){ list-style-type:"⑧ ";}
.circlenumber > li:nth-child(9){ list-style-type:"⑨ ";}
.circlenumber > li:nth-child(10){ list-style-type:"⑩ ";}
.circlenumber > li:nth-child(11){ list-style-type:"⑪ ";}
.circlenumber > li:nth-child(12){ list-style-type:"⑫ ";}
.circlenumber > li:nth-child(13){ list-style-type:"⑬ ";}
.circlenumber > li:nth-child(14){ list-style-type:"⑭ ";}
.circlenumber > li:nth-child(15){ list-style-type:"⑮ ";}

.number > li{ margin:8px; margin-left:40px; font-size:18px; list-style:decimal;}
.bar > li{ margin:8px; margin-left:40px; font-size:18px;  list-style-type:"- "}

.PrivateSection .number > li{ margin:8px; margin-left:40px; font-size:24px;}
.PrivateSection .number > li:nth-child(1){ list-style-type:"1. ";}
.PrivateSection .number > li:nth-child(2){ list-style-type:"2. ";}
.PrivateSection .number > li:nth-child(3){ list-style-type:"3. ";}
.PrivateSection .number > li:nth-child(4){ list-style-type:"4. ";}
.PrivateSection .number > li:nth-child(5){ list-style-type:"5. ";}
.PrivateSection .number > li:nth-child(6){ list-style-type:"6. ";}
.PrivateSection .number > li:nth-child(7){ list-style-type:"7. ";}
.PrivateSection .number > li:nth-child(8){ list-style-type:"8. ";}
.PrivateSection .number > li:nth-child(9){ list-style-type:"9. ";}
.PrivateSection .number > li:nth-child(10){ list-style-type:"10. ";}
.PrivateSection .number > li:nth-child(11){ list-style-type:"11. ";}
.PrivateSection .number > li:nth-child(12){ list-style-type:"12. ";}
.PrivateSection .number > li:nth-child(13){ list-style-type:"13. ";}
.PrivateSection .number > li:nth-child(14){ list-style-type:"14. ";}
.PrivateSection .number > li:nth-child(15){ list-style-type:"15. ";}

.PrivateSection .number > li > p{ font-size:18px; font-weight:normal;}
.PrivateSection .number > li > ul{ margin-top:22px; margin-bottom:16px;}
.PrivateSection .number > li > ul > li{ font-size:18px; font-weight:normal;}


.list_han > li{ margin:8px; margin-left:40px; font-size:18px;}
.list_han > li:nth-child(1){ list-style-type:"가. ";}
.list_han > li:nth-child(2){ list-style-type:"나. ";}
.list_han > li:nth-child(3){ list-style-type:"다. ";}
.list_han > li:nth-child(4){ list-style-type:"라. ";}
.list_han > li:nth-child(5){ list-style-type:"마. ";}
.list_han > li:nth-child(6){ list-style-type:"바. ";}
.list_han > li:nth-child(7){ list-style-type:"사. ";}
.list_han > li:nth-child(8){ list-style-type:"아. ";}
.list_han > li:nth-child(9){ list-style-type:"자. ";}
.list_han > li:nth-child(10){ list-style-type:"차. ";}
.list_han > li:nth-child(11){ list-style-type:"카. ";}
.list_han > li:nth-child(12){ list-style-type:"타. ";}
.list_han > li:nth-child(13){ list-style-type:"파. ";}
.list_han > li:nth-child(14){ list-style-type:"하. ";}




