@charset "UTF-8";

.main_title_area {display: flex; justify-content: space-between; align-items: center;}
.main_title_area .title {font-weight: 700; font-size: 36px; line-height: 40px; color: #333333;}
.main_title_area .title2 {font-weight: 700; font-size: 32px; line-height: 40px; color: #333333;}
.main_title_area .title .txt {margin: 0 0 0 20px; font-weight: 400; font-size: 16px; line-height: 1; color: #888888; vertical-align: bottom;}
.main_title_area .more_btn {}
.main_title_area .more_btn img {transition: all 0.3s;}
.main_title_area .more_btn:hover img, .main_title_area .more_btn:focus img {transform: rotate(180deg)}
.main_title_area.white .title2 {color: #fff;}

.sec01 {position: relative;}
.sec01 .main_visual_area {height: 100%;}
.sec01 .main_visual_area .main_slide {height: 100%;}
.sec01 .main_visual_area .main_slide .list {}
.sec01 .main_visual_area .main_slide .list li {overflow: hidden;}
.sec01 .main_visual_area .main_slide .list li .box {position: relative; height: 100dvh;}
.sec01 .main_visual_area .main_slide .list li .box .text_box {position: absolute; top: 50%; left: calc((100% - 1520px) / 2); transform: translateY(-50%); max-width: 760px; margin: 0 auto;}
.sec01 .main_visual_area .main_slide .list li .box .text_box .title {font-family: "Noto Sans KR"; font-weight: 400; font-size: 62px; line-height: 76px; color: #ffffff; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);}
.sec01 .main_visual_area .main_slide .list li .box .text_box .text {margin: 20px 0 0; font-family: "Noto Sans KR"; font-weight: 400; font-size: 18px; line-height: 26px; color: #ffffff; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);}
.sec01 .main_visual_area .main_slide .list li .box .bg_img_box img {position: absolute; top: 50%; left: 50%; width: auto; min-width: 100%; max-width: none; height: auto; min-height: 100%; transform: translate(-50%, -50%) scale(1.1); transition: 6s ease;}
.sec01 .main_visual_area .main_slide .list li .box .bg_img_box video {position: absolute; top: 50%; left: 50%; width: auto; min-width: 100%; max-width: none; height: auto; min-height: 100%; transform: translate(-50%, -50%) scale(1.1); transition: 6s ease; }
.sec01 .main_visual_area .main_slide .list li.swiper-slide-active .box .bg_img_box video {transform: translate(-50%, -50%) scale(1)}
.sec01 .main_visual_area .main_slide .list li.swiper-slide-active .box .bg_img_box img {transform: translate(-50%, -50%) scale(1)}
.sec01 .main_visual_area .visual_nav {display: flex; gap: 0 25px; position: absolute; left:50%; transform: translateX(-50%); top: calc(50% + 170px); width: 100%; max-width: 1520px; z-index: 12;}
.sec01 .main_visual_area .visual_nav .btn {display: inline-block; width: 7px; height: 11px; background-position: center; background-repeat: no-repeat;}
.sec01 .main_visual_area .visual_nav .btn.prev {background-image: url("/eng/images/main/main_prev_btn.png");}
.sec01 .main_visual_area .visual_nav .btn.next {background-image: url("/eng/images/main/main_next_btn.png");}
.sec01 .main_visual_area .visual_nav .dot_box {display: flex; gap: 0 10px;}
.sec01 .main_visual_area .visual_nav .dot_box .swiper-pagination-bullet {width: 12px; height: 12px; border-radius: 6px; border: 1px solid #fff; background-color: inherit; cursor: pointer; opacity: 1;}
.sec01 .main_visual_area .visual_nav .dot_box .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 35px; background-color: #ffffff; }

.sec01 .event_area {position: absolute; top: 50%; right: calc((100% - 1520px) / 2); transform: translateY(-50%); max-width: 610px; padding: 30px; border: 1px solid #1a2236; background-color: rgba(26, 34, 54, 0.7); z-index: 2;}
.sec01 .event_area .event_slide {position: relative; overflow: hidden;}
.sec01 .event_area .event_slide .list {}
.sec01 .event_area .event_slide .list li {}
.sec01 .event_area .event_slide .list li .box {display: flex; justify-content: space-between; gap: 0 30px;}
.sec01 .event_area .event_slide .list li .box .text_box {}
.sec01 .event_area .event_slide .list li .box .text_box .sort {margin: 0 0 15px; font-weight: 500; font-size: 18px; line-height: 28px; color: #a2dfff;}
.sec01 .event_area .event_slide .list li .box .text_box .title {margin: 0 0 5px; font-weight: 700; font-size: 23px; line-height: 28px; color: #ffffff; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all;}
.sec01 .event_area .event_slide .list li .box .text_box .text {font-weight: 400; font-size: 15px; line-height: 22px; color: #fff; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-break: break-all;;}
.sec01 .event_area .event_slide .list li .box .text_box .date {margin: 15px 0 0; font-weight: 400; font-size: 15px; line-height: 22px; color: #fff;}
.sec01 .event_area .event_slide .list li .box .img_box {width: 170px; flex-shrink: 0;}
.sec01 .event_area .event_slide .list li .box .img_box .img_inner {position: relative; padding: 0 0 147.06%;}
.sec01 .event_area .event_slide .list li .box .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.sec01 .event_area .event_nav {display: flex; align-items: center; gap: 0 15px; position: absolute; left: 0; bottom: 0; z-index: 3;}
.sec01 .event_area .event_nav .btn {display: inline-block; width: 7px; height: 11px; background-position: center; background-repeat: no-repeat;}
.sec01 .event_area .event_nav .btn.prev {background-image: url("/eng/images/main/event_prev_btn.png");}
.sec01 .event_area .event_nav .btn.next {background-image: url("/eng/images/main/event_next_btn.png");}
.sec01 .event_area .event_nav .num_box {display: flex; gap: 0 5px; font-weight: 300; font-size: 15px; line-height: 22px; color: #ffffff;}
.sec01 .event_area .event_nav .num_box .current {font-weight: 700;}
.sec01 .event_area .event_nav .num_box .total {}
.sec01 .event_area .event_nav .play_pause {}
.sec01 .event_area .event_nav .play_pause .play {display: none; width: 8px; height: 11px; background: url("/eng/images/main/icon_play.png") no-repeat center / contain;}
.sec01 .event_area .event_nav .play_pause .pause {display: none; width: 8px; height: 11px; background: url("/eng/images/main/icon_pause.png") no-repeat center / contain;}
.sec01 .event_area .event_nav .play_pause button.on {display: block;}

.sec01 .report_area {display: flex; position: absolute; left: 50%; transform: translateX(-50%); bottom: 70px; width: 100%; max-width: 1070px; height: 60px; z-index: 2;}
.sec01 .report_area .title_box {flex-shrink: 0; width: 185px; padding: 5px;background-color: #2d5797; text-align: center;}
.sec01 .report_area .title_box .title {display: inline-block; align-content: center; height: 100%; padding: 0 0 0 30px; background: url("/eng/images/main/report_icon.png") no-repeat left center; font-weight: 500; font-size: 16px; line-height: 24px; color: #ffffff;}
.sec01 .report_area .report_slide {width: 100%; overflow: hidden; padding: 0 30px; background-color: #fff;}
.sec01 .report_area .report_slide .list {}
.sec01 .report_area .report_slide .list li {}
.sec01 .report_area .report_slide .list li .box {}
.sec01 .report_area .report_slide .list li .box .box_inner {display: flex; justify-content: space-between;}
.sec01 .report_area .report_slide .list li .box .box_inner .title {font-weight: 400; font-size: 16px; line-height: 60px; color: #222222; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all;;}
.sec01 .report_area .report_slide .list li .box .box_inner .title .sort {color: #2d5797;}
.sec01 .report_area .report_slide .list li .box .box_inner .date {flex-shrink: 0; width: 170px; font-weight: 400; font-size: 16px; line-height: 60px; color: #999999; text-align: right;}
.sec01 .report_area .report_nav {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 65px; flex-shrink: 0; background-color: #222222;}
.sec01 .report_area .report_nav:before {display: block; content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 14px; height: 1px; background-color: #919191;}
.sec01 .report_area .report_nav .btn {display: block; width: 14px; height: 9px; background-position: center; background-repeat: no-repeat;}
.sec01 .report_area .report_nav .btn.prev {margin: 0 0 12px; background-image: url("/eng/images/main/report_prev.png");} 
.sec01 .report_area .report_nav .btn.next {background-image: url("/eng/images/main/report_next.png");}

.sec02 {padding: 40px 0; border-bottom: 1px solid #e5e5e5;}
.sec02 .list {display: flex; gap: 0 25px;}
.sec02 .list li {width: 100%;}
.sec02 .list li .box {display: block; padding: 5px; border: 1px solid #e5e5e5;}
.sec02 .list li .box .box_inner {display: flex; gap: 0 30px; height: 80px; align-items: center; justify-content: center;}
.sec02 .list li .box .box_inner .img_box {display: inline-block; position: relative; width: 100%; padding: 0 0 80px;}
.sec02 .list li .box .box_inner .img_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.sec02 .list li .box:hover, .sec02 .list li .box:focus {border-color: #004193}


.sec03 {padding: 100px 0;}
.sec03 .research_nav {display: none; gap: 0 5px; align-items: center;}
.sec03 .research_nav .btn {display: block; width: 29px; height: 29px; background-position: center; background-size: contain; background-repeat: no-repeat;}
.sec03 .research_nav .btn.prev {background-image: url("/eng/images/main/research_prev_btn.png");} 
.sec03 .research_nav .btn.next {background-image: url("/eng/images/main/research_next_btn.png");}
.sec03 .research_area {margin: 20px 0 0;}
.sec03 .research_area .research_slide {}
.sec03 .research_area .research_slide .list {}
.sec03 .research_area .research_slide .list li {position: relative; padding: 0 0 24px; width: 100%; max-width: 400px; transition: all 0.5s;}
.sec03 .research_area .research_slide .list li:before {display: block; content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #dddddd;}
.sec03 .research_area .research_slide .list li:hover:before, .sec03 .research_area .research_slide .list li:focus:before {height: 3px; background-color: #014491;}
.sec03 .research_area .research_slide .list li .box {display: flex; flex-direction: column; justify-content: space-between;}
.sec03 .research_area .research_slide .list li .box .box_inner {}
.sec03 .research_area .research_slide .list li .box .box_inner .img_box {}
.sec03 .research_area .research_slide .list li .box .box_inner .img_box .img_inner {position: relative; padding: 0 0 70%;}
.sec03 .research_area .research_slide .list li .box .box_inner .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.sec03 .research_area .research_slide .list li .box .box_inner .text_box {margin: 20px 0 0;}
.sec03 .research_area .research_slide .list li .box .box_inner .text_box .sort {width: 70px; margin: 0 0 20px; background-color: #30a9bb; font-weight: 500; font-size: 14px; line-height: 25px; color: #ffffff; text-align: center;}
.sec03 .research_area .research_slide .list li .box .box_inner .text_box .title {height: 48px; font-weight: 400; font-size: 18px; line-height: 24px; color: #333333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
.sec03 .research_area .research_slide .list li .box .box_inner .text_box .date {margin: 10px 0 0; font-weight: 400; font-size: 18px; line-height: 24px; color: #2d5797;}

.sec04 {padding: 45px 0 150px;}
.sec04 .notice_area {}
.sec04 .notice_area > .list {display: flex; gap: 0 60px;}
.sec04 .notice_area > .list > li {width: 100%;}
.sec04 .notice_area > .list > li > .box {}
.sec04 .notice_area > .list > li > .box .main_title_area {}
.sec04 .notice_area > .list > li > .box .info_box {margin: 20px 0 0;}
.sec04 .notice_area > .list > li > .box .info_box .main_news_box {}
.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box {display: flex; align-items: center; gap: 0 25px;}
.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box {width: 90px;height: 90px; flex-shrink: 0; border: 5px solid #dddddd; text-align: center;}
.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box .date_inner {display: flex; justify-content: center; flex-direction: column; height: 100%;}
.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box .date_inner .date {font-weight: 700; font-size: 38px; line-height: 40px; color: #014491;}
.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box .date_inner .month {font-weight: 400; font-size: 15px; line-height: 20px; color: #888888;}
.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .text_box {}
.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .text_box .title {font-weight: 400; font-size: 19px; line-height: 28px; color: #333333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
.sec04 .notice_area > .list > li > .box .info_box .news_list_box {margin: 30px 0 0;}
.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list {}
.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li {margin: 12px 0 0;}
.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li:first-child {margin: 0;}
.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li .box {display: flex; justify-content: space-between; gap: 0 30px;}
.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li .box .tit {display: inline-block; position: relative; padding: 0 0 0 12px; font-weight: 400; font-size: 17px; line-height: 26px; color: #888888; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all;}
.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li .box .tit:before {display: block; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background-color: #888888;}
.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li .box .date {flex-shrink: 0; width: 80px; font-family: "Noto Sans KR"; font-weight: 400; font-size: 17px; line-height: 26px; color: #014491;}


.sec05 {padding: 110px 0 160px; background: url("/eng/images/main/sec05_bg.jpg") no-repeat center / cover;}
.sec05 .main_title_area {}
.sec05 .dataroom_area {margin: 15px 0 0;}
.sec05 .dataroom_area .list {display: flex; gap: 0 18px;}
.sec05 .dataroom_area .list li {width: 100%;}
.sec05 .dataroom_area .list li .box {display: block;}
.sec05 .dataroom_area .list li .box .img_box {padding: 9px; border: 1px solid #8ea2ce; background-color: #fff;}
.sec05 .dataroom_area .list li .box .img_box .img_inner {position: relative; padding: 0 0 142.12%;}
.sec05 .dataroom_area .list li .box .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.sec05 .dataroom_area .list li .box .text_box {margin: 10px 0 0;}
.sec05 .dataroom_area .list li .box .text_box .title {font-weight: 400; font-size: 18px; line-height: 24px; color: #ffffff; text-align: center; }












@media screen and (max-width: 1520px) {
	.sec01 .main_visual_area .main_slide .list li .box .text_box {left: 0; max-width: 700px; padding: 0 10px;}
	.sec01 .event_area {right: 10px;}
	.sec01 .main_visual_area .visual_nav {padding: 0 10px;}
}

@media screen and (max-width: 1400px) {

	.main_title_area .title {font-size: 30px; line-height: 34px;}
	.main_title_area .title2 {font-size: 26px; line-height: 30px;}
	.main_title_area .title .txt {margin: 0 0 0 10px; font-size: 14px; vertical-align: initial;	}

	.sec01 .main_visual_area .main_slide .list li .box {height: 650px;}
	.sec01 .main_visual_area .main_slide .list li .box .text_box {max-width: 530px;}
	.sec01 .main_visual_area .main_slide .list li .box .text_box .title {font-size: 50px; line-height: 55px;}
	.sec01 .main_visual_area .main_slide .list li .box .text_box .text {font-size: 16px; line-height: 24px;}
	.sec01 .main_visual_area .main_slide .list li .box .bg_img_box video {height: 650px;}
	.sec01 .main_visual_area .visual_nav {gap: 0 10px; top: calc(50% + 120px);}
	.sec01 .main_visual_area .visual_nav .dot_box {gap: 0 5px;}
	.sec01 .main_visual_area .visual_nav .dot_box .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 24px;}
	.sec01 .main_visual_area .visual_nav .dot_box .swiper-pagination-bullet {width: 10px; height: 10px;}
	.sec01 .event_area {max-width: 530px; padding: 20px;}
	.sec01 .event_area .event_slide .list li .box {gap: 0 10px;}
	.sec01 .event_area .event_slide .list li .box .text_box .sort {margin: 0 0 10px; font-size: 16px; line-height: 24px;}
	.sec01 .event_area .event_slide .list li .box .text_box .title {font-size: 20px; line-height: 24px;}
	.sec01 .event_area .event_slide .list li .box .text_box .text {font-size: 14px; line-height: 20px;}
	.sec01 .event_area .event_slide .list li .box .text_box .date {font-size: 14px; line-height: 20px;}
	.sec01 .event_area .event_nav .num_box {font-size: 14px; line-height: 20px;}
	.sec01 .report_area {bottom: 50px; height: 50px;}
	.sec01 .report_area .title_box {width: 160px;}
	.sec01 .report_area .report_slide .list li .box .box_inner .title {line-height: 50px;}
	.sec01 .report_area .report_slide .list li .box .box_inner .date {line-height: 50px;}
	.sec01 .report_area .report_nav {width: 50px; height: 50px;}

	.sec02 {padding: 30px 0;}
	.sec02 .list {gap: 0 20px;}
	.sec02 .list li .box .box_inner {gap: 0 20px; height: 70px;}
	.sec02 .list li .box .box_inner .img_box {padding:  0 0 70px;}
	
	.sec03 {padding: 80px 0;}
	.sec03 .research_area {margin: 15px 0 0;}
	.sec03 .research_area .research_slide {overflow: hidden;}
	.sec03 .research_area .research_slide .list li {max-width: 100%; padding: 0 0 20px;}
	.sec03 .research_area .research_slide .list li .box .box_inner .text_box .sort {width: 60px; margin: 0 0 10px;}
	.sec03 .research_area .research_slide .list li .box .box_inner .text_box .title {height: 40px; font-size: 16px; line-height: 20px;}
	.sec03 .research_area .research_slide .list li .box .box_inner .text_box .date {font-size: 16px; line-height: 20px;}

	.sec04 {padding: 30px 0 100px;}
	.sec04 .notice_area > .list {gap: 0 30px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box {gap: 0 15px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .text_box .title {font-size: 18px; line-height: 24px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box {width: 80px; height: 80px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box .date_inner .date {font-size: 30px;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box {margin: 20px 0 0;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li {margin: 10px 0 0;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li .box .tit {font-size: 16px; line-height: 24px;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li .box .date {font-size: 16px; line-height: 24px;}

	.sec05 {padding: 80px 0 100px;}
	.sec05 .dataroom_area .list {gap: 0 15px;}
	.sec05 .dataroom_area .list li .box .text_box .title {font-size: 16px; line-height: 20px;}
}

@media screen and (max-width: 1080px) {
	.main_title_area .title {font-size: 24px; line-height: 30px;}
	.main_title_area .title2 {font-size: 20px; line-height: 26px;}
	.main_title_area .title .txt {display: block; margin: 5px 0 0; font-size: 14px;}
	.main_title_area .more_btn.big img {width: 30px;}

	.sec01 .main_visual_area .main_slide .list li .box .text_box {max-width: 420px;}
	.sec01 .main_visual_area .main_slide .list li .box .text_box .title {font-size: 34px; line-height: 40px;}
	.sec01 .main_visual_area .main_slide .list li .box .text_box .text {margin: 15px 0 0; font-size: 14px; line-height: 20px;}
	.sec01 .main_visual_area .visual_nav {top: calc(50% + 100px);}
	.sec01 .event_area {max-width: 330px; padding: 10px;}
	.sec01 .event_area .event_slide .list li .box .img_box {width: 120px;}
	.sec01 .event_area .event_slide .list li .box .text_box .sort {margin: 0 0 6px; font-size: 14px; line-height: 20px;}
	.sec01 .event_area .event_slide .list li .box .text_box .title {font-size: 18px; line-height: 20px;}
	.sec01 .event_area .event_slide .list li .box .text_box .text {font-size: 12px; line-height: 16px; -webkit-line-clamp: 3}
	.sec01 .event_area .event_slide .list li .box .text_box .date {margin: 10px 0 0; font-size: 12px; line-height: 18px;}
	.sec01 .event_area .event_nav {gap: 0 10px;}
	.sec01 .event_area .event_nav .num_box {font-size: 12px; line-height: 14px;}
	.sec01 .report_area {width: 98%; max-width: 100%; bottom: 30px; height: 40px;}
	.sec01 .report_area .title_box {width: 130px;}
	.sec01 .report_area .title_box .title {padding: 0 0 0 20px; background-size: 16px auto; font-size: 14px; line-height: 16px;}
	.sec01 .report_area .report_slide {padding: 0 10px;}
	.sec01 .report_area .report_slide .list li .box .box_inner .title {font-size: 14px; line-height: 40px;}
	.sec01 .report_area .report_slide .list li .box .box_inner .date {width: 120px; font-size: 14px; line-height: 40px;}
	.sec01 .report_area .report_nav {width: 40px; height: 40px;}

	.sec02 {padding: 20px 0;}
	.sec02 .list {gap: 0 10px;}
	.sec02 .list li .box .box_inner {gap: 0 10px; height: 60px;}
	.sec02 .list li .box .box_inner .img_box {padding: 0 0 60px;}


	.sec03 {padding: 60px 0;}
	.sec03 .research_nav {display: flex;}
	.sec03 .research_area {margin: 10px 0 0;}
	.sec03 .research_area .research_slide .list li {padding: 0 0 15px;}
	.sec03 .research_area .research_slide .list li .box .box_inner .text_box {margin: 10px 0 0;}
	.sec03 .research_area .research_slide .list li .box .box_inner .text_box .sort {width: 50px; margin: 0 0 6px; font-size: 12px; line-height: 20px;}
	.sec03 .research_area .research_slide .list li .box .box_inner .text_box .title {height: 36px; font-size: 14px; line-height: 18px;}
	.sec03 .research_area .research_slide .list li .box .box_inner .text_box .date {font-size: 14px; line-height: 18px;}


	.sec04 {padding: 20px 0 60px;}
	.sec04 .notice_area > .list {gap: 0 20px;}
	.sec04 .notice_area > .list > li > .box .info_box {margin: 10px 0 0;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box {gap: 0 10px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .text_box .title {font-size: 16px; line-height: 20px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box {width: 70px; height: 70px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box .date_inner .date {font-size: 24px; line-height: 30px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box .date_inner .month {font-size: 14px; line-height: 18px;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box {margin: 10px 0 0;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li {margin: 6px 0 0;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li .box {gap: 0 10px;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li .box .tit {padding: 0 0 0 6px; font-size: 14px; line-height: 20px;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li .box .tit:before {width: 4px; height: 4px;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li .box .date {width: 70px; font-size: 14px; line-height: 20px;}

	
	.sec05 {padding: 40px 0 60px;}
	.sec05 .dataroom_area {margin: 10px 0 0;}
	.sec05 .dataroom_area .list {gap: 0 10px;}
	.sec05 .dataroom_area .list li .box .text_box {margin: 6px 0 0;}
	.sec05 .dataroom_area .list li .box .text_box .title {font-size: 14px; line-height: 18px;}
	







}

@media screen and (max-width: 767px) {
	.main_title_area .title {font-size: 20px; line-height: 24px;}
	.main_title_area .more_btn.big img {width: 26px;}
	.sec01 .main_visual_area .main_slide .list li .box .text_box {max-width: 100%; transform: translateY(-50%); top: 180px;}
	.sec01 .main_visual_area .main_slide .list li .box .text_box .title {font-size: 24px; line-height: 30px;}
	.sec01 .main_visual_area .main_slide .list li .box .text_box .text {margin: 10px 0 0; line-height: 18px;}
	.sec01 .main_visual_area .visual_nav {top: 260px;}
	.sec01 .event_area {width: 98%; max-width: 100%; top: 300px; right: inherit; left: 50%; transform: translateX(-50%)}
	.sec01 .event_area .event_slide .list li .box .text_box .title {font-size: 16px;}
	.sec01 .event_area .event_slide .list li .box .text_box .text {-webkit-line-clamp: 2;}
	.sec01 .event_area .event_slide .list li .box .text_box .date {margin: 6px 0 0;}
	.sec01 .event_area .event_slide .list li .box .img_box {width: 90px;}
	.sec01 .event_area .event_nav .play_pause .pause {width: 6px; height: 10px;}
	.sec01 .event_area .event_nav .play_pause .play {width: 6px; height: 10px;}
	.sec01 .event_area .event_nav .btn {width: 6px; height: 9px; background-size: contain;}
	

	.sec01 .report_area {position: initial; transform: translateX(0); width: 100%; margin: 0 auto; border-bottom: 1px solid #ddd; flex-wrap: wrap; height: auto;}
	.sec01 .report_area .title_box {width: 100%; padding: 10px 5px;}
	.sec01 .report_area .title_box .title {padding: 0 0 0 16px; background-size: 14px auto; line-height: 18px;}
	.sec01 .report_area .title_box .title br {display: none;}
	.sec01 .report_area .report_slide {width: calc(100% - 40px); height: 40px;}
	.sec01 .report_area .report_slide .list li .box .box_inner .date {width: 90px;}
	.sec01 .report_area .report_nav .btn {width: 10px; background-size: contain;}

	.sec02 {padding: 15px 0;}
	.sec02 .list {gap: 5px; flex-wrap: wrap;}
	.sec02 .list li {width: calc(50% - 2.5px);}
	.sec02 .list li .box .box_inner {gap: 0 10px; height: 50px;}
	.sec02 .list li .box .box_inner .img_box {gap: 0 10px; padding: 0 0 50px;}


	.sec03 {padding: 40px 0;}
	.sec03 .research_area .research_slide .list li .box .box_inner .text_box .date {margin: 6px 0 0;}

	.sec04 {padding: 0 0 40px;}
	.sec04 .notice_area > .list {flex-direction: column; gap: 15px;}
	.sec04 .notice_area > .list > li {width: 100%;}
	.sec04 .notice_area > .list > li > .box .info_box {margin: 6px 0 0;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li {margin: 4px 0 0;}
	.sec04 .notice_area > .list > li > .box .info_box .news_list_box .list li .box {gap: 0 5px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box {width: 60px; height: 60px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .text_box .title {font-size: 14px; line-height: 18px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box .date_inner .date {font-size: 20px; line-height: 24px;}
	.sec04 .notice_area > .list > li > .box .info_box .main_news_box .box .date_box .date_inner .month {font-size: 12px; line-height: 14px;}


	.sec05 {padding: 20px 0 40px;}
	.sec05 .dataroom_area {overflow-x: scroll; padding: 20px 0 10px; background: url("/eng/images/main/lr_arr_ico_white.png") 48% 0 no-repeat; animation: tblScrollAni 2s infinite; background-size: 30px}
	.sec05 .dataroom_area .list {width: 767px;}

	@-webkit-keyframes tblScrollAni {
		0% {
			background-position: 48% 0;
		}
		50% {
			background-position: 52% 0;
		}
		100% {
			background-position: 48% 0;
		}
	}

	@keyframes tblScrollAni {
		0% {
			background-position: 48% 0;
		}
		50% {
			background-position: 52% 0;
		}
		100% {
			background-position: 48% 0;
		}
	}


	
}



@media screen and (max-width: 480px) {
	.sec01 .main_visual_area .main_slide .list li .box {height: 500px;}
	.sec01 .main_visual_area .main_slide .list li .box .text_box {top: 140px;}
	.sec01 .main_visual_area .main_slide .list li .box .text_box .title {font-size: 20px; line-height: 26px;}
	.sec01 .main_visual_area .main_slide .list li .box .bg_img_box video {height: 500px;}
	.sec01 .main_visual_area .visual_nav {top: 210px;}
	.sec01 .event_area {top: 260px;}

	.sec01 .report_area {position: initial; transform: translateX(0); width: 100%; margin: 0 auto; border-bottom: 1px solid #ddd; flex-wrap: wrap; height: auto;}
	.sec01 .report_area .report_slide {width: calc(100% - 40px); height: 40px;}
	.sec01 .report_area .report_slide .list li .box .box_inner .title {font-size: 12px;}
	.sec01 .report_area .report_slide .list li .box .box_inner .date {width: 60px; font-size: 12px;}


	.main_title_area .title .txt {display: block; margin: 5px 0 0;}






}

