/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*--- reset code ---*/
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
.jejumyeongjo  { font-family: 'Jeju Myeongjo', serif; }
.nanumsquare { font-family: 'NanumSquare', sans-serif !important; }
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
.sans{ font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'; }
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,
dl,
dt,
dd,
ol,
nav ul,
nav 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

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

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
/* body{
    outline: 1px solid #f00;
} */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* start editing from here */

a {
    text-decoration: none;
}

.text-w3layouts-rt {
    text-align: right;
}


/* text align right */

.text-w3layouts-lt {
    text-align: left;
}


/* text align left */

.text-w3layouts-center {
    text-align: center;
}


/* text align center */

.float-rt {
    float: right;
}


/* float right */

.float-lt {
    float: left;
}


/* float left */


/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}


/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}


/* vertical align top */

nav.vertical ul li {
    display: block;
}


/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}


/* horizontal menu */

/* img {
    max-width: 100%;
} */



/*--- end reset code ---*/


p {
    font-size: 1em;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}
.center{
    width:1200px;
    margin:0px auto;
}
.clear_fix::after{
    display: block;
    content: '';
    clear: both;
}

/* Header */

a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

.bg{
    background-image:url(https://storage.everych.com/everych/main_banner.jpg);
    width:100%;
    height:740px;
    background-size: cover; 
    background-position: top center;
}
.bg_color{
    width:100%;
    height:100%;
    background-color:rgba(31, 37, 51, 0.8) ;
}
.logo{padding:216px 0px;}
.bg_color2{background-color:#f3fbff; width:100%; padding:200px 0px; box-sizing: border-box;}
.bg_color2>div>div:nth-of-type(2){margin-right:20px;}
.bg_color2>div>div:nth-of-type(2)>p{font-size:22px; color:#474f63; font-weight:500; margin-top:5px;}
.logo2{margin-left:20px; position: relative;}
.logo2::before{
    position: absolute;
    top:0px;
    right:-106px;
    display: block;
    content:'';
    width:1px;
    height:120px;
    border-right:1px solid #1f2533;
}
.main_title{font-size:42px; margin:200px auto 100px; font-weight:900; color:#6592a8;}
.main_title>span{color:#1d2b39;}
.area1>p, .area2>p{font-size:18px; font-weight:700; margin-bottom:25px;}
.area_sel{margin-right:30px;}
.area1>div, .area2>div{box-sizing: border-box; padding:30px; border:2px dotted #a0b3e2; border-radius:10px;}
.area1{margin-left:20px;}
.area2{margin-right:20px;}
.area_classy>a:nth-of-type(1)>img, .area_sel>a:nth-of-type(1)>img, .area_cre>a:nth-of-type(1)>img{margin-bottom:30px;}
.bg3{
    margin:240px 0px 140px;
    background-image: url(https://storage.everych.com/everych/main_banner2.jpg);
    width:100%;
    height:680px;
    background-size: cover;
}
.bg_color3{background-color:rgba(31, 37, 51, 0.7) ; width:1005; height:100%; box-sizing: border-box;}
.bg_color3>div{ box-sizing: border-box; padding:222px 0px;}
.bg_color3 h2{color:#fff; font-weight:800; font-size:40px;}
.bg_color3 p{color:#fff; font-size:18px; line-height:40px;}
.issues1, .issues2{margin-right:4.2%;}
.issues>a>p{color:#918d8f; font-size:17px; font-weight:500; margin-top:10px;}
.issues>a>p:hover {color:#000;}
.footer{color: #dadada; position: relative;}
.footer>p{margin-top:15px;}
.ft{width:100%; background-color:#202020; margin-top:160px; padding:140px 0px 50px; box-sizing: border-box;} 
.footer>img{position: absolute; top:-100px; left:50%; transform: translate(-50%);}
.footer::before{
    display: block;
    content: '';
    position: absolute; 
    top:-20px;
    left:50%; 
    transform: translate(-50%); 
    width:500px; 
    height:1px;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.classy_logo{
    position: relative;
    margin:80px 18.7% 0px 18.7%;
}
.sel_logo::after,.classy_logo::after, .cre_logo::after{
    display: block;
    content: '';
    position: absolute;
    top:-115px;
    left:50%;
    transform: translate(-50%);
    width:2px;
    height:60px;
    background-color:#000;
}
.sel_logo::after{
    top:-80px;
}
.cre_logo::after{
    top:-75px;
}
.sel_logo::before, .classy_logo::before, .cre_logo::before{
    display: block;
    content: '';
    position: absolute;
    top:135px;
    left:50%;
    transform: translate(-50%);
    width:2px;
    height:100px;
    background-color:#000;
}
.cre_logo::before{
    top:170px;
}
.sel_logo::before{
    top:145px;
}
.logo>div:nth-of-type(1){
    position: relative;
    border:1px solid #2d2b2d;
    padding:16px 0px 10px;
    box-sizing: border-box;
    width:240px;
    border-radius:10px;
    margin:0px auto 234px;
}
.logo>div:nth-of-type(1)::after{
    content:'';
    display: block;
    position: absolute;
    top:4px;
    left:50%;
    transform: translate(-50%);
    width:8px;
    height:8px;
    border-radius:8px;
    background-color:#2d2b2d;
}
.logo>div:nth-of-type(2){
    position: relative;
    border:1px solid #1b4122;
    padding:16px 0px 10px;
    box-sizing: border-box;
    width:240px;
    border-radius:10px;
    margin:0px auto;
}
.logo>div:nth-of-type(2)::after{
    content:'';
    display: block;
    position: absolute;
    top:4px;
    left:50%;
    transform: translate(-50%);
    width:8px;
    height:8px;
    border-radius:8px;
    background-color:#1b4122;
}
.classy_logo>div:nth-of-type(1){
    border:1px solid #000;
    width:270px;
    margin-bottom:220px;
}
.classy_logo>div:nth-of-type(1)::after{
    background-color: #000;
    top:6px;
}
.classy_logo>div:nth-of-type(2){
    border:1px solid #ff10e3;
    width:240px;
    padding:20px 0px 5px;
}
.classy_logo>div:nth-of-type(2)::after{
    background-color: #ff10e3;
    top:6px;
}
.cre_logo>div:nth-of-type(1){
    border:1px solid #39dabf;
    margin-bottom:219px;
} 
.cre_logo>div:nth-of-type(1)::after{
    background-color: #39dabf;
} 
.cre_logo{
    position: relative;
}
.classy_logo>div>a{
    font-size:35px;
    color:#000;
}
.sel_logo>div:nth-of-type(2)>a>img{
    width:80%;
}
.sel_logo{
    position: relative;
    margin-top:75px;
}
.ab_sel_logo{
    margin:60px auto 100px;
}
.line2>a>img{
    margin-top:20px;
    width:6%;
}
.ab{
    position: relative;
    font-size:25px;
    font-weight:700;
    margin-bottom:100px;
}
.ab::after{
    position: absolute;
    top:-80px;
    left:50%;
    transform: translate(-50%);
    display: block;
    content: '';
    width:2px;
    height:60px;
    background-color:#000;
}
.sel_bd{
    position: relative;
    border:1px solid #2a282b;
    padding:14px 15px 10px;
    box-sizing: border-box;
    margin-left:40px;
}
.bottom{
    position: absolute;
    bottom:-30px;
    left:91px;
    width:100%;
    color:#f00 ;
    font-size:13px;
}
.bottom>strong{
    color:#000 ;
}
.sel{
    margin-bottom:100px;
}
.ab_txt, .ab_txt2{
    margin-left:120px;
}
.ab_txt>p{
    position: relative;
    line-height:40px;
}
.ab_txt>p::after{
    display: block;
    content:'';
    width:7px;
    height:7px;
    border-radius:7px;
    background-color:#ffda72;
    position: absolute;
    top:17px;
    left:-15px;
}
.ab_txt>p:nth-of-type(1){padding:32px 0px 10px; line-height:20px;}
.ab_txt>.t1::after{top:38px;}
.t2>strong, .t3>strong, .t4>strong, .t5>strong{
    font-weight:700;
    margin-right:10px;
}
.sel_ab_title, .sel_ab_title2{
    width:180px;
    height:50px;
    line-height:52px;
    background-color:#45a188;
    text-align: center;
    color:#fff;
    font-size:22px;
    border-radius:200px;
    margin-bottom:50px;
}
.sub_title{
    line-height:52px;
    color:#e1e1e1;
    position: relative;
    margin-left:100px;
    font-size:18px;
}
.sub_title::after, .sub_title2::after{
    position: absolute;
    top:25px;
    left:-80px;
    display: block;
    content: '';
    width:60px;
    height:2px;
    background-color:#45a188;
}
.site{margin-top:30px;}
.site>a, .site2>a{color:#45a188; font-size:20px; font-weight:600;}
.site>a:nth-of-type(1){margin-left:20px;}
.mar{margin:0px 13% 0px 15%; }
.mar2{margin-left:23.4%; text-align: left; margin-bottom:20px;}
.sel_ab1_2{margin:80px auto;}
.sel_ab2_txt>p:nth-of-type(1){font-weight:600;  font-size:35px; margin-bottom:5px;}
.sel_ab2_txt>p:nth-of-type(1)>strong{color:#45a188; position: relative;}
.sel_ab2_txt>p:nth-of-type(1)>strong::after{
    display: block;
    content: '';
    position: absolute; 
    top:15px;
    left:70px;
    width:5px;
    height:5px;
    background-color: #45a188; 
    border-radius:5px;
}
.sel_ab2_txt>p:nth-of-type(1)>strong::before{
    display: block;
    content: '';
    position: absolute; 
    top: 15px;
    right:70px;
    width:5px;
    height:5px;
    background-color: #45a188; 
    border-radius:5px;
}
.sel_ab2_txt>p:nth-of-type(2){font-size:18px; margin-bottom:60px;}
.sub_title2{
    line-height:52px;
    color:#e1e1e1;
    position: absolute;
    top:0px;
    left:180px;
    margin-left:100px;
    font-size:18px;
}
.sel_ab2{position: relative; margin-bottom:100px;}
.ab2_contents{margin:0px 17% 0px 19%; }
.ab_sns{position: relative;}
.ab_sns>span{
    position: absolute;
    top:86px;
    left:240px;
    font-size:18px;
    font-weight:600;
    color:#45a188;
    width:160px;
}
.ab_sns>span::after{
    display: block;
    content:'';
    position: absolute;
    top:8px;
    left:-30px;
    width:50px;
    height:1px;
    border-top:1px dashed #000;
    border-width:3px;
}
.sns2>span{left:260px;}
.sns2>span::after{left:-50px;}
.sel_ab2>div>div:nth-of-type(2){margin-left:15px;}
.sel_face, .sel_ins {background-color:#f6f6f6; position: relative; padding:20px 20px 15px; box-sizing: border-box; margin:0px 8.5%;}
.sel_face::after{
    height:80px;
    border-left:2px dashed #495992;
    display: block; content: '';
    position: absolute;
    bottom:-100px; left:50%;
    transform:translate(-50%);
}
.sel_ins{padding:20px 13px 15px;}
.sel_ins::after{
    height:80px;
    border-left:2px dashed #f04c5b;
    display: block; content: '';
    position: absolute;
    bottom:-100px; left:50%;
    transform:translate(-50%);
}
.sel_face_txt{position: absolute; bottom:-215px; left:-93px; width:540px; font-size:17px;}
.sel_ins_txt{position: absolute; bottom:-165px; left:-74px; width:540px; font-size:17px;}
.sel_ab2+div{margin-bottom:350px;}
.sel_face>p{font-size:19px; color:#495992; font-weight:800; margin-top:20px;}
.sel_face>p:nth-of-type(2){margin-top:20px; border-top:1px solid #495992; padding-top:20px;}
.sel_ins>p{font-size:19px; color:#f04c5b; font-weight:800; margin-top:20px;}
.sel_ins>p:nth-of-type(2){margin-top:20px; border-top:1px solid #f04c5b; padding-top:20px;}
.sel_ins_txt>p:first-child{color: #f04c5b; font-weight:600; font-size:18px;}
.sel_face_txt>p:first-child, .sel_face_txt>p:nth-of-type(3){color: #495992; font-weight:600; font-size:18px;}
.site_wrap{position: relative; margin-bottom:550px;}
.naver{position: absolute; top: 370px; left:20px;}
.community{position: absolute; top: 370px; right:20px;}
.naimg{position: absolute; top:-180px; left:193px;}
.coimg{position: absolute; top:-285px; right:103px;}
.gr{color:#00bd38; font-size:18px; font-weight:700; position: relative; margin-bottom:5px;}
.gr::before{display: block; content:''; position: absolute; bottom:-5px; left:0px; width:80px; height:2px; border-top:2px solid #00bc53;}
.gr-bo1::before{width:46px;}
.gr-bo2::before{width:34px;}
.gr-bo3::before{width:62px;}
.ab3_txt>p{font-size:17px;}
.ab_ft_wrap{background-color:#4d4d4d; padding-bottom:15px;}
.ab_ft>p, .ab_ft>p>a{color: #fff;}
.line2{position: relative;}
.line2::before{
    position: absolute;
    bottom:-25px;
    left:0px;
    display:block;
    content:'';
    width:100%;
    height:8px;
    background-image: linear-gradient(to right, rgb(51,184,195), rgb(49,67,156));
}
/* selectit */
.st_bd{
    position: relative;
    border:1px solid #035f3a;
    padding:14px 15px 10px;
    box-sizing: border-box;
}
.st_ab_txt{border:1px solid #035f3a; box-sizing: border-box; padding:25px 25px 20px; margin-top:32px; position: relative;}
.st_ab_txt::after{
    display: block;
    content:''; 
    width:7px; 
    height:7px; 
    border-radius:7px; 
    background-color:#035f3a;
    position: absolute;
    top:10px;
    left:50%;
    transform:translate(-50%) ;
}
.st_bd::before{
    display: block;
    content:''; 
    width:2px; 
    height:21px; 
    background-color:#035f3a;
    position: absolute;
    top:133px;
    right:-91px;
    transform:rotate(-45deg);
}
.st_ab_txt::before{
    display: block;
    content:''; 
    width:2px; 
    height:21px; 
    background-color:#035f3a;
    position: absolute;
    top:101px;
    left:-93px;
    transform:rotate(45deg);
}
.s1{ font-size:18px;}
.s1>strong{color:#035f3a; font-weight:600;}
.st_ab_title{
    width:180px;
    height:50px;
    line-height:52px;
    background-color:#1b4122;
    text-align: center;
    color:#fff;
    font-size:22px;
    border-radius:200px;
    margin:100px 0px; 
}
.stbd_img{margin:100px auto;}
.ab_store{
    padding:30px 25px 20px;
    width:190px;
    background-color:#1b3e26;
    margin-left:70px;
    position: relative;
}
.ab_store::after{
    display: block;
    content:'';
    position: absolute;
    top:10px;
    left:50%;
    transform:translate(-50%);
    width:80px;
    height:10px;
    border-radius:10px;
    background-color:#fff;
}
.store{margin-left:20px;}
.ab_store>p{color:#f00; padding:20px 0px 0px; font-size:17px;}
.ab_store>p>strong{color:#fff; font-size:18px; font-weight:600;}
.st_inst, .st_you{
    position: relative;
    width:500px;
    box-sizing: border-box;
    background-color:#1b3e26;
    text-align: center;
    padding:25px 20px;
    border-radius:50px 10px ;
 }
 .st_inst::after{
     display: block;
     content: '';
     position: absolute;
     top:-80px;
     right:20px;
     width:2px;
     height:50px;
     background-color:#1b3e26;
     transform:rotate(30deg);
 }
 .st_you::after{
     display: block;
     content: '';
     position: absolute;
     top:-80px;
     left:20px;
     width:2px;
     height:50px;
     background-color:#1b3e26;
     transform:rotate(-30deg);
 }
.st_inst>div, .st_you>div{border:1px solid #fff; padding:20px 0px 40px; border-radius:50px 10px }
.st_inst>div>p, .st_you>div>p{padding-bottom:20px; color: #fff; font-size:17px; font-weight:600;}
.st_ab4{margin:150px auto;}
.ab3_txt{margin-bottom:100px; margin-top:-20px;}
/* classycompany */
.cc_bd{
    position: relative;
    border:1px solid #da17cf;
    padding:14px 15px 10px;
    box-sizing: border-box;
}
.cc_ab_txt{border:1px solid #1d2532; box-sizing: border-box; padding:25px 25px 20px; margin-top:32px; position: relative;}
.cc_ab_txt::after{
    display: block;
    content:''; 
    width:7px; 
    height:7px; 
    border-radius:7px; 
    background-color:#1d2532;
    position: absolute;
    top:10px;
    left:50%;
    transform:translate(-50%) ;
}
.cc_bd::before{
    display: block;
    content:''; 
    width:2px; 
    height:21px; 
    background-color:#1d2532;
    position: absolute;
    top:117px;
    right:-92px;
    transform:rotate(-45deg);
}
.cc_ab_txt::before{
    display: block;
    content:''; 
    width:2px; 
    height:21px; 
    background-color:#1d2532;
    position: absolute;
    top:85px;
    left:-95px;
    transform:rotate(45deg);
}
.cc_logo{font-size:30px;}
.c1{ font-size:18px;}
.c1>strong{font-weight:600;}
.cc_ab_title{
    width:180px;
    height:50px;
    line-height:52px;
    background-color:#1d2532;
    text-align: center;
    color:#fff;
    font-size:22px;
    border-radius:200px;
    margin:140px 0px 100px; 
}
.cc_ab2{margin-bottom:140px;}
.cc_ab2>span{background-color:#1d2532; color:#fff; padding:20px; border-radius:20px; position: relative; margin-right:9%; font-size:17px;}
.cc_ab2>span:nth-of-type(4){margin-right:0px;}
.cc_ab2>span:nth-of-type(4)::before{display: none;}
.cc_ab2>span:nth-of-type(1){margin-left:5px;}
.cc_ab2>span::before{display:block; content: ''; width:60px; height:2px; border-top:2px dashed #1d2532; position: absolute; top:25px; right:-85px;} 
.cc_ab_num{background-color:#1d2532; color:#da17cf; border-radius:40px; width:40px; height:40px; text-align: center; line-height:40px; margin:12px 30px 0px 0px;} 
.cc_ab_num+img{margin-bottom:80px;}
.cc_ab3 .cc_ab_num{margin-top:18px;}
.cc_ab5{margin:150px 0px;}
.cc_ab4>div:nth-of-type(1)>img{margin-top:65px;}
.ab_rel{position: relative;}
.ab4_txt, .ab5_txt{position: absolute; bottom:30px; left:34px; font-size:20px; font-weight:700;}
.ab4_t1{left:73px;}
.cc_ab5>div:nth-of-type(2)>div:nth-of-type(2)>img{margin-top:56px;}
.ab5_t1{left:135px;}
.ab5_t2{left:47px;}
/* cresolution */
.cre_bd{
    position: relative;
    border:1px solid #36c9bf;
    padding:14px 15px 10px;
    box-sizing: border-box;
}
.cre_bd>.bottom{left:72px;}
.ab_txt2>p{
    position: relative;
    line-height:40px;
}
.ab_txt2>p::after{
    display: block;
    content:'';
    width:7px;
    height:7px;
    border-radius:7px;
    background-color:#36c9bf;
    position: absolute;
    top:19px;
    left:-15px;
}
.ab_txt2>p>strong{font-size:18px;}
.ab_txt2>p:nth-of-type(1){padding:32px 0px 10px; line-height:20px;}
.ab_txt2>.t1::after{top:38px;}
.ab_txt2{margin-top:13px;}

/* cre-solution */
.cre_ab_title{
    width:180px;
    height:50px;
    line-height:52px;
    background-color:#247865;
    text-align: center;
    color:#fff;
    font-size:22px;
    border-radius:200px;
    margin-bottom:100px;
    position: relative;
}
.sub_title3{
    position: absolute;
    top:0px;
    right:-190px;
    line-height:52px;
    color:#e1e1e1;
    margin-left:100px;
    font-size:18px;
}
.sub_title3::after{
    position: absolute;
    top:25px;
    left:-80px;
    display: block;
    content: '';
    width:60px;
    height:2px;
    background-color:#45a188;
}
.site2{position: relative; width:100%;}
.site2>a{position: absolute; top:0px; width:20%;}
.site2>a:nth-of-type(1){left:266px;}
.site2>a:nth-of-type(2){right:267px;}
.ab_sub{font-size:20px; font-weight:600; color:#48a893; margin-bottom:40px;}
.cre_ab2{margin-bottom:160px;}
.ab1_park, .ab1_kim{position: relative;}
.ab1_kim{margin-right:20px;}
.ab1_park>p, .ab1_kim>p{position: absolute; top:100px; left:136px; width:100%; font-size:17px;}
.ab1_kim>p{left:106px;}
.ab1_park>p>strong, .ab1_kim>p>strong{font-weight:600;}
.cre_ab1 {margin:140px 0px 80px;}
.ab3>span{position: absolute; bottom:-70px; left:50%; font-size:18px; font-weight:800; color:#48a893; width:100%; transform:translate(-50%);}
.ab4>span{position: absolute; bottom:-70px; font-size:18px; font-weight:800; color:#48a893; width:35%;}
.ab_fr{left:-18px;}
.ab_tw{left:178px;}
.ab_th{right:6px;}
.gray{background-color:#eeeeee; padding:20px 20px 100px; box-sizing: border-box;}
.ab3_img{margin-right:20px;}
.liz{ margin-right:9px;}
.ever{margin-left:8px;}
.liz>img, .ever>img{margin-bottom:10px;}
.ever::after, .liz::after{
    display:block;
    content:'';
    width:7px;
    height:7px;
    background-color:#010000;
    position: absolute;
    top:15px;
    left:210px;
    border-radius:7px;
}
.liz::after{background-color:#94dbda; left:57px; top:12px;}
.gray>div{padding:10px; background-color:#fff; box-sizing: border-box;}
.cre_ab3, .cre_ab4, .cre_ab5{margin:120px 0px;}
.ab4_sub{margin-bottom:40px;}
.ab3>span::before, .ab4>span::before{
    display: block;
    content:'';
    position: absolute;
    top:-30px;
    left:50%;
    transform:translate(-50%);
    border-top: 12px solid #48a893;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
 }
.ab8>div{margin:50px 0px 60px;}
.cre_ab6>div{background-color:#001024; box-sizing: border-box; padding:35px 30px 80px;}
.ab_bd{margin-left:100px;}
.ab_bd2{margin-right:100px;}
.cre_ab6_wrap{margin-bottom:100px;}
.cre_ab6>div>div{background-color:#fff; border-radius:10px; line-height:5px; padding:5px 0px; margin-top:80px;}
/* 4everjlab */
.ev_bd{
    position: relative;
    border:1px solid #36c9bf;
    padding:14px 15px 10px;
    box-sizing: border-box;
}
.e1{font-size:18px; font-weight:500; color:#9ccdc2;}
.e1>strong{color:#178182; font-weight:600;}
.ev_ab_txt{border:1px solid #9ccdc2; box-sizing: border-box; padding:25px 80px 20px; margin-top:48px; position: relative;}
.ev_ab_txt::after{
    display: block;
    content:''; 
    width:7px; 
    height:7px; 
    border-radius:7px; 
    background-color:#9ccdc2;
    position: absolute;
    top:10px;
    left:50%;
    transform:translate(-50%) ;
}
.ev_bd::before{
    display: block;
    content:''; 
    width:2px; 
    height:21px; 
    background-color:#9ccdc2;
    position: absolute;
    top:154px;
    right:-119px;
    transform:rotate(-45deg);
}
.ev_ab_txt::before{
    display: block;
    content:''; 
    width:2px; 
    height:21px; 
    background-color:#9ccdc2;
    position: absolute;
    top:106px;
    left:-120px;
    transform:rotate(45deg);
}
.ev_ab_title{
    line-height:52px;
    color:#48a893;
    position: relative;
    margin-left:100px;
    font-size:19px;
    margin-top:100px;
    font-weight:600;
}
.ev_ab_title::after{
    position: absolute;
    top:25px;
    left:-80px;
    display: block;
    content: '';
    width:60px;
    height:2px;
    background-color:#247865;
}
.kim{background-color:#ecf5f8; width:50%; height:433px;}
.park{background-color:#f1f4f5; width:50%; height:433px;}
.ab_po{position: absolute; top:0px; left:50%; transform:translate(-50%);}
.ev_ab{position: relative;}
.ev_ab3{margin:140px 0px 100px;}
.ev_gray{background-color:#eeeeee; width:100%; height:454px; padding-top:40px;} 
.ev_ab4_txt{color:#6c6c6c; font-size:17px; position: absolute; top:60px; left:100px; text-align:left;} 
.ev_ab4_txt>strong{font-weight:600; color:#434343;}
.ev_ab5_txt{
    color:#6c6c6c; 
    font-size:17px; 
    position: absolute; 
    top:40px; 
    right:20px; 
    text-align:right; 
    background-color:#fff; 
    padding:12px 15px; 
    box-sizing: border-box;
}
.ev_ab5_txt::after{
    display:block;
    content:'';
    width:200px;
    border-top:18px dotted #fff;
    position: absolute;
    top:-30px;
    right:34px;
}
.ev_ab5_txt>p:nth-of-type(1){font-size:20px; color:#737373; position: relative;}
.ev_ab5_txt{font-size:17px; color:#333333; font-weight:600;}
.ev_ab5_txt>p:nth-of-type(1)>strong{font-weight:800; position: relative;}
.ev_ab5_txt>p:nth-of-type(1)>strong::after{display:block; content:''; width:6px; border-top:5px dotted #e4007f; position: absolute; top:-8px; right:5px;}
.ev_ab5_txt>p:nth-of-type(1)::after{display:block; content:''; width:6px; border-top:5px dotted #e4007f; position: absolute; top:-4px; right:24px;}
.ev_ab5_txt>strong{color: #00926e; font-size:18px;}
.ev_ab6{margin-bottom:140px;}
.ev_ab6_txt>p:nth-of-type(1){font-size:25px; font-weight:600; color:#049171; margin:20px;}
.ev_ab6_txt>p:nth-of-type(1)>strong{font-weight:800;}
.ev_ab6_txt>p:nth-of-type(2){font-size:18px; color:#010101; font-weight:600;margin-top:20px;}




































