
/* @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 */
.smart_marketing {
	padding-bottom: 130px;
	min-width: 1400px;
  font-family: 'NanumSquare', sans-serif;
    background: #121213;
	/* 
	.normal	 font-weight: 400;
	.bold	 font-weight: 700;
	.bolder	 font-weight: 800;
	.light	 font-weight: 300;
	 */
}
.layout_center {
	width: 1200px;
	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;
	}
}


.psuedo_container{
    margin-top: 142px;
}

.following_banner{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	width: 1920px;
	margin: 0 auto;
	padding: 25px 24px 21px;
    box-sizing: border-box;
	background-color: #ad9e87;
	background-size: cover;    
    
}

.following_banner label input[type="text"],
.following_banner label input[type="tel"] {
    width: 243px;
	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 .clearfix label:nth-of-type(3) {
	margin-left: 20px;
}
.following_banner .clearfix label:nth-of-type(4) {
	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: 999;
	left: 50%;
	transform: translate(-50%);
	box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
}


/* Section Style */
[class*="section"] {
	text-align: center;
	overflow-x: hidden;
}

.decoration {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	margin-left: -700px;
	height: 100%;
}



/*팔로우 아이콘*/
.bottom{position:fixed; top:30%; right:1px; width:100px; z-index:992;}
.bottom li{margin-bottom:0.8vw;}
.footer {height:160px;}

.img_bottom{padding-bottom:160px; background-color:#8b7a70;}


.section01 {
	position: relative;
	width: 100%;
    height: 799px;
	overflow: hidden;
	box-sizing: border-box;
}


/*swiper 슬라이드*/
    .swiper-container {
        width: 100%;
        height: 799px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

/*중간섹션 슬라이드*/
        .section05 {
            width: 100%;
            height: 1240px;
           /* background: blue;*/
            overflow: hidden;
            /*	padding-top: 80px;*/
            background: url('https://frogstock.speedgabia.com/smi/landing/images/smi_2023_electerior/pc/section_06_bg.jpg') center center no-repeat; 
        }
        .section05 .swiper-container {
            width: 1405px;
            height: 560px;
            z-index: 100;
            padding-top: 0px;
            margin-top: 517px;
            margin-left: 50%;
            transform: translateX(-50%);
        }

        .section05 .swiper-slide {
            text-align: center;
            font-size: 18px;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        
        .section06 {
            width: 100%;
            height: 1060px;     
            overflow: hidden;
            /*	padding-top: 80px;*/
             background: url('https://frogstock.speedgabia.com/smi/landing/images/smi_2023_electerior/pc/section_07_bg.jpg') center center no-repeat;

        }
        .section06 .swiper-container {
            width: 1405px;
            height: 560px;
            z-index: 100;
            padding-top: 0px;
            margin-top: 358px;
            margin-left: 50%;
            transform: translateX(-50%);            
        }

        .section06 .swiper-slide {
            text-align: center;
            font-size: 18px;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }


        .section08 {
            width: 100%;
            height: 999px;     
            overflow: hidden;
             background: url('https://frogstock.speedgabia.com/smi/landing/images/smi_2023_electerior/pc/section_09_bg.jpg') center center no-repeat;

        }
        .section08 .swiper-container2 {
            width: 100%;
            height: 100%;
            margin-top: 417px;
        }

        .section08 .swiper-slide {
            width: 295px;
            height: 440px;
            text-align: center;
            font-size: 18px;
            background: #fff;
            margin-left: 120px;

            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

.section09_1 {
    width: 100%;
    height: 860px;     
    overflow: hidden;
    background: url('https://frogstock.speedgabia.com/smi/landing/images/smi_2023_electerior/pc/section_10-1.jpg') center center no-repeat;
}

.section09_1 .cont1{
    width: 831px;
    padding-top: 426px;
    margin: 0 auto;
}

.section09_2 {
    width: 100%;
    height: 2258px;     
    overflow: hidden;
    background: url('https://frogstock.speedgabia.com/smi/landing/images/smi_2023_electerior/pc/section_10-2.jpg') center center no-repeat;
}

.section09_2 .cont2{
    width: 831px;
    padding-top: 80px;
    margin: 0 auto;
}
.root_daum_roughmap {
    margin: auto !important;
}
