@charset "UTF-8";
* {
  font-family: "Pretendard Variable", Pretendard !important;
}

.visible {
	z-index: 9999999;
}

.searchsubmit {
	font-family: 'Genericons' !important;
}

.elementor-search-form__submit:focus {
  border: none;
}

.mobile_search, .desktop_search {
  display: none;
}

.single-blog-content {
	padding-bottom: 30px;
}

.mode-switcher {
	display: none;
}

header {
	z-index: 999999 !important;
}

.CONTENT_AD_PLACE {
	margin-top: 5%;
}

#ATIP_MORE_LINK {
	position: relative;
}

#overlay {
	display: inline-block;
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255) 100%);
}

#MORE_TEXT {
	position: relative;
	z-index: 999;
	background: rgb(242, 244, 246);
	padding: 10px 20px;
	border-radius: 10px;
	margin: 0 auto;
	width: fit-content;
	cursor: pointer;
	transition: 0.4s all;
}

#MORE_TEXT:lang(ko-KR):before {
	content: "연관 IOC 및 관련 상세 분석 정보는 안랩의 차세대 위협 인텔리전스 플랫폼 ‘AhnLab TIP’ 구독 서비스를 통해 확인이 가능합니다."
}

#MORE_TEXT:lang(en-US):before {
	content: "Stay ahead of emerging threats with actionable insights from AhnLab TIP, our next-generation threat intelligence platform."
}

.header-icons-section .mode-switcher {
	display: inline-block;
}

// .elementor-element-85bd9f1 {
// 		min-width: 100%; !important;
// }

/** CSS for GNB */

#menu-item-73489, #menu-item-73490, #menu-item-73491, #menu-item-73563, #menu-item-73564, #menu-item-73565 {
	display: none;
}

#main-content .latest-post-block-content {
	padding-left: 20px;
}

/** CSS for Not Found Input Form */
.input-group input {
	padding-left: 30px !important;
}

/** Migrate Editor CSS  */
.table-header {
	border-bottom: 3px solid;
}

/** CSS for Dynamic Screen */
/** This CSS for Not Provide Responsive Elementor Component */


@media screen and (max-width: 767px) {
	// mobile
	.elementor-post-navigation {
		flex-direction: column;
		row-gap: 20px;
	}
	
	.slider-category-box {
		padding-bottom: 10px;
	}
	
	.elementor-post-navigation__prev, .elementor-post-navigation__next {
		width: 100% !important;
	}
	
	.ck-content li {
		word-wrap: break-word;
	}
	
	.security-advisor-block .elementor-post__meta-data {
		display: none;
	}
	
	.security-advisor-block .elementor-post__text {
		padding: 0 20px !important;
	}
	
	.security-advisor-block .elementor-post__card {
		padding: 18px 0 !important;
	}
	
	.security-advisor-block article:hover .elementor-post__title > a {
		font-size: 16px !important;
	}
	
		.THREAT_VIEW_RIGHT_ARTICLE {
		width: auto !important;
	}
	
	.THREAT_VIEW_SECTION {
		flex-direction: column;
		row-gap: 40px;
	}
} 

@media screen and (min-width: 1024px) {
  .desktop_search {
    display: inline;
  }
	
	
// 	body {
// 		zoom: 0.85;
// 	}

// 	[data-elementor-type="wp-page"] {
// 		display: flex;
// 		flex-direction: column;
// 		align-items: center;
// 	}
}


@media screen and (max-width: 1024px) {
	
	.mode-switcher {
		display: inline-block;
	}
	
	.header-icons-section {
		display: none;	
	}
	
	.theme-header-area .theme-logo {
		bottom: 10px;
		position: relative;
	}
	
	.theme-header-area {
		margin-top: 10px;
	}
	
  .mobile_search {
    display: inline;
  }
	
	.global-footer-content-container {
		display: flex;
		flex-direction: column !important;
		justify-content: start;
		row-gap: 10px;
	}
	
	.footer-introduce-container {
		display: flex;
    align-items: center;
    flex-wrap: wrap;
	}
	
	.global-footer-content-container .e-con-inner {
		justify-content: start !important;
	}
	
	.THREAT_VIEW_RIGHT_ARTICLE {
		padding: 46px 20px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	// tablet - v
}

@media screen and (min-width: 1024px) {
	#ruigehond006_wrap {
		top: 69px !important;
		z-index: 99;
	}
	
	#ruigehond006_inner {
		height: 0.45vh !important;
		background: transparent !important;
	}
}

