/* @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;
    font-family: 'Noto Sans KR', sans-serif;

}

/*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: 160px;
    min-width: 1248px;
    font-family: 'Noto Sans KR', sans-serif;    
    background: #fff;
    /* 
	.normal	 font-weight: 400;
	.bold	 font-weight: 700;
	.bolder	 font-weight: 800;
	.light	 font-weight: 300;
	 */
}

.layout_center {
    max-width: 1248px;
    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;
    }
}


/* Section Style */
[class*="section"] {
    text-align: center;
    overflow-x: hidden;
}


/* header */
#header .inner-header,
#header {
    height: 72px;
}

#header .inner-header .ly-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.ly-inner {
    max-width: 1248px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#header .area-right {
    letter-spacing: -0.013em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .area-right .area-img-btn {
    display: flex;
    align-items: center;
}

#header .area-img-btn h1 {
    font-size: 24px;
}

#header .area-img-btn .img-logo img {
    height: 36px;
    width: 84px;
    margin-right: 38px;
}

#header #gnb {
    display: flex;
}

#header #gnb li a {
    padding: 0px;
    font-size: 17px;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 800;
    line-height: 16px;
    text-align: center;
    color: #000;
    margin: 0 38px;
}


/* .section01 */
.bg_white {
    background: #fff !important;
    height: 620px;
}

.main-section01 .swiper-slide {
    min-height: 620px !important;
    display: flex;
    overflow: hidden;
    justify-content: normal;
    align-items: flex-end;
}

.main-section01 .swiper-slide1 {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    max-width: 1248px;
    margin: 0 auto;
    padding: 0px !important;
}

.main-section01 .swiper-slide .align-left {
    align-items: flex-start !important;
}

.main-section01 .swiper-slide .no-padding {
    padding: 0px !important;
}

.main-section01 .swiper-slide .left {
    max-width: 560px !important;
    width: 100% !important;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    position: relative;
    z-index: 0;
}

.main-section01 .swiper-slide1 .align-left {
    min-height: 544px !important;
}

/* 타이틀*/
#container .content {
    min-height: 124px;
}

.txt_content {
    height: auto;
    font-size: 42px;
    /*line-height: 62px;*/
    margin-top: 132px;
    text-align: left;
}

.main-section01 .swiper-slide .left .content .text_sub {
    font-size: 19px;
    color: #1f1f2a;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 400; 
    line-height: 40px;
}

.main-section01 .swiper-slide .left .content .text_blue {
    font-size: 40px;
    line-height: 65px;
    color: #1e78c8;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 800;
}

.main-section01 .swiper-slide .left .content .text_black {
    font-size: 40px;
    line-height: 65px;
    color: #1f1f2a;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 800;
}

.main-section01 .swiper-slide .left .content .text_img {
    height: 30px;
    width: 206px;
    margin-top: 41px;
}

.mainbanner {
    width: 641px;
    margin-left: 55px;
}

.mainbanner img {
    margin: auto;
    height: auto;
}

.imgbanner {
    display: block;
}

/*.section02*/
.section02 {
    background: #f4f6f7;
}

.main-section02 {
    padding: 92px 0;
    background: #f4f6f7;
}

.ly-inner {
    max-width: 1248px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.c-title-st1 {
    text-align: center;
}

.c-title-st1 .exp01 {
    font-size: 34px;
    line-height: normal;
    color: #1f1f2a;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 800;
}

.c-title-st1 .exp01 .highlight {
    font-size: 34px;
    line-height: normal;
    color: #1e78c8;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 800;
}

/*section2 리스트*/
.main-section02 .list-container {
    margin: 45px auto 0px auto;
    overflow: visible;
}

.main-section02 .list-container .list-wrapper {
    justify-content: space-between;
    display: flex;
}

.main-section02 .list-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: calc(33.33% - 34px);
    height: 216px;
    background: #fff;
    border-radius: 16px;
    flex: none;
    order: 0;
}

.main-section02 .list-slide .cont-box {
    position: relative;
}
.main-section02 .list-slide .cont-box img{
    width: 100%;
}

.main-section02 .list-slide .cont-box .cont-txt {
    position: absolute;
    top: 30px;
    left: 133px;
    height: 160px;
    width: 235px;
}

