/* main-top visual */
#page-content-wrapper{
    padding-top: 0;
}
#home-home-body #page-content-wrapper{
    padding-top: 0;
}

.bg-scale-wrap{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left: 0;
    overflow: hidden;
}

.bg-scale-inner{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.main-top{
    position: relative;
	width:100%;
    height: 640px;
}

.main-top-image{
    height: 640px;
    background-position: 50%!important;
    background-size:cover;
	z-index:-500;
}

.main-top-text-wrap{
	z-index: 200;
    width: 100%;
    padding: 0px;
    text-align: center; 
    word-break: keep-all;
}

.main-top-text-wrap .main-top-text{
    opacity: 0;
    color:#fff;
}

.main-top-text-wrap .main-top-text.on[data-effect='scaleUp']{
    animation:scaleUpAnimation 1s .5s ease 1 forwards
}

.main-top-text-wrap .main-top-text.on[data-effect='scaleDown']{
    animation:scaleDownAnimation 1s .5s ease 1 forwards
}

.main-top-text-wrap .main-top-text.on[data-effect='slideUp']{
    animation:slideUpAnimation 1s .5s ease 1 forwards
}

.main-top-text-wrap .main-top-text.on[data-effect='slideDown']{
    animation:slideDownAnimation 1s .5s ease 1 forwards
}

.main-top-text-wrap .main-top-text.on[data-effect='opacity']{
    animation:opacityAnimation 1s .5s ease 1 forwards
}

.main-top-text-wrap .main-top-text.on[data-effect='sway']{
    animation:swayAnimation 1s .5s ease 1 forwards;
    opacity:1;
}

.main-top-text-wrap .main-top-text.on[data-effect='flash']{
    animation:flash .5s .5s ease 1 forwards;
}

.main-top-text-wrap .main-top-text.on[data-effect='move_opa']{
    animation:move_opa .5s .5s ease 1 forwards;
}

.main-top-text-wrap .main-top-text.on[data-effect='bounce']{
    animation:bounce 1s .5s ease 1 forwards;
}

.main-top-text-wrap .main-top-text.on[data-effect='slide_right']{
    animation:slide_right 1s .5s ease 1 forwards;
}

.main-top-text-wrap .main-top-text.on[data-effect='slide_right_fast']{
    animation:slide_right_fast .5s .3s cubic-bezier(0.680, -0.550, 0.265, 1.550) 1 forwards;
}

/*
.main-top-text.title{
    color:#fff;
	font-family:'NanumSquare', sans-serif;
	font-size: 30px;
	font-weight:700;
	letter-spacing: 0.03em;
	margin-bottom: 180px;
}
*/
.main-top-text.title {
	font-family: 'Open sans', sans-serif;
    font-size: 3em;
    font-weight: 700;
    margin:0;
	margin-bottom:2em;
    color: #FFFFFF;
    background: #fbf8ec;
    background: -moz-linear-gradient(top, #FFFFFF 35%, #4e6773 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 35%, #4e6773 100%);
    background: linear-gradient(to bottom, #FFFFFF 35%, #4e6773 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-top-text.sub-title{
    color:#fff;
	font-family:'Open Sans', sans-serif;
	font-size: 1em;
	font-weight:600;
}

.moving-clouds {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 400.625em;
  height: 500px;
  vertical-align:bottom;
  -webkit-animation: cloudLoop 80s linear infinite;
  animation: cloudLoop 80s linear infinite;
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.following img {
  max-width: 70px;
}


/* main scroll-down icon */
.scroll-down{
    padding:30px 0;
    z-index: 200;
}

.scroll-down-img {
    animation: upDownAnimation .4s ease-in-out infinite alternate
}

/* main section */
.main-sec {
    overflow: hidden;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.main-sec .section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* main-sec1 */
.main-sec.sec1{
    padding:60px 0 60px 0;
    background-color: #f5f5f5;
}

.main-sec.sec1 .section-title:after{
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    margin: 25px auto 25px auto;
    background-color: #e2604e;
}

.main-sec.sec1 .section-article{    
    font-family: 'Nanum Gothic', sans-serif;
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: -0.05em;
    font-weight:400;
    color:#555;
    text-align: center;
    word-break: keep-all;
	margin-bottom: 35px;
	max-width:800px;
	margin:auto;
}

.main-vision-list-wrap .main-vision-list{
    text-align: center;
    margin-bottom: 35px;
}

.main-vision-list-wrap .img-wrap{
    margin: 0 auto;
    height: 128px;
    width: 128px;
    overflow: hidden;
    margin-bottom: 15px;
}

.main-vision-list-wrap .img-wrap img{
    position: absolute;
    left:50%;
	margin-left: -64.5px;
}

.main-vision-list-wrap .img-wrap img:last-child{
	opacity: 0;
	display: none;
	-webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; 
}

.main-vision-list-wrap .img-wrap:hover img:first-child{
	opacity: 0;
	display: none;
	-webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; 
}

.main-vision-list-wrap .img-wrap:hover img:last-child{
	opacity: 1;
	display: inline-block;
}


.main-vision-list-wrap .title {
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    color: #40acf2;
    font-weight: 700;
}

.main-vision-list-wrap .sub-title{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 0.95em;	
    font-weight: 400;
	line-height: 1.4em;
    letter-spacing: -0.04em;
    color:#555;
	padding: 0 14%;
}

.main-vision-btn-wrap{
    width:200px;
    height: 60px;
    margin: 0 auto;
    color:#fff;
}
.main-vision-btn{
    display: block;
    line-height: 60px;
    background-color: #e2604e;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color:#fff;
    text-align: center;
}
.main-vision-btn:hover{
    display: block;
    line-height: 60px;
    background-color: #263038;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color:#fff;
    text-align: center;
}


/* main-sec2 */
.main-sec.sec2{
    min-height: 605px;
    padding:60px 0 60px 0;
    background-size:cover;
}

.main-sec.sec2 .section-title{
    color:#eaeaea;
}

.jg-tab .tab-ul {
    overflow: hidden;
}

.jg-tab .tab-ul {
    position: relative;
    margin:0 -5px;
}

.jg-tab .tab-ul .tab-ul__list {
    padding:0 5px;
    width: 50%;
    float: left;
    text-align: center;
}

.jg-tab .tab-ul .tab-ul__list.on {
}

.jg-tab .tab-ul .tab-ul__list__btn {
    display: block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-family: 'NanumSquare', sans-serif;
	font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.02em;
    color:#eaeaea;
}

.jg-tab .tab-cont-wrap {
	margin-top:10px;
}

.jg-tab .tab_cont-wrap  h1 {
}

.jg-tab .tab-cont {
    display: none;

}
.jg-tab .tab-cont.on {
    display: block;
}

.business-tab{
    margin-top: 45px;
    margin-bottom: 20px;
}

.business-tab .tab-ul {
    position: relative;
    margin:0 -5px;
}

.business-tab .tab-ul .tab-ul__list {
    padding:5px 5px;
    width: 50%;
    float: left;
    text-align: center;
}

.business-tab .tab-ul__list .tab-ul__list__btn{
    font-family: 'NanumSquare',sans-serif;
    font-size: 15px;
	font-weight: 700;
    letter-spacing: -0.02em;
    color:#fff;
	background-color: rgba(0,0,0,.5);
}

.business-tab .tab-ul__list.on .tab-ul__list__btn,
.business-tab .tab-ul__list:hover .tab-ul__list__btn{
    border-color:#fff ;
    background-color: #e2604e;
}

.business-tab .tab-cont-wrap{
}

.business-tab .tab-cont{
    position: relative;
    padding: 30px 30px;
    background-color: #fff;
}

.business-tab .tab-cont__cover.scale{
    -webkit-transform-origin: 0;
    transform-origin: 0;
    animation: scaleX 1s 0s forwards;
}

.business-tab .tab-cont__cover.de-scale{
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    animation: de-scaleX 1.2s 0s forwards;
}

.business-tab .tab-cont__cover{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 50;
}

.business-tab .tab-cont__left-wrap img{
	margin-left: auto; 
	margin-right: auto; 
	display: block;
	margin-bottom:20px;
}

.business-tab .tab-cont__title-wrap{
    margin-bottom: 35px;
}

.business-tab .tab-cont__title-wrap .title{
    font-family: 'NanumSquare', sans-serif;
    font-size: 15px;
    font-weight: 700;
	text-align: center;
    letter-spacing: -0.02em;
    color:#555;
    word-break: keep-all;
}

.business-tab .tab-cont__title-wrap .sub-title {
    font-family: 'NanumSquare',sans-serif;
    font-size: 20px;
    font-weight: 700;
	text-align: center;
    letter-spacing: -0.06em;
    color:#e2604e;
}

.business-tab .tab-cont__title-wrap .sub-title:before {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ebebeb;
	margin: 7px auto 5px auto;
}

.business-tab .tab-cont__content-wrap .content{
    line-height: 1.7;
    font-family: "Nanum Gothic",sans-serif;
    font-size: 14px;
    font-weight: 400;
	text-align: justify;
    letter-spacing: -0.06em;
    color:#555;
    margin-bottom: 15px;
    word-break: keep-all;
}

.business-tab-control{
    display: none;
}


/* main-sec3 */
.main-sec.sec3{
    padding:60px 0 60px 0;
    background-color: #e6e6e6;
    border-bottom: 1px solid #e5e5e5; 
}

.main-sec.sec3 .section-title:after{
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    margin: 25px auto 25px auto;
    background-color: #e2604e;
}

.main-board-list-wrap {
    margin: 0 -2%;
    text-align: center;
}

.main-board-list-wrap [class*='col-'] {
    padding: 2%;
}

.main-board-list-wrap .main-board-list {
    position: relative;
    background-color: #fff;
    padding: 25px 20px;
}

.main-board-list-wrap .main-board-list:after{
    content: "";
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 5px;
    background-color: #e2604e;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.main-board-list-wrap .main-board-list:hover:after{
    transform:translateY(0);
}

.main-board-list-wrap .main-board-list .img-wrap{
    height: 110px;
}

.main-board-list-wrap .main-board-list img {
    height: 90px;
}

.main-board-list-wrap .title {
    font-family: 'Robotos', sans-serif;
    font-size: 24px;
    color: #e2604e;
    font-weight: 800;
	margin-bottom: 15px;
}

.main-board-list-wrap p.txt-hist{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    letter-spacing: -0.1em;
	line-height:22px;
	text-align: left;
    margin-bottom:5px;
}

.main-board-list-wrap span.txt-date{
    font-size: 10px;
    font-weight: 700;
    color: #e2604e;
	width: 30px;
    float: left;
}

.main-board-list-wrap span.txt-cont{
	display: block;
	font-weight: 300;
    color:#555;
    letter-spacing: -0.08em;
    text-indent: -10px;
	margin-left: 15px;
}


/* main-sec4 */
.main-sec.sec4{
    padding:60px 0 60px 0;
}

.main-sec.sec4 .section-title{
    color: #333;
}

.main-sec.sec4 .section-title:after{
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    margin: 25px auto 25px auto;
    background-color: #e2604e;
}

.partner-warp{
}

.partner-list-wrap{
    margin-top: 30px;
	margin-bottom: 10px;
}

.partner-list-wrap .partner-list{
    float: left;
    width: 33.33333%;
}

.partner-list-wrap .effect-wrap{
    overflow:hidden;
}

.partner-list-wrap .image-wrap{
}

.partner-list-wrap .img{
	padding-top: 70%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.partner-list-wrap .text-wrap {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.partner-list-wrap .effect-wrap:hover .text-wrap{
  opacity: 1;
}

/*footer*/
/*footer*/
.main-footer {
    position: relative;
    z-index: 100;
    background-color: #212a31;
    font-family: 'Noto Sans Korean';
    font-size: 13px;
    font-weight: 400;
    color: #898d93;
    text-align: center;
}

.main-footer .bottom-footer {
    padding: 40px 0;
}

.main-footer .footer-logo-warp{
	opacity: 0.5;
}

.main-footer .footer-contact-warp {
    margin-top: 20px;
    margin-bottom: 5px;
    word-break: keep-all;
}

.main-footer .footer-contact-warp span {
    margin-left: 5px;
    display: inline-block; 
    vertical-align: middle;
}

.main-footer .footer-contact-warp .location span{
    margin-bottom: 5px;
    font-family: 'Noto Sans Korean';
    font-size: 13px;
    font-weight: 500;
}

.main-footer .footer-contact-warp .tel,
.main-footer .footer-contact-warp .fax,
.main-footer .footer-contact-warp .email{
    display: inline-block;
    font-family: 'Noto Sans Korean';
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}

.main-footer .footer-contact-warp .copyright{
    margin-top: 10px;
    font-family: 'Noto Sans Korean';
    font-size: 13px;
    font-weight: 500;
}


/* sub_top module */
.sub-top{
    position: relative;
    height: 215px;
}

.bg-overlay{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.sub-top .bg-overlay {
    animation: subopacityAnimation 1s .5s ease 1 forwards
}

.sub-top-image{
    height: 215px;
    background-position: 50%!important;
    background-size:cover;
}

.sub-top-text-wrap{
    width: 100%;
    padding: 0;
	margin: 0;
    text-align: center;
    word-break: keep-all;
}

.sub-top-text-wrap .sub-top-text{
    opacity: 0;
    color: #fff;
	line-height:1;
	margin: 0;
	padding: 0;

}
.sub-top-text.title{
    color:#fff;
	font-family:roboto;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	font-weight:700;
    padding-top:55px;
}
.sub-top-text.sub-title{
	font-family:roboto;
    color:#d1d1d1;
	font-size: 0.7em;
	letter-spacing: 0.8em;
	font-weight:500;
    margin-top:10px;
	margin-bottom:0px;
}


.sub-top-text-wrap .sub-top-text.on[data-effect='scaleUp']{
    animation:scaleUpAnimation 1s .5s ease 1 forwards
}
.sub-top-text-wrap .sub-top-text.on[data-effect='scaleDown']{
    animation:scaleDownAnimation 1s .5s ease 1 forwards
}
.sub-top-text-wrap .sub-top-text.on[data-effect='slideUp']{
    animation:slideUpAnimation 1s .5s ease 1 forwards
}
.sub-top-text-wrap .sub-top-text.on[data-effect='slideDown']{
    animation:slideDownAnimation 1s .5s ease 1 forwards
}
.sub-top-text-wrap .sub-top-text.on[data-effect='opacity']{
    animation:opacityAnimation 1s .5s ease 1 forwards
}
.sub-top-text-wrap .sub-top-text.on[data-effect='sway']{
    animation:swayAnimation 1s .5s ease 1 forwards;
    opacity:1;
}
.sub-top-text-wrap .sub-top-text.on[data-effect='flash']{
    animation:flash .5s .5s ease 1 forwards;
}
.sub-top-text-wrap .sub-top-text.on[data-effect='move_opa']{
    animation:move_opa .5s .5s ease 1 forwards;
}
.sub-top-text-wrap .sub-top-text.on[data-effect='bounce']{
    animation:bounce 1s .5s ease 1 forwards;
}
.sub-top-text-wrap .sub-top-text.on[data-effect='slide_right']{
    animation:slide_right 1s .5s ease 1 forwards;
}
.sub-top-text-wrap .sub-top-text.on[data-effect='slide_right_fast']{
    animation:slide_right_fast .5s .3s cubic-bezier(0.680, -0.550, 0.265, 1.550) 1 forwards;
}


/* subpage - layout */

.sub-layout__content-wrap{
    position: relative;
    padding: 50px 0 0 0;
}

.sub-layout__content__title-wrap {
	text-align: center;
}

.sub-layout__content__title {
    font-family: 'NanumSquare',sans-serif;
    font-size: 28px;
    font-weight: 700;
    color:#000;
    letter-spacing: -0.05em;
}

.sub-layout__content__sub-title {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#b8b8b8;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}

.sub-layout__content__description{
    line-height: 1.8;
    margin-top: 43px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#555;
    word-break: keep-all;
}

.sub-layout__top__line{
    height: 1px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #ccc;
}

.sub-layout__top__line [class*=block]{
    width: 75px;
    height: 1px;
    background-color: #297fda;
}

.sub-layout__top__line [class*=block]:after{
    content: "";
    display: block;
    position: absolute;
    top:-2.5px;
    width: 5px;
    height: 5px;
    background-color: #297fda;
}

.sub-layout__top__line [class*=left]:after{
    left: 0;
}

.sub-layout__top__line [class*=right]:after{
    right: 0;
}

/* solution table */
.solution-table-st{
    font-family: 'Nanum Gothic', sans-serif;
    width: 100%;
    text-align: center;
}
.solution-table-st caption{
    font-family: 'NanumSquare',sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:#000;
    margin-bottom: 30px;
}
.solution-table-st thead{
    border: 1px solid #ccc;
    border-top:2px solid #1880cf;
    font-family: 'NanumSquare',sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color:#111;
}
.solution-table-st thead th{
    padding: 20px 0;
    vertical-align: middle;
}
.solution-table-st tbody{
    background-color: #fff;
    text-align: left;
    word-break: keep-all;
}
.solution-table-st tbody td{
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.eng .solution-table-st tbody td{
    line-height: 1.7;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.solution-table-st tbody tr{
    border-bottom:1px solid #e5e5e5;
}
.solution-table-st tbody tr:last-child{
    border-bottom:0;
}
.solution-table-st tbody td{
    padding:50px 0 30px 0;
    color:#555;
}

/* solution title */
.solution-title-list{
	margin-bottom:0px;
}

.solution-title-list .solution-logo-title{
    text-align: center;
    margin-bottom: 30px;
}
.solution-title-list .title-icon{
    display: block;
    float: inherit;
    margin: 0 auto;
	 /* background: url("./assets/img/sub/icon_logo_title.png"); */
}
.solution-title-list .solution-logo-title{
}
.solution-title-list .solution-logo-title span{
    margin: 0;
}
.solution-title-list .solution-logo-title .small-logo-title{
    display: block;
    margin: 15px 0 10px 0;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #999;
    letter-spacing: -0.02em;
}

.solution-title-list .solution-logo-title .big-logo-title{
    display: block;
    font-family: "NanumSquare", sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.06em;
}
.solution-title-list .solution-logo-title .big-logo-title1{
    display: block;
    font-family: "NanumSquare", sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: -0.06em;
	line-height:1em;
}

/* solution background - common */
.solution-page .sub-layout__content-bg.d-topleft{
    top: 290px;
}

.solution-page .sub-layout__content-bg.d-topleft img{
    width: 110px;
}

.solution-page .sub-layout__content-bg.d-topright{
    top: -70px;
}

.solution-page .sub-layout__content-bg.d-topright img{
    width: 150px;
}

/* top img effects */
.solution-page{
	margin: 0px;
}

.solution-page .top-effect .img{
}

.solution-sec.sec1{
	border-bottom: 0px solid #e1e1e1;
}

.solution-sec.sec1 .solution-contents-wrap{
    padding:40px 0 40px 0;
}

.solution-sec.sec1 .section-article{    
    font-family: 'Nanum Gothic', sans-serif;
    line-height: 1.6;
    font-size: 1em;
    letter-spacing: -0.05em;
    font-weight:600;
    color:#777;
    text-align: center;
    word-break: keep-all;
	margin-bottom:40px;
	max-width:680px;
	margin:auto;
	padding-bottom: 35px;
}


.solution-sec.sec1 .section-article p.blue{
	color:#0f1f58;
	font-size:1.05em;
}

.solution-sec.sec2 .section-article{    
    font-family: 'Nanum Gothic', sans-serif;
    line-height: 1.6;
    font-size: 0.95em;
    letter-spacing: -0.05em;
    font-weight:500;
    color:#fff;
    text-align: center;
    word-break: keep-all;
	margin-bottom:40px;
	max-width:800px;
	margin:auto;
	padding-bottom: 35px;
}

.solution-sec.sec1 .section-article p.imp1{
font-size:1.1em;font-weight:600;color:#777;
}
.solution-sec.sec1 .section-article span.imp2{
font-size:1.1em;color:#fff;font-weight:600;background-color:#00aff2;
}

.solution-sec.sec1 .solution-basic-list{
    margin-bottom: 30px;
}

.solution-basic-list-wrap .title{
    margin-bottom: 15px;
    line-height: 1.6;
    font-family: 'NanumSquare',sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.06em;
    color:#333;
}

.solution-basic-list-wrap .img-wrap{
	height: 90px;
	margin-bottom: 0px;
}

.solution-basic-list-wrap .img-wrap img{
	max-height: 70%;
	width: auto !important;
}

.solution-basic-list-wrap .contents{
    line-height: 1.6;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color:#777;
    word-break: keep-all;
}

.solution-sec.sec2{
}

.solution-sec.sec2 .solution-contents-wrap{
    padding:0 0 50px 0;
}



.solution-sec.sec2 .solution-contents-wrap .left-wrap{
	padding:0;	
	margin-top:0px;
	margin-bottom: 30px;
}

.solution-sec.sec2 .solution-contents-wrap .right-wrap{
    padding:0;
    margin-top: 0px;
	margin-bottom: 10px;
}

.solution-sec.sec2 .solution-contents-wrap .right-wrap p.title{
    font-family: 'NanumSquare',sans-serif;
    letter-spacing: -0.03em;
	color:#fff;
	font-size: 18px;
	font-weight:600;
    line-height:1.5;
    margin-bottom: 30px;
}

.circle-num-title-wrap{
    font-family: 'NanumSquare',sans-serif;
    letter-spacing: -0.06em;
    margin-bottom: 20px;
}

.circle-num-title{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color:#fff
}

.circle-num-title:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: transparent;
    border-radius: 20px;
}

.circle-num-title.red{
    background-color: #e2604e;
}


.circle-num-title.blue{
    background-color: #00aff2;
}

.circle-num-title.deep-blue{
    background-color: #157cae;
}

.circle-num-title-wrap dt,
.circle-num-title-wrap dd{
    padding-left: 50px;
}

.circle-num-title-wrap dt{
    padding-top: 5px;
    font-size: 18px;
    color:#263038;
    font-weight: 600;
	letter-spacing: -0.06em;
}

.circle-num-title-wrap dd {
    line-height: 1.5;
    margin-top: 8px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    color:#555;
    letter-spacing: -0.04em;
    word-break: keep-all;
}



  #circle {
	content: "111";
	color:#fff;
      width: 100px;
      height: 100px;
      background: red;
      border-radius: 50%
    }
  


/* contact list */
.contact-board-list-wrap {
    margin: 5px 0 20px 0;
    text-align: center;
}

.contact-board-list-wrap [class*='col-'] {
    padding: 2.5%;
}

.contact-board-list-wrap .contact-board-list {
    position: relative;
    background-color: #f1f1f1;
    padding: 25px 20px;
}

.contact-board-list-wrap .contact-board-list:after{
    content: "";
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 5px;
    background-color: #3db0f5;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.contact-board-list-wrap .contact-board-list:hover:after{
    transform:translateY(0);
}

.contact-board-list-wrap .contact-board-list .img-wrap{
	padding-top: 8px;
	height: 100px;
}

.contact-board-list-wrap .contact-board-list img {
    height: 75px;
}

.contact-board-list-wrap .title {
    font-family: 'Robotos', sans-serif;
    font-size: 18px;
    color: #3db0f5;
    font-weight: 800;
	margin-bottom: 15px;
}

.contact-board-list-wrap p.txt-hist{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    letter-spacing: -0.04em;
	line-height:22px;
    margin-bottom: 8px;
}

.contact-board-list-wrap span.txt-date{
    font-weight: 700;
    color: #263038;
}

.contact-board-list-wrap span.txt-cont{
	font-weight: 300;
    color:#555;
    text-indent: 0px;
}




/* top img effects */
.about-page{
	margin: 0px;
}

.about-page .top-effect .img{
}

.about-sec.sec1{
	border-bottom: 1px solid #e1e1e1;
}

.about-sec.sec1 .about-contents-wrap{
    padding:20px 0 20px 0;
}

.about-sec.sec1 .about-basic-list{
    margin-bottom: 30px;
}

.about-basic-list-wrap .title{
    margin-bottom: 15px;
    font-family: 'NanumSquare',sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.06em;
    color:#333;
}

.about-basic-list-wrap .img-wrap{
	height: 90px;
	margin-bottom: 0px;
}

.about-basic-list-wrap .img-wrap img{
	max-height: 70%;
	width: auto !important;
}

.about-basic-list-wrap .contents{
    line-height: 1.6;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color:#777;
    word-break: keep-all;
}


.about-title-list{
	margin-bottom: 10px;
}

.about-title-list .about-logo-title{
    text-align: center;
    margin-bottom: 30px;
}

.about-title-list .title-icon{    
	display: block;
    float: inherit;
    margin: 0 auto;
	background: url("./assets/img/sub/icon_logo_title.png");
}

.about-title-list .about-logo-title{
}

.about-title-list .about-logo-title span{
    margin: 0;
}
.about-title-list .about-logo-title .small-logo-title{
    display: block;
    margin: 15px 0 10px; 0;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #888;
}
.about-title-list .about-logo-title .big-logo-title{
    display: block;
    font-family: "NanumSquare", sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: -0.06em;
}
.about-title-list .about-logo-title .big-logo-title1{
    display: block;
    font-family: "NanumSquare", sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: -0.06em;
}
.about-table-st{
    font-family: 'Nanum Gothic', sans-serif;
    width: 100%;
    text-align: center;
}

.about-table-st thead{
    background-color: #f1f1f1;
    border-top:2px solid #157cae;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.95em;
    font-weight: 700;
    letter-spacing: -0.02em;
    color:#2d2d2d;
}

.about-table-st tbody{
    background-color: #fff;
    border-top:3px solid #40acf2;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.95em;
    font-weight: 700;
    letter-spacing: -0.02em;
    color:#2d2d2d;
}

.about-table-st th,
.about-table-st td{
    padding: 10px 8px;
    vertical-align: middle;
	line-height:1.5;
}

.about-table-st tbody tr{
    border-bottom:1px solid #e5e5e5;
}

.about-table-st tbody th{
    border-right: 1px solid #e5e5e5;
    background-color: #f1f1f1;
}

.about-table-st tbody td{
    color:#555;
    font-weight: 500;
}

.about-table-st tbody td.dot{
    color:#555;
    font-weight: 500;
	text-indent: -10px;
	padding-left: 20px;
	text-align: left;
}

.about-table-st [class*=fa-caret-]{
    margin-right:10px;
    font-size: 16px;
}

.about-table-st [class*=fa-minus]{
    margin-right:5px;
    color:#999;
}

.about-table-half{
    margin: 0 -5px;
}
.about-table-half [class*="col-"]{
    padding: 0 5px;
}
.about-table-half [class*="col-"] tbody th{
    border-right: none;
}


.about-title-list .about-logo-title .big-logo-title{
    display: block;
    font-family: "NanumSquare", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.about-table-st1{
    font-family: 'Nanum Gothic', sans-serif;
    width: 100%;
    text-align: center;
}

.about-table-st1 thead{
    background-color: #157cae;
    border-top:2px solid #157cae;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color:#fff;
}

.about-table-st1 tbody{
    background-color: #fff;
    border-top:2px solid #157cae;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color:#2d2d2d;
}

.about-table-st1 th,
.about-table-st1 td{
    padding: 10px 10px;
    vertical-align: middle;
	line-height:1.5;
}

.about-table-st1 tbody tr{
    border-bottom:1px solid #e5e5e5;
}

.about-table-st1 tbody th{
    border-right: 1px solid #e5e5e5;
    background-color: #fff;
}

.about-table-st1 tbody td{
    color:#555;
    font-weight: 500;
	border-left: 1px solid #e5e5e5;
}

.about-table-st1 tbody td.dot{
    color:#555;
    font-weight: 500;
	text-align: left;
}


.about-cont-list{
	margin-bottom: 10px;
}

.about-cont-list .about-cont-title{
    text-align: center;
    margin-bottom: 30px;
}

.about-cont-list .about-cont-title span{
    margin: 0;
}
.about-cont-list .about-cont-title .small{
    display: block;
    margin: 15px 0 10px 0;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
	line-height: 1.6;
    color: #555;
    letter-spacing: -0.06em;
}


.about-cont-list .about-cont-title .big{
    display: inline-block;	
	width: 180px;
	height: 30px;
	background-color: #157cae;
	color: #fff;
    font-family: "NanumSquare", sans-serif;
    font-size: 16px;
    font-weight: 900;
	line-height: 1.9;
    letter-spacing: -0.06em;	
}

.about-cont-list .about-cont-title1{
    text-align: center;
    margin-bottom: 0px;
}

.about-cont-list .about-cont-title1 .big1{
    display: inline-block;	
	width: 290px;
	height: 30px;
	background-color: #e2604e;
	color: #fff;
    font-family: "NanumSquare", sans-serif;
    font-size: 18px;
    font-weight: 900;
	line-height: 1.9;
    letter-spacing: -0.06em;
	
}

.about-cont-list .about-cont-title1 .small1{
    display: block;
    margin: 15px 0 0 0;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
	line-height: 1.6;
    color: #555;
    letter-spacing: -0.06em;
}




/* common elements  */

.paging-wrap{
    font-family: "Open Sans", sans-serif;
}
.paging-wrap .pagination{
    position: absolute;
    top:0;
    left: 50%;
    transform: translate(-50%);
}
.paging-wrap li{
    display: inline-block;
    vertical-align: middle;
}
.paging-wrap .page-item{/*이전 다음 버튼*/
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color:#3c3c3c;
}
.paging-wrap .page-item a{
    display: block;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.paging-wrap .page-item.active{/*현재페이지 넘버링*/
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #5f5f5f;
}
.paging-wrap .btn-prev-item{
    background-color: transparent;
    background-image:url(/imgs/board/page-prev.png);
    background-repeat:no-repeat;
    background-size:initial;
    background-position: 50%;
}
.paging-wrap .btn-next-item{
    background-color: transparent;
    background-image:url(/imgs/board/page-next.png);
    background-repeat:no-repeat;
    background-size:initial;
    background-position: 50%;
}
/*== 페이징 버튼 end==*/

/*== 게시판 버튼 모음 ==*/
/*리스트 글쓰기 버튼*/
.board-list-write-btn {
    text-align: right;
    margin: 0 0 25px 0;
}
/*게시판 공통 버튼 스타일*/
.board-list-write-btn .btn,
.board-view-btn-wrap .btn,
.board-write-btn-wrap .btn{
    height: 36px;
    line-height: 36px;
    padding:0 25px;
    background-color: #fafafa;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 12px;
    color: #444;
}
/*상세보기페이지 버튼*/
.board-view-btn-wrap{
    margin-top: 10px;
}
.admin-wrap .btn{
    width: 80px;
    height: 30px;
    line-height: 30px;
}
/*상세보기페이지 목록버튼*/
.board-view-btn-wrap .board-view-list-btn{
    margin-top: 50px;
    text-align: center;
    clear: left;
}
.board-view-btn-wrap .board-view-list-btn .btn{
    height: 50px;
    line-height: 50px;
    padding:0 50px;
    border-radius: 10px;
    font-weight: 700;
}
/*게시판 작성 페이지 버튼*/
.board-write-btn-wrap{
    margin-top: 30px;
}
/*== 게시판 버튼 모음 end==*/


/*== 편집기 컨텐츠 조절==*/
/*편집기 이미지 컨텐츠 가로 조절*/
.ckeditor_content img{
    max-width: 100%!important;
    height: auto!important;
}
/*편집기 유튜브 컨텐츠 가로 조절*/
.ckeditor_content [src*='https://www.youtube.com']{
    max-width: 100%!important;
}
/*== 편집기 컨텐츠 조절 end==*/

/*글쓰기 페이지*/
.board-default-write .fileinput-preview img{
    max-height: 200px;
}
.board-default-write .write-header {
    margin-bottom: 20px;
    font-weight: 500;
}

.board-default-write ul {
    border-top: 1px solid #e1e1e1;
}

.board-default-write li {
    display: table;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    font-size: 14px;
}

.board-default-write li:first-child {
    border-top: 0;
}

.board-default-write li:last-child {
    border-bottom: 1px solid #e1e1e1;
}

.board-default-write .write-title {
    display: table-cell;
    width: 100px;
    padding-left: 10px;
    background-color: #fafafa;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    vertical-align: middle;
}

.board-default-write .content_input {
    display: table-cell;
    padding: 9px;
    vertical-align: middle;
}

.board-default-write .text_edit .write-title {
    display: inline-block;
    padding: 10px 0 10px 10px;
}

.board-default-write .text_edit .content_input {
    display: block;
    width: auto;
    padding: 0;
    padding-left: 9px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.board-default-write .form_input {
    width: 100%;
    max-width: 390px;
    height: 32px;
    padding-left: 10px;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    color: #818181;
}
.board-default-write .fileinput .form_input{
    padding-top: 7px;
    padding-left: 0;
    border: 0;
}
.board-default-write .cke_contents.cke_reset {
    height: 300px !important;
}
.board-default-write .add_files {
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}
.board-default-write .add_files .content_input {
    width: 100%;
}
.board-default-write .file_exp {
    height: 32px;
    line-height: 32px;
    float: left;
}
.board-default-write .custom .btn-file {
    float: right;
}
.board-footer {
    margin-top: 10px;
    padding-top: 30px;
}
.board-default-write .btm_btns {
    margin: 20px 0;
    text-align: center;
}
.board-default-write .btn {
    width: 100px;
    height: 40px;
    margin-left: 10px;
    border-radius: 0;
}

/*첨부파일*/
.board-default-write .file-attach-wrap .write-title {
    height: 50px;
    line-height: 50px;
}

.board-default-write .attach-wrap {
    max-width: 380px;
}

.board-default-write .attach-wrap * {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    font-weight: 300;
}

.board-default-write .attach-wrap input[type="text"] {
    width: 100%;
    max-width: 300px;
    padding-left: 10px;
    border: 0;
    border: 1px solid #e1e1e1;
    color: #818181;
}

.board-default-write .attach-wrap input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.board-default-write .attach-wrap label {
    display: inline-block;
    width: 80px;
    margin-top: 0;
    border: 1px solid #e1e1e1;
    color: #555;
    text-align: center;
}
.board-default-write .attach-wrap label:hover {
    cursor: pointer; /*커스텀 체크박스 2*/
}
.square-check-box-style2 input[type=checkbox]{
    display: none;
}






/*common 후보*/
.pointer{
    cursor: pointer!important;
}
.disabled{
    cursor: default!important;
    pointer-events: none!important;
}
/*버튼 테마*/
.btn-blue-light {
    background-color: #198ee8!important;
    color: #fff !important;
}
.btn-blue-light:hover {
    background-color: #146fb5!important;
    color: #fff !important;
}
.btn-blue {
    background-color: #1880cf!important;
    color: #fff !important;
}
.btn-blue:hover {
    background-color: #1265a4!important;
    color: #fff !important;
}
.btn-yellow {
    background-color: #ffe400 !important;
    color: #333 !important;
}

.btn-yellow:hover {
    background-color: #616161 !important;
    color: #fff !important;
}

.btn-gray {
    background-color: #bbb !important;
    color: #fff !important;
}
.btn-gray:hover {
    background-color: #616161 !important;
    color: #fff !important;
}
.btn-white {
    background-color: #fff !important;
    color: #4e4e4e !important;
}
.btn-radius-blue-shadow{
    display: inline-block;
    height: 55px;
    line-height: 55px;
    margin-top: 30px;
    padding: 0 30px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color:#1880cf!important;
    border-radius: 30px;
    -webkit-transition: transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s;
}
.btn-radius-blue-shadow.border{
    border: 1px solid #eee;
}
.btn-radius-blue-shadow .text{
    -webkit-transition: padding .3s;
    transition: padding .3s
}

.btn-radius-blue-shadow i{
    position: absolute;
    top:50%;
    right: 25px;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-top: -5px;
    background: url(/imgs/strategy/icon_btn_arrow.png) 50% no-repeat;
    -webkit-transition: transform .5s, opacity .3s;
    transition: transform .5s, opacity .3s;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
}
.btn-radius-blue-shadow:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 4px 11px 0 rgba(54,144,212,.2);
    box-shadow: 0 4px 11px 0 rgba(54,144,212,.2);
}
.btn-radius-blue-shadow:active{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 4px 11px 0 rgba(54,144,212,0);
    box-shadow: 0 4px 11px 0 rgba(54,144,212,0);

}
.btn-radius-blue-shadow:hover .text{
    padding-right: 20px;
}
.btn-radius-blue-shadow:hover i{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    animation: swayAnimation .4s .5s  ease-in-out infinite alternate;
}


/*======hover ======*/
.will-change{
    will-change: all;
}

/*btn-circle-effect*/
.btn-circle-effect{
    overflow: hidden;
}
.btn-circle-effect:before, .btn-circle-effect:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ff4055;
    border-radius: 50%;
}
.btn-circle-effect:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-circle-effect:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.btn-circle-effect:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.btn-circle-effect:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
/*btn-circle-effect end*/


/*border이펙트*/
.border-effect::before, .border-effect::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.border-draw {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}
.border-draw::before, .border-draw::after {
    border: 10px solid transparent;
    width: 0;
    height: 0;
}
.border-draw::before {
    top: 0;
    left: 0;
}
.border-draw::after {
    bottom: 0;
    right: 0;
}
.border-draw:hover {
    color: #60daaa;
}
.border-draw:hover::before, .border-draw:hover::after {
    width: 100%;
    height: 100%;
}
.border-draw:hover::before {
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.border-draw:hover::after {
    border-bottom-color: #60daaa;
    border-left-color: #60daaa;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.border-draw.red:hover::before {
    border-top-color: #ff4055;
    border-right-color: #ff4055;
}
.border-draw.blue:hover::before {
    border-top-color: #2c7ee3;
    border-right-color: #2c7ee3;
}
.border-draw.violet:hover::before {
    border-top-color: #b84ce0;
    border-right-color: #b84ce0;
}
.border-draw.yellow:hover::before {
    border-top-color: #ffe400;
    border-right-color: #ffe400;
}
.border-draw.red:hover::after {
    border-bottom-color: #ff4055;
    border-left-color: #ff4055;
}
.border-draw.blue:hover::after {
    border-bottom-color: #2c7ee3;
    border-left-color: #2c7ee3;
}
.border-draw.violet:hover::after {
    border-bottom-color: #b84ce0;
    border-left-color: #b84ce0;
}
.border-draw.yellow:hover::after {
    border-bottom-color: #ffe400;
    border-left-color: #ffe400;
}
.hover-shadow{
    -webkit-transition: box-shadow .6s;
    transition: box-shadow .6s;
}
.hover-shadow:hover{
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
}
.hover-float{
    -webkit-transition: transform .6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform .6s cubic-bezier(0.77, 0, 0.175, 1);
}
.hover-float:hover{
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
}
.hover-bottom-border{
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}
.hover-bottom-border:hover{
    border-color:#0a99eb
}


/* font theme */
.font-nanum{
    font-family: 'Nanum Gothic', sans-serif!important;
}
.font-nanum-square{
    font-family: 'NanumSquare',sans-serif!important;
}
.font-roboto{
    font-family: 'Roboto',sans-serif!important;
}
.font-open-sans{
    font-family: 'Open Sans',sans-serif!important;
}

.color-red {
    color: #c81818 !important;
}

.color-blue {
    color: #1880cf !important;
}

.shadow-st1{
    -webkit-box-shadow: 0 3px 15px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 15px 5px rgba(0,0,0,0.2);
}
.shadow-st2{
    -webkit-box-shadow: 0 3px 15px 5px rgba(0,0,0,0.05);
    box-shadow: 0 3px 15px 5px rgba(0,0,0,0.05);
}


.mb50{margin-bottom: 50px}
.mb80{margin-bottom: 80px}
.mb100{margin-bottom: 100px}


