@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

body {
	background: #f8f8f8;
	color: #292929;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

#container {
	opacity: 0;
}

.section {
	overflow: hidden;
	background: #f8f8f8;
}

a {
	color: #5A5A5A;
	transition: color .2s;
}

a:hover {
	color: #292929;
}

a:hover svg {
	fill: #292929;
}

h1 {
	color: #292929;
	font-size: 4vw;
	font-weight: 300;
	letter-spacing: -0.068em;
}

h1 b {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -0.04em;
}


.ie {
    display: none;
}

#section3 h1,
#section2 h1,
#section4 h1,
#section5 h1,
#section7 h1,
#section8 h1 {
	margin-left: -0.25vw;
}

.video_cover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: transparent;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 2;
}

.video_contain {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: transparent;
	background-position: center center;
	background-size: contain;
	object-fit: contain;
	z-index: 2;
}

#section1 .ie, 
#section3 .ie,
#section2 .ie,
#section4 .ie,
#section5 .ie,
#section6 .ie,
#section7 .ie {
    display: block;
    background-image: url(../img/ie_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#section3 .ie {
    background-image: url(../img/ie_2.png);
}

#section2 .ie {
    background-image: url(../img/ie_3.png);
    background-size: cover;
}

#section4 .ie {
    background-image: url(../img/ie_4_.png);
    background-size: 105% auto;
    background-position: center bottom;
}

#section4 .shadow {
    position: absolute;
    top: 0;
    left: 9%;
    bottom: 0;
    width: 45.5%;
    z-index: 1;
    background-image: url(../img/ie_4_shadow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    transition: transform 0.5s;
    transition-delay: 0.6s;
    transform: scaleX(0.6);
    transform-origin: center left;
}

#section4 .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(248,248,248);
    background: linear-gradient(90deg, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 10%, rgba(248,248,248,1) 100%);
    z-index: 2;
    transform: translateX(0%);
    transition: transform 1.2s cubic-bezier(0.005, 0.845, 0.620, 1.000);;
    transition-delay: 0.6s;
}

#section5 .ie {
    background-image: url(../img/ie_4.png);
    background-size: cover;
}

#section6 .ie {
    background-image: url(../img/ie_5.png);
}

#section7 .ie {
    background-image: url(../img/ie_6.png);
}

.text_button {
	display: inline-block;
	font-size: 1vw;
	letter-spacing: -0.03em;
	line-height: 1.55;
	font-weight: 300;
    color: #1f1f1f;
    font-weight: 500;
}

.text_button svg {
	display: inline-block;
	width: 1.375vw;
	height: 1.375vw;
	vertical-align: middle;
	fill: #1f1f1f;
	margin-top: -0.0625vw;
    margin-left: 0.125vw;
	transition: .2s;
	border-radius: 50%;
}

.text_button .mobile {
	display: none;
}

.text_button svg path:first-of-type {
	transition: .2s;
}

a:hover.text_button svg {
	fill: #fff;
	background: #1f1f1f;
}

a:hover.text_button svg path:first-of-type {
	fill: #1f1f1f;
}

#section1 .text_button {
	display: inline-block;
	font-size: 1.125vw;
	letter-spacing: -0.03em;
	line-height: 1.55;
	font-weight: 300;
    color: #5A5A5A;
}

#section1 .text_button svg {
	display: inline-block;
	width: 1.5vw;
	height: 1.5vw;
	vertical-align: middle;
	fill: #5A5A5A;
	margin-top: -0.0625vw;
	transition: .2s;
	border-radius: 50%;
}

#section1 .text_button .mobile {
	display: none;
}

#section1 .text_button svg path:first-of-type {
	transition: .2s;
}

#section1 a:hover.text_button svg {
	fill: #fff;
	background: #292929;
}

#section1 a:hover.text_button svg path:first-of-type {
	fill: #292929;
}

header {
    position: absolute;
    height: 62px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    font-size: 0;
}

header .mobile_button {
    display: none;
}

header .header_container {
    width: 67.5vw;
    height: 62px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
    align-items: center;
}

header .logo {
    display: none;
}

