/* header */
.new_newsroom:not(.new_view) .header[data-fixed='none'] { top:-60px; }
.new_newsroom:not(.new_view) .header .sticky_menu { background-color: transparent; border-bottom-color: transparent; }
.new_newsroom:not(.new_view) .header .sticky_menu h1 a { background-image: url(/resources/images/jp/common/logo_white.svg); }
.new_newsroom:not(.new_view) .header .sticky_menu .srch_pop_btn { background-color: transparent; background-image: url(/resources/images/jp/common/menu_srch_btn_white.svg); }
.new_newsroom:not(.new_view) .header .sticky_menu .menu_btn { background-image: url(/resources/images/jp/common/menu_btn_white.svg); }
.new_newsroom:not(.new_view) .header.on .sticky_menu,
.new_newsroom:not(.new_view) .header.active .sticky_menu,
.new_newsroom:not(.new_view) .header.white .sticky_menu { background-color: #fff; border-bottom-color: #ccc; }
.new_newsroom:not(.new_view) .header.on .sticky_menu h1 a,
.new_newsroom:not(.new_view) .header.active .sticky_menu h1 a,
.new_newsroom:not(.new_view) .header.white .sticky_menu h1 a { background-image: url(/resources/images/jp/common/logo.svg); }
.new_newsroom .header.on .sticky_menu .srch_pop_btn,
.new_newsroom .header.active .sticky_menu .srch_pop_btn,
.new_newsroom .header.white .sticky_menu .srch_pop_btn { background-color: #043285; background-image: url(/resources/images/jp/common/menu_srch_btn_white.svg); }
.new_newsroom:not(.new_view) .header.active .sticky_menu .menu_btn,
.new_newsroom:not(.new_view) .header.white .sticky_menu .menu_btn { background-image: url(/resources/images/jp/common/menu_btn.svg); }
.new_newsroom:not(.new_view) .header.on .sticky_menu .menu_btn { background-image: url(/resources/images/jp/common/menu_btn_close.png); background-size: 18px 18px; }
.new_newsroom:not(.new_view) .header .sticky_menu .srch_pop_btn.on { background-image: url(/resources/images/jp/common/srch_pop_close.png); } 
.new_newsroom.new_view .header.sticky .srch_pop_btn { background-color: #fff; background-image: url(/resources/images/jp/common/menu_srch_btn.svg); }

/* .new_newsroom common */
.new_newsroom #container * { box-sizing: border-box; letter-spacing: -0.5px; } 
.new_newsroom .content { padding: 0; } 
.new_newsroom .inner_w1200 { position: relative; z-index: 3; max-width: unset; padding: 0 18px; margin: 0 auto; } 

.new_newsroom .section_visual { overflow: hidden; position: relative; height: 100svh; background-color: #060606; } 
.new_newsroom .section_visual::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; } 
.new_newsroom .section_visual[data-motion]::before { transition: 3s; transform: scale(1.3); } 
.new_newsroom .section_visual[data-motion].active::before { transform: scale(1); } 
.new_newsroom .section_visual .visual_inner { display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 3; height: 100%; } 
.new_newsroom .section_visual .visual_inner h2 { text-align: center; font-size: 50px; font-weight: bold; line-height: 1.1; letter-spacing: -1.5px; color: #fff; } 
.new_newsroom .section_visual[data-motion] .visual_inner h2 { opacity: 0; transform: translateY(50px); transition: transform .7s, opacity .7s .1s; }
.new_newsroom .section_visual[data-motion].active .visual_inner h2 { opacity: 1; transform: translate(0); } 
.new_newsroom .section_visual .visual_scroll_down { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 3; }
.new_newsroom .section_visual .visual_scroll_down span { display: block; font-size: 12px; font-weight: bold; line-height: 1.5; color: #ccc; }
.new_newsroom .section_visual .visual_scroll_down i { display: block; width: 20px; height: 22px; margin: 0 auto; background-image: url(/resources/images/kr/common/icon/ic_angle_down.svg); background-repeat: no-repeat; background-size: contain; animation: visualScrollDown 2.5s infinite; }
@keyframes visualScrollDown { 0% { opacity: 0; transform: translateY(0); } 50% { opacity: 1; transform: translateY(8px); } 100% { opacity: 0; transform: translateY(0); } }

.new_newsroom.new_list .section_search { padding: 60px 0 100px; } 
.new_newsroom.new_list .section_search .search_flex_wrap { display: flex; flex-direction: column; gap: 16px; } 
.new_newsroom.new_list .section_search .search_list { display: inline-block; white-space: nowrap; overflow-x: auto; overflow-y: hidden; width: 100%; border: 1px solid #ddd; padding: 16px 8.8%; text-align: center; } 
.new_newsroom.new_list .section_search .search_list li { display: inline-block; width: auto; height: 100%; margin-left: 9%; }
.new_newsroom.new_list .section_search .search_list li:first-child { margin-left: 0; }
.new_newsroom.new_list .section_search .search_list li a { font-size: 14px; font-weight: bold; color: #888; } 
.new_newsroom.new_list .section_search .search_list li.on a { color: #2C7CD8; } 
.new_newsroom.new_list .section_search .search_area { width: 100%; background-color: #f3f3f3; padding: 16px 18px; } 
.new_newsroom.new_list .section_search .search_area .custom_input { position: relative; } 
.new_newsroom.new_list .section_search .search_area .custom_input .search_text { width: 100%; border-radius: 100px; padding: 0 16px; border: 0; } 
.new_newsroom.new_list .section_search .search_area .custom_input .search_text::placeholder { font-size: 12px; font-weight: 300; color: #666; transition: .3s; } 
.new_newsroom.new_list .section_search .search_area .custom_input .search_text:focus::placeholder { opacity: 0; } 
.new_newsroom.new_list .section_search .search_area .custom_input .search_btn { position: absolute; top: 50%; right: 16px; transform: translateY(-50%); width: 15px; height: 15px; background-image: url("/resources/images/jp/common/icon/ic_search.svg"); background-repeat: no-repeat; background-size: cover; } 
.new_newsroom.new_list .section_search .search_area .custom_input .search_clear_btn { display: none; position: absolute; top: 50%; right: 44px; transform: translateY(-50%); width: 15px; height: 15px; background-image: url("/resources/images/cn/common/icon/ic_close_circle_light_gray.svg"); background-repeat: no-repeat; background-size: cover; }
.new_newsroom.new_list .section_search .search_area.on .custom_input .search_clear_btn { display: block; }
.new_newsroom.new_list .section_search .search_area .custom_input .search_clear_btn:hover,
.new_newsroom.new_list .section_search .search_area .custom_input .search_clear_btn:focus { background-image: url("/resources/images/jp/common/icon/ic_close_circle_gray.svg"); }

.new_newsroom.new_list .section_search .search_result_area .news_list { display: flex; flex-wrap: wrap; gap: 48px 0; padding: 60px 0; } 
.new_newsroom.new_list .section_search .search_result_area .news_list li { width: 100%; } 
.new_newsroom.new_list .section_search .search_result_area .news_list li a { display: flex; flex-direction: column; gap: 14px; width: 100%; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .img_area { overflow: hidden; position: relative; width: 100%; border-radius: 10px; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .img_area::before { content: ''; display: block; padding-bottom: 56.625%; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .img_area img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transform-origin: center; width: 100%; height: 100%; object-fit: cover; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .txt_area .tit { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; min-height: 45px; max-height: 45px; margin-bottom: 12px; font-size: 15px; font-weight: bold; line-height: 1.5; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .txt_area .detail { display: flex; align-items: center; gap: 6px; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .txt_area .detail i { width: auto; text-align: left; font-style: normal; font-size: 12px; font-weight: bold; line-height: 1.5; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .txt_area .detail i.press { color: #C37200; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .txt_area .detail i.company { color: #616DAF; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .txt_area .detail i.product { color: #4A8E52; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .txt_area .detail i.careers { color: #4A8E8A; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .txt_area .detail i.csr { color: #8E4B4A; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .txt_area .detail i.tech { color: #744A8E; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .txt_area .detail .date { font-size: 10px; font-weight: 300; line-height: 1.5; color: #666; } 

.new_newsroom.new_view .content { padding: 100px 0; }
.new_newsroom.new_view strong { color: inherit; }
.new_newsroom.new_view .board_section { padding: 0 18px; }
.new_newsroom.new_view .board_view { width: 100%; border-top: none; border-bottom: none; }
.new_newsroom.new_view .board_view .board_inner { padding: 0; }
.new_newsroom.new_view .board_view .board_inner > p { font-size: 13px; }
.new_newsroom.new_view .board_view .board_inner .d_box { padding: 50px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } 
.new_newsroom.new_view .board_view .board_inner img { margin-bottom: 10px; } 
.new_newsroom.new_view.new_newsletter .board_view .board_inner img { width: 100% !important; margin-bottom: 0; }
.new_newsroom.new_view .board_view .board_top { padding: 0 0 40px; border-bottom: none; }
.new_newsroom.new_view .board_view .board_tit { background: none; border: none; padding: 0; }
.new_newsroom.new_view .board_view .board_tit .tit_top { display: flex; align-items: center; gap: 6px; }
.new_newsroom.new_view .board_view .board_tit i { position: relative; left: unset; top: unset; width: auto; height: auto; margin: 0; padding: 0; background: transparent !important; text-align: left; font-size: 12px; font-weight: bold; line-height: 1.5; }
.new_newsroom.new_view .board_view .board_tit i.press { color: #C37200; }
.new_newsroom.new_view .board_view .board_tit i.company { color: #616DAF; }
.new_newsroom.new_view .board_view .board_tit i.product { color: #4A8E52; }
.new_newsroom.new_view .board_view .board_tit i.careers { color: #4A8E8A; }
.new_newsroom.new_view .board_view .board_tit i.csr { color: #8E4B4A; }
.new_newsroom.new_view .board_view .board_tit i.tech { color: #744A8E; }
.new_newsroom.new_view .board_view .board_tit .date { font-size: 10px; color: #666; font-weight: 300; line-height: 1.5; }
.new_newsroom.new_view .board_view .board_tit .tit { font-size: 24px; font-weight: bold; line-height: 1.5; overflow: visible; margin: 20px 0 0; color: #000; }
.new_newsroom.new_newsletter.view .board_view .board_tit .tit { display: block; }

.new_newsroom.new_view .sns_list { display: flex; align-items: center; margin-top: 24px; gap: 16px; } 
.new_newsroom.new_view .sns_list .btn_sns { display: block; width: 32px; height: 32px; background-color: #f3f3f3; border-radius: 99px; text-indent: -9999%; background-repeat: no-repeat; background-position: center; background-size: 16px 16px; } 
.new_newsroom.new_view .sns_list .btn_sns.facebook { background-image: url("/resources/images/jp/common/icon/ic_facebook.svg"); } 
.new_newsroom.new_view .sns_list .btn_sns.kakao { background-image: url("/resources/images/jp/common/icon/ic_kakao.svg"); } 
.new_newsroom.new_view .sns_list .btn_sns.copy { background-image: url("/resources/images/jp/common/icon/ic_copy.svg"); } 

.new_newsroom.new_view .news_summary { background: #eaf3fe; padding: 30px 18px; font-weight:300; color:#043285; }
.new_newsroom.new_view .news_summary * { line-height: 1.8em; word-break: keep-all; font-size: 13px; }
.new_newsroom.new_view .news_summary .tit { position: relative; padding-left: 15px; font-weight: bold; }
.new_newsroom.new_view .news_summary .detail { position: relative; padding-left: 20px; }

.new_newsroom.new_view .board_view .img_caption { margin-bottom: 30px; }
.new_newsroom.new_view .board_view .img_caption img { margin-bottom: 15px; }
.new_newsroom.new_view .board_view .img_caption p { text-align: center; line-height: 2em; font-size: 12px; font-weight:300; color:#666; }

.new_newsroom.new_view .board_view .file_wrap { margin-top: 40px; }
.new_newsroom.new_view .board_view .file_wrap .title { margin-bottom: 15px; font-size: 16px; font-weight: bold; line-height:1; color: #000; }  
.new_newsroom.new_view .board_view .file_wrap .btn_file { display: block; position: relative; width: 100%; height: 45px; border:1px solid #ddd;padding: 0 16px; background:#fff; font-size: 12px; font-weight: 300; line-height: 45px; color: #888; }
.new_newsroom.new_view .board_view .file_wrap .btn_file::after {content:''; display:block; width:16.5px; height:18.5px; background: url(/resources/images/jp/newsroom/ico_download.png) no-repeat 0 0 /16.5px auto; overflow:hidden; position:absolute; top:50%; right:12px; margin-top:-8px; }
.new_newsroom.new_view .board_view .file_wrap .btn_file + .btn_file { border-top: none; }
.new_newsroom.new_view .board_view .file_wrap .btn_file:hover,
.new_newsroom.new_view .board_view .file_wrap .btn_file:focus { background: #f4f7fb; color: #043285; font-weight: bold; }
.new_newsroom.new_view .board_view .file_wrap .btn_file span { display: inline-block; max-width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: break-all; }

.new_newsroom.new_view .common_btn_wrap { margin: 40px 0 0; }

.new_newsroom.new_view .section_related_article { margin: 80px 0 0; }
.new_newsroom.new_view .section_related_article h4 { margin-bottom: 15px; font-size: 17px; font-weight: bold; line-height: 1.5; color: #000; } 
.new_newsroom.new_view .related_article .news_list { display: flex; flex-direction: column; gap: 24px; }
.new_newsroom.new_view .related_article .news_list::after { content: ""; display: block; clear: both; } 
.new_newsroom.new_view .related_article .news_list li { overflow: hidden; width: 100%; height: auto; margin: 0 0 30px; border: none; border-radius: 10px; } 
.new_newsroom.new_view .related_article .news_list li a { display: block; width: 100%; height: 100%; } 
.new_newsroom.new_view .related_article .news_list .img_area { position: relative; overflow: hidden; width: 100%; } 
.new_newsroom.new_view .related_article .news_list .img_area::before { content: ''; display: block; padding-bottom: 53.23%; }
.new_newsroom.new_view .related_article .news_list .img_area img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } 
.new_newsroom.new_view .related_article .news_list .txt_area { position: relative; height: auto; padding: 16px 16px 25px; background-color: #f3f3f3; word-wrap: break-word; word-break: keep-all; } 
.new_newsroom.new_view .related_article .news_list .txt_area .tit { overflow: hidden; max-height: 42px; margin-bottom: 14px; font-size: 14px; font-weight: bold; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-word; line-height: 1.3; color: #000; } 
.new_newsroom.new_view .related_article .news_list .txt_area .detail { display: flex; align-items: center; gap: 6px; } 
.new_newsroom.new_view .related_article .news_list .txt_area .detail i { padding: 0; font-size: 12px; font-weight: bold; font-style: normal; } 
.new_newsroom.new_view .related_article .news_list .txt_area .detail i.press { color: #C37200; } 
.new_newsroom.new_view .related_article .news_list .txt_area .detail i.company { color: #616DAF; } 
.new_newsroom.new_view .related_article .news_list .txt_area .detail i.product { color: #4A8E52; } 
.new_newsroom.new_view .related_article .news_list .txt_area .detail i.careers { color: #4A8E8A; } 
.new_newsroom.new_view .related_article .news_list .txt_area .detail i.csr { color: #8E4B4A; } 
.new_newsroom.new_view .related_article .news_list .txt_area .detail i.tech { color: #744A8E; } 
.new_newsroom.new_view .related_article .news_list .txt_area .detail .date { position: relative; display: inline-block; vertical-align: top; font-size: 10px; font-weight: 300; color: #666; } 
.new_newsroom.new_view .pop_btn_wrap { width: 100%; } 
.new_newsroom.new_view .pop_btn_wrap a { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 60px; padding: 0 20px; border-radius: 10px; background-image: url("/resources/images/jp/newsroom/pop_btn.png"); background-repeat: no-repeat; background-size: cover; } 
.new_newsroom.new_view .pop_btn_wrap span { font-size: 14px; font-weight: bold; color: #fff; } 
.new_newsroom.new_view .pop_btn_wrap i { width: 16px; height: 16px; background: url("/resources/images/jp/common/icon/ic_arrow_white.svg") no-repeat; background-size: cover; transition: .3s; } 
.new_newsroom.new_view .web_div { display:none; }
.new_newsroom.new_view .mobile_div { display:block; }
/* //.new_newsroom common */

/* newsroom/news/overview.do */
.new_newsroom.main #container { background: #060606; }
.new_newsroom.main .section_visual { height: auto; padding-bottom: 100px; } 
.new_newsroom.main .section_visual::before { z-index: 2; height: 100svh; background: linear-gradient(180deg, rgba(6, 6, 6, 0.05) 11.71%, #060606 91.25%); }
.new_newsroom.main .section_visual .visual_video_wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100svh; } 
.new_newsroom.main .section_visual .visual_video_wrap video { width: 100%; height: 100%; object-fit: cover; }
.new_newsroom.main .section_visual .visual_inner { display: flex; align-items: center; flex-direction: column; justify-content: center; height: 100svh; text-align: center; } 
.new_newsroom.main .section_visual .visual_inner h2 { font-size: 50px; font-weight: bold; line-height: 1.1; letter-spacing: -1.5px; color: #fff; } 
.new_newsroom.main .section_visual .latest_news_area .thumbnail { width: 100%; } 
.new_newsroom.main .section_visual .latest_news_area .thumbnail a { display: flex; flex-direction: column; gap: 16px; width: 100%; } 
.new_newsroom.main .section_visual .latest_news_area .thumbnail a .img_wrap { overflow: hidden; position: relative; width: 100%; border-radius: 10px; } 
.new_newsroom.main .section_visual .latest_news_area .thumbnail a .img_wrap::before { content: ''; display: block; padding-bottom: 56.625%; } 
.new_newsroom.main .section_visual .latest_news_area .thumbnail a .img_wrap img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transform-origin: center; width: 100%; height: 100%; object-fit: cover; } 
.new_newsroom.main .section_visual .latest_news_area .thumbnail a h5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; max-height: 56px; font-size: 17px; font-weight: bold; line-height: 1.5; color: #fff; } 
.new_newsroom.main .section_visual .latest_news_area ul { width: 100%; padding: 20px 18px 24px; border-radius: 10px; background: rgba(255, 255, 255, 0.07); backdrop-filter: blur(20px); } 
.new_newsroom.main .section_visual .latest_news_area li { padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.20); } 
.new_newsroom.main .section_visual .latest_news_area li:first-child { padding-top: 0; } 
.new_newsroom.main .section_visual .latest_news_area li:last-child { padding-bottom: 0; border-bottom: 0; } 
.new_newsroom.main .section_visual .latest_news_area li a { display: flex; flex-direction: column; gap: 15px; } 
.new_newsroom.main .section_visual .latest_news_area li a h5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; max-height: 45px; font-size: 15px; font-weight: bold; line-height: 1.5; color: #fff; } 
.new_newsroom.main .sub_title { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; margin-bottom: 30px; } 
.new_newsroom.main .sub_title .left { display: flex; align-items: center; gap: 16px; } 
.new_newsroom.main .sub_title .left h3 { font-size: 24px; font-weight: bold; color: #fff; } 
.new_newsroom.main .sub_title .left .ic_youtube { width: 32px; height: 32px; background-image: url("/resources/images/jp/common/icon/ic_youtube.svg"); background-repeat: no-repeat; background-size: cover; background-position: center; } 
.new_newsroom.main .sub_title .left .slogan { font-size: 22px; font-weight: 300; line-height: 1.5; color: #d7d7d7; } 
.new_newsroom.main .sub_title .detail_link { display: flex; align-items: center; gap: 3px; } 
.new_newsroom.main .sub_title .detail_link span { font-size: 14px; font-weight: bold; color: #fff; } 
.new_newsroom.main .sub_title .detail_link i { width: 16px; height: 16px; background-image: url("/resources/images/jp/common/icon/ic_arrow.svg"); background-repeat: no-repeat; background-size: cover; background-position: center; } .new_newsroom.main .section_visual .latest_news_area { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 32px; position: relative; z-index: 1; } 
.new_newsroom.main .card_wrap { display: flex; flex-direction: column; gap: 50px; } 
.new_newsroom.main .card_wrap li a { display: flex; flex-direction: column; gap: 16px; } 
.new_newsroom.main .card_wrap li a .thumbnail { overflow: hidden; position: relative; width: 100%; border-radius: 10px; } 
.new_newsroom.main .card_wrap li a .thumbnail::before { content: ''; display: block; padding-bottom: 56.625%; } 
.new_newsroom.main .card_wrap li a .thumbnail img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transform-origin: center; width: 100%; height: 100%; object-fit: cover; } 
.new_newsroom.main .card_wrap li a h5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; max-height: 56px; font-size: 17px; font-weight: bold; line-height: 1.5; color: #fff; } 
.new_newsroom.main .tag { padding: 4px 8px; border-radius: 4px; font-size: 12px; line-height: 1.5; color: #fff; } 
.new_newsroom.main .tag { padding: 4px 8px; border-radius: 4px; font-size: 14px; line-height: 1.5; color: #fff; } 
.new_newsroom.main .tag[data-type="press"] { background-color: #C37200; } /* 보도자료 */
.new_newsroom.main .tag[data-type="company"] { background-color: #616DAF; } /* 기업 */
.new_newsroom.main .tag[data-type="product"] { background-color: #4A8E52; } /* 제품 */
.new_newsroom.main .tag[data-type="careers"] { background-color: #4A8E8A; } /* 채용 */
.new_newsroom.main .tag[data-type="csr"] { background-color: #8E4B4A; } /* 사회공헌 */
.new_newsroom.main .tag[data-type="tech"] { background-color: #744A8E; } /* 기술 */
.new_newsroom.main .detail { display: flex; align-items: center; gap: 8px; }
.new_newsroom.main .detail span:not(.tag) { font-size: 14px; font-weight: 300; line-height: 1.5; color: #ccc; } 
.new_newsroom.main .section_mi_rae { padding: 0 0 100px; background: linear-gradient(180deg, #060606 0%, #121E35 98.3%); } 
.new_newsroom.main .section_mi_rae .sub_title .left { flex-direction: column; align-items: flex-start; gap: 0; } 

/* newsroom/news/list.do */
.new_newsroom.new_news.new_list .section_visual::before { background-image: url("/resources/images/jp/common/newsroom-news-list_visual_img.jpg"); } 
.new_newsroom.new_news.new_list .section_search .nodata { padding: 0 0 20px; }

/* newsroom/newsletter/list.do */
.new_newsroom.new_newsletter.new_list .section_visual::before { background-image: url("/resources/images/jp/common/newsroom-newsletter-list_visual_img.jpg"); } 
.new_newsroom.new_newsletter.new_list .section_search { padding: 50px 0; } 
.new_newsroom.new_newsletter.new_list .section_search .nodata { padding: 0 0 70px; }
.new_newsroom.new_newsletter.new_list .section_banner { padding: 0 0 100px; }
.new_newsroom.new_newsletter.new_list .section_banner .banner { width: 100%; padding: 25px 20px; border-radius: 10px; background-image: url("/resources/images/jp/common/newsroom_banner_bg.jpg"); background-repeat: no-repeat; background-size: cover; } 
.new_newsroom.new_newsletter.new_list .section_banner .banner .desc_area { display: flex; flex-direction: column; gap: 5px; margin-bottom: 36px; } 
.new_newsroom.new_newsletter.new_list .section_banner .banner .desc_area span { font-size: 20px; font-weight: bold; line-height: 1.5; color: #fff; } 
.new_newsroom.new_newsletter.new_list .section_banner .banner .desc_area p { font-size: 14px; font-weight: 300; line-height: 1.5; color: #fff; }
.new_newsroom.new_newsletter.new_list .section_banner .banner .common_btn { width: fit-content; }

/* newsroom/newsletter/subscription.do */
.new_newsroom.new_subscription .section_visual::before, 
.new_newsroom.new_unsubscription .section_visual::before { background-image: url("/resources/images/jp/common/subscription_visual_img.jpg"); }
.new_newsroom.new_subscription .content { padding: 54px 0 0; }
.new_newsroom.new_subscription .strong { font-weight: bold !important; }
.new_newsroom.new_subscription .caution { position: relative; padding-left: 16px; }
.new_newsroom.new_subscription .caution::before { content: "※"; position: absolute; top: 0; left: 0; }
.new_newsroom.new_subscription .flex_box { display: flex; align-items: center; justify-content: space-between; }
.new_newsroom.new_subscription .board_section { padding: 0 18px; }
.new_newsroom.new_subscription .board_section .sec_inner { margin-bottom: 80px; }
.new_newsroom.new_subscription .board_section .sec_inner.last { margin-bottom: 100px; }
.new_newsroom.new_subscription .info_form { padding: 30px 0 0; background-color: #fff; border-top: 1px solid #333; border-bottom: 1px solid #333; }
.new_newsroom.new_subscription .info_form input[type=text] { border-radius: 4px; }
.new_newsroom.new_subscription .info_form .comment li { padding-left: 16px; text-indent: -16px; word-break: keep-all; font-size: 14px; font-weight: 300; }
.new_newsroom.new_subscription .form_desc { margin-bottom: 5px; font-size: 12px; }
.new_newsroom.new_subscription .info_form_list { padding: 0 15px; }
.new_newsroom.new_subscription .info_form_list > li { margin-bottom: 30px; }
.new_newsroom.new_subscription .info_form_list .form_tit { display: block; font-size: 15px; font-weight: bold; }
.new_newsroom.new_subscription .info_form_list .lang_list li label { font-size: 14px; font-weight: 300; }
.new_newsroom.new_subscription .info_form_list + .bottom_area { margin: 30px 0 0; padding: 30px 15px; }
.new_newsroom.new_subscription .board_section h4 { margin-bottom: 40px; text-align: center; font-size: 24px; font-weight: bold; line-height: 1.5; }
.new_newsroom.new_subscription .privacy_form .agree_box { padding: 30px 0 0 0; border-top: 1px solid #333; border-right: 0; border-bottom: 0; border-left: 0;  }
.new_newsroom.new_subscription .privacy_form .agree_box .cont { padding: 0 10px; margin-bottom: 30px; }
.new_newsroom.new_subscription .privacy_form .agree_box .cont:last-child { margin-bottom: 0; }
.new_newsroom.new_subscription .privacy_form .agree_box .cont.bg { padding: 20px 15px; background-color: #eceff5; }
.new_newsroom.new_subscription .privacy_form .agree_box h5 { margin-bottom: 16px; font-size: 15px; font-weight: bold; line-height: 1.5; color: #333; }
.new_newsroom.new_subscription .privacy_form .agree_box p { font-size: 14px; font-weight: 300; }
.new_newsroom.new_subscription .privacy_form .agree_box .highlight { font-size: inherit; font-weight: bold; text-decoration: unset; }
.new_newsroom.new_subscription .privacy_form .agree_box .flex_box { flex-direction: column; align-items: flex-start; }
.new_newsroom.new_subscription .privacy_form .agree_area { padding: 0; margin: 10px 0 0; }
.new_newsroom.new_subscription .privacy_form .agree_area .agree { width: auto; margin: 0 15px 0 0; }
.new_newsroom.new_subscription .privacy_form .agree_area .agree label { font-weight: 300; color: #000; }
.new_newsroom.new_subscription .privacy_form .agree_chk { display: flex; align-items: center; justify-content: flex-end; gap: 4px; margin: 14px 0 0; font-size: 14px; }
.new_newsroom.new_subscription .privacy_form .common_btn_wrap { padding: 60px 14px 0; margin: 30px 0 0; border-top: 1px solid #333; }
.new_newsroom.new_subscription .privacy_form .common_btn { flex: auto; }
.new_newsroom.new_subscription .security_area { padding: 0 5px; }
.new_newsroom.new_subscription .security_area .form_tit { display: block; margin-bottom: 6px; font-size: 14px; font-weight: bold; }
.new_newsroom.new_subscription .capchar_area { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0; }
.new_newsroom.new_subscription .capchar_area .capchar { width: 45%; height: 40px; margin: 0; }
.new_newsroom.new_subscription .capchar_area .capchar img { width: 100%; height: 100%; object-fit: contain; }
.new_newsroom.new_subscription .capchar_area .btn_refresh { display: flex; align-items: center; justify-content: center; width: calc(55% - 22px); height: 40px; border-radius: 4px; background-color: #2C7CD8; font-size: 14px; font-weight: bold; color: #fff; }
.new_newsroom.new_subscription .capchar_area input[type="text"] { width: 100%; margin: 0; border-radius: 4px; border: 2px solid #ccc; }

/* newsroom/newsletter/unsubscription.do */
.new_newsroom.new_unsubscription .section { padding: 160px 18px; }
.new_newsroom.new_unsubscription .section .tit { display: block; text-align: center; line-height: 1.5; }
.new_newsroom.new_unsubscription .section .desc { margin-bottom: 18px; text-align: center; }

/* 뉴스레터 구독하기 팝업 */
.new_news_subscribe_popup { position: fixed; top: 0; left: 0; z-index: 1001; width: 100%; height: 100%; background: rgba(0, 0, 0, .6); padding: 0 18px; box-sizing: border-box; }
.new_news_subscribe_popup.popup_wrap .pop_inner_wrap { width: 100%; height: auto; overflow: hidden; }
.new_news_subscribe_popup.popup_wrap.box_popup .pop_inner { padding: 40px 22px; box-sizing:border-box; }
.new_news_subscribe_popup .title { margin-bottom: 30px; text-align: center; }
.new_news_subscribe_popup .title strong { font-size: 18px; font-weight: bold; color: #333; line-height: 1.3em; }
.new_news_subscribe_popup .title p { font-size: 14px; color: #666; margin-top: 18px; }
.new_news_subscribe_popup .subscribe_email { width: 100%; }
.new_news_subscribe_popup .term_wrap { margin-top: 30px; text-align: left; }
.new_news_subscribe_popup .term_wrap > ul { border-top: 2px solid #333; }
.new_news_subscribe_popup .tit_area { border-bottom: 1px solid #ccc; }
.new_news_subscribe_popup .tit_area .term_tit { display: block; position: relative; padding: 15px; font-size: 14px; color: #333; }
.new_news_subscribe_popup .tit_area .term_tit span { display: block; padding-right: 20px; }
.new_news_subscribe_popup .tit_area .btn_term::after { content:''; display: block; width: 6px; height: 6px; border-top: 1px solid #000; border-left: 1px solid #000; transform: rotate(225deg); position: absolute; top: 50%; right: 15px; margin-top: -3px; transition:transform .3s; }
.new_news_subscribe_popup .tit_area .btn_term.active::after { transform: rotate(45deg); }
.new_news_subscribe_popup .tit_area .agree_area { background-color: #f3f3f3; padding: 15px; }
.new_news_subscribe_popup .tit_area .agree_area .agree { margin-right: 25px; }
.new_news_subscribe_popup .tit_area .agree_area .agree > * { display: inline-block; vertical-align: middle; }
.new_news_subscribe_popup .tit_area .agree_area label { font-size: 14px; color: #666; padding-left: 6px; vertical-align:0; }
.new_news_subscribe_popup .terms_box { margin-top: 30px; text-align: left; }
.new_news_subscribe_popup .terms_box > strong { font-size: 16px; font-weight: bold; color: #333; line-height:1; }
.new_news_subscribe_popup .privacy_form { display: none; height: 145px; overflow-y: auto; border: 1px solid #ccc; border-top: none; }
.new_news_subscribe_popup .term_wrap .agree_chk { margin-top:19px; text-align:center; }
.new_news_subscribe_popup .term_wrap .agree_chk label { margin-left: 6px; font-size:14px; color:#666; }
.new_news_subscribe_popup .privacy_form .agree_box { padding: 25px 15px; border: none; }
.new_news_subscribe_popup .privacy_form .agree_box * { margin-bottom: 10px; font-size: 12px; line-height: 1.5; font-weight: 400; color: #666; word-break: keep-all; }
.new_news_subscribe_popup .privacy_form .agree_box > p:nth-of-type(2) { margin-top: 10px; }
.new_news_subscribe_popup .privacy_form .cont h6 { font-size: 15px; font-weight: bold; line-height: 1.5; color: #333; }
.new_news_subscribe_popup .privacy_form .cont .dot_list li { background-position: 0 9px; }
.new_news_subscribe_popup .privacy_form .agree_box .highlight { text-decoration: none; font-size: inherit; font-weight: bold; color: #2C7CD8; }
.new_news_subscribe_popup .privacy_form table { margin: 15px 0; }
.new_news_subscribe_popup .privacy_form table.basic_table2 .bt_b { border-top: 1px solid #000; }
.new_news_subscribe_popup .privacy_form table.basic_table2 th,	
.new_news_subscribe_popup .privacy_form table.basic_table2 td { padding: 5px 10px; }
.new_news_subscribe_popup .privacy_form table.basic_table2 th { text-align: center; font-weight: bold; color: #333; }
.new_news_subscribe_popup .terms_box .agree_area { margin-top: 15px; text-align: center; }
.new_news_subscribe_popup .terms_box .agree_area .agree + .agree { margin-left: 25px; }

/* 2022년 뉴스레터 */
.renewal_newsletter_2022 { border:1px solid #ddd; } 
.renewal_newsletter_2022 * { width:100%; margin:0; padding:0; line-height:1; } 
.renewal_newsletter_2022 img { vertical-align:top; } 
.renewal_newsletter_2022 a { outline-offset: -3px; } 
.renewal_newsletter_2022 a, .renewal_newsletter_2022 span { display:block; } 
.renewal_newsletter_2022 .blind { overflow:hidden; position:absolute; left:0; top:0; width:0px; height:0px; padding:0; margin:0; font-size:0; line-height:0; text-indent:-9999px; } 
.renewal_newsletter_2022 .half_area { overflow:hidden; background-color:#f3f3f3; box-sizing:border-box; } 
.renewal_newsletter_2022 .half_area > * { float:left; width:50%; } 
.renewal_newsletter_2022 .half_area .new_list { box-sizing:border-box; } 
.renewal_newsletter_2022 .newsletter_notice { overflow: hidden; background: #f6f6f6; } 
.renewal_newsletter_2022 .newsletter_notice .txt_top { float: left; width: 79.561%; } 
.renewal_newsletter_2022 .newsletter_notice .link { float: left; width: 20.439%; } 
.renewal_newsletter_2022 .newsletter_notice .txt_bot { clear:both; width: 100%; } 

/* 2024 뉴스레터 start */
.renewal_newsletter_2024 * { box-sizing: border-box; width: 100%; margin: 0; padding: 0; line-height: 1; font-size: 0; }
.renewal_newsletter_2024 img { vertical-align: top; }
.renewal_newsletter_2024 a { outline-offset: -3px; } 
.renewal_newsletter_2024 a, .renewal_newsletter_2024 span { display:block; }
.renewal_newsletter_2024 .blind{ overflow: hidden; position: absolute; left: 0; top: 0; width: 0; height: 0; padding: 0; margin: 0; font-size: 0; line-height: 0; text-indent: -9999px; }
.renewal_newsletter_2024 .half_area { overflow: hidden; background-color: #EEF2FB; display: flex; align-items: flex-start; }
.renewal_newsletter_2024 .half_area .thumb { width: 35.5%; } 
.renewal_newsletter_2024 .half_area .new_list { width: 64.5%; } 
/* 2024 뉴스레터 end */

/* 2025 홍보레터 start */
.promotion_letter_2025 * { box-sizing: border-box; width: 100%; margin: 0; padding: 0; line-height: 1; font-size: 0; width: fit-content; }
.promotion_letter_2025 .blind { overflow: hidden; position: absolute; left: 0; top: 0; width: 0; height: 0; padding: 0; margin: 0; font-size: 0; line-height: 0; text-indent: -9999px; }
.promotion_letter_2025 img { vertical-align: top; }
.promotion_letter_2025 .cont.cont6 { overflow: hidden; display: flex; align-items: flex-start; }
.promotion_letter_2025 .cont.cont6 a:nth-of-type(1) { width: 70.54%; }
.promotion_letter_2025 .cont.cont6 a:nth-of-type(2) { width: 29.46%; }
/* 2025 홍보레터 end */