@charset "utf-8";

/* .new_newsroom common */
.new_newsroom:not(.new_view) .header { position: absolute; left: 0; top: 0; width: 100%; }
.new_newsroom:not(.new_view) .header.transparent .header_inner { background-color: transparent; border-bottom-color: transparent; }
.new_newsroom:not(.new_view) .header.transparent h1 a .logo  { background: url(/resources/images/kr/common/logo_white.svg) 0 50% no-repeat; }
.new_newsroom:not(.new_view) .header.transparent .utill_menu_inner > a.btn_inq { background: url(/resources/images/kr/common/ico_inq_white.svg) center 50% no-repeat; }
.new_newsroom:not(.new_view) .header.transparent .gnb li .tit { color:#fff; }
.new_newsroom:not(.new_view) .header.transparent .utill_menu_inner > a { color:#fff; }
.new_newsroom:not(.new_view) .header.transparent .srch_pop_btn { background-image: url(/resources/images/kr/common/btn_srch_ico_white.svg); }

.new_newsroom:not(.new_view) .header.white .header_inner { background-color: #fff; border-bottom-color: #ccc; }
.new_newsroom:not(.new_view) .header.white h1 a .logo { background: url(/resources/images/kr/common/logo.svg) 0 50% no-repeat; }
.new_newsroom:not(.new_view) .header.white .utill_menu_inner > a.btn_inq { background: url(/resources/images/kr/common/ico_inq.svg) center 50% no-repeat; }
.new_newsroom:not(.new_view) .header.white .gnb li .tit { color: #000; }
.new_newsroom:not(.new_view) .header.white .utill_menu_inner > a { color: #333; }
.new_newsroom:not(.new_view) .header.white .srch_pop_btn { background-image: url(/resources/images/kr/common/btn_srch_ico.svg); }

.new_newsroom .quick_menu .outlink_btn { display: none; }
.new_newsroom .quick_menu .newsroom_link_wrap { display: block; }
.new_newsroom .quick_menu .newsroom_link { display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; width: 60px; height: 60px; border-radius: 50%; background-color: #585F66; border: none; cursor: pointer; transition: all 0.5s ease; }
.new_newsroom .quick_menu .newsroom_link:hover { background-color: #4a5157; transform: scale(1.05); }
.new_newsroom .quick_menu .newsroom_link:focus { outline: none; box-shadow: 0 0 0 3px rgba(0, 123, 255, .5); text-decoration: none; color: white; }
.new_newsroom .quick_menu .newsroom_link:active { transform: scale(.95); }
.new_newsroom .quick_menu .newsroom_link.expanded { justify-content: flex-start; width: fit-content; padding: 0 24px 0 20px; border-radius: 30px; }
.new_newsroom .quick_menu .newsroom_link i { width: 40px; height: 40px; background-repeat: no-repeat; background-size: cover; transition: none; }
.new_newsroom .quick_menu .newsroom_link i.ic_mail { background-image: url(/resources/images/kr/common/icon/ic_mail.svg); }
.new_newsroom .quick_menu .newsroom_link i.ic_mic { background-image: url(/resources/images/kr/common/icon/ic_mic.svg); }
.new_newsroom .quick_menu .newsroom_link .btn_txt { overflow: hidden; width: 0; margin-left: 0; opacity: 0; white-space: nowrap; font-size: 14px; font-weight: bold; color: #fff; transition: opacity 0.3s ease 0.2s, margin-left 0.5s ease; }
.new_newsroom .quick_menu .newsroom_link.expanded .btn_txt { width: auto; margin-left: 8px; opacity: 1; }

.new_newsroom #container * { box-sizing: border-box; letter-spacing: -0.5px; } 
.new_newsroom .inner_w1200 { position: relative; z-index: 3; width: 1200px; max-width: 1200px; margin: 0 auto; } 

.new_newsroom .section_visual { overflow: hidden; position: relative; z-index: 1; width: 100%; height: 640px; margin: 0 auto; background-color: #060606; } 
.new_newsroom .section_visual::before { content: ''; position: absolute; top: 0; left: 0; z-index: -1; 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%; text-align: center; } 
.new_newsroom .section_visual .visual_inner h2 { width: 100%; margin-bottom: 40px; font-size: 100px; font-weight: bold; line-height: 1.1; 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 .breadcrumb { width: 100%; height: auto; text-align: center; } 
.new_newsroom .section_visual .breadcrumb p { font-size: 14px; color: #333; } 
.new_newsroom .section_visual .breadcrumb p span { display: inline-block; vertical-align: top; padding: 0 11px; position: relative; } 
.new_newsroom .section_visual .breadcrumb p span:before { display: block; position: absolute; right: -1px; top: 50%; width: 2px; height: 2px; border-radius: 50%; background-color: #333; content: ""; } 
.new_newsroom .section_visual .breadcrumb p span:last-child:before { display: none; } 
.new_newsroom .section_visual .breadcrumb p span { color: #f3f3f3; } 
.new_newsroom .section_visual .breadcrumb p span:before { background-color: #f3f3f3; } 
.new_newsroom .section_visual[data-motion] .breadcrumb { opacity: 0; transform: translateY(50px); transition: transform 0.7s 0.2s, opacity 0.7s 0.2s; }
.new_newsroom .section_visual[data-motion].active .breadcrumb { opacity: 1; transform: translate(0); } 

.new_newsroom.new_list .section_search .search_flex_wrap { display: flex; align-items: center; justify-content: space-between; padding: 20px 40px; background-color: #f3f3f3; } 
.new_newsroom.new_list .section_search .search_list { display: flex; align-items: center; gap: 40px; } 
.new_newsroom.new_list .section_search .search_list li a { font-size: 18px; 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 .custom_input { position: relative; width: 320px; } 
.new_newsroom.new_list .section_search .search_area .custom_input .search_text { position: relative; width: 100%; border-radius: 100px; border: 0; } 
.new_newsroom.new_list .section_search .search_area .custom_input .search_text::placeholder { font-size: 16px; 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: 20px; height: 20px; background-image: url("/resources/images/kr/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: 48px; transform: translateY(-50%); width: 18px; height: 18px; background-image: url("/resources/images/kr/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/kr/common/icon/ic_close_circle_gray.svg"); }

.new_newsroom.new_list .section_search .search_result_area { padding: 100px 0; }
.new_newsroom.new_list .section_search .search_result_area .news_list { display: flex; flex-wrap: wrap; gap: 80px 46px; } 
.new_newsroom.new_list .section_search .search_result_area .news_list li { width: 369px; } 
.new_newsroom.new_list .section_search .search_result_area .news_list li a { display: flex; flex-direction: column; gap: 16px; width: 100%; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .img_area { overflow: hidden; position: relative; width: 100%; height: 208px; border-radius: 10px; } 
.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; transition: transform .75s; } 
.new_newsroom.new_list .section_search .search_result_area .news_list li a:hover .img_area img { transform: translate(-50%, -50%) scale(1.1); } 
.new_newsroom.new_list .section_search .search_result_area .news_list li a:focus { outline: 2px solid #000000; } 
.new_newsroom.new_list .section_search .search_result_area .news_list li a:focus .img_area img { transform: translate(-50%, -50%) scale(1.1); } 
.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: 60px; max-height: 60px; margin-bottom: 24px; font-size: 20px; 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: 12px; } 
.new_newsroom.new_list .section_search .search_result_area .news_list .txt_area .detail i { font-style: normal; font-size: 14px; 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: 14px; font-weight: 300; line-height: 1.5; color: #666; } 

.new_newsroom.new_view .board_section { overflow: hidden; position: relative; width: 1400px; margin: 0 auto; } 
.new_newsroom.new_view .board_cont { display: flex; justify-content: space-between; position: relative; } 
.new_newsroom.new_view .board_view { border-top: none; border-bottom: none; } 
.new_newsroom.new_view .board_view .board_inner { width: 980px; padding: 0 0 80px; } 
.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_inner .img_caption { margin-bottom: 50px; } 
.new_newsroom.new_view .board_view .board_inner .img_caption img { margin-bottom: 10px; } 
.new_newsroom.new_view .board_view .board_inner .img_caption p { text-align: center; line-height: 1.77em; font-size: 18px; font-weight: 300; color: #666; } 
.new_newsroom.new_view .board_view .tit_top { display: flex; align-items: center; }
.new_newsroom.new_view .board_view .tit_bottom { position: relative; margin: 24px 0 80px; padding: 0 0 60px; border-bottom: 1px solid #ccc; } 
.new_newsroom.new_view .board_view .board_tit { width: 980px; padding: 0; border: none; background: #fff; } 
.new_newsroom.new_view .board_view .board_tit .tit { overflow: visible; display: block; max-width: 100%; max-height: unset; word-wrap: break-word; word-break: break-word; font-size: 42px; font-weight: bold; line-height: 1.31; color: #000; } 
.new_newsroom.new_view .board_view .board_tit i { display: inline-block; vertical-align: middle; height: auto; line-height: 1; background: transparent !important; font-size: 14px; font-weight: bold; font-style: normal; text-align: center; padding: 0; margin: 0 12px 0 0; } 
.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.press { color: #C37200; } 
.new_newsroom.new_view .board_view .board_tit i.tech { color: #744A8E; } 
.new_newsroom.new_view .board_view .board_tit i.csr { color: #8E4B4A; } 
.new_newsroom.new_view .board_view .board_tit .date { position: static; right: auto; top: auto; width: auto; height: auto; margin: 0; font-size: 14px; font-weight: 300; line-height: 1; color: #666; } 
.new_newsroom.new_view .board_view .common_btn_wrap { max-width: 980px; padding: 60px 0 0; border-top: 1px solid #ccc; } 
.new_newsroom.new_view .board_view .file_wrap { margin-top:80px; }
.new_newsroom.new_view .board_view .file_wrap .title { font-size:24px; color:#000; font-weight:600; line-height:1; margin-bottom:20px; } 
.new_newsroom.new_view .board_view .file_wrap .btn_file { display:block; width:100%; height:70px; line-height:70px; padding:0 25px; background:#fff; font-size:18px; font-weight:300; color:#888; border:1px solid #ddd; box-sizing:border-box; position:relative; }
.new_newsroom.new_view .board_view .file_wrap .btn_file::after { content:''; display:block; width:15px; height:17px; background:url(/resources/images/kr/newsroom/icon_download.png) no-repeat 0 0; overflow:hidden; position:absolute; top:50%; right:25px; 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; }
.new_newsroom.new_view .board_view .file_wrap .btn_file:hover::after,
.new_newsroom.new_view .board_view .file_wrap .btn_file:focus::after { background-position:0 -17px; }
.new_newsroom.new_view .board_view .file_wrap .btn_file span { display:inline-block; max-width:655px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; word-break: break-all; }

.new_newsroom.new_view .sns_list { display: flex; align-items: center; margin-top: 32px; gap: 16px; } 
.new_newsroom.new_view .sns_list .btn_sns { display: block; width: 40px; height: 40px; background-color: #f3f3f3; border-radius: 99px; text-indent: -9999%; background-repeat: no-repeat; background-position: center; background-size: 20px 20px; } 
.new_newsroom.new_view .sns_list .btn_sns.facebook { background-image: url("/resources/images/kr/common/icon/ic_facebook.svg"); } 
.new_newsroom.new_view .sns_list .btn_sns.kakao { background-image: url("/resources/images/kr/common/icon/ic_kakao.svg"); } 
.new_newsroom.new_view .sns_list .btn_sns.copy { background-image: url("/resources/images/kr/common/icon/ic_copy.svg"); } 

.new_newsroom.new_view .news_summary { background:#eaf3fe; padding:55px 90px; box-sizing:border-box; color:#043285; font-size:20px; font-weight:300; } 
.new_newsroom.new_view .news_summary * { line-height:1.8em; word-break: keep-all; } 
.new_newsroom.new_view .news_summary .tit { font-weight:600; position:relative; padding-left:20px; } 
.new_newsroom.new_view .news_summary .detail { padding-left:30px; position:relative; } 

.new_newsroom.new_view .related_article { position: static; width: 300px; height: auto;} 
.new_newsroom.new_view .related_article .article_inner { position: static; width: 100%; } 
.new_newsroom.new_view .related_article .article_title { margin-bottom: 20px; font-size: 24px; font-weight: bold; color: #000; line-height: 1em; } 
.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 li a:focus { outline: 2px solid #000000; } 
.new_newsroom.new_view .related_article .news_list li a:hover .img_area img { transform: translate(-50%, -50%) scale(1.1); }
.new_newsroom.new_view .related_article .news_list .img_area { position: relative; overflow: hidden; width: 100%; height: 160px; } 
.new_newsroom.new_view .related_article .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; transition: transform .75s; }
.new_newsroom.new_view .related_article .news_list .txt_area { position: relative; height: auto; padding: 20px 20px 32px; 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: 48px; font-size: 17px; 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; margin-bottom: 24px; } 
.new_newsroom.new_view .related_article .news_list .txt_area .detail { display: flex; align-items: center; gap: 12px; } 
.new_newsroom.new_view .related_article .news_list .txt_area .detail i { font-size: 14px; font-weight: bold; font-style: normal; padding: 0; } 
.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 { display: inline-block; position: relative; font-size: 14px; font-weight: 300; color: #666; vertical-align: top; } 
.new_newsroom.new_view .related_article .pop_btn_wrap { width: 100%; margin-top: 60px; } 
.new_newsroom.new_view .related_article .pop_btn_wrap a { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 60px; padding: 0 30px; border-radius: 10px; background-image: url("/resources/images/kr/newsroom/pop_btn.png"); background-repeat: no-repeat; background-size: cover; } 
.new_newsroom.new_view .related_article .pop_btn_wrap span { font-size: 18px; font-weight: bold; color: #fff; } 
.new_newsroom.new_view .related_article .pop_btn_wrap i { width: 16px; height: 16px; background: url("/resources/images/kr/common/icon/ic_arrow_white.svg") no-repeat; background-size: cover; transition: .3s; } 
.new_newsroom.new_view .related_article .pop_btn_wrap a:hover i { transform: translateX(4px); }
.new_newsroom.new_view .web_div { display:block; }
.new_newsroom.new_view .mobile_div { display:none; }
/* //.new_newsroom common */

/* newsroom/news/overview.do */
.new_newsroom.main .section_visual { height: auto; padding-bottom: 180px; } 
.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 { height: 540px; } 
.new_newsroom.main .section_visual .latest_news_area { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; position: relative; z-index: 1; } 
.new_newsroom.main .section_visual .latest_news_area .thumbnail { width: 680px; } 
.new_newsroom.main .section_visual .latest_news_area .thumbnail a { display: flex; flex-direction: column; gap: 24px; width: 100%; } 
.new_newsroom.main .section_visual .latest_news_area .thumbnail a .img_wrap { overflow: hidden; position: relative; width: 100%; height: 384px; border-radius: 10px; } 
.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; transition: transform .75s; } 
.new_newsroom.main .section_visual .latest_news_area .thumbnail a:hover .img_wrap img { transform: translate(-50%, -50%) scale(1.1); } 
.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: 72px; font-size: 24px; font-weight: bold; line-height: 1.5; color: #fff; } 
.new_newsroom.main .section_visual .latest_news_area ul { width: 480px; padding: 28px 36px 40px; border-radius: 10px; background: rgba(255, 255, 255, 0.07); backdrop-filter: blur(20px); } 
.new_newsroom.main .section_visual .latest_news_area li { padding: 30px 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: 24px; } 
.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: 60px; font-size: 20px; font-weight: bold; line-height: 1.5; color: #fff; } 
.new_newsroom.main #content { padding: 0; } 
.new_newsroom.main .sub_title { display: flex; align-items: center; justify-content: space-between; position: relative; margin-bottom: 40px; } 
.new_newsroom.main .sub_title .left { display: flex; align-items: center; gap: 16px; } 
.new_newsroom.main .sub_title .left h3 { font-size: 38px; font-weight: bold; color: #fff; } 
.new_newsroom.main .sub_title .left .ic_youtube { width: 48px; height: 48px; background-image: url("/resources/images/kr/common/icon/ic_youtube.svg"); background-repeat: no-repeat; background-size: cover; background-position: center; } 
.new_newsroom.main .sub_title .left .slogan { font-size: 34px; 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/kr/common/icon/ic_arrow.svg"); background-repeat: no-repeat; background-size: cover; background-position: center; transition: transform .3s; } 
.new_newsroom.main .sub_title .detail_link:hover i { transform: translateX(4px); } 
.new_newsroom.main .detail { display: flex; align-items: center; gap: 12px; } 
.new_newsroom.main .card_wrap { display: flex; gap: 40px; } 
.new_newsroom.main .card_wrap li a { display: flex; flex-direction: column; gap: 24px; } 
.new_newsroom.main .card_wrap li a .thumbnail { overflow: hidden; position: relative; width: 582px; height: 329px; border-radius: 10px; } 
.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; transition: transform .75s; } 
.new_newsroom.main .card_wrap li a:hover .thumbnail img { transform: translate(-50%, -50%) scale(1.1); } 
.new_newsroom.main .card_wrap li a h5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; min-height: 72px; max-height: 72px; font-size: 24px; font-weight: bold; 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 span:not(.tag) { font-size: 14px; font-weight: 300; line-height: 1.5; color: #ccc; } 
.new_newsroom.main .section_sem { padding: 120px 0; background-color: #141620; } 
.new_newsroom.main .section_mi_rae { padding: 120px 0 180px; background: linear-gradient(180deg, #060606 0%, #121E35 98.3%); } 

/* newsroom/news/list.do */
.new_newsroom.new_news.new_list .section_visual::before { background-image: url("/resources/images/kr/common/newsroom-news-list_visual_img.jpg"); } 

/* newsroom/newsletter/list.do */
.new_newsroom.new_newsletter.new_list .section_visual::before { background-image: url("/resources/images/kr/common/newsroom-newsletter-list_visual_img.jpg"); } 
.new_newsroom.new_newsletter.new_list .section_search .search_flex_wrap { justify-content: center; } 
.new_newsroom.new_newsletter.new_list .section_search .search_area .custom_input { width: 400px; } 
.new_newsroom.new_newsletter.new_list .section_search .search_result_area { padding: 100px 0 60px; }
.new_newsroom.new_newsletter.new_list .section_search .nodata { padding: 60px 0 0; }
.new_newsroom.new_newsletter.new_list .section_banner { padding: 100px 0 0; }
.new_newsroom.new_newsletter.new_list .section_banner .banner { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 200px; padding: 0 70px; border-radius: 10px; background-image: url("/resources/images/kr/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: 10px; } 
.new_newsroom.new_newsletter.new_list .section_banner .banner .desc_area span { font-size: 30px; font-weight: bold; line-height: 1.5; color: #fff; } 
.new_newsroom.new_newsletter.new_list .section_banner .banner .desc_area p { font-size: 18px; font-weight: 300; line-height: 1.5; color: #fff; }

/* newsroom/newsletter/subscription.do */
.new_newsroom.new_subscription .section_visual::before, .new_newsroom.new_unsubscription .section_visual::before { background-image:url("/resources/images/kr/common/subscription_visual_img.jpg"); }
.new_newsroom.new_subscription .board_section h4 { margin-bottom: 40px; text-align: center; font-size: 38px; font-weight: bold; }
.new_newsroom.new_subscription .board_section h4 + p { text-align: center; font-size: 20px; font-weight: 300; line-height: 1.5; }
.new_newsroom.new_subscription .info_form { padding: 50px 0; background: unset; border-bottom: 1px solid #333; }
.new_newsroom.new_subscription .info_form_list { padding: 0 50px; border-bottom: 1px solid #ccc; }
.new_newsroom.new_subscription .info_form_list > li { display: flex; align-items: center; margin-bottom: 50px; }
.new_newsroom.new_subscription .info_form_list .lang_list li label { font-weight:300; }
.new_newsroom.new_subscription .info_form_list + .bottom_area .comment { padding: 0; }
.new_newsroom.new_subscription .info_form_list + .bottom_area .comment li { font-weight: 300; }
.new_newsroom.new_subscription .info_form_list .form_tit { width: 140px; margin: 0; font-weight: bold; }
.new_newsroom.new_subscription .info_form input[type="text"] { width: calc(100% - 140px); border-radius: 4px; }
.new_newsroom.new_subscription .info_form_list + .bottom_area { padding: 40px 50px 0 50px; margin: 0; border-top: 0; }
.new_newsroom.new_subscription .agree_box { margin: 60px 0 100px; padding: 40px 50px; border-top: 1px solid #333; border-bottom: 1px solid #333; border-right: 0; border-left: 0; }
.new_newsroom.new_subscription .privacy_form .agree_box .cont { margin-bottom: 40px; }
.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 30px; background-color: #ECEFF5; }
.new_newsroom.new_subscription .privacy_form .agree_box h5 { margin-bottom: 20px; font-size: 20px; font-weight: bold; color: #333; }
.new_newsroom.new_subscription .privacy_form .agree_box p { font-size: 18px; font-weight: 300; }
.new_newsroom.new_subscription .privacy_form .agree_box p.strong { font-weight: bold; }
.new_newsroom.new_subscription .privacy_form .agree_box .highlight { text-decoration: unset; font-size: 18px; font-weight: bold; }
.new_newsroom.new_subscription .dot_list { font-size: 18px; font-weight: 300; }
.new_newsroom.new_subscription .dot_list li { position: relative; padding-left: 12px; }
.new_newsroom.new_subscription .dot_list li::before { content: '·'; position: absolute; top: 0; left: 0; }
.new_newsroom.new_subscription .basic_table tbody tr th { font-size: 18px; }
.new_newsroom.new_subscription .basic_table tbody tr th.strong { font-weight: bold; }
.new_newsroom.new_subscription .flex_box { display: flex; align-items: center; justify-content: space-between; padding: 0; }
.new_newsroom.new_subscription .agree_area { float: unset; width: auto; padding: 0; }
.new_newsroom.new_subscription .privacy_form .agree_chk { margin-top: 16px; }
.new_newsroom.new_subscription .security_area { display: flex; align-items: center; justify-content: space-between; }
.new_newsroom.new_subscription .security_area .form_tit { white-space: nowrap; font-size: 20px; font-weight: bold; color: #333; }
.new_newsroom.new_subscription .capchar_area { width:calc(100% - 122px); display:flex; align-items: center; }
.new_newsroom.new_subscription .capchar_area .capchar { width:190px; }
.new_newsroom.new_subscription .capchar_area .btn_refresh { width:180px; height:48px; line-height:48px; background:#2c7cd8; margin-left:12px; border-radius:4px; }
.new_newsroom.new_subscription .capchar_area input { flex: auto; width: auto; margin-left:20px; border-radius: 4px; height: 48px; }
.new_newsroom.new_subscription .newsletter_popup .pop_inner_wrap { top:50%; width:750px; height:488px; margin-top:-244px; } 
.new_newsroom.new_subscription .newsletter_popup .form_desc { display:block; text-align:right; } 
.new_newsroom.new_subscription .newsletter_popup .form_desc .point_txt { display:inline-block; vertical-align:middle; }

/* newsroom/newsletter/unsubscription.do */
.new_newsroom.new_unsubscription .section { margin: 0 auto; } 
.new_newsroom.new_unsubscription .board_section { text-align: center; } 
.new_newsroom.new_unsubscription .board_section .txt1 { text-align: center; font-size: 20px; } 
.new_newsroom.new_unsubscription .common_btn_wrap { margin-top: 40px; }
.new_newsroom.new_unsubscription .common_btn { min-width: 163px; }

/* 뉴스레터 구독하기 팝업 */
.new_news_subscribe_popup { position:fixed; width:100%; height:100%; background:rgba(0,0,0,.6); top:0; left:0; z-index:1001; }
.new_news_subscribe_popup.popup_wrap .pop_inner_wrap { top:50%; width:760px; height:814px; margin:-20% 0 0 -380px; }
.new_news_subscribe_popup.popup_wrap.box_popup .pop_inner { padding:80px; box-sizing:border-box; }
.new_news_subscribe_popup .title { text-align:center; margin-bottom:40px; }
.new_news_subscribe_popup .title::after { content:''; display:inline-block; width:40px; height:3px; background:#2C7CD8; margin-top:30px; }
.new_news_subscribe_popup .title strong { font-size: 32px; font-weight: bold; color: #000; line-height: 1.313em; letter-spacing: -0.5px; }
.new_news_subscribe_popup .title p { font-size:18px; color: #666; margin-top: 20px; }
.new_news_subscribe_popup .subscribe_email { width:100%; border-radius: 4px; }
.new_news_subscribe_popup .term_wrap { margin-top: 75px; border-top: 2px solid #333; }
.new_news_subscribe_popup .term_wrap > ul > li { border-bottom: 1px solid #ccc; }
.new_news_subscribe_popup.popup_wrap.box_popup p { font-size: 16px; vertical-align: middle; }
.new_news_subscribe_popup .term_wrap .tit_area { padding: 15px 20px 15px 12px; color: #333; }
.new_news_subscribe_popup .term_wrap .term_tit { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: auto; }
.new_news_subscribe_popup .term_wrap .term_tit span { width: auto; }
.new_news_subscribe_popup .term_wrap .term_tit .btn_term { width: auto; height: auto; padding: 4px 8px; border:1px solid #e2e2e2; border-radius:4px; white-space: nowrap; font-size:14px; line-height: 1.5; color:#666; }
.new_news_subscribe_popup .term_wrap .agree_area { display: block; width: auto; padding: 0 20px 15px 12px; text-align: right; }
.new_news_subscribe_popup .term_wrap .agree_area label { color: #666; font-size: 17px; }
.new_news_subscribe_popup .term_wrap .agree_chk { margin-top: 30px; text-align: center; }
.new_news_subscribe_popup .term_wrap .agree_chk > * { display: inline-block; vertical-align: middle; }
.new_news_subscribe_popup .term_wrap .agree_chk input[type='checkbox'] { width: 14px; height: 14px; }
.new_news_subscribe_popup .term_wrap .agree_chk label { font-size: 17px; color: #666; margin-left: 6px; vertical-align: 0; }
.new_news_subscribe_popup .privacy_form { display: none; height: 220px; overflow-y: auto; border: 1px solid #ccc; margin-bottom: 15px; }
.new_news_subscribe_popup .privacy_form .agree_box { padding: 30px; border: none; }
.new_news_subscribe_popup .privacy_form .agree_box > p:nth-of-type(2) { margin-top: 10px; }
.new_news_subscribe_popup .privacy_form .agree_box .highlight { text-decoration: none; font-size: inherit; }
.new_news_subscribe_popup .privacy_form .cont h6 { margin-bottom: 20px; font-size: 16px; font-weight: bold; color: #333; }
.new_news_subscribe_popup .privacy_form .cont h6 + p { font-size: 16px; line-height: 1.5; font-weight: 300; color: #333; }
.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: 10px 20px; }
.new_news_subscribe_popup .privacy_form table.basic_table2 thead th { padding: 25px 20px; }
.new_news_subscribe_popup .privacy_form table.basic_table2 th { text-align: center; font-size: 16px; color: #333; font-weight: bold; }
.new_news_subscribe_popup .privacy_form table.basic_table2 td { text-align:left; }
.new_news_subscribe_popup .terms_box .agree_area { margin-top: 20px; text-align: center; }
.new_news_subscribe_popup .common_btn_wrap { margin-top:40px; }

/* 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 */