/* @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;

}


body {
    overflow-x: hidden;
    box-sizing: border-box;
}

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;
    /*	margin-left: 20px;*/
    margin-top: -2px;
}

[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,
textarea {
    vertical-align: top;
}

img {
    vertical-align: top;
}

iframe {
    border: none;
}


/*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 */

.layout_center {
    width: 100%;
    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 {
    position: fixed;
    top: auto;
    bottom: 5%;
    z-index: 1000;
    left: 40%;
    width: 100%;

}



/* 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%;
	overflow: hidden;
	background-color: #ead8ca;
	background-size: cover;
	box-sizing: border-box;
    margin-top: -30px;
}
*/
.section_01 {
    position: relative;
}

.section_01 .layout_center .apply_btn {
    z-index: 9999;
    position: absolute;
    bottom: 41px;
    right: 566px;
}

.section_07 {
    width: 100vw;
    height: 1394px;
    /* background: blue;*/
    overflow: hidden;
    /*	padding-top: 80px;*/
    background: url('https://frogstock.speedgabia.com/smi/landing/images/smi_2024_smart_marketing1/pc/section_07.jpg') center center no-repeat;
}

.section_07 .swiper-container {
    width: 1084px;
    height: 725px;
    z-index: 100;
    padding-top: 0px;
    margin-top: 541px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.section_07 .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;
}

.section_08 {
    width: 100%;
    height: 1154px;
    overflow: hidden;
    background: url('https://frogstock.speedgabia.com/smi/landing/images/smi_2024_smart_marketing1/pc/section_08.jpg') center center no-repeat;

}

.section_08 .swiper-container2 {
    width: 100%;
    height: 100%;
    margin-top: 240px;
}

.section_08 .swiper-slide {
    width: 368px;
    height: 559px;
    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;
}

.section_10 {
    width: 100%;
    height: 1223px;
    overflow: hidden;
    background: url('https://frogstock.speedgabia.com/smi/landing/images/smi_2024_smart_marketing1/pc/section_10.jpg') center center no-repeat;

}

.section_10 .swiper-container2 {
    width: 100%;
    height: 100%;
    margin-top: 310px;
}

.section_10 .swiper-slide {
    width: 368px;
    height: 559px;
    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;
}




.section_12 {
    background-color: #fff;
    padding: 149px 0 229px 0;
    overflow-y: hidden;
}


/*DB박스*/

.db_box {
    width: 662px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/*.db_box:after {display:block;visibility:hidden;width:0;height:0;content:"";clear:both;}*/
.info {
    width: 100%;
}

.info dt {
    width: 100%;
    text-align: left;
    float: left;
    color: #000;
    font-size: 17px;
    line-height: 3.4;
}

.info dt:after {
    content: '＊';
    font-size: 15px;
    color: #f14949;
}

.info dd {
    width: 100%;
    text-align: left;
    line-height: 18px;
    color: #000;
    padding: 10px 0;
    margin-bottom: 21px;
}



dd.form-box,
dd.form-agree {
    width: 100%;
}

dd.form-agree {
    text-align: left;



}

dd.form-agree > textarea {
    height: 200px !important;
}




.info dd textarea {
    width: 95%;
    overflow-y: scroll;
    height: 100px;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    color: #898989;
    border: 1px solid #14cd69;
    padding: 10px 17px 0;


}

.info dd input[type="text"],
.info dd input[type="tel"] {
    width: 100%;
    overflow: hidden;
    height: 42px;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 15px;
    padding: 0 17px;
    font-weight: 500;
    color: #898989;
    border: 1px solid #14cd69;
}

.db_box .apply {
    margin-bottom: 56px;
}

.db_box .apply li {
    font-size: 18px;
    color: #464646;
    padding: 5px;
    float: left;
}

.db_box .apply li a {
    color: #393939;
    vertical-align: top;
}

.db_box .apply li input[type="checkbox"],
.apply li a {
    vertical-align: middle;
}


.db_box .form-tail {
    clear: both;
    margin-top: 60px;
    text-align: center;
}

.db_box .form-tail .btn-submit {
    display: inline-block;
    width: 110px;
    height: 45px;
    margin-top: 30px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    cursor: pointer;
    color: #00c862;
    border-radius: 100px;
    border: 1px solid #35db79;
}



.last_section {
    padding-bottom: 120px;
}


.decoration {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    margin-left: -700px;
    height: 100%;
}

.footer {
    padding: 50px 0 60px;
    background: #f7f4ee;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    color: #8a8a8a;
}

.footer p {
    padding-bottom: 15px;
}

.footer span {
    color: #005f82;
}

.footer > div {
    padding-top: 15px;
}


/*팔로우아이콘*/
.bottom{position:fixed; top:89%; right:23px; width:259px; z-index:992;}
.bottom li{margin-bottom:2vw;}
.bottom li img{width: 100%;}
