@charset "utf-8";

.visually_hidden {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap
}

.pdf-cont {
    width: 1200px;
    display: flex;
    justify-content: space-between
}

.content2.pdf-cont .section01 {
    width: 820px
}

.content2.pdf-cont .section02 {
    width: 340px;
    float: right;
    margin-right: 0
}

.section01::-webkit-scrollbar {
    width: 8px
}

.section01::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 8px
}

.section01::-webkit-scrollbar-track {
    background-color: #f0f0f0
}

.pdf-cont {
    margin-bottom: 40px
}

.pdf_header {
    width: 100%;
    margin-top: 30px;
    border-bottom: 2px solid #000
}

.pdf_header:after {
    content: '';
    clear: both;
    display: block;
}

.pdf_header .pdf_title {
    float: left
}

.pdf_header .pdf_title h1 {
    float: left;
    text-align: auto;
    margin: 0;
    width: 200px;
    height: 57px;
    background: url(http://www.kyeongin.com/main/img/main_logo.png) no-repeat 0 0
}

.pdf_header .pdf_title p {
    float: left;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 40px
}

.pdf_header .pdf_title p span {
    margin-left: 10px;
    font-size: 20px;
    color: #555;
    font-weight: 400
}

.pdf_header .view_location {
    float: right;
    padding-top: 31px;
}

.pdf_header .view_location ul {
    display: flex;
    align-items: center;
    gap: 3px;
}

.pdf_header .view_location ul li {
    font-size: 16px;
    margin-left: 4px;
}

.pdf_header .view_location ul li a {
    color: #000;
}

.pdf_header .view_util ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pdf_header .view_util ul li {
    padding: 7px 15px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.pdf_header .view_util ul li.active,
.pdf_header .view_util ul li:hover {
    background: #1c3f96;
    color: #fff;
}

.pdf_header+#content {
    max-width: 1200px;
    overflow-x: auto
}

.pdf-cont .section01 {
    width: 758px;
    float: left;
    padding-right: 30px;
    border-right: 1px solid #ddd;
    position: relative;
    padding-top: 30px
}

.pdf_slider {
    margin-bottom: 30px;
    HEIGHT: 520px;
    overflow: hidden;
    position: relative
}

.pdf_item {
    position: relative;
    overflow: hidden
}

.pdf_img {
    text-align: center;
    width: 342px;
    font-size: 16px;
    color: #333;
    margin-right: 40px
}

.pdf_img img {
    width: 340px;
    height: 470px;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 15px;
    border: 1px solid #eee
}

` .pdf_img a {
    color: #333
}

.today-ky-title {
    position: absolute;
    top: 0;
    left: 372px;
    font-size: 42px;
    color: #333;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: -2px
}

.pdf_info {
    width: 415px;
    position: absolute;
    right: 0;
    bottom: 104px;
    max-height: 290px;
    overflow: hidden
}

.pdf_info p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px
}

.pdf_info ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden
}

.pdf_info ul li a {
    color: #000
}

.pdf_info ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    background: #000
}

.pdf_info ul li a:hover {
    text-decoration: underline
}

.rolling-btn {
    position: absolute;
    bottom: 48px;
    left: 434px;
    z-index: 99
}

.pdf_slider .slick-arrow,
.rolling-btn button {
    bottom: 48px;
    top: unset;
    width: 32px;
    height: 28px;
    border: 1px solid #dee6ed;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.pdf_slider .slick-prev {
    position: absolute;
    z-index: 5;
    left: 372px;
    font-size: 0;
    border-radius: 3px 0 0 3px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M2.45361 5.5L7 9.83125L5.7732 11L-7.17381e-07 5.5L5.77319 -1.31168e-07L7 1.16875L2.45361 5.5Z' fill='%231C1C1C'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

.pdf_slider .slick-next {
    position: absolute;
    z-index: 5;
    left: 403px;
    font-size: 0;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M4.54639 5.5L0 1.16875L1.2268 0L7 5.5L1.2268 11L0 9.83125L4.54639 5.5Z' fill='%231C1C1C'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

.rolling-btn button.pdf-stop {
    display: none;
    border-radius: 0 3px 3px 0;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath d='M8 14V0H12V14H8ZM0 14V0H4V14H0Z' fill='black'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: 9px;
    border: 1px solid #dee6ed
}

.rolling-btn button.pdf-play {
    display: none;
    border-radius: 0 3px 3px 0;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15' fill='none'%3E%3Cpath d='M0 0.139648V14.1396L11 7.13965L0 0.139648Z' fill='black'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: 9px;
    border: 1px solid #dee6ed
}

.rolling-btn button.pdf-play.active,
.rolling-btn button.pdf-stop.active {
    display: block
}

.paper-list-hd {
    border-bottom: 1px solid #333;
    padding: 20px 0
}

.paper-list-hd h3 {
    float: left;
    font-size: 20px;
    color: #333;
    line-height: 24px
}

.paper-view-date {
    text-align: center;
    width: 250px;
    margin: 0 auto
}

.paper-view-date button {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 1px solid #000;
}

.paper-view-date button.paper-date-prev {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M2.45361 5.5L7 9.83125L5.7732 11L-7.17381e-07 5.5L5.77319 -1.31168e-07L7 1.16875L2.45361 5.5Z' fill='%231C1C1C'/%3E%3C/svg%3E") 50% 50% no-repeat;
    display: inline-block
}

.paper-view-date button.paper-date-next {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M4.54639 5.5L0 1.16875L1.2268 0L7 5.5L1.2268 11L0 9.83125L4.54639 5.5Z' fill='%231C1C1C'/%3E%3C/svg%3E") 50% 50% no-repeat;
    display: inline-block
}

.paper-view-date button.date-prev-none {
    opacity: 0.3;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M2.45361 5.5L7 9.83125L5.7732 11L-7.17381e-07 5.5L5.77319 -1.31168e-07L7 1.16875L2.45361 5.5Z' fill='%231C1C1C'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

.paper-view-date button.date-next-none {
    opacity: 0.3;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M4.54639 5.5L0 1.16875L1.2268 0L7 5.5L1.2268 11L0 9.83125L4.54639 5.5Z' fill='%231C1C1C'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

.paper-view-date span {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    color: #333
}

.paper-list-area div {
    padding: 25px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden
}

.paper-list-area div figure {
    width: 140px;
    height: 199px;
    float: left;
    border: 1px solid #ddd;
    margin-top: 0;
    margin-left: 0;
    margin-right: 25px;
    position: relative;
    cursor: pointer
}

.paper-list-area div figure img {
    width: 140px;
    height: 199px
}

.paper-list-area div figure a {
    width: 140px;
    height: 199px;
    display: block
}

.paper-list-area div figure a:hover::before {
    content: "지면보기";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 199px;
    text-align: center
}

.paper-list-area div h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500
}

.paper-li {
    margin-top: 12px;
    overflow: hidden
}

.paper-li li {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden
}

.paper-li li:before {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    background: #000
}

.paper-li li a {
    color: #333
}

.paper-li li a:hover {
    text-decoration: underline
}

.subscribe_btn {
    cursor: pointer;
    padding: 20px;
    background: #1c3f96;
    border: 0;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    height: 54px;
    line-height: 14px;
    font-size: 15px;
    text-align: center
}

.subscribe_btn a {
    color: #fff !important
}

.copyright_wrap>*,
.service_wrap>* {
    text-align: left
}

.copyright_wrap,
.service_wrap {
    margin-top: 24px;
    overflow: hidden
}

.service_wrap h1 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding-bottom: 6px;
    width: 100%
}

.service_wrap h1::before {
    content: "";
    display: block;
    float: left;
    padding-right: 2px;
    width: 25px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23222' d='M6.625 11.563a.937.937 0 0 1 .938-.938h13.125a.938.938 0 0 1 0 1.875H7.563a.938.938 0 0 1-.938-.938Zm10.313 4.687a.938.938 0 0 0 0 1.875h3.75a.938.938 0 0 0 0-1.875h-3.75ZM16 22.813a.938.938 0 0 1 .938-.938h3.75a.938.938 0 0 1 0 1.875h-3.75a.938.938 0 0 1-.938-.938ZM7.562 16.25a.938.938 0 0 0-.937.938v5.625a.937.937 0 0 0 .938.937h5.625a.938.938 0 0 0 .937-.938v-5.625a.938.938 0 0 0-.938-.937H7.564Zm.938 5.625v-3.75h3.75v3.75H8.5ZM1 8.75A3.75 3.75 0 0 1 4.75 5H23.5a3.75 3.75 0 0 1 3.75 3.75v1.875a3.75 3.75 0 0 1 3.75 3.75v10.313a4.688 4.688 0 0 1-4.688 4.687H5.688A4.688 4.688 0 0 1 1 24.687V8.75Zm24.375 0A1.875 1.875 0 0 0 23.5 6.875H4.75A1.875 1.875 0 0 0 2.875 8.75v15.938A2.812 2.812 0 0 0 5.688 27.5h20.625a2.812 2.812 0 0 0 2.812-2.813V14.376A1.875 1.875 0 0 0 27.25 12.5v12.188a.938.938 0 0 1-1.875 0V8.75Z'/%3E%3C/svg%3E") 0 0 no-repeat;
    background-size: 20px;
}

.service_wrap ul {
    padding-left: 25px;
    padding-top: 6px
}

.service_wrap ul li {
    font-size: 15px;
    color: #555;
    overflow: hidden;
    padding-top: 4px
}

.service_wrap ul li>* {
    float: left;
    line-height: 20px
}

.service_wrap ul li div {
    width: 264px;
    font-weight: 300
}

.copyright_wrap h1 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding-bottom: 6px;
    width: 100%
}

.copyright_wrap h1::before {
    content: "";
    display: block;
    padding-right: 2px;
    float: left;
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_7446_113993)'%3E%3Cpath d='M2.93179 17.0698C1.97669 16.1474 1.21486 15.0439 0.690774 13.8239C0.166684 12.6038 -0.109178 11.2916 -0.120716 9.96385C-0.132254 8.63605 0.120763 7.31926 0.623572 6.09029C1.12638 4.86133 1.86891 3.74481 2.80784 2.80589C3.74677 1.86696 4.86328 1.12443 6.09225 0.621618C7.32121 0.11881 8.63801 -0.134207 9.9658 -0.122669C11.2936 -0.111131 12.6058 0.164731 13.8258 0.688821C15.0459 1.21291 16.1493 1.97473 17.0718 2.92984C18.8934 4.81586 19.9013 7.34188 19.8785 9.96385C19.8557 12.5858 18.8041 15.0939 16.95 16.948C15.0959 18.8021 12.5878 19.8538 9.9658 19.8766C7.34383 19.8994 4.81781 18.8914 2.93179 17.0698ZM9.00179 4.99984V10.9998H11.0018V4.99984H9.00179ZM9.00179 12.9998V14.9998H11.0018V12.9998H9.00179Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7446_113993'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat;
}

.copyright_wrap p {
    padding-top: 6px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 15px;
    color: #555;
    font-weight: 300;
    line-height: 1.3;
}

.copyright_wrap .copyright_link {
    display: block;
    width: 115px;
    padding-left: 23px;
    font-size: 14px;
    color: #333;
    font-weight: 500
}

.copyright_wrap .copyright_link .copyright_arrow {
    display: block;
    padding-bottom: 26px;
    float: right;
    width: 40px;
    height: 18px;
    background: url(../img/sprites_img2021.png) no-repeat;
    background-position: -332px -332px
}

.pdf_wrap {
    position: relative
}

.pdf_wrap .pdf_slider {
    overflow: hidden;
    position: relative
}

.pdf_wrap .pdf_slider .pdf_item {
    width: 820px;
    top: 0;
    left: 0;
    position: absolute
}

.pdf_item {
    width: 342px;
    height: 472px
}

.date_wrap p {
    padding-top: 28px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-bottom: 14px
}

.date_wrap .date {
    width: 100%;
    height: 363px;
    margin-bottom: 20px
}

.ui-datepicker {
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
    overflow: hidden !important
}

.ui-widget-header,
.ui-widget.ui-widget-content {
    border: 0 none !important
}

.ui-widget.ui-widget-content {
    border: 1px solid #ddd !important;
    border-radius: 5px !important
}

.ui-widget-content {
    margin-left: 0 !important;
    width: 340px !important;
    height: 362px !important
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    text-align: center
}

.ui-datepicker .ui-datepicker-title {
    color: #fff;
    text-align: center;
    font-size: 16px
}

.ui-datepicker .ui-datepicker-header {
    background: #1c3f96;
    padding: 5px 0 !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-radius: 0 !important
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: flex !important;
    justify-content: center;
    margin: 0 auto;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 0 none !important;
    background: #fff !important;
    border-radius: 30px;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background: #1c3f96 !important;
    color: #fff !important
}

.ui-state-default:hover {
    background: #1c3f96 !important;
    color: #fff !important
}

.ui-datepicker td {
    padding: 10px 0 !important;
    text-align: center
}

.ui-datepicker-calendar {
    width: 100%
}

.ui-datepicker-calendar thead {
    background-color: #1c3f96 !important;
    color: #fff
}

.ui-datepicker-month,
.ui-datepicker-year {
    height: 30px;
    width: 100px;
    margin: 0 3px
}

.ui-datepicker-next,
.ui-datepicker-prev {
    top: 7px !important
}

.ui-datepicker-month {
    margin-left: 10px !important
}

.pdf_title {
    font-size: 40px;
    overflow: hidden;
    padding-top: 10px;
    color: #333;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 10px
}

.today-ky-text {
    position: absolute;
    top: 0;
    left: 370px;
    font-size: 24px;
    color: #333;
    line-height: 32px
}

.today-ky-text strong {
    color: #1c3f96;
}

.ui-datepicker td a,
.ui-datepicker td span {
    padding: 0 !important
}

.ui-datepicker-prev .ui-icon-circle-triangle-w {
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M2.45361 5.5L7 9.83125L5.7732 11L-7.17381e-07 5.5L5.77319 -1.31168e-07L7 1.16875L2.45361 5.5Z' fill='%231C1C1C'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: 5px;
}

.ui-datepicker-next .ui-icon-circle-triangle-e {
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M4.54639 5.5L0 1.16875L1.2268 0L7 5.5L1.2268 11L0 9.83125L4.54639 5.5Z' fill='%231C1C1C'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: 5px;
}