
#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;
    height: 95vh;
	width:100%;
}

.main-top .main-top-image{	
    height: 100%;
	width: 100%;
    background-position: 50%!important; 
    background: url(../img/main/visaul_background.png) no-repeat center / cover;
}


.main-top .foot_pattern{
	position: absolute; 
	width: 100%;bottom:-5px;
	z-index: 10;
}

.main-top .foot_pattern img{
	width: 100%;
}

.main-top .top-visual{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-animation-name:visualDown;
	animation-name:visualDown;
	animation-duration:1s;
	z-index: 50;
}

.main-top .top-visual p{
	position:absolute;
	width: 100%;
	top:5%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size: 2em; 
	color: #fff;
	text-align:center;
	-webkit-animation-name:fade-in4;
	animation-name:fade-in4;
	animation-duration:6s;
	-webkit-animation-delay: 1s;
		    animation-delay: 1s;
}

.main-top .top-visual img{
	width: 100%;
}

.scroll-down{
    padding:30px 0;
    z-index: 200;
	bottom: 0;
}

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

@-webkit-keyframes visualDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-50%, -100%, 0);
      transform: translate3d(-50%, -100%, 0);}
    to {
      opacity: 1;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);}}
  @keyframes visualDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-50%, -100%, 0);
      transform: translate3d(-50%, -100%, 0);}
    to {
      opacity: 1;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);}}


.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 section basic */
.main-sec {
    overflow: hidden;
    position: relative;
    z-index: 10;
    background-color: #fff;
	padding: 60px 0 0;
}

.main-sec .section-title {
    font-family: 'Noto Sans Korean', 'Roboto', sans-serif;
    font-size: 2em;
    font-weight: 500;
    color: #121212;
    text-align: center;
    text-align: center;
	line-height: 1.3;
}

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

.main-sec .section-title span.sub{
    font-family: 'Noto Sans Korean', 'Roboto', sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    color: #121212;
	letter-spacing: -0.3px;
    text-align: center;
}

.sleft {
	text-align: left;
}
.sblue{
	color: #5564ff;	
}
.sred{
	color: #e74060;
}

.main-sec .section-article{    
    font-family: 'Noto Sans Korean';
	font-size: 1.05em;
    line-height: 1.6;
    letter-spacing: -0.03em;
    font-weight:400;
    color:#555;
    text-align: center;
    word-break: keep-all;
	padding: 0 15px;
	margin-bottom: 35px;
	max-width:880px;
	width: 100%;
	margin:0 auto;
}

.main-sec .section-article p {
    font-family: 'Noto Sans Korean';
	font-size: 1.05em;
    line-height: 1.6;
	margin-bottom: 10px;
	color: #333;
}

.img-wbox {
	position: relative;
	margin: 0 auto; 
	overflow: hidden; 
	max-width: 1110px; 
}

.img-wrap {
	text-align: center;
}

.video-wbox {
	position: relative;
	margin: 0 auto; 
	overflow: hidden; 
	max-width: 1110px; 
	padding-bottom:56.25%;
	padding-top:30px;
	height: 0;
}
.video-wbox .video-wrap {
   position:absolute; top:0; left:0; width:100%; height:100%;
}

.sbottom50 {
	padding-bottom: 60px;
}

