@charset "utf-8";

/*--------------------------------------------------
                 Reset RD code
--------------------------------------------------*/

.toptop_banner.full {
  overflow: hidden;
  display: none;
}

.nav.nav_mobile.submenu_nav {
  display: none;
}

/*--------------------------------------------------
                 Specs Style
--------------------------------------------------*/

.spec{
	max-width: 900px;
	width:90%;
	margin: 75px auto;
}

.spec .title{
	font-size:2.0em;
	line-height: 1.2em;
	font-weight: 600;
	color:#079bcc;
	text-align: center;
	padding: 20px;
	font-family: 'Poppins', sans-serif;
}

.spec h2{
	font-size: 1.5em;
}

.spec h3{
  margin-top: 1em;
  color: #079bcc;
  font-size: 1.4em;
  line-height: 2em;
  font-weight: 600;
  border-bottom: 1px solid #e8e8e8;
}

.spec ul li{
	line-height:1.8em;
	font-size:0.9em;
}

.spec p {
	font-size: 0.8em;
	padding: 0.2em 0 1.5em 0;
	color: #464646;
}

.spec span {
  color: red
}

.spec a {
	text-decoration: underline;
  font-weight: bold;
  padding: 0 3px;
}

.spec a:hover {
  color: #3458c5;
  text-decoration: none;
}

.grid-table {
  display: grid;
  grid-template-columns: 2fr 2fr 4fr;
  margin-bottom: 1rem;
  border-bottom: #ccc 1px solid;
}

.grid-table b {
  background: #f2f2f2;
  text-align: center;
  align-content: center;
}

.grid-table > :is(p, b) {
  padding: 1rem;
  border: #ccc 1px solid;
  border-bottom: none;
  border-right: none
}

.grid-table b:nth-of-type(1) {
  grid-row: span 7;
}

.grid-table b:nth-of-type(2) {
  grid-row: span 5;
}

.grid-table b:nth-of-type(5) {
  grid-row: span 3;
}

.grid-table b.type {
  grid-column: 2;
}

.grid-table p.format {
  grid-column: 3;
  border-right: #ccc 1px solid;
}
/* 
.table_spec {
    margin-bottom: 20px;
    border: #cccccc 1px solid;
    font-size: 14px;
    line-height: 23px;
    width: 100%;
}
.table_spec tr {
    border: #cccccc 1px solid;
}
.table_spec td {
    padding: 0.8em;
	    word-break: break-word;
}
.spec .ppp tr {
    border: hidden;
    padding: 0;
    margin: 0;
}
.spec .ppp td {
    border: hidden;
    padding: 0;
    margin: 0;
} */

@media screen and (max-width: 600px) {
.spec h3{
	font-size: 1.1em;
	font-weight:400;
}
.spec ul li{
	font-size:0.8em;
}
}
th:nth-child(1) {
    width: 15%;
}
.p-list ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #444444;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: -13px;
}

.p-list ul li {
    position: relative;
    margin-left: 50px;
}

.vc_table {
    margin-top: 10px;
}
li {
    display:list-item;
}
.notetxt {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.vc_section{padding:10px;}
.vc_item{
	display: block;
    padding: 0.5em;
    background: #ebebeb;
	border: 1px solid #ebebeb;
    border-radius: 1em;
}
.vc_table td{padding: 0px !important;}

.vc_item_sel{
	background: #86cfff;
	border: 1px solid #86cfff;
}
a.vc_item{
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
.spec .title {
    font-size: 1.6em;
    line-height: 1.3em;
    padding-top: 0.5em;
}
}

@media screen and (max-width: 500px) {
a.vc_item{
    font-weight: 400;
    font-size: 13px;
}
.vc_section {
    padding: 4px;
}

}
a.vc_item:hover{
	border: 1px solid #86cfff;

}

.table_spec.v2 {
	width: 100%;
	display: table;
	border: #ccc 1px solid;
	border-bottom: none;
}

.table_tr {
	display: table-row;
}

.table_td {
	box-sizing: border-box;
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
	border-bottom: #ccc 1px solid;
}

.table_td.left {
	width: 20%;
	font-weight: bold;
	text-align: center;
}
.table_td.right {
	border-left: #ccc 1px solid;
}
.table_td.last_one {
	border-bottom: 0;
}
.table_td.grey {
	background-color: #f2f2f2;
}
.table_spec.v2 p {
	margin: 0;
	padding: 0;
}
.table_spec.v2 ul {
	margin: 0;
	padding: 0;
}
.table_spec.v2 ul li {
	box-sizing: border-box;
	display: inline-flex;
	padding-right: 10px;
}
ul.list_50p li {
	width: 49.5%;
	vertical-align: top;
}

@media screen and (max-width:600px) {
	.table_spec.v2 {
		border: 0
	}

	.table_spec.v2 ul li {
		width: 100%;
	}

	.table_tr {
		display: block;
		border: #ccc 1px solid;
		margin-bottom: 10px;
	}

	.table_td.left, .table_td.right {
		width: 100%;
		border: 0;
		display: block;
	}

	.table_td.left {
		border-bottom: #ccc 1px solid;
		text-align: left;
	}
}

.lens-support {
	display: grid;
	grid-template-columns: 20% 26% 21% 15% 18%;
	border: #ccc 1px solid;
}

.lens-support ul {
	list-style-position: inside;
	list-style-type: "▪ ";
	padding: 1rem;
}

.lens-support h4 {
	grid-column: 1;
	grid-row: 1 / 3;
	background: #f2f2f2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	border-right: #ccc 1px solid;
	padding: 0 10px;
}

ul.mavic, ul.apple {
    grid-row: 1 / 3;
}

ul.mavic {
	grid-column: 4;
}

ul.apple {
	display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: 2 / 4;
	grid-column-gap: 2rem;
	padding-right: 0;
}

ul.osmo, ul.go-pro {
	grid-column: 5;
}

ul.osmo:after {
  content: "";
  display: flex;
  border-bottom: 1px solid #80808080;
  transform: translate(0px, 25px);
	width: 83%;
}

@media screen and (max-width: 969px) {
 .lens-support {
	 grid-template-columns: 20% 20% 24% 25%;
	 grid-template-columns: 20% 2fr 2fr;
	}

	.lens-support h4 {
    grid-row: 1 / 4;
	}

	ul.mavic {
	  grid-row: 1;
    grid-column: 3;
    border-bottom: #ccc 1px solid;
		max-width: 105px;
	}

	ul.osmo {
		border-bottom: #ccc 1px solid;
		max-width: 105px;
	}

	ul.osmo:after {
	  display: none;
	}

	ul.osmo, ul.go-pro {
	  grid-column: 3;
	}

	ul.apple {
		grid-template-columns: 1fr;
    grid-column: 2;
    grid-row: 1 / 4;
	}
}

@media screen and (max-width: 600px) {
 .lens-support {
	 grid-template-columns: 1fr;
	}

	.lens-support ul {
    padding: 0 0 0 1rem;
	}

	.lens-support h4 {
    grid-row: 1;
		height: 50px;
    border: none;
    border-bottom: #ccc 1px solid;
    align-items: flex-start;
    padding-left: 16px;
	}

		ul.mavic, ul.osmo, ul.go-pro, ul.apple {
		grid-column: 1;
		padding: 1rem;
	}

	ul.mavic {
	  grid-row: 2;
		grid-column: 1;
		max-width: none;
	}

	ul.osmo {
	  grid-row: 3;
		max-width: none;
	}

	ul.go-pro {
		grid-row: 4;
		border-bottom: #ccc 1px solid;
	}

	ul.apple {
    grid-row: 5;
	}
}
