
#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: 'SUIT';
font-weight:400;
}

img,input,button,a,select{vertical-align:middle; }

body{
width:100%;
min-width:360px;
overflow-x:hidden;
}

:focus {
outline:none;
}

.blind,.gnb-open-btn,.gnb-close-btn,.mobile-gnb {
display:none;
}


.slick-slide {
display:inline-block;
}

header{
width:96%;
max-width:1280px;
margin:0 auto;
display:flex;
justify-content: space-between;
align-items: flex-end;
padding-bottom:23px;
}
.header-logo img{
width:350px;
}
.header-tnb{
display:flex;
justify-content: flex-end;
gap:35px;
padding:15px 0 10px;
overflow-x:auto;
word-break:keep-all;
word-wrap: normal;
white-space: nowrap;
}
.header-tnb a{
display:inline-block;
position:relative;
color:#888;
font-size:16px;

}
.header-tnb a:before{
display:block;
content:"";
width:1px;
height:12px;
background:#c4c4c4;
position:absolute;
left:-15px;
top:50%;
margin-top:-6px;
}
.header-tnb a:first-child:before{
display:none;
}
.header-gnb {
}

.gnb{
box-sizing:border-box;
display:flex;
justify-content: flex-end;
gap:120px;
}

.gnb > li {
text-align:center;
position:relative;
}

.gnb > li:hover > a{
font-weight:700;
color:#273890;
}

.gnb > li > a {
display:block;
font-size:20px;
font-weight:700;
padding:10px 0;
}

.gnb > li > ul{
position:absolute;
background:#2856d3;
border:1px #103cb6 solid;
width:150px;
left:50%;
margin-left:-80px;
top:50px;
z-index:99999;
padding:5px 10px;
box-sizing:border-box;
display:none;
}

.gnb > li:hover > ul {
height:auto;
display:block;
}

.gnb > li > ul li {
border-top:1px rgba(255,255,255,0.1) solid;
}


.gnb > li > ul li:first-child{
border-top-width:0;
}

.gnb > li > ul li a {
display:block;
color:rgba(255,255,255,0.7);
letter-spacing:0em;
padding:5px 0;
font-size:15px;
font-weight:300;
}


.gnb > li > ul li:hover a{
color:#fff;
font-weight:600;
}

.all-menu-area{
display:none;
}

.gnb-close-btn{
position:absolute;
right:281px;
top:0;
z-index:99999;
background:#3c3c3c;
width:35px;
height:35px;
line-height:35px;
text-align:center;
color:#fff;
font-size:25px;
display:block;
}

.mobile-open-btn{
position:absolute;
width:45px;
height:45px;
line-height:45px;
text-align:center;
font-size:32px;
top:55px;
right:10px;
border:2px #e0e0e0 solid;
display:none;
}

#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;
}

.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-tnb{
background:#fff;
border-bottom:1px #e0e0e0 solid;
padding:10px;
position:relative;
z-index:9999;
}

.side-tnb a{
display:inline-block; margin-right:10px;
}

/*footer*/
footer{
width:100%;
background:#303030;
}
.foot-box{
border:1px rgba(255,255,255,0.1) solid;
border-width:1px 0;
}
.foot-area{
width:100%;
max-width:1280px;
display:flex;
margin:0 auto;
height:72px;
justify-content: space-between;
align-items: center;
gap:10px;
}
.foot-area a{
color:#fff;
display:inline-block;
padding:5px 15px;
}
.foot-area a:first-child{
padding-left:0;
}
.foot-customer{
flex-grow: 1;
}
.foot-link{
width:250px;
flex-shrink: 0;
display:flex;
height:100%;
}
.foot-link select{
flex-grow: 1;
color:#fff;
padding:0 10px;
background:transparent;
border-color:rgba(255,255,255,0.1);
border-width:0px 0px 0px 1px;
}
.foot-link option {
color: #000;
}