.text-gradient-mint-blue-dark {
    background: -webkit-linear-gradient(-70deg, #a2facf 35%, #64acff 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

/* main-sec1 */
.main-sec.sec1{
    background-color: #fff;
}

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

.hint_box {
	background: #f6f8fa;
	border: 1px solid #eaeaea; 
	padding:15px;
	border-radius:8px;
}
.hint_box p {
	font-size:0.85em;
	line-height:1.6;
	color: #333;
	font-family: 'Noto Sans Korean';
}



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

.main-sec.sec2 .section-title{
    color:#eaeaea;
	font-size: 2.1em;
}

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

.main-sec.sec2 .section-ment {
	font-family: 'Noto Sans Korean'; 
	font-size: 0.85em;
	font-weight:300;
	color:#eaeaea; 
	text-align: center;
	margin-bottom: 30px;
}

.solution-contents-wrap .section-article {color: #121212;}

.title-box {
    text-align: center;
    margin-bottom: 30px;
}
.title-box .title-icon {
    display: block;
    float: inherit;
    margin: 0 auto;
}
.title-box .small-logo-title {
    display: block;
    margin: 15px 0 10px;
    0: ;
    font-family: 'Noto Sans Korean';
    sans-serif: ;
    font-size: 1.5em;
    font-weight: 400;
    color: #999;
    letter-spacing: -0.02em;
}

.title-box .big-logo-title {
    display: block;
    font-family: 'Noto Sans Korean';
    font-size: 2em;
    font-weight: 500;
    letter-spacing: -0.01em;
}



/* ---------------------- */
/* ---------------------- */
/* ---------------------- */



.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: 18px;
    color: #e2604e;
    font-weight: 700;
}

.main-vision-list-wrap .sub-title{
    font-family: 'Noto Sans Korean';
    font-size: 15px;	
    font-weight: 400;
	line-height: 20px;
    letter-spacing: -0.04em;
    color:#888;
}

.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: #212a31;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color:#fff;
    text-align: center;
}



/* main-sec2 */
.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: 'Noto Sans Korean';
	font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.02em;
    color:#eaeaea;
}

.jg-tab .tab-cont-wrap {
	margin-top:10px;
	border:1px solid #fff;
}

.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: 'Noto Sans Korean';
    font-size: 15px;
	font-weight: 500;
    letter-spacing: -0.02em;
    color:#fff;
	background-color: rgba(33, 42, 48,.6);
}

.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-image: url('../img/main/pattern_cont1.png');
	background-repeat: repeat;
    background-color: rgba(33, 42, 48,0.85);
}

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

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

.business-tab .tab-cont__cover{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    background-color: rgba(33, 42, 48,1); /* ani cover */
    -webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	transform: scaleX(0); 
    z-index: 20;
}

.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: 'Noto Sans Korean';
    font-size: 16px;
    font-weight: 400;
	text-align: center;
    letter-spacing: -0.02em;
    color:#e1e1e1;
    word-break: keep-all;
	line-height:1.5;
}

.business-tab .tab-cont__title-wrap .sub-title {
    font-family: 'Noto Sans Korean';
    font-size: 24px;
    font-weight: 600;
	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: #e2604e;
	margin: 15px auto 10px auto;
}

.business-tab .tab-cont__content-wrap .title{
	font-size:16px;
	font-weight: 500;
	color: #e2604e;
    margin-bottom: 3px;
	text-align: justify;
	letter-spacing:-0.05em;
}
.business-tab .tab-cont__content-wrap .content{
    line-height: 1.7;
    font-family: 'Noto Sans Korean';
    font-size: 15px;
    font-weight: 400;
/*	text-align: justify; */
    letter-spacing: -0.06em;
    color:#e1e1e1;
    margin-bottom: 15px;
    word-break: keep-all;
	line-height:1.3;
}

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


/* main-sec3 */
.main-sec.sec3{
    padding:60px 0 60px 0;
    background-color: #efefef;
    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: #5564ff;
}

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

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

.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: #5564ff;
    -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: 135px;
}

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

.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: 'Noto Sans Korean';
    font-size: 14px;
	line-height:1.5;
	text-align: left;
    margin-bottom:3px;
}

.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:50px 0 50px 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;
}


/* ---------------------------------
Clients Section
--------------------------------*/
#clients {
  padding: 0;
}

#clients img {
  max-width: 100%;
  opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  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*/
