

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


/* 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;
}

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

img {
border:0;
vertical-align:top;
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:500;
}

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:#333;
font-size:18px;
line-height:1.5;
letter-spacing:-0.05em;
font-family: 'NanumSquareNeo';
font-weight:400;
}

body, html{
width:100%;
overflow-x:hidden;
}

:focus {
outline:none;
}

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


.slick-slide {
display:inline-block;
}
header {
width:100%;
height:100px;
line-height:100px;
background-size:cover;
z-index:999999;
box-sizing:border-box;
padding:0 20px;
justify-content: space-between;
transition: .3s ease;
align-items: center;
position:fixed;
overflow:hidden;
top:0;
background:rgba(0,0,0,0);
}

header.drop,
header.on{
background:rgba(0,0,0,0.9);
box-shadow: 0 0 12px rgb(33 33 33 / 20%);
}
.header-area{
display:flex;
align-items: center;
justify-content: space-between;
width:96%;
max-width:1280px;
margin:0 auto;
gap:50px;
}

.header-logo{
flex-shrink: 0;
}
.header-logo a{
display:flex;
align-items: center;
justify-content: center;
width:195px;
height:100px;
}
.header-logo a img{width:100%;}



.all-menu-area{
display:none;
}

.header-area{
width:96%;
margin:0 auto;
z-index:999;
position:relative;
display:flex;
justify-content: space-between;
align-items: stretch;
}

.header-gnb {
z-index:99;
flex-grow: 1;
transition: .3s ease;
overflow:hidden;
}



.header.on:after{
content:"";
display:block; 
width:100%;
height:1px;
background:rgba(255,255,255,0.1);
left:0;
top:100px;
position:absolute;
}

.header-gnb .gnb{
width:100%;
margin:0 auto;
box-sizing:border-box;
display:flex;

}

.header-gnb .gnb > li {
position:relative;
line-height:100px;
text-align:center;
box-sizing:border-box;
vertical-align:top;
width:25%;
}

.header-gnb .gnb > li:hover > a{
font-weight:600;
}

.header-gnb .gnb > li > a {
display:block;
position:relative;
font-weight:600;
font-size:20px;
letter-spacing:0em;
padding:0 30px;
height:100px;
line-height:100px;
color:#fff;
}

/*.gnb > li > ul {
display:none;
position:absolute;
left:50%;
margin-left:-80px;
width:160px;
z-index:5;
background:#377cda;
box-sizing:border-box;
padding:5px 0;
border-radius:5px;
}*/
.header-gnb .gnb > li > ul:after{
content:"";
display:block;
background:url(img/menu-arrow.png);
width:12px;
height:7px;
position:absolute;
top:-7px;
left:50%;
margin-left:-6px;
}
.header-gnb .gnb > li > ul{

}
.header-gnb .gnb > li:hover > ul {
height:auto;
display:block;
}
.header.on .header-gnb .gnb > li > ul{
position:unset;
}

.header-gnb .gnb > li:hover > a{
font-weight:900;
color:#ffffff;
}

.header-gnb .gnb > li > ul li {
height:2em;
line-height:2em;
}

.header-gnb .gnb > li > ul{
box-sizing:border-box;
padding-top:30px;
}

.header-gnb .gnb > li > ul li:first-child{
border-top-width:0;
}

.header-gnb .gnb > li > ul li a {
display:block;
font-size:18px;
font-weight:300;
color:#fff;
}




.all-menu-area{
display:none;
}

.close-btn{
position:absolute;
right:281px;
top:0;
z-index:99999;
width:60px;
height:60px;
display:flex;
align-items: center;
justify-content: center;
color:#fff;
font-size:25px;
}

.open-btn{
display:flex;
align-items: center;
justify-content: center;
font-size:28px;
color:#fff;
box-sizing:border-box;
border-radius:9999px;
border:1px rgba(255,255,255,0.5) solid;
width:50px;
height:50px;
flex-shrink: 0;
margin-top:25px;
}