.Q-top{
height:100%;
width:80px;
background:rgba(0,0,0,0.3);
display:flex;
color:#fff;
font-size:16px;
font-weight:700;
justify-content: center;
align-items: center;
flex-direction: column;
letter-spacing: 0.1em;
line-height:1.1em;
box-sizing:border-box;
border:1px rgba(255,255,255,0.1) solid;
border-width:0 1px;
flex-shrink: 0;
}
.Q-top i{
font-size:20px;
}

.foot-copy{
display:flex;
justify-content: space-between;
color:#fff;
width:96%;
max-width:1280px;
margin:0 auto;
padding:35px 0 25px;
}
.fc-p{
opacity:0.5;
letter-spacing: 0em;
}
.fc-visit{
display:flex;
align-items: center;
opacity:0.8;
gap:10px;
}
.fc-visit span{
background:#555;
border-radius:999px;
padding:5px 20px;
}
.fc-visit strong{
font-weight:800;
}
.color-y{
color:#f8fb00;
}

/********************* main *********************************/

/*visual*/
#visual{
width:100%;
margin:0 auto;
overflow:hidden;
position:relative;
z-index:333;
}
.visual-ment{
position:absolute;
width:1280px;
height:100%;
left:50%;
margin-left:-640px;
top:0%;
z-index:33;
display:flex;
align-items: center;
color:#fff;
font-weight:400;
text-shadow: 1px 1px 10px rgba(0,0,0,0.9);
font-size:58px;
line-height:1.25em;
}
.visual-ment p{
padding-bottom:80px;
}
.visual-ment strong{
font-weight:900;
}

.visual-area{
position:relativ;
z-index:11;
}
.va-box{
position:relative;
}

.va-img{
position:relative;
left:0%;
top:0;
margin-left:0px;
}

.va-img img{
width:100%;
}



#visual .slick-dots{
position:absolute;
width:100%;
text-align:center;
bottom:120px;
left:0;
z-index:9;
}

#visual .slick-dots li{
display:inline-block;
margin:0 7px;
}

#visual .slick-dots li button{
font-size:0;
width:15px;
height:15px;
box-sizing:border-box;
background:transparent;
border:3px #fff solid;
border-radius:999px;
display:block;      
}

#visual .slick-dots li.slick-active button{
background:#fff;
}

#visual .slick-list{
position:relative;
z-index:1;
}

.main-box{
width:96%;
max-width:1280px;
margin:0 auto;
position:relative;
margin-top:-80px;
margin-bottom:70px;
z-index:555;
display:flex;
}
#main-notice{
background:#3b4a97;
width:35%;
box-sizing:border-box;
padding:40px;
}
.mn-box{
position:relative;
}
.mn-box a{
display:block;
color:#fff;
}
.mn-box a:hover{
text-decoration: underline;

}
.mn-box a p{
height:2.6em;
line-height:1.3em;
overflow:hidden;
font-weight:700;
font-size:20px;
margin-bottom:10px;
}
.mn-box a div{
max-height:4.5em;
line-height:1.5em;
overflow:hidden;
}
.mn-date{
text-align:right;
color:rgba(255,255,255,0.7);
font-size:17px;
letter-spacing: 0em;
margin-top:30px;
display:block;
}
.mn-more{
position:absolute;
left:0;
bottom:0;
}
.mn-more a{
display:inline-block;
letter-spacing: 0em;
color:#adb9e1;
background:#222e6b;
padding:5px 15px;
border-radius:999px;
font-size:15px;
transition: 0.3s;
}
.mn-more a:hover{
color:#fff;
background:#08103b;
text-decoration: none;
}

#main-menu{
background:#a66084;
width:65%;
box-sizing:border-box;
padding:40px;
}