.main-footer {
    position: relative;
    z-index: 100;
    font-family: 'Noto Sans Korean';
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
    text-align: center;
    background: #312d84;
    background: -moz-linear-gradient(-45deg, #312d84 0%, #04326d 100%);
    background: -webkit-linear-gradient(-45deg, #312d84 0%,#04326d 100%);
    background: linear-gradient(135deg, #312d84 0%,#04326d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312d84', endColorstr='#04326d',GradientType=1 );
	}

.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: 300;
}

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

.main-footer .footer-contact-warp .copyright{
    margin-top: 10px;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
}


/* 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-top:50px;
    text-align: center;
    word-break: keep-all;
}

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

.sub-top-text.title{
    color:#e2604e;
	font-size: 18px;
	letter-spacing: 0.02em;
	font-weight:500;
    margin-top: 10px;
}


.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: 60px 0 0 0;
}

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

.sub-layout__content__title {
    font-family: 'Noto Sans Korean';
    font-size: 28px;
    font-weight: 700;
    color:#000;
    letter-spacing: -0.05em;
}

.sub-layout__content__sub-title {
    font-family: 'Noto Sans Korean';
    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: 'Noto Sans Korean';
    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: 'Noto Sans Korean';
    width: 100%;
    text-align: center;
}
.solution-table-st caption{
    font-family: 'Noto Sans Korean';
    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: 'Noto Sans Korean';
    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: 10px;
}

.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: 'Noto Sans Korean'; sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    color:#999;
    letter-spacing: -0.02em;
}

.solution-title-list .solution-logo-title .big-logo-title{
    display: block;
    font-family: 'Noto Sans Korean';
    font-size: 2em;
    font-weight: 500;
    letter-spacing: -0.01em;
}


/* 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: 'Noto Sans Korean';
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight:400;
    color:#555;
    text-align: center;
    word-break: keep-all;
	margin-bottom:40px;
	max-width:800px;
	margin:auto;
	padding-bottom: 35px;
}

.solution-sec.sec2 .section-article{    
    font-family: 'Noto Sans Korean';
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight:400;
    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:16px;font-weight:600;color:#444;
}


.solution-sec.sec1 .section-article span.imp2{
font-size:16px;color:#fff;font-weight:600;background-color:#e2604e;
}

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

.solution-basic-list-wrap .title{
    margin-bottom: 15px;
    line-height: 1.6;
    font-family: 'Noto Sans Korean';
    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: 'Noto Sans Korean';
    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: 'Noto Sans Korean';
    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: 'Noto Sans Korean';
    letter-spacing: -0.06em;
    margin-bottom: 20px;
}

.circle-num-title{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    text-align: center;
    font-size: 0.85em;
    font-weight: 500;
    color:#fff;
	font-family:'Open Sans', sans-serif;
}

.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: #5564ff;
}

.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: 1.25em;
    color:#263038;
    font-weight: 500;
	letter-spacing: -0.06em;
}

.circle-num-title-wrap dd {
    line-height: 1.5;
    margin-top: 8px;
    font-family: 'Noto Sans Korean';
    font-size: 1em;
    color:#787878;
    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: #e2604e;
    -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: #e2604e;
    font-weight: 700;
	margin-bottom: 15px;
}

.contact-board-list-wrap p.txt-hist{
    font-family: 'Noto Sans Korean';
    font-size: 15px;
    letter-spacing: -0.04em;
	line-height:22px;
    margin-bottom: 8px;
}

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

.contact-board-list-wrap span.txt-cont{
	font-weight: 400;
    color:#666;
    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: 'Noto Sans Korean';
    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: 'Noto Sans Korean';
    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: 15px;
    font-weight: 500;
    color: #999;
}

.about-title-list .about-logo-title .big-logo-title{
    display: block;
    font-family: 'Noto Sans Korean';
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.about-table-st{
    font-family: 'Noto Sans Korean';
    width: 100%;
    text-align: center;
}

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

.about-table-st tbody{
    background-color: #fff;
    border-top:2px solid #e2604e;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14.5px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color:#2d2d2d;
}

.about-table-st th,
.about-table-st td{
    padding: 10px 8px;
    vertical-align: middle;
	line-height:1.5;
    color:#333;
    font-weight: 400;
    font-size: 14.5px;
}

.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: 400;
    font-size: 14.5px;
}

.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: 'Noto Sans Korean';
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.06em;
}

.about-table-st1{
    font-family: 'Noto Sans Korean';
    width: 100%;
    text-align: center;
}

.about-table-st1 thead{
    background-color: #157cae;
    border-top:2px solid #157cae;
    font-size: 15px;
    font-weight: 400;
    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: 15px;
    font-weight: 400;
    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: 'Noto Sans Korean';
    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: 'Noto Sans Korean';
    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: 'Noto Sans Korean';
    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: 'Noto Sans Korean';
    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: 'Noto Sans Korean';
    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: 'Noto Sans Korean', sans-serif!important;
}
.font-nanum-square{
    font-family: 'Noto Sans Korean', 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}



/*
 * ----------------------------------------
 * animation fade-out20
 * ----------------------------------------
 */
.fade-out20 {
	-webkit-animation: fade-out20 1s ease-out both;
	        animation: fade-out20 1s ease-out both;
	-webkit-animation-delay: 18s;
		    animation-delay: 18s;
}
@-webkit-keyframes fade-out20 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out20 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * ----------------------------------------
 * animation fade-in25
 * ----------------------------------------
 */
.fade-in25 {
	-webkit-animation: fade-in25 1s ease-out both;
	        animation: fade-in25 1s ease-out both;
	-webkit-animation-delay: 20s;
		    animation-delay: 20s;
}
@-webkit-keyframes fade-in25 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in25 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
 * ----------------------------------------
 * animation color-change-2x
 * ----------------------------------------
 */
.color-change-2x {
	-webkit-animation: color-change-2x 10s infinite alternate both;
	animation: color-change-2x 10s infinite alternate both;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes color-change-2x {
  0% {
    background: #212a31;
  }
  50% {
    background: #212a31;
  }
  100% {
    background: #e2604e;
  }
}
@keyframes color-change-2x {
  0% {
    background: #212a31;
  }
  50% {
    background: #212a31;
  }
  100% {
    background: #e2604e;
  }
}

/**
 * ----------------------------------------
 * Circle
 * ----------------------------------------
 */

.fmc-circle:nth-child(1){
	position: absolute;
	top: 20%;  /* top: 50%; left:50%;*/
	left: 30%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.3);
	border-top: none;
	border-right: none;
	animation: scaleOne 4s infinite cubic-bezier(0, 0.47, 1, 1);
}

@keyframes scaleOne{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		width: 300px;  /*width: 200px; height: 200px;*/
		height: 300px;
		border-color: rgba(255,255,255,0);
		transform: translate(-50%,-50%) rotate(360deg);
	}
}

.fmc-circle:nth-child(2){
	position: absolute;
	top: 20%;
	left: 30%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.3);
	border-top: none;
	border-left: none;
	animation: scaleTwo 3s infinite cubic-bezier(0, 0.47, 1, 1);
}

