@charset "utf-8";

/* ---------------------------------- main */
#wrap {
    /* overflow-x: hidden; */
	overflow: hidden;
}
/* fullpage  */

.fp-enabled {
    position: relative;
}

/* fullpage nav */
body #fp-nav ul li, body .fp-slidesNav ul li {
    width: 40px;
    height: 40px;
    margin: 0;
}

.main #contents {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* full footer */

.main .footer-section {
    padding: 0!important;
    z-index: 1;
}
.footer-section,
.footer-section .fp-tableCell {
    height: auto !important;
}

/* fp-nav */
.main body #fp-nav {
    left: 30px;
    z-index: 25;
}
.main body #fp-nav > ul > li {
    position: relative;
    height: 50px;
}
.main body #fp-nav > ul > li:last-child {
    display: none;
}

.main body #fp-nav > ul > li a {
    position: relative;
    width: 1px;
    height: 100%;
    padding: 0!important;
    margin: 0 auto;
    background: rgba(255,255,255,.3);
}
.main body #fp-nav > ul > li a:before,
.main body #fp-nav > ul > li a:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
}
.main body #fp-nav > ul > li a:before {
    top: -2.5px;
    left: -1.5px;
}
.main body #fp-nav > ul > li a:after {    
    bottom: -2.5px;
    left: -1.5px;
}

.main body #fp-nav > ul > li a .line {
    height: 0;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s .2s;
    -o-transition: all .5s .2s;
    transition: all .5s .2s;
}

.main body #fp-nav > ul > li a .sect-num {
    position: absolute;
    top: 50%;
    left: 100%;
    font-size: 14px;
    margin-left: 20px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main body #fp-nav > ul > li .fp-tooltip {
    position: absolute;
    top: 50%;
    left: 100%;
    opacity: 1;
    font-size: 14px;
    width: 0!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* active */
.main body #fp-nav > ul > li a.active {
    z-index: 5;
}
.main body #fp-nav > ul > li a.active .line {
    width: 1px;
    height: 100%;
    background: #fff;
}

.main body #fp-nav > ul > li a.active .sect-num {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 20px;
}

.main body #fp-nav > ul > li a.active + .fp-tooltip {
    width: auto!important;
}

.main body #fp-nav > ul > li a.active:after,
.main body #fp-nav > ul > li a.active:before {
    z-index: 5;
    background: #fff;
}

/* dark */
.main body #fp-nav.dark > ul > li a {
    background: #ddd;
}

.main body #fp-nav.dark > ul > li a.active:after,
.main body #fp-nav.dark > ul > li a.active:before {
    background: #033088;
}
.main body #fp-nav.dark > ul > li .fp-tooltip,
.main body #fp-nav.dark > ul > li a .sect-num {
    color: #033088;
}
.main body #fp-nav.dark > ul > li a.active .line {
    background: #033088;
}

/* up/down */
.main body #fp-nav.up > ul > li a.active .line {
    top: auto;
    bottom: 0;
}

.fp-section.fp-table,
.fp-slide.fp-table,
.fp-tableCell { height: auto!important;}
.section:not(.main-visual) {
    padding: 20px 0 70px !important;
}
.section.footer-section {
    padding: 0 !important;
/*    padding: 40px 0 0 !important;*/
}

/* scroll */
.scroll-down-wrap {
    display: none;
}

@media (max-width: 1600px) { 
	#fp-nav {display: none!important;}
}

@media (min-height: 831px) and (min-width: 768px){
    .fp-section.fp-table,
    .fp-slide.fp-table,
    .fp-tableCell { height: 100vh!important;}
    .section:not(.main-visual) {
        padding: 0 !important;
    }
    .section.footer-section {
        height: auto!important;
        padding: 0 !important;
    }
    /* scroll */
    .scroll-down-wrap {
        display: block;
    }
}

/* // fullpage */

/* main visual */

.main-visual {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-visual .slick-track {
    position: relative;
}
.main-visual .inner {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    top:0;
    left: 0;
    padding:0;
    z-index: 10;
}

/* video */
.main_video_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	overflow: hidden;
}
/*
.main_video_area video {
	position: absolute;
	width: 100%;
	max-height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
*/

.main_video_area video {
    position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	 -o-object-fit: cover;
		 top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

 /* IE10+ */
@media screen and  (-ms-high-contrast: active), (-ms-high-contrast: none) {
 /* Enter your style code */
 .main_video_area video {

	height: auto;

 }
}

.main-visual .visual-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-visual-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
}
/*@media (min-height:1201px) {
	.main_video_area video {
		width: 100%;
		height: auto;
	}
}*/

@media screen and (min-width:1921px) {
/* 
	.main_video_area video {
		width: 100%;
		height: auto;
		max-height: inherit;
	} */
}
@media screen and (max-width:1200px) {
	.main_video_area video {
		max-width: inherit;
/*		width: auto;*/
		height: 100%;
/*		object-fit: fill;*/
		object-fit: unset;
/*		-o-object-fit: fill;*/
		-o-object-fit: unset;
		max-height: 100%;
	}
}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) 
{ @supports (-webkit-appearance:none) {
		/* 이 안에 Safari(10.1 이상)에서만 적용할 스타일 작성 */
		
		.main_video_area video {
			width: 100%!important;
			height: auto!important;
			-o-object-fit: inherit;
			   object-fit: inherit;
		}
	}
}


/* 메인 카운트 슬라이드 */
.count-wrap {
    max-width: 1440px;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
}

.count-wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
}

.count-tit {
    width: 20%;
    color: #fff;
}
.count_list {
    width: 80%;
}
.count_list li {
    position: relative;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
}

.count_list li.slick-active + li.slick-active:before {
    position: absolute;
    left: 0;
    top:0;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.3);
}

.count_list li * {
    color: #fff;
}
.count-tit {
    text-align: center;
}

.count-tit h3,
.count_list li p {
    font-size: 1.5625rem;
    font-weight: bold;
}
.count_list li p .count-number {}
.count_list li p em {}

.count-tit h3 span,
.count_list li > span {
    font-size: 1rem;
    font-weight: 500;
}
.slick-prev:focus-visible,
.slick-next:focus-visible {
	outline: 2px solid #000;
}

/* arrow */
.count_list .slick-prev,
.count_list .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    background: rgba(0,0,0,.3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 10;
}
.count_list .slick-prev {
    background-image:url('/resources/img/main/main-vis-arrow-prev.png');
    
}
.count_list .slick-next {
    background-image:url('/resources/img/main/main-vis-arrow-next.png');
}

.main-visual .text-inner .h1 {
    position: relative;
    bottom: -10px;
    z-index: 111;
    line-height: 1;
    padding: 0;
    word-break: keep-all;
    text-align: center;
}

.main-visual .text-inner h2 {
    z-index: 111;
    line-height: 1.4;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1.5px;
    word-break: keep-all;
}
.main-visual .text-inner p {    
    line-height: 1.4;    
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    word-break: keep-all;
    letter-spacing: -.2px;
    margin-bottom: 20px;
    z-index: 111;
}

.main-visual .slick_col {
    height: 100vh;
    position: relative;
    z-index: 1;
}
.main-visual .item {
    position: relative;
/*    margin-right: -17px;*/
}
.main-visual .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 2.5s .1s;
    -o-transition: all 2.5s .1s;
    transition: all 2.5s .1s;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
}

