@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap);



#ifrm {
    width: 100%;
   min-height: 300px;
    overflow: hidden;
    border: 0;
}

/*body{
-ms-overflow-style: none;
}

::-webkit-scrollbar {
   display: none;
}*/

/* pc */
@media screen and (min-width:1300px){
   #memofile { max-width:1250px; }
}
/* tablet */
@media screen and (min-width:768px) and (max-width:1024px){
   #memofile { width:99%; }
}
/* mobile */
@media screen and (min-width:0) and (max-width:767px){
   #memofile { width:99%; }
}

body,div,p,h1,h2,h3,h4,h5,h6,ol,li,dl,dt,dd,ul,pre,form,fieldset,legend,button,table,th,td {
border:0;
margin:0;
padding:0;
}
body, html{
overflow-x:hidden;
width:100%;
}

ul,ol,li,dl {
list-style:none;
}

img {
border:0;
vertical-align:middle;
font-size:0;
}

address,caption,cite,code,dfn,em,var {
font-style:normal;
}

a {
text-decoration:none;
color:#333;
}

a:hover,a:active,a:focus {
text-decoration:none;
}

table {
border:0;
border-spacing:0;
border-collapse:collapse;
padding:0;
}

strong {
font-weight:700;
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
}

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

body,th,td,input,select,textarea,button {
color:#3b3b3b;
font-size:18px;
line-height:1.5;
letter-spacing:-0.08em;
font-family: "SUIT","Noto Sans KR",sans-serif;
font-weight:400;
}

:focus {
outline:none;
}

.blind,.gnb-open-btn,.gnb-close-btn,.mobile-gnb {
display:none;
}

.gnb:after{
clear:both;
display:block;
height:0;
content:"";
visibility:hidden;
}

#header{
height:100px;
line-height:100px;
}
.header-area{
width:100%;
max-width:1280px;
margin:0 auto;
position:relative;
z-index:999;

top:0;
z-index:99999;
display:flex;
justify-content: space-between;
}

.header-logo {
z-index:100;
box-sizing:border-box;
height:inherit;
line-height:inherit;
flex-shrink: 0;
width: 250px;
}

.header-logo a{
display:inline-block;
width:100%;
}

.header-logo img {
width:100%
}
.pc-gnb{
flex-grow: 1;
line-height:100px;
padding-left:20px;
}

#gnb{
width: 100%;
border-bottom: 1px #ddd solid;
border-width: 1px 0 0;
z-index: 10000;
background: #fff;
position: relative;
margin:0 auto;
}

.pc-gnb #gnb ul li.logo2 img{
width:100%;
}
.pc-gnb #gnb ul li.logo2 > a:after{
display:none;
}
#gnb ul li.logo2{
width:200px;
z-index:10000000; 
display:none; 
position:absolute; 
left:50%; 
margin-left:-675px; 
top:0px; 
z-index:999999999;
}

.pc-gnb .gnb {
text-align:center;
height:100px;
line-height:100px;
box-sizing:border-box;
margin:0 auto;
width:96%;
max-width:1280px;
display:flex;
}

.pc-gnb .gnb > li {
position:relative;
height:inherit;
line-height:inherit;
text-align:center;
box-sizing:border-box;
vertical-align:top;
flex-grow: 1;
}

.pc-gnb .gnb > li:hover > a{
color:#0027a3
}

.pc-gnb .gnb > li > a {
display:block;
color:#333;
position:relative;
font-weight:600;
font-size:20px;
}



.pc-gnb .gnb > li:nth-child(2) > a:after{
display:none;
}


.pc-gnb .gnb > li > ul {
display:none;
position:absolute;
top:100px;
left:50%;
margin-left:-100px;
width:200px;
z-index:5;
background:#1944bd;
box-sizing:border-box;
}

.pc-gnb .gnb > li:hover > ul {
height:auto;
display:block;
}

.pc-gnb .gnb > li > ul:before{
content:""; 
display:block; 
position:absolute;
z-index:99999; 
width:20px; 
height:10px; 
top:-10px; 
left:50%; 
margin-left:-10px; 
background:url(img/menu-arrow.png);
background-size:cover;
}

