@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
#wrap header {
    position: fixed;
    z-index: 999;
    width: 80vw;
    margin: 0 auto;
    left: 10vw;
    min-width: 1200px;
    height: 90px;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
#wrap #contWrap header {
	width:100%;
	display:block;
	padding: 10px;
	height: auto;
	text-align: left;
}
#wrap #contWrap header h1 {display:block;text-align: left;}
#wrap.mainVer.onhome {/* border:20px solid #FFF; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#wrap header h1 {
    position: relative;
}
#wrap header h1 a {display:inline-block;background: url(../img/common/logo.svg) no-repeat;background-size: 150px;width: 200px;height: 70px;overflow: hidden;text-indent: -999em;}
#wrap.mainVer header h1 a{background: url(../img/common/logo.svg) no-repeat;}
#wrap.subVer header h1 a{background: url(../img/common/logo.svg) no-repeat;}
#wrap header h1 a {display:inline-block;background: url(../img/common/logo.svg) no-repeat;background-size: 150px;width: 200px;height: 70px;overflow: hidden;text-indent: -999em;}


#wrap header h1 p {
    font-size: 13px;
    color: #FFF;
    margin-top: 7px;
    text-align: center;
    letter-spacing: 0;
}


#wrap.subVer header h1 a:before {
    background: url(../img/common/logo_b.png) no-repeat center center;
}

#wrap header #gnb_1dul {
    /* position: absolute; */
    /* width: 65%; */
    /* max-width: 1105px; */
    /* right: 0; */
    /* text-align: right; */
    /* padding-right: 0; */
    /* min-width: 990px; */
    width: auto;
}
#wrap header #gnb_1dul>li {
    display: inline-block;
    position: relative;
}

#wrap header #gnb_1dul > li > a {
    line-height: 90px;
    color: #000;
    padding: 0 24px;
    margin: 0 6px;
}

#wrap.subVer header #gnb_1dul > li > a {
    color: #000;
}
#wrap header #gnb_1dul li ul {display: none;position: absolute;opacity: 1;top: 75px;right: -70%;min-width: 170px;width: 130%;padding: 9px 20px;background: #fff;border: 1px solid #e2e2e2;box-shadow: 15px 20px 29px 0px rgb(0 0 0 / 23%);transition: all 0.4s ease-out;transition-property: opacity, top, visibility;transition-delay: 3s;z-index: 9999}
#wrap header .gnb_2dul {-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
#wrap header #gnb_1dul li ul li a {display: block;position: relative;padding: 10px;background: #fff;font-size: 14px;color: #404040;text-align: left;transition: all 0.3s ease 0s;}
#wrap .headerWrap {position: fixed;z-index: 999;width: 100%;left: 0;height: 90px;top: 0; background: #fff;}
#wrap.subVer .headerWrap {position: relative;}
#wrap header .lag{margin-right: 50px;}
#wrap header .lag li{float: left;margin: 0 5px;}
#wrap header .lag a{display:inline-block;color: #d50017;font-size: 16px; font-weight:900}
#wrap.subVer header .lag a{color:#d50017}
#wrap.subVer header .lag li:first-child a{color: #d50017;}

#wrap header .allMenu {display: inline-block;width: 50px;height: 50px;position: relative;float: right;top: 11px;right: 0;}
#wrap header .allMenu span {display: inline-block;}
#wrap header .allMenu span:before,#wrap header .allMenu span:after {content: '';display: block;position: absolute;width: 45px;height: 2px;background: #222;right: 0;}
#wrap header .allMenu span:before {top: 23px;}
#wrap header .allMenu span:after {top: 30px;}
#wrap.subVer header {top: 0;position: relative;left: 0;}