header .logo svg {
    height: 14px;
    width: 49px;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav a {
    padding: 9px 0.5625vw;
}

header nav svg {
    width: 1.125vw;
    height: 1.125vw;
    fill: #5A5A5A;
    transition: fill .2s;
}

header nav a:hover svg {
    fill: #292929;
}

/* section1 */

#section1 h1.left {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-60%) translateX(-125%);
	z-index: 3;
	text-align: right;
    letter-spacing: -0.078em;
}

#section1 h1.right {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-60%) translateX(23.5%);
	z-index: 3;
	text-align: left;
    letter-spacing: -0.076em;
}

#section1 ul.links {
	position: absolute;
	top: 150%;
	left: 6px;
	z-index: 3;
	user-select: none;
}

#section1 .mobile_video {
	display: none;
}

ul.links {
	text-align: left;
	color: #666;
	font-size: 0.875vw;
	font-weight: 300;
	letter-spacing: -0.03em;
}

ul.links li {
	overflow: hidden;
	height: 2vw;
	min-height: 30px;
}

ul.links li div {
	display: none;
}

ul.links a {
	display: block;
	padding: 0.3125vw 0;
	transition: .2s;
}

ul.links a:hover {
	color: #292929;
}

ul.links a svg {
	display: inline-block;
	vertical-align: middle;
	width: 1.25vw;
	fill: #5A5A5A;
	transition: fill .2s;
	height: 1.25vw;
	margin-left: 0.25vw;
	margin-top: -0.125vw;
	border-radius: 50%;
}

ul.links a svg path:first-of-type {
	transition: fill .2s;
}

ul.links a:hover svg {
	fill: #fff;
	background: #292929;
}

ul.links a:hover svg path:first-of-type {
	fill: #292929;
}

.download {
	font-size: 0;
	white-space: nowrap;
    overflow: visible !important;
}

.download .mobile {
    display: none;
}

.download span {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	color: #5A5A5A;
	padding: 10px;
}

ul.links .download a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 6px 10px 6px;
	transition: none;
}

/* Tooltip container */
.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #5a5a5a;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    line-height: 16px;
    height: 16px;
    font-size: 11px;
    text-transform: none;
    z-index: 1;
    position: absolute;
    bottom: 80%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #5a5a5a transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


ul.links .download a.android_mobile,
ul.links .download a.iphone_mobile {
    display: none;
}

ul.links .download a.chrome svg {
    opacity: .7;
    margin-bottom: -1px
}

ul.links .download a.chrome:hover svg {
    opacity: 1;
}

ul.links .download a svg {
	display: inline-block;
	vertical-align: middle;
	fill: #5A5A5A;
	transition: fill 0.1s;
	width: 36px;
	height: 36px;
	margin-left: 00;
	margin-top: 0;
	border-radius: 0;
}

ul.links .download a svg path:first-of-type {
	transition: fill 0.1s;
}

ul.links .download a:hover svg {
	fill: #292929;
	background: none;
}

ul.links .download a:hover svg path:first-of-type {
	fill: #292929;
}

/* section2 */

#section2 article {
	margin: 2.5vw 0 1.25vw;
}

/* section3 */

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 67.5vw;
	transform: translateY(-50%) translateX(-50%);
	z-index: 3;
}

article {
	font-size: 1.125vw;
	letter-spacing: -0.03em;
	font-weight: 300;
	line-height: 1.55;
	color: #5A5A5A;
}

article a {
	border-bottom: solid 1px #292929;
}

#section3 article {
	margin: 2.5vw 0 1.5625vw;
}

#section3 .stats {
	display: flex;
}

#section3 .stats .item {
	font-size: 0;
    display: flex;
    align-items: center;
}

#section3 .stats .item:first-child:after {
    display: block;
    content: '';
    height: 0.75vw;;
    width: 1px;
    background-color: #CACACA;
    margin: 0 2.625vw -4px;
}

#section3 .stats .item .number {
	font-size: 0;
}

#section3 .stats .item .number span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5vw;
	font-weight: 700;
}

#section3 .content svg {
	display: inline-block;
	width: 0.875vw;
	height: 0.875vw;
	vertical-align: middle;
	margin-left: 0.1875vw;
    margin-right: 0.626vw;
}