.pc-gnb .gnb > li > ul li {
height:auto;
line-height:1.15em;
word-break:keep-all;
border-top:1px rgba(255,255,255,0.1) solid;
}
.pc-gnb .gnb > li > ul li:first-child{
border-top-width:0;
}

.pc-gnb .gnb > li > ul li a {
display:block;
color:#fff;
opacity:0.8;
font-size:16px;
padding:8px 0;
font-weight:300;
}

.pc-gnb .gnb > li > ul li:hover a{
opacity:1;
font-weight:500;
}



/*footer*/
footer{
width:100%;
padding:50px 0;
background:#101627;
}

.foot-area{
width:95%; 
max-width:1280px;
margin:0 auto;
box-sizing:border-box;
position:relative;
text-align:center;
color:#fff;
word-break: keep-all;
opacity:0.8;
}
.foot-info{
max-width:900px;
margin:0 auto 20px; 
}
.foot-info p{
display:inline-block;
margin:5px 15px;
}
.foot-copy{
font-weight:400;
letter-spacing:0em;
text-transform:uppercase;
opacity:0.6;
}
.foot-copy strong{
font-weight:800;
}


/*QUICK*/
#right-quick{
position:fixed;
right:30px;
top:220px;
z-index:999;
overflow:hidden;
background:#fff;
}
#right-quick ul li{
width:80px;
border:1px #e0e0e0 solid;
border-bottom-width:0;
box-sizing:border-box;
text-align:center;

}
#right-quick ul li.q-ico a{
padding:10px 0;
font-size:14px;
font-weight:600;
color:#1c223b;
display:block;
}
#right-quick ul li.q-ico img{
width:30px;
}
#right-quick ul li.q-link a{
display:block;
padding:5px 0;
}
#right-quick ul li.q-link img{
width:80%;
}
#right-quick ul li.top{
border-width:0;
background:#2c5bdf;
color:#fff;
font-weight:800;
letter-spacing:0.05em;
font-size:16px;
padding:15px 0;
cursor:pointer;
}
#right-quick ul li.top i{
display:block;
}

.contain {
overflow-x:visible;
width:100%;
}



/********************* main *********************************/
.slick-slide{
display:inline-block;
}
.slick-list {
position:relative;
z-index:1;
}

.slick-arrow {
background:transparent;
}

#visual {
position:relative;
height:100%;
overflow:hidden;
margin-bottom:-7px;
z-index:1;
}

.visual-img {
position:relative;
}

.visual-img-bg {
position:relative;
overflow:hidden;
z-index:77;
}

.visual-img-bg img {
position:relative;
left:50%;
margin-left:-1000px;
}
.visual-tit{
position:absolute;
width:100%;
margin:0 auto;
text-align:Center;
display:flex;
align-content: center;
top:0;
z-index:999;
height:100%;
justify-content: center;
align-items: center;
}
.visual-tit img{
width:100%;
max-width:850px;
}

.slick-dots {
position:absolute;
bottom:40px;
z-index:999;
text-align:center;
width:100%;
background:transparent;
}

.slick-dots li {
display:inline-block;
margin:0 5px;
}

.slick-dots li button {
display:block;
background:transparent;
width:17px;
height:17px;
font-size:0;
box-sizing:border-box;
background:transparent;
border:3px #fff solid;
border-radius:9999px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.2);

}

.slick-dots li.slick-active button {
background:#fff;
}

.main-tit{
text-align:center;
margin-bottom:30px;
}
.mt1{
font-size:32px;
color:#232a47;
}
.mt1 strong{
font-weight:600;
}
.mt2{
color:#192033;
font-size:52px;
font-weight:800;
letter-spacing:0.05em;
text-transform:uppercase;
}
.mt3{
color:#777;
font-size:20px;
font-weight:300;
}
/*business*/
#business{
background:url(img/business-bg.jpg);
background-repeat:no-repeat;
background-position:0 100%;
padding:100px 0;
width:95%;
max-width:1800px;
margin:0 auto;

}
.business-slide{
position:relative;
}
.business-slide .slick-arrow{
position:absolute;
top:-130px;
left:10px;
color:#a6aabc;
font-size:60px;
line-height:70px;
}
.business-slide .slick-next{
left:auto;
right:10px;
}
.business-slide .slick-list{
width:100%;
overflow:hidden;
}
.business-slide .slick-list .slick-slide > div{
margin:0 10px;
}