.main-visual .item1:before {background-image:url('/resources/img/main/bg_main-vis_01.jpg');}
.main-visual .item2:before {background-image:url('/resources/img/main/bg_main-vis_01.jpg');}
/*.main-visual .item3:before {background-image:url('/resources/img/main/bg_main-vis_01.jpg');}*/
.main-visual .item3:before {background:#000;}

.main-visual .item.slick-active:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
/*    background-size: 100% 100%;*/
}

/* visual pager */
.main-visual .slick-dots {position:absolute; bottom:initial; top: 50%; left:initial; right: 50px; width:auto; text-align:center; font-size:0; line-height:0;}
.main-visual .slick-dots li {display:block; margin:6px 0; width:auto; height:auto;}
.main-visual .slick-dots li button {display:block; padding:0; width: 7px;height: 7px;background: #fff; border: none;border-radius: 3.5px;-webkit-transition: .5s all;-o-transition: .5s all;transition: .5s all;-webkit-transform-origin: center;-ms-transform-origin: center;transform-origin: center;}
.main-visual .slick-dots li.slick-active button {background: #fff; width: 7px; height: 20px; border: none; border-radius: 3.5px; }
.main-visual .slick-dots li button:before {display:none;}

.slick-prev:before,
.slick-next:before {display:none;}

/* paging */
.main-vis-arrow {
    margin-top: 50px;
    padding-right: 10px;
    text-align: center;
}
.main-vis-arrow span {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.main-vis-arrow .arrow {
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 10;
}
.main-vis-arrow .prev {
    background:url('/resources/img/main/main-vis-arrow-prev.png') no-repeat center/auto;
}
.main-vis-arrow .next {
    background:url('/resources/img/main/main-vis-arrow-next.png') no-repeat center/auto;
}
#play-pause {
	display: inline-block;
    color: #fff;
    vertical-align: middle;
    background: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 14px;
}

#play-pause:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
}

#play-pause.play:before {
    content: "\f04b";
    line-height: 1;
    vertical-align: top;
}

#play-pause.pause:before {
    content: url('/resources/img/main/ico_pause.png');
    line-height: 1;
    vertical-align: top;
}
.slick-counter {
    padding: 0 10px;
}
.slick-counter em {
    font-size: 12px;
    margin: 0 7px;
    vertical-align: middle;
    margin-top: -5px;
}
.slick-counter span {
    font-size: 1rem;
    color: rgba(255,255,255,.6);
    vertical-align: middle;
    margin-top: 2px;
}

.slick-counter .current {
    color: #fff;
    font-weight: 500;
}
@media screen and (max-width:1760px) {
    .count-wrap  {
        width: calc(100% - 200px);
        margin: 0;
    }
}
@media screen and (max-width:1400px) {
    .count-wrap {
        width: calc(100% - 160px);
    }

    .count-tit h3,
    .count_list li p {
        font-size: 1.25rem;
    }
}
@media screen and (max-width:1200px) {
    .count-wrap  {
        width: 100%;
    }
}
@media screen and (max-width:1200px) {
    .main-visual .slick_col {
/*        height: 700px;*/
    }
    .main-visual .text-inner .h1 img {
        width: 300px;
    }
    .main-visual .text-inner h2 {
/*        margin-top: 20px;*/
    }
    .count_list .slick-prev {
        left: 0;
    }
    .count_list .slick-next {
        right: 0;
    }
}

@media screen and (max-width:991px) {
    .count-tit {
        width: 25%;
    }
    .count_list {
        width: 75%;
    }
}

@media screen and (max-width:767px) {
    
    .main-visual .slick_col {
        height: 780px;
    }
    .main-visual .text-inner {
        padding: 0 20px;
    }
    .main-visual .text-inner .h1 img {
        width: 60%;
        max-width: 250px;
    }
    .main-visual .text-inner h2 {
        font-size: 1.75rem;
/*        margin-top: 30px;*/
        line-height: 1.2;
        margin: 10px auto 5px;
    }
    .main-visual .text-inner p {
        font-size: 1rem;
    }

}
@media screen and (max-width:640px) {
	.main-visual {
		padding-top: 60px;
	}
	
    .main-visual .slick_col {
        height: 600px;
    }
    /*
    .main-visual .text-inner h2 {
        font-size: 24px;
    }
*/
}

@media screen and (max-width:550px) {
    .count-wrap {
        padding: 10px;
    }
    .count-tit {
        width: 100%;
        margin-bottom: 5px;
    }
    .count_list {
        width: 100%;
    }
}
/* quick-menu-fix */
.quick-menu-fix {
    position: fixed;
    bottom: 0;
    right: 0;    
    display: table;
    width: 183px;
    height: calc(100% - 119px);
    z-index: 99;
    border-left: 1px solid rgba(255,255,255,.3);
}

.quick-menu-fix ul {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.quick-menu-fix ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .3);
}
.quick-menu-fix ul li {
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.quick-menu-fix ul li a {
    display: table;
    table-layout: fixed;
    width: 100%;
    line-height: 1.2;
    padding: 20px 19px;
}
.quick-menu-fix ul li a i,
.quick-menu-fix ul li a span {
    display: table-cell;
    vertical-align: middle;
}
.quick-menu-fix ul li a i {
    width: 47px;
}
.quick-menu-fix ul li a span {
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
}
/* quick btn */
#quickBtn {
    display: none;
}
@media screen and (min-width:1201px) {

    .quick-menu-fix ul li a:hover {
        background: rgba(22,39,95,.5);
    }
}
@media screen and (max-width:1400px) {
    .quick-menu-fix {
        width: 150px;
    }
    .quick-menu-fix ul li a {
        padding: 10px;
    }
    .quick-menu-fix ul li a span {
        font-size: 12px;
    }
}
@media screen and (max-width:1200px) {
    .quick-menu-fix {
        background: rgba(0,0,0,.6);
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: .2s .1s;
        -o-transition: .2s .1s;
        transition: .2s .1s;
    }
    .quick-menu-fix.show {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    
    .quick-menu-fix ul li a:hover {
        background: rgba(0,0,0,.5);
    }
    
    #quickBtn {
        display: block;
        width: 40px;
        height: 68px;
        position: absolute;
        top: calc(50% - 136px);
        right: 100%;
        margin-right: 1px;
        color: #fff;
        font-size: 13px;
        text-align: center;
        padding: 14px 11px;
        line-height: 1.6;
        word-break: break-all;
        border: 1px solid rgba(255, 255, 255, .3);
        border-right: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: rgba(0,0,0,.6);
    }
}
@media screen and (max-width:767px) {
    .quick-menu-fix {
        height: 100vh;
        top: 0;
        bottom: auto;
        display: block;
    }
    
    .quick-menu-fix > ul {
        position: relative;
        top: 30%;
        display: block;
    }
    
    #quickBtn { 
        top: 30%;
    }
}
/* main_banner_right */
.banner_right {
    overflow: hidden;
}
.banner_right:after {content: ''; clear: both;}
@media screen and (max-width:1820px) {
    .banner_right a {
        width: 240px;
    }
}

