@charset "utf-8";

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
tr.only-desktop-tablet {display:table-row;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* landscape tablet and desktop */
@media (max-height: 970px){
	#wrapper {height:100%;}
	
}

/* portrait tablet */
@media (max-width: 900px) {	
	.only-desktop {display:none;}
	.only-tablet {display:block;}
	
	.cert-zone {margin:0 -5px 30px;}
	.cert-zone .col {padding:0 5px;}
	.cert-zone .genuine {padding:0 15px;}
	.cert-zone .way {padding:0 15px}
	.cert-zone .tel .cnt {margin-left:128px; padding-top:10px;}
	.cert-zone .col .border {padding:15px 15px;}
	.cert-zone .tel .cnt.bg:after {top:15px; left:-155px; z-index:0;}
	.cert-zone .genuine .icon1 {width:130px; height:110px;}

	.cert-zone .col h2 {font-size:20px;}
	.cert-zone .col p {font-size:15px; position:relative; z-index:1;}

} 

/* Landscape phone */
@media (max-width: 767px) {
	.only-desktop-tablet {display:none;}
	tr.only-desktop-tablet {display:none;}
	.only-tablet {display:none;}
	.only-mobile {display:block;}
	tr.only-mobile {display:table-row;}

	.contain {padding-left:15px; padding-right:15px;}
	
	.main-con .head {padding-top:35px; padding-bottom:15px;}
	.main-con .head h2 {font-size:35px;}

	.code-zone {padding:15px 10px 18px 15px; margin-bottom:15px;}
	.code-zone .code-num {height:auto; margin-bottom:15px;}
	.code-zone .code-num .input {float:none; width:100% !important; margin-bottom:5px; height:40px;}
	.code-zone .code-num .btn-pack {float:none; width:100%; margin-left:0; line-height:40px; font-size:17px;}
	.code-zone p {font-size:17px;}
	.cert-zone .way .cnt {padding-left:27px;}

	.cert-zone {margin:0 -5px 15px;}
	.cert-zone .col .border {margin-bottom:15px; height:185px;}
	.cert-zone .col {width:100%; float:none;}
	.cert-zone .genuine .icon1 {width:100px; height:80px}
	.cert-zone .way .icon2 {width:100px; height:129px}
	.cert-zone .tel {background-position:100% 50% !important;}
	.cert-zone .tel .cnt.bg:after {width:165px; height:141px; top:25px; left:-140px;}
	.cert-zone .code h2:after {width:70px; height:70px; top:-8px}
	.cert-zone .code .img {padding-left:50px;}

	.code-pop h1 {padding:6px 0; font-size:18px;}
	.code-pop .head {padding-top:25px; margin-bottom:20px;}
	.code-pop .head p {font-size:17px; margin-bottom:6px;}
	.code-pop .head .code-num {padding:10px 0 5px 0; margin-bottom:12px;}
	.code-pop .head .code-num h2 {font-size:22px;}
	.code-pop .head h3 {font-size:18px;}
	.code-pop .body p {font-size:16px;}
	.code-pop .body .table01 tr th {padding:12px 0; font-size:17px;}
	.code-pop .body .table01 tr td {padding:12px 0; font-size:16px;}
	.code-pop .close {padding:8px 25px; font-size:17px; margin:15px 0 0;}

	#footer {padding:0 0 15px;}
	#footer p {font-size:14px;}
	
} 

/* Landscape phones and down */
@media (max-width: 480px) {
	
	
} 