#section3 .stats .item .title {
	padding-top: 0.1875vw;
	font-size: 0.875vw;
	letter-spacing: -0.03em;
	font-weight: 300;
	color: #5A5A5A;
    margin-top: -3px
}

.section_footer {
	position: absolute;
	bottom: -10.9375vw;
	left: 50%;
	width: 67.5vw;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
    flex-direction: column;
}

.section_footer .item {
	display: flex;
	align-items: center;
	color: #292929;
    margin-top: 18px
}

.section_footer .item .image {
	overflow: hidden;
	width: 1.5vw;
	height: 1.5vw;
	border-radius: 0.3125vw;
	margin-right: 0.375vw;
	background: #ebebeb;
}

.section_footer .item .image img {
	width: 100%;
	height: 100%;
}

.section_footer .item .title {
	font-size: 0.875vw;
	font-weight: 800;
	letter-spacing: -0.02em;
    width: 7.5vw;
}

.section_footer .item .link {
    padding-top: 0.0625vw;
	font-size: 0.75vw;
	letter-spacing: -0.03em;
	font-weight: 400;
    text-transform: uppercase;
}

.section_footer .item .link a {
    color: #999;
}

.section_footer .item .link a:hover {
    color: #1f1f1f;
}

.section_footer .item:hover .image {
	opacity: 1;
}

.section_footer .item .title_link {
	color: #292929;
}

.section_footer .item .link1 {
	margin-right: 0.7vw;
}

/* section4 */

#section4 article {
	margin: 2.5vw 0 1.25vw;
}

/* section5 */

#section5 article {
	margin: 3.4375vw 0 1.25vw;
}

#section5 ul {
	color: #a3a3a3;
	font-size: 0.875vw;
	margin-bottom: 1.25vw;
	line-height: 2;
	letter-spacing: -0.03em;
	padding: 0.125vw 1.25vw;
	border-left: solid 1px #CBCBCB;
	position: relative;
	font-weight: 300;
}

#section5 a {
    padding-top: 0.625vw;
}

/* section6 */

#section6 h1 {
	font-size: 3.9375vw;
	white-space: nowrap;
}

#section6 article {
	margin: 2.5vw 0 1.25vw;
}

#section6 .mobile_video {
	display: none;
}

#section6 a:last-of-type {
    padding-top: 0.625vw;
}

@media only screen and (max-width: 420px) {
	#section6 .text_button {
		max-width: 200px;
	}
    
	#section6 .text_button:last-child {
		max-width: none;
	}
    
    #section6 .text_button svg {
        margin-top: -1px;
        margin-left: 3px;
    }
}

/* section7 */

#section7 .links {
	margin-top: 2.5vw;
}

#section7 .links div {
	margin: 0.9375vw 0;
}

#section7 .text_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 15.625vw;
}


#section7 .links div:last-of-type .text_button {
    letter-spacing: -0.0425vw;
}

#section7 .text_button span {
    white-space: nowrap;
}

#section7 .text_button svg {
    margin: 0;
}

/* section8 */

.owl-carousel {
	margin-top: 3.125vw;
}

.owl-carousel .title {
	font-weight: 300;
	letter-spacing: -0.03em;
	line-height: 1.5;
	font-size: 1.125vw;
	margin-top: 1.25vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

.owl-carousel .source {
	display: block;
	font-weight: 500;
	letter-spacing: -0.03em;
	font-size: 0.875vw;
	margin-top: 0.625vw;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 1.25vw;
}

/* footer */

#section9 {
	background: #2a2a2a;
}

footer {
	padding: 6.25vw 40px;
	background: #2A2A2A;
	color: #d2d2d2;
	font-size: 0;
	letter-spacing: -0.03em;
	overflow: hidden;
}

.footer-container {
	width: 100%;
	max-width: 67.5vw;
	margin: 0 auto;
}

.footer-container .subscribe {
	padding-bottom: 3.75vw;
}

.footer-container .subscribe-title {
	font-weight: normal;
	line-height: 1.7;
	font-size: 1.125vw;
	padding-bottom: 0.625vw;
}

