/* @charset "UTF-8"; */

/*** Reset style ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: middle;
}
button {
	border: none;
	font-family: inherit;
	cursor: pointer;
}
a {
	text-decoration: none;
	color: inherit;
}
input {
	border: none;
	box-sizing: border-box;
	appearance: none;
}
[type=checkbox],
[type=radio] {
	appearance: auto;
}
[type=text]::-ms-clear,
[type=text]::-ms-reveal,
[type=search]::-ms-clear,
[type=search]::-ms-reveal {
	display: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
select {
	-webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
}
button, input, select {
	vertical-align: top;
}
img {
	vertical-align: top;
}
iframe {
	border: none;
}

body{
overflow-x:hidden;

}

/*Common Class*/
.a11y_hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}




/* Style */
.factcheck_marketing {
	padding-bottom: 180px;
	min-width: 1400px;
  font-family: 'NanumSquare', sans-serif;
	/* 
	.normal	 font-weight: 400;
	.bold	 font-weight: 700;
	.bolder	 font-weight: 800;
	.light	 font-weight: 300;
	 */
}
.layout_center {
	width: 1400px;
	margin: 0 auto;
}
.layout_center .centering {
  position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.center_fix {
	position: relative;
	box-sizing: border-box;
	font-size: 0; /*  image centering IE fix */
}
@media all and (min-width:1920px) {
	.center_fix .layout_center > img {
		width: 100vw;
	}
}



/* Following Banner */
/* .psuedo_container {
	position: absolute;
	bottom: 0;
	left: 50%;
} */
.following_banner {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	width: 1920px;
	margin: 0 auto;
	padding: 25px 24px 21px;
  box-sizing: border-box;

  /*여기 모르겠다.. */
  background: url('https://img.smkt.co.kr/smi/landing/images/smi_277/pc/following_banner_bg.jpg') center center no-repeat;
	background-color: #000000;
	background-size: cover;
}
.following_banner h3 {
	margin-bottom: 17px;
}
/* .following_banner .clearfix label {
	float: left;
} */
.following_banner label input[type="text"],
.following_banner label input[type="tel"] {
	/* width: 678px ; */
	height: 61px;
	padding: 0;
	text-indent: 1em;
	background-color: #fff;
	font-size: 20px;
}
.following_banner label input[type="tel"] {
	width: 321px;
}
.following_banner label input[type="tel"] {
	width: 321px;
}
.following_banner .clearfix label:nth-of-type(2) {
	margin-left: 20px;
}
.following_banner .btn_apply {
	background-color: transparent;
	margin-left: 20px;
}
.following_banner .btn_apply img {
	vertical-align: middle;
}
.following_banner > p {
	margin-top: 1em;
	color: #fff;
	text-align: center;
}
.following_banner > p input[type="checkbox"] {
	vertical-align: middle;
}
.following_banner > p > a:first-of-type {
	margin-right: 1em;
}
.following_banner.fixed {
	position: fixed;
	top: auto;
	bottom: 0;
	z-index: 100;
	left: 50%;
	transform: translate(-50%);
	box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
}


/* Youtube Video */

/*.video_container {
	margin: 0 auto;
	width: 810px;
}
.video_container .video_box {
	position: relative;
	padding-top: 56.25%;
}
.video_container .video_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
} */

/* Section Style */
[class*="section"] {
	text-align: center;
	overflow-x: hidden;
}
.section01 {
	position: relative;
	width: 100%;
	height: 1080px;
	overflow: hidden;
  padding-top: 80px;
  background-size: cover;
  background-image: url(https://img.smkt.co.kr/smi/landing/images/smi_277/pc/section01_bg.jpg);
	box-sizing: border-box;
}

.title {
  position: relative;
	width: 1126px;
  padding-top: 270px;
  margin: 0 auto;
	overflow: hidden;
}

.title .letter {
  position: relative;
	z-index: 10;
	width: 100%;
  height: 100%;
}


.decoration {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	margin-left: -700px;
	height: 100%;
}