@media screen and (max-width: 1200px) {
	.security-advisor-content-container > div:nth-of-type(1) {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.THREAT_VIEW_CONTAINER {
		flex-direction: column;
		row-gap: 50px;
	}
	
	.THREAT_CONTAINER {
		padding: 0 20px;
	}
	
	
	.THREAT_VIEW_LEFT_ARTICLE {
  	flex: 1.2;
		max-width: 95% !important;
		width: 100vw;
		min-width: auto !important;
	}
	
	.THREAT_VIEW_DATE_LIST {
		max-width: 95% !important;
		width: 100vw;
	}
	
	.THREAT_VIEW_SECTION {
		width: 100%;
	}
	
	.THREAT_VIEW_DATE_LIST .tab-small-thumbnail-wrap, .THREAT_VIEW_DATE_LIST .tab-small-thumbnail-wrap a > img {
		width: 100% !important;
		max-width: none !important;
		height: 60px !important;
	}
	
	.THREAT_VIEW_RIGHT_ARTICLE {
  	width: 95% !important;
  	height: 100%;
  	position: relative;
  	background: #f6f6f6;
  	border-radius: 10px;
  	padding: 46px;
  	flex: 1;
		min-width: auto !important;
	}
	
	.NETWORK_ATTACK_BOX .COUNTRY {
		overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: keep-all;
	}
	
	.ico31 {
		font-size: 16px !important;
		width: 29px !important;
		height: 29px !important;
	}
	
	.FLEX_BOX_CONTENT { 
		font-size: 24px !important;
	}
	
	.RATE_CONTENT_SECTION {
		font-size: 14px !important;
	}
	
	.THREAT_VIEW_SECTION article {
		row-gap: 30px !important;
	}
	
	.THREAT_VIEW_SECTION_TITLE {
		font-size: 25px !important;
	}
}


@media (min-width: 1200px) and (max-width: 1366px) {
	// tablet - h
}

@media screen and (max-width: 1366px) {
	.global-footer > div:nth-of-type(1) {
		padding-left: 40px;
		padding-right: 40px;
// 		white-space: nowrap !important;
	}
}

@media (min-width: 1366px) and (max-width: 2400px) {
	// tablet - labtop
}

@media screen and (min-width: 2400px) {
	// tablet - wide screen
}




@keyframe blink {
	0% {
		opacity: 15%;
	}
	25% {
		opacity: 30%;
	}
	50% {
		opacity: 15%;
	}
	75% {
		opacity: 30%;
	}
	100% {
		opacity: 15%;
	}
}

/** CSS for Search Page */
.post-excerpt-box {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 400;
	word-break: break-all;
}

.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content .post-excerpt-box p {
	line-height: 25px !important;
}

.latest-post-block-content {
	display: flex;
	flex-direction: column;
}

.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content h3.post-title {
	font-weight: 500;
}



.post-block-wrapper-latest.post-block-style-latest .slider-post-meta-items.tab-small-col-meta {
	margin-top: auto;
}

/** CSS for Search Form */
.theme-breacrumb-title {
	font-weight: 500 !important;
}

.theme-breacrumb-title:lang(ko-KR):before {
// 	content: " 검색하신 ";
	font-weight: 400;
}

.theme-breacrumb-title:lang(ko-KR):after {
	content: " 에 대한 검색 결과입니다 ";
	font-weight: 400;
}

.theme-breacrumb-title:lang(en):before {
	content: " Search results for ";
	font-weight: 400;
}

#theme-breacrumb-category-title:lang(ko-KR):before {
// 	content: " 선택하신 ";
	font-weight: 400;
}