.footer-container .subscribe form {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.footer-container .subscribe input {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	width: 100%;
	background-color: #2a2a2a;
	border: solid 1px #979797;
	font-weight: normal;
	font-stretch: normal;
	box-sizing: border-box;
	outline: 0;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	border-radius: 0.375vw 0 0 0.375vw;
	padding: 0 0.625vw;
	height: 3vw;
	font-size: 0.875vw;
}

.footer-container .subscribe input::placeholder {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: rgba(210, 210, 210, .32);
}

.footer-container .subscribe .sg-submit-btn {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	background-color: #979797;
	border: 0;
	color: #2b2b2b;
	font-weight: 500;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	outline: 0;
	transition: .2s;
	line-height: 1.5;
	margin: 0;
	border-radius: 0 0.375vw 0.375vw 0;
	width: 7.5vw;
	height: 3vw;
	font-size: 0.875vw;
}

.footer-container .subscribe input:disabled {
	color: #ccc !important;
	pointer-events: none;
}

.sg-response {
	position: absolute;
	display: block;
	color: #5493f7;
	height: 30px;
	bottom: -30px;
	height: 1.875vw;
	bottom: -1.875vw;
	line-height: 1.875vw;
	min-width: 12.5vw;
}

.sg-response.error {
	color: #ff2431;
}

.sg-response.success {
	font-weight: 500;
	font-size: 0.875vw;
}

.footer-container .subscribe .sg-submit-btn:hover {
	color: #fff;
}

.footer-bottom {
	position: relative;
}

.footer-container .links-container {
	font-size: 0;
	text-align: right;
	position: relative;
}

.footer-container .links-container ul {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	width: 20%;
	font-size: 0.875vw;
}

.footer-container .links-container ul:last-child {
	width: 10%;
}

.footer-container .links-container li {
	line-height: 2.3;
    white-space: nowrap;
}

.footer-container .links-container li a {
	transition: .2s;
	border-bottom: solid 1px transparent;
	letter-spacing: -0.03em;
	color: #666;
}

.footer-container .links-container li a:hover {
	color: #fff;
}

.footer-container .links-container li:first-child {
	padding-bottom: 0.625vw;
	font-size: 1.125vw;
}

.footer-container .links-container li:first-child a {
	color: #d2d2d2;
	border-bottom: solid 2px transparent;
}

.footer-container .links-container li:first-child a:hover {
	border-bottom: solid 2px #d2d2d2;
}

.footer-container .sns-container {
	position: absolute;
	top: 0;
	left: 0;
}

.footer-container .copyright {
	line-height: 1.67;
	font-size: 1.125vw;
	padding-bottom: 0.9375vw;
}


.footer-container .sns-container a {
	display: inline-block;
	position: relative;
	transition: .2s;
	cursor: pointer;
	user-select: none;
	border: solid 1px #979797;
	border-radius: 50%;
	text-align: center;
	width: 2.5vw;
	height: 2.5vw;
	margin-right: 0.625vw;
}

.footer-container .sns-container a:last-of-type {
	margin-right: 0;
}

.footer-container .sns-container a img {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.5;
	transition: .2s;
	width: 1vw;
	height: 1vw;
	margin-top: -0.5vw;
	margin-left: -0.5vw
}

.footer-container .sns-container a:hover {
	border: solid 1px #d2d2d2;
}

.footer-container .sns-container a:hover img {
	opacity: .9;
}

.footer-container .logos {
	white-space: nowrap;
}

.footer-container .sns-container .submenu {
	display: block;
	width: auto;
	height: auto;
	font-size: 12px;
	border-radius: 0;
	border: 0;
	padding: 15px 20px;
	margin: 0;
	transition: 0s;
    color: #888;
    border-top: solid 1px #2a2a2a;
}

.footer-container .sns-container .submenu:first-child {
    border-top: 0;
}

.footer-container .sns-container .submenu:hover {
    color: #fff;
    border: 0;
	border-top: solid 1px #2a2a2a;
}

.footer-container .sns-container .submenu:first-child:hover {
    border-top: 0;
}

.footer-container .sns-container #telegram {
	white-space: normal !important;
}

/* below 1600 */