.busi-box a{
position:relative;
display:block;
width:100%;
padding-top:110%;
overflow:hidden;
}
.busi-img{
position:absolute;
width:100%;
z-index:1;
top:0;
transition: .3s ease;
}
.busi-img img{
width:100%;
}
.busi-box a:hover .busi-img{
-webkit-transform: scale(1.2); transform: scale(1.2);
}
.busi-txt{
position:absolute;
bottom:0;
z-index:10;
color:#fff;
width:100%;
padding:40px;
}
.busi-txt em{
display:block;
font-size:16px;
opacity:0.6;
text-transform:uppercase;
letter-spacing:0.05em;
font-weight:600;
}
.busi-txt p{
font-size:35px;
font-weight:700;
}
.busi-txt span{
font-size:15px;
font-weight:600;
letter-spacing:0.05em;
}


#number-counter{
width:100%;
background:url(img/number-bg.jpg);
background-size:cover;
background-position:50% 50%;
}

#number-counter ul{
width:96%;
max-width:1280px;
margin:0 auto;
display:flex;
justify-content: space-between;
border-left:1px rgba(255,255,255,0.2) solid;
}
#number-counter ul li{
flex:1 1 24%;
text-align:center;
border-right:1px rgba(255,255,255,0.2) solid;
padding:100px 0;
color:#fff;
}

#number-counter ul li img{
width:70px;
}
#number-counter ul li p{
font-size:40px;
font-weight:700;
padding:20px 0 10px;
}
#number-counter ul li span{
font-size:20px;
opacity:0.6;
}

#location{
width:100%;
padding:100px 0;
background:#e6e7eb;
}
#location dl{
width:96%;
max-width:1280px;
margin:0 auto;
}
#location dl .root_daum_roughmap .wrap_map{
height:380px !important;
}

.map-location{
text-align:center;
color:#212432;
}
.ml-p1{
font-size:32px;
font-weight:700;
margin:30px 0 10px;
}
.ml-p2{
font-size:20px;
font-weight:500;
}

#banner{
width:96%;
max-width:1280px;
margin:0 auto;
padding:100px 0;
}

.partners-banner{
display:flex;
justify-content: space-between;
padding-top:50px;
}
.partners-banner p{
flex:1 1 25%;
text-align:center;
}
.partners-banner p img{
width:90%;
max-width:280px;
}

#customer{
background:#141b2e;
padding:80px 0;
}
.cs-area{
width:96%;
max-width:1280px;
margin:0 auto;
display:flex;
align-items: center;
}

.cs-left{
width:470px;
flex-shrink: 0;
}
.cs-left img{
width:290px;
margin-bottom:35px;
}
.cs-left p{
color:#fff;
margin-top:5px;
letter-spacing:0.05em;
}
.cs-right{
flex-grow: 1;
}

.cs-online dt{
display:flex;
color:#fff;
align-items: baseline;
margin-bottom:15px;
}
.cs-online dt p{
background:url(img/online-ico.png);
background-repeat:no-repeat;
background-position:0 50%;
background-size:30px;
padding-left:35px;
font-size:28px;
font-weight:700;
margin-right:10px;
}
.cs-online dt span{
opacity:0.8;
}
.cs-online dd{
display:flex;
flex-wrap:wrap;
gap:2%;
}
.cs-online dd div{
background:rgba(255,255,255,0.2);
width:100%;
margin-bottom:10px;
display:flex;
line-height:55px;
box-sizing:border-box;
padding-left:15px;
}
.cs-online dd div.cson-w{
width:49%;
}
.cs-online dd div p{
color:#fff;
flex-shrink: 0;
width:105px;
font-size:1.05em;
position:relative;
}
.cs-online dd div p:after{
content:"";
display:block;
width:1px;
height:15px;
position:absolute;
background:rgba(255,255,255,0.2);
right:10px;
top:20px;
}
.cs-online dd div p span{
display:inline-block;
margin-right:5px;
}
.cs-online dd div input{
flex-grow: 1;
background:transparent;
border:0;
color:#fff;
}
.cs-online dd div textarea{
flex-grow: 1;
height:130px;
background:transparent;
border:0;
color:#fff;
padding:15px;
}