#main-menu ul{
height:100%;
display:flex;
justify-content: center;
align-items: flex-start;
gap:35px;
}
#main-menu ul li{
text-align:center;
width:25%;
}
#main-menu ul li a{
display:block;
font-size:22px;
font-weight:700;
color:#fff;
transition: 0.3s;
}
#main-menu ul li a span{
display:block;
font-weight:400;
font-size:13px;
text-transform: uppercase;
letter-spacing: 0.01em;
padding:10px 0 0px;
opacity:0.6;
}
.mm-ico{
width:100%;
padding-top:100%;
border-radius:999px;
background:#984b73;
position:relative;
transition: 0.3s;
}
.mm-ico img{
width:100%;
position:absolute;
left:0;
top:0;
}
#main-menu ul li a:hover .mm-ico{
background:#c1225d;
}
#main-menu ul li a:hover{
transform: translate(0px, -10px);
}


.sub-top{
background: linear-gradient(120deg, rgba(2,0,36,1) 0%, rgba(45,65,167,1) 45%, rgba(17,100,202,1) 100%);
text-align:center;
padding:55px 0 50px;
color:#fff;
}
.sub-top p{
font-weight:800;
font-size:44px;
}
.sub-top div{
letter-spacing: 0.05em;
opacity:0.5;
font-weight:300;
text-transform: uppercase;
font-size:16px;
margin-top:10px;
}
.sub-top div strong{
font-weight:800;
}

.sub-tit{
text-align:center;
font-weight:700;
font-size:38px;
padding:50px 0 40px;
}

.sub-content{
width:96%;
max-width:1280px;
margin:0 auto;
border-top:3px #333 solid;
padding:65px 0 100px;
font-size:20px;
font-weight:300;
}



.s11-top{
display:flex;
}
.s11t-txt{
flex-grow: 1;
box-sizing:border-box;
padding-right:80px;
word-break: keep-all;
line-height:1.8em;
}
.s11t-txt strong{
font-size:33px;
font-weight:800;
color:#0c1b61;
display:block;
line-height:1.6em;
margin-bottom:15px;
}
.s11t-img{
flex-shrink: 0;
width: 360px;
text-align:center;
}
.s11t-img img{
width:100%;
margin-bottom:10px;
}
.s11t-img strong{
font-size:26px;
font-weight:700;
display:inline-block;
margin-left:5px;
}
.s11-bottom{
border-top:1px #e0e0e0 solid;
padding-top:50px;
margin-top:50px;
line-height:1.8em;
word-break: keep-all;
}
.s11-bottom p{
margin-top:25px;
}

.sub-table-box{
width:100%;
overflow-x:scroll;
}
.sub-table-type1{
table-layout: fixed;
width:100%;
min-width:580px;
}
.sub-table-type1 td{
text-align:center;
border:1px #e0e0e0 solid;
font-size:0.85em;
}
.sub-table-type1 tbody th{
text-align:center;
border:1px #e0e0e0 solid;
background:#f6f7f9;
font-weight:700;
color:#191f3f;
}

.sub-table-type1 thead th{
text-align:center;
background:#3b4a97;
color:#fff;
padding:15px 0;
position:relative;
}
.sub-table-type1 thead th:after{
position:absolute;
content:"";
display:block;
width:1px;
height:18px;
background:rgba(255,255,255,0.3);
left:0;
top:50%;
margin-top:-9px;
}
.sub-table-type1 thead th:first-child:after{
display:none;
}


.sub-list-type1{
display:flex;
gap:2%;
flex-wrap:wrap;
}
.slt1-box{
width:49%;
box-sizing:border-box;
padding:25px 15px;
border:1px #e0e0e0 solid;
margin-bottom:2%;
border-radius:15px;
background:#f5f5f5;
display:flex;
}
.slt1-img{
width:95px;
flex-shrink: 0;
}
.slt1-img img{
width:100%;
}

.slt1-txt{
flex-grow: 1;
padding-left:25px;
}

.name{
font-weight:700;
color:#1d40b5;
margin-bottom:10px;
font-size:22px;
}