.banner_right .arrow_right {
    display: block;
    width: 35px;
    height: 35px;
    background: url('/resources/img/main/ico_arrow_right_2.png')no-repeat left top/ contain;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.banner_right a:hover .arrow_right{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.banner_right a {
    width: 280px;
    height: 150px;
    background: url('/resources/img/main/main_right_banner.png')no-repeat right center/ contain;
    height: 100%;
    padding: 0;
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.banner_right a h3{
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    text-shadow: 1px 1px 10px rgba(0,0,0,.2);
}
.banner_right a h3 span {
    font-weight: 300;
}

@media screen and (max-width:1200px) {
    .banner_right {
        display: none;
    }
}
/* scroll-down-wrap */
.scroll-down-wrap{
    position: fixed;
    right: -30px;
    bottom: 100px;
    color: #fff;
    z-index: 100;
    cursor: pointer;    
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.scroll-down-wrap .arrow {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 13px;
    margin-left: 10px;
    border-radius: 6.5px;
    border: 1px solid #fff;
}

.scroll-down-wrap .arrow:before {
    position: absolute;
    left: 3px;
    top: calc(50% - 1.5px);
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    opacity: 0.8;
    -webkit-animation: shake 0.8s ease-in Infinite Alternate;
            animation: shake 0.8s ease-in Infinite Alternate;
}

/* dark */
.scroll-down-wrap.dark {
    color: #444;
}
.scroll-down-wrap.dark .arrow {
    border-color: #444;
}

.scroll-down-wrap.dark .arrow:before {
    background: #444;
}
@media screen and (max-width:768px) {
    .scroll-down-wrap:not(.scroll-down-sec01) {
        margin-bottom: -40px;
    }
}

@keyframes shake {
    0% {
        left: 3px;
    }

    100% {
        left: calc(100% - 6px);
    }
}
@-webkit-keyframes shake {
    0% {
        left: 3px;
    }

    100% {
        left: calc(100% - 6px);
    }
}

/*
	main contents
*/

.view_more {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    min-width: 190px;
    font-size: 1rem;
    text-align: left;
    padding: 15px 0 15px 30px;
    margin-top: 65px;
    background: #ff3c00;
    border-style: solid;
    border-width: 1px;
    border-color: #ff3c00;
    border-radius: 25px;
}
.view_more:active,
.view_more:focus,
.view_more:hover {
    color:#fff;
    background: transparent;
    border-color: #fff;
    -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
}
.view_more:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 11px;
    top: 19px;
    right: 35px;
    background: url('/img/common/ico_arrow_r_w.png')no-repeat;
    -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
}
.view_more:active:after,
.view_more:focus:after,
.view_more:hover:after {
    right: 25px;
    -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
}
@media screen and (max-width:768px) {
    .view_more {
        height: 40px;
        min-width: 160px;
        padding: 12px 0 10px 30px;
        margin-top: 40px;
    }

    .view_more:after {
        top: 14px;
        right: 25px;
    }
    .view_more:active:after,
    .view_more:focus:after,
    .view_more:hover:after {
        right: 20px;
    }
}
/* section01 */

.section01 .notice-wrap > div > div{
	position: relative;
	padding-top: 50px;
}
@media screen and (min-width: 769px) {
	:lang(ko) .section01 .main-cont-tit {
		position: absolute;
		top: 7%;
	}
}

.section01 .tab_nav_box {
	padding-left: 280px;
}

@media screen and (max-width:768px) {
	.section01 .notice-wrap > div > div{
		padding-top: 30px;
	}
	
	.section01 .main-cont-tit {
		position: relative;
		margin-bottom: 20px;
	}
	
	.section01 .tab_nav_box {
		padding-left: 0;
	}
}

.main-cont-tit {	
    position: relative;
    margin-bottom: 35px;
}
.main-cont-tit h2 {
    display: inline-block;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: -1.1px;
    line-height: 1;
    margin-top: 70px;
} 
.main-cont-tit .tit_en {
    position: absolute;
    bottom: 25%;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: rgba(189, 214, 232, 0.25);
    letter-spacing: -1.1px;
    margin-left: -20px;
    text-transform: uppercase;
/*    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.main-data-tit {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -.5px;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) and (max-height: 830px) {

    .fp-section.fp-table, .fp-tableCell {
        display: block!important;
        height: auto!important;
        table-layout: auto!important;
    }

}

@media screen and (max-width:1200px) {
    .main-cont-tit h2 {
        font-size: 2.1875rem;
    }

    .main-cont-tit .tit_en {
        font-size: 1.875rem;
    }
}

@media screen and (max-width:991px) {
    .main-data-tit {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width:767px) {
    .main-cont-tit h2 {
        margin-top: 20px;
        font-size: 1.875rem;
    }

}

@media screen and (max-width:550px) {
    .main-cont-tit .tit_en {
        left: 0;
        bottom: 35%;
    }
    .main-data-tit {
        font-size: 1.25rem;
    }
}
/* small inner */

.sm_inner {
    max-width: 1100px;
}
/* fullpage 적용 안될때 */
@media screen and (max-width: 767px) and (max-height: 830px) {
    .section:not(.main-visual) {
        padding: 100px 0;
    }
}




@media screen and (max-width:768px) {
    .section:not(.main-visual){ padding: 60px 0; }
    .section.main-visual,
    .section.section04 {padding: 0;}
}
.section.section01 .all_view_btn {
    cursor:pointer;
    display: inline-block;
    margin-bottom: 20px;
    position: static!important;
    height: 40px;
    line-height: 38px;
    padding: 0 20px 0 42px;
    border: 1px solid rgba(0,5,60,.5);
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url('/resources/img/main/ico_list_view_btn.png')no-repeat center left 20px;
}

.section.section01 .all_view_btn.link_view_btn {
	padding:0 20px;
	color:#fff;
	border: 1px solid  #3d79ec;
	background: #3d79ec;
}

/* section01 */
.section.section01 {
    background: #e9f0f5;
}
.section.section01 .main-cont-tit h2 {
	margin-top: 20px;	
}

/* tab */
.tab_conts_box > ul > li {
    display: block;
}

.tab_conts_box > ul > li:not(:first-child) {
    display: none;
}

/*  mobile */
@media screen and (min-width:992px) {
    .__mobile,
    .tab_nav_box > ul > li.__mobile,
    .tab_conts_box > ul > li.__mobile {
        display: none!important;
    }
}

@media screen and (max-width:991px) {
    .__pc {
        display: none;
    }
}

/* 메인 게시판 */
.tab_nav_box {
    margin-bottom: 35px;
}
.tab_nav_box > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tab_nav_box > ul > li {
    position: relative;

}

@media (min-width: 551px) {
    .tab_nav_box > ul > li:not(:first-child) {
        padding-left: 2.5rem;
    }

    .tab_nav_box > ul > li:not(:first-child):before {
        position: absolute;
        left: 1.25rem;
        top: calc(50% - 0.46875rem);
        content: '';
        width: 1px;
        height: 0.9375rem;
        background: #ddd;
    }
}
.tab_nav_box > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #666;
}

.tab_nav_box > ul > li.on > a {
    font-weight: 700;
    color: #111; 
    -webkit-box-shadow: inset 0 -16px rgba(30,184,255,.4);
    box-shadow: inset 0 -16px rgba(30,184,255,.4);
    
}

#notice .tab_wrap {
    position: relative;
}

@media (min-width: 768px) {
    #notice .tab_wrap .btn_main_moreview {
        position: absolute;
        top: 0;
        right: 0;
		background-color: transparent;
		border: none;
    }
}

@media (min-width: 1201px){

    #notice .row {
        margin: 0 -26px;
    }
    #notice .row > div {
        padding: 0 26px;
    }
}