.online-bottom{
display:flex;
align-items: baseline;
color:#fff;
justify-content: space-between; 
margin-top:10px;
}

.online-bottom p a{
color:#fff;
text-decoration:underline;
}
.onbo-btn{
display:inline-block;
background:#fff;
padding:15px 50px;
color:#273256;
font-weight:700;
cursor:pointer;
border-radius:0;
transition: all .3s ease-out;
}
.onbo-btn:hover{
border-radius:35px;
background-color:#1a40ff;
color:#fff;
}
/*layer popup*/
.layer-popup{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,.85);
z-index: 99999;
overflow: auto;
display:none;
}

.layer-pop-area{
width:70%;
height:60vh;
background:#fff;
position:absolute;
left:50%;
margin-left:-35%;
top:50%;
margin-top:-30vh;
padding:2% 30px;
box-shadow: 2px 2px 10px rgba(0,0,0,.84);
box-sizing:border-box;
}
.layer-content{
color:#555;
height:90%;
overflow-y:scroll;
box-sizing:border-box;
}

.layer-tit{
font-weight:600;
font-size:1.25em;
box-sizing:border-box;
height:55px;
line-height:55px;
width:100%;
color:#333;
}

.close-box{
position:absolute;
right:-55px;
top:0px;
z-index:99;
background:#2c5bdf;
width:55px;
height:55px;
line-height:55px;
text-align:center;
font-size:25px;
}