@keyframes scaleTwo{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		width: 200px;
		height: 200px;
		border-color: rgba(255,255,255,0);
		transform: translate(-50%,-50%) rotate(180deg);
	}
}
.fmc-circle:nth-child(3){
	position: absolute;
	top: 20%;
	left: 30%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 3px solid rgba(255,255,255,0.3);
	border-bottom: none;
	border-top: none;
	border-left: none;
	animation: scaleThree 2s infinite cubic-bezier(0, 0.47, 1, 1);
}

@keyframes scaleThree{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		width: 100px;
		height: 100px;
		border-color: rgba(255,255,255,0);
		transform: translate(-50%,-50%) rotate(90deg);
	}
}

.fmc-circle:nth-child(4){
	position: absolute;
	top: 45%; /* top: 50%; */
	left: 80%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.2);
	border-bottom: none;
	border-left: none;
	animation: scaleFour 8s infinite cubic-bezier(0, 0.47, 1, 1);
}

@keyframes scaleFour{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		width: 800px;
		height: 800px;
		border-color: rgba(255,255,255,0);
		transform: translate(-50%,-50%) rotate(90deg);
	}
}
.fmc-circle:nth-child(5){
	position: absolute;
	top: 45%;
	left: 80%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.2);
	border-top: none;
	border-left: none;
	animation: scaleFive 7s infinite cubic-bezier(0, 0.47, 1, 1);
}

@keyframes scaleFive{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		width: 600px;
		height: 600px;
		border-color: rgba(255,255,255,0);
		transform: translate(-50%,-50%) rotate(360deg);
	}
}
.fmc-circle:nth-child(6){
	position: absolute;
	top: 45%;
	left: 80%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.2);
	animation: scaleSix 6s infinite cubic-bezier(0, 0.47, 1, 1);
}