@media (max-width: 991px) {
    .tab_nav_box > ul > li > a {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .tab_nav_box {
        margin-bottom: 10px;
    }
    .tab_conts_box > ul > li {
        text-align: right;
    }
}

@media (max-width: 550px) {
    .tab_nav_box > ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .tab_nav_box > ul > li > a {
        padding: .3em;
    }
}
/* btn */
.btn_main_moreview {
    display: inline-block;
    font-size: .875rem;
    color: #666;
    line-height: 1;
    font-weight: 500;
    padding: .5em 1.25rem;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    background-repeat: no-repeat;
    background-position: center right 1.25rem;
}
.btn_main_moreview.ico_plus {
    padding-right: 50px;
    background-color: #fff;
    background-image: url('/resources/img/main/ico_plus.png');
}
.btn_main_moreview.ico_arrow {
    color: #fff;
    border-color: rgba(255,255,255,.3);
    padding-right: 50px;
    background-image: url('/resources/img/main/ico_arrow-right-white.png');
}

@media (min-width: 992px){
    .btn_main_moreview.ico_plus:hover {
        color: #0075de;
/*        background-color: #033088;*/
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 10px rgba(21, 88, 119,.2);
                box-shadow: 0px 0px 10px rgba(21, 88, 119,.2);
        
    }
    .btn_main_moreview.ico_arrow:hover {
        background-color: #0075de;
    }
}

/* board latest */
.board-latest-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
}
.board-latest-item {
    padding: 0 8px 16px; 
	width: 20%;
}
@media (max-width:1200px) {
	.board-latest-item {
		width: 33.3333%;
	}
	
}

@media (max-width:1200px) and (min-width:551px) {
	
	/* 공지사항 게시글 수 */
    .notice-wrap .board-latest-item:nth-child(n+4) {
        display: none;
    }
}


.board-latest-item-box {
    position: relative;
    /* min-height: 285px; */
    letter-spacing: -.45px;
    padding: 48px 25px 20px;
    text-align: left!important;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.board-latest-item-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.board-latest-item-box a:focus-visible {
    outline: 2px solid #000;
    outline-offset: -2px;
}
.board-latest-item-box .board-code {
    position: absolute;
    left: 0;
    top:0;
    font-size: 14px;
    line-height: 1;
    padding: .5em .875em;
    color: #fff;
    background: #033088;
}
.board-latest-item-box .board-code[data-code="1"] {
    background: #033088;
}
.board-latest-item-box .board-code[data-code="2"] {
    background: #102d64;
}
.board-latest-item-box .board-code[data-code="3"] {
    background: #1363aa;
}
.board-latest-item-box .board-code[data-code="4"] {
    background: #eb7311;
}
.board-latest-item-box .board-code[data-code="5"] {
    background: #666;
}

.board-latest-item-box .category {
	display: inline-block;
    color: #033088;
    font-weight: bold;
}
.board-latest-item-box .board-latest-tit {   
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 3;
    font-size: 18px;
    font-weight: bold;
    color: #111; 
    line-height: 26px;
    height: 78px;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    overflow: hidden;
    margin-bottom: 12px;
} 
.board-latest-item-box .board-latest-date {
    /* position: absolute;
    bottom: 25px;
    right: 25px; */
    display: block;
    text-align: right;
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

/* no-data */
.no-data {
	text-align: center;
	padding: 50px 0;
	width: 100%;
}

@media (min-width:1921px) {
	.board-latest-item-box {
		padding: 60px 25px 20px;
	}
	
	.board-latest-item-box .board-latest-tit {
		-webkit-line-clamp: 4;
		height: 104px;
	}
}
@media (min-width: 1201px) {
    .board-latest-item {
/*        width: 33.33%;*/

    }
}

@media (max-width:1200px) {
	.board-latest-item-box .board-latest-tit {
		-webkit-line-clamp: 3;
		height: 78px;
	}
	:lang(ko) .board-latest-item-box {
		/* min-height: 190px; */
	}
}
@media (min-width: 992px) {

    :lang(ko) .board-latest-item-box {
/*        min-height: 240px;*/
    }
    
    /* 공지사항 게시글 수 */
    #notice .row > div.col-lg-5 .board-latest-item:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 991px) {
    .board-latest-item-box {
        padding: 40px 20px 20px;
		height: 100%;
    }
    .board-latest-item-box .board-latest-tit {
        font-size: 1rem;
        line-height: 26px;
        height: 52px;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 767px) {
    .board-latest-item {
        width: 33.33%;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }
	.notice-wrap .btn_main_moreview.ico_plus {
		margin-bottom: 10px;
		background-color: transparent;
		border: none;
	}
}
@media (max-width: 550px) {
    .board-latest-item {
        width: 50%;
    }
    .board-latest-item-box {
        padding: 40px 10px 20px;
    }
        
    /* 공지사항 게시글 수 */
    .board-latest-item:nth-child(n+5) {
        display: none;
    }
    
    .board-latest-item-box .board-latest-tit {
        line-height: 22px;
        height: 44px;
    }
	

}
/* banner */

/* slider dots */

body .slick-dots li {
    width: 10px;
    height: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

body .slick-dots li.slick-active {
    width: 30px;
}

body .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 5px;
    background-color: #033088;
}

body .slick-dots li.slick-active button {
    border-radius: 5px;
}

.slick-dots li button:before {
	display: none;
}

/* arrow */
.main-banner-list .slick-prev,
.main-banner-list .slick-next {
    width: 30px;
    height: 30px;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: .3;
	z-index: 10;
}
.main-banner-list .slick-prev {
    left: -35px;
    background-image: url('/resources/img/main/ico_slide-prev-g.png');    
}
.main-banner-list .slick-next {
    right: -35px;
    background-image: url('/resources/img/main/ico_slide-next-g.png');
}

.main-banner-list .slick-disabled {
    opacity: 0;
}

.main-banner-list .slick-arrow:not(.slick-disabled):hover {
    opacity: .7;
}
.main-banner-wrap {
/*    margin: 0 -8px;
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;*/
}
.main-banner-list .item {
/*    padding: 0 8px;*/
}

.main-banner-list .item figure {
    position: relative;
    /* height: 300px; */
    /* padding-bottom: 66.25%; */   
	height: 0;
	padding-bottom: 120.25%;
    border-radius: 10px;
    overflow: hidden;
}
.main-banner-list .item figure a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
	z-index: 1;
	font-size: 0;
	color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}
.main-banner-list .item figure a:focus-visible {
	outline: 2px solid #000;
    outline-offset: -2px;
}
.main-banner-list .item figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/* section02 */
.section.section02 {
    background: url('/resources/img/main/bg_main-section_02.jpg')no-repeat center/cover;
}

#business .row {
    margin: 0 -22.5px;
}
#business .row > div {
    padding: 0 22.5px;
}

@media (min-width: 992px) {
    
    #business .row .col-lg-9 {
        -ms-flex: 0 0 78%;
        -webkit-box-flex: 0;
                flex: 0 0 78%;
        max-width: 78%;
    }
    #business .row .col-lg-3 {
        -ms-flex: 0 0 22%;
        -webkit-box-flex: 0;
                flex: 0 0 22%;
        max-width: 22%;
    }
}