@media only screen and (max-width: 1600px) {
	h1 {
		font-size: 64px;
	}

	#section3 h1,
	#section2 h1,
	#section5 h1,
	#section7 h1,
	#section8 h1 {
		margin-left: -4px;
	}
    
    header .header_container {
        width: 1080px;
    }

	/* section1 */
    #section1 .ie,
	#video1 {
		left: 50%;
		right: unset;
		margin-left: -800px;
		width: 1600px;
	}
    
    header nav a {
        padding: 9px;
    }

    header nav svg {
        width: 18px;
        height: 18px;
    }

	ul.links {
		font-size: 14px;
	}

	ul.links a {
		padding: 5px 0;
	}

	ul.links a svg {
		width: 20px;
		height: 20px;
		margin-left: 4px;
		margin-top: -2px;
	}
    
	/* section2 */
    
	.text_button {
		font-size: 16px;
	}

	.text_button svg {
		width: 22px;
		height: 22px;
		margin-top: -1px;
        margin-left: 2px;
	}

	#section1 .text_button {
		font-size: 18px;
	}

	#section1 .text_button svg {
		width: 24px;
		height: 24px;
		margin-top: -1px;
	}

	#section2 article {
		margin: 40px 0 20px;
	}
    
    #section2 .section_footer .item .title svg {
        width: 7px;
        height: 11px;
        margin-left: 7px;
    }

	/* section3 */
    #section3 .ie,
	#video2 {
		left: 50%;
		right: unset;
		margin-left: -800px;
		width: 1600px;
	}

	.content {
		width: 1080px;
	}

	article {
		font-size: 18px;
	}

	#section3 article {
		margin: 40px 0 25px;
	}

	#section3 .stats .item {
/*		padding: 3px 50px 3px 15px;*/
	}
    
    #section3 .stats .item:first-child:after {
        height: 12px;
        margin: 0 42px;
    }

	#section3 .stats .item .number span {
		font-size: 26px;
	}

	#section3 .content svg {
		width: 14px;
		height: 14px;
		margin-left: 3px;
        margin-right: 10px;
	}

	#section3 .stats .item .title {
		padding-top: 3px;
		font-size: 14px;
	}

	.section_footer {
		bottom: -175px;
		width: 1080px;
	}

	.section_footer .item .image {
		width: 24px;
		height: 24px;
		border-radius: 5px;
		margin-right: 6px;
	}

	.section_footer .item .title {
		font-size: 14px;
        width: 120px;
	}

	.section_footer .item .link {
		padding-top: 1px;
		font-size: 14px;
	}
    
    .section_footer .item .link1 {
        margin-right: 12px;
    }
    
    /* section4 */
    
    #section4 article {
        margin: 40px 0 20px;
    }

	/* section5 */

	#section5 article {
		margin: 55px 0 20px;
	}

	#section5 ul {
		font-size: 14px;
		margin-bottom: 20px;
		padding: 2px 20px;
	}
    
    #section5 a {
        padding-top: 10px;
    }

	/* section6 */

	#section6 h1 {
		font-size: 63px;
	}

	#section6 article {
		margin: 40px 0 20px;
	}
    
    #section6 a:last-of-type {
        padding-top: 10px;
    }

	/* section7 */

	#section7 .links {
		margin-top: 40px;
	}

	#section7 .links div {
		margin: 15px 0;
	}
    
    #section7 .text_button {
        width: 250px;
    }
    
    #section7 .links div:last-of-type .text_button {
        letter-spacing: -0.8px;
    }


	/* section8 */

	.owl-carousel {
		margin-top: 50px;
	}

	.owl-carousel .title {
		font-size: 18px;
		margin-top: 20px;
	}

	.owl-carousel .source {
		font-size: 14px;
		margin-top: 10px;
	}

	.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 20px;
	}

	/* footer */

	footer {
		padding: 100px 40px;
	}

	.footer-container {
		max-width: 1080px;
	}

	.footer-container .subscribe {
		padding-bottom: 60px;
	}

	.footer-container .subscribe-title {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.footer-container .subscribe input {
		border-radius: 6px 0 0 6px;
		padding: 0 10px;
		height: 48px;
		font-size: 14px;
	}

	.footer-container .subscribe .sg-submit-btn {
		border-radius: 0 6px 6px 0;
		width: 120px;
		font-size: 14px;
		height: 48px;
	}

	.sg-response {
		height: 30px;
		bottom: -30px;
		line-height: 30px;
		min-width: 200px;
		font-size: 12px;
	}

	.sg-response.success {
		font-size: 14px;
	}

	.footer-container .links-container ul {
		font-size: 14px;
	}

	.footer-container .links-container li:first-child {
		padding-bottom: 10px;
		font-size: 18px;
	}

	.footer-container .copyright {
		font-size: 18px;
		padding-bottom: 10px;
	}


	.footer-container .sns-container a {
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}

	.footer-container .snsn-continaer .telegram_trigger {
		margin-right: 0;
	}


	.footer-container .sns-container a img {
		width: 16px;
		height: 16px;
		margin-top: -8px;
		margin-left: -8px;
	}
}