.fp-viewing-COMPANY #wrap header #gnb_1dul > li > a,
.fp-viewing-CONSULTING #wrap header #gnb_1dul > li > a,
.fp-viewing-MAKER #wrap header #gnb_1dul > li > a,
.fp-viewing-NEWS #wrap header #gnb_1dul > li > a,
.fp-viewing-DMB #wrap header #gnb_1dul > li > a{
    color: #000
}
.fp-viewing-MAIN #wrap header #gnb_1dul > li > a{color:#000}
.fp-viewing-MAIN #wrap header .lag a{color:#d50017}
.mainfull {background: #FFF}

.mainVer #section1 {margin: 0;width: 100%}
.mainVisualWrap .fp-controlArrow {display: none !important}


.main_s_textBox {
    z-index: 998;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0, -50%);
    text-align: left;
}

.mainVisual .Bmain_tit{
    font-size: 6em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 50px;
    color: #FFF;
}
.mainVisual .Smain_tit{
    font-size: 19px;
    color: #FFF;
    font-weight: 300;
}
.mainVisual b {
    font-size: 45px
}

.mainVisual .Box {
    display: flex;
    height: 100vh;
    align-items: center
}
.mainVisual img {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
}

.mainVisual .slick-active img {
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}


.mainVer h2 {
    font-size: 15px;
    position: relative;
    color: #2b2b2b;
}
.mainVer h2 em{
	display:block;
    font-size: 55px;
    font-weight: 600;
}

.mainVer #section2{}
.mainVer #section2 .inr{
    display: flex;
}
.mainVer #section2 .leftBox{
    position: relative;
    text-align: center;
}
.mainVer #section2 .leftBox .linkBox{display:flex;position: absolute;bottom: 20px;width: calc(100% - 40px);justify-content: center;background: rgba(255, 255, 255, 0.5);left: 20px;height: 160px;align-items: center;}
.mainVer #section2 .leftBox .linkBox a{
    display: block;
    color: #FFF;
    font-size: 18px;
    letter-spacing: -1px;
    width: 33.3%;
    height: 160px;
    padding-top: 90px;
}
.mainVer #section2 .leftBox .linkBox .ico_comp{background:url(../img/main/ico_home.png) no-repeat center 40%}
.mainVer #section2 .leftBox .linkBox .ico_comp:hover{background: #FFF url(../img/main/ico_home_on.png) no-repeat center 40%;color:#222}
.mainVer #section2 .leftBox .linkBox .ico_his{background:url(../img/main/ico_his.png) no-repeat center 40%}
.mainVer #section2 .leftBox .linkBox .ico_his:hover{background: #FFF url(../img/main/ico_his_on.png) no-repeat center 40%;color:#222}
.mainVer #section2 .leftBox .linkBox .ico_map{background: url(../img/main/ico_map.png) no-repeat center 40%;}
.mainVer #section2 .leftBox .linkBox .ico_map:hover{background: #FFF url(../img/main/ico_map_on.png) no-repeat center 40%;color:#222}
.mainVer #section2 .rightBox{
    position: relative;
    flex: 1;
}
.mainVer #section2 .rightBox .main_acc{
    position: absolute;
    left: -13%;
    top: 3%;
}
.mainVer #section2 .rightBox .main_acc img{}
.mainVer #section2 .txtBox{
    margin-top: 60%;
    padding-left: 10%;
}
.mainVer #section2 .rightBox .tit{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-top: 30px;
}
.mainVer #section2 .rightBox .txt{
    font-size: 25px;
    letter-spacing: -1px;
    margin-top: 30px;
}



.mainVer #section3 {
    overflow: hidden
}