.main-section02 .list-slide .cont-box .cont-txt .tit {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #1f1f2a;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 800;
    text-align: left;
    /*    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}

.main-section02 .list-slide .cont-box .cont-txt .tit .highlight {
    font-size: 24px;
    line-height: 32px;
    color: #1e78c8;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 800;
    text-align: left;
}

.main-section02 .list-slide .cont-box .cont-txt .tit-blue {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #1e78c8;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 800;
    text-align: left;
    /*    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}

.main-section02 .list-slide .cont-box .cont-txt .txt {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    color: #1f1f2a;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 400;
    text-align: left;
}

/*section03-04 공통*/
.main-section03 {
    padding: 123px 0 10px 0;
    background: #fff;
}

.c-title-st1 .exp02 {
    font-size: 20px;
    line-height: 20px;
    color: #d6dadc;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 500;
    margin-bottom: 4px;
}

.main-section03 .caseContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

.main-section03 .caseContainer .interior-case {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    width: calc(25% - 24px);
}

.case-img {
    height: 100%;
    position: relative;
}

.main-section03 .caseContainer .interior-case img {
    width: 100%;
    height: 100%;
}

/*버튼 section03-05 공통*/
.case-button {
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    position: relative;
    margin: 0 auto;
    width: 220px;
    margin-top: 55px;
}

.btn-detail {
    width: 220px;
    background: #1e78c8;
    border-radius: 900px;
    height: 48px;
    padding: 12px 25px 14px 26px;
    font-size: 17px;
    line-height: normal;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 600;
}

/*section05*/
.main-section05 {
    padding: 123px 0 120px 0;
    background: #fff;
}

.main-section05 .caseContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

.main-section05 .caseContainer .interior-case {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    width: calc(25% - 24px);
}

.case-img {
    height: 100%;
    position: relative;
}

.main-section05 .caseContainer .interior-case img {
    width: 100%;
    height: 100%;
}

/*section06*/
.section06 {
    background: #f4f6f7;
}
.main-section06 {
    padding: 92px 0 67px 0;
    background: #f4f6f7;
}

.c-title-st1 .exp03 {
    font-size: 17px;
    line-height: 20px;
    color: #1f1f2a;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 400;
    margin-top: 14px;
}

/*슬라이드*/
.section06 .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 92px;
}

.section06 .swiper-slide {
    width: 408px;
    height: 541px;
    text-align: center;
    margin-left: 80px;

    /* 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;
}

/*section07*/
.section07 {
    background: #fff;
}

.main-section07 {
    padding: 120px 0;
    background: #fff
}

/*section7 리스트*/
.main-section07 .list-container {
    margin: 45px auto 0px auto;
    overflow: visible;
}

.main-section07 .list-container .list-wrapper {
    justify-content: space-between;
    display: flex;
}

.main-section07 .list-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: calc(33.33% - 29px);
    height: 268px;
    border-radius: 16px;
    flex: none;
    order: 0;
}
.main-section07 .list-container .list-wrapper .cont-box img{ width: 100%;}

/*section08*/
.section08 {
    background: #fff;
}

.main-section08 {
    background: #fff;
}

.ly-inner-full {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.main-section08 .cont-box {
    position: relative;
}

.main-section08 .cont-box .cont-txt {
    position: absolute;
    top: 128px;
    right: 335px;
    height: 276px;
    width: 700px;
}
.main-section08 .cont-box .cont-txt .tit{
    display: block;
    font-size: 40px;
    line-height: 1.5;
    color: #1f1f2a;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 800;
    text-align: right;
}

.main-section08 .cont-box .cont-txt .txt{
    display: block;
    font-size: 20px;
    line-height: 3;
    color: #1f1f2a;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 400;
    text-align: right;  
}


.main-section08 .cont-box .cont_btn {
    position: absolute;
    top: 356px;
    right: 335px;
    border-radius:900px; 
    height: 48px;
    width: 205px;
}
.main-section08 .cont-box .cont_btn .media-btn{
    width: 205px;
    height: 48px;
    padding: 12px 25px 14px 26px;
    font-size: 17px;
    line-height: normal;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 600;
    background: #1e78c8;
    border-radius:900px; 
}


/*section09 리스트*/
.main-section07 {
    padding: 120px 0;
}
.main-section07 .map-container {
    margin: 45px auto 0 auto;
    overflow: visible;
}

.main-section07 .map-container .map-wrapper {
    justify-content: space-between;
    display: flex;
    height: 414px;
}
.main-section09 .map-container .map-wrapper iframe{
    width: 100%;
    height: 100%;
    border: 0;
}

/*footer*/
#footer{
    background: #ebebeb;
}
#footer .ly-inner{
    background: #ebebeb;
    padding: 50px 0;
    position: relative;
}

#footer .info01{
    display: flex;
    flex-wrap: wrap;
    width: 800px;
}
#footer .info01 span{
    color: #4b5154;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;  
    font-weight: 400;
    line-height: 28px;
}

#footer .info02{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 119px;
    height: 51px;
    position: absolute;
    right: 0;
    top: 41px;
}


























