.bn-view-pdf01.type01 .pdf-head{display: flex;justify-content: space-between;align-items: flex-end;gap: 20px;margin-bottom: 30px;}
.bn-view-pdf01.type01 .pdf-head .pdf-mark-p {font-weight: 500;font-size: 16px;line-height: 140%;letter-spacing: -0.02em;color:#111;display:flex;align-items:center;gap:5px 10px;flex-wrap: wrap;}
.bn-view-pdf01.type01 .pdf-head .pdf-mark-p a {color: #01314D;text-decoration:underline;text-underline-offset: 4px;}
.bn-view-pdf01.type01 .pdf-head .b-lang-box{display: flex;gap: 10px 40px;flex-wrap: wrap;}
.bn-view-pdf01.type01 .pdf-head .b-lang-box li{position: relative;}
.bn-view-pdf01.type01 .pdf-head .b-lang-box li + li:before{content: '';width:2px;height: 18px;background: #DBDBDB;position: absolute;left: -20px;top: 50%;transform: translatey(-50%);}
.bn-view-pdf01.type01 .pdf-head .b-lang-box li a{font-weight: 600;font-size: 18px;line-height: 140%;color: #111111;}
.bn-view-pdf01.type01 .pdf-head .b-lang-box li.active a{color: #C10230;}
.bn-view-pdf01.type01 .pdf-head .btn-box{display: flex;gap: 5px 10px;}
.bn-view-pdf01.type01 .pdf-head .btn-box > li > a{font-weight: 700;font-size: 16px;line-height: 140%;letter-spacing: 0;text-transform: uppercase;background: #01314D;border: 1px solid rgba(255, 255, 255, 0.2);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);border-radius: 50px;padding: 19px 25px;display: inline-flex;min-width: 206px;justify-content: space-between;align-items: center;gap: 5px;box-sizing: border-box;color: #fff;}
.bn-view-pdf01.type01 .pdf-head .btn-box li.btn-down a{background: #C10230;}
.bn-view-pdf01.type01 .pdf-head .btn-box li.btn-apply a:after{content:'';width: 18px;height: 20px;background: url(../img/board/ico-open.png) no-repeat center;display:inline-block;margin-top: -1px;}
.bn-view-pdf01.type01 .pdf-head .btn-box li.btn-down a:after{content:'';width: 16px;height: 16px;background: url(../img/board/ico-down.png) no-repeat center;display:inline-block;margin-top: -2px;}
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-box { position: relative; display: inline-block; min-width: 190px; user-select: none; }
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-title { display: flex; align-items: center; justify-content: space-between; padding: 16px 25px; border: 1px solid #01314D; border-radius: 9999px; color: #01314D; text-decoration: none; transition: all 0.2s ease; font-weight: 700; font-size: 20px; line-height: 140%; letter-spacing: 0; text-transform: uppercase;box-sizing: border-box;}
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-title:hover { background-color: rgba(14, 62, 87, 0.05); }
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-title::after { content: ""; display: inline-block; width: 8px; height: 8px; border-right: 2px solid #0e3e57; border-bottom: 2px solid #0e3e57; transform: rotate(45deg); transition: transform 0.2s ease; margin-left: 12px; margin-top: -3px; }
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-box.open .b-sel-title::after { transform: rotate(-135deg); margin-top: 3px; }
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-box ul { position: absolute; top: calc(100% + 3px); left: 0; right: 0; background: #ffffff; border: 1.5px solid #0e3e57; border-radius: 16px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); list-style: none; padding: 6px; max-height: 220px; overflow-y: auto; z-index: 99; display: none; }
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-box.open ul { display: block; }
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-box ul li { margin-bottom: 2px; }
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-box ul li:last-child { margin-bottom: 0; }
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-box ul li a { display: block; padding: 10px 16px; font-size: 16px; font-weight: 500; color: #333; text-decoration: none; border-radius: 10px; transition: all 0.15s ease; box-sizing: border-box;}
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-box ul li a:hover { background-color: #0e3e57; color: #ffffff; }
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-box ul li.active a { background-color: rgba(14, 62, 87, 0.1); color: #0e3e57; font-weight: bold; }
.bn-view-pdf01.type01 .pdf-wrap{display: flex;justify-content: space-between;gap: 25px;}
.bn-view-pdf01.type01 .pdf-box01{flex: 1;}
.bn-view-pdf01.type01 .pdf-box02{width: 305px;}
.bn-view-pdf01.type01 .pdf-box01 .pdf-view{width: 100%;aspect-ratio: 944 / 964;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-title{display: flex;flex-direction: column;gap: 5px;font-weight: 700;font-size: 30px;line-height: 140%;letter-spacing: -0.01em;color: #FFF;background: url(../img/board/bg-pdf.png) no-repeat center;background-size: cover;padding: 20px;border-radius: 10px 10px 0 0;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-title span{font-size: 13px;line-height: 100%;letter-spacing:-0.02em;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc{padding: 26.5px 20px;border-radius: 0 0 10px 10px;background: #f9f9f9;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc > li{border-bottom: 1px solid #EAEAEA;padding: 8px 0;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc > li:last-child{border-bottom: 0;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc > li .link a{font-weight: 700;font-size: 18px;line-height: 100%;letter-spacing: -0.025em;color: #111;background: url(../img/board/arrow.png) no-repeat center right 1px;display: block;padding:  10px 30px 10px 10px;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc > li.active .link a{background: url(../img/board/arrow-active.png) no-repeat center right;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc > li .pdf-submenu{display: none;padding: 16px 10px 10px;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc > li .pdf-submenu li a{font-weight: 600;font-size: 16px;line-height: 100%;letter-spacing: -0.025em;color: #4A4A4A;padding: 8px 0 8px 19px;display: block;position: relative;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc > li .pdf-submenu li a:before{content:'';width: 4px;height: 4px;background: #4A4A4A;border-radius: 50%;position: absolute;left:10px;top: 13px;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc > li .pdf-submenu li.active a{color: #C10230;text-decoration: underline;text-underline-offset: 2px;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc > li .pdf-submenu li.active a:before{background: #C10230;}
@media(max-width: 1024px) {
.bn-view-pdf01.type01 .pdf-head{flex-direction: column;margin-bottom: 30px;}
.bn-view-pdf01.type01 .pdf-head .b-lang-box{gap: 10px 20px;}
.bn-view-pdf01.type01 .pdf-head .b-lang-box li + li:before{left: -10px;height: 14px;width: 1px;}
.bn-view-pdf01.type01 .pdf-head .b-lang-box li a{font-size: 16px;}
.bn-view-pdf01.type01 .pdf-wrap{flex-direction: column-reverse;}
.bn-view-pdf01.type01 .pdf-box01{width: 100%;}
.bn-view-pdf01.type01 .pdf-box02{width: 100%;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-download ul li a{padding: 12px 60px 12px 25px;min-height: 48px;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box{margin: 0;}
.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc > li{padding: 6px 0;}
.bn-view-pdf01.type01 .pdf-box01 .noted-box a.acrobatreader:after{width: 35px;height: 35px;}
}
@media(max-width: 768px) {
.bn-view-pdf01.type01 .pdf-head{margin-bottom: 20px;}
.bn-view-pdf01.type01 .pdf-head .b-lang-box{justify-content: center;}
.bn-view-pdf01.type01 .pdf-head .btn-box{flex-direction: column;width: 100%;}
.bn-view-pdf01.type01 .pdf-head .btn-box li {width: 100%}
.bn-view-pdf01.type01 .pdf-head .btn-box li a{width: 100%;min-width: unset;}
.bn-view-pdf01.type01 .pdf-box01 .pdf-mark-p{flex-direction: column;}
.bn-view-pdf01.type01 .pdf-box01 .mark-p a.acrobatreader{display: inline-flex;margin-left: 0;}
.bn-view-pdf01.type01 .pdf-head .btn-box > li .b-sel-box {min-width: unset;width: 100%;}
}

.bn-view-pdf01.type01 .pdf-box02 .pdf-index-box .pdf-acc > li .link a.toPage{background-image:none;padding-right:10px;}