@keyframes scaleSix{
	100%{
		width: 400px;
		height: 400px;
		border-radius: 50%;
		border-color: rgba(255,255,255,0);
		border-width: 0px;
	}
}
.fmc-circle:nth-child(7){
	position: absolute;
	top: 70%;
	left: 0;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.2);
	border-top: none;
	border-left: none;
	animation: scaleSeven 6s infinite cubic-bezier(0, 0.47, 1, 1);
}

@keyframes scaleSeven{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		width: 400px;
		height: 400px;
		border-color: rgba(255,255,255,0);
		transform: translate(-50%,-50%) rotate(360deg);
	}
}
.fmc-circle:nth-child(8){
	position: absolute;
	top: 70%;
	left: 0;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.2);
	border-top: none;
	border-right: none;
	animation: scaleEight 5s infinite cubic-bezier(0, 0.47, 1, 1);
}

@keyframes scaleEight{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		width: 300px;
		height: 300px;
		border-color: rgba(255,255,255,0);
		transform: translate(-50%,-50%) rotate(360deg);
	}
}
.fmc-circle:nth-child(9){
	position: absolute;
	top: 70%;
	left: 0;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.2);
	animation: scaleNine 5s infinite cubic-bezier(0, 0.47, 1, 1);
}

@keyframes scaleNine{
	100%{
		width: 200px;
		height: 200px;
		border-radius: 50%;
		border-color: rgba(255,255,255,0);
		border-width: 0px;
	}
}
.fmc-circle-focus:nth-child(1){
	position: absolute;
	top: 30%;
	left: 40%;
	transform: translate(-50%,-50%);
	width: 1500px;
	height: 1500px;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.1);
	border-top: none;
	border-left: none;
	filter: blur(5px);
	animation: focusOne 7s infinite alternate cubic-bezier(0, 0.47, 1, 1);
}

@keyframes focusOne{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		border-color: rgba(255,255,255,0);
		transform: translate(-50%,-50%) rotate(360deg);
	}
}
.fmc-circle-focus:nth-child(2){
	position: absolute;
	top: 30%;
	left: 40%;
	transform: translate(-50%,-50%);
	width: 800px;
	height: 800px;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.3);
	border-top: none;
	border-left: none;
	filter: blur(1px);
	animation: focusOne 5s infinite alternate cubic-bezier(0, 0.47, 1, 1);
}

@keyframes focusTwo{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		border-color: rgba(255,255,255,0);
		transform: translate(-50%,-50%) rotate(180deg);
	}
}
/* End Circle */


/**
 * ----------------------------------------
 * animation tracking-in-out-expand
 * ----------------------------------------
 */