.slt1-box ul li{
border-top:1px #e0e0e0 solid;
font-size:16px;
padding:8px 0;
display:flex;
gap:10px;
}
.slt1-box ul li:first-child{
border-top-width:0;
padding-top:0;
}
.slt1-box ul li span{
font-weight:600;
position:relative;
padding-left:7px;
width:35px;
}
.slt1-box ul li span:after{
width:3px;
height:3px;
content:"";
display:block;
background:#8e94ae;
left:0;
top:10px;
position:absolute;
border-radius:999px;
}


.rule{
font-size:16px;
}

.rule h4{
font-weight:700;
position:relative;
font-size:1.125em;
color:#151d8d;
padding-left:10px;
margin-top:30px;
margin-bottom:10px;
border-top:1px #e0e0e0 solid;
padding-top:20px;
}

.rule h4:after{
content:"";
width:3px;
height:16px;
background:#151d8d;
position:absolute; 
left:0;
top:25px;
}

.rule h4:first-child{
border-top-width:0;
}

.rule h5{
font-size:1em;
color:#222;
font-weight:700;
margin-top:15px;
}

.rule h5 span{
font-weight:500;

}

.rule ol.ols {
margin-bottom: 10px;
margin-left: 0px;
padding-left: 12px;

list-style: outside;
}

.rule ol.ols li{
list-style-type: decimal !important;
line-height:180%;
margin:0 8px;
}

.rule h6{
font-size:1em;
margin-top:10px;
margin-bottom:5px;
font-weight:500;
position:relative;
}