.mainVer #section3 h2 {
    margin-bottom: 40px;
    position: relative;
    /*left: 19%;*/
	left: auto;
	text-align: center;
	transition: all 0.5s;
}
.mainVer #section3 h2 p{
	font-size:15px;
	color:#000
}
.mainVer .moreBtn {
    display: inline-block;
    color: #FFF;
    background: #535353;
    font-weight: 400;
    padding: 15px 35px;
    margin-top: 30px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    max-width: 150px;
}
#section3 .main_logo_slide {
	right:-20%;
	position: relative;
}
#section3 .main_logo_slide:before{content:'';display:block;background: white;width: 20%;position: absolute;left: -24%;top: 0;bottom: 0;right: 0;z-index: 99;}
#section3 .main_logo_slide .swiper-slide-active{}
#section3 .main_logo_slide .bigImg{opacity:.65;width: 90%;height: 100%;padding-top: 50%;position: relative;overflow: hidden;}
#section3 .main_logo_slide .bigImg img {
    /* width: 80%; */
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
}
#section3 .main_logo_slide .logoImg a{z-index:2;display:block;opacity:0;width: 180px;height: 180px;position: absolute;bottom: -70px;left: 50px;background: #FFF;text-align: center;border-radius: 50%;padding-top: 55px;	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#section3 .main_logo_slide .logoImg a:hover{box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;}
#section3 .main_logo_slide .logoImg a span{
    display: block;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 20px;
}
#section3 .main_logo_slide .logoImg img{
    width: 100px;
    max-height: 45px;
}
#section3 .main_logo_slide .slick-list {padding:0 !important}
#section3 .main_logo_slide .swiper-slide-active .logoImg a{
	opacity:1;
	left: -20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#section3 .main_logo_slide .swiper-slide-active .bigImg{
	opacity:1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#section3 .main_logo_slide .swiper-slide-active .bigImg img{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

}
#section4 {}

.mainVer #section4 .newsBox {
    height: 100%;
    overflow: hidden;
    padding-top: 100px;
}

.mainVer #section4 .titBoxVer h2 {
    position: relative;
    color: #FFF;
    font-family: 'Noto Sans KR';
    letter-spacing: -1px;
}

.mainVer #section4 .titBoxVer .btnBoxWrap {
    position: relative;
    top: 55%;
    transform: translateY(-50%);
    left: 40%;
}

.mainVer #section4 .btnBox {margin-top: 50px;}

.mainVer #section4 .btnBox a {
    display: inline-block;
    color: #333;
    font-size: 14px;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding-top: 57px;
    position: relative;
    font-weight: 400;
}

.mainVer #section4 .ico_ca:after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 30px;
    background: url(../img/main/ico_news.png) no-repeat;
    position: absolute;
    top: 20px;
    left: 33px;
}

.mainVer #section4 .ico_qn:after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 33px;
    background: url(../img/main/ico_news.png) no-repeat;
    background-position: 0 -30px;
}

.mainVer #section4 .ico_da:after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 33px;
    background: url(../img/main/ico_news.png) no-repeat;
    background-position: 0 -61px;
}

.mainVer .txtBoxVer {
    width: 50%;
    float: right;
    height: 86%;
    margin-top: 5%;
    background: #f0f0f0;
    position: relative;
}

.mainVer .titBoxVer {
    position: relative;
    overflow: hidden;
    width: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    margin-bottom: -50px;
}

.mainVer #section4 .txtBoxVer .txtBoxWrap {
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mainVer #section4 .titBoxVer i {
    display: block;
    position: absolute;
    width: 100%;
    height: 90%;
    background-position: 50% 50%;
    background-image: url(../img/main/news_bg.jpg);
    background-size: cover;
}

.mainVer #section4 .txtBoxVer .main_stxt {}
.mainVer #section4 .txtBoxVer .main_stxt p{
    font-size: 33px;
    letter-spacing: -2px;
    line-height: 1.3;
    font-weight: 300;
    margin-top: 30px;
    color: #333;
}
.mainVer #section4 .txtBoxVer .main_stxt p.s_txt{}
.mainVer #section4 .txtBoxVer .main_stxt p.s_txt{
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: -.8px;
}



.mainVer #section5 .parterWrap {
    text-align: center;
}

#section5 .parterBox {
    margin-top: 45px;
}

#section5 .parterBox li {
    display: inline-block;
    margin: 0 35px;
}

