@charset "UTF-8";

body {overflow: initial;}
body.pop_open {overflow: hidden;}
.sub_top {position: relative; padding: 0 0 32px;}
.sub_top_tit_box {height: 460px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.sub_top_tit_box.bg01 {background-image: url("/kor/images/sub/sub_bg01.jpg");}
.sub_top_tit_box.bg02 {background-image: url("/kor/images/sub/sub_bg02.jpg");}
.sub_top_tit_box.bg03 {background-image: url("/kor/images/sub/sub_bg03.jpg");}
.sub_top_tit_box.bg04 {background-image: url("/kor/images/sub/sub_bg04.jpg");}
.sub_top_tit_box.bg05 {background-image: url("/kor/images/sub/sub_bg05.jpg");}
.sub_top_tit_box.bg06 {background-image: url("/kor/images/sub/sub_bg06.jpg");}
.sub_top_tit_box .sub_top_tit {display: flex; align-items: center; height: 100%; position: relative; font-weight: 700; font-size: 62px; line-height: 70px; color: #ffffff; letter-spacing: -0.04em; text-align: center; }
.sub_top_tit_box .sub_text {margin: 15px 0 0; font-weight: 400; font-size: 18px; line-height: 30px; color: #ffffff; letter-spacing: -0.04em;}
.sub_top .sub_top_area {position: absolute; bottom: 0; left: 0;  width: 100%; z-index: 1;}
.sub_top .sub_top_area .breadcrumb {display: flex; font-size: 0; background-color: #ffffff; border-bottom: 1px solid #e6e6e6;}
.sub_top .sub_top_area .breadcrumb .box {display: inline-block; position: relative;}
.sub_top .sub_top_area .breadcrumb .box:last-child:before {display: none;}
.sub_top .sub_top_area .breadcrumb .home {width: 65px; flex-shrink: 0; background-color: #2d52aa; text-align: center;}
.sub_top .sub_top_area .breadcrumb .home .btn {display: flex; justify-content: center; height: 100%; align-items: center; text-align: center;}
.sub_top .sub_top_area .breadcrumb .home .btn img {}
.sub_top .sub_top_area .breadcrumb .com_depth {position: relative; width: 100%; max-width: 240px; border-right: 1px solid #e6e6e6;}
.sub_top .sub_top_area .breadcrumb .com_depth:last-child {border-right: none;}
.sub_top .sub_top_area .breadcrumb .com_depth > .text {display: block; position: relative; padding: 0 30px; font-family: "Noto Sans KR"; font-weight: 400; font-size: 17px; line-height: 65px; color: #111111; letter-spacing: -0.04em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all;}
.sub_top .sub_top_area .breadcrumb .com_depth > .text:after {content:''; display: inline-block; position: absolute; top: 50%; right: 16px; width: 10px; height: 6px; background-image:url('/kor/images/sub/breadcrumb_arrow.png'); background-position: center center; background-repeat: no-repeat; transform: translateY(-50%); transition: all 0.23s ease-out;}
.sub_top .sub_top_area .breadcrumb .com_depth.on > .text:after {transform: translateY(-50%) rotate(180deg);}
.sub_top .sub_top_area .breadcrumb .com_depth .depth_list {display: none; width: 100%; position: absolute; top: 65px; z-index: 2; background-color: #2d52aa; box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.34);}
.sub_top .sub_top_area .breadcrumb .com_depth .depth_list > li {}
.sub_top .sub_top_area .breadcrumb .com_depth:last-child > .text {color: #2d52aa;}


.sub_top .sub_top_area .breadcrumb .com_depth .depth_list > li > .text {display: block; padding: 0 18px; font-family: "Noto Sans KR"; font-weight: 400; font-size: 16px; line-height: 40px; color: #fff; word-break: break-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.sub_top .sub_top_area .breadcrumb .com_depth .depth_list > li > .text:hover, .sub_top .sub_top_area .breadcrumb .com_depth .depth_list > li > .text:focus {font-weight: 700;color: #ffffff;}

.sub_cont {padding:80px 0 120px}

.com_title_area {margin: 0 0 40px; text-align: center;}
.com_title_area .title {font-weight: 700; font-size: 44px; line-height: 50px; color: #222222;}

.line_title_area {position: relative; margin: 0 0 30px; padding: 0 0 20px;}
.line_title_area:before {display: block; content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #111111;}
.line_title_area .title {font-weight: 700; font-size: 32px; line-height: 40px; color: #2d52aa;}
.line_title_area .title:before {display: block; content: ""; position: absolute; left: 0; bottom: 0; width: 100px; height: 3px; background-color: #2d52aa;}

.dot_title_area {}
.dot_title_area .title {position: relative; padding: 0 0 0 20px; font-weight: 700; font-size: 24px; line-height: 30px; color: #111111;}
.dot_title_area .title:before {display: block; content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; border: 3px solid #2d52aa; background-color: #fff;}

.com_text {font-weight: 400; font-size: 20px; line-height: 30px; color: #222222;}

.scroll_table_box {font-family: "Noto Sans KR";}
.scroll_table_box .table_box {}
.scroll_table_box .table_box table {width: 100%;}
.scroll_table_box .table_box table thead {}
.scroll_table_box .table_box table thead tr {}
.scroll_table_box .table_box table thead tr td {padding: 13px 5px; border: 1px solid #e6e6e6; background-color: #2d52aa; font-weight: 700; font-size: 16px; line-height: 24px; color: #ffffff; text-align: center;}
.scroll_table_box .table_box table thead tr td.bg01 {background-color: #879bcb;}
.scroll_table_box .table_box table thead tr td .nation {margin: 0 5px 0 0;}
.scroll_table_box .table_box table tbody {}
.scroll_table_box .table_box table tbody tr {}
.scroll_table_box .table_box table tbody tr td {padding: 13px 5px; border: 1px solid #e6e6e6; font-weight: 400; font-size: 16px; line-height: 24px; color: #888888; text-align: center;}
.scroll_table_box .table_box table tbody tr td.bg_gray {background-color: #f2f2f4;} 
.scroll_table_box .table_box table tbody tr td.bg_blue {background-color: #2d52aa; color: #ffffff;} 
.scroll_table_box .table_box table tbody tr td > a {color: #888;}
.scroll_table_box.sty2 .table_box table tbody tr td {padding: 13px 30px;}


.page_state_box {display: flex; align-items: center; font-family: "Noto Sans KR"; font-weight: 400; font-size: 16px; line-height: 24px; color: #222222;}
.page_state_box .count {position: relative; margin: 0 10px 0 0; padding: 0 10px 0 0;}
.page_state_box .count:before {display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background-color: #dfdfdf;}
.page_state_box .count .num {font-weight: 700;}
.page_state_box .page {}
.page_state_box .page .num {font-weight: 700;}

.photo_area {padding: 0 0 40px; border-bottom: 1px solid #111111;}
.photo_area .list {display: flex; flex-wrap: wrap; gap: 50px 20px;}
.photo_area .list li {width: calc(25% - 15px); }
.photo_area .list li .box {display: block;}
.photo_area .list li .box .box_inner {position: relative;}
.photo_area .list li .box .box_inner .img_box {}
.photo_area .list li .box .box_inner .img_box .img_inner {position: relative; padding: 0 0 67.745%;}
.photo_area .list li .box .box_inner .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.photo_area .list li .box .box_inner .hover_box {display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); text-align: center;}
.photo_area .list li .box .box_inner .hover_box .inner {display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;}
.photo_area .list li .box .box_inner .hover_box .inner .title {font-weight: 700; font-size: 20px; line-height: 30px; color: #ffffff; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word;}
.photo_area .list li .box .box_inner .hover_box .inner .date {display: inline-block; position: relative; margin: 4px 0 0; padding: 4px 20px 0; font-weight: 400; font-size: 15px; line-height: 20px; color: #ffffff;}
.photo_area .list li .box .box_inner .hover_box .inner .date:before {display: block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background-color:rgba(255, 255, 255, 0.5);}
.photo_area .list li .box:hover .box_inner .hover_box, .photo_area .list li .box:focus .box_inner .hover_box {display: block;}


.pop_photo_view {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 901;}
.pop_photo_view .pop_inner {position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 935px; padding: 0 47.5px;}
.pop_photo_view .pop_inner .photo_btn2 {position: absolute; top: 50%; transform: translateY(-50%);}
.pop_photo_view .pop_inner .photo_btn2 img {}
.pop_photo_view .pop_inner .photo_btn2.prev {left: 0;}
.pop_photo_view .pop_inner .photo_btn2.next {right: 0;}
.pop_photo_view .pop_inner .cont {position: relative; width: 100%; padding: 50px; background-color: #fff;}
.pop_photo_view .pop_inner .cont .close_btn {position: absolute; right: 15px; top: 10px; z-index: 2222;}
.pop_photo_view .pop_inner .cont .close_btn img {}
.pop_photo_view .pop_inner .cont .main-swiper {overflow: hidden;}
.pop_photo_view .pop_inner .cont .main-swiper .list {}
.pop_photo_view .pop_inner .cont .main-swiper .list .swiper-slide {}
.pop_photo_view .pop_inner .cont .main-swiper .list .swiper-slide .img_box {}
.pop_photo_view .pop_inner .cont .main-swiper .list .swiper-slide .img_box .img_inner {position: relative; padding: 0 0 67.568%;}
.pop_photo_view .pop_inner .cont .main-swiper .list .swiper-slide .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.pop_photo_view .pop_inner .cont .thumb-swiper {margin: 15px 0 0; overflow: hidden;}
.pop_photo_view .pop_inner .cont .thumb-swiper .list {}
.pop_photo_view .pop_inner .cont .thumb-swiper .list .swiper-slide {}
.pop_photo_view .pop_inner .cont .thumb-swiper .list .swiper-slide .img_box {cursor: pointer;}
.pop_photo_view .pop_inner .cont .thumb-swiper .list .swiper-slide .img_box .img_inner {position: relative; padding: 0 0 61.43%;}
.pop_photo_view .pop_inner .cont .thumb-swiper .list .swiper-slide .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}



.sch_area {position: relative; width: 100%; max-width: 400px; margin: 0 0 40px auto; padding: 0 70px 0 0;}
.sch_area .sch_inner {font-size: 0; text-align:right;}
.sch_area .sch_inner .select_box {display: inline-block; width: 105px; vertical-align: top; padding-right:3px;}
.sch_area .sch_inner .select_box select {width: calc(100% - 5px); border: 1px solid #d8d8d8; background-color: #fff; height: 40px; padding: 0 10px; background-image: url("/kor/images/sub/slt_arr_icon.png"); background-position: right 8px center; background-repeat: no-repeat; font-weight: 400; font-size: 14px; line-height: 38px; color: #888888;}
.sch_area .sch_inner .select_box select option {}
.sch_area .sch_inner .input_box {display: inline-block; width: calc(100% - 105px);}
.sch_area .sch_inner .input_box input {width: 100%; height: 40px; border: 1px solid #d8d8d8; padding: 0 10px; font-weight: 400; font-size: 14px; line-height: 38px; color: #666666;}
.sch_area .sch_btn {display: block; position: absolute; top: 0; right: 0; width: 70px; background-color: #2d52aa; font-weight: 400; font-size: 14px; line-height: 40px; color: #ffffff; text-align: center;}


.faq_area {border-top: 2px solid #2d52aa;}
.faq_area .list {}
.faq_area .list li {border-bottom: 1px solid #dcdde3;}
.faq_area .list li .box {}
.faq_area .list li .box .q_cont {}
.faq_area .list li .box .q_cont .q_tit {position: relative; display: block; width: 100%; padding: 25px 30px; text-align: left;}
.faq_area .list li .box .q_cont .q_tit:before {content: ''; display: inline-block; position: absolute; top: 34px; right: 0; width: 15px; height: 9px; background: url("/kor/images/sub/faq_icon.png") no-repeat center; transform: translateY(-50%); transition: 0.34s ease;}
.faq_area .list li.on .box .q_cont .q_tit:before {transform: rotate(180deg) translateY(50%); }
.faq_area .list li .box .q_cont .q_tit .sort {color: #385aad;}
.faq_area .list li .box .q_cont .q_tit .txt_box {display: inline-block; position: relative; padding: 0 20px 0 35px; font-weight: 500; font-size: 18px; line-height: 24px; color: #000000;}
.faq_area .list li .box .q_cont .q_tit .txt_box .q_txt {position: absolute; left: 0; top: 0; display: inline-block; width: 24px; border-radius: 50%; background-color: #2d52aa; font-weight: 600; font-size: 14px; line-height: 24px; color: #ffffff; text-align: center;}
.faq_area .list li .box .a_cont {display: none; padding: 20px 60px 20px 80px; background-color: #f9f9f9; border-top: 1px solid #dcdde3;}
.faq_area .list li .box .a_cont .a_tit {}
.faq_area .list li .box .a_cont .a_tit .txt_box {display: inline-block; position: relative; font-weight: 400; font-size: 16px; line-height: 26px; color: #888888;}


.board_area {}
.board_area .board_list {}
.board_area .board_list table {width: 100%;}
.board_area .board_list table thead {}
.board_area .board_list table thead tr {}
.board_area .board_list table thead tr th {padding: 13px 5px; border: 1px solid #e6e6e6; background-color: #888888; font-weight: 400; font-size: 15px; line-height: 24px; color: #ffffff; text-align: center;}
.board_area .board_list table thead tr th.bg_blue {background-color: #2d52aa}
.board_area .board_list table tbody {}
.board_area .board_list table tbody tr {}
.board_area .board_list table tbody tr td {padding: 13px 5px; border: 1px solid #e6e6e6; font-weight: 400; font-size: 15px; line-height: 24px; color: #888888; text-align: center;}
.board_area .board_list table tbody tr td .title_box {display: inline-block; vertical-align: top;}
.board_area .board_list table tbody tr td .title_box.down {padding: 0 20px 0 0; background: url("/kor/images/sub/file_icon.png") no-repeat right center;}
.board_area .board_list table tbody tr td .title_box .title { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; color: #888888;}
.board_area .board_list table tbody tr td .down_btn {display: inline-block; width: 90px; background-color: #879bcb; font-weight: 400; font-size: 14px; line-height: 28px; color: #ffffff; text-align: center;}
.board_area .board_list table tbody tr td .nation_box {display: inline-block; vertical-align: middle;}
.board_area .board_list table tbody tr td .nation_box img {width: 30px; height: 30px; border-radius: 50%; object-fit: contain;}
.board_area .board_list table tbody tr td .research {color: #888;}
.board_area .board_list table tbody tr td .research:hover, .board_area .board_list table tbody tr td .research:focus {color: #2d52aa; text-decoration: underline; text-underline-position: under;}

.board_view {padding: 0 30px 40px; border-bottom: 1px solid #111111;}
.board_view .board_top {display: flex; justify-content: space-between; align-items: start; gap: 0 5px; padding: 10px 0 30px;}
.board_view .board_top .title_box {}
.board_view .board_top .title_box .title {font-weight: 500; font-size: 24px; line-height: 30px; color: #111111;}
.board_view .board_top .title_box .title .new {display: inline-block; width: 24px; margin: 0 10px 0 0; background-color: #2d52aa; border-radius: 50%; font-weight: 600; font-size: 14px; line-height: 24px; color: #ffffff; text-align: center; vertical-align: text-top;}
.board_view .board_top .title_box .title .sort {display: inline-block; margin: 0 10px 0 0; padding: 0 14px; border-radius: 14px; background-color: #2d52aa; font-weight:500; font-size: 14px; line-height: 28px; color: #ffffff;}
.board_view .board_top .name {flex-shrink: 0; font-weight: 400; font-size: 16px; line-height: 24px; color: #111111;}
.board_view .board_info_area {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 5px; padding: 13px 30px; background-color: #f2f2f4;}
.board_view .board_info_area .board_info {flex-shrink: 0;}
.board_view .board_info_area .board_info .list {display: flex; align-items: center; gap: 0 40px;}
.board_view .board_info_area .board_info .list li {}
.board_view .board_info_area .board_info .list li .box {display: flex; align-items: center; font-weight: 400; font-size: 15px; line-height: 24px; }
.board_view .board_info_area .board_info .list li .box .tit {position: relative; margin: 0 10px 0 0; padding: 0 10px 0 0; color: #222222;}
.board_view .board_info_area .board_info .list li .box .tit:before {display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 14px; background-color: #dfdfdf;}
.board_view .board_info_area .board_info .list li .box .txt {color: #777777;}
.board_view .board_info_area .file_area {}
.board_view .board_info_area .file_area .list {display: flex; flex-wrap: wrap; gap: 0 15px;}
.board_view .board_info_area.sty2 {flex-direction: column; gap: 5px 3px;}
.board_view .board_info_area.sty2 .file_area .list {flex-direction: column; gap: 3px;}
.board_view .board_info_area .file_area .list li {}
.board_view .board_info_area .file_area .list li .box {display: block;}
.board_view .board_info_area .file_area .list li .box .txt {display: inline-block; padding: 0 0 0 30px; background: url("/kor/images/sub/pdf_icon.png") no-repeat left top; font-weight: 400; font-size: 15px; line-height: 21px; color: #222222;}
.board_view .cont {padding: 30px 0 0;}
.board_view .cont .text {font-weight: 400; font-size: 16px; line-height: 22px; color: #777777;}

.gray_sch_area {padding: 35px 10px; background-color: #efefef; border: 1px solid #e4e4e4;}
.gray_sch_area .sch_box {width: 100%; max-width: 680px; margin: 0 auto;}
.gray_sch_area .sch_box .slt_list {}
.gray_sch_area .sch_box .slt_list .list {display: flex; gap: 0 10px;}
.gray_sch_area .sch_box .slt_list .list li {width: 100%;}
.gray_sch_area .sch_box .slt_list .list li .slt_box {}
.gray_sch_area .sch_box .slt_list .list li .slt_box select {width: 100%; border: 1px solid #d8d8d8; background-color: #fff; padding: 0 15px; background-image: url("/kor/images/sub/slt_arr_icon2.png"); background-position: right 8px center; background-repeat: no-repeat; font-weight: 400; font-size: 16px; line-height: 48px; color: #222222;}
.gray_sch_area .sch_box .slt_list .list li .slt_box select option {}
.gray_sch_area .sch_box .input_list {position: relative; margin: 10px 0 0; padding: 0 90px 0 0;}
.gray_sch_area .sch_box .input_list .input_box {display: flex;}
.gray_sch_area .sch_box .input_list .input_box input {width: 100%; border: 1px solid #d8d8d8; padding: 0 15px; font-weight: 400; font-size: 16px; line-height: 48px; color: #222222;}
.gray_sch_area .sch_box .input_list .input_box .sch_btn {flex-shrink: 0; width: 80px; background-color: #2d52aa; font-weight: 400; font-size: 16px; line-height: 50px; color: #ffffff; text-align: center;}
.gray_sch_area .sch_box .input_list .init_btn {position: absolute; right: 0; top: 0; width: 80px; background-color: #222222; font-weight: 400; font-size: 16px; line-height: 50px; color: #ffffff; text-align: center;}

.gray_sch_area.sty2 {}
.gray_sch_area.sty2 .sch_box {max-width: 590px;}
.gray_sch_area.sty2 .sch_box .input_list {margin: 0; padding: 0;}
.state_wrap {display: flex; justify-content: space-between; align-items: center;}
.state_wrap .sch_area {margin: 0;}
.state_wrap > form {width: 100%; max-width: 400px;}

.down_area {padding: 0 0 40px; border-bottom: 1px solid #111111;}
.down_area > .list {display: flex; gap: 40px; flex-wrap: wrap;}
.down_area > .list > li {width: calc(25% - 30px);}
.down_area > .list > li .box {}
.down_area > .list > li .box .img_wrap {position: relative;}
.down_area > .list > li .box .img_wrap .img_box {}
.down_area > .list > li .box .img_wrap .img_box .img_inner {position: relative; padding: 0 0 128.815%;}
.down_area > .list > li .box .img_wrap .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.down_area > .list > li .box .img_wrap .hover_box {display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.down_area > .list > li .box .img_wrap .hover_box .down_box {display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center;}
.down_area > .list > li .box .img_wrap .hover_box .down_box img {}
.down_area > .list > li .box .img_wrap .hover_box .down_box .down {margin: 20px 0 0;}
.down_area > .list > li .box .img_wrap .hover_box .down_box .down .txt {display: inline-block; padding: 30px 0 0; background: url("/kor/images/sub/down_icon.png") no-repeat top center; font-weight: 500; font-size: 16px; line-height: 20px; color: #fff;}
.down_area > .list > li .box .text_box {display: block; margin: 20px 0 0;}
.down_area > .list > li .box .text_box .title {font-weight: 700; font-size: 20px; line-height: 30px; color: #222222;}
.down_area > .list > li .box .text_box .info_list {margin: 3px 0 0;}
.down_area > .list > li .box .text_box .info_list .list {display: flex; width: 100%;}
.down_area > .list > li .box .text_box .info_list .list li {position: relative; margin: 0 10px 0 0; padding: 0 10px 0 0; font-weight: 400; font-size: 15px; line-height: 20px; color: #888888;}
.down_area > .list > li .box .text_box .info_list .list li:before {display: block; content: ""; position: absolute; right: 0; top: 3px; width: 1px; height: 14px; background-color: #888;}
.down_area > .list > li .box .text_box .info_list .list li:last-child:before {display: none;}
.down_area > .list > li .box .text_box .info_list .list li:last-child {margin: 0; padding: 0;}
.down_area > .list > li .box .img_wrap:hover .hover_box, .down_area > .list > li .box .img_wrap:focus .hover_box {display: block;}

.breif_view {padding: 0 0 40px; border-bottom: 1px solid #111111;}
.breif_view .info_top {display: flex; gap: 0 50px;}
.breif_view .info_top .img_box {flex-shrink: 0; width: 100%; max-width: 245px;}
.breif_view .info_top .img_box .img_inner {position: relative; padding: 0 0 130.615%;}
.breif_view .info_top .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.breif_view .info_top .info_box {width: 100%;}
.breif_view .info_top .info_box .sort {display: inline-block; margin: 0 0 10px; padding: 0 15px; background-color: #2d52aa; font-weight: 400; font-size: 15px; line-height: 35px; color: #ffffff; text-align: center;}
.breif_view .info_top .info_box .title {font-weight: 500; font-size: 28px; line-height: 34px; color: #222222;}
.breif_view .info_top .info_box .info_list {margin: 20px 0 0; padding: 13px 20px; background-color: #f2f2f4;}
.breif_view .info_top .info_box .info_list > .list {display: flex; gap: 0 40px}
.breif_view .info_top .info_box .info_list > .list > li {}
.breif_view .info_top .info_box .info_list > .list > li .box {display: flex; position: relative; padding: 0 0 0 15px; font-weight: 400; font-size: 16px; line-height: 24px;}
.breif_view .info_top .info_box .info_list > .list > li .box:before {display: block; content: ""; position: absolute; left: 0; top: 8px; width: 4px; height: 4px; border-radius: 50%; background-color: #2d52aa;}
.breif_view .info_top .info_box .info_list > .list > li .box .tit {display: inline-block; position: relative; margin: 0 10px 0 0; padding: 0 10px 0 0; color: #222222;}
.breif_view .info_top .info_box .info_list > .list > li .box .tit:before {display: block; content: ""; position: absolute; right: 0; top: 4px; width: 1px; height: 14px;; background-color: #dfdfdf;}
.breif_view .info_top .info_box .info_list > .list > li .box .txt {color: #777777;}
.breif_view .info_top .info_box .info_list > .file_area {margin: 5px 0 0;}
.breif_view .info_top .info_box .info_list > .file_area .list {display: flex; flex-direction: column; gap: 5px; }
.breif_view .info_top .info_box .info_list > .file_area .list li {}
.breif_view .info_top .info_box .info_list > .file_area .list li .box {display: block;}
.breif_view .info_top .info_box .info_list > .file_area .list li .box .txt {display: inline-block; padding: 0 0 0 30px; background: url("/kor/images/sub/pdf_icon.png") no-repeat left top; font-weight: 400; font-size: 15px; line-height: 21px; color: #222222;}

.breif_view .info_top .info_box .text_box {margin: 20px 0 0;}
.breif_view .info_top .info_box .text_box .tit {font-weight: 500; font-size: 22px; line-height: 30px; color: #2d52aa;}
.breif_view .info_top .info_box .text_box .txt {margin: 5px 0 0; font-weight: 400; font-size: 16px; line-height: 24px; color: #777777;}
.breif_view .info_btm {margin: 40px 0 0; font-family: "Noto Sans KR";}
.breif_view .info_btm .text_box {}
.breif_view .info_btm .text_box .title {font-weight: 500; font-size: 22px; line-height: 30px; color: #2d52aa;}
.breif_view .info_btm .text_box .info_list {margin: 6px 0 0; }
.breif_view .info_btm .text_box .info_list .list {}
.breif_view .info_btm .text_box .info_list .list li {font-weight: 400; font-size: 16px; line-height: 24px; color: #777777;}

.trend_area {border-top: 2px solid #2d52aa; border-bottom: 1px solid #111111;}
.trend_area > .list {}
.trend_area > .list > li {border-bottom: 1px solid #dcdde3;}
.trend_area > .list > li:last-child {border-bottom: none;}
.trend_area > .list > li .box {display: block; padding: 30px 40px;}
.trend_area > .list > li .box .sort {display: inline-block; margin: 0 0 5px; padding: 0 14px; background-color: #2d52aa; border-radius: 14px; font-weight: 500; font-size: 14px; line-height: 28px; color: #ffffff; text-align: center;}
.trend_area > .list > li .box .title {font-weight: 500; font-size: 24px; line-height: 30px; color: #222222; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word;}
.trend_area > .list > li .box .text {margin: 5px 0 0;font-weight: 400; font-size: 16px; line-height: 20px; color: #888888; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word;}
.trend_area > .list > li .box .info_box {margin: 25px 0 0;}
.trend_area > .list > li .box .info_box .list {display: flex;}
.trend_area > .list > li .box .info_box .list li {position: relative; margin: 0 10px 0 0; padding: 0 10px 0 0; font-weight: 400; font-size: 15px; line-height: 20px; color: #888888;}
.trend_area > .list > li .box .info_box .list li:before {display: block; content: ""; position: absolute; right: 0; top: 3px; width: 1px; height: 14px; background-color: #888;}
.trend_area > .list > li .box .info_box .list li:last-child:before {display: none;}
.trend_area > .list > li .box .info_box .list li:last-child {margin: 0; padding: 0;}

.gallery_area {padding: 0 0 40px; border-bottom: 1px solid #111111;}
.gallery_area > .list {display: flex; flex-wrap: wrap; gap: 45px 40px;}
.gallery_area > .list > li {width: calc(25% - 30px);}
.gallery_area > .list > li .box {display: block;}
.gallery_area > .list > li .box .img_box {}
.gallery_area > .list > li .box .img_box .img_inner {position: relative; padding: 0 0 105.087%;}
.gallery_area > .list > li .box .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.gallery_area > .list > li .box .text_box {margin: 15px 0 0;}
.gallery_area > .list > li .box .text_box .title {font-weight: 500; font-size: 20px; line-height: 20px; color: #222222; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word;}
.gallery_area > .list > li .box .text_box .title .new {display: inline-block; width: 20px; margin: 0 5px 0 0; border-radius: 50%; background-color: #2d52aa; font-weight: 600; font-size: 11px; line-height: 20px; color: #ffffff; text-align: center; vertical-align: text-top;}
.gallery_area > .list > li .box .text_box .name {font-family: "Noto Sans KR"; font-weight: 400; font-size: 14px; line-height: 20px; color: #222222;}
.gallery_area > .list > li .box .text_box .text {margin: 15px 0 0; font-family: "Noto Sans KR"; font-weight: 400; font-size: 15px; line-height: 20px; color: #888888; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word;}
.gallery_area > .list > li .box .text_box .info_box {margin: 20px 0 0; font-family: "Noto Sans KR";}
.gallery_area > .list > li .box .text_box .info_box .list {display: flex;}
.gallery_area > .list > li .box .text_box .info_box .list li {position: relative; margin: 0 10px 0 0; padding: 0 10px 0 0; font-weight: 400; font-size: 15px; line-height: 20px; color: #888888;}
.gallery_area > .list > li .box .text_box .info_box .list li:last-child {margin: 0; padding: 0;}
.gallery_area > .list > li .box .text_box .info_box .list li:before {display: block; content: ""; position: absolute; right: 0; top: 3px; width: 1px; height: 13px; background-color: #888;	}
.gallery_area > .list > li .box .text_box .info_box .list li:last-child:before {display: none;}



.dot_list {}
.dot_list .list {}
.dot_list .list li {margin: 3px 0 0;}
.dot_list .list li:first-child {margin: 0;}
.dot_list .list li .text {position: relative; display: inline-block; padding: 0 0 0 10px; font-weight: 400; font-size: 17px; line-height: 24px; color: #888888;}
.dot_list .list li .text:before {display: block; content: ""; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; border-radius: 50%; background-color: #2d52aa;}
.dot_list .list li .text .ft_c01 {color: #222222;}
.dot_list .list li.p0 .text {}
.dot_list .list li.p0 .text:before {display: none;}
.dot_list.sty2 {padding: 0 0 0 32px;}
.dot_list.sty2 .list li .text {font-size: 15px;}



.about_area {}
.about_area .about_top {}
.about_area .about_top > .text_box {height: 250px; border-radius: 125px; background: url("/kor/images/sub/about_bg.png") no-repeat center / cover;}
.about_area .about_top > .text_box .text {height: 100%; align-content: center; font-weight: 400; font-size: 26px; line-height: 40px; color: #ffffff; text-align: center;}
.about_area .about_top .info_box {}
.about_area .about_top .info_box > .list {display: flex; gap: 0 20px;}
.about_area .about_top .info_box > .list > li {width: 100%;}
.about_area .about_top .info_box > .list > li .box {height: 100%; border: 1px solid #e6e6e6; border-radius: 12px; overflow: hidden;}
.about_area .about_top .info_box > .list > li .box .title_box {padding: 22px 10px; background-color: #2d52aa;}
.about_area .about_top .info_box > .list > li .box .title_box .title {font-weight: 400; font-size: 18px; line-height: 26px; color: #ffffff; text-align: center;}
.about_area .about_top .info_box > .list > li .box .text_box {height: 100%; padding: 15px 25px; background-color: #fcfcfc; border-top: 1px solid #e6e6e6;}
.about_area .about_top .info_box > .list > li .box .text_box .list {}
.about_area .about_top .info_box > .list > li .box .text_box .list li {margin: 15px 0 0;}
.about_area .about_top .info_box > .list > li .box .text_box .list li:first-child {margin: 0;}
.about_area .about_top .info_box > .list > li .box .text_box .list li .text {display: inline-block; position: relative; padding: 0 0 0 14px; font-weight: 400; font-size: 16px; line-height: 24px; color: #444444;}
.about_area .about_top .info_box > .list > li .box .text_box .list li .text:before {display: block; content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background-color: #2d52aa;}
.about_area .arrow_icon {text-align: center;}
.about_area .arrow_icon img {}
.about_area .about_mid {}
.about_area .about_mid .border_area {}
.about_area .about_mid .border_area .list {}
.about_area .about_mid .border_area .list li {margin: 10px 0 0;}
.about_area .about_mid .border_area .list li:first-child {margin: 0;}
.about_area .about_mid .border_area .list li .box {padding: 19px 10px; border: 3px solid #d0d9f0; border-radius: 11px; font-weight: 400; font-size: 18px; line-height: 26px; color: #111111; text-align: center;}
.about_area .about_btm {}
.about_area .about_btm > .dot_list {margin: 5px 0 0; padding: 0 0 0 20px;}
.about_area .about_btm .platform_area {padding: 0 0 0 20px;}
.about_area .about_btm .platform_area > .list {}
.about_area .about_btm .platform_area > .list > li {margin: 15px 0 0;}
.about_area .about_btm .platform_area > .list > li:first-child {margin: 0;}
.about_area .about_btm .platform_area > .list > li .box {display: flex; gap: 0 10px;}
.about_area .about_btm .platform_area > .list > li .box .title_box {flex-shrink: 0; width: 100%; max-width: 280px; border-radius: 10px; text-align: center; align-content: center;}
.about_area .about_btm .platform_area > .list > li .box .title_box .title {font-weight: 700; font-size: 17px; line-height: 24px; color: #ffffff;}
.about_area .about_btm .platform_area > .list > li .box .text_box {width: 100%; border-radius: 10px; border: 3px solid; padding: 18px 15px;}
.about_area .about_btm .platform_area > .list > li .box .text_box .dot_list {height: 100%; align-content: center;}

.about_area .about_btm .platform_area > .list > li .box .result_text {flex-shrink: 0; position: relative; width: 100%; max-width: 330px; padding: 0 0 0 80px; background-position: left 10px center; background-repeat: no-repeat; text-align: center;}
.about_area .about_btm .platform_area > .list > li.bg01 .box .result_text {background-image: url("/kor/images/sub/about_arrow_color01.png");}
.about_area .about_btm .platform_area > .list > li.bg02 .box .result_text {background-image: url("/kor/images/sub/about_arrow_color02.png");}
.about_area .about_btm .platform_area > .list > li.bg03 .box .result_text {background-image: url("/kor/images/sub/about_arrow_color03.png");}
.about_area .about_btm .platform_area > .list > li .box .result_text .text {height: 100%; align-content: center; border-radius: 10px; font-weight: 700; font-size: 17px; line-height: 24px; color: #ffffff;}
.about_area .about_btm .platform_area > .list > li.bg01 .box .title_box {background-color: #9ab3ed;}
.about_area .about_btm .platform_area > .list > li.bg02 .box .title_box {background-color: #879bcb;}
.about_area .about_btm .platform_area > .list > li.bg03 .box .title_box {background-color: #2d52aa;}
.about_area .about_btm .platform_area > .list > li.bg01 .box .text_box {border-color: #9ab3ed;}
.about_area .about_btm .platform_area > .list > li.bg02 .box .text_box {border-color: #879bcb;}
.about_area .about_btm .platform_area > .list > li.bg03 .box .text_box {border-color: #2d52aa;}
.about_area .about_btm .platform_area > .list > li.bg01 .box .result_text .text {background-color: #9ab3ed;}
.about_area .about_btm .platform_area > .list > li.bg02 .box .result_text .text {background-color: #879bcb;}
.about_area .about_btm .platform_area > .list > li.bg03 .box .result_text .text {background-color: #2d52aa;}
.inq_box {display: flex; align-items: center; border: 1px solid #e6e6ea; border-radius: 10px; padding: 17px 30px;}
.inq_box .title_box {position: relative; margin: 0 15px 0 0; padding: 0 15px 0 0;}
.inq_box .title_box:before {display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 18px; background-color: #e6e6ea;}
.inq_box .title_box .title {padding: 0 0 0 50px; background: url("/kor/images/sub/mail_icon.png") no-repeat left center; font-weight: 700; font-size: 18px; line-height: 38px; color: #2d52aa;}
.inq_box .text_box {}
.inq_box .text_box .text {font-weight: 400; font-size: 18px; line-height: 30px; color: #222222;}
.inq_box .text_box .text a {font-family: "Noto Sans KR"; color: #2d52aa;}

.task_area {}
.task_area .task_top {}
.task_area .task_mid .dot_list {padding: 0 0 0 20px;	}
.task_area .task_mid .duty_box {padding:  0 0 0 20px;}
.task_area .task_mid .duty_box > .list {display: flex; gap: 0 24px;}
.task_area .task_mid .duty_box > .list > li {width: 100%;}
.task_area .task_mid .duty_box > .list > li .box {height: 100%; border: 2px solid #879bcb; border-radius: 10px; overflow: hidden;}
.task_area .task_mid .duty_box > .list > li .box .title {padding: 15px 5px; background-color: #879bcb; font-weight: 400; font-size: 17px; line-height: 24px; color: #ffffff; text-align: center;}
.task_area .task_mid .duty_box > .list > li .box .text_box {height: 100%; padding: 15px 25px;}
.task_area .task_mid .duty_box > .list > li .box .text_box .list {}
.task_area .task_mid .duty_box > .list > li .box .text_box .list li {position: relative; margin: 5px 0 0; padding: 0 0 0 20px; font-weight: 400; font-size: 17px; line-height: 24px; color: #888888;}
.task_area .task_mid .duty_box > .list > li .box .text_box .list li:first-child {margin: 0;}
.task_area .task_mid .duty_box > .list > li .box .text_box .list li .etc {position: absolute; left: 0; top: 0;}
.task_area .task_mid .arrow_box {padding: 0 0 0 20px; text-align: center;}
.task_area .task_mid .arrow_box img {transform: rotate(180deg)}
.task_area .task_mid .step_box2 {padding: 0 0 0 20px;}
.task_area .task_mid .step_box2 .list {}
.task_area .task_mid .step_box2 .list li {margin: 20px 0 0;}
.task_area .task_mid .step_box2 .list li:first-child {margin: 0;}
.task_area .task_mid .step_box2 .list li .box {display: flex; border-radius: 35px; overflow: hidden;}
.task_area .task_mid .step_box2 .list li .box .title_box {flex-shrink: 0; width: 280px; padding: 18px 5px; border-radius: 0 35px 35px 0;}
.task_area .task_mid .step_box2 .list li .box .title_box .title {font-weight: 700; font-size: 20px; line-height: 30px; color: #ffffff; text-align: center;}
.task_area .task_mid .step_box2 .list li .box .text {align-content: center; padding: 0 25px; font-weight: 400; font-size: 20px; line-height: 30px; color: #222222;}
.task_area .task_mid .step_box2 .list li img {display: block; margin: 0 auto; transform: rotate(180deg)}
.task_area .task_mid .step_box2 .list li.bg01 .box {border: 2px solid #2d52aa;}
.task_area .task_mid .step_box2 .list li.bg02 .box {border: 2px solid #879bcb;}
.task_area .task_mid .step_box2 .list li.bg01 .box .title_box {background-color: #2d52aa;}
.task_area .task_mid .step_box2 .list li.bg02 .box .title_box {background-color: #879bcb;}
.task_area .task_mid .step_box1 {position: relative; margin: 20px 0 0; padding: 36px 0 0;}
.task_area .task_mid .step_box1 .title_box {position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 280px; border-radius: 35px; background-color: #9ab3ed;}
.task_area .task_mid .step_box1 .title_box .title {font-weight: 700; font-size: 20px; line-height: 70px; color: #ffffff; text-align: center;}
.task_area .task_mid .step_box1 .info_area {padding: 60px 50px 30px 40px; border: 3px solid #9ab3ed; border-radius: 10px; background-color: #f5f8ff;}
.task_area .task_mid .step_box1 .info_area .info_list {}
.task_area .task_mid .step_box1 .info_area .info_list > .list {}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li {margin: 20px 0 0;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li:first-child {margin: 0;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box {display: flex; gap: 0 20px;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .tit {width: 125px; flex-shrink: 0; align-content: center; border-radius: 10px; font-weight: 700; font-size: 18px; line-height: 24px; color: #ffffff; text-align: center;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .text_list {display: flex; gap: 0 10px; width: 100%;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .text_list li {width: 100%;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .text_list li .box {height: 100%; border-radius: 10px; overflow: hidden;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .text_list li .box .title {padding: 0 5px; font-family: "Noto Sans KR"; font-weight: 400; font-size: 17px; line-height: 44px; color: #ffffff; text-align: center;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .text_list li .box .text {height: 100%; padding: 13px 10px; background-color: #fff; font-weight: 400; font-size: 15px; line-height: 24px; color: #222222; text-align: center;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .text_list li .box .text .ft_c {color: #2d52aa;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li.bg01 .info_box .tit {background-color: #5f74a4;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li.bg02 .info_box .tit {background-color: #9ab3ed;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li.bg01  .info_box .text_list li .box {border: 1px solid #5f74a4;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li.bg02  .info_box .text_list li .box {border: 1px solid #9ab3ed}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li.bg01 .info_box .text_list li .box .title {background-color: #5f74a4;}
.task_area .task_mid .step_box1 .info_area .info_list > .list > li.bg02 .info_box .text_list li .box .title {background-color: #9ab3ed;}
.task_area .task_btm {}
.task_area .task_btm .dot_list {padding: 0 0 0 20px;}
.task_area .task_btm .img_box {}
.task_area .task_btm .img_box img {}

.research_area {}
.research_area > .list {display: flex; flex-wrap: wrap; gap: 25px 20px;}
.research_area > .list > li {width: calc(50% - 10px);}
.research_area > .list > li .box {position: relative; height: 100%; padding: 25px; background-color: #fcfcfc; border: 1px solid #e6e6e6; cursor: pointer;}
.research_area > .list > li .box .box_inner {display: flex; gap: 0 22px; align-items: start;}
.research_area > .list > li .box .box_inner .img_box {max-width: 174px; width: 100%; border: 1px solid #e6e6e6;}
.research_area > .list > li .box .box_inner .img_box .img_inner {position: relative; padding:0 0 123.53%;}
.research_area > .list > li .box .box_inner .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.research_area > .list > li .box .box_inner .text_box {width: 100%;}
.research_area > .list > li .box .box_inner .text_box .title_box {}
.research_area > .list > li .box .box_inner .text_box .title_box .title {font-weight: 400; font-size: 20px; line-height: 30px; color: #2d52aa;}
.research_area > .list > li .box .box_inner .text_box .title_box .position {margin: 5px 0 0; font-weight: 400; font-size: 15px; line-height: 20px; color: #111111;}
.research_area > .list > li .box .box_inner .text_box .info_box {}
.research_area > .list > li .box .box_inner .text_box .info_box .info_title {width: 100%; margin: 5px 0 0; background-color: #879bcb; padding: 0 10px; font-weight: 700; font-size: 16px; line-height: 34px; color: #ffffff;}
.research_area > .list > li .box .box_inner .text_box .info_box .list {padding: 4px 10px;}
.research_area > .list > li .box .box_inner .text_box .info_box .list li {margin: 5px 0 0}
.research_area > .list > li .box .box_inner .text_box .info_box .list li:first-child {margin: 0;}
.research_area > .list > li .box .box_inner .text_box .info_box .list li .text {display: inline-block; position: relative; padding: 0 0 0 10px; font-weight: 400; font-size: 15px; line-height: 20px; color: #888888;}
.research_area > .list > li .box .box_inner .text_box .info_box .list li .text:before {display: block; content: ""; position: absolute; left: 0; top: 6px; width: 4px; height: 4px; border-radius: 50%; background-color: #2d52aa;}
.research_area > .list > li .box .hover_box {display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 3px solid #2d52aa; background-color: rgba(0, 0, 0, 0.35);}
.research_area > .list > li .box .hover_box .detail_btn {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 170px; border-radius: 25px; background-color: #2d52aa; text-align: center;}
.research_area > .list > li .box .hover_box .detail_btn .txt {padding: 0 25px 0 0; background: url("/kor/images/sub/detail_icon.png") no-repeat right center; font-weight: 700; font-size: 16px; line-height: 50px; color: #ffffff;}
.research_area > .list > li .box:hover .hover_box, .research_area > .list > li .box:focus .hover_box {display: block;}

.research_view {background-color: #f2f2f4; padding: 40px;}
.research_view .box_inner {display: flex; gap: 0 40px;}
.research_view .box_inner .img_box {flex-shrink: 0; width: 100%; max-width: 210px;}
.research_view .box_inner .img_box .img_inner {position: relative; padding: 0 0 112%; border: 1px solid #e6e6e6;}
.research_view .box_inner .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.research_view .box_inner .text_box {width: 100%;}
.research_view .box_inner .text_box .title_wrap {position: relative; display: flex; justify-content: space-between; align-items: center;}
.research_view .box_inner .text_box .title_wrap .title_box {}
.research_view .box_inner .text_box .title_wrap .title_box .title {font-weight: 400; font-size: 32px; line-height: 40px; color: #2d52aa;}
.research_view .box_inner .text_box .title_wrap .title_box .position {margin: 5px 0 0; font-weight: 400; font-size: 17px; line-height: 24px; color: #111111;}
.research_view .box_inner .text_box .title_wrap .detail_btn {width: 220px; border-radius: 26px; background-color: #2d52aa; text-align: center;}
.research_view .box_inner .text_box .title_wrap .detail_btn .text {padding: 0 25px 0 0; background: url("/kor/images/sub/detail_icon.png") no-repeat right center; font-weight: 500; font-size: 17px; line-height: 53px; color: #ffffff;}
.research_view .box_inner .text_box .info_box {margin: 10px 0 0; padding: 20px 25px; border-top: 2px solid #2d52aa; background-color: #fff;}
.research_view .box_inner .text_box .info_box .title {font-weight: 500; font-size: 22px; line-height: 30px; color: #222222;}
.research_view .box_inner .text_box .info_box .info_list {margin: 10px 0 0;}
.research_view .box_inner .text_box .info_box .info_list .list {column-count: 2;}
.research_view .box_inner .text_box .info_box .info_list .list li {margin: 10px 0 0;}
.research_view .box_inner .text_box .info_box .info_list .list li:first-child {margin: 0;}
.research_view .box_inner .text_box .info_box .info_list .list li .text {position: relative; display: inline-block; padding: 0 0 0 10px; font-weight: 400; font-size: 16px; line-height: 20px; color: #777777;}
.research_view .box_inner .text_box .info_box .info_list .list li .text:before {display: block; content: ""; position: absolute; left: 0; top: 4px; width: 6px; height: 6px; border-radius: 50%; background-color: #2d52aa;}

.map_wrap {}
.map_wrap .map_box {position: relative;}
.map_wrap .map_box .map_inner {}
.map_wrap .map_box .map_inner img {}
.map_wrap .map_box .nation_list {}
.map_wrap .map_box .nation_list .list {}
.map_wrap .map_box .nation_list .list li {position: absolute;}
.map_wrap .map_box .nation_list .list li .btn {}
.map_wrap .map_box .nation_list .list li .btn .txt {position: relative; padding: 0 0 0 18px; font-weight: 700; font-size: 16px; line-height: 24px; color: #888888;}
.map_wrap .map_box .nation_list .list li .btn .txt:before {display: block; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; background: url("/kor/images/sub/map_mark.png") no-repeat center;}
.map_wrap .map_box .nation_list .list li .btn:hover .txt, .map_wrap .map_box .nation_list .list li .btn:focus .txt {color: #2d52aa;}
.map_wrap .map_box .nation_list .list li .btn:hover .txt:before, .map_wrap .map_box .nation_list .list li .btn:focus .txt:before {background-image: url("/kor/images/sub/map_mark_on.png");}

/* .map_box .nation_list .list li.nation01 {left: 315; top: 222;} 
.map_box .nation_list .list li.nation02 {left: 460; top: 407;} 
.map_box .nation_list .list li.nation03 {left: 652; top: 163;} 
.map_box .nation_list .list li.nation04 {left: 726; top: 263;} 
.map_box .nation_list .list li.nation05 {left: 650; top: 340;} 
.map_box .nation_list .list li.nation06 {left: 852; top: 214;} 
.map_box .nation_list .list li.nation07 {left: 975; top: 436;}  */


.map_box .nation_list .list li.nation01 {left: 68.2307%; top: 37%;} /* 북아메리카 */
.map_box .nation_list .list li.nation02 {left: 35.3846%; top: 67.8333%;} /* 남아메리카 */
.map_box .nation_list .list li.nation03 {left: 16.1538%; top: 33.1666%;} /* 유럽 */
.map_box .nation_list .list li.nation04 {left: 55.8461%; top: 43.8333%;} /* 중동 */
.map_box .nation_list .list li.nation05 {left: 50%; top: 56.6666%;} /* 아프리카 */
.map_box .nation_list .list li.nation06 {left: 38.5384%; top: 36.6666%;} /* 아시아 */
.map_box .nation_list .list li.nation07 {left: 75%; top: 71.6666%;} /* 오세아니아 */


@media screen and (max-width: 1600px) {
	
}

@media screen and (max-width: 1400px) {
	.sub_top_tit_box {height: 380px;}
	.sub_top_tit_box .sub_top_tit {padding: 80px 0 0; font-size: 40px; line-height: 45px;}
	.sub_top .sub_top_area .breadcrumb .home {width: 55px;}
	.sub_top .sub_top_area .breadcrumb .com_depth .depth_list {top: 55px;}
	.sub_top .sub_top_area .breadcrumb .com_depth > .text {line-height: 55px;}

	.sub_cont {padding: 60px 0 100px}

	.com_title_area {margin: 0 0 30px;}
	.com_title_area .title {font-size: 34px; line-height: 40px;}

	.line_title_area {margin: 0 0 20px; padding: 0 0 15px;}
	.line_title_area .title {font-size: 24px; line-height: 30px}
	.line_title_area .title:before {width: 90px;}

	.dot_title_area .title {font-size: 22px; line-height: 26px;}
	.dot_title_area .title:before {top: 6px;}
	.com_text {font-size: 18px; line-height: 24px;}

	.scroll_table_box .table_box table thead tr td {padding: 10px 5px;}
	.scroll_table_box .table_box table tbody tr td {padding: 10px 5px;}
	.scroll_table_box.sty2 .table_box table tbody tr td {padding: 10px 20px;}

	.photo_area {padding: 0 0 30px;}
	.photo_area .list {gap: 30px 10px;}
	.photo_area .list li {width: calc(25% - 7.5px);}
	.photo_area .list li .box .box_inner .hover_box .inner .title {font-size: 18px; line-height: 24px;}
	
	.pop_photo_view .pop_inner {padding: 0 45px}
	.pop_photo_view .pop_inner .cont {padding: 30px; max-height: 90vh; overflow-y: scroll;}
	.pop_photo_view .pop_inner .cont .thumb-swiper {margin: 10px 0 0;}

	.sch_area {margin: 0 0 30px auto;}

	.faq_area .list li .box .q_cont .q_tit {padding: 20px;}
	.faq_area .list li .box .q_cont .q_tit:before {top: 30px;}
	.faq_area .list li .box .q_cont .q_tit .txt_box {padding: 0 20px 0 30px; font-size: 16px;}
	.faq_area .list li .box .a_cont {padding: 15px 40px 15px 50px;}
	.faq_area .list li .box .a_cont .a_tit .txt_box {font-size: 16px; line-height: 24px;}

	.board_area .board_list table thead tr th {padding: 10px 5px;}
	.board_area .board_list table tbody tr td {padding: 10px 5px;}

	.board_view {padding: 0 20px 30px;}
	.board_view .board_top {padding: 10px 0 20px;}
	.board_view .board_top .title_box .title {font-size: 20px; line-height: 26px;}
	.board_view .board_top .name {font-size: 14px; line-height: 20px;}
	.board_view .board_info_area {padding: 13px 20px;}
	.board_view .board_info_area .board_info .list {gap: 0 25px;}
	.board_view .board_info_area .board_info .list li .box {font-size: 14px; line-height: 20px;}
	.board_view .board_info_area .board_info .list li .box .tit {margin: 0 6px 0 0; padding: 0 6px 0 0;}
	.board_view .board_info_area .file_area .list {gap: 0 10px;}
	.board_view .board_info_area .file_area .list li .box .txt {padding: 0 0 0 26px; font-size: 14px;}
	.board_view .cont {padding: 20px 0 0;}

	.gray_sch_area {padding: 25px 10px;}
	.gray_sch_area .sch_box .slt_list .list li .slt_box select {background-size: 10px auto; line-height: 42px; }
	.gray_sch_area .sch_box .input_list .input_box input {line-height: 42px;}
	.gray_sch_area .sch_box .input_list .input_box .sch_btn {line-height: 44px;}
	.gray_sch_area .sch_box .input_list .init_btn {line-height: 44px;}

	.down_area {padding: 0 0 30px;}
	.down_area > .list {gap: 30px;}
	.down_area > .list > li {width: calc(25% - 22.5px);}
	.down_area > .list > li .box .img_wrap .hover_box .down_box img {width: 55px;}
	.down_area > .list > li .box .text_box {margin: 15px 0 0;}
	.down_area > .list > li .box .text_box .title {font-size: 18px; line-height: 26px;}

	.breif_view .info_top {gap: 0 30px;}
	.breif_view .info_top .info_box .title {font-size: 24px; line-height: 30px;}
	.breif_view .info_top .info_box .info_list {padding: 10px 15px;}
	.breif_view .info_top .info_box .info_list > .list {gap: 0 30px;}
	.breif_view .info_top .info_box .info_list > .file_area .list {gap: 0 10px;}
	.breif_view .info_top .info_box .info_list > .file_area .list li .box .txt {padding: 0 0 0 26px; font-size: 14px;}

	.trend_area > .list > li .box {padding: 25px;}
	.trend_area > .list > li .box .title {font-size: 20px; line-height: 26px;}
	.trend_area > .list > li .box .info_box {margin: 15px 0 0;}

	.gallery_area {padding: 0 0 30px;}
	.gallery_area > .list {gap: 30px;}
	.gallery_area > .list > li {width: calc(25% - 22.5px);}


	.about_area .about_top > .text_box .text {font-size: 22px; line-height: 30px;}
	.about_area .about_top .info_box > .list {gap: 0 10px;}
	.about_area .about_top .info_box > .list > li .box .title_box {padding: 15px 10px;}
	.about_area .about_top .info_box > .list > li .box .title_box .title {font-size: 16px;}
	.about_area .about_btm .platform_area > .list > li .box .title_box {max-width: 210px;}
	.about_area .about_btm .platform_area > .list > li .box .result_text {max-width: 280px;}
	.about_area .about_btm .platform_area > .list > li .box .result_text .text {font-size: 16px;}

	.dot_list .list li .text {padding: 0 0 0 6px; font-size: 16px; line-height: 22px;}
	.dot_list .list li .text:before {top: 7px;}

	.task_area .task_mid .duty_box > .list {gap: 0 20px;}
	.task_area .task_mid .duty_box > .list > li .box .title {padding: 10px 5px; font-size: 16px; line-height: 22px;}
	.task_area .task_mid .duty_box > .list > li .box .text_box {padding: 10px 15px;}
	.task_area .task_mid .duty_box > .list > li .box .text_box .list li {font-size: 16px; line-height: 22px;}
	.task_area .task_mid .step_box2 .list li {margin: 15px 0 0;}
	.task_area .task_mid .step_box2 .list li .box .title_box {width: 200px; padding: 13px 5px;}
	.task_area .task_mid .step_box2 .list li .box .title_box .title {font-size: 18px; line-height: 26px;}
	.task_area .task_mid .step_box2 .list li .box .text {font-size: 18px; line-height: 26px;}
	.task_area .task_mid .step_box2 .list li img {width: 55px;}
	.task_area .task_mid .arrow_box img {width: 55px;}
	.task_area .task_mid .step_box1 {margin: 15px 0 0; padding: 18px 0 0;}
	.task_area .task_mid .step_box1 .title_box {width: 240px;}
	.task_area .task_mid .step_box1 .title_box .title {font-size: 18px; line-height: 50px;}
	.task_area .task_mid .step_box1 .info_area {padding: 50px 10px 20px;}
	.task_area .task_mid .step_box1 .info_area .info_list > .list > li {margin: 10px 0 0;}
	.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box {gap: 0 10px;}
	.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .tit {width: 115px;}
	.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .text_list li .box .title {font-size: 16px; line-height: 40px;}
	.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .text_list li .box .text {padding: 10px 5px; font-size: 14px; line-height: 20px; letter-spacing: -0.06em;}
	
	.research_area > .list {gap: 20px 15px;}
	.research_area > .list > li {width: calc(50% - 7.5px);}
	.research_area > .list > li .box {padding: 20px;}
	.research_area > .list > li .box .box_inner {gap: 0 10px;}
	.research_area > .list > li .box .box_inner .text_box .title_box .title {font-size: 18px; line-height: 24px;}
	.research_area > .list > li .box .box_inner .text_box .info_box .info_title {line-height: 30px;}
	.research_area > .list > li .box .box_inner .text_box .info_box .list {padding: 3px 0;}
	.research_area > .list > li .box .hover_box .detail_btn {width: 150px ;}
	.research_area > .list > li .box .hover_box .detail_btn .txt {font-size: 14px; line-height: 40px;}

	.research_view {padding: 30px;}
	.research_view .box_inner {gap: 0 30px;}
	.research_view .box_inner .text_box .title_wrap .title_box .title {font-size: 26px; line-height: 30px;}
	.research_view .box_inner .text_box .title_wrap .detail_btn {width: 180px;}
	.research_view .box_inner .text_box .title_wrap .detail_btn .text {line-height: 44px;}
	.research_view .box_inner .text_box .info_box {padding: 15px;}

	.map_wrap .map_box .nation_list .list li .btn .txt {padding: 0 0 0 15px; font-size: 14px; line-height: 20px;}
	.map_wrap .map_box .nation_list .list li .btn .txt:before {width: 12px; height: 12px; background-size: cover;}

}

@media screen and (max-width: 1080px) {
	.sub_top {padding: 0;}
	.sub_top_tit_box {height: 300px;}
	.sub_top_tit_box .sub_top_tit {padding: 56px 0 0; font-size: 30px; line-height: 34px;}
	.sub_top .sub_top_area {position: relative;}
	.sub_top .sub_top_area .container {padding: 0;}
	.sub_top .sub_top_area .breadcrumb .home {width: 50px;}
	.sub_top .sub_top_area .breadcrumb .com_depth .depth_list {top: 50px;}
	.sub_top .sub_top_area .breadcrumb .com_depth > .text {padding: 0 30px 0 10px; font-size: 14px; line-height: 50px;}
	.sub_top .sub_top_area .breadcrumb .com_depth .depth_list > li > .text {padding: 0 10px; font-size: 14px; line-height: 35px;}


	.sub_cont {padding: 40px 0 60px}
	
	.com_title_area {margin: 0 0 20px;}
	.com_title_area .title {font-size: 26px; line-height: 30px;}

	.line_title_area {margin: 0 0 14px; padding: 0 0 10px;}
	.line_title_area .title {font-size: 20px; line-height: 24px}
	.line_title_area .title:before {width: 80px;}

	
	.dot_title_area .title {padding: 0 0 0 16px; font-size: 18px; line-height: 22px;}
	.dot_title_area .title:before {top: 4px;}
	.dot_list.sty2 {padding: 0;}
	.dot_list.sty2 .list li .text {font-size: 14px; line-height: 20px;}
	.com_text {font-size: 16px; line-height: 22px;}

	.scroll_table_box .table_box table thead tr td {padding: 5px; font-size: 14px; line-height: 20px;}
	.scroll_table_box .table_box table tbody tr td {padding: 5px; font-size: 14px; line-height: 20px;}
	.scroll_table_box.sty2 .table_box table tbody tr td {padding: 5px 10px;}

	.scroll_table_box .table_box {overflow-x: scroll; padding: 20px 0 10px; background: url("/kor/images/sub/lr_arr_ico.png") 48% 0 no-repeat; animation: tblScrollAni 2s infinite; background-size: 30px}
	.scroll_table_box .table_box table {width: 1080px;}
	.scroll_table_box .table_box table thead tr td .nation {width: 20px;}
	
	@-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;
		}
	}

	.page_state_box {font-size: 14px; line-height: 20px;}
	.page_state_box .count {margin: 0 6px 0 0; padding: 0 8px 0 0;}
	.photo_area {padding: 0 0 20px;}
	.photo_area .list {gap: 20px 10px;}
	.photo_area .list li {width: calc(33.3333% - 6.6666px);}
	.photo_area .list li .box .box_inner .hover_box {display: block; bottom: 0; top: initial; height: auto; padding: 5px; background-color: rgba(0, 0, 0, 0.6);}
	.photo_area .list li .box .box_inner .hover_box .inner .title {font-size: 16px; line-height: 20px;}
	.photo_area .list li .box .box_inner .hover_box .inner .date {padding: 0; font-size: 14px; line-height: 18px;}
	.photo_area .list li .box .box_inner .hover_box .inner .date:before {display: none;}
	
	.pop_photo_view .pop_inner {padding: 0 30px;}
	.pop_photo_view .pop_inner .cont {padding: 20px;}
	.pop_photo_view .pop_inner .cont .close_btn {right: 5px; top: 5px;}
	.pop_photo_view .pop_inner .photo_btn2.prev {left: 5px;}
	.pop_photo_view .pop_inner .photo_btn2.next {right: 5px;}
	.pop_photo_view .pop_inner .photo_btn2 img {width: 18px;}

	.sch_area {margin: 0 0 20px auto;}
	.sch_area .sch_btn {line-height: 34px;}
	.sch_area .sch_inner .select_box select {height: 34px; line-height: 32px;}
	.sch_area .sch_inner .input_box input {height: 34px; line-height: 32px;}

	.faq_area .list li .box .q_cont .q_tit {padding: 10px;}
	.faq_area .list li .box .q_cont .q_tit .txt_box {padding: 0 5px 0 30px; font-size: 14px; line-height: 21px;}
	.faq_area .list li .box .q_cont .q_tit .txt_box .q_txt {width: 22px; line-height: 22px;}
	.faq_area .list li .box .q_cont .q_tit:before {width: 14px; height: 8px; top: 21px; background-size: cover;}
	.faq_area .list li .box .a_cont {padding: 10px 20px 10px 40px;}
	.faq_area .list li .box .a_cont .a_tit .txt_box {font-size: 14px; line-height: 20px;}


	.board_area .board_list table {display: block; border-top: 1px solid #444444;}
	.board_area .board_list table thead {display: none;}
	.board_area .board_list table thead tr td {border: none; font-size: 14px; line-height: 20px;}
	.board_area .board_list table tbody {display: block;}
	.board_area .board_list table tbody tr {display: block; border-bottom: 1px solid #e6e6e6}
	.board_area .board_list table tbody tr td {display: block; position:relative; padding: 5px; border: none; font-size: 14px; line-height: 20px; text-align: left; color: #000;}
	.board_area .board_list table tbody tr td .title_box .title { color: #000;}
	.board_area .board_list table tbody tr td:before {display: inline-block; content: attr(data-th) " : "; /* width:70px */; margin: 0 5px 0 0; color: #888;}
	.board_area .board_list table tbody tr td.bf_none {padding: 5px;}
	.board_area .board_list table tbody tr td.bf_none:before {display: none;}
	.board_area .board_list table tbody tr td .down_btn {width: 80px; line-height: 25px;}
	.board_area .board_list table tbody tr td .research {color: #000;}
	.board_area .board_list table tbody tr td .nation_box img {width: 25px; height: 25px;}

	.board_view {padding: 0 10px 20px;}
	.board_view .board_top {flex-direction: column; gap: 5px; padding: 6px 0 10px;}
	.board_view .board_top .title_box .title {font-size: 18px;}
	.board_view .board_top .title_box .title .new {width: 22px; margin: 0 5px 0 0; line-height: 22px;}
	.board_view .board_top .title_box .title .sort {margin: 0 5px 0 0; padding: 0 10px; line-height: 24px;}
	.board_view .board_info_area {flex-direction: column; gap: 5px; padding: 10px;}
	.board_view .board_info_area .board_info .list {gap: 0 10px;}
	.board_view .board_info_area .file_area .list {gap: 0 5px; flex-direction: column; gap: 0 5px;}
	.board_view .board_info_area .file_area .list li .box .txt {padding: 0 0 0 20px; background-size: 16px auto; background-position: left top 1px;}
	.board_view .cont {padding: 10px 0 0;}
	.board_view .cont .text {font-size: 14px; line-height: 20px;}
	
	.gray_sch_area {padding: 15px 10px;}
	.gray_sch_area .sch_box .slt_list .list {gap: 0 6px;}
	.gray_sch_area .sch_box .slt_list .list li .slt_box select {background-size: 10px auto; font-size: 14px; line-height: 36px; }
	.gray_sch_area .sch_box .input_list .input_box input {font-size: 14px; line-height: 36px;}
	.gray_sch_area .sch_box .input_list .input_box .sch_btn {font-size: 14px; line-height: 38px;}
	.gray_sch_area .sch_box .input_list .init_btn {font-size: 14px; line-height: 38px;}
	.gray_sch_area .sch_box .input_list {margin: 6px 0 0; padding: 0 84px 0 0;}

	.down_area {padding: 0 0 20px;}
	.down_area > .list {gap: 20px;}
	.down_area > .list > li {width: calc(33.3333% - 13.3333px);}
	.down_area > .list > li .box .img_wrap .hover_box .down_box img {width: 50px;}
	.down_area > .list > li .box .img_wrap .hover_box .down_box .down {margin: 10px 0 0;}
	.down_area > .list > li .box .img_wrap .hover_box .down_box .down .txt {padding: 25px 0 0; background-size: auto 20px; font-size: 14px; line-height: 18px;}
	.down_area > .list > li .box .text_box {margin: 10px 0 0;}
	.down_area > .list > li .box .text_box .title {font-size: 16px; line-height: 24px;}
	.down_area > .list > li .box .text_box .info_list .list li {margin: 0 6px 0 0; padding: 0 6px 0 0; font-size: 14px; line-height: 18px;}
	.down_area > .list > li .box .text_box .info_list .list li:before {top: 4px; height: 10px;}

	.breif_view .info_top {gap: 0 20px;}
	.breif_view .info_top .img_box {max-width: 230px;}
	.breif_view .info_top .info_box .sort {margin: 0 0 6px; padding: 0 10px; font-size: 14px; line-height: 30px;}
	.breif_view .info_top .info_box .info_list {margin: 10px 0 0; padding: 10px;}
	.breif_view .info_top .info_box .info_list .list {gap: 0 15px;}
	.breif_view .info_top .info_box .info_list .list li .box {padding: 0 0 0 10px; font-size: 14px; line-height: 20px;}
	.breif_view .info_top .info_box .info_list .list li .box .tit {margin: 0 6px 0 0; padding: 0 6px 0 0;}
	.breif_view .info_top .info_box .title {font-size: 20px; line-height: 24px;}
	.breif_view .info_top .info_box .text_box {margin: 10px 0 0;}
	.breif_view .info_top .info_box .text_box .tit {font-size: 18px; line-height: 26px;}
	.breif_view .info_top .info_box .text_box .txt {font-size: 14px; line-height: 20px;}
	.breif_view .info_btm {margin: 30px 0 0;}
	.breif_view .info_btm .text_box .title {font-size: 18px; line-height: 26px;}
	.breif_view .info_btm .text_box .info_list .list li {font-size: 14px; line-height: 20px;}

	.trend_area > .list > li .box {padding: 15px;}
	.trend_area > .list > li .box .sort {padding: 0 10px; line-height: 24px;}
	.trend_area > .list > li .box .title {font-size: 18px; line-height: 24px;}
	.trend_area > .list > li .box .info_box {margin: 10px 0 0;}
	.trend_area > .list > li .box .text {font-size: 14px; line-height: 18px;}
	.trend_area > .list > li .box .info_box .list li {margin: 0 6px 0 0; padding: 0 6px 0 0; font-size: 14px; line-height: 18px;} 
	.trend_area > .list > li .box .info_box .list li:before {top: 4px; height: 10px;}

	.gallery_area {padding: 0 0 20px;}
	.gallery_area > .list {gap: 20px;}
	.gallery_area > .list > li {width: calc(33.3333% - 13.3333px);}
	.gallery_area > .list > li .box .text_box {margin: 10px 0 0;}
	.gallery_area > .list > li .box .text_box .title {font-size: 18px;}
	.gallery_area > .list > li .box .text_box .text {margin: 10px 0 0; font-size: 14px; line-height: 18px;}
	.gallery_area > .list > li .box .text_box .info_box {margin: 15px 0 0;}
	.gallery_area > .list > li .box .text_box .info_box .list li {margin: 0 6px 0 0; padding: 0 6px 0 0; font-size: 14px; line-height: 18px;}

	.about_area .about_top > .text_box {height: 180px;}
	.about_area .about_top > .text_box .text {font-size: 18px; line-height: 25px;}
	.about_area .about_top .info_box > .list > li .box .title_box {padding: 10px;	}
	.about_area .about_top .info_box > .list > li .box .title_box .title {line-height: 22px;}
	.about_area .about_top .info_box > .list > li .box .title_box .title br {display: none;}
	.about_area .about_top .info_box > .list > li .box .text_box {padding: 10px;}
	.about_area .about_top .info_box > .list > li .box .text_box .list li {margin: 10px 0 0;}
	.about_area .about_top .info_box > .list > li .box .text_box .list li .text {padding: 0 0 0 10px; font-size: 14px; line-height: 20px;}
	.about_area .about_top .info_box > .list > li .box .text_box .list li .text:before {width: 4px; height: 4px; top: 6px;;}
	.about_area .arrow_icon img {width: 50px;}
	.about_area .about_mid .border_area .list li .box {padding: 10px 6px; font-size: 16px; line-height: 20px;}
	.about_area .about_btm .platform_area > .list > li .box {flex-wrap: wrap; gap: 5px;}
	.about_area .about_btm .platform_area > .list > li .box .title_box .title {font-size: 16px; line-height: 20px;}
	.about_area .about_btm .platform_area > .list > li .box .text_box {width: calc(100% - 215px);}
	.about_area .about_btm .platform_area > .list > li .box .result_text {max-width: 100%; padding: 45px 0 0; background-position: center top; background-size: 35px auto;}
	.about_area .about_btm .platform_area > .list > li.bg01 .box .result_text {background-image: url("/kor/images/sub/about_arrow_color01_1.png");}
	.about_area .about_btm .platform_area > .list > li.bg02 .box .result_text {background-image: url("/kor/images/sub/about_arrow_color02_1.png");}
	.about_area .about_btm .platform_area > .list > li.bg03 .box .result_text {background-image: url("/kor/images/sub/about_arrow_color03_1.png");}
	.about_area .about_btm .platform_area > .list > li .box .result_text .text {padding: 10px;}
	.about_area .about_btm .platform_area > .list > li .box .result_text .text br {display: none;}

	.inq_box {padding: 12px 20px;}
	.inq_box .title_box .title {background-size: 34px 34px; padding: 0 0 0 40px; font-size: 16px; line-height: 34px;}
	.inq_box .text_box .text {font-size: 16px; line-height: 24px;}
	
	.task_area .task_mid .dot_list {padding: 0;}
	.task_area .task_mid .duty_box {padding: 0;}
	.task_area .task_mid .duty_box > .list {gap: 0 10px;}
	.task_area .task_mid .duty_box > .list > li .box .title {padding: 5px;}
	.task_area .task_mid .duty_box > .list > li .box .text_box {padding: 5px;}
	.task_area .task_mid .duty_box > .list > li .box .text_box .list li {font-size: 14px; line-height: 20px;}
	.task_area .task_mid .step_box2 {padding: 0;}
	.task_area .task_mid .step_box2 .list li {margin: 10px 0 0;}
	.task_area .task_mid .step_box2 .list li .box .title_box {width: 160px; padding: 10px 5px;}
	.task_area .task_mid .step_box2 .list li .box .title_box .title {font-size: 16px; line-height: 24px;}
	.task_area .task_mid .step_box2 .list li .box .text {padding: 0 10px; font-size: 16px; line-height: 22px;}
	.task_area .task_mid .step_box2 .list li img {width: 45px;}
	.task_area .task_mid .arrow_box {padding: 0;}
	.task_area .task_mid .arrow_box img {width: 45px;}
	.task_area .task_mid .step_box1 .title_box {width: 160px;}
	.task_area .task_mid .step_box1 .title_box .title {font-size: 16px; line-height: 40px;}
	.task_area .task_mid .step_box1 .info_area {padding: 30px 10px 10px;}
	.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box {flex-direction: column; gap: 5px 0;}
	.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .tit {width: 100%; padding: 10px 5px; font-size: 16px; line-height: 20px;}
	.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .tit br {display: none;}
	.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .text_list {gap: 0 5px;}
	.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .text_list li .box .title {font-size: 14px; line-height: 35px;}
	.task_area .task_btm .dot_list {padding: 0;}

	
	.research_area > .list {gap: 10px;}
	.research_area > .list > li {width: calc(50% - 5px);}
	.research_area > .list > li .box {padding: 10px;}
	.research_area > .list > li .box .box_inner {gap: 5px; flex-direction: column; }
	.research_area > .list > li .box .box_inner .img_box {margin: 0 auto;}
	.research_area > .list > li .box .box_inner .text_box .title_box {text-align: center;}
	.research_area > .list > li .box .box_inner .text_box .title_box .title {font-size: 16px; line-height: 22px;}
	.research_area > .list > li .box .box_inner .text_box .title_box .position {margin: 0; font-size: 14px; line-height: 18px;}	
	.research_area > .list > li .box .box_inner .text_box .info_box .info_title {padding: 0 5px; font-size: 14px; line-height: 26px;}
	.research_area > .list > li .box .box_inner .text_box .info_box .list li .text {padding: 0 0 0 8px; font-size: 14px; line-height: 18px;}
	.research_area > .list > li .box .hover_box .detail_btn {width: 120px;}
	.research_area > .list > li .box .hover_box .detail_btn .txt {padding: 0 15px 0 0; background-size: 8px auto; line-height: 36px;}


	
	.research_view {padding: 20px;}
	.research_view .box_inner {gap: 0 20px;}
	.research_view .box_inner .img_box {max-width: 180px;}

	.research_view .box_inner .text_box .title_wrap .title_box .title {font-size: 22px; line-height: 26px;}
	.research_view .box_inner .text_box .title_wrap .title_box .position {margin: 3px 0 0; font-size: 16px; line-height: 20px;}
	.research_view .box_inner .text_box .title_wrap .detail_btn {width: 160px;}
	.research_view .box_inner .text_box .title_wrap .detail_btn .text {padding: 0 18px 0 0; font-size: 16px; line-height: 36px;}
	.research_view .box_inner .text_box .info_box {margin: 5px 0 0; padding: 10px;}
	.research_view .box_inner .text_box .info_box .title {font-size: 18px; line-height: 24px;}

	.research_view .box_inner .text_box .info_box .info_list .list li .text {padding: 0 0 0 7px; font-size: 14px; line-height: 18px;}
	.research_view .box_inner .text_box .info_box .info_list .list li .text:before {top: 6px; width: 4px; height: 4px;}


	.map_wrap .map_box .nation_list .list li .btn .txt {padding: 0 0 0 12px; font-size: 12px; line-height: 16px;}
	.map_wrap .map_box .nation_list .list li .btn .txt:before {width: 10px; height: 10px;}



}

@media screen and (max-width: 767px) {


	.sub_top_tit_box {height: 240px;}
	.sub_top_tit_box .sub_top_tit {font-size: 24px; line-height: 30px;}
	.sub_top .sub_top_area .breadcrumb .home {width: 40px;}
	.sub_top .sub_top_area .breadcrumb .home .btn img {width: 16px;}
	.sub_top .sub_top_area .breadcrumb .com_depth .depth_list {top: 40px;}
	.sub_top .sub_top_area .breadcrumb .com_depth > .text {padding: 0 10px; line-height: 40px;}
	.sub_top .sub_top_area .breadcrumb .com_depth > .text:after {right: 6px;}

	.sub_cont {padding: 30px 0 50px}	


	/* .com_title_area {margin: 0 0 15px;} */
	.com_title_area .title {font-size: 20px; line-height: 24px;}

	.line_title_area .title {font-size: 18px; line-height: 22px}
	.line_title_area .title:before {width: 60px;}

	.photo_area {padding: 0 0 10px;}
	.photo_area .list {gap: 10px;}
	.photo_area .list li {width: calc(50% - 5px);}
	.photo_area .list li .box .box_inner .hover_box .inner .title {font-size: 14px; line-height: 18px;}
	.photo_area .list li .box .box_inner .hover_box .inner .date {font-size: 12px;	line-height: 16px;}
	
	.pop_photo_view .pop_inner {padding: 0 25px;}
	.pop_photo_view .pop_inner .cont {padding: 16px;}
	.pop_photo_view .pop_inner .photo_btn2 img {width: 14px;}

	.board_view .board_info_area .board_info .list {gap: 0 5px;}
	
	.state_wrap {flex-direction: column; gap: 10px; align-items: end;}

	.down_area {padding: 0 0 10px;}
	.down_area > .list {gap: 10px;}
	.down_area > .list > li {width: calc(50% - 5px);}
	.down_area > .list > li .box .img_wrap .hover_box .down_box img {width: 40px;}
	.down_area > .list > li .box .img_wrap .hover_box .down_box .down {margin: 6px 0 0;}
	.down_area > .list > li .box .text_box {margin: 6px 0 0;}
	.down_area > .list > li .box .text_box .info_list {margin: 0;}


	.breif_view .info_top {flex-direction: column; gap: 10px;}
	.breif_view .info_top .img_box {max-width: 245px; margin: 0 auto;}
	.breif_view .info_top .info_box .sort {line-height: 26px;}
	.breif_view .info_top .info_box .title {font-size: 18px; line-height: 22px;}
	.breif_view .info_top .info_box .info_list {margin: 6px 0 0; padding: 6px 10px;}
	.breif_view .info_top .info_box .info_list .list {flex-wrap: wrap; gap: 5px 10px;}
	.breif_view .info_top .info_box .info_list .list li .box {padding: 0 0 0 6px;}
	.breif_view .info_top .info_box .info_list .list li .box:before {width: 3px; height: 3px;}
	.breif_view .info_btm {margin: 20px 0 0;}


	.trend_area > .list > li .box {padding: 10px;}
	.trend_area > .list > li .box .sort {padding: 0 10px; line-height: 22px;}
	.trend_area > .list > li .box .info_box {margin: 6px 0 0;}


	.gallery_area {padding: 0 0 10px;}
	.gallery_area > .list {gap: 10px;}
	.gallery_area > .list > li {width: calc(50% - 5px);}
	.gallery_area > .list > li .box .text_box {margin: 6px 0 0;}
	.gallery_area > .list > li .box .text_box .title {font-size: 16px;}
	.gallery_area > .list > li .box .text_box .name {font-size: 12px; line-height: 18px;}
	.gallery_area > .list > li .box .text_box .text {margin: 6px 0 0;}
	.gallery_area > .list > li .box .text_box .info_box {margin: 10px 0 0;}

	.about_area .about_top > .text_box {height: 150px; padding: 10px;}
	.about_area .about_top > .text_box .text {font-size: 16px; line-height: 21px;}
	.about_area .about_top > .text_box .text br {display: none;}
	.about_area .about_top .info_box > .list {flex-direction: column; gap: 10px;}
	.about_area .about_mid .border_area .list li .box {font-size: 14px;}
	.about_area .about_btm > .dot_list {padding: 0;}
	.about_area .about_btm .platform_area {padding: 0;}
	.about_area .about_btm .platform_area > .list > li .box .title_box {max-width: 100%; padding: 10px;}
	.about_area .about_btm .platform_area > .list > li .box .text_box {width: 100%; padding: 10px;}
	.about_area .about_btm .platform_area > .list > li .box .result_text {padding: 40px 0 0;}
	.inq_box {flex-direction: column; align-items: start; gap: 5px; padding: 10px;}
	.inq_box .title_box {margin: 0 8px 0 0; padding: 0 8px 0 0;}
	.inq_box .title_box:before {display: none;}

	
	.dot_list .list li .text {font-size: 14px; line-height: 20px;}
	.dot_list.sty2 .list li .text {font-size: 12px; line-height: 18px;}


	.task_area .task_mid .duty_box > .list {flex-direction: column; gap: 10px;}
	.task_area .task_mid .duty_box > .list > li .box .text_box {display: flex; flex-direction: colulmn; justify-content: center;}
	.task_area .task_mid .step_box2 .list li .box {flex-direction: column; border-radius: 10px;}
	.task_area .task_mid .step_box2 .list li .box .title_box {width: 100%; padding: 6px 5px; border-radius: 0 6px 6px 0; }
	.task_area .task_mid .step_box2 .list li .box .text {padding: 10px 5px; text-align: center;}
	.task_area .task_mid .step_box2 .list li img {width: 40px;}
	.task_area .task_mid .arrow_box img {width: 40px;}
	.task_area .task_mid .step_box1 .info_area .info_list > .list > li .info_box .text_list {flex-direction: column; gap: 5px;}

	.research_area > .list {flex-direction: column; gap: 10px;}
	.research_area > .list li {width: 100%;}
	.research_area > .list > li .box .box_inner {flex-direction: row;}
	.research_area > .list > li .box .box_inner .img_box {max-width: 140px}
	.research_area > .list > li .box .box_inner .text_box .title_box {text-align: left;}
	.research_area > .list > li .box .hover_box .detail_btn {width: 110px;}
	.research_area > .list > li .box .hover_box .detail_btn .txt {font-size: 12px; line-height: 32px;}

	.research_view {padding: 10px;}
	.research_view .box_inner {flex-direction: column; gap: 10px;}
	.research_view .box_inner .img_box {margin: 0 auto;}
	.research_view .box_inner .text_box .title_wrap {flex-direction: column; gap: 10px;}
	.research_view .box_inner .text_box .title_wrap .title_box {text-align: center;}
	.research_view .box_inner .text_box .title_wrap .title_box .title {font-size: 18px; line-height: 20px;}
	.research_view .box_inner .text_box .title_wrap .title_box .position {font-size: 14px; line-height: 18px;}
	.research_view .box_inner .text_box .title_wrap .detail_btn {width: 140px;}
	.research_view .box_inner .text_box .title_wrap .detail_btn .text {background-size: 8px auto; font-size: 14px; line-height: 34px;}
	.research_view .box_inner .text_box .info_box .info_list {margin: 6px 0 0;}
	.research_view .box_inner .text_box .info_box .info_list .list {column-count: 1;}
	.research_view .box_inner .text_box .info_box .info_list .list li {margin: 5px 0 0;}


}



@media screen and (max-width: 480px) {
	.board_view .board_info_area .board_info .list {flex-wrap: wrap; gap: 3px 5px;}

	.gray_sch_area {gap: 10px;}
	.gray_sch_area .sch_box .slt_list .list {gap: 5px; flex-direction: column;}
	.gray_sch_area .sch_box .input_list {padding: 0;}
	.gray_sch_area .sch_box .input_list .init_btn {position: initial; margin: 6px 0 0; width: 100%;}

	.down_area > .list > li .box .text_box .info_list .list {flex-direction: column; gap: 3px;}
	.down_area > .list > li .box .text_box .info_list .list li {margin: 0; padding: 0;}
	.down_area > .list > li .box .text_box .info_list .list li:before {display: none;}

	.gallery_area > .list > li .box .text_box .info_box .list {flex-direction: column; gap: 5px;}
	.gallery_area > .list > li .box .text_box .info_box .list li {margin: 0; padding: 0; font-size: 12px; line-height: 15px;}
	.gallery_area > .list > li .box .text_box .info_box .list li:before {display: none;}
	
	.research_area > .list > li .box .box_inner {flex-direction: column;}
	.research_area > .list > li .box .box_inner .text_box .title_box {text-align: center;}

	
	.map_wrap {overflow-x: scroll; padding: 15px 0 5px; background: url("/kor/images/sub/lr_arr_ico.png") 48% 0 no-repeat; animation: tblScrollAni 2s infinite; background-size: 24px auto}
	.map_wrap .map_box {width: 480px;}
	
}