#theme-breacrumb-category-title:lang(ko-KR):after {
	content: " 카테고리 조회 결과입니다";
	font-weight: 400;
}


#theme-breacrumb-category-title:lang(en):before {
	content: " Results for ";
	font-weight: 400;
}

#theme-breacrumb-category-title:lang(en):after {
	content: " category ";
	font-weight: 400;
}

#theme-breacrumb-tag-title:lang(ko-KR):before {
// 	content: " 선택하신 ";
	font-weight: 400;
}

#theme-breacrumb-tag-title:lang(ko-KR):after {
	content: " 태그에 대한 결과입니다 ";
	font-weight: 400;
}

#theme-breacrumb-tag-title:lang(en):before {
	content: " Results for ";
	font-weight: 400;
}

#theme-breacrumb-tag-title:lang(en):after {
	content: " tag ";
	font-weight: 400;
}


.theme-breacrumb-title {
	font-weight: 500;
}

/** CSS for dynamic */
.ck-content .post-featured-image > img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center center;
// 	border-radius: 10px;
	margin-bottom: 30px;
}

/** CSS for custom preloader */
.ahnlab_loader {
	  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ahnlab_loader img {
	width: 150px;
	height: auto;
	filter: opacity(0.15) grayscale(1);
	opacity: 10%;
	animation: blink 1.5s linear infinite;
}

/** CSS for IOC Form */
#IOC_SECTION:lang(ko-KR) > span:nth-of-type(1):before {
	content: "IOC 관련 정보";
}

#IOC_SECTION:lang(en-US) > span:nth-of-type(1):before {
	content: "IOC related information";
}

#IOC_SHOWMORE:lang(ko-KR):before {
// 	content: "관련 정보 더보기";
}

/** CSS for Cookie Bar */
.cky-title:lang(ko-KR):before {
	content: "ATCP 서비스를 위해 쿠키 사용을 동의해주세요";
}

.cky-title:lang(en):before {
	content: "Please agree to the use of cookies for ATCP services.";
}

.cky-notice {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.cky-title {
	font-size: 20px !important;
	font-weight: 600 !important;
	color: white !important;
}

.cky-notice-des {
	font-size: 16px !important;
	color: white !important;
	font-weight: 400 !important;
}

.cky-notice-des:lang(ko-KR):before {
	content: "ATCP는 서비스 품질을 제공 및 향상하고 트래픽을 분석하기 위해 쿠키를 사용합니다.\A귀하가 동의하는 경우 쿠키는 광고를 제공하고 귀하가 보는 콘텐츠와 광고를 개인화하는 데에도 사용됩니다.";
		white-space:pre;
}

.cky-notice-des:lang(en):before {
	content: "ATCP uses cookies to deliver and enhance the quality of its services and to analyze traffic.\AIf you agree, cookies are also used to serve advertising and to personalize the content and advertisements that you see.";
	white-space:pre;
}

.cky-notice {
// 	padding-left: 20px;
// 	padding-right :20px;
	padding: 20px 10px 10px 10px;
	max-width: 1250px;
	margin: 0 auto;
}

.cky-title {
	margin: 0 0 0 0 !important;
}

.cky-consent-bar {
	background-color: rgb(54, 61, 77) !important;
	border: none !important;
	border-radius: 40px 40px 0 0;
}

.cky-btn { 
	border-radius: 2px !important;
	font-size: 16px !important
}

.cky-btn-reject:lang(ko-KR):before {
	content: "나중에";
}

.cky-btn-reject:lang(en):before {
	content: "No Thanks";
}

.cky-btn-accept:lang(ko-KR):after {
	content: "동의";
}

.cky-btn-accept:lang(en):after {
	content: "Agree";
}

.cky-btn-revisit-wrapper {
	display: none !important;
}

/** DarkMode CSS Custom (Override) */
body.likhun-dark .icofont-search-1, body.likhun-dark .post-excerpt-box > p {
	color: white;
}

body.likhun-dark .header-style-one {
	box-shadow: none;
}

body.likhun-dark .elementor-post-navigation__link__prev, body.likhun-dark .elementor-post-navigation__link__next {
	background: #222 !important;
}

body.likhun-dark .post-navigation__prev--label, body.likhun-dark .post-navigation__next--label {
	color: white !important;
}

body.likhun-dark .elementor-post-navigation__link__next > span:nth-of-type(1):after, body.likhun-dark .elementor-post-navigation__link__prev > span:nth-of-type(1):before  {
	filter: brightness(0) invert(1) !important;
}

body.likhun-dark .blog-post-tab-wrap.post-block-item {
	background: transparent;
}

body.likhun-dark .dark-mode-logo, body.likhun-dark .footer-logo {
	filter: brightness(0) invert(1);
}

body.likhun-dark .THREAT_VIEW_SECTION_TITLE, body.likhun-dark .RATE_CONTENT_SECTION, body.likhun-dark .NETWORK_PORT_BOX, body.likhun-dark .NETWORK_ATTACK_BOX, body.likhun-dark .MORE, body.likhun-dark .MORE > span {
	color: white !important;
}

body.likhun-dark .MORE > span {
	font-weight: 600;
}

body.likhun-dark .THREAT_VIEW_RIGHT_ARTICLE {
	background: #222;
}

/** CSS for Global Widget */
#block-10:lang(ko), #block-13:lang(ko), #block-16:lang(ko) {
	display: none;
}

