@charset "utf-8";

* {font-family: AppleSDGothicNeo-Regular, "Asta Sans", sans-serif;letter-spacing: -.5px;-webkit-font-smoothing: antialiased;-webkit-overflow-scrolling: touch;}

html {height: 100%;}
body {margin:0;padding:0;background-color:#fff;overflow-y:scroll;}
input:focus,textarea:focus,select:focus,button:focus {outline:0}
img {border:0;image-rendering: -webkit-optimize-contrast;}
a, a:hover, a:visited{text-decoration: none;}
a {-o-transition: all 0.4s ease;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;}

.no-margin {margin-left: 0px;margin-right: 0px;padding-left: 0px;padding-right: 0px;}

.t-0 {margin-top: 0px;padding-top: 0px;}
.r-0 {margin-right: 0px;padding-right: 0px;}
.b-0 {margin-bottom: 0px;padding-bottom: 0px;}
.l-0 {margin-left: 0px;	padding-left: 0px;}
.l-10 {margin-left: 10px;}

.top-header {font-size: 0.8rem;}
.top-link {padding: 0.4rem 0.5rem 0.25rem 0.5rem;line-height: 100%;font-size: 0.75rem;}

.logo {text-align: center;margin-top: 10px;margin-bottom: 15px;}
.logo img {}

.header-icon-link {
	display: block;
	width: 60px;
	margin-right: 10px;
	text-decoration: none;
	color: #000;
	text-align: center;
}
.header-icon-link:hover {
	color: #ff0000;
}
.header-icon img {
	width: 35px;
}
.header-icon-name {
	font-size: 12px;
}

.ios-audio {height: 150px;}
.copyright {font-size: 0.8rem;}

.nav-menu-bar {border-top: 2px solid #2086D9;border-bottom: 1px solid #e1e1e1;padding:0px;}
.nav-menu-bar .nav-main {width:100%;}
.nav-menu-bar .nav {display: flex;flex-wrap: nowrap;text-align: center;white-space: nowrap;-webkit-overflow-scrolling: touch;}
.nav-menu-bar .nav .nav-link {padding:15px 30px;font-size: 1.2rem;text-align: center;line-height: 100%;color:#000;}
.nav-menu-bar .nav .nav-link:hover {color:#dc3545;}
.active {background-color: #dc3545;color: #fff!important;border-radius: 5px;}
.active:hover {color: #fff!important;}


.nav-menu-bar .nav-main .nav-group:hover .nav-sub {
	left: auto;
}
.nav-menu-bar .nav-main > li:hover > ul {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	transition: opacity .15s ease, transform .15s ease, visibility 0s;
}
.nav-menu-bar .nav-sub {
	z-index: 9999;
	position: absolute;
	transform: translate3d(0px, 38px, 0px);
	top: 12px;
	will-change: transform;
	left: -999em;
	min-width: 10rem;
	line-height: 1;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 0px;
	border-left: 1px solid rgba(0,0,0,.15);
	border-right: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid rgba(0,0,0,.15);
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	box-shadow: 0 0 0 rgb(0 0 0 / 0%), 0 3px 6px rgb(0 0 0 / 20%);
}
.nav-menu-bar .nav-sub li {
	display: block;
	float: none;
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
}
.nav-menu-bar .nav-sub a.sub-item {
	padding: 14px 18px 10px 20px;
	display: block;
	clear: both;
	color: #4e4e4e;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	height: 40px;
}
.nav-menu-bar .nav-sub a.sub-item:last-child {
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.nav-menu-bar .nav-sub a.sub-item:focus, .nav-menu-bar .nav-sub a.sub-item:hover {
	color: #1e88e5;
	text-decoration: none;
	background-color: #f4f4f4;
}
.nav-menu-bar .nav-sub li.sub-divider {
	height: 0;
	margin: 0;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,.15);
}


.container {
	width: 1250px;
	min-width: 1250px;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0;
}
.row-bold {
	display: flex;
}
.line-red {
	border-bottom:2px solid #f2421a;
}
.col-left {
	width: 950px;
}
.col-left-625 {
	width: 625px;
}
.col-left-325 {
	width: 325px;
}
.col-right {
	width: 300px;
}
.contents-box {
	width: 930px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.contents-box-625 {
	width: 625px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.contents-box-325-fst {
	width: 325px;
	margin-top: 25px;
	margin-bottom: 2px;
}
.contents-box-325-sec {
	width: 325px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.contents-box-right {
	width: 300px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.contents-box-600-left {
	width: 600px;
	margin-left: 0px;
	padding-left: 0px;
}
.contents-box-600-right {
	width: 600px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 50px;
}
.contents-title {
	text-decoration: none;
	color: #000;
}
.contents-title:hover {
	text-decoration: underline;
	color: #ff0000;
}
.contents-title h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0px 0px 0px 8px;
}
.contents-title h3.right {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
}
.content-h3-title {
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0px 0px 0px 8px;
}
.content-h3-right-title {
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
}
.full-box {
	margin-top: 25px;
	margin-bottom: 20px;
}

.breaking {
	color: #e91818;
	font-weight: 600;
}

.report {
	color: #2a94a7;
	font-weight: 600;
}

.main-title {
  font-size: 1.8rem;
  transform: scale(1, 1.25);
  -webkit-transform: scale(1, 1.25);
  -moz-transform: scale(1, 1.25);
  -ms-transform: scale(1, 1.25);
  -o-transform: scale(1, 1.25);
	color: #000;
	margin-top: 25px;
	margin-bottom: 10px;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.05em;
	max-height: 2em;
	margin-left: 10px;
	margin-right: 10px;
}
.main-image {
	margin-top: 10px;
}
.main-image img {
	border-radius: 0.375rem;
	width: 500px;
	height: 300px;
}
.main-area-left {
	max-width:500px;
	min-width:500px;
	padding: 0px;
	margin-right:20px;
}
.main-area-right {
	max-width:408px;
	min-width:408px;
	padding: 0px;
}
.main-text {
	font-size: 1rem;
	color: #666;
	line-height: 1.3;
	margin: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main-news-sidebar {
	margin-bottom: 15px;
}
.main-news-list-title {
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 6px;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-left: 7px;
}
.main-news-list {
	list-style: none;
	padding-left: 0;
}
.main-news-list li {
	line-height: 1;
	padding: 13px 8px 13px 8px;
	border-bottom: 1px solid #eee;
	font-size: 1.1rem;
}
.main-news-list li:last-child {
	border-bottom: none;
}
.main-news-list a {
	text-decoration: none;
	color: #000;
}
.main-news-list a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.main-news-list .headline-news {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1em;
	max-height: 1em;
}
.main-news-list .report-li {
	padding: 13px 8px 10px 8px;
}

.second-col-left {
	width: 590px;
	margin-right: 18px;
}
.second-box {
	width: 920px;
	border-right: 1px solid #eeeeee;
	margin-bottom: 25px;
}
.second-thumb-list {
	list-style: none;
	padding-left: 0;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 5px;
	height: 180px;
}
.second-thumb-list li {
	line-height: 1;
	font-size: 1.05rem;
	float: left;
	width: 204px;
	margin-right:24px;
}
.second-thumb-list li img {
	border-radius: 5px;
	width: 205px;
	height: 130px;
}
.second-thumb-list li:last-child {
	margin-right:0px;
}
.second-thumb-list a {
	text-decoration: none;
	color: #000;
}
.second-thumb-list a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.second-thumb-list .item-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1;
	max-height: 2.12em;
	margin-top: 7px;
	padding: 0px 3px;
}

.second-top-box {
	width: 585px;
	border-right: 1px solid #eeeeee;
	padding-right: 22px;
}
.second-top-left-img {
	margin-right: 15px;
}
.second-top-left-img img {
	width: 205px;
	height: 130px;
	border-radius: 0.375rem;
}
.second-top-left-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
}
.second-top-left-dscr {
	font-size: 0.9rem;
	color: #727272;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.second-top-right {
	display: block;
	width: 281px;
	text-decoration: none;
	color: #000;
	margin-top: 15px;
}
.second-top-right:hover {
	text-decoration: underline;
	color: #ff0000;
}
.second-top-right-container {
	position: relative;
	display: inline-block;
}
.second-top-right-container img {
	width: 280px;
	height: 165px;
	border-radius: 0.375rem;
	display: block;
	object-fit: cover;
}
.second-top-right-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #e53e3e;
	color: white;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px 0 0px 0;
	z-index: 10;
	white-space: nowrap;
}

.second-top-right-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
	line-height: 1.1;
	max-height: 2.12em;
  padding: 0px 3px;
	font-size: 1.05rem;
}
.second-top-list {
	list-style: none;
	padding-left: 0;
	margin-top: 5px;
}
.second-top-list li {
	line-height: 1;
	padding: 13px 8px;
	border-bottom: 1px solid #eee;
	font-size: 1.1rem;
}
.second-top-list li:last-child {
	border-bottom: none;
}
.second-top-list a {
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1em;
	max-height: 1em;
}
.second-top-list a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.second-bottom-box {
	width: 585px;
	border-right: 1px solid #eeeeee;
	padding-right: 22px;
}
.second-bottom-list {
	list-style: none;
	padding-left: 0;
	margin-top: 12px;
}
.second-bottom-list li {
	line-height: 1;
	padding: 13px 8px;
	border-bottom: 1px solid #eee;
	font-size: 1.1rem;
}
.second-bottom-list li:last-child {
	border-bottom: none;
}
.second-bottom-list a {
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1em;
	max-height: 1em;
}
.second-bottom-list a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.second-bottom-right-list {
	list-style: none;
	padding-left: 0;
	margin-top: 5px;
	margin-right: 20px;
}
.second-bottom-right-list li {
	line-height: 1;
	padding: 13px 8px;
	border-bottom: 1px solid #eee;
	font-size: 1.1rem;
}
.second-bottom-right-list li:last-child {
	border-bottom: none;
}
.second-bottom-right-list a {
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
}
.second-bottom-right-list a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.report-line {
	line-height: 1.3!important;
	padding: 10px 8px!important;
}
.report-news {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
	margin: 3px 0px 0px 0px;
}
.report-ad {
	background-color: #4fc3f7;
	color: white;
	padding: 5px 8px 3px 8px;
	border-radius: 5px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-right: 8px;
	line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.second-right-list {
	list-style: none;
	padding-left: 0;
}
.second-right-list li {
	line-height: 1;
	padding: 13px 8px;
	border-bottom: 1px solid #eee;
	font-size: 1.1rem;
}
.second-right-list li:last-child {
	border-bottom: none;
}
.second-right-list a {
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1em;
	max-height: 1em;
}
.second-right-list a:hover {
	text-decoration: underline;
	color: #ff0000;
}


.news-digest-box {
	margin-top: 30px;
}

.news-digest-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 300px;
}

.news-digest-list li {
  line-height: 1;
  padding: 13px 0px;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
}
.news-digest-list li:last-child { border-bottom: none; }

.news-digest-list li > a {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  text-decoration: none;
  color: #000;
  align-items: center;
}

.news-digest-img {
  flex: 0 0 65px;
  width: 65px;
  height: 41px;
  overflow: hidden;
  border-radius: 4px;
  background: #f2f2f2;
}

.news-digest-img .digest-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-digest-title {
  flex: 1 1 auto;
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
  margin-right: 5px;
}

.news-digest-list li > a:hover .news-digest-title {
  text-decoration: underline;
  color: #ff0000;
}


.reportor-note-title {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0;
}
.reportor-note-sub-title {
	color: #3ba5b8;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 5px;
}

.yt-box {
	margin-top: 25px;
	margin-bottom: 25px;
}
.yt-box .yt-box-title {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0px 0px 7px 0px;
}
.yt-box .yt-subscribe {
	background-color: #f3421b;
	color: white;
	padding: 6px 10px 5px 10px;
	border-radius: 5px;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1;
	height: 1.3rem;
	vertical-align: middle;
	margin-bottom: 8px;
}
.yt-box .yt-video {
	width: 300px;
	height: 174px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}
.yt-box .yt-video img {
	width: 300px;
	height: 233px;
	vertical-align: middle;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.yt-box .yt-video-dscr {
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
	margin: 8px 5px 0px 5px;
	font-size: 1rem;
}
.yt-box .yt-video-dscr{
	text-decoration: none;
	color: #000;
}
.yt-box .yt-video-dscr:hover {
	text-decoration: underline;
	color: #ff0000;
}
.rk-stockbar {
	display: flex;
	align-items: stretch;
	font-size: 1.1rem;
	white-space: nowrap;
	overflow: hidden;
	min-height: 50px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}
.rk-stockbar .left-section {
	background: #5baede;
	padding: 8px 20px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	overflow: visible;
}
.rk-stockbar .diagonal-cut {
	position: absolute;
	right: -20px;
	top: 0;
	width: 40px;
	height: 100%;
	background: #5baede;
	transform: skewX(-15deg);
	z-index: 1;
}
.rk-stockbar .right-section {
	background: #fafafa;
	padding: 8px 20px;
	padding-left: 40px;
	flex: 1;
	display: flex;
	align-items: center;
	min-height: 100%;
	box-sizing: border-box;
	width: 980px;
}
.rk-stockbar .title {
	font-weight: bold;
	color: white;
	line-height: 1;
	height: 18px;
}


.rk-stockbar .stock-ticker {overflow:hidden;display:flex;align-items:center;width:100%;height: 100%;}
.stock-ticker:hover .stock-list {-webkit-animation-play-state: paused;animation-play-state: paused;}
.rk-stockbar .stock-list {display:inline-block;white-space:nowrap;list-style: none;margin-bottom: 0;padding-left:0;animation:ticker-move 40s linear infinite;animation-delay:2s;}
.rk-stockbar .stock-list li{display:inline-block;height:100%;padding-right:30px;}
.rk-stockbar .stock-list li .box{display:flex;align-items:center;height:100%;}
.rk-stockbar .stock-list li [class*='unit0']{flex-shrink:0;box-sizing:border-box;}
.rk-stockbar .stock-list li .unit01{height:25px;padding:0 8px;font-size:15px;font-weight: 600;line-height:25px;color: #616161;}
.rk-stockbar .stock-list li .unit02{font-size:18px;font-weight:bold;color:#1E1E1E;}
.rk-stockbar .stock-list li .unit03{position:relative;margin-left:12px;font-size:14px;color:#1E1E1E;}
.rk-stockbar .stock-list li .unit04{margin-left:12px;font-size:14px;color:#1E1E1E;}
.rk-stockbar .stock-list li.up .unit03{padding-left:15px;color:#0d6efd;}
.rk-stockbar .stock-list li.up .unit03:before{content:'';display:inline-block;position:absolute;top:6px;left:0;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:9px solid #0d6efd;}
.rk-stockbar .stock-list li.up .unit04{color:#0d6efd;}
.rk-stockbar .stock-list li.down .unit03{padding-left:15px;color:#ec3244;}
.rk-stockbar .stock-list li.down .unit03:before{content:'';display:inline-block;position:absolute;top:6px;left:0;width:0;height:0;border-top:9px solid #ec3244;border-left:5px solid transparent;border-right:5px solid transparent;}
.rk-stockbar .stock-list li.down .unit04{color:#ec3244;}
.rk-stockbar .stock-list li .unit03:empty{margin-left:0;padding-left:0;}
.rk-stockbar .stock-list li .unit04:empty{margin-left:0;padding-left:0;}

@media only screen and (min-width:1024px) and (max-width:1279px){
	.rk-stockbar .right-section {max-width:980px;}
}

.realty-ticker {overflow:hidden;display:flex;align-items:center; height: 100%;margin: 15px 10px 30px 10px;}
.realty-ticker:hover .realty-list {-webkit-animation-play-state: paused;animation-play-state: paused;}
.realty-ticker .realty-list {display:flex;white-space:nowrap;list-style: none;margin-bottom: 0;padding-left:0;animation:ticker-move 40s linear infinite;animation-delay:2s;}
.realty-ticker .realty-list li{height:100%;padding-right:50px;}

@media only screen and (min-width:1024px) and (max-width:1279px){
	 {max-width:1200px;}
}

@keyframes ticker-move {
	0% {transform:translateX(0);}
	100% {transform:translateX(-100%);}
}


.third-left-list-no-line {
	padding-right: 0px!important;
	margin-right: 22px!important;
	border-right: 0px!important;
}
.third-left-list {
	list-style: none;
	padding-left: 0;
	padding-right: 22px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 22px;
	border-right: 1px solid #eeeeee;
}
.third-left-list li:first-child {
	height: unset;
	padding-top: 3px;
}
.third-left-list li:first-child a {
	max-height: unset;
}
.third-left-list li {
	line-height: 1;
	padding: 13px 8px 13px 8px;
	border-bottom: 1px solid #eee;
	font-size: 1.1rem;
}
.third-left-list li:last-child {
	border-bottom: none;
}
.third-left-list a {
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
}
.third-left-list a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.third-right {
	width: 300px;
	margin-top: 6px;
	margin-bottom: 25px;
}
.third-img {
	width: 250px;
	height: 140px;
	border-radius: 0.375rem;
	display: block;
	object-fit: cover;
}
.third-img-title {
	margin-top: 15px;
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
}
.third-img-title:hover {
	text-decoration: underline;
	color: #ff0000;
}

.profile-card {
	background: linear-gradient(180deg, white 23%, #f5f5f5 23%);
	border-radius: 5px;
	padding: 20px 15px 15px 15px;
	text-align: center;
	margin-right: 15px;
}
.profile-image {
	border-radius: 50%;
	vertical-align: bottom !important;
	border: rgb(228, 235, 253) solid 2px;
	padding: 2px;
	width: 90px;
	height: 90px;
}
.profile-image-circle {
	border-radius: 50%!important;
}
.profile-title {
	font-size: 1.1rem;
	font-weight: bold;
	color: #778bb9;
	margin-top: 10px;
	margin-bottom: 10px;
}
.profile-title a {
	color: #778bb9;
	text-decoration: none;
}
.profile-title a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.profile-qna-list {
	margin-bottom: 15px;
	padding-left: 1.5rem;
	list-style: unset;
}
.profile-qna-list li {
	text-align: left;
	font-size: 0.95rem;
	color: #333;
	margin-bottom: 8px;
	position: relative;
}
.profile-qna-list a {
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1em;
	max-height: 1em;
}
.profile-qna-list a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.profile-name {
	font-size: 0.9rem;
	color: #444;
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
	line-height: 1;
}

.realty-partner {
	margin-top: 18px;
	margin-bottom: 25px;
}
.realty {
	margin-top: 15px;
	margin-left: 10px;
}
.agent-card {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
}
.agent-card a:hover .agent-name {
	color: #ff0000;
	text-decoration: underline;
}
.agent-photo {
	width: 100px;
}
.agent-photo img {
	border-radius: 5px;
}
.agent-logo {
	margin-top: 5px;
	text-align: center;
}
.agent-logo img {
	width: 65px;
}
.agent-name {
	margin-top: 5px;
	text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
	color: #636363;
}
.agent-property {
	margin-top: 5px;
}
.agent-property a {
	display: flex;
	gap: 10px;
}
.agent-property a:hover .agent-property-title,
.agent-property a:hover .agent-property-location,
.agent-property a:hover .agent-property-price {
	color: #ff0000;
	text-decoration: underline;
}
.agent-property-image {
	width: 110px;
}
.agent-property-image img {
	border-radius: 5px;
	width: 105px;
	height: 75px;
}
.agent-property-info {
	margin-top: 5px;
	width: 165px;
}
.agent-property-title {
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
	font-size: 15px;
}
.agent-property-location {
	font-size: 13px;
	color: #606060;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
	margin-top: 5px;
}
.agent-property-price {
	color: #326abd;
	font-weight: 600;
}
.agent-property-features {
	padding: 15px 15px 0px 20px;
	margin: 0px;
	width: 290px;
	list-style: unset;
}
.agent-property-features li {
	font-size: 14px;
	margin-bottom: 5px;
}
.agent-property-features a {
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
}
.agent-property-features a:hover {
	text-decoration: underline;
	color: #ff0000;
}


.auto-dealer {
	margin: 18px 0px 0px 10px;
}
.auto-dealer-card {
	margin-bottom: 10px;
}
.auto-dealer-card a:hover .auto-dealer-model,
.auto-dealer-card a:hover .auto-dealer-price {
	color: #ff0000;
	text-decoration: underline;
}
.auto-dealer-photo {
	max-width: 165px;
}
.auto-dealer-photo img {
	border-radius: 5px;
	width: 165px;
	height: 105px;
}
.auto-dealer-model {
	text-align: center;
	max-width: 165px;
	margin-top: 10px;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
	color: black;
}
.auto-dealer-price {
	text-align: center;
	max-width: 165px;
	color: #326abd;
}
.auto-dealer-brand {
  font-weight: bold;
  font-size: 15px;
  margin-top: 8px;
	color: #000;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
}
.auto-dealer-name {
  font-size: 15px;
  margin-top: 2px;
	color: #636363;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
}
.auto-dealer-info {
	max-width: 165px;
	margin-top: 10px;
}
.auto-dealer-info a {
	display: flex;
	gap: 10px;
}
.auto-dealer-text a:hover .auto-dealer-brand,
.auto-dealer-text a:hover .auto-dealer-name {
	color: #ff0000;
	text-decoration: underline;
}
.auto-dealer-image {
	width: 45px;
	margin-left: 5px;
}
.auto-dealer-image img {
	width: 45px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}


.uslife-col-item a {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
.uslife-col-item a:hover .uslife-col-title,
.uslife-col-item a:hover .uslife-col-dscr {
	color: #ff0000;
	text-decoration: underline;
}
.uslife-col-info {
	margin: 0px 20px 0px 8px;
}
.uslife-col-title {
  font-weight: bold;
  font-size: 16px;
	color: #333;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
}
.uslife-col-dscr {
  font-size: 15px;
  margin-top: 7px;
	color: #8f8f8f;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
	width: 300px;
}
.uslife-col-image {
	width: 60px;
	margin: 0px;
}
.uslife-col-image img {
	border-radius: 50%;
	vertical-align: bottom !important;
	border: rgb(228, 235, 253) solid 2px;
	padding: 2px;
	width: 60px;
	height: 60px;
}

.weather {
	display: flex;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 30px;
}
.weather-item:first-child {
	text-align: center;
	font-size: 13px;
	border-left: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.weather-item {
	text-align: center;
	font-size: 13px;
	border-left: 1px solid #d3d3d3;
	margin-left: 13px;
	padding-left: 13px;
}
.weather-day {
	font-size: 1rem;
	font-weight: bold;
	color: #a08126;
}
.weather-yo {
	margin-bottom: 7px;
}
.weather-img {
	margin-bottom: 7px;
}
.weather-bar {
	color: #7e7e7e;
}

.rate-list {
	width: 300px;
	margin: 10px 0px 0px 5px;
	font-size: 13px;
}
.rate-list-item:first-child {
	border-top: 1px solid #d3d3d3;
}
.rate-list-item {
	display: flex;
	border-bottom: 1px solid #d3d3d3;
	clear: both;
}
.rate-list-title-big {
	padding: 5px;
	width: 150px;
	text-align: center;
	font-weight: bold;
}
.rate-list-value-big {
	padding: 5px;
	width: 145px;
	border-left: 1px solid #d3d3d3;
  text-align: right;
  letter-spacing: 0px;
}
.rate-list-title {
	padding: 5px;
	width: 75px;
	text-align: center;
	font-weight: bold;
}
.rate-list-title-sec {
	padding: 5px;
	width: 70px;
	border-left: 1px solid #d3d3d3;
	text-align: center;
	font-weight: bold;
}
.rate-list-value {
	padding: 5px;
	width: 75px;
	border-left: 1px solid #d3d3d3;
  text-align: right;
  letter-spacing: 0px;
}
.rate-buy {
	color: #3c82ec;
}
.rate-sell {
	color: #fb4242;
}


.fortune {
	text-align: center;
}
.fortune a {
	text-decoration: none;
	color: #000;
}
.fortune a:hover {
	color: #ff0000;
}
.fortune-title {
	width: 170px;
	margin-top: 20px;
}
.fortune-date {
	margin-top: 18px;
	margin-bottom: 12px;
	background-color: #fff;
	font-size: 15px;
	letter-spacing: 0;
	transform: scale(1, 1.5);
	-webkit-transform: scale(1, 1.5);
	-moz-transform: scale(1, 1.5);
	-ms-transform: scale(1, 1.5);
	-o-transform: scale(1, 1.5);
}
.fortune-present {
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #777;
}
.ganji-box {
	width: 70px;
	padding: 5px 5px 3px 5px;
	margin-right: 5px;
}
.ganji {
	border-radius: 50%;
	vertical-align: bottom !important;
	padding: 8px 5px;
	width: 65px;
	height: 65px;
	background-color: #dfdfdf;
}
.ganji img {
	width: 35px;
}
.ganji p {
	font-size: 13px;
	font-weight: 600;
	color: #664d03;
	padding: 0px;
	margin-top: 3px;
	line-height: 1;
}

.video-logo {
	height: 23px;
	padding-bottom: 3px;
	margin-right: 5px;
}

.fav {
	margin-top: 5px;
}
.fav-col {
	margin-top: 10px;
}
.fav-video {
	width: 210px;
	height: 122px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}
.fav-video img {
	width: 210px;
	height: 163px;
	vertical-align: middle;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.fav-video-dscr {
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
	margin: 6px 5px 0px 5px;
}
.fav-video-dscr{
	text-decoration: none;
	color: #000;
}
.fav-video-dscr:hover {
	text-decoration: underline;
	color: #ff0000;
}

.shorts {
	margin-top: 12px;
}
.shorts-video {
	width: 140px;
}
.shorts-video img {
	width: 140px;
	height: 249px;
	border-radius: 10px;
	border: 1px solid #00000066;
}
.shorts-video-dscr {
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
	max-height: 2.12em;
	margin: 6px 5px 0px 5px;
	width: 140px;
}
.shorts-video-dscr{
	text-decoration: none;
	color: #000;
}
.shorts-video-dscr:hover {
	text-decoration: underline;
	color: #ff0000;
}

.app-service-box {
	border-radius: 0.375rem;
	background-color: #f5f5f5;
	height: 300px;
	margin-left: 10px;
	margin-top: 15px;
	padding: 25px;
}
.app-service-box a{
	text-decoration: none;
	color: #000;
}
.app-service-box a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.app-line {
	margin-top: 30px;
}
.app-icon {
	width: 50px;
}
.app-name {
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
}

.aannounce-list {
	list-style: none;
	padding-left: 0;
	margin-top: 5px;
}
.aannounce-list li {
	line-height: 1;
	padding: 13px 8px;
	border-bottom: 1px solid #eee;
	font-size: 1.1rem;
}
.aannounce-list li:last-child {
	border-bottom: none;
}
.aannounce-list a {
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1em;
	max-height: 1em;
}
.aannounce-list a:hover {
	text-decoration: underline;
	color: #ff0000;
}

.service-list {
  list-style: disc;
  padding-left: 0;
	padding-inline-start: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.service-list li {
	line-height: 1;
	padding: 12px 0px;
	font-size: 1.1rem;
	margin-right: 25px;
}
.service-list a {
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1em;
	max-height: 1em;
}
.service-list a:hover {
	text-decoration: underline;
	color: #ff0000;
}



.XM-T {
	margin-top: 20px;
	text-align: center;
}
.XM-T1 {
	margin-top: 20px;
	text-align: center;
}
.XM-T2 {
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
}
.XM-1 {
	margin-top: 30px;
	margin-bottom: 40px;
	height: 90px;
	text-align: center;
}
.XM-2 {
	margin-top: 45px;
	height: 250px;
}
.XM-3 {
	margin-top: 20px;
	margin-bottom: 35px;
	height: 250px;
}
.XM-2A {
	margin-top: 25px;
	height: 94px;
}
.XM-2B {
	margin-top: 20px;
	height: 94px;
}
.XM-2C {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 94px;
}
.XM-4 {
	margin-top: 20px;
	margin-bottom: 25px;
	height: 250px;
}
.XM-5 {
	margin-top: 35px;
	margin-bottom: 10px;
	height: 250px;
}
.XM-6 {
	margin-top: 25px;
	height: 250px;
}
.XM-7 {
	margin-top: 45px;
	margin-bottom: 30px;
	height: 250px;
}
.XM-W1 {
	width: 160px;
	height: 600px;
	position: absolute;
	top: -9999px;
	left: -9999px;
	display: none;
	overflow: hidden;
}
.XM-W2 {
	width: 160px;
	height: 300px;
	position: absolute;
	top: -9999px;
	left: -9999px;
	display: none;
	overflow: hidden;
}
.XM-BB1 {
	width: 970px;
	height: 250px;
	padding: 0px;
	margin: 10px auto 35px auto;
}
.XM-BB2 {
	width: 970px;
	height: 250px;
	padding: 0px;
	margin: 0 auto 35px auto;
}
.XM-BB3 {
	width: 970px;
	height: 250px;
	padding: 0px;
	margin: 35px auto 50px auto;
}


:root {
	--site: 1250px;
	--gap: 20px;
}

#amg_m_wl1, #amg_m_wr1 {
	top: 200px;
}
#amg_m_wl2, #amg_m_wr2 {
	top: 820px;
}

#amg_m_wl1, #amg_m_wl2, #amg_m_wr1, #amg_m_wr2 {
  z-index: 50;
  display: block;
}

#amg_m_wl1, #amg_m_wl2 {
  left: calc(50% - var(--site)/2 - var(--gap));
  transform: translateX(-100%);
}

#amg_m_wr1, #amg_m_wr2 {
  left: calc(50% + var(--site)/2 + var(--gap));
}

#google_translate_flag {
	margin-top: 2px;
}

#footer {
	clear: both;
	margin: 10px 0px 50px 0px;
}
#footer .copyright {
	color: #fff;
	font-size: 14px;
	text-align: center;
}
