@keyframes zoomPC{0%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes zoomSD{0%{transform:scale(1.25)}100%{transform:scale(1)}}body#information .pagetitle{background-image:url("../images/information/pagetitle_bg.jpg")}body#information .section .panel{width:62.5rem;margin:0 auto;padding:2.5rem 8.125rem;border-radius:1.25rem;background-color:var(--wh)}@media(max-width: 768px){body#information .section .panel{width:91.6666666667vw;padding:8.3333333333vw 4.1666666667vw;border-radius:4.1666666667vw}}body#information .section .panel .subject{margin-bottom:1.25rem}@media(max-width: 768px){body#information .section .panel .subject{margin-bottom:4.1666666667vw}}body#information .section .panel .entries li a{position:relative;display:flex;gap:1.875rem;padding:1.875rem;text-decoration:none;line-height:1.5}@media(max-width: 768px){body#information .section .panel .entries li a{flex-direction:column;gap:2.0833333333vw;padding:4.1666666667vw}}body#information .section .panel .entries li a::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f8fbf2;transform:scale(0, 1);transform-origin:100% 0;transition:transform .5s cubic-bezier(0.2, 1, 0.2, 1)}body#information .section .panel .entries li a::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.25rem;border-radius:.125rem;background-color:var(--mintwh)}@media(max-width: 768px){body#information .section .panel .entries li a::after{height:.8333333333vw;border-radius:.4166666667vw}}@media(any-hover: hover){body#information .section .panel .entries li a:hover::before{transform:scale(1, 1);transform-origin:0 0}}body#information .section .panel .entries li a .public,body#information .section .panel .entries li a .title{position:relative;font-size:1rem}@media(max-width: 768px){body#information .section .panel .entries li a .public,body#information .section .panel .entries li a .title{font-size:3.3333333333vw}}body#information .section .panel .entries li a .public{color:var(--bk50)}body#information .section .panel .entries li a .protection{display:flex;align-items:flex-start;gap:.3125rem}@media(max-width: 768px){body#information .section .panel .entries li a .protection{gap:1.0416666667vw}}body#information .section .panel .entries li a .protection::before{flex-shrink:0;content:"";width:1em;aspect-ratio:1/1;margin-top:.125em;background-color:var(--ocher);-webkit-mask:url("../images/icon_protection.svg") no-repeat 50% 50%/contain;mask:url("../images/icon_protection.svg") no-repeat 50% 50%/contain}body#information .section .pagenav{display:flex;justify-content:center;gap:.3125rem;margin-top:2.5rem;font-size:1rem}@media(max-width: 768px){body#information .section .pagenav{gap:1.0416666667vw;margin-top:8.3333333333vw;font-size:3.3333333333vw}}body#information .section .pagenav li span,body#information .section .pagenav li strong,body#information .section .pagenav li a{display:flex;justify-content:center;align-items:center;height:2em;border:1px solid var(--key);border-radius:5em;font-weight:700;text-decoration:none}body#information .section .pagenav li span{color:var(--bk20);border-color:var(--bk10);background-color:var(--bk10)}body#information .section .pagenav li strong{color:var(--wh);background-color:var(--key)}body#information .section .pagenav li a{color:var(--key)}body#information .section .pagenav li a:hover,body#information .section .pagenav li a:focus-visible{color:var(--wh);background-color:var(--key)}@media(max-width: 768px){body#information .section .pagenav li.num{display:none}}body#information .section .pagenav li.num span,body#information .section .pagenav li.num strong,body#information .section .pagenav li.num a{aspect-ratio:1/1}body#information .section .pagenav li.prev span,body#information .section .pagenav li.prev strong,body#information .section .pagenav li.prev a,body#information .section .pagenav li.next span,body#information .section .pagenav li.next strong,body#information .section .pagenav li.next a{padding:0 1em}body#information .entry{display:flex;flex-direction:column;align-items:center;padding:5rem 0}@media(max-width: 768px){body#information .entry{padding:12.5vw 0}}body#information .entry .container{display:flex;flex-direction:column;gap:2.5rem;width:62.5rem}@media(max-width: 768px){body#information .entry .container{gap:8.3333333333vw;width:100%;padding:0 4.1666666667vw}}body#information .entry h3{position:relative;display:flex;gap:.625rem;padding-bottom:.625rem;border-bottom:.125rem dashed var(--bk40);color:var(--mynkBlue);font-size:1.875rem;font-weight:700;line-height:1.5}@media(max-width: 768px){body#information .entry h3{gap:2.0833333333vw;padding-bottom:2.0833333333vw;border-width:.4166666667vw;font-size:5vw}}body#information .entry h3:not(:first-child){margin-top:1.25rem}@media(max-width: 768px){body#information .entry h3:not(:first-child){margin-top:4.1666666667vw}}body#information .entry h3::before{content:"";flex-shrink:0;width:.625rem;border-radius:.3125rem;background-color:var(--key)}@media(max-width: 768px){body#information .entry h3::before{width:2.0833333333vw;border-radius:1.0416666667vw}}body#information .entry .public{margin-top:-1.25rem;color:var(--bk50);font-size:.875rem;text-align:right}@media(max-width: 768px){body#information .entry .public{margin-top:-4.1666666667vw;font-size:2.9166666667vw}}body#information .entry .contents{display:flex;flex-direction:column;gap:2.5rem}@media(max-width: 768px){body#information .entry .contents{gap:8.3333333333vw}}body#information .entry .contents .comment{font-size:1rem;line-height:1.75}@media(max-width: 768px){body#information .entry .contents .comment{font-size:3.3333333333vw}}body#information .entry .contents .comment a{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}body#information .entry .contents .main a{display:block}@media(any-hover: hover){body#information .entry .contents .main a:hover{transform:scale(1.1)}}body#information .entry .contents .main img{border-radius:1.25rem}@media(max-width: 768px){body#information .entry .contents .main img{border-radius:4.1666666667vw}}body#information .entry .sub{display:flex;justify-content:center;gap:3.75rem}@media(max-width: 768px){body#information .entry .sub{gap:4.1666666667vw}}body#information .entry .sub a{width:calc((100% - 3.75rem)/2)}@media(max-width: 768px){body#information .entry .sub a{width:calc((100% - 4.1666666667vw)/2)}}@media(any-hover: hover){body#information .entry .sub a:hover{transform:scale(1.1)}}body#information .entry .sub img{border-radius:1.25rem}@media(max-width: 768px){body#information .entry .sub img{border-radius:2.0833333333vw}}body#information .entry .nav{display:flex;justify-content:center;gap:2.5rem}@media(max-width: 768px){body#information .entry .nav{flex-direction:column;align-items:center;gap:8.3333333333vw}}body#information .entry .nav .btn{display:flex;justify-content:center;align-items:center;gap:1.25rem;padding:1.25rem 3.75rem;border:.125rem solid var(--key);border-radius:5em;color:var(--olive);font-size:1.125rem;font-weight:700;text-decoration:none;background-color:var(--wh);cursor:pointer}@media(max-width: 768px){body#information .entry .nav .btn{gap:4.1666666667vw;padding:4.1666666667vw 8.3333333333vw;border-width:.4166666667vw;font-size:3.3333333333vw}}body#information .entry .nav .btn::after{content:"";width:1.25rem;aspect-ratio:1/1;background-color:var(--key);-webkit-mask:url("../images/icon_arrow.svg") no-repeat 50% 50%/contain;mask:url("../images/icon_arrow.svg") no-repeat 50% 50%/contain}@media(max-width: 768px){body#information .entry .nav .btn::after{width:4.1666666667vw}}@media(any-hover: hover){body#information .entry .nav .btn:hover{transform:scale(1.1)}}body#information .entry .nav.file{flex-direction:column;align-items:center;gap:1.25rem}@media(max-width: 768px){body#information .entry .nav.file{gap:4.1666666667vw}}body#information .entry .nav.file .btn.pdf{border-color:var(--salmon)}body#information .entry .nav.file .btn.pdf::after{background-color:var(--salmon);-webkit-mask-image:url("../images/icon_pdf.svg");mask-image:url("../images/icon_pdf.svg")}body#information .entry .protection{display:flex;flex-direction:column;align-items:center;gap:1.25rem}@media(max-width: 768px){body#information .entry .protection{gap:4.1666666667vw}}body#information .entry .protection .password{position:relative}body#information .entry .protection .password input[type=text],body#information .entry .protection .password input[type=password]{width:20rem;padding:.625rem;border:solid 1px var(--bk20);border-radius:.3125rem;outline:none;color:var(--bk);background-color:var(--wh40);transition:all .5s cubic-bezier(0.2, 1, 0.2, 1)}@media(max-width: 768px){body#information .entry .protection .password input[type=text],body#information .entry .protection .password input[type=password]{width:66.6666666667vw;padding:2.0833333333vw;border-radius:1.0416666667vw}}body#information .entry .protection .password input[type=text]:hover,body#information .entry .protection .password input[type=text]:focus,body#information .entry .protection .password input[type=password]:hover,body#information .entry .protection .password input[type=password]:focus{background-color:var(--wh70)}body#information .entry .protection .password .togglepwd{position:absolute;top:50%;right:.625rem;width:1.25rem;aspect-ratio:1/1;cursor:pointer;transform:translateY(-50%)}body#information .entry .protection .password .togglepwd::before{content:"";display:block;width:1.25rem;aspect-ratio:1/1;background-color:var(--key);-webkit-mask:url("../images/information/icon_eye.svg") no-repeat 50% 50%/contain;mask:url("../images/information/icon_eye.svg") no-repeat 50% 50%/contain}body#information .entry .protection .password .togglepwd.disable::before{background-color:var(--bk40);-webkit-mask-image:url("../images/information/icon_eye_disable.svg");mask-image:url("../images/information/icon_eye_disable.svg")}