@charset "utf-8";

#ad_video {
	width:100%;
	max-width:800px;
	z-index:2;
	border-radius: 15px;
	opacity: 95%;
	cursor:pointer;
}
#ad_video:hover {
	opacity: 100%;
}

#ad_video_content{
	box-shadow: rgba(0, 0, 0, 0.70) 0px 0px 20px;
}

#ad_sidebar {
	color:#fff;
	position:absolute;
	top: 100px;
	right:14px;
	z-index:1;
}

#ad_sidebar td {
	aspect-ratio:1/1 !important;
	@media: (aspect-ratio: 1/1);
	background-size:contain;
	object-fit: contain !important;
	border:0px rgba(255,255,255,0.45), solid;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	width:60px;
	height:60px;
	opacity:55%;
	border-radius: 15px;
	cursor:pointer;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
	background-repeat:no-repeat;
}
#ad_sidebar td:hover {
	opacity:85%;
}

#main_content_menu {
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	width:100%;
	height:80px;
	/*background-color:#fff;*/
	background-color:rgba(255, 255, 255, 0.5);
	position:absolute;
	top:-40px;
	/*left:calc(50% - 150px);*/
	display:none;
}

#subscribe {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
	vertical-align:central;
	width:100%;
}

#send a:link, #send a:visited {
  background-color: #0066ff;
  color: white;
  border: 2px solid #0066ff;
  border-radius: 30px;
  padding: 1px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
}

#send a:hover, #send a:active {
  background-color: white;
  color: #0066ff;
  font-size: 15px;
}

.content {
	padding:80px;
}

.content h3 {
font-size:26px;
font-weight:600;
color:#000000;
line-height:35px;
}

.content h4 {
font-size:16px;
font-weight:500;
color:#000000;
line-height:22px;
}

.content a {
	color: #000;
	font-size: 16px;
}
.content a:link {
	color: #000;
	text-decoration: none;
	font-weight:400;
}
.content a:visited {
	color: #000;
	text-decoration: none;
	font-weight:400;
}
.content a:hover {
    color: #000;
	text-decoration:none;
	font-weight:400;
}
.content a:active {
	text-decoration: none;
}

.ad h2{
   color:#000000;
   font-size:23px;
   font-weight:600;
   letter-spacing: 0px;
   line-height:20px;
}
.ad h1{
   color:#000000;
   font-size:36px;
   font-weight:600;
   line-height:36px;
   letter-spacing: 0px;
   background-repeat:no-repeat;
   background-position: left bottom;
}

.ad h3{
   color:#000000;
   font-size:23px;
   font-weight:200;
   letter-spacing: 0px;
   line-height:34px;
}

#atphon_origin_banner {
height:600px;
width:100%;
}


.content_float {
	width:100%;
	background-color:#FFF;
	box-shadow: rgba(0, 0, 0, 0.70) 0px 0px 20px;
	z-index:2;
}
.content_to_right{
	display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 0px;
	width:100%;
	max-width:1280px;
	text-align:left;
	min-height:300px;
	position:relative;
	background-color:#FFF;
}

.content_to_left{
	display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 0px;
	vertical-align:central;
	width:100%;
	max-width:1280px;
	text-align:left;
	min-height:300px;
	position:relative;
	background-color:#FFF;
}

.main_content_ad {
	color:#FFF;
	width:100%;
	padding-bottom:20px;
	min-height:160px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	cursor:pointer;
	z-index:1;
}

.main_content_ad_more{
	border-radius:30px;
	border:2px #fff solid;
	display:inline;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: -5px;
	margin-left: 20px;
}

.content_img{
	width:60%;
	aspect-ratio:1/1 !important;
	@media: (aspect-ratio: 1/1);
	margin-top:100px;
	height:auto;
	max-height:100%;
	height:300px;
	object-fit: contain !important;
	transform:translateX(-50%) translateY(-20%);
	left:50%;
	position:relative;
	margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
.ad h2{
   line-height:20px;
}
.ad h1{
   line-height:36px;
}

.ad h3{
   line-height:32px;
}

.content h3 {
font-size:25px;
font-weight:600;
color:#000000;
line-height:22px;
}
.content h4 {
font-size:13px;
font-weight:500;
color:#000000;
line-height:22px;
}

.content a {
	color: #000;
	font-size: 13px;
}
.content a:link {
	color: #000;
	text-decoration: none;
	font-weight:400;
}
.content a:visited {
	color: #000;
	text-decoration: none;
	font-weight:400;
}
.content a:hover {
    color: #000;
	text-decoration:none;
	font-weight:400;
}
.content a:active {
	text-decoration: none;
}

#atphon_origin_banner {
height:360px;
width:100%;
}

.content_to_right{
	display: flex; flex-direction: column;
	width:100%;
	max-width:1280px;
	text-align:left;
	min-height:300px;
	cursor:pointer;
}

.content_to_left{
	display: flex; flex-direction: column;
	width:100%;
	max-width:1280px;
	text-align:left;
	min-height:300px;
	cursor:pointer;
}

#content_1{
order: 2;	
}
#content_1_img{
order: 1;	
}
#content_2{
order: 4;	
}
#content_2_img{
order: 3;	
}
#content_3{
order: 6;	
}
#content_3_img{
order: 5;	
}
#content_4{
order: 8;	
}
#content_4_img{
order: 7;	
}
#content_5{
order: 10;	
}
#content_5_img{
order: 9;	
}
#content_6{
order: 12;	
}
#content_6_img{
order: 11;	
}
#content_7{
order: 14;	
}
#content_7_img{
order: 13;	
}

.content_img{
	width:100%;
	aspect-ratio:1/1 !important;
	@media: (aspect-ratio: 1/1);
	margin-top:100px;
	height:auto;
	max-height:100%;
	height:300px;
	object-fit: contain !important;
	position:relative;
}
}
@media screen and (min-width: 1001px) {
#ad_struc{
	max-width:1280px;
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 20px;	
}
}