.tracking-in-out-expand {
	-webkit-animation: tracking-in-out-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-out-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	-webkit-animation-delay:1.5s;
	        animation-delay:1.5s;
}
@-webkit-keyframes tracking-in-out-expand {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.8;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tracking-in-out-expand {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.8;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
 
.flip-in-hor-bottom {
	-webkit-animation: flip-in-hor-bottom 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: flip-in-hor-bottom 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-webkit-animation-delay:3s;
	        animation-delay:3s;
}
@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




/**
 * ----------------------------------------
 * animation scale-up-out-center
 * ----------------------------------------
 */
.scale-up-out-center {
	-webkit-animation: scale-up-out-center 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-out-center 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-out-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  65% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scale-up-out-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  65% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
.fade-in4 {
	-webkit-animation: fade-in4 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in4 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	-webkit-animation-delay:0s;
	        animation-delay:0s;
}
@-webkit-keyframes fade-in4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation scale-up-out-center20
 * ----------------------------------------
 */
.scale-up-out-center20 {
	-webkit-animation: scale-up-out-center20 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-out-center20 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	-webkit-animation-delay: 20s;
		    animation-delay: 20s;
}
@-webkit-keyframes scale-up-out-center20 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  65% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scale-up-out-center20 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  65% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}




/**
 * ----------------------------------------
 * animation trackingout
 * ----------------------------------------
 */

.tracking-out-contract{-webkit-animation:tracking-out-contract .7s cubic-bezier(.55,.085,.68,.53) both;animation:tracking-out-contract .7s cubic-bezier(.55,.085,.68,.53) both}
@-webkit-keyframes tracking-out-contract{0%{opacity:1}50%{opacity:1}100%{letter-spacing:-.5em;opacity:0}}@keyframes tracking-out-contract{0%{opacity:1}50%{opacity:1}100%{letter-spacing:-.5em;opacity:0}}



.portfolio-block:before {
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 27, 115, 0.8) !important;
    transition: .3s all;
}
.portfolio-block .caption h4 {
    margin-top: 8px;
    font-family: 'Noto Sans Korean'!important;
    font-size: 0.9em !important;
    font-weight: 400 !important;
	line-height: 1.6 !important;
}
.portfolio-items-wrapper {
	margin-right: 20px !important;
}


/* contact */
.contact .content{padding:0 80px;}
.form-warp{font-family:'Noto Sans Korean';padding-top:0;font-weight:400;font-siae:0.98em;}
.form-line{padding-bottom:30px;font-size:0;}
.form-line label{width:48%;display:inline-block;margin-left:4%;}
.form-line label:first-child{margin-left:0;}
.form-line span{display:block;font-family:'Noto Sans Korean';color:#676767;font-size:0.9rem;line-height:1.6;}
.form-line select,.form-line input,.form-line textarea{font-family:'Noto Sans Korean';font-size:0.9rem;line-height:1.6;height:50px;text-indent:10px;background:#fff;color:#333;border-radius:8px;border:0;width:100%;color:#333;margin-top:6px;border:1px solid #ddd;outline: none;}
.form-line select{font-family:'Noto Sans Korean';-moz-appearance: none;-webkit-appearance: none;appearance: none;}
.form-line textarea{font-family:'Noto Sans Korean';text-indent:0;padding:10px; line-height: 1.6;}
.select-warp{font-family:'Noto Sans Korean';position:relative;}
.select-warp::after{content: '';position: absolute;right:25px;bottom:30%;transform:translateY(-50%);width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid rgba(255,255,255,0.3);clear: both;}
.form-line  ::placeholder{font-family:'Noto Sans Korean';color:#999;}
.form-line .two-input input{width:49%;margin-right:2%;}
.form-line .two-input input:last-child{margin-right:0;}
.form-line .all-section{width:99.5%;}
.form-line .all-section textarea{width:100%;height:10rem;resize: none;overflow: hidden;}
.btn-warp{text-align:right;}
.btn-warp button{font-family:'Noto Sans Korean';font-size:1.05em;color:#fff;background:#5564ff;padding:10px 20px;border-radius:5px;font-weight:500;border: 0px}
.btn-warp button:hover{background:#2230bf;}


.select-style{margin-top: 6px;background:#25254c;height:3.750rem;line-height:3.750rem;border-radius: 0.5rem;box-sizing: border-box;}
.select-style .select-value{width:100%;height:100%;line-height:100%;color:rgba(255,255,255,0.3);font-weight:bold;text-align:left;;text-indent:1.375rem;font-size:1rem;}
.select-style .select-option{display:none;position:absolute;top:100%;left:0;width:100%;background:#25254c;border-radius:0.5rem;}
.select-style .select-option li{float:none;width:100%;margin:0;}
.select-style .select-option li button{display:block;text-align:left;font-size:1rem;height: 3.750rem;line-height: 3.750rem;color:rgba(255,255,255,0.3);font-weight:bold;width:100%;height:100%;text-indent:1rem;}
.select-style .select-option li button:hover{color:#fff;}


/* Call To Action Section
--------------------------------*/
#call-to-action {
  font-family: 'Noto Sans Korean';
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/common/download.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}
#call-to-action .container {
  width:100%;
  max-width: 1440px;
  margin: 0 auto;
}
#call-to-action .cta-title {
  font-family: 'Noto Sans Korean';
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
}

#call-to-action .cta-text {
  font-family: 'Noto Sans Korean';
  color: #fff;
  font-size: 0.88em;
  padding:15px 15px 0;
  font-weight: 300;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
  font-family: 'Noto Sans Korean';
	display: flex;
    align-items: center;
  }
}

#call-to-action .cta-btn {
  font-family: 'Noto Sans Korean', "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.05em;
  letter-spacing: -0.3px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background:#2230bf;
  border: 2px solid #fff;
  color: #fff !important;
}