#block-10:lang(en), #block-13:lang(en), #block-16:lang(en) {
	display: none;
}

/** 404 Not Found Page */

.error-code:lang(ko):before {
		content: "페이지를 찾을 수 없습니다";
}

.error-code:lang(en):before {
		content: "Page not found";
}

.error-message:lang(ko):before {
	content: "입력하신 주소가 정확한지 다시 한번 확인해 주시기 바랍니다.";
}

.error-message:lang(en):before {
		content: "The page you're looking for doesn't exist. Please check the URL and try again.";
}

.error-btn-custom:lang(ko):after {
	content: "홈으로 돌아가기";
}

.error-btn-custom:lang(en):after {
	content: "Go Home Page";
}

.error-code:lang(ko):before, .error-code:lang(en):before {
	font-size: 60px;
	font-weight: 600;
}

.error-message:lang(ko):before, .error-message:lang(en):before {
		font-size: 20px;
		font-weight: 400;
}

.error-btn-custom {
	background-color: rgba(97, 81, 217, 1) !important;
	color: white !important;
}


/** CSS for Reset */
// .e-con {
// 	padding: 0 !important;
// }

/** BLOG */ 
.theme-breacrumb-title {
// 	display: none;
}

/** ETC */
.jp-relatedposts {
  display: none !important;
}

/** THEME */
.sub-menu {
	min-width: 600px !important;
	display: flex;
	flex-wrap: wrap;
//   row-gap: 7px;
  column-gap: 40px;
//   white-space: nowrap;
//   border: 1px solid #ddd !important;
  margin-top: 10px !important;
//   text-align: center !important;
}

.sub-menu:nth-of-type(2) {
	color: red !important;
}

.tab-post-grid-content-small {
	padding-left: 7px;
}

// .sub-menu:after {
//   content: "";
//   display: block;
//   position: absolute;
//   top: -6px;
//   left: 15%;
//   width: 10px;
//   height: 10px;
//   margin-left: -5px;
//   border-left: 1px solid #ddd;
//   border-top: 1px solid #ddd;
//   background-color: #fff;
//   transform: rotate(45deg);
// }

.GLOBAL_FOOTER {
	flex: 1;
	align-content: flex-end;
	width: 100vw;
	min-width: 100%;
	height: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}

.privacy-text a {
	font-weight: 600 !important;
	color: #6157d9 !important;
}

/** CSS for Board List */
.post-block-wrapper-latest.post-block-style-latest {
	display: grid !important;
	grid-template-columns: 1fr 2fr;
}

.latest-post-thumbnail-wrap > a {
	width: 100%;
	height: 100%;
}