#sidebar{
position:fixed;
top:0;
bottom:0; 
display:none; 
right:-200px; 
z-index:999999999; 
-webkit-transition: right 1s;  
transition: right 1s; 
width:auto; 
overflow:visible; 
background:#000;
margin-left:0;
left:auto;
border:0;
}

.sidebg{
display:block;
position: fixed;
height: 150%;
background: rgba(0,0,0,0.5);
width: 100%;
top: 0;
right: 0;
z-index: 44;
}
.menu{
position:relative;
z-index:55; 
width:280px; 
left:auto; 
right:0; 
overflow-x:hidden; 
overflow-y:auto; 
height:100%; 
background:#fff;
display:block;
text-align:left;
box-sizing:border-box;
padding:20px;
}
header .menu{
line-height:1.5em;
}

.menu > li{
display:block;
width:100%;
box-sizing:border-box;
border-left:0;
box-sizing:border-box;
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px rgba(0,0,0,0.2) solid;
}

.menu > li > ul > li{
padding:5px 0;
}

.menu > li > a{
height:30px;
line-height:30px;
font-weight:800;
display:block;
width:100%;
}

.menu > li > ul > li > a{
display:block;
}




/*사이드퀵*/
.side-quick{
position:fixed;
right:20px;
top:30vh;
z-index:999;
}
.side-quick li{
margin-top:1px;
}
.side-quick li a{
width:80px;
height:80px;
background:#004edd;
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: all .3s;
font-size:14px;
gap:5px;
color:#fff;
font-weight:500;
}
.side-quick li a:hover{
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) inset, 0 0 4px 4px rgba(0,0,0,0.1);
background:#032bbd;
}
.side-quick img{
width:30px;
}

.side-quick .Q-top{
padding:0;
font-size:20px;

}
.side-quick .Q-top a{
background:#0bbbd5;
color:#fff;
font-size:17px;
font-family: 'SUIT';
font-weight:700;
letter-spacing: 0em;
}
.side-quick li.Q-top a:hover{
background:#0096c9;
}


/*footer*/
footer{
width:100%;
background:#191a1d;
color:#fff;
}
.foot-area{
width:96%;
max-width:1280px;
margin:0 auto;
padding:80px 0;
}
.foot-top{
display:flex;
justify-content: space-between;
align-items: center;
}
.ft-link{
display:flex;
align-items: center;
gap:30px;
}
.foot-top P{
font-weight:600;
font-size:28px;
}
.foot-top a{
color:#fff;
font-weight:600;
display:block;
}


.foot-box{
display:flex;
align-items: center;
gap:10px;
flex-wrap:wrap;
padding-right:20%;
margin:20px 0;
font-size:16px;
font-weight:300;
opacity:0.8;
}
.foot-box span{
opacity:0.2;
}
.foot-copy{
font-family: 'SUIT';
font-size:16px;
opacity:0.6;
letter-spacing: 0.05em;
}
.foot-copy strong{
display:inline-block;
margin:0 5px;
font-weight:700;
}


/********************* main *********************************/

/*visual*/
#visual{
width:100%;
margin:0 auto;
overflow:hidden;
position:relative;
z-index:333;
}
.va-ment{
position:absolute;
width:1280px;
height:calc(100%);
padding-top:60px;
left:50%;
margin-left:-640px;
top:0%;
z-index:33;
display:flex;
flex-direction: column; 
justify-content: center;
box-sizing:border-box;
gap:10px;
text-align:center;
color:#fff;
}
#visual .slick-track{
gap:0;
}

.vam-t1{
font-size:90px;
line-height:1.2;
font-weight:600;
margin:10px 0;
}
.vam-t2{
font-size:28px;
}
.vam-t3{
font-size:28px;
}
.vam-t3 strong{
font-weight:600;
font-size:1.35em;
}
.vam-t4{
font-size:50px;
}
.vam-t4 strong{
font-weight:600;
font-size:1.35em;
}

.visual-area{
position:relativ;
z-index:11;
}
.va-box{
position:relative;
text-align:right;
}

.va-img{
position:relative;
left:0%;
top:0;
margin-left:0px;
}

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