/* ¸®½ºÆ® */
ul.uls {margin-bottom:16px; margin-left:10px; padding-left:12px; list-style:outside;}
ul.uls li {list-style-type:disc;}
dl.dls {margin-bottom:16px;}
dl.dls dt {color:#2aa400; font-weight:bold;}
dl.dls dd {padding:0 0 10px 20px;}


/*»çÀÌÆ®¸Ê*/
.sitemap:after{clear:both; display:block; height:0; content:""; visibility:hidden;}
.sitemap > li{float:left; width:25%;  border-left:1px #eee solid; box-sizing:border-box; padding-left:50px;}
.sitemap > li:first-child,
.sitemap > li:nth-child(4){border-left:1;}
.sitemap > li > a{font-weight:600; font-size:22px; display:block; margin-bottom:10px;}
.sitemap > li > ul > li > a{font-size:18px; padding:5px 12px; margin:5px 0; display:block; position:relative;}
.sitemap > li > ul > li > a:after{position:absolute; content:""; display:block; width:3px; height:3px; background:#999; left:0; top:18px;}
.sm-h1{height:400px;margin-bottom:60px;}
.sm-h2{height:290px;}


/*sub-login*/
.sub-login-box{
margin:30px auto;
background:#fff;
border:6px #1a5eba solid;
width:100%;
max-width:750px;
box-sizing: border-box;
border-radius:20px;
padding:45px;
}

.sub-login-box .login-top{
text-align:center;
}
.sub-login-box .login-top h2{
color:#333;
font-weight:700;
}
.sub-login-box .login-top h2 p{
font-size:15px;
color:#999;
margin:10px 0 20px;
font-weight:400;
}
.sub-login-box .lt-check{
position:unset;
border-bottom:1px #e0e0e0 dashed;
display:block;
padding-bottom:20px;
text-align:left;
}
.sub-login-box .li-in input{
line-height:2em;
}

.sub-login-box .li-in p span{
top:12px;
}

.sub-login-box .li-btn {
width:120px;
}

#login{
position:absolute;
right:0;
bottom:0;
z-index:10;
background:#fff;
border:4px #1a5eba solid;
box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
width:400px;
box-sizing: border-box;
border-radius:20px 10px 50px 10px;
padding:25px;
}

#login h2{
color:#1a5eba;
font-size:22px;
font-weight:700;
}

.login-top{
position:relative;
}

.lt-check{
position:absolute;
top:10px;
right:0;
display:inline-block;
text-align:right;
line-height:13px;
}

.lt-check p{
display:inline-block;
margin-left:10px;
font-size:12px;
font-weight:300;
}

.lt-check input{
margin:0;
vertical-align:top;
}

.login-input{
display:table;
width:100%;
table-layout: fixed;
margin:10px 0;
}

.li-in{
display:table-cell;
padding-right:10px;
}

.li-btn{
display:table-cell;
width:82px;
border-radius:5px;
background:#377cda;
text-align:center;
vertical-align:middle;
}

.li-btn a{
color:#fff;
font-weight:500;
font-family: 'Montserrat', sans-serif;
display:block;
}
.li-btn i{
display:block;
font-size:27px;
}


.li-in input{
border:0;
width:100%;
}

.li-in p{
border:1px #e0e0e0 solid;
border-radius:5px;
width:100%;
padding:5px;
box-sizing:border-box;
padding-left:80px;
position:relative;
}

.li-in p:first-child{
margin-bottom:5px;
}

.li-in p span{
width:70px;
position:absolute;
left:10px;
top:7px;
color:#3c577b;
font-size:15px;
display:block;
}

.li-in p span:after{
position:absolute;
right:0;
top:50%;
margin-top:-6px;
content:"";
display:block;
width:1px;
height:12px;
background:#e0e0e0;
}

.login-bottom{
text-align:center;
}

.login-bottom a{
display:inline-block;
color:#666;
padding:10px;
position:relative;
}

.login-bottom a:first-child:after{
content:"";
display:inline-block;
width:3px;
height:3px;
background:#c9c9c9;
position:absolute;
right:-3px;
top:50%;
}

div.partner-banner-b{width:100%; padding:0;margin:0;list-style: none;overflow:hidden;}
div.partner-banner-b a{display:inline-block; float:left;width:calc(33.3% - 0.2rem);text-align:center;margin:0.25rem 0.25rem 0.25rem  0;}
div.partner-banner-b a img{width:100%; max-width:100%;}
div.partner-banner-b a:nth-child(3n+1),
div.partner-banner-b a:nth-child(3n+2){margin-right:0.3rem;}
div.partner-banner-b a:nth-child(3n){margin-right:0;}

div.partner-banner{width:100%; padding:0;margin:0;list-style: none;overflow:hidden;}
div.partner-banner a{display:inline-block; float:left;width:calc(16.666% - 0.5rem);text-align:center;margin:0.25rem 0.25rem 0.25rem  0;}
div.partner-banner a img{width:100%; max-width:100%;}
div.partner-banner a:nth-child(6n+1),
div.partner-banner a:nth-child(6n+2),
div.partner-banner a:nth-child(6n+3),
div.partner-banner a:nth-child(6n+4),
div.partner-banner a:nth-child(6n+5){margin-right:0.6rem;}
div.partner-banner a:nth-child(6n){margin-right:0;}


.sub-tab {
overflow: hidden;
margin-bottom:1.5rem;
}

.sub-tab ul{
display:flex;
text-align:center;
justify-content: center; 
flex-wrap:wrap;
gap:5px;
}
.sub-tab li{
margin-top:0px;
}
.sub-tab li a{
display:block;
padding:10px 15px;
border:2px #2C43A9 solid;
margin-left:-1px;
min-width:150px;
position:relative;
color:#0a6737;
font-weight:500;
font-size:1.025em;
}

.sub-tab li a:hover{
background-color:#f7f7f7;	
}
.sub-tab li.current a{
background-color:#2C43A9;
border-color:#2C43A9;
color:#fff;
font-weight:700;
}


.grid0-head{width:11%;min-width:80px;}
.grid1-head{width:15%;min-width:90px;}
.grid2-head{width:20%;min-width:120px;}
.grid3-head{width:30%;min-width:150px;}
.grid4-head{width:40%;min-width:200px;}