*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

body {
     font-family: 'Noto Sans KR', sans-serif !important;
}

a:hover {
    text-decoration-line: none;
}
p, h3 {
    margin: 0;
}

.special-event {
    user-select: none;
}

.w1700 {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.block-img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.event-img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.section-1 {
    position: relative;
    overflow: hidden;
    background-color: #003c80;
    text-align: center;
}
.s1-title {
    position: absolute;
    top: 14.8%;
    width: 46%;
    max-width: 939px;
    left: 0;
    right: 0;
    margin: 0 auto;

    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.6s, opacity .6s ;
    transition-delay: .1s;
    animation-timing-function:cubic-bezier(0.8, 0, 1, 0.5);
}
@keyframes title {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.section-1 .kjw-link {
    position: absolute;
    top: 62.9%;
    left: 25%;
    max-width: 293px;
    width: 15%;
}

.section-2 {
    overflow: hidden;
    background-color: #2d304e;
    background: linear-gradient(90deg, #2d304e, #31425e);
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.s2-1 {
    position: absolute;
    top: 16%;
    left: 21%;
    max-width: 369px;
    width: 21.8%;

    opacity: 0;
    transform: translateX(-30px);
    transition: transform 0.8s, opacity .6s ;
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
}

.s2-2 {
    position: absolute;
    top: 16%;
    right: 21%;
    max-width: 289px;
    width: 17%;

    opacity: 0;
    transform: translateX(30px);
    transition: transform 0.8s, opacity .6s ;
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
    transition-delay: .5s;
}

.s2-3 {
    position: absolute;
    top: 68%;
    left: 21%;
    max-width: 433px;
    width: 25.5%;

    opacity: 0;
    transform: translateX(-30px);
    transition: transform 0.8s, opacity .6s ;
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
}

.s2-4 {
    position: absolute;
    top: 68%;
    right: 21%;
    max-width: 359px;
    width: 21.2%;

    opacity: 0;
    transform: translateX(30px);
    transition: transform 0.8s, opacity .6s ;
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
    transition-delay: .5s;
}

.section-video {
    overflow: hidden;    
    background-color: #ffffff;
    padding: 100px 15px;
}
.video-wrap {
    text-align: center;
    margin: 0;
}
.video-wrap iframe {
    width: 100%;
    max-width: 800px;
    height: 450px;
}

.section-3 {
    overflow: hidden;    
    background-color: #e6f9ff;
    padding: 0 0 100px;
}
.s3-title-wrap {
    max-width: 840px;
    margin: 0 auto;
}
.s3-1 {
    margin-left: 0;
    max-width: 840px;
    width: 100%;
}

.section-4 {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    margin: 0 auto;
}

.section-5 {
    position: relative;
    overflow: hidden;
    background-color: #232a30;
    padding: 40px 0 100px;
}
.s5-title-wrap {
    max-width: 810px;
    margin: 0 auto;
    position: relative;
}
.s5-title-wrap img {
    width: 100%;
}
.section-5 .kjw-link-2 {
    position: absolute;
    top: 35.3%;
    left: 75%;
    max-width: 243px;
    width: 35%;
    z-index: 10003;
}

.section-6 {
    position: relative;
    overflow: hidden;
    background-color: #0825a6;
}

.btn-1 {
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: 84.5%;
    left: 23.1%;
    width: 54.1%;
    height: 8.3%;
}
.bx-wrapper {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0 auto;
}

.review-wrapper .bx-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px; /* 그라데이션 영역 너비 */
  pointer-events: none; /* 클릭 차단 */
  right: 0;
  background: linear-gradient(to left, rgba(230, 249, 255, 1), rgba(255, 255, 255, 0));
}
.bx-wrapper .bx-controls-direction a {
    height: 53px;
    width: 34px;
    margin-top: -26px;
}
.section-3 .bx-wrapper .bx-next {
    background: url(../img/right.png) no-repeat;
    right: -50px;
}
.section-3 .bx-wrapper .bx-prev {
    background: url(../img/left.png) no-repeat;
    left: -50px;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: 0;
}

.slider-1 .list {
    margin: 0 7px;
    overflow: visible;
}
.slider-1 img {
    pointer-events: none;
    user-select: none;
}

.slider-2-wrapper .bx-viewport {
    overflow: visible !important;
}
.slider-2 .list {
    position: relative;
}
.slider-2 .list .list-new-1 {
    position: absolute;
    top: -6%;
    left: 46%;
    max-width: 397px;
    width: 47%;
    z-index: 9999;
}
.slider-2 .list .list-new-2 {
    position: absolute;
    top: -1.5%;
    left: 40%;
    max-width: 458px;
    width: 50%;
    z-index: 9999;
}
.slider-2 .list .list-new-3 {
    position: absolute;
    top: -4.3%;
    left: 50%;
    max-width: 357px;
    width: 40%;
    z-index: 9999;
}

.report-box {
    height: 165px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250%;
}
.new-r1 { background-image: url(../img/report/new-1.jpg); }
.new-r2 { background-image: url(../img/report/new-2.webp); }
.new-r3 { background-image: url(../img/report/new-3.png); }
.new-r4 { background-image: url(../img/report/new-4-1.jpg); }
.new-r5 { background-image: url(../img/report/new-5.jpg); }
.r1 { background-image: url(../img/report/1.png); }
.r2 { background-image: url(../img/report/2.png); }
.r3 { background-image: url(../img/report/3-3.jpg); }
.r4 { background-image: url(../img/report/4.png); }
.r5 { background-image: url(../img/report/5.jpg); }
.r6 { background-image: url(../img/report/6.png); }
.r7 { background-image: url(../img/report/7-1.jpg); }
.r8 { background-image: url(../img/report/8.png); }
.r9 { background-image: url(../img/report/9.jpg); }
.r10 { background-image: url(../img/report/10.jpg); }
.r11 { background-image: url(../img/report/11.png); }
.r12 { background-image: url(../img/report/12.png); }
.r13 { background-image: url(../img/report/13.png); }
.r14 { background-image: url(../img/report/14.png); }
.r15 { background-image: url(../img/report/15.jpg); }
.r16 { background-image: url(../img/report/16.jpg); }
.r17 { background-image: url(../img/report/17.jpg?2); }
.r18 { background-image: url(../img/report/18.jpg); }
.r19 { background-image: url(../img/report/19.jpg); }


.section-5 .bx-wrapper .bx-next {
    background: url(../img/right-w.png) no-repeat;
    right: -50px;
}
.section-5 .bx-wrapper .bx-prev {
    background: url(../img/left-w.png) no-repeat;
    left: -50px;
}
.section-5 .bx-wrapper .bx-pager, .section-5 .bx-wrapper .bx-controls-auto {
    bottom: 4%;
}
.section-5 .bx-wrapper .bx-viewport {
    
}

.section-5 .book-tip-wrap {
    max-width: 810px;
    text-align: left;
    margin: 25px auto 0;
}
.section-5 .book-tip-wrap img {
    margin: 0;
    width: 100%;
}

.r-bottom {
    background-color: #003c80;
    color: #ffffff;
    word-break: keep-all;
    padding: 15px;
}
.r-bottom p {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.8;
    text-align: left;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.r-bottom a {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 10px 0 0;
    letter-spacing: -1px;
}

.popup-box {
    text-align: left;
    margin: 150px auto;
    padding: 30px 40px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 9002;
    width: 90%;
    max-width: 900px;
    height: 65vh;
    max-height: 960px;
}

.popup-box h2 {
    font-size: 26px;
    color: #1E5CC3;
}
.popup-box .popup-career {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.5;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}
.popup-box .popup-career .switch-pt-career {
    font-weight: 500;
}
.popup-box .popup-career i {
    color: #1E5CC3;
    font-style: normal;
}
.popup-box .popup-content {
    font-size: 18px;
    overflow-y: scroll;
    height: 80%;
    letter-spacing: -0.8px;
    line-height: 1.6;
    color: #333;
}
.popup-box .popup-content .question {
    display: block;
    margin-bottom: 5px;
    color: #003c80;
    font-weight: 500;
}

.popup-box .close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #333;
}

.overlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    color: white;
	z-index: 10002;
}
.overlay:target {
    display: flex; /* 팝업을 화면에 표시 */
}

.close-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9001;
}

.popup-box .close:hover {
	color: #06D85F;
}

.m-list {
    display: none;
    text-align: left;
}
.m-list img {
    width: 100%;
    max-width: 840px;
    display: block;
}
.m-list img.list-new-1 {
    max-width: 397px;
    width: 70%;
    margin: 0;
}
.m-list img.list-new-2 {
    max-width: 458px;
    width: 81%;
    margin: 0;
}
.m-list img.list-new-3 {
    max-width: 357px;
    width: 63%;
    margin: 0;
}

@media(min-width:2000px) {
    .w1700 {
        max-width: 1900px;
    }
}

@media(max-width:1500px) {
    .section-4 .block-img {
        width: 140%;
        margin-left: -20%;
    }
}

@media(max-width:991px) {
    .section-1 .block-img {
        width: 180%;
        margin-left: -40%;
    }
    .section-2 .block-img {
        width: 170%;
        margin-left: -35%;
    }
    .section-3 .block-img {
        width: 160%;
        margin-left: -30%;
    }
    .section-4 .block-img {
        width: 180%;
        margin-left: -42.5%;
    }
    
    .section-5 .block-img {
        width: 158%;
        margin-left: -29.5%;
    }

    .s3-title-wrap {
        margin: 0 10px;
    }

    .s1-title {
        top: 15%;
        width: 86%;
        transform: translateY(10px);
    }
    .section-1 .kjw-link {
        left: 7%;
        width: 27%;
    }
    
    .s2-1 {
        top: 16%;
        left: 8%;
        width: 29.4%;
        transform: translateX(-20px);
    }
    
    .s2-2 {
        top: 16%;
        right: 8%;
        width: 23%;
        transform: translateX(20px);
    }
    
    .s2-3 {
        top: 68%;
        left: 8%;
        width: 32.8%;
        transform: translateX(-20px);
    }
    
    .s2-4 {
        top: 68%;
        right: 8%;
        width: 27.2%;
        transform: translateX(20px);
    }
    .section-video {
        overflow: hidden;
        background-color: #ffffff;
        padding: 10% 15px;
    }
    .report-box {
        background-size: 320%;
    }
    .r-bottom p {
        font-size: 2vw;
    }
    .r-bottom a {
        font-size: 4vw;
    }
    .section-3 {
        padding: 0 0 12%;
    }
    .section-3 .bx-wrapper .bx-next {
        right: 10px;
        top: 19%;
        width: 20px;
        background-size: 100%;
        background-position: 0;
    }
    .section-3 .bx-wrapper .bx-prev {
        left: 10px;
        top: 19%;
        width: 20px;
        background-size: 100%;
        background-position: 0;
    }
    .section-5 {
        padding: 0 15px 18%;
    }
    .s5-title-wrap {
        margin: 0;
        text-align: left;
    }
    .s5-title-wrap img {
        width: 90%;
    }
    .section-5 .kjw-link-2 {
        top: 33.5%;
        left: 69%;
        width: 31%;
    }

    .section-5 .bx-wrapper .bx-next {
        right: 10px;
    }
    .section-5 .bx-wrapper .bx-prev {
        left: 10px;
    }
    .section-5 .book-tip-wrap {
        margin: 15px 0 0;
    }

    .m-list {
        display: block;
    }
    .slider-2-wrapper {
        display: none;
    }
}

@media(max-width:720px) {
    .video-wrap {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.5%;
        max-width: 720px;
    }
    .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .r-bottom p {
        font-size: 3.2vw;
    }
    .popup-box {
        padding: 20px 25px;
    }
    .popup-box h2 {
        font-size: 22px;
    }
    .popup-box .popup-career {
        font-size: 15px;
    }
    .popup-box .popup-content {
        font-size: 15px;
    }
    .section-5 .bx-wrapper .bx-next {
        display: none;
    }
    .section-5 .bx-wrapper .bx-prev {
        display: none;
    }
    
}

/*waypoints*/
.active{
    opacity: 1;
    transform: translateY(0) scale(1);
    transform: translateX(0);
}