/* below 1280 */

@media only screen and (max-width: 1280px) {
	h1 {
		font-size: 52px;
	}
    
    header .header_container {
        width: 930px;
    }

	/* section1 */
    #section1 .ie,
	#video1 {
		margin-left: -650px;
		width: 1300px;
	}

	/* section3 */

    #section3 .ie,
	#video2 {
		margin-left: -650px;
		width: 1300px;
	}

	.content {
		width: 930px;
	}

	.section_footer {
		width: 930px;
	}

	/* section6 */

	#section6 h1 {
		font-size: 52px;
	}

	/* footer */

	.footer-container {
		max-width: 930px;
	}

	.footer-container .subscribe-title {
		font-size: 14px;
	}

	.footer-container .copyright {
		font-size: 14px;
		padding-bottom: 10px;
	}

	.footer-container .subscribe input {
		font-size: 12px;
	}

	.footer-container .subscribe .sg-submit-btn {
		width: 90px;
		font-size: 12px;
	}
    
    .footer-container .links-container li {
        font-size: 12px;
    }

	.footer-container .links-container li:first-child {
		font-size: 14px;
	}

	.footer-container .links-container ul:last-child {
		width: 13%;
	}

}

/* below 960 */

@media only screen and (max-width: 960px) {
    #section1 .ie, 
    #section2 .ie,
    #section3 .ie,
    #section4 .ie,
    #section5 .ie,
    #section6 .ie,
    #section7 .ie,
    #section4 .shadow, 
    #section4 .mask {
        display: none;
    }

	#video2,
	#video3,
	#video5,
	#video6,
	#video7 {
		display: none;
	}

	#section3 .fp-tableCell {
		position: relative;
		padding: 120px 40px 50px;
	}
    
    #section2 .fp-tableCell {
		position: relative;
		padding: 140px 40px;
    }

	#section5 .fp-tableCell,
	#section7 .fp-tableCell,
	#section8 .fp-tableCell,
    #section4 .fp-tableCell {
		position: relative;
		padding: 120px 40px;
	}

	#section2,
	#section4,
	#section7,
    #section8 {
		background: #fff;
	}
    
    #section5 {
        background: #fbfbfb;
    }

	.video_cover,
	.video_contain {
		display: none;
	}
    
    header {
        padding: 32px 24px;
        height: auto;
        background: transparent;
    }
    
    header .header_container {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    
    header .logo svg {
        height: 12px;
    }
    
    header .mobile_button {
        display: block;
            position: absolute;
            right: 0;
            top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        padding: 9px;
        background: #fff;
        border-radius: 50%;
        z-index: 99;
        transition: .2s;
    }
    
    header .mobile_button svg {
        width: 14px;
        height: 14px;
        fill: #444;
        transition: .2s;
    }
    
    header nav.show + .mobile_button {
        transform: translateY(-50%) rotate(45deg);
        background: transparent;
        z-index: 99;
    }
    
    header nav.show + .mobile_button svg {
        fill: #b4b4b4;
    }
    
    header nav {
        display: block;
        z-index: 98;
        position: fixed;
        background: #2B2B2B;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 60px 35px;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(0, -100%);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }
    
    header nav.show {
        transform: none;
    }
    
    header nav a {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 28px 0;
    }
    
    header nav a svg, header nav a:hover svg {
        fill: #2b2b2b;
    }
    
    header nav a .icon {
        width: 32px;
        height: 32px;
        padding: 7px;
        border-radius: 50%;
        background: rgba(255,255,255,.2);
        margin-right: 10px;
    }
    
    header nav span {
        font-size: 24px;
        font-weight: 300;
        color: #fff;
        letter-spacing: -0.05em;
    }

	/* section1 */
    
	#section1 .fp-tableCell {
		position: relative;
		padding: 50px 0 70px;
	}
    
	#video1 {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: unset;
		top: -38px;
		width: 100%;
		height: 480px;
        background-image: url(../img/ie_1.png);
		background-size: auto 480px;
        background-repeat: no-repeat;
		background-color: transparent;
		background-position: center center;
		object-fit: cover;
		z-index: 2;
		margin-left: 0;
        overflow: hidden;
        -webkit-mask-image: -webkit-radial-gradient(white, black);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
	}

	#section1 .inner {
		position: relative;
		height: 520px;
	}

	#section1 h1.left {
		position: absolute;
		top: 46px;
		left: 0;
		right: 0;
		transform: unset;
		z-index: 3;
		text-align: center;
		font-size: 40px;
		letter-spacing: -0.08em;
		white-space: nowrap;
	}

	#section1 h1.right {
		position: absolute;
		top: 295px;
		left: 0;
		right: 0;
		transform: unset;
		z-index: 3;
		text-align: center;
		font-size: 40px;
		letter-spacing: -0.05em;
		white-space: nowrap;
	}

	#section1 ul.links {
		position: absolute;
		top: 340px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 280px;
		z-index: 3;
	}

	ul.links {
		letter-spacing: -0.04em;
	}

	ul.links li {
		min-height: 33px;
	}
    
    .download span {
        padding: 10px 0;
        font-size: 12px;
        text-transform: none;
    }
    
    .download .mobile {
        display: inline-block;
        padding-left: 10px;
    }
    
    .download .pc, .download a {
        display: none !important;
    }
    
    ul.links .download a.android_mobile,
    ul.links .download a.iphone_mobile {
        display: inline-block !important;
        vertical-align: middle;
    }
    ul.links .download a.android_mobile span,
    ul.links .download a.iphone_mobile span {
        display: inline-block;
        vertical-align: middle;
        font-size: 11px;
        padding-right: 10px;
    }
    
	/* section2 */

	#section2 article {
		margin: 40px 0 15px;
	}

	.text_button {
		font-size: 14px;
	}

	.text_button .pc {
		display: none;
	}

	.text_button .mobile {
		display: inline-block;
	}

	.text_button svg {
		width: 20px;
		height: 20px;
		margin-top: -2px;
		margin-left: 4px;
	}
    
    #section2 .section_footer .item .title svg {
        width: 6px;
        height: 9px;
        margin-left: 5px;
    }


	/* section3 */

	.content {
		width: 100%;
		position: static;
		top: unset;
		left: unset;
		width: 100%;
		transform: none;
		z-index: unset;
	}

	h1 {
		font-size: 32px;
	}

	article {
		font-size: 14px;
	}

	article br {
		display: none;
	}

	#section3 article {
		margin: 40px 0 25px;
	}

	#section3 .stats .item {
		padding: 5px 0;
		border: 0;
		display: flex;
	}
    
    #section3 .stats .item:first-child:after {
        display: none;
    }
    
	#section3 .content svg {
		width: 9px;
		height: 9px;
		margin-left: 3px;
        margin-right: 0;
	}

	#section3 .stats .item .number {
		white-space: nowrap;
		padding-right: 8px;
		border-right: solid 1px #333;
		display: flex;
		align-items: center;
	}

	#section3 .stats .item .number span {
		font-size: 20px;
	}

	#section3 .stats .item .title {
		padding-top: 0;
		padding-left: 8px;
		font-size: 11px;
		padding-right: 20px;
		display: flex;
		align-items: center;
	}

	.section_footer {
		width: 100%;
		position: static;
		bottom: unset;
		left: unset;
		transform: none;
		z-index: unset;
		display: block;
		padding-top: 100px;
	}

	.section_footer .item .title {
		font-size: 12px;
        letter-spacing: -0.5px;
		font-weight: bold;
        width: 90px;
	}

	.section_footer .item .link {
		font-size: 11px;
        letter-spacing: -0.5px;
	}
    
    .section_footer .item .link1 {
        margin-right: 4px;
    }

	/* section5 */

	#section5 h1 b {
		line-height: 1.4;
	}

	#section5 article {
		margin: 40px 0 20px;
	}

	#section5 ul {
		padding: 0 12px;
		margin-bottom: 25px;
	}

	#section5 li {
		line-height: 1.43;
		margin: 18px 0;
		color: #5A5A5A;
	}

	/* section6 */

	#section6 .fp-tableCell {
		position: relative;
		padding: 40px 20px 120px;
	}

	#section6 .mobile_video {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		opacity: 0;
		transition: .5s;
		background-image: url(../img/mobile_video_bg.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
        -webkit-mask-image: -webkit-radial-gradient(white, black);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
	}

	#section6 h1 {
		font-size: 32px;
		white-space: normal;
		padding: 0 20px;
	}

	#section6 article {
		margin: 40px 0 15px;
		padding: 0 20px;
	}

	#section6 .text_button {
		padding: 0 20px;
	}

	/* section7 */
	#section7,
	#section7 .fp-tableCell {
		height: auto !important;
	}

	#section7 .fp-tableCell {
		padding: 120px 40px 0;
	}

	#section7 .links {
		margin-top: 40px;
	}

	#section7 .links div {
		margin: 13px 0;
	}
    
    #section7 .text_button {
        width: 220px;
    }

	/* section8 */

	#section2,
	#section2 .fp-tableCell,
	#section3,
	#section3 .fp-tableCell,
	#section4,
	#section4 .fp-tableCell,
	#section5,
	#section5 .fp-tableCell,
	#section6,
	#section6 .fp-tableCell,
	#section7,
	#section7 .fp-tableCell,
	#section8,
	#section8 .fp-tableCell {
		height: auto !important;
	}


	#section8 .fp-tableCell {
		padding: 120px 40px 60px;
	}

	.owl-carousel {
		margin-top: 40px;
	}

	.owl-carousel .title {
		font-size: 14px;
		-webkit-line-clamp: 3;
		margin-top: 18px;
	}

	.owl-carousel .source {
		font-size: 12px;
		font-weight: 300;
	}
}