.latest-post-block-content {
	overflow: hidden;
	height: 100%;
}

/** THREAT VIEW LANGUAGE SET */
#threat-status-title:lang(ko-KR):before {
	content: "수집된 IOC";
}

#threat-status-title:lang(en):before {
	content: "Collected IOCs";
}

#malicious-files-nums:lang(ko-KR):before {
	content: "· 악성 파일";
}

#malicious-files-nums:lang(en):before {
	content: "· Malicious Files";
}

#malicious-url-nums:lang(ko-KR):before {
		content: "· 악성 URL";
}

#malicious-url-nums:lang(en):before {
		content: "· Malicious URLs";
}

#malicious-ip-nums:lang(ko-KR):before {
	content: "· 악성 IP";
}

#malicious-ip-nums:lang(en):before {
	content: "· Malicious IPs";
}

#network-attack-country:lang(ko-KR):before {
	content: "네트워크 공격 국가";
}

#network-attack-country:lang(en):before {
	content: "Network Attacker Countries";
}

#network-port:lang(ko-KR):before {
	content: "네트워크 공격 대상 포트";
}

#network-port:lang(en):before {
	content: "Network Ports Attacked";
}

/** THREAT VIEW GLOBAL CSS */
.THREAT_CONTAINER {
  margin: 0 auto;
//   max-width: 1230px;
  max-width: 1100px;
	width: 100vw;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
	height: calc(100dvh - 69px);
}

.THREAT_CONTAINER .MORE {
	font-size: 14px !important; 
}

// .THREAT_VIEW_SECTION_TITLE, .THREAT_VIEW_CONTAINER {
// 	max-width: 1230px;
// 	width: 100vw;
// 	margin: 0 auto;
// }

