@charset "utf-8";
.content {padding-bottom: 12rem;}
.pb0 {padding-bottom: 0;}

/* layout */
.sub_tit {padding-top: 15rem; padding-bottom: 4rem; background-repeat: no-repeat; background-position:top center; background-size: cover;}
.sub_tit.sub_bg_01 {background-image: url(../images/bg/bg_sub_01.jpg);}
.sub_tit.sub_bg_02 {background-image: url(../images/bg/bg_sub_02.jpg);}
.sub_tit .inner {display: flex; align-items: center;}

.sub_tab ul {display: flex;}
.sub_tab ul li {width: 18rem;} 
.sub_tab ul li a {padding: .5rem 1rem; display: block; height: 4.7rem; max-width: 13rem; font-weight: 700; color: #333; border-left: 1px solid #aaa; position: relative; word-break: keep-all;} 
.sub_tab ul li:last-child a {max-width: 16rem;} 
.sub_tab ul li a::before {transform: translateY(-1rem); opacity: 0; visibility: hidden; transition: .3s; display: block; content: ''; position: absolute; left: 1rem; bottom: calc(100% + .1rem); background: url(../images/common/icon_tab_arr.svg) no-repeat; width: 2.3rem; height: 2rem; background-size: 1.8rem auto;}
.sub_tab ul li a.active::before,
.sub_tab ul li a:hover::before {transform: translateY(0); opacity: 1; visibility: visible;}

.sub_btn {margin-left: auto;}
.sub_btn ul {display: flex; gap: 0.7rem;}
.sub_btn ul li a {padding: 0.8rem; font-size: 1.5rem; line-height: 1.8rem; height: 100%; color: #fff; font-weight: 500; display: flex; width: 6.9rem; border-radius: .4rem; background-color: #00652e; position: relative; word-break: keep-all;}
.sub_btn ul li a::before {transform: translateY(-1rem); opacity: 0; visibility: hidden; transition: .3s; display: block; content: ''; position: absolute; left: 0.5rem; bottom: calc(100% + .5rem); background: url(../images/common/icon_tab_arr.svg) no-repeat; width: 2.3rem; height: 2rem; background-size: 1.6rem auto;}
.sub_btn ul li a.active::before,
.sub_btn ul li a:hover::before {transform: translateY(0); opacity: 1; visibility: visible;}

.sub_detail {background-color: #00652e; padding: 6rem 0; min-height: 700px;}
.sub_detail h3 {text-align: center; font-size: 3.6rem; color: #fff; font-weight: 700; }
.sub_detail h4 {margin-top: 1.5rem; text-align: center; font-weight: 300; color: #fff; opacity: 0.5; font-size: 2.2rem; letter-spacing: 0.04em;}
.sub_detail .desc {margin-top: 5rem; font-size: 1.8rem; color: #fff; line-height: 1.6;}
.link {position: relative; display: inline-block;   margin-right: -.2rem;}
/*251205.link a {color: #f6951c; text-decoration: underline; text-underline-offset: 3px; font-weight: 500; position: relative; padding-right: 1rem; margin-right: 4px; word-break: keep-all;}
.link a::after {display: block; content: ''; background: url(../images/common/icon_goto.svg) no-repeat 0 0; width: 0.7rem; height: 0.7rem; position: absolute; right: 0; top:3px; background-size: 100% auto;}*/
.arr45_link a {display: inline-block; background: url(../images/common/icon_goto.svg) no-repeat 0 0; width: 0.9rem; height: 0.9rem; position: relative; top:-1.3rem; left: -.2rem; background-size: 100% auto; font-size: 0;}/*251205*/
.blt_arr {color: #f6951c; text-decoration: underline; text-underline-offset: 3px; font-weight: 500; position: relative; padding-right: 1rem; margin-right: 4px; word-break: keep-all;}
.blt_arr::after {display: block; content: ''; background: url(../images/common/icon_goto.svg) no-repeat 0 0; width: 0.7rem; height: 0.7rem; position: absolute; right: 0; top:3px; background-size: 100% auto; transform: rotate(180deg);}
.tooltip {display: none; position: absolute; left: 50%; transform: translateX(-50%); bottom: calc(100% + 1rem); width: 420px; font-size: 1.4rem; font-weight: 500; color: #222; border-radius: 4px; background: #fff url(../images/common/arr_list_org.svg) no-repeat left 2.4rem top 3.1rem; background-size: 1.8rem auto; border: 1px solid #aaa; padding: 2.5rem 2rem 2.5rem 5rem;}/*251205*/
.tooltip b {font-weight: 700; font-size: 1.6rem; margin-bottom: .4rem; display: block;}/*251205*/
.tooltip .tooltip_close {background: url(../images/common/icon_close_tool.svg) no-repeat 0 0; background-size: 100% auto; width: 1.2rem; height: 1.2rem; position: absolute; right: .7rem; top: 1rem;}
.sub_detail ol {display: flex; margin-top: 10rem; flex-wrap: wrap; gap: 5rem 0;}
.sub_detail ol li {flex:1; height: auto;}
.sub_detail ol li.w3 {width: calc(33.3333% - 2rem); flex: auto;}
.sub_detail ol li a {display: block; padding: 0 3rem 2rem; border-left: 3px solid #f6951c; height: 100%;}
.sub_detail ol li.w3 a {padding: 0 3rem; min-height: 5.6rem;}
.sub_detail ol li a .tit {display: flex; gap:1.5rem; align-items: center;}
.sub_detail ol li a .tit strong {font-size: 6.4rem; line-height: 1; color: #f6951c; font-weight: 700;}
.sub_detail ol li a .tit div {flex:1;}
.sub_detail ol li a .tit h5 {font-size: 2.2rem; color: #fff; font-weight: 500; word-break: keep-all; padding-bottom: 5px; position: relative;}
.sub_detail ol li.w3 a .tit h5 {padding-bottom: 0;}
.sub_detail ol li a .tit h5::after {content:''; position:absolute; bottom:0; left:0; width:0; height:1px; background-color:rgba(255, 255, 255, .5); transition:all 0.3s;}
.sub_detail ol li a .tit h5 span {display: block; font-size: 1.6rem; margin-top: 5px; color: #fff; font-weight: 500; word-break: keep-all;}
.sub_detail ol li a .tit dl {margin-top: 2rem;}
.sub_detail ol li a .tit dl dt {font-weight: 600; font-size: 1.8rem; color: #fff;}
.sub_detail ol li a .tit dl dd {font-weight: 300; color: #fff; font-size: 1.4rem; margin-top: 5px;}
.sub_detail ol li a:hover .tit h5::after {width: 100%;}
.sub_detail ol li a p {margin-top: 2rem; font-size: 1.7rem; opacity: 0.5; color: #fff; font-weight: 300;}

.article_title_area {background-color: #f48216; padding: 6rem 0 8rem;}
.article_title_area .list_btn_wrap {display: flex; gap:1rem;}
.article_title_area .list_btn_wrap a {width: 4.4rem; height: 4.4rem; border-radius: 50%; background-color: #fff; background-position: center; background-repeat: no-repeat;}
.article_title_area .list_btn_wrap a.btn_list {background-image: url(../images/common/icon_list.svg); background-size: 2rem auto;}
.article_title_area .list_btn_wrap a.btn_prev {background-image: url(../images/common/arr_list_l.svg); background-size: 1.2rem auto; transform: rotate(180deg);}
.article_title_area .list_btn_wrap a.btn_next {background-image: url(../images/common/arr_list_l.svg); background-size: 1.2rem auto;}
.article_title_area .art_txt {margin-top: 2.4rem; display: flex; gap:9rem}

.article_title_area .art_txt > div {flex:1;color: #fff; width: 100%;}
.article_title_area .art_txt .tit h2 { font-size: 3.6rem; font-weight: 700;}
.article_title_area .art_txt .tit h3 { font-size: 2.6rem; font-weight: 700; word-break: keep-all;}
.article_title_area .art_txt .tit p {padding-top: 2.5rem; font-weight: 300; font-size: 2rem; line-height: 1.4;}
.article_title_area .art_txt .txt p {font-size: 1.8rem; line-height: 1.8;}
.article_title_area .art_txt .txt dl {text-align: right;}
.article_title_area .art_txt .txt dl dt {font-size: 2.2rem; font-weight: 700;}
.article_title_area .art_txt .txt dl dd {font-weight: 300;}

.article_btn_area .list_btn_wrap {display: flex; gap:1rem; justify-content: center; margin: 8rem 0 0 0;}
.article_btn_area .list_btn_wrap a {width: 4.4rem; height: 4.4rem; border-radius: 50%; background-color: #f48216; background-position: center; background-repeat: no-repeat;}
.article_btn_area .list_btn_wrap a.btn_list {background-image: url(../images/common/icon_list_wh.svg); background-size: 2rem auto;}
.article_btn_area .list_btn_wrap a.btn_prev {background-image: url(../images/common/arr_list_l_wh.svg); background-size: 1.2rem auto; transform: rotate(180deg);}
.article_btn_area .list_btn_wrap a.btn_next {background-image: url(../images/common/arr_list_l_wh.svg); background-size: 1.2rem auto;}

.article_inner {max-width: 940px; width: 100%; margin: 0 auto; padding: 10rem 20px 0; position: relative;}
.article_inner p {font-size: 1.8rem; line-height: 1.7; color: #313137; font-weight: 500; position: relative; word-break: keep-all;}
.tc {text-align: center !important;}
.tr {text-align: right !important;}
.tl {text-align: left !important;}
.t_gr {color: #00652e !important;}
.t_org {color: #f48216 !important;}
.t_bk {color: #313137 !important;}
.t_bold {font-weight: 700 !important;}
.t_mj {font-family: 'Noto Serif KR';}
.t_la {font-size: 2.2rem !important;}
.t_xl {font-size: 2.4rem !important;}
.t_s {font-size: 1.4rem !important;}
.t_list.t_org li p {color: #f48216 !important;}
.t_list li {font-size: 1.8rem;}
.indent1 {margin-left:1.8rem; display: block;}
.indent2 {margin-left:3.6rem; display: block;}
.indent3 {margin-left:5.4rem; display: block;}
.indent4 {margin-left:7.2rem; display: block;}
.indent5 {margin-left:9rem; display: block;}
.indent6 {margin-left:10.8rem; display: block;}
.indent7 {margin-left:12.6rem; display: block;}
.indent_s {text-indent: 7.2rem;}
.indent_box {padding-left: 3.2rem; border-left: .4rem solid #f48216;}
.meta_list {display: flex; font-size: 1.4rem; align-items: baseline;}
.meta_list ~ .meta_list {margin-top: 1rem;}
.meta_list dt {width: 7rem; border-right: 1px solid #c8c8c8;}
.meta_list dd {padding-left: 1.4rem; line-height: 1.5;}
.list_type1 li {padding-left: 3.6rem; position: relative; margin-top: 1.5rem;}
.list_type1 li::after {display: block; content: ''; width: 1rem; height: 0.3rem; background-color: #000; position: absolute; left: 0; top: .8rem;}
.v_top {vertical-align: top !important;}
.t_arr {padding-left: 3.6rem; background: url(../images/common/arr_list_org.svg) no-repeat left top .8rem; background-size: 1.8rem auto;}
.t_arr.sm {background: url(../images/common/arr_list_org.svg) no-repeat left top .6rem; background-size: 1.5rem auto;}
.t_ann {display: flex; margin-top: 2rem;}
.t_ann em {width: 3.6rem;}
.t_ann span {flex:1; line-height: 1.5;}
.line {margin: 6rem 0;border:1px solid #ddd;}
.img_arr {display: inline-block; width: 1.8rem; height: 1.8rem; background: url(../images/common/arr_list_org.svg) no-repeat center; background-size: 1.8rem auto; font-size: 0 !important;}
.img_arr.deg45 {transform: rotate(45deg);}
.img_arr.deg135 {transform: rotate(135deg);}
.quote {padding: 8rem 0;}
.quote::before {content: '“'; font-size: 4.8rem; color: #999999; font-weight: 800; font-family: "Arial"; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.quote::after {content: '\201D'; font-size: 4.8rem; color: #999999; font-weight: 800; font-family: "Arial"; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.t_under {text-decoration: underline; text-underline-offset: 4px;}
.article_link a {font-weight: 700; text-decoration: none; color: #313137; display: flex; padding-right: 0; margin: 0;}
.sub_detail .article_link a {color: #f6951c;}/*251205*/
.article_link a b {text-decoration: underline;}
.article_link a em {font-size: 1.4rem; color: #f48216; text-decoration: none;}
.article_link a span {font-size: 1.4rem; color: #f48216; text-decoration: none; position: relative; top: -.3rem; margin-left: -.4rem;}/*251205*/
.article_link a::after {display: none;}
.i_ann {display: inline-block; background: url(../images/common/icon_ann.svg) no-repeat 0 0; width: 1.5rem; height: 1.1rem; background-size: 100% auto;}
.guide_box {margin-top: 2rem; padding: 6rem; border:2px solid #f48216;}
.title_type01 {display: flex; gap:4rem;}
.title_type01 span {width: 2.8rem; height: 2.4rem; line-height: 2.4rem; color: #fff; font-weight: 700; font-size: 1.6rem; text-align: center; border-radius: 2px; background-color: #f48216; margin-top: .2rem;}
.title_type01 p {flex:1; font-size: 2.4rem; line-height: 1.25; font-weight: bold;}

.list_style {display: flex; position: relative; padding-left: 3.6rem;}
.list_style em {width: 3.6rem; position: absolute; left: 0; top: 0;}

.title_type02 {display: flex}
.title_type02 span {width: 7rem; font-size: 2rem; line-height: 1.25; font-weight: bold;}
.title_type02 p {flex:1; font-size: 2rem; line-height: 1.25; font-weight: bold;}

/* 251215_수정 */
.history_slide_wrap {position: relative;}
.history_slide {background-color: #f5f5f5; padding: 2.5rem;}
.history_slide .swiper-slide {width: auto;}
.history_slide .swiper-slide .item {position: relative; border:1px solid #dcdcdc; display: block;}
.history_slide .swiper-slide .item::after {display: block; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, .5) url(../images/common/icon_plus.svg) no-repeat center; background-size: 6.5rem auto; opacity: 0; visibility: hidden; transition: .3s; z-index: 1; position: absolute; left: 0; top: 0;}
.history_slide .swiper-slide .item:hover::after {opacity: 1; visibility: visible;}
.history_slide .img {height: 36rem;}
.history_slide .img img {width: auto;}
.history_slide .txt_wrap {position: absolute; left: 0; bottom: 0; width: 100%; padding: 1.2rem 1.5rem; font-size: 1.4rem; font-weight: 500; display: flex; background-color: rgba(255, 255, 255, .77); flex-wrap: wrap;}
.history_slide .txt_wrap span {padding-right: 1rem; margin-right: 1rem; position: relative;}
.history_slide .txt_wrap span:last-child {padding-right: 0; margin-right: 0;}
.history_slide .txt_wrap span::after {display: block; content: ''; width: 1px; height: 1.4rem; position: absolute; right: 0; top: 3px; background-color: #000;}
.history_slide .txt_wrap span:last-child:after {display: none;}
.history_slide_wrap .pro{cursor: pointer;height: 4px;background-color: #d8d8d7;}
.history_slide_wrap .pro .swiper-scrollbar-drag{background-color: #f48216;}
/*// 251215_수정 */

.img_content {margin: 0 auto; width: 100%; position: relative;}
.img_content a {display: block;}

.img_bdr {border:1px solid #dedede;}
.w_auto {width: auto !important; margin: 0 auto !important; max-width: 100%;}
.js_img_pop .img img {max-height: 76rem; object-fit: contain;}/*251215*/

.img_txt_wrap {margin-top: 2rem; font-size: 1.4rem; color: #313137; font-weight: 500; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.img_txt_wrap.left {justify-content: flex-start;}
.img_txt_wrap span ~ span {padding-left: 1rem; margin-left: 1rem; position: relative;}
.img_txt_wrap span ~ span::after {display: block; content: ''; width: 1px; height: 1.4rem; position: absolute; left: 0; top: 1px; background-color: #313137;}
.img_txt_wrap .btn_plus {margin-left: 1.4rem; width: 2.8rem; height: 2.8rem; border-radius: .4rem; border:1px solid #d1d1d1; background: url(../images/common/icon_plus_bk.svg) no-repeat center; background-size: 1.4rem;} 

.img_slide_wrap {position: relative; width: 560px;}
.img_slide_wrap .swiper_ctr {width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.img_slide_wrap .swiper_ctr button {position: absolute; top: 0; background: url(../images/common/arr_img_r.svg) no-repeat; width: 2.4rem; height: 4rem; background-size: 100% auto;}
.img_slide_wrap .swiper_ctr button.btn_slide_prev {left: -4rem; transform: rotate(180deg);}
.img_slide_wrap .swiper_ctr button.btn_slide_next {right: -4rem;}
.img_slide_type02 .swiper_bullet {position: absolute; left: 50%; transform: translateX(-50%); bottom: 5rem; z-index: 1; display: flex; align-items: center; justify-content: center;}
.img_slide_type02 .swiper_bullet .swiper-pagination-bullet {display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1.4rem; color: #fff; font-weight: 700; width: 4.3rem; height: 4.3rem; border-radius: 50%; background-color: rgba(0, 0, 0, .18); opacity: 1;}
.img_slide_type02 .swiper_bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: rgba(0, 0, 0, .51);}

.img_type02 .img_d {display: flex; gap:1.4rem; justify-content: center;}
.img_type02 {margin: 0 auto; width: 100%;}
.img_type02 .img_d {display: flex; gap:1.4rem;}
.img_type02 a {display: block;}
.img_type02 a .img {height: 100%;}

.img_type03 .img_bg {position: relative;}
.img_type03 .img_bg::after {display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, .5); z-index: 1;}
.img_type03 .img_bg img {min-height: 550px;}
.img_type03 .txt_cont {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 70%; height: 100%; z-index: 1; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: left;}
.img_type03 .txt_cont h3 {font-size: 3rem; color: #fff; font-weight: 700;}
.img_type03 .txt_cont p {color: #fff; padding-top: 5rem;}

.list_num {max-width: 800px; width: 100%; margin: 0 auto;}
.list_num li {display: flex; gap:1.4rem}
.list_num li ~ li {margin-top: 1.4rem;}
.list_num li span {width: 3rem; height: 3rem; background-color: #e35b00; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; font-weight: 700; font-size: 1.4rem;}
.list_num li p {flex:1;}

.title_style {display: flex; border-top:2px solid #000; padding-top: 3rem;}
.title_style strong { border-right: 1px solid #000; padding-right: 2rem; line-height: 1.1; min-height:6rem; font-size: 3.6rem; color: #313137; font-weight: 800;}
.title_style .desc {padding-left: 3rem; flex:1; font-size: 2.1rem; color: #313137; font-weight: 500; line-height: 1.4;}

.title_style_bx_org {display: flex; justify-content: center; border:4px solid #f48216; border-width: 4px 0; padding: 3rem 2rem; text-align: center;}

.table_style .tb_caption {font-size: 1.8rem; line-height: 1.6; color: #e35b00; font-weight: bold; margin-bottom: 1.4rem;}
.table_style .tb_scroll {width: 100%; overflow-x: auto;}
.table_style table {min-width: 700px; width: 100%; border-top:2px solid #e35b00; border-bottom:1px solid #e35b00; border-collapse: collapse;}
.table_style table tr th {text-align: left; font-size: 1.4rem; color: #313137; font-weight: bold; padding: 1.6rem 0;}
.table_style table tr td {text-align: left; font-size: 1.4rem; line-height: 2; color: #313137; font-weight: 500; border-top:1px solid #e35b00}
.table_style table tr.double td {border-top:3px double #e35b00}
.table_style table tr.bdr_none td {border-top:none}
.table_style table tr td.txt_tr,
.table_style table tr th.txt_tr {text-align: right;}

.news_style .news_inner {background-color: #eef0f1; padding:4rem 7rem 7rem;position: relative;}
.news_style .news_inner::before {display: block; content: ''; width: 100%; height: 1.1rem; background: url(../images/common/icon_article.png) 0 0; position: absolute; left: 0; top: -1.1rem;}
.news_style .news_inner .news_top {padding-bottom: .6rem; border-bottom: 2px solid #000; display: flex; align-items: center; font-size: 1.8rem; font-weight: 500; color: #313137;}
.news_style .news_inner .news_top .date {margin-left: auto;}
.news_style .news_inner .news_tit {border-bottom:1px solid #c6c8c8; padding: 6rem 2rem;}
.news_style .news_inner .news_tit p {text-align: center; line-height: 1.4; font-size: 2.4rem; color: #313137; font-weight: bold; word-break: keep-all; max-width: 40rem; margin: 0 auto;}
.news_style .news_inner .news_desc {border-bottom:1px solid #c6c8c8; padding: 5rem 2rem;}
.news_style .news_inner .news_desc p {color: #313137; font-size: 1.8rem; text-align: center; line-height: 1.7; word-break: keep-all; max-width: 50rem; margin: 0 auto;}
.news_style .news_inner .news_img {padding-top: 6rem;}

/* 이미지 슬라이드 */
.img_pop {display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; background-color: rgba(52, 52, 56, .95);}
.img_pop .pop_close {position: absolute; right: 3rem; top: 3rem; background: url(../images/common/icon_close_wh.svg) no-repeat 0 0; background-size: 100% auto; width: 3rem; height: 3rem; z-index: 2;}
.img_pop .arr_wrap {position: absolute; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 3rem); left: 50%; display: flex; align-items: center; justify-content: space-between; z-index: 2;}
.img_pop .arr_wrap button {width: 3.4rem; height: 6rem; transition: .3s;}
.img_pop .arr_wrap button.btn_slide_prev {transform: rotate(180deg); background: url(../images/common/arr_img_r_wh.svg) no-repeat 0 0; background-size: 100% auto;}
.img_pop .arr_wrap button.btn_slide_next {background: url(../images/common/arr_img_r_wh.svg) no-repeat 0 0; background-size: 100% auto;}
.img_pop .arr_wrap button:disabled {background-image: url(../images/common/arr_img_disabled.svg) !important; cursor: default;}
.img_pop .img_pop_slide {width: 80vw; height: 100vh;}
.img_pop .img_pop_slide .swiper-slide {position: relative;}
.img_pop .img_pop_slide .swiper-slide .img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: auto;max-height: 80%;}
.img_pop .img_pop_slide .swiper-slide .img_txt_wrap {position: absolute; left: 50%; transform: translateX(-50%); bottom: 5%; width: 100%; text-align: center;}

.img_pop .content_area {width: 100%; height: 100vh; position: relative;}
.img_pop .content_area .img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 15rem); height: calc(100% - 20rem); display: flex; justify-content: center;}
.img_pop .content_area .img img {width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: scale-down;}
.img_pop .content_area .img_txt_wrap {position: absolute; left: 50%; transform: translateX(-50%); bottom: 5%; width: 100%; text-align: center;}

.img_pop .img_txt_wrap {color:#fff; font-size: 1.8rem;}
.img_pop .img_txt_wrap span ~ span::after {background-color: #fff; top: 4px;}


/* 페이징 */
.paging_wrap {display: flex; align-items: center; justify-content: center; margin-top: 4.5rem;}
.paging_wrap .total {margin-left: 3.2rem; font-size: 1.5rem; font-weight: 700; color: #e35b00;}
.paging_wrap .paging {display: flex; align-items: center; gap:1rem; margin-left: 4rem;}
.paging_wrap .paging .pc_paging {display: flex; align-items: center; gap:1rem;}
.paging_wrap .paging .mo_paging {display: none;}
.paging_wrap .paging .mo_paging p {display: flex; align-items: center; gap:1rem; font-size: 13px; color: #333;}
.paging_wrap .paging .prev {margin-right: 1.2rem; padding-left: 1.2rem; font-size: 1.3rem; color: #666; position: relative;}
.paging_wrap .paging .prev::before {display: block; content: ''; background: url(../images/common/arrow_gray.svg) no-repeat; background-size: 5px auto; transform: rotate(180deg); position: absolute; left: 0; top: calc(50% - 5px); width: 5px; height: 9px;}
.paging_wrap .paging .next {margin-left: 1.2rem; padding-right: 1.2rem; font-size: 1.3rem; color: #666; background: url(../images/common/arrow_gray.svg) no-repeat right center; background-size: 5px auto;}
.paging_wrap .paging .pc_paging > * {display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #333; width: 2.9rem; height: 2.9rem; border-radius: 4px;}
.paging_wrap .paging .num.active {background-color: #e1e1e1;}

/* 이미지 목록 */
.bg_container {background-color: #f8f8f8;}
.img_list_wrap {padding-top: 7rem;}
.img_list_wrap h3 {font-size: 3.6rem; text-align: center; color: #00652e; font-weight: bold;}
.img_list_wrap > h4 {font-size: 3.6rem; color: #333; font-weight: 700; text-align: center; margin-bottom: 2rem;}/*251215*/

.img_tab {display: flex; flex-wrap: wrap; margin-top: 6rem;}
.img_tab li {flex:1;}
.img_tab li a {display: flex; align-items: center; justify-content: center; text-align: center; width: 100%; height: 6rem; border:1px solid #b5b5b5; border-bottom: 2px solid #00652e; font-size: 1.7rem; color: #111111; font-weight: 500; transition: .3s; word-break: keep-all;}
.img_tab li ~ li a {border-left: none;}
.img_tab li.active a {background-color: #00652e; color: #fff; font-weight: 700; border-color: #00652e;}
.img_tab li a:hover {background-color: rgba(0, 101, 46, .7); color: #fff; font-weight: 500; border-color: rgba(0, 101, 46, .7);}

.tab_cont {margin-top: 5rem;}
.tab_cont .total {font-size: 1.5rem; color: #e35b00; font-weight: bold;}
.list_top {display: flex; align-items: center; justify-content: space-between;}
.selectBox {background: url(../images/common/icon_select.svg) no-repeat right 1.3rem center; background-size: .7rem auto; width: 7rem; height: 3rem; border:1px solid #d5d5d5; border-radius: 4px; padding: 0 2rem 0 1rem; font-size: 1.3rem; -webkit-appearance:none; -moz-appearance:none; appearance:none;}


.tab_li {display: flex; flex-wrap:wrap; gap:6rem 2rem; margin-top: 2rem;}
.tab_li li {width: calc(20% - 1.6rem);}
.tab_li li a {position: relative; border:1px solid #e6e6e6; display: block;}
.tab_li li a .img {position: relative; height: 25rem; }
.tab_li li a:hover .img img {transform: scale(1.1);}
.tab_li li a .img img {transition: .3s;}
.tab_li li a .img::after {display: block; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, .5) url(../images/common/icon_plus.svg) no-repeat center; background-size: 6.5rem auto; opacity: 0; visibility: hidden; transition: .3s; z-index: 1; position: absolute; left: 0; top: 0;}
.tab_li li a:hover .img::after {opacity: 1; visibility: visible;}
.tab_li li a .txt_wrap {width: 100%; height: 6rem; padding: 1rem; border-top:1px solid #e6e6e6;} 
.tab_li li a .txt_wrap p {color: #353535; font-weight: 600; display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis; overflow:hidden;}

/* 이미지 상세 */
.btn_img_list {margin-left: auto; margin-bottom: 2rem; display: flex; justify-content: flex-end;}/*251215*/
.btn_img_list span {font-size: 1.5rem; display: flex; align-items: center; justify-content: center; font-weight: 600;}
.btn_img_list span::before {content: ''; display: inline-block; margin-right: 1rem; width: 4rem; height: 4rem; border-radius: 2rem; background:#f48216 url(../images/common/icon_list_wh.svg) no-repeat center; background-size: 1.8rem auto;}
.detail_txt_wrap {text-align: center; margin-top: 5rem;}
.detail_txt_wrap h4 {font-size: 2.4rem; font-weight: 600;}
.detail_txt_wrap .info {margin-top: 3rem; display: flex; justify-content: center;}
.detail_txt_wrap .info span {font-size: 1.8rem; font-weight: 600; position: relative; padding-right: 1.2rem; margin-right: 1.2rem;}
.detail_txt_wrap .info span::after { display: block; content: ''; position: absolute; right: 0; top: .2rem; width: .2rem; height: 1.7rem; background-color: #c6c6c6;}
.detail_txt_wrap .info span:last-child {margin-right: 0; padding-right: 0;}
.detail_txt_wrap .info span:last-child::after {display: none;}
.detail_txt_wrap .dt_desc {margin-top: 4.5rem; line-height: 1.5; text-align: left;}

.img_list_wrap {max-width: 900px; width: 100%; margin: 0 auto;}
.img_list_wrap .arr_wrap {position: absolute; top: 50%; transform: translate(-50%, -50%); width: calc(100% + 24rem); left: 50%; display: flex; align-items: center; justify-content: space-between;}
.img_list_wrap .arr_wrap button {width: 3.4rem; height: 6rem; transition: .3s;}
.img_list_wrap .arr_wrap button.btn_slide_prev {transform: rotate(180deg); background: url(../images/common/arr_img_article.svg) no-repeat 0 0; background-size: 100% auto;}
.img_list_wrap .arr_wrap button.btn_slide_next {background: url(../images/common/arr_img_article.svg) no-repeat 0 0; background-size: 100% auto;}
.img_list_wrap .arr_wrap button:disabled {background-image: url(../images/common/arr_img_article_disabled.svg) !important; cursor: default;}
.gallery {max-width: none !important;}

.img_detail_area {position: relative;}
.img_detail_area .img img {height: auto; width: auto; margin: 0 auto; max-width: 100%;}

/* 논고 스타일 */
.tre .sub_detail {background:#00652e url(../images/bg/bg_sub_03.jpg) no-repeat bottom center; background-size: auto 51.1rem ;}
.tre .article_title_area {padding: 4rem 0;}
.tre .article_title_area .art_txt {align-items: flex-end;}

/* 독도 행각 */
.hang .sub_detail {background:#00652e url(../images/bg/bg_sub_04.png) no-repeat bottom center; background-size: auto 57.2rem ;}
.hang .article_title_area {padding: 4rem 0;}
.hang .article_title_area .art_txt {align-items: flex-end;}

/* 연표 */
.histroy_wrap {position: relative; margin-top: 4rem;}
.histroy_wrap .type_tit {display: flex; position: absolute; left: 0; top: 5rem; width: 100%;}
.histroy_wrap .type_tit::after {position: absolute; left: 0; top: 1.6rem; display: block; content: ''; width: 100%; height: 1px; background-color: #cfcfcf;}
.histroy_wrap .type_tit h3 {width: 50%; font-size: 2.6rem; font-weight: bold; text-align: center;}
.histroy_wrap .type_tit h3 span {position: relative; padding-left: 4.2rem; display: inline-block; background-color: #f8f8f8; padding-right: 1rem; z-index: 1;}
.histroy_wrap .type_tit h3 span::before {display: block; content: ''; width: 2.6rem; height: 2.6rem; border-radius: 50%; position: absolute; left: 0; top: .3rem;}

.histroy {position: relative; z-index: 1; padding-bottom: 8rem;}
.histroy::before {display: block; content: ''; width: 1px; height: 100%; position: absolute; left: 50%; top: 0; background-color: #cfcfcf;}
.histroy .group ~ .group {margin-top: 3.5rem;}
.histroy .group .year {display: flex; align-items: center; justify-content: center; margin: 0 auto; width: 13.4rem; height: 13.4rem; border-radius: 50%; background-color: #444444; font-size: 3.6rem; color: #ffffff; font-weight: 800; z-index: 1; position: relative;}
.histroy .group ul li {margin-top: 4rem; width: 50%; position: relative; padding: 0 2.5rem;}
.histroy .group ul li::after {display: block; content: ''; width: 2.6rem; height: 2.6rem; border-radius: 50%; position: absolute; top: 2.7rem;}
.histroy .group ul li .date {font-size: 2.1rem; color: #444444; font-weight: bold; display: block; padding-bottom: 1.5rem; margin-bottom: 1.5rem; position: relative;}
.histroy .group ul li .date::after {display: block; content: ''; width: 8.5rem; height: 1px; background-color: #cfcfcf; position: absolute; bottom: 0; transition: .3s;}
.histroy .group ul li:hover .date::after {width: 100%;}
.histroy .group ul li p {display: inline-block; color: #333333;font-weight: bold; position: relative; padding-left: 2.5rem; background-position: left top .2rem; background-repeat: no-repeat; background-size: 1.8rem auto; word-break: break-all;}

h3.color_yellow {color: #f48216;}
h3.color_yellow span::before {background-color: #f48216;}

h3.color_green {color: #00652e;}
h3.color_green span::before {background-color: #00652e;}

li.color_yellow {text-align: right;}
li.color_yellow::after {right: -1.3rem; background-color: #f48216;}
li.color_yellow .date::after {right: -2.5rem;}
li.color_yellow p {background-image: url(../images/common/arr_list_org.svg);}

li.color_green {margin-left: auto;}
li.color_green::after {left: -1.3rem; background-color: #00652e;}
li.color_green .date::after {left: -2.5rem;}
li.color_green p {background-image: url(../images/common/arr_list_gr.svg);}

.cols_wrap {display: flex; flex-wrap: wrap; gap: 2rem;}
.cols_wrap .col_item {width: calc(50% - 1rem);}

@media only screen and (min-width: 1921px) {
	.tre .sub_detail {background-size: cover;}
}
@media only screen and (max-width: 1200px) { 
	.img_list_wrap {max-width: calc(100% - 240px);}
}
@media only screen and (max-width: 1024px) { /* 테블릿 */
	.sub_tit {margin-top: 60px; padding: 30px 0;}
	.sub_tit .inner {flex-direction: column-reverse; align-items: baseline; gap:4rem;}

	.sub_detail ol {gap:30px; margin-top: 5rem;}
	.sub_detail ol li {width: calc(50% - 15px); flex:none;}
	.sub_detail ol li.w3 {width: calc(50% - 2rem); flex: auto;}
	.sub_detail ol li a .tit strong {font-size: 49px;}
	.article_title_area .art_txt {gap:4rem;}

	.tab_li li {width: calc(25% - 1.5rem);}
}
@media only screen and (max-width: 767px) { /* 모바일 */
	.article_inner {padding: 5rem 10px 0;}
	.sub_tit {margin-top: 48px;}
	.sub_tab {width: 100%;}
	.sub_tab ul li {flex:1; height: auto;}
	.sub_tab ul li a {width: 100%; height: 100%;}
	.sub_detail ol li.w3 {width: 100%; height: auto;}
	.sub_tab ul li a::before,
	.sub_btn ul li a::before {width: 1.5rem; height: 1.2rem; bottom: calc(100% + 0.4rem); background-size: 1.4rem auto;}
	.sub_detail {min-height: 0;}
	.sub_detail h3 {font-size: 25px;}
	.sub_detail ol li {width: 100%;}
	.sub_detail ol li a {padding-right: 0;}
	.sub_detail ol li.w3 a {min-height: auto;}
	.sub_detail ol li a .tit strong {font-size: 41px;}
	.sub_detail ol li a .tit h5 {font-size: 15px;}
	
	.indent_s {text-indent: 3.6rem;}
	.paging_wrap {margin-top: 25px;}
	.paging_wrap .total {margin-left: 18px;}
	.paging_wrap .paging {margin-left: 18px;}
	.paging_wrap .paging .pc_paging {display: none;}
	.paging_wrap .paging .mo_paging {display: block;}
	.article_title_area {padding: 5rem 0;}
	.article_title_area .art_txt {flex-direction: column; gap:4rem;}
	.article_title_area .art_txt .tit h2 {font-size: 3rem;}
	.tre .article_title_area .art_txt {align-items: baseline;}

	.title_style {flex-direction: column;}
	.title_style strong {border-right: none;}
	.title_style .desc {padding-left: 0;}
	.meta_list dt {width: 6rem;}
	.news_style .news_inner {padding: 3rem 3rem 5rem;}
	.news_style .news_inner .news_tit,
	.news_style .news_inner .news_desc {padding: 4rem 1rem;}
	.guide_box {padding: 4rem 3rem;}
	.img_slide_wrap{width: 100%;}
	.img_slide_type02 {width: calc(100% - 60px);}
	.img_slide_wrap .swiper_ctr button.btn_slide_prev {left: 0;}
	.img_slide_wrap .swiper_ctr button.btn_slide_next {right: 0;}

	.img_tab {gap:3px;}
	.img_tab li {flex:none; width: calc(33.33% - 2px);}
	.img_tab li ~ li a,
	.img_tab li a {border:1px solid #d5d5d5; font-size: 12px; height: 40px;}
	.tab_li {gap:4rem 2rem;}
	.tab_li li {width: calc(33.33% - 1.7rem);}
	.tab_li li a .img {height: 21rem;}
	.tab_li li a .img::after {background-size: 4rem auto;}
	.img_list_wrap {max-width: calc(100% - 70px);}
	.img_list_wrap .swiper_ctr {width: calc(100% + 70px);}
	.img_list_wrap .swiper_ctr button {width: 2.4rem; height: 4.5rem;}

	.history_slide {padding: 1rem;}/* 251215 */
	.history_slide .img {height: 24rem;}/* 251215 */

	.histroy_wrap {margin-top: 4rem;}
	.histroy_wrap .type_tit {width:calc(100% - 100px);  display: block; top: 2rem; left: 100px;}
	.histroy_wrap .type_tit::after {display: none;}
	.histroy_wrap .type_tit h3 {width: 100%;  text-align: left; font-size: 17px;}
	.histroy_wrap .type_tit h3 ~ h3 {margin-top: 5px;}
	.histroy_wrap .type_tit h3 span {padding-right: 0; padding-left: 25px;}
	.histroy_wrap .type_tit h3 span::before {width: 18px; height: 18px;}
	
	.histroy {padding-bottom: 4rem;}
	.histroy .group ul {padding-left: 39px;}
	.histroy::before {left: 39px;}
	.histroy .group .year {margin-left: 0; font-size: 21px; width: 78px; height: 78px;}
	.histroy .group ul li {margin-top: 4rem; width: 100%;}

	li.color_yellow {text-align: left;}
	li.color_yellow::after {right: initial; left: -1.6rem;}
	li.color_yellow .date::after {right: initial; left: -2.5rem;}

	.img_pop .content_area  {width: 100%;}
	.img_pop .content_area .img {width: calc(100% - 2rem); max-height: 100%;}

	.img_list_wrap .arr_wrap {width: calc(100% + 60px);}
	.img_list_wrap .arr_wrap button {width: 2.8rem; height: 5rem;}
	
	.img_type03 .txt_cont {width: 85%;}
	
	.cols_wrap .col_item {width: 100%;}
}
@media only screen and (max-width: 500px) {
	.tab_li {gap:1rem;} 
	.tab_li li {width: calc(50% - 0.5rem);}
	.tab_li li a .img {height: 16rem;}
}