/*sub*/
@keyframes animate_background {
   0% {opacity:1; transform: scale(1.12); -ms-transform: scale(1.12); -webkit-transform: scale(1.12); }
   100%  {opacity:1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes animate_opacity{
   0% {opacity:0; }
   100%  {opacity:1; }
}

.sub-visual{
width:100%;
text-align:center;
height:460px;
line-height:460px;
position:relative;
overflow:hidden;
}
.sub-visual .sub-tit{
position:relative;
z-index:99;
color:#fff;
font-size:55px;
font-weight:800;
opacity:0;
animation: animate_opacity 1s ease-in-out forwards;
}
.sub-background{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:url(img/sub-visual.jpg);
background-size:cover;
background-position:50% 50%;
transform: scale(1.12); -ms-transform: scale(1.12); -webkit-transform: scale(1.12); 
animation: animate_background 1s ease-in-out forwards;
z-index:55;
}

.sub-nav{
border-bottom:1px #e0e0e0 solid;
}
.sub-nav-area{
width:96%;
max-width:1280px;
margin:0 auto;
display:flex;
line-height:60px;
}
.sub-nav-area > i{
line-height:inherit;
padding:0 20px;
border-left:1px #e0e0e0 solid;
border-right:1px #e0e0e0 solid;
}
.sub-nav-D{
position:relative;
}
.sub-nav-area p{
line-height:inherit;
padding:0 40px;
border-right:1px #e0e0e0 solid;
color:#666;
font-size:16px;
cursor:pointer;
}
.sub-nav-area p i{
padding-left:30px;
}
.sub-nav-area ul.sub-nav-depth2{
display:none;
position:absolute;
width:200px;
font-size:15px;
line-height:1.6em;
left:50%;
margin-left:-100px;
text-align:center;
background:#f6f6f6;
padding:10px 0;
border:1px #e0e0e0 solid;
z-index:999;
}
.sub-nav-area ul.sub-nav-depth2 a{
display:block;
padding:5px 0;
border-top:1px #e0e0e0 solid;
}
.sub-nav-area ul.sub-nav-depth2 li:first-child a{
border-top-width:0;
}

.sub-nav-D:hover ul.sub-nav-depth2{
display:block;
}

.sub-tit2{
text-align:center;
font-size:50px;
font-weight:700;
margin-top:50px;
}

.sub-content{
padding:30px 0 80px;
width:96%;
max-width:1280px;
margin:0 auto;
}

.sub11-box{
display:flex;
}
.sub11-img{
flex-shrink: 0;
width:520px;
}
.sub11-img img{
width:100%;
}

.sub11-txt{
flex-grow: 1;
font-size:22px;
padding-left:80px;
}
.sub11-txt p{
margin-top:30px;
}
.sub11-txt strong{
font-size:30px;
font-weight:800;
color:#1d2846;
}

.sc-top{
background-color:#000;
background-position:50% 50%;
background-size:cover;
color:#fff;
text-align:center;
box-sizing:border-box;
padding:80px 100px;
word-break:keep-all;
text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.sct-tit{
font-weight:700;
font-size:32px;
margin-bottom:30px;
}
.sct-p1{
font-size:1.125em;
line-height:1.8em;
}
.sct-p2{
font-weight:600;
font-size:1.25em;
line-height:1.6em;
text-align:center;
padding-bottom:50px;
color:#0d0e13;
word-break:keep-all;
}
.sct-p3{
border-top:1px rgba(255,255,255,0.3) dashed;
margin-top: 30px;
padding-top: 50px;
}
.sct-p3 ul{
display:flex;
justify-content: center;
gap:10px;
}
.sct-p3 ul li{
padding:10px 50px;
border:2px #fff solid;
border-radius:999px;
font-size:20px;
font-weight:600;
opacity:0.8;
}
.sct-p3 i{
font-size:50px;
opacity:0.3;
padding:10px 0 0;
}
.sct-p3 p{
font-size:24px;
font-weight:500;
}

.sct-p4{
display:flex;
margin-bottom:50px;
}
.sct-p4 dl{
width:50%;
border:1px #e9e9e9 solid;
}
.sct-p4 dt{
background:#0c475f;
padding:20px 0;
color:#fff;
font-size:1.125em;
text-align:center;
font-weight:700;
}
.sct-p4 dl:first-child{
border-right-width:0;
}
.sct-p4 dl:first-child dt{
background:#1e2d56;
}
.sct-p4 dl dd{
padding:30px;
}.sct-p4 dl dd li{
position:relative;
padding-left:10px;
margin:5px 0;
}
.sct-p4 dl dd li:after{
content:"";
width:3px;
height:3px;
background:#90939c;
border-radius:999px;
display:block;
position:absolute;
left:0;
top:10px;
}

.sc-line{
border-top:1px #e0e0e0 dashed;
padding-top:50px;
}
.sc-line2{
border-top:2px #ececec solid;
padding-top:30px;
}
.sc-dl1{
margin-top:50px;
display:flex;
}
.sc-dl1 > dt{
flex-shrink: 0;
width: 280px;
}
.sc-dl1 > dt p{
display:inline-block;
font-weight:700;
font-size:28px;
color:#142248;
}
.sc-dl1 > dt p:after {
content: "";
display: inline-block;
position: relative;
top: 3px;
width: 12px;
height: 12px;
margin-left: 10px;
border-radius: 50%;
background-color: #305fda;
}
.sc-dl1 dd{
flex-grow: 1; 
word-break:keep-all;
line-height:1.8em;  
}

.sc-ul1 span{
font-weight:700;
font-size:1.15em;
display:block;
margin-bottom:7px;
}
.sc-ul1 li{
margin-bottom:30px;
}
.sc-ul1.scu1-flex{
display:flex;
gap:5%;
}
.sc-ul1.scu1-flex li{
flex:1 1 29%;
}

.sc-dl2{
box-sizing:border-box;
padding:50px;
text-align:center;
margin-bottom:70px;
border:1px #e0e0e0 solid;
border-top:4px #243460 solid;
}
.sc-dl2 dt{
font-size:34px;
font-weight:700;
color:#1e2d56;
}
.sc-ul2{
display:flex;
justify-content: center;
margin-top:30px;
}
.sc-ul2 li{
width:20%;
font-size:20px;
font-weight:500;
color:#161f37;
position:relative;
}
.sc-ul2 li span{
background:#1e2d56;
color:#fff;
display:inline-block;
width:50px;
height:50px;
line-height:50px;
font-weight:700;
letter-spacing:0em;
border-radius:999px;
margin-bottom:10px;
}
.sc-ul2 li:before{
content:">";
display:inline-block;
position:absolute;
left:-10px;
opacity:0.2;
line-height:30px;
top:50%;
margin-top:-15px;
font-weight:300;
font-size:50px;
}
.sc-ul2 li:first-child:before{
display:none;
}

.sc-img img{
width:100%;
}

.sc-ul3{
border-top:1px rgba(255,255,255,0.3) dashed;
margin-top:30px;
padding-top:30px;
}
.sc-ul3 li{
display:flex;
margin-top:20px;

}
.sc-ul3 li span{
flex-shrink: 0;
width: 160px;
height:45px;
line-height:45px;
font-weight:700;
font-size:1.125em;
border:2px #fff solid;
border-radius:999px;
opacity:0.8;
}
.sc-ul3 li p{
flex-grow: 1;
text-align:left;
padding-left:20px;
opacity:0.8;
word-break:keep-all;
}
.sc-ul1 li .sc-ul4{
margin-top:10px;
}
.sc-ul1 li .sc-ul4 li{
margin-bottom:0px;
color:#666;
font-size:0.9em;
}

.sc-dl3{
margin-top:20px;
}
.sc-dl3 dt{
display:inline-block;
background:#434c63;
color:#fff;
border-radius:999px;
margin-bottom:10px;
padding:0 20px;
text-align:center;
}
.sc-dl3 dd{
flex-grow: 1;
padding-left:20px;
}
.sc-dl3 li{
margin-bottom:10px;
padding-left:10px;
position:relative;
box-sizing:border-box;
}

.sc-dl3 li:after{
display:block;
content:"";
width:4px;
height:4px;
border-radius:999px;
background:#777;
position:absolute;
left:0;
top:12px;
}


.sc-table1 {
width:100%;
border-radius:15px 15px 0 0;
overflow:hidden;
}
.sc-table1 thead th{
background:#434c63;
color:#fff;
text-align:center;
padding:10px 0;
border-left:1px rgba(255,255,255,0.2) solid;
font-weight:600;
font-size:0.95em;
}
.sc-table1 tbody td{
text-align:center;
padding:7px;
border-bottom:1px #dfdfdf solid;
border-left:1px #dfdfdf solid;
font-size:0.95em;
}
.sc-table1 tbody td.ta-left{
text-align:left;
}
.sc-table1 tbody td.bl-no{
border-left-width:0;
}

.sc-table1 tbody th{
text-align:center;
padding:7px;
border-bottom:1px #dfdfdf solid;
font-weight:600;
color:#344572;
font-size:0.95em;
}

.ma50{
margin-top:50px;
}
.ma20{
margin-top:20px;
}
.ma-20{
margin-top:-20px;
}

.sc-step1{
display:flex;
}

.sc-step1 p{
background:#434c63;
color:#fff;
padding:0 50px;
border-radius:999px;
}

.sc-dl4{
display:flex;
line-height:50px;
}
.sc-dl4 dt{
background:#2b4596;
color:#fff;
font-size:20px;
font-weight:600;
padding:0 30px;
border-radius:999px;
line-height:inherit;
margin-right:30px;
}
.sc-dl4 dd{
display:flex;
line-height:inherit;
gap:10px;
}
.sc-dl4 dd i{
line-height:inherit;
color:#8f95a7;
font-size:22px;
}
.sc-dl4 p{
line-height:inherit;
background:#e8f2fa;
padding:0 30px;
border-radius:999px;
color:#1a274e;
font-weight:500;
}