.THREAT_VIEW_CONTAINER {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
.THREAT_VIEW_DATE_LIST {
  width: 100%;
  max-width: 320px;
}
.THREAT_VIEW_SECTION_TITLE {
  font-size: 25px;
  font-weight: 500;
	letter-spacing: -0.03em;
  color: #222222 !important;
}
.THREAT_VIEW_SECTION {
  display: flex;
  align-items: center;
}
.THREAT_VIEW_SECTION article {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.THREAT_VIEW_SECTION th {
  color: #636ed9;
}
.THREAT_VIEW_SECTION a {
  text-decoration: none;
  text-underline-offset: 4px;
  transition: 0.4s all;
}
.THREAT_VIEW_SECTION a:hover {
  opacity: 80%;
}
.THREAT_VIEW_SECTION .contentWrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.THREAT_VIEW_SECTION .contentWrapper > span:nth-of-type(1) {
  font-weight: 700;
}
.ico31 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  font-size: 31px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: auto;
  margin-top: 4px;
}

.FLEX_BOX > .ico31 {
	position: absolute !important;
}

/* ICON SECTION */
.ico31:before {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  font-family: fontello !important;
  font-style: normal;
  font-size: inherit;
  line-height: 100%;
  color: inherit;
  text-decoration: inherit;
  text-align: center;
  vertical-align: top;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.ico31 {
  color: white;
  font-size: 17px;
	top: 2px;
}
.ico31.i-link {
  background-color: #e0858a;
}
.ico31.i-link::before {
  content: "";
}
.ico31.i-file {
  background-color: #968ddc;
}
.ico31.i-file:before {
  content: "";
}
.ico31.i-ip {
  background-color: #e89566;
}
.ico31.i-ip:before {
  content: "";
}
.FLEX_BOX {
	position: relative;
  display: flex;
  align-items: center;
}
.FLEX_COLUMN_BOX {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
.FLEX_BOX_CONTENT {
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}
.URL_SECTION, .IP_SECTION, .FILE_SECTION {
  margin-left: 40px;
	padding-right: 10px;
  font-family: Roboto !important;
}
.FLEX_COLUMN_BOX .IP_SECTION, .FLEX_COLUMN_BOX .URL_SECTION, .FLEX_COLUMN_BOX .FILE_SECTION {
  row-gap: 11px;
  margin-left: 0px;
}
.CIRCLE {
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
.URL_SECTION .CIRCLE {
  margin-left: 13px;
  background-color: #e0858a;
}
.IP_SECTION .CIRCLE {
  margin-left: 43px;
  background-color: #e89566;
}
.FILE_SECTION .CIRCLE {
  background-color: #968ddc;
}
.RATE_CONTENT_SECTION {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.75px;
  color: #666666;
}
.RATE_CONTENT_SECTION > span:nth-of-type(1) {
  width: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.RATE_CONTENT_SECTION > span:nth-of-type(2) {
	word-break: break-word;
}

.THREAT_VIEW_LEFT_ARTICLE {
  flex: 1.2;
  min-width: 380px;
// 	min-width: 423px;
}
.THREAT_VIEW_RIGHT_ARTICLE {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 46px;
  flex: 1;
  min-width: 416px;
}
.THREAT_VIEW_RIGHT_ARTICLE .TITLE {
  font-size: 14px;
  font-weight: 600;
  line-height: 21.79px;
}
.THREAT_VIEW_RIGHT_ARTICLE .TOP {
  width: 48px;
  height: 24px;
  background: #e3e6ec;
  border-radius: 4px;
  padding: 2px 10px 2px 10px;
  font-size: 13px;
  color: #505f79;
  font-weight: 400;
}
.THREAT_VIEW_RIGHT_ARTICLE .THREAT_STATUS_BOX {
  font-size: 14px;
  display: flex;
  align-items: center;
  column-gap: 13px;
  font-weight: 400;
}
.THREAT_VIEW_RIGHT_ARTICLE .THREAT_STATUS_BOX > span:nth-of-type(1) {
  flex: 1.5;
}
.THREAT_VIEW_RIGHT_ARTICLE .THREAT_STATUS_BOX > span:nth-of-type(2), .THREAT_VIEW_RIGHT_ARTICLE .THREAT_STATUS_BOX > span:nth-of-type(1):lang(ko) {
  flex: 1;
}
.THREAT_VIEW_RIGHT_ARTICLE .NETWORK_ATTACK_BOX, .THREAT_VIEW_RIGHT_ARTICLE .NETWORK_PORT_BOX {
  margin-top: 16px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
}
.THREAT_VIEW_RIGHT_ARTICLE .NETWORK_ATTACK_BOX img {
  width: 18px;
  height: 14px;
  border-radius: 2px;
}
.THREAT_VIEW_RIGHT_ARTICLE .CIRCLE {
  width: 3px !important;
  height: 3px !important;
  border-radius: 100%;
  background-color: #c2c2c2;
}
.THREAT_VIEW_RIGHT_ARTICLE .MORE {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  line-height: 19.07px;
  display: flex;
  align-items: center;
}
.THREAT_VIEW_RIGHT_ARTICLE .ATIP {
  color: #3f3f3f;
  margin-left: 2px;
}
.THREAT_VIEW_RIGHT_ARTICLE .ATIP:lang(en) {
  margin-right: 4px;
}
.THREAT_VIEW_RIGHT_ARTICLE .COUNTRY {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.THREAT_VIEW_RIGHT_ARTICLE .ATIP_ICON {
  width: 16px;
  height: 16px;
  margin-left: 5px;
	border-radius: 100%;
}

/** CSS for IOC */

#IOC_SECTION {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
	margin-top: 80px;
}

#IOC_SECTION > span:nth-of-type(1) {
//   color: rgb(78, 89, 104);
  color: inherit;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
}

#IOC_DATA_CONTAINER {
  display: flex;
  flex-direction: column;
//   background-color: #f8f8f8;
  border-radius: 8px;
  padding: 21px 0 21px 0;
  row-gap: 20px;
}

#IOC_TITLE {
//   color: #222222;
  font-weight: 500;
	
	border-radius: 50px;
// 	padding: 13px 40px;
	padding: .7em 2.5em;
	text-align: center;
	color: #4e5968;
	border: 1px solid #e5e8eb;
	width: fit-content;
}

#IOC_CONTENT_CONTAINER {
  width: 100%;
  border-radius: 6px;

  display: flex;
	flex-direction: column;
	row-gap: 10px;
//   column-gap: 15px;
//   row-gap: 17px;
//   flex-wrap: wrap;
}

#IOC_CONTENT div {
  padding: 7px 0;
  border-radius: 50px;
	//   background-color: #ededed;
}