@media (max-width: 768px) {
	.main-banner-list .item figure {
		/* padding-bottom: 66.25%; */
	}
	.main-banner-list .slick-prev,.main-banner-list .slick-next {
		background-color: #fff;
	}
	.main-banner-list .slick-prev {
		left: 0;
	}

	.main-banner-list .slick-next {
		right: 0;
	}
} 
    
.kvic-business-list {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.kvic-business-list * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.kvic-business-list .item {
    position: relative;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    
}
.kvic-business-list .item a {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
	font-size: 0;
    color: transparent;
    text-indent: -9999px;
    overflow: hidden;
}
.kvic-business-item-box {
    height: 100%;
    padding: 50px 20px 20px;    
}
.kvic-business-item-box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 102px;
    margin-bottom: 40px;
}
.kvic-business-item-box p {
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #00225c;
}

.kvic-business-list .item:hover .kvic-business-item-box {
    -webkit-box-shadow: 10.5px 18.2px 18px 0 rgba(0, 66, 149, 0.15);
    box-shadow: 10.5px 18.2px 18px 0 rgba(0, 66, 149, 0.15);
    background: #0075de;
    background-image: -o-linear-gradient(to right bottom, #0075de, #033088);
    background-image: -o-linear-gradient(left top, #0075de, #033088);
    background-image: -webkit-gradient(linear, left top, right bottom, from(#0075de), to(#033088));
    background-image: linear-gradient(to right bottom, #0075de, #033088);
}

.kvic-business-list .item:hover p {
    color: #fff;
}

/* 출자사업 */
.kvic-business-list.type_1 .item {
    width: 25%;
}

@media (min-width: 992px) {
    /* .kvic-business-list.type_1 .item:nth-child(n+5) {
        border-bottom: 0;
    }
    .kvic-business-list.type_1 .item:nth-child(4n + 1) {
        border-left: 0;
    } */
}

@media (max-width: 991px){    
    .kvic-business-item-box {
        padding: 30px 20px 20px;
    }
    .kvic-business-item-box .icon {
        height: 50px;
        margin-bottom: 10px;
    }
    .kvic-business-item-box .icon img {
        max-height: 100%;
    }
    .kvic-business-item-box p {
        font-size: 1rem;
        line-height: 1.2;
    }
}


/* 투자사업 */
.kvic-business-list.type_2 .item {
    width: 100%;
}

.kvic-business-list.type_2 .item:last-child {
    border-bottom: 0;
}

@media (min-width: 992px) {
    .kvic-business-list.type_2 .item {
        border-left: 0;
    }
}
@media (max-width: 991px){
    #business .col-lg-3 .main-data-tit {
        margin-top: 25px;
    }
    .kvic-business-list.type_2 .item {
        width: 50%;
    }
}

@media (min-width: 651px) {
	.kvic-business-list.type_1:not(.__en) {
		display: grid;
		grid-template-rows: repeat(2, 1fr);
    	grid-template-columns: repeat(4, 1fr);
	}
	.kvic-business-list.type_1:not(.__en) .item {
		width: 100%;
		border-left: 1px solid #ddd;
		border-bottom: 0;
	}
	.kvic-business-list.type_1:not(.__en) .item:first-child {
		grid-column: 1/2;
    	grid-row: 1/3;
		border-left: 0;
	}
	.kvic-business-list.type_1:not(.__en) .item:nth-child(2) {
		grid-column: 2/3;
    	grid-row: 1/3;
	}
	.kvic-business-list.type_1:not(.__en) .item:nth-child(3),
	.kvic-business-list.type_1:not(.__en) .item:nth-child(4) {
		border-bottom: 1px solid #ddd;
	}
	.kvic-business-list.type_1:not(.__en) .item .kvic-business-item-box {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (max-width: 650px){
    .kvic-business-list.type_1 .item {
        width: 50%;
    }
    
    .kvic-business-item-box p {
        height: auto;
    }
}
/* section03 */
@media (min-width: 1201px) {
    .section.section03 .main-data-tit {
        font-size: 30px;
    }
}

.section.section03 {
    background: url('/resources/img/main/bg_main-section_03.jpg')no-repeat center/cover;
}

/* 모태펀트 출자펀드 찾기/  투자계약서 해설서 */

.guide {
    margin-top: 70px;
}

.guide-list {
    margin: 0 -10px;
}
.guide-list .guide-item {
    padding: 10px;
}
.guide-list .guide-item figure {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 200px;
    padding: 20px 35px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.guide-list .guide-item figure figcaption {
    display: table-cell;
    vertical-align: middle;
}
.guide-list .guide-item figure h4 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.25rem;
}

.guide-list .guide-item .btn_main_moreview + .btn_main_moreview {
    margin-top: 5px;
}
.guide-list .guide-item.item1 {}
.guide-list .guide-item.item2 {}
.guide-list .guide-item.item3 {
    position: relative;
}
.guide-list .guide-item.item3 a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	font-size: 0;
	color: transparent;
}
.guide-list .guide-item.item3 a:focus-visible {
	outline: 3px solid #fff;
    outline-offset: -3px;
}
.guide-list {}


.guide-list .guide-item.item1 {
    width: 41.6%;
}

.guide-list .guide-item.item2 {
    width: 35.6%;
}

.guide-list .guide-item.item3 {
    width: 22.8%;
}
@media (max-width: 991px) {
    .guide-list {
        margin: 0 -5px;
    }
    .guide-list .guide-item {
        padding: 5px;
    }
    .guide-list .guide-item figure {
        padding: 20px;
    }
    .guide-list .guide-item.item3 figure {
        background-size: contain;
        background-color: #000;
    }
}

@media (max-width: 767px) {
    .guide {
        margin-top: 30px;
    }
    .guide-list .guide-item figure {
        min-height: 150px;
    }
    .guide-list .guide-item.item1,
    .guide-list .guide-item.item2,
    .guide-list .guide-item.item3 {
        width: 100%;
    }

}

@media (max-width: 650px) {
    
}

/* MarketWatch */
.market-watch {
    position: relative;
    margin-top: 40px;
}

.market-watch .btn_main_moreview {
    position: absolute;
    top: 0;
    right: 0;
}

.section .market-watch-box {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}
.market-watch .row .item:nth-child(n+4) {
    display: none;
}

@media (max-width: 991px) {
    .market-watch .row .item:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .section .market-watch-box {
        padding: 10px 10px 15px;
    }
}

/* 공통 */
.market-watch-box figure {
    height: 100%;
}

.market-watch-box figcaption .btn_wrap {
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.market-watch-box .figcaption .__btn,
.market-watch-box figcaption .__btn {
    width: calc(50% - 6px);
    display: inline-block;
    margin: 20px 3px 0;
    color: #fff;
    background: #0075de;
    text-align: center;
}
.market-watch-box .figcaption .__btn.btn_webzine,
.market-watch-box figcaption .__btn.btn_webzine {
    color: #fff;
    background: #033088;
}

.market-watch-box figure .thumb_img .thumb {
    height: 0;
    padding-bottom: 126%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
}

.market-watch-box figure .webzine-title {
    color: #222;
    font-size: 1.25rem;
}
.market-watch-box figure .main_webzine-title {
/*    min-height: 150px;*/
}
.market-watch-box figure .main_webzine-title * {
    font-weight: bold;
    line-height: 1.3;
}
.market-watch-box figure .main_webzine-title:before {
    display: block;
    content: '';
    width: 20px;
    height: 3px;
    background: #033088;
    margin-bottom: 15px;
}
.market-watch-box figure .main_webzine-title span {
    display: block;
}


/* 서브 */
.sub-marketWatch .market-watch-box .row .item {
    margin-bottom: 80px;
}


.sub-marketWatch .market-watch-box .row .item:first-child:before {
    display: none;
}
@media (min-width: 992px) {
    .sub-marketWatch .market-watch-box .row .item:nth-child(3n+1):before {
        position: absolute;
        left: 0;
        top: -40px;
        content: '';
        width: 300%;
        height: 1px;
        background: #ddd;
    }
}
@media (max-width: 991px) {
    .sub-marketWatch .market-watch-box .row .item:nth-child(2n+1):before {
        position: absolute;
        left: 0;
        top: -40px;
        content: '';
        width: 200%;
        height: 1px;
        background: #ddd;
    }
}
@media (min-width: 768px) {
    .market-watch-box figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -15px;
    }

    .market-watch-box figure .thumb_img {
        width: 45%;
        padding: 0 15px;
    }

    .market-watch-box figure figcaption {
        position: relative;
        padding-bottom: 50px!important;
        width: 55%;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .market-watch-box figure {
        position: relative;
        padding-bottom: 50px!important;
    }
    .market-watch-box figure figcaption {
        margin-top: 20px;
    }
}

/*
btn
*/
.__btn {
    display: inline-block;
    max-width: 84px;
    font-size: 1rem;
    line-height: 1;
    padding: 0.75em 0.7rem;
    border-radius: 20px;
    color: #333;
    background: #fff;
    text-align: center;
}

.__btn:hover, .btn-arrow-right:hover {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #111!important;
}

@media (max-width: 767px) {
    .__btn {
        font-size: .875rem;
        padding: 0.7em;
    }
}

/* 배너존 */

.section.section04 {
    background: url('/resources/img/main/bg_main-section_04.jpg')no-repeat center/cover;
}

.bnr-zoon-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -20px;
}

.bnr-zoon-inner .bnr-zoom-menu {
	width: 480px;
	padding: 0 20px;
	
}

.bnr-zoon-inner .main-banner-wrap {
	width: calc(100% - 480px);
	padding: 0 20px;
	font-size: 0;
}

.bnr-zoom-menu-box {
	display: table;
	width: 100%;
	height: 100%;
	padding: 20px 60px;
	border-radius: 10px;
	background: rgba(255,255,255,.2);
}

.bnr-zoom-menu-box > .cell {
	display: table-cell;
	vertical-align: middle;
}

.bnr-zoom-menu-box .row {
	margin: 0 -5px;
	text-align: center;
}

.bnr-zoom-menu-box .row > li {
	padding: 5px;
}

.bnr-zoom-menu-box .row > li a {
	display: block;
	padding: 1.5rem 10px;
	border-radius: 10px;
	background-color: rgba(0,0,0,.5);
}

.bnr-zoom-menu-box .row > li a i {
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-justify-content: center;
}

.bnr-zoom-menu-box .row > li a p {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 5px;
}

.bnr-zoon-inner .main-banner-wrap .main-banner-slider {
	display: inline-block;
	width: calc(50% - 10px);
	padding: 30px;
	border-radius: 10px;
	background: #fff;
}
.bnr-zoon-inner .main-banner-wrap .main-banner-slider + .main-banner-slider {
	margin-left: 20px;
}

.main-banner-list {
	border-radius: 10px;
	max-height: 460px;
	overflow: hidden;
}
.bnr-zoon-inner .main-bnr-header {
	position: relative;
}
.bnr-zoon-inner .main-bnr-header h5 {
	display: inline-block;
	font-size: 1.5625rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.bnr-zoon-inner .main-bnr-arrow {
	display: inline-block;
	position: absolute;
    right: 0;
    top: 9px;

}
.bnr-zoon-inner .main-bnr-arrow * {
	
}
.bnr-zoon-inner .main-bnr-arrow > a,
.bnr-zoon-inner .main-bnr-arrow > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
	background-color: transparent;
	font-size: 14px;
	color: #222;
}
.bnr-zoon-inner .main-bnr-arrow > a {
	font-size: 0;
    text-indent: -9999px;
    color: transparent;
    overflow: hidden;
}

.bnr-zoon-inner .main-bnr-arrow > a .current,
.bnr-zoon-inner .main-bnr-arrow > span .current {
	font-weight: 500;
}
.bnr-zoon-inner .main-bnr-arrow .btn-prev,
.bnr-zoon-inner .main-bnr-arrow .btn-next {
	background-size: 8px auto;
}
.bnr-zoon-inner .main-bnr-arrow .btn-prev {
    background-image: url('/resources/img/main/ico_slide-prev-xs.png');
    
}
.bnr-zoon-inner .main-bnr-arrow .btn-next {
    background-image: url('/resources/img/main/ico_slide-next-xs.png');
}
#play-pause01,
#play-pause02 {
	margin-right: 10px;
}
#play-pause01.play,
#play-pause02.play {
    background-image: url('/resources/img/main/ico_bnr-play.png');
}
#play-pause01.pause,
#play-pause02.pause {
    background-image: url('/resources/img/main/ico_bnr-pause.png');
}

.bnr-zoon-inner .main-bnr-arrow .paging {
	width: auto;
	min-width: 40px;
    padding: 0 5px;
}

@media (min-width: 1201px) {
	.bnr-zoom-menu-box .row > li a:hover {
		background-color: #033088;
	}
}

@media (max-width: 1200px) {
	.bnr-zoon-inner {
		margin: 0 -10px;
	}
	.bnr-zoon-inner .bnr-zoom-menu,
	.bnr-zoon-inner .main-banner-wrap {
		padding: 0 10px;
	}
	
	.bnr-zoon-inner .bnr-zoom-menu {
		width: 33.333%;
	}
	
	.bnr-zoon-inner .main-banner-wrap {
		width: 66.667%;
	}
	.bnr-zoom-menu-box {
		padding: 20px 20px;
	}
	.bnr-zoom-menu-box .row > li a {
		padding: 1.125rem 10px;
	}

	.bnr-zoom-menu-box .row > li a p {
		font-size: 1rem;
	}
}
@media (max-width: 1200px) and (min-width: 992px) {
		
	.bnr-zoom-menu-box .row > li a i img {
		max-height: 70%;
		width: auto!important;
	}
}

@media (max-width: 991px) {
	#bnrZone .main-data-tit {
/*		display: none;*/
	}
	.bnr-zoon-inner .bnr-zoom-menu {
		width: 100%;
		margin-bottom: 30px;
	}
	.bnr-zoom-menu-box .row > li {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.bnr-zoon-inner .main-banner-wrap { 
		width: 100%;
	}
}

@media (max-width: 767px) {
	.bnr-zoon-inner .main-bnr-header h5 {
		font-size: 1.25rem;
	}
	.bnr-zoon-inner .main-bnr-arrow {
		top: 5px;
	}
	
	.bnr-zoon-inner .main-banner-wrap .main-banner-slider {
		padding: 20px;
	}
}

@media (max-width: 550px) {
	.bnr-zoom-menu-box .row > li {
		-webkit-box-flex: inherit;
		    -ms-flex: inherit;
		        flex: inherit;
	}
	
	.bnr-zoon-inner .main-banner-wrap .main-banner-slider {
		width: 100%;
		
	}
	
	.bnr-zoon-inner .main-banner-wrap .main-banner-slider + .main-banner-slider {
		margin-left:0;
		margin-top: 30px;
	}
}

/* 

modal 

*/
.modalWrap {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px;
    background: #fff;
}

.modalWrap.size_xl {
	max-width: 1200px;
} 

.modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
}
.modal_close:before,
.modal_close:after{
    content:'';
    position: absolute;
    top: 20px;
    width: 40px;
    height: 2px;
    background: #333;
}
.modal_close:before {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.modal_close:after {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.modal-tit {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.modal-tit span {
    display: block;
    font-size: 25px;
    font-weight: 300;
}
.__contsBlock .d-flex> div {
    width: 40%;
}
.__contsBlock .d-flex .__contsBlock_txt {
    width: 60%;
    padding-left: 50px;
}
.__contsBlock_img img{
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,.3);
            box-shadow: 0px 10px 20px rgba(0,0,0,.3);
}
.__contsBlock .btn_wrap .__btn {
    width: 120px;
}
.__contsBlock .btn_wrap .__btn.btn_pdf2 {
    color: #131133;
    font-weight: 600;
    background: #d7dbdf;
}
.__contsBlock .btn_wrap .__btn:hover {
    color: #fff;
}
/* social-list modal popup */
.__social_list { float: right;}

.__social_list ul.ul_social_list {overflow: hidden;}


/*  // social-list modal popup */
.__btn.btn_sns {
    color: #fff;
    background: #3e65e2;
}
.__btn.btn_email {
    color: #fff;
    background: #00053e;
}
.__contsBlock .pdf_list {
    margin-top: 10px;
}
.__contsBlock .pdf_list li {
    padding: 13.5px 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}
.__contsBlock .pdf_list li a{
    word-break: break-all;
}
.__contsBlock .pdf_list li a img {vertical-align: middle;}
.__contsBlock .pdf_list li strong {
    font-weight: 600;
    display: inline-block;
    margin: 0 10px;
}
@media screen and (max-width:900px) {
    .modalWrap {
        max-width: 500px;
        padding: 60px 40px;
    }

    .__contsBlock .d-flex > div {
        width: 100%;
    }
    .__contsBlock_img {
        text-align: center;
    }
    .__contsBlock .d-flex .__contsBlock_txt {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
    .modal-tit {
        font-size: 36px;
    }
    .modal-tit span {
        display: block;
        font-size: 18px;
    }
}
@media screen and (max-width: 768px){
    .__social_list {
        padding-top: 10px;
    }
    .modal_close {
        top: 10px;
        right: 10px;
        color: #000;
        width: 30px;
        height: 30px;
    }

    .modal_close:before,
    .modal_close:after {
        background: #000;
        top: 20px;
        width: 30px;
    }
}
@media screen and (max-width: 550px){
    .modalWrap {
        max-width: 500px;
        padding: 60px 40px;
    }
    .__contsBlock .btn_wrap .__btn {
        width: 80px;
        font-size: 12px;
    }
    .__contsBlock .pdf_list li {
        font-size: 14px;
    }

}

/* 유관기관 */
.main-relation-wrap {
    padding: 20px 0;
}

@media (min-width: 992px) {
    .main-relation-wrap {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

    }

    .main-relation-wrap .main-data-tit {
        width: 150px;
        font-size: 22px;
        margin-bottom: 0;
    }

    .main-relation-list {
        width: calc(100% - 150px);     
    }
}

.main-relation-list {
    font-size: 0;
}

.main-relation-list > li {
    display: inline-block;
    width: 20%;
    padding: 0 8px;
}

.main-relation-list > li figure {
    border: 1px solid #ebebeb;
}

@media (max-width: 767px) {
    .main-relation-wrap .main-data-tit {
        margin-bottom: 5px;
    }
    .main-relation-list {
        margin: 0 -5px;
    }
    .main-relation-list > li {
        width: 33.33%;
        padding: 5px;
    }
}

/* en */
/* Highlights / MarketWatch */
.notice-wrap.__en .main-cont-tit:after {
    content: '';
    display: block;
    clear: both;
}


@media (min-width: 992px) {
    .notice-wrap.__en .row > .col-lg-7 {
        -ms-flex: 0 0 61.5%;
        -webkit-box-flex: 0;
                flex: 0 0 61.5%;
        max-width: 61.5%;
    }

    .notice-wrap.__en .row > .col-lg-5 {
        -ms-flex: 0 0 38.5%;
        -webkit-box-flex: 0;
                flex: 0 0 38.5%;
        max-width: 38.5%;
    }

    .notice-wrap.__en .market-watch-box .item + .item {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 2px dashed #eee;
    }
}

.notice-wrap.__en .board-latest-item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
}

@media (min-width: 551px) {
    .notice-wrap.__en .board-latest-item {
        width: 33.33%;
    }
}
@media (max-width: 991px) {
    .notice-wrap.__en .market-watch-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -15px;
    }
    
    .notice-wrap.__en .market-watch-box .item {
        width: 50%;
        padding: 0 15px;
    }
    /* 공지사항 게시글 수 */
    #notice .notice-wrap.__en .board-latest-item:nth-child(n+4) {
        display: none;
    }
    .notice-wrap.__en .market-watch-box .item + .item {
        border-left: 2px dashed #eee;
    }

}

@media (max-width: 767px) {
    .notice-wrap.__en .market-watch-box {
        margin: 0 -10px;
    }
    
    .notice-wrap.__en .market-watch-box .item {
        padding: 0 10px;
    }

}
@media (min-width: 551px) {
    .notice-wrap.__en .main-cont-tit .btn_main_moreview {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 550px) {
    .notice-wrap.__en .main-cont-tit h2 {
        display: block;
    }
    
    .notice-wrap.__en .main-cont-tit .btn_main_moreview {
        float: right;
        margin-top: 10px;
    }
}

/* Business Area */
.kvic-business-list.__en.type_1 {
    margin: 0 -3px;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}
.kvic-business-list.__en.type_1 .item {
    width: calc(100%/6);
    border: none!important;
    padding: 3px;
}

.kvic-business-list.__en .kvic-business-item-box {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.kvic-business-list.__en .kvic-business-item-box p {
    min-height: 85px;
    height: auto;
}

.kvic-business-list.__en.type_1 .item .link {
    display: inline-block;
    width: 25px;
    height: 17px;
    margin-top: 1.875rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-image: url('/resources/img/en/main/ico_arrow-right_en.png');
}

.kvic-business-list.__en .item:hover .link {
    background-image: url('/resources/img/en/main/ico_arrow-right-white_en.png');
}

@media (max-width: 991px) {
    .kvic-business-list.__en.type_1 .item {
        width: calc(100%/3);
    }
    
}

@media (max-width: 650px) {
    .kvic-business-list.__en.type_1 .item {
        width: calc(100%/2);
    }
    
    .kvic-business-list.__en.type_1 .kvic-business-item-box {
        padding-bottom: 10px;
    }
    
    .kvic-business-list.__en.type_1 .item .link {
        margin-top: 1.125rem;
    }
}



/* 창업벤처 popup */
.popup__wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .2);
    z-index: 10000;
}

.popup__wrap .popup__box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1650px;
	margin-left: -825px;
	padding: 70px;
	-webkit-transform :translateY(-50%);
	    -ms-transform :translateY(-50%);
	        transform :translateY(-50%);
	-o-object-fit: contain;
	   object-fit: contain;
	background: url('/resources/img/main/bg_startUpPopup.png')no-repeat center/cover;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.6);
	        box-shadow: 0px 0px 20px rgba(0,0,0,.6);
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
 