#visual .slick-dots{
position:absolute;
width:1280px;
left:50%;
margin-left:-640px;
text-align:center;
bottom:50px;
z-index:9;
}

#visual .slick-dots li{
display:inline-block;
margin:0 7px;
}

#visual .slick-dots li button{
font-size:0;
width:12px;
height:12px;
box-sizing:border-box;
background:transparent;
display:block;   
box-shadow: 1px 1px 3px rgba(0,0,0,0.2);   
background:#fff;
border-radius:8px;
}

#visual .slick-dots li.slick-active button{
opacity:1;
background:#fff;
width:50px;
}

#visual .slick-list{
position:relative;
z-index:1;
}

#visual .slick-arrow{
position: absolute;
text-align: center;
top: 50%;
margin-top: -45px;
right:150px;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
width: 90px;
height: 90px;
font-size: 90px;
color: rgb(255, 255, 255);
border:0;
background:transparent;
}
#visual .slick-prev{
left:150px;
}
#mVisual { position:relative; width:100%; height:100vh; overflow:hidden;}

.main-t1{
opacity:0.4;
letter-spacing: 0.05em;
font-size:16px;
font-family: "Maven Pro", sans-serif;
font-weight:500;
}
.main-t2{
opacity:0.4;
letter-spacing: 0.05em;
font-size:30px;
font-family: "Maven Pro", sans-serif;
font-weight:700;
margin-bottom:15px;
}
.main-t3{
font-weight:700;
font-size:38px;
margin:15px 0 10px;
}
.main-t4{
opacity:0.8;
}

.main-t5{
font-weight:700;
font-size:70px;
margin-bottom:25px;
}

#main-quick{
width:100%;
background-image:url(img/mq-bg.jpg);
background-size:cover;
background-position:50% 0;
}

#main-quick ul{
display:flex;
width:100%;
max-width:1280px;
margin:0 auto;
justify-content: space-between;
box-sizing:border-box;
border-right:1px rgba(255,255,255,0.1) solid;
}
#main-quick ul li{
width:33.333%;
box-sizing:border-box;
border-left:1px rgba(255,255,255,0.1) solid;
}
#main-quick ul li a{
display:flex;
justify-content: center;
align-items: center;
color:#fff;
flex-direction: column;
text-transform: uppercase;
padding:120px 0;
text-align:center;
transition: .5s;
}
#main-quick ul li a:hover{
transform: translate(0px, -20px);
}
#main-quick ul li a img{
width:100px;
}




.bi{
width:100%;
background-size:cover;
background-position:50% 50%;
}
#bi-car{
background-image:url(img/bi-car.jpg);
}
#bi-home{
background-image:url(img/bi-home.jpg);
}
.bi-txt{
width:92%;
max-width:1280px;
margin:0 auto;
display:flex;
flex-direction: column;
align-items:flex-start; 
padding:180px 0;
color:#fff;
text-transform: uppercase;
}
#bi-car .bi-txt{
align-items: flex-end; 
}


.bi-link{
background:#0c4da2;
display:flex;
align-items: center;
gap:5px;
padding:10px 35px;
border-radius:999px;
color:#fff;
font-weight:500;
transition: .5s;
box-sizing:border-box;
}

.bi-link:hover{
background:#1094d0;
}


.main-bottom{
width:100%;
display:flex;
}
.main-bottom section{
width:50%;
box-sizing:border-box;
padding:100px 0 80px;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-transform: uppercase;
}

#online{
text-align:center;
background-image:url(img/online-bg.jpg);
background-position:50%;
background-size:cover;
color:#fff;
}

.mb-link{
display:flex;
background:#fff;
justify-content: center;
align-items: center;
padding:10px 35px;
margin-top:30px;
border-radius:999px;
color:#0c4da2;
font-weight:600;
gap:5px;
transition: .5s;
}
.mb-link:hover{
background:#0c4da2;
color:#fff;
}

#major{
color:#083d82;
}