#section5 .parterBox li p {
    margin-top: 20px;
    font-size: 18px;
}

#section5 .parterBox li img {
    height: 79px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 25px;
}



.footerWrap {
	margin-top:100px;
    padding: 60px 0;
    background: #2e2e2e;
}

.footerWrap footer h1 {
    display: inline-block;
    color: #FFF;
    margin-right: 20px;
    font-size: 14px;
}
.footerWrap footer{
    display: flex;
}
.footerWrap footer .f_left{
    text-align: left;
    width: 80%;
}
.footerWrap footer .f_left p{
    color: #FFF;
    font-size: 13px;
    line-height: 30px;
}
.footerWrap footer .f_left .fot_tel{
    font-size: 30px;
    line-height: 2;
    font-weight: 600;
}
.footerWrap footer .f_right{
    flex: 1;
    display: flex;
    /*justify-content: flex-end;*/
    align-items: flex-end;
    flex-direction: column;
}
.footerWrap footer .f_right p{margin-top: 7px;color: #cbcbcb;font-size: 13px;}
.footerWrap footer .f_right .link_list a{display:inline-block;color:#FFF;margin-left:10px}

.flex{display: flex; align-items: center;}
.footerWrap footer .f_right .sns{ justify-content: center; align-items: center; padding: 0 0 25px;}
.footerWrap footer .f_right .sns i,.footerWrap footer .f_right .sns img{height: 17px; font-size: 1.4em; vertical-align: top}
.footerWrap footer .f_right .sns a{color: #fff; display: block; padding: 4px 10px; opacity: 0.85;}
.footerWrap footer .f_right .sns a:hover{color: #fff; opacity: 1;}

.footerWrap.bgVer footer h1,
.footerWrap.bgVer .telV,
.footerWrap.bgVer span {
    color: #FFF;
}

footer .adBtn {
	display:inline-block;
	padding: 8px 20px;
	background: #424242;
	color: #DDD !important;
}

@media (max-width:1200px) {
    #wrap header #gnb_1dul {
        min-width: auto;
        width: 75%
    }
	.mainVer #section3 h2 {
	margin-bottom: 40px;
	position: relative;
	left: auto;
    text-align: center;
	transition: all 0.5s;
    }
}


/*협력업체*/
.agency_wrap { width: 1200px; margin: 0px auto; position: relative; transition: all 0.5s;}
.agency {
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.agency img {
    width: 180px;
    max-width: 100%;
}

.ag_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 40;
    cursor: pointer;
}

.ag_prevbtn {
    left: -20px;
}

.ag_nextbtn {
    right: -20px;
}

.ag_btn span {
    font-size: 28px;
    color: #999;
    font-variation-settings:
    'FILL' 1,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24
}

@media (max-width:1200px) {
	.agency_wrap{ width: 90%; transition: all 0.5s;/*padding:50px 50px 0;*/}
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v230/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*광고배너*/
#toggleButton {text-align: right;}
#toggleButton img{ width: 25px; height: auto; cursor: pointer}
.btngroup{ display:flex; justify-content: flex-end; gap:3px}
button.daycheck{ background:#292929; border: 0; color: #fff; height: 25px; line-height: 25px; font-size: 1em; text-align: center; padding: 0 10px}
.middelad{ margin: 30px auto; width: 1200px}
.middelad_mo{display:none}
.middelad img{ width: 100%}
@media (max-width:1200px) {
.middelad{ margin: 30px auto; width: 100%; padding: 0 15px}
}
@media (max-width:800px) {
	.middelad{display:none}
}
@media (max-width:800px) {
	.middelad_mo{display:block; margin: 30px auto; padding: 0 15px}
	.middelad_mo img{ width: 100%}
	.footerWrap footer .f_right .sns{ justify-content: center; align-items: center; padding: 10px 0;}
	.nsk_banner{ display:none}
}