.popup__wrap .popup__box .popup__header {
	position: relative;
	padding-bottom: 50px;
}
.popup__wrap .popup__box .popup__header * {
	color: #fff;
}

.popup__wrap .popup__box .popup__header .sub_data__tit {
	font-size: 45px;
	margin-bottom: 10px;
}
.popup__wrap .popup__box .popup__header .sub_data__tit b {
	font-weight: 700;
}
.popup__wrap .popup__box .popup__header p {
	font-size: 1.125rem;
	font-weight: 300;
}
.startUp_list a {
	display: block;
	height: 100%;
}
.startUp_list .round-box {	
	position: relative;
	height: 100%;
	padding: 52px 55px 48px 44px;
    border-radius: 30px;
    background-color: rgba(2,2,2,.4);
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s;
	-ms-transition: ease-in .3s;
}
.startUp_list .round-box p {
	width: 100%;
	font-size: 30px;
	color: #fff;
	line-height: 1.4;
}
.startUp_list .round-box p b {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}
.startUp_list .round-box p span {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 200;
	opacity: 0.8;
}

.startUp_list .round-box .icon_wrap {
	width: 100%;
	min-height: 113px;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-line-pack: distribute;
	    align-content: space-around;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.startUp_list .round-box .icon_wrap i {
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
}

.startUp_list .round-box .icon_wrap i.startUp_icon {
	text-align: right;
}

.popup__wrap .popupClose {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
	font-size: 0;
	z-index: 10;
}
.popup__wrap .popupClose:before,
.popup__wrap .popupClose:after{
    content:'';
    position: absolute;
    top: 1.25rem;
    width: 2.5rem;
    height: 3px;
    background: #fff;
}
.popup__wrap .popupClose:before {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.popup__wrap .popupClose:after {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
@media (max-width: 1660px) {
	.popup__wrap .popup__box {
		width: 90%;
		height: auto;
		margin-left: 0;		
		padding: 50px 30px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
    
	}
	
	.startUp_list .round-box {	
		padding: 40px 30px;
	}
}
@media (min-width: 1201px) {
	.startUp_list .row {
		margin: 0 -17px;
	}

	.startUp_list .row > li {
		padding: 0 17px;
	}

	.startUp_list a:hover .round-box {
		-webkit-backface-visibility: hidden;
		background-color: rgba(30, 184, 255, 0.7);
		background-image: -o-linear-gradient(left top,rgba(30, 184, 255, 0.7), rgba(9, 77, 161, 0.7), rgba(9, 77, 161, 0.7), rgba(30, 184, 255, 0.7));
		background-size: 400% 400%;
		-webkit-animation-name: gradient;
		        animation-name: gradient;
		-webkit-animation-duration: 4s;
		        animation-duration: 4s;
		-webkit-animation-iteration-count: 1;
		        animation-iteration-count: 1;
		-webkit-animation-timing-function: ease;
		        animation-timing-function: ease;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
		-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.4); 
		box-shadow: 0px 0px 20px rgba(0,0,0,.4); 
	}
	.startUp_list a:hover .round-box * {
/*
		color: #111;
		filter: invert(100%);
*/
	}
}

@media (max-width: 1200px) {
	.popup__wrap .popup__box .popup__header .sub_data__tit {
		font-size: 2rem;
	}
	
	.startUp_list .round-box p {
		font-size: 1.5rem;
	}
	
	.startUp_list .round-box .icon_wrap {
		min-height: inherit;
	}
	.startUp_list .round-box .icon_wrap i img {
		max-width: 50%;
	}
	
	.startUp_list li:nth-child(3) .round-box .icon_wrap i img {
		max-width: 45%;
	}
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


@media (max-width: 991px) {
	
	.popup__wrap .popupClose {
		top: 1.5rem;
		right: 1.5rem;
	}
	.startUp_list .round-box {
		padding: 25px 1rem;
	}
	.startUp_list .round-box br {
		display: none;
	}
	
	.startUp_list .round-box p {
		font-size: 1.25rem;
	}
	.startUp_list .round-box p b {
/*		min-height: 70px;*/
	}
	.startUp_list .round-box p span {
		font-size: 1rem;
/*		min-height: 80px;*/
	}
}

@media (min-width: 576px) {
	.startUp_list .round-box {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	  -ms-flex-pack: justify;
		-webkit-box-pack: justify;
		        justify-content: space-between;
	  -ms-flex-direction: column;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	          flex-direction: column;
	}
}

@media (max-width: 575px) {
	.popup__wrap .popup__box {
		padding: 20px 30px;
	}
	.popup__wrap .popup__box .popup__header {
		padding-bottom: 30px;
	}
	
	.popup__wrap .popup__box .popup__header .sub_data__tit {
		font-size: 1.5rem;
	}
	
	.popup__wrap .popup__box .popup__header p {
		font-size: 1rem;
	}
	
	.startUp_list li {
		margin-bottom: 10px;
	}
	
	.startUp_list .round-box {
		padding: 25px 1.25rem;
	}
	.startUp_list .round-box p b {
		margin-bottom: 0;
	}
	.startUp_list .round-box .icon_wrap i.startUp_arrow {
		padding-top: 5px;
	}
	.startUp_list .round-box .icon_wrap i.startUp_arrow img {
		max-width: 100%;
		width: 30px;
	}
	
	.startUp_list .round-box .icon_wrap i.startUp_icon img {
		width: 55px;
		max-width: 100%;
	}
	
	.startUp_list li:nth-child(3) .round-box .icon_wrap i.startUp_icon img {
		width: 45px;
	}
}

@media (min-width: 768px) and (min-height: 831px) {
	.fp-enabled body {
		overflow: hidden !important;
	}
}

/* 팝업 */
.pop_layer_wrap {
	position: absolute;
    top: 20px;
    left: 20px;
    font-size: 0;
    border: 1px solid #000;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.4);
    z-index: 10000;
	max-width: 90vw;
	display: none;
}
.pop_layer__inner {}
.pop_layer__inner figure {}
.pop_layer__inner img {
	max-width: 100%;
	max-height: 90vh;
}
.pop_layer__bot {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #fff;
}
.pop_layer__bot input {}
.pop_layer__bot label {
	font-size: 14px;
	margin-left: 5px;
}
.pop_layer__bot button {
	font-size: 15px;
    padding: 5px 10px;
    margin-left: 10px;
    background-color: #ddd;
}
.pop_layer__bot button:hover {
	background-color: #ccc;
}

@media (max-height: 830px) {
	.pop_layer__inner img {
		max-height: 740px;
	}
}