.mj-banner{
width:96%;
max-width:640px;
margin:0 auto;
overflow: hidden;
display:flex;
gap:5px;
margin-top:40px;
justify-content: space-between;
}

.mj-banner .slick-arrow{
flex-shrink: 0;
width:40px;
background:#fff;
box-sizing: border-box;
border:1px #e0e0e0 solid;
color:#0c4da2;
font-size:22px;
border-radius:5px;
}
.mj-banner .slick-list{
flex-grow: 1;
overflow:hidden;
}
.slick-track{
display:flex;
gap:10px;
}


.mjb-box{
width:100%;
padding-top:40%;
position:relative;
overflow:hidden;
}
.mjbb-area{
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
display:flex;
align-items: center;
justify-content: center;
}
.mjbb-area img{
width:80%;
}

/********************* sub *********************************/
@keyframes animate_background {
0% {opacity:0.5; 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_txt {
0% {opacity:0;}
100%  {opacity:1;}
}

.sub-tit{
overflow:hidden;
width:100%;
height:470px;
position:relative;
}
.sub-tit-area{
width:100%;
height:inherit;
background-size:cover;
background-position:50% 50%;
opacity:0.5;
animation: animate_background 1s ease-in-out forwards;
}

.sta-w{
width:96%;
max-width:1280px;
height:100%;
display:flex;
justify-content: center;
flex-direction: column;
color:#fff;
text-align:lft;
position:absolute;
left:50%;
margin-left:-640px;
top:0;
box-sizing:border-box;
padding-top:80px;
animation: animate_txt  1s ease-in-out forwards;
}

.st01 .sub-tit-area{
background-image:url(img/sub-visual1.jpg);
}
.st02 .sub-tit-area{
background-image:url(img/sub-visual2.jpg);
}
.st03 .sub-tit-area{
background-image:url(img/sub-visual3.jpg);
}
.st04 .sub-tit-area{
background-image:url(img/sub-visual4.jpg);
}


.sub-t1{
display:flex;
align-items:flex-end;
gap:20px;
line-height:1.1;
margin-top:30px;
}
.sub-t1 p{
font-weight:700;
font-size:62px;
}
.sub-t1 span{
letter-spacing: 0.05em;
opacity:0.7;
}
.sub-t1 span strong{
font-weight:700;
}

.sub-nav{
display:flex;
align-items: center;
font-size:16px;
gap:10px;
opacity:0.9;
}


.snb{
width:100%;
background:#20379a;
}
.snb-area{
width:96%;
max-width:1280px;
margin:0 auto;
display:flex;
justify-content: space-between;
box-sizing:border-box;
}
.snb-area li{
width:100%;
}
.snb-area a{
height:60px;
display:flex;
align-items: center;
justify-content: center;
color:#fff;
box-sizing:border-box;
flex-grow: 1;
font-size:17px;
font-weight:300;
text-align:center;
}
.snb-area a.current{
font-weight:700;
position:relative;
}
.snb-area a.current:after{
content:"";
display:block;
width:80px;
height:3px;
background:#fff;
position:absolute;
bottom:0;
}

.sub-select{
border-width:0;
width:100%;
padding:15px;
box-sizing:border-box;
background:#20379a;
color:#fff;
display:none;
}

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

.sub-content:after{
content:"";
display:block;
width:100%;
height:0;
clear:both;
}

.sub-box1{
background:url(img/s11-bg.jpg);
background-size:cover;
background-position:50% 0;
padding:100px 0;
width:100%;
}
.sub-box1-txt{
width:96%;
max-width:1280px;
margin:0 auto;
color:#fff;
box-sizing: border-box;
padding-right:500px;
word-break: keep-all;
}
.sb1-t1{
font-size:37px;
}
.sb1-t1 strong{
font-weight:700;
font-size:1.125em;
}
.sb1-t2{
margin-top:35px;
font-size:22px;
line-height:1.8em;
}
.sb1-t2 strong{
font-weight:800;
color:#fe3;
}
.sb1-t3{
margin-top:35px;
font-size:24px;
line-height:1.8em;
font-weight:700;
}

.sub-box2{
background:#eff6fc;
padding:100px 0;
}
.sub-box2-area{
width:96%;
max-width:1280px;
margin:0 auto;
}

.sb2-ul{
display:flex;
gap:2%;
flex-wrap:wrap;
}
.sb2-ul li{
width:23.5%;
text-align:center;
margin-bottom:4%;
}
.sb2-img{
width:100%;
padding-top:138%;
overflow:hidden;
box-sizing:border-box;
border:1px #c6c8c8 solid;
position:relative;
}
.sb2-img > div{
display:flex;
align-items: center;
justify-content: center;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}

.sb2-img > div img{
width:100%;
}

.sb2-p{
display:inline-block;
color:#fff;
background:#222c54;
border-radius:999px;
padding:10px 35px;
margin-bottom:20px;
}
.sb2-txt{
margin-top:20px;
color:#192244;
font-weight:500;
}
.sb2-txt span{
font-size:0.85em;
opacity:0.7;
font-weight:400;
}


.s12-box{
display:flex;
}
.s12b-left{
width:400px;
flex-shrink: 0;
}
.s12b-left span{
opacity:0.3;
font-weight:700;
letter-spacing: 0.1em;
font-size:24px;
}
.s12b-left p{
font-size:42px;
margin-top:30px;
}
.s12b-left p strong{
font-weight:800;
color:#1736ba;
}
.s12b-left em{
display:block;
font-size:24px;
font-weight:600;
}
.s12b-right{
flex-grow: 1;
padding-top:120px;
}
.s12b-right ul{
border-left:3px #1736ba solid;
padding-left:30px;
}
.s12b-right ul li{
display:flex;
align-items: center;
gap:20px;
padding-top:50px;
position:relative;
}
.s12b-right ul li:first-child{
padding-top:0;
}

.s12b-right ul li:after{
content:"";
display:block;
width:10px;
height:10px;
background:#1736ba;
border:15px #fff solid;
border-radius:999px;
position:absolute;
left:-52px;
}

.s12b-right ul li span{
letter-spacing: 0.02em;
font-size:1.25em;
font-weight:800;
color:#1736ba;
}
.s12b-right ul li p{
width:100%;
}

.s13-ul{
display:flex;
gap:2%;
flex-wrap:wrap;
}
.s13-ul li{
width:23.5%;
background:#fff;
border:1px #e4ebf0 solid;
box-sizing:border-box;
display:flex;
align-items: center;
justify-content: center;
padding:20px 0;
margin-bottom:2%;
}

.s13-ul li img{
width:80%;
}

.map-box dl{
margin-top:60px;
padding-top:60px;
border-top:1px #e0e0e0 solid;
}
.map-box dl:first-child{
margin-top:0;
padding-top:0;
border-width:0;
}

.mb-tit{
color:#20379a;
font-weight:600;
font-size:22px;
position:relative;
display:flex;
gap:5px;
align-items: baseline;
margin-bottom:20px;
}
.mb-tit:before{
display:block;
content:"";
width:7px;
height:7px;
border:4px #20379a solid;
border-radius:999px;
flex-shrink: 0;
}

.location ul{
margin-top:20px;
display:flex;
gap:3%;
}

.location li{
font-size:1.1em;
margin-top:10px;
display:flex;
gap:10px;
}

.location li span{
font-weight:700;
color:#0d205b;
flex-shrink: 0;
}





.sub-tab{
display: flex;
justify-content: space-between;
gap:5px;
margin-bottom:50px;
}
.sub-tab span{
cursor:pointer;
border:1px #e0e0e0 solid;
flex-grow: 1;
text-align:center;
padding:15px 0;
border-radius:5px;
}
.sub-tab span.current{
background:#262d4a;
color:#fff;
font-weight:500;
border-color:#262d4a;
}


.tab-content-box{
display:none;
}
.tab-content-box.current{
display:block;
}

.sc2-top{
background:#EDEFF6;
border-radius:10px;
box-sizing: border-box;
padding:50px;
margin-bottom:50px;
}

.sc2-dl1 dt{
font-weight:600;
font-size:22px;
background-color:#1f2d6d;
border-radius:10px 10px 0 0;
color:#fff;
padding:20px;
}
.sc2-dl1 dd{
border-radius:0 0 10px 10px;
background:#fff;
padding:20px;
color:#555;
}
.sc2-dl1{
margin-top:20px;
}
.sc2-dl1:first-child{
margin-top:0;
}
.sc2-line{
border-top:#EDEFF6 dashed 1px;
}
.sc2t-flex{
/*display:flex;
gap:2%;*/
}
.sc2t-flex dl{
text-align:center;
}
.sc2t-flex dl:nth-child(even) dt{
background-color:#089993;
}
.sc2t-flex dl img{
width:100%;
}

.sc2-box{
/*display:flex;
gap:50px;*/
}
.sc2-tit1{
color:#20379a;
font-weight:600;
font-size:22px;
position:relative;
display:flex;
gap:5px;
align-items: baseline;
margin-bottom:20px;
}
.sc2-tit1:before{
display:block;
content:"";
width:7px;
height:7px;
border:4px #20379a solid;
border-radius:999px;
flex-shrink: 0;
}

.sc-img{
border-radius:10px; 
border:1px #e0e0e0 solid;
padding:50px;
text-align:center;
}
.sc-img img{
width:100%;
}

.sc2-ul1{
width:100%;
display:flex;
gap:2%;
margin-top:50px;
flex-wrap:wrap;
}
.sc2-ul1 li{
width:32%;

box-sizing:border-box;
overflow:hidden;
margin-bottom:2%;
position:relative;
}

.sc2u-img{
width:100%;
padding-top:72%;
position:relative;
overflow: hidden;
border-radius:10px 10px 0 0;
}
.sc2u-img > div{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
display:flex;
align-items: center;
justify-content: center;
}
.sc2u-img > div img{
width:100%;
}
.sc2u-txt{
text-align:center;
padding:10px 0;
background:#EDEFF6;
font-weight:500;
color:#272b3d;
border-radius:0 0 10px 10px;
}

.sc2-ul1.sc2u1-col4 li{
width:23.5%;
}
.sc2-ul1.sc2u-i2 li .sc2u-img{
padding-top:112%;
border-radius:10px;
}

.sc2u1-num{
position:absolute;
display:flex;
width:40px;
height:40px;
border-radius:999px;
z-index:99;
background:#20379a;
color:#fff;
left:10px;
top:10px;
justify-content: center;
align-items: center;
font-weight:500;
font-size:0.85em;
letter-spacing: 0em;
}
.sc2u1-li1 .sc2u-txt{
background:#20379a;
color:#fff;
}
.sc2u1-li1 .sc2u1-num{
background:#20379a;
}
.sc2u1-li2 .sc2u-txt{
background:#192a6f;
color:#fff;
}
.sc2u1-li2 .sc2u1-num{
background:#192a6f;
}
.sc2u1-li3 .sc2u-txt{
background:#141f4c;
color:#fff;
}
.sc2u1-li3 .sc2u1-num{
background:#141f4c;;
}
.sc2u1-li4 .sc2u-txt{
background:#b33c0f;
color:#fff;
}
.sc2u1-li4 .sc2u1-num{
background:#b33c0f;
}

.ma50{
margin-top:50px;
}
.ma20{
margin-top:20px;
}
.sc2-ul1.ma-minus,
.ma-minus{
margin-top:-10px;
}

.sc2-table1{
width:100%;
table-layout: fixed;
}

.sc2-table1 thead th{
background:#2c355d;
padding:10px;
color:#fff;
border-left:1px rgba(255,255,255,0.2) solid;
}

.sc2-table1 tbody th{
background:#eaecf3;
padding:10px;
border-bottom:1px #d7d9e1 solid;
font-weight:500;
}
.sc2-table1 tbody td{
border-left:1px #d7d9e1 solid;
border-bottom:1px #d7d9e1 solid;
text-align:center;
font-size:0.9em;
padding:10px;
}

.sc2-cont{
margin-top:40px;
}
.sc2-cont dl{
margin-top:20px;
}
.sc2-cont dt{
color:#20379a;
font-weight:600;
font-size:22px;
position:relative;
display:flex;
gap:5px;
align-items: baseline;
}
.sc2-cont dt:before{
display:block;
content:"";
width:7px;
height:7px;
border:4px #20379a solid;
border-radius:999px;
flex-shrink: 0;
}

.sc2-cont dd{
margin-left:20px;
margin-top:5px;
} 






.tbl{position:relative;float:left;width:100%;border-top:5px solid #449ef9;margin-bottom:10px;}
.tbl table{position:relative;float:left;width:100%;}
.tbl table .hh {text-align:center;background:#ffffff;border-bottom:5px solid #449ef9;}
.tbl table .hh img{margin:0 20%;width:60%;max-width:400px;}

.tbl table th{text-align:center;font-size:16px;font-weight:400;color:#000;background:#f0f0f0;width:20%;}
.tbl table td{font-size:14px;color:#555;border-left:1px solid #b2b2b2;}
.tbl table th,.tbl table td{padding:10px;border-bottom:1px solid #b2b2b2;}

/* 시공문의 */
.tbl table td b{float:left;width:100%;font-size:16px;margin-top:10px;font-weight:400;}
.tbl table td span{float:left;height:44px;line-height:44px;font-size:26px;margin:0 2px;font-weight:400;}
.tbl table td .ip01{float:left;width:95%;height:42px;line-height:42px;font-size:16px;padding:0 12px;border:1px solid #ccc;}
.tbl table td .ip02{float:left;width:22%;height:42px;line-height:42px;font-size:16px;padding:0 12px;border:1px solid #ccc;}
.tbl table td .ip03{float:left;width:35%;height:42px;line-height:42px;font-size:16px;padding:0 12px;border:1px solid #ccc;}
.tbl table td textarea{float:left;width:95%;padding:10px;line-height:22px;font-size:16px;border:1px solid #ccc;}
.tbl table td select{float:left;width:25%;height:44px;line-height:24px;font-size:14px;padding:10px 12px;border:1px solid #ccc;}
input.tbl_btn{float:left;max-width:50%;min-width:140px;height:44px;line-height:44px;font-size:16px;font-weight:600;text-align:center;color:#fff;background:#000;border:none;}
.radio_btn{float:left;}
.radio_btn p{float:left;height:44px;line-height:44px;font-size:18px;font-weight:600;margin:0 40px 0 0;color:#777;}
.radio_btn input.rd_ip{float:left;width:18px;height:18px;margin:14px 10px 0 0;}

.terms{position:relative;float:left;width:96%;height:200px;padding:0 2% 2% 2%;overflow-x:hidden;overflow-y:scroll;font-size:14px;line-height:20px;background:#f4f4f4;}
.terms dl{float:left;width:100%;}
.terms dl dt{padding-bottom:10px;font-weight:600;font-size:16px;color:#555;margin-top:24px;}
.terms dl dd{padding-bottom:10px;font-size:14px;line-height:20px;color:#999;}

.agree{float:left;width:100%;margin:20px 0 60px 0;}
.agree input{float:left;width:18px;height:18px;line-height:18px;margin-right:10px;}
.agree label{float:left;font-size:18px;line-height:18px;}


.btn_w{position:relative;float:left;width:100%;text-align:center;margin-bottom:60px;}
input.btn{display:inline-block;width:260px;height:60px;line-height:30px;font-size:20px;font-weight:600;background:#aaa;text-align:center;color:#fff;border:2px solid #898989;margin:0 10px;}
input:hover.btn{background:#333;border:2px solid #000;}
input.btn2{display:inline-block;width:260px;height:60px;line-height:30px;font-size:20px;font-weight:600;background:#d24545;text-align:center;color:#fff;border:2px solid #b31515;margin:0 10px;}
input:hover.btn2{background:#fff;color:#d24545;border:2px solid #d24545;}