// #IOC_CONTENT div:before {
// 	content: "· "
// }

#IOC_CONTENT {
}

#IOC_SHOWMORE {
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	color: #8b95a1;
	transition: 0.4s all;
	margin-top: 5px;
	display: none;
	z-index: 9999;
}

#IOC_SHOWMORE:hover {
// 	color: #222222;
}

.ioc_content {
	overflow: hidden;
	text-overflow: clip;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	
// 	display: flex;
// 	flex-direction: column;
	word-break: break-all;
}

:lang(ja-JP) {
	root {
		font-family: inherit;
	}

	/*reset*/
	a{color:#000;}
	a:hover{text-decoration:underline; color:#000;}
	::selection{background:#1a73e8;}
	input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input.text, textarea, input.settings-input{border-color:#bbb;}
	input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input.text:focus, textarea:focus, input.settings-input:focus{border-color:#000; outline-color:#000;}
	form.searchform button.searchsubmit:hover{background:#000;} 
	body{font-size:15px; color:#555; background: #ffffff;}
	h2{font-size:170% !important; font-weight:bold !important;}
	.singular article.post h1.title, .singular article.page h1.title, .singular article.attachment h1.title{font-weight:bold; font-size:200%;}
	.alignCenter{text-align:center !important;}
	.wp-block-image figcaption{text-align:center !important;}
	.widget {margin-bottom: 0; background-color: transparent;}
	.legacy-widget {display: none;}
	.legacy-widget:lang(ja-jp) {display: inline;}

	/*header*/
	.masthead{background:#fff; padding:1em; min-height:94px; margin-bottom:0;}
	.header_wrapper{width:80%; margin:0 auto;}
	.masthead .menu{font-size:1em;}
	.masthead .menu li.current-menu-item a, .masthead .menu li.current_page_item a{border-bottom:3px solid #000; text-decoration:none; font-weight:bold; box-sizing:border-box;}
	.masthead .menu li a:hover{border-bottom:3px solid #000; color:#000; font-weight:bold;}
	.masthead .menu li a{padding:1em 1.25em; border:none; border-bottom:3px solid #fff; color:#000;}
	.masthead .custom-logo-link{margin-right:20px; float:left; margin-top:15px;}
	.masthead .menu{width:calc(100% - 90px);}
	.masthead .menu li a:hover{text-decoration:none;}

	/*layout*/
	/*.container{margin-top:94px !important;}*/
	.main{max-width:100%;}
	.content_wrapper{width:80%; margin:0 auto;}
	.main .articles{width:75%;}
	.main .sidebar{width:20%; min-width:200px;}

	/*visual*/
	.main a#header-image{min-width:100%; margin:0; margin-bottom:30px; height:320px;}
	.main a#header-image img{width:100%;}
	.main a#header-image div{width:100%; height:100%;}
	.main_visual {width: 100%; height: 100%; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;}

	/*list*/
	.main article.post-archive .post-archive-wrap{padding:0 20px;}
	.main .postmetadata{text-transform:unset; color:#bbb; margin-bottom:10px;}
	.main .postmetadata a{color:#bbb;}
	.main article.post-archive h2{margin-bottom:5px;}
	.main article.post-archive{margin-bottom:40px; padding-top:40px; border-top:1px solid #eee;}
	.main article.post-archive:first-child{border-top:0;}
	.main article.post-archive a.thumbnail{top:40px;}
	.main article.post-archive a.thumbnail{background-color:#eee;}
	.main article.post-archive p:last-child{word-break:break-all;}
	.main article.post-archive.has-image{padding-left:265px;}
	.main article.post-archive a.thumbnail{width:250px; height:250px;}
	.main article.post-archive .post-archive-wrap{min-height:250px;}
	.singular .main-content{margin:0 auto !important; width:100% !important;}

	/*widget(right_side)*/
	.widget h3.widgettitle{background:#29292a; font-size:0.7em !important; letter-spacing:0.5px height:18px; line-height:18px }
	form.searchform button.searchsubmit{background:#29292a;}
	.main .sidebar{margin-top:20px;}

	/*custom*/
	.main .archive-pagination span.current{background:#000;}
	.main article.not-found{border-color:#eee;}
	.archive .main h1.title, .search .main h1.title{margin-bottom:0; padding-bottom:30px;border-bottom:1px solid #000; text-align:left; margin-top:50px; text-indent:30px;}
	/*
	.singular.page .main-content, .singular.themes-sidebar3-inactive .main .main-content{width:100%; padding:0; margin:0;*/
	.singular article.post, .singular article.page, .singular article.attachment{padding:30px 0;}

	/*button color*/ 
	.main .postnav .next a:before, .main .postnav .prev a:before, .main .postnav .next a:after, .main .postnav .prev a:after {
		background: #29292a;
		color: #fff;
	}
	input[type="submit"], button {
		background-image: linear-gradient(to bottom, #39393a, #59595a)
	}
	input[type="submit"]:hover, button:hover {
		background-image: linear-gradient(to bottom, #19192a, #39393a)
	}

	/*footer*/
	#footer-widgets{background:#f8f8f8; border-top:1px solid #eee; padding:0;}
	#footer-widgets .widgets{width:100%; max-width:100%; height:90px !important; overflow:hidden;}
	#footer-widgets .widgets .widget{width:100%; padding:0; margin:0; text-align:center;}
	#footer-widgets .widgets .widget h3.widgettitle{display:none;}
	#footer-widgets .widgets .widget .custom-html-widget address{font-style:normal; font-size:13px; padding-top:20px;}
	#footer-widgets .widgets .widget .custom-html-widget address a{font-weight:bold;}
	#footer-widgets .widgets section:last-child{right:0 !important; left:calc(100% - 400px) !important; top:0 !important; width:400px; text-align:right; padding:30px 20px;}
	#footer-widgets .widgets section:last-child select{display:inline-block !important; width:150px; border:1px solid #ddd; font-size:12px;}


	/*responsive*/
	@media screen and (max-width:1400px) {
		.header_wrapper{width:95%;}
		.content_wrapper{width:95%}
		.main a#header-image{height:250px;}	
		#footer-widgets .widgets{height:100px !important;}
		#footer-widgets .widgets section:last-child{text-align:center; padding-top:0; width:100%; top:63px !important; left:0 !important;}
	}
	@media screen and (max-width:599px) {
		.main article.post-archive .post-archive-wrap{padding:20px 10px;}
		.archive .main h1.title, .search .main h1.title{margin-top:30px; text-indent:10px; font-size:2em;}
		.main a#header-image{height:200px; margin-bottom:0;}
		.main article.post-archive.has-image{padding-left:0;}
		.main article.post-archive .post-archive-wrap{min-height:unset;}
	}
	@media screen and (max-width:860px) {
		.main .articles{width:100%;}
		.main .sidebar{width:100%;}
	}
	@media screen and (max-width:559px) {
		.masthead .custom-logo-link{display:block; width:100%; max-width:100%; text-align:center; margin-right:0;}
		.masthead .menu{width:100%; text-align:center;}
		.main .articles{width:100%;}
	.main .sidebar{width:100%;}
		.archive .main h1.title, .search .main h1.title{margin-top:30px; text-indent:5px; font-size:2em;}	
	} 
	@media screen and (max-width:725px) {
		#footer-widgets .widgets{height:130px !important;}
		#footer-widgets .widgets section:last-child{padding-top:0; top:90px !important;} 
	}
	@media screen and (max-width:375px) {
		#footer-widgets .widgets{height:180px !important;}
		#footer-widgets .widgets section:last-child{padding-top:0; top:108px !important;} 
	}
}