/* below 768 */

@media only screen and (max-width: 768px) {

	/* footer */

	footer {
		padding: 70px 40px 120px;
	}

	.footer-container .links-container ul {
		width: 100%;
        margin-top: 30px;
        white-space: normal;
        font-size: 0;
	}
    
    .footer-container .links-container li:first-child {
        display: block;
    }
    
    .footer-container .links-container li {
        display: inline-block;
        width: 55%;
        font-size: 13px;
    }
    
    .footer-container .links-container li:nth-child(odd) {
        width: 45%;
    }

	.footer-container .links-container ul:first-child {
		width: 100%%;
        margin-top: 0;
	}

	.footer-container .links-container ul:last-child {
		width: 100%;
	}

	.footer-container .sns-container {
		position: static;
		top: unset;
		left: unset;
		padding-top: 60px;
	}
}

/* below 360 */

@media only screen and (max-width: 360px) {
    
    header {
        padding: 32px 15px;
        height: auto;
        background: transparent;
    }
    
	#section3 .fp-tableCell,
	#section2 .fp-tableCell,
    #section4 .fp-tableCell,
	#section5 .fp-tableCell,
	#section7 .fp-tableCell,
	#section8 .fp-tableCell {
		padding-left: 20px;
        padding-right: 20px;
	}
    
	#section6 .fp-tableCell {
		padding-left: 0;
        padding-right: 0;
	}
    
	#section8 .fp-tableCell {
		padding-left: 20px;
        padding-right: 20px;
	}
    
	footer {
		padding: 70px 20px 120px;
	}
    
	.section_footer .item .title {
		font-size: 12px;
	}

	.section_footer .item .link {
		font-size: 10px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #video1,
    #video2,
    #video3,
    #video5,
    #video6,
    #video7,
    .mobile_video {
        display: none !important;
    }
}