@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
#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:17px;
line-height:1.5;
letter-spacing:0em;
font-family: 'Poppins', sans-serif,'SUIT';
font-weight:400;
}

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

:focus {
outline:none;
}

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


.slick-slide {
display:inline-block;
vertical-align:top;
}

header {
width:100%;
height:100px;
background-size:cover;
z-index:999;
box-sizing:border-box;
}
.header-box{
width:96%;
max-width:1280px;
margin:0 auto;
position:relative;
display:flex;
justify-content: space-between;
padding-top:35px;
}
.header-logo {
width: 320px;
}

.header-logo a{
display:block;
}

.header-logo a img{
width:100%;
}

.header-gnb {
height:55px;
z-index:99;
transition:all .5s;
box-sizing:border-box;
flex-grow: 1;
padding-left:15px;
max-width:600px;
}

.gnb {
width:100%;
max-width:1280px;
text-align:center;
position:relative;
height:auto;
box-sizing:border-box;
margin:10px auto 0;
display:flex;
justify-content: space-between;
}

.gnb > li {
display:table-cell;
position:relative;
height:55px;
line-height:55px;
text-align:center;
box-sizing:border-box;
vertical-align:top;
}

.gnb > li.all-menu img{
width:30px;
vertical-align:-5px;
}


.gnb > li:hover > a{
color:#0076bd;
font-weight:600;
}

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

.gnb > li.all-menu > a{
color:#fff;
font-size:24px;
}

.gnb > li > ul {
display:none;
position:absolute;
left:50%;
margin-left:-160px;
top:55px;
width:320px;
overflow:hidden;
z-index:5;
background:#006fba;
box-sizing:border-box;
border-radius:0 0 10px 10px;
}

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

.gnb > li > ul li {
height:40px;
line-height:40px;
border-top:1px rgba(255,255,255,0.2) solid;
}

.gnb > li > ul li a {
display:block;
color:rgba(255,255,255,0.7);
font-size:15px;
letter-spacing: 0.02em;
}

.gnb > li > ul li:hover{
background:rgba(0,0,0,0.2);
}

.gnb > li > ul li:hover a{
color:rgba(255,255,255,1);
font-weight:500;
}

.tnb{
text-align:right;
position:absolute;
left:50%;
right:0px;
width:640px;
top:10px;
}
.tnb li{
display:inline-block;
line-height:28px;
}

.tnb li:before{
content:"";
display:inline-block;
margin:0 12px 0 12px;
background-color:#adadad;
width:1px;
height:12px;
}
.tnb li:first-child:before,
.tnb li:last-child:before{
display:none;
}

.tnb li a{
font-size:16px;
color:#666;
display:inline-block;
line-height:inherit;
}
.tnb li.tnb-c1 a{
color:#1644b9;
font-weight: 500;
}
.tnb li.tnb-c2 a{
color:#d24a1a;
font-weight: 500;
}
.tnb li.tnb-eng a{
background:#253769;
padding:0 20px;
border-radius:999px;
margin-left:14px;
color:#fff;
letter-spacing:0em;
font-weight:300;
}

.tnb li a:hover{
color:#111;
}
.tnb li.tnb-eng a:hover{
color:#fff;
}

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

.gnb-close-btn{
position:absolute;
right:281px;
top:0;
z-index:99999;
background:#215bc7;
width:35px;
height:35px;
line-height:35px;
text-align:center;
color:#fff;
font-size:25px;
display:block;
cursor:pointer;
}

.mobile-open-btn{
position:absolute;
right:10px;
top:50%;
margin-top:-22px;
z-index:99999;
width:50px;
height:50px;
font-size:0;
display:none;
border-radius:999px;
color:#283174;
font-size:35px;
}

#sidebar{
position:fixed;
top:0;
bottom:0; 
display:none; 
right:-200px; 
z-index:9999; 
-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: 9;
}
.menu{
position:relative;
z-index:555555; 
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;
display:none;
}

.side-tnb a{
display:inline-block; margin-right:10px;
}



@media screen and (min-width:1025px) {
   .menu{
   width:100%;
   max-width:1280px;
   margin:0 auto;
   display:flex;
   flex-wrap:wrap;
   box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
   border-radius:10px 0 10px 10px; 
   box-sizing:border-box;
   padding:0;
   height:auto;
   }
   .menu > li{
   border-bottom:0;
   margin-bottom:0;
   padding-bottom:20px;
   text-align:center;
   width:20%;
   box-sizing:border-box;
   border-left:1px #e0e0e0 solid;
   border-bottom:1px #e0e0e0 solid;
   }
   .menu > li:nth-child(5n+1){
   border-left-width:0;
   }
   .menu > li:last-child{
   border-right:1px #e0e0e0 solid;
   }
   .menu > li > a{
   text-align:center;
   padding:10px 0;
   background:#215bc7;
   color:#fff;
   height:auto;
   margin-bottom:10px;
   }
   .menu > li ul{
   }
   #sidebar{
   width:100%;	
   background:rgba(0,0,0,0.3);
   top:20%;
   }
   .menu > li > ul > li{
   padding:2px;
   font-size:0.9em;
   }
   
   .gnb-close-btn{
   background:#002062;
   color:#fff;
   border-radius:0 10px 10px 0;
   width:50px;
   height:50px;
   line-height:50px;
   top:0px;
   left:50%;
   margin-left:640px;
   }

}




/*footer*/
footer{
width:100%;
border-top:1px #e5e5e5 solid;
}
.foot-area{
width:96%;
max-width:1280px;
margin:0 auto;
position:relative;
padding:30px 0 60px;
}

.fnb-top{
color:#fff;
flex-shrink: 0;
letter-spacing: 0em;
font-size:17px;
font-weight:700;
width:65px;
height:65px;
display:flex;
flex-wrap:wrap;
border-radius:9999px;
cursor:pointer;
justify-content: center;
align-content: center;
background:#216cd1;
text-align:center;
line-height:1.1em;
position:absolute;
right:0;
top:30px;
}
.fnb-top i{
width:100%;
margin-top:-5px;
}
.fnb-top p{
width:100%;
letter-spacing:0.025em;
font-size:16px;
}

.foot-info{
}
.foot-info p{
display:inline-block;
color:#666;
margin-bottom:10px;
margin-right:25px;
font-size:17px;
}

.foot-info strong{
font-weight:700;
}

.foot-copyright{
letter-spacing:0;
color:#999;
margin-top:10px;
}

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

/*visual*/
#main-visual{
width:100%;
max-width:2000px;
margin:0 auto;
overflow:hidden;
position:relative;
z-index:9;
}

.va-box{
position:relative;
}

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

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

.va-text{
position:absolute;
width:100%;
height:100%;
left:0%;
top:0%;
display:table;
}

.vat-box{
display:table-cell;
width:100%;
vertical-align:middle;
color:#333;
text-align:center;
}
.vat-t1{
font-family:'gms';
font-weight:600;
font-size:55px;
background: linear-gradient(to right, #43acff, #003f93);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 2px #fff;
text-stroke: 2px #fff;
}
.vat-t2{
font-weight:900;
font-size:35px;
color:#0b3e81;
-webkit-text-stroke: 1px rgba(255,255,255,0.8);
text-stroke: 1px rgba(255,255,255,0.8);
}
.vat-t3{
font-family:'gms';
font-weight:600;
font-size:30px;
letter-spacing:-1px;
color:#142c49;
padding-top:140px;
}
.vat-t4{
font-weight:600;
font-size:28px;
color:#142c49;

}
.vat-t4 strong{
font-weight:800;
}
.vat-t4 strong span{
font-size:0.85em;
font-weight:400;
}

.mv-slide .slick-list{
position:relative;
z-index:1;
}

.mv-slide .slick-arrow{
position:absolute;
z-index:999;
left:50%;
background:transparent;
font-size:60px;
color:#787878;
opacity:0.6;
width:40px;
height:40px;
line-height:40px;
text-align:center;
top:50%;
margin-top:-20px;
margin-left:-680px;
}
.mv-slide .slick-next{
margin-left:620px;
}

.mv-slide .slick-dots{
position:absolute;
bottom:35px;
z-index:999;
text-align:center;
width:100%;
}
.mv-slide .slick-dots li{
display:inline-block;
margin:0 5px;
}
.mv-slide .slick-dots li button{
font-size:0;
width:15px;
height:15px;
border-radius:9999px;
background:#fff;
opacity:0.4;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.mv-slide .slick-dots li.slick-active button{
opacity:1;
}

.main-top-box{
padding:40px 0;
}
.main-top-box-area{
width:96%;
max-width:1280px;
margin:0 auto;
display:flex;
justify-content: space-between;
gap:30px;
}

#quick-list{
flex-grow: 1;
}
#quick-list ul{
display:flex;
flex-wrap:wrap;
gap:2%;
}
#quick-list ul li{
flex:1 1 18%;
margin:10px 0;
border-left:1px #dddbd4 dashed;
}
#quick-list ul li:first-child{
border-left-width:0;
}
#quick-list ul li a{
display:flex;
text-align:center;
align-content: center;
align-items: center;
justify-content: center;
transition: .5s ease;
color:#1b2745;
font-weight:700;
line-height:1.1em;
}

#quick-list ul li a img{
width:80px;
margin:0 auto 15px;
display:block;
}
#quick-list ul li a:hover{
transform: translate(0px, -10px);
}



#subm-link{
flex-shrink: 0;
width: 365px;
position:relative;
overflow:hidden;
z-index:9;
background-image:url(img/sml-bg.jpg);
background-position:50%;
background-size:cover;
border-radius:15px;
box-sizing:border-box;
padding:15px;
}

.sml-tit{
text-align:center;
color:#fff;
}
.sml-tit span{
font-size:15px;
font-weight:700;
}
.sml-tit{
font-size:25px;
text-transform: uppercase;
line-height:1.1em;
letter-spacing: 0.025em;
}
.sml-tit strong{
font-weight:800;
}
.sml-list{
display:flex;
gap:4%;
margin-top:12px;
}
.sml-list li{
width:48%;
}
.sml-list li a{
display:flex;
justify-content: space-between;
align-items: center;
background: linear-gradient(#eee, #fff);
border-radius:10px;
box-shadow: 4px 4px 5px rgba(0,0,0,0.2);
padding:8px 10px;
color:#2f4f82;
height:50px;
box-sizing:border-box;
transition: .5s ease;
}
.sml-list li a:hover{
background: linear-gradient(#fff, #fff);
}
.sml-list li a img{
width:25px;
}
.sml-t{
font-weight:800;
text-transform: uppercase;

}
.sml-t span{
font-size:11px;
display:block;
font-weight:400;
line-height:1.1em;
}
.sml-list li a  i{
font-size:15px;
}






.main-middle-box{
background:#f1f2f4;
padding:50px 0;
}

.main-middle-box-area{
width:96%;
max-width:1280px;
margin:0 auto;
position:relative;
}

.mmb-board-tab{
width:100%;
box-sizing:border-box;
padding-right:70px;
border-radius:10px;
overflow:hidden;
display:flex;
border-left:1px #dddddd solid;
}

.mmb-tab-a{
cursor:pointer;
text-align:center;
background:#f9f9f9;
height:60px;
line-height:60px;
color:#666666;
border:1px #dddddd solid;
border-right-width:0;
flex-grow: 1;
}
.mmb-tab-a:first-child{
border-left-width:0;
}
.mmb-tab-a:hover{
font-weight:600;
color:#111;
}
.mmb-tab-a.current{
border-color:#216cd1;
color:#fff;
background-color:#216cd1;
}


.mmb-ba-box{
display:none;
}
.mmb-ba-box.current{
display:block;
}
.mmb-ba-box ul{
display:flex;
flex-wrap:wrap;
gap:2%;
}
.mmb-ba-box ul li{
width:49%;
margin-top:30px;
}
.mmb-ba-box ul li a{
background:#fff;
display:flex;
align-items: center;
box-sizing:border-box;
border-radius:15px;
padding:30px;
}
.mmb-t1{
flex-shrink: 0;
width:90px;
text-align:center;
color:#636e7d;
line-height:2em;
}
.mmb-t1 p{
font-weight:900;
font-size:50px;
padding-top:10px;
}
.mmb-t1 span{
font-size:17px;
font-weight:700;
}
.mmb-t2{
flex-grow: 1;
}
.mmb-t2 strong{
display:block;
font-size:22px;
font-weight:600;
height:1.5em;
line-height:1.5em;
overflow:hidden;
margin-bottom:5px;
}
.mmb-t2 p{
color:#777;
height:1.5em;
line-height:1.5em;
overflow:hidden;
}
.mmb-more{
position:absolute;
top:0px;
right:0;
}
.mmb-more a{
display:block;
background:#636e7d;
width:70px;
height:62px;
line-height:60px;
text-align:center;
color:#fff;
border-radius:0 10px 10px 0;
font-size:27px;
}

.main-bottom-box{
width:96%;
max-width:1280px;
margin:0 auto;
padding:60px 0;
}
.mbba-tit{
font-size:42px;
font-weight:700;
text-align:center;
}

.mbba-slide{
margin-top:50px;
box-sizing:border-box;
padding:0 50px;
position:relative;
}
.mbba-slide .slick-list{
width:100%;
overflow:hidden;
}
.mbba-slide .slick-list .slick-slide{
padding:0 20px;
}
.mbba-box a{
display:block;
text-align:center;
}
.mbbab-p{
font-size:20px;
font-weight:600;
height:1.5em;
line-height:1.5em;
margin:20px 0 15px;
overflow:hidden;
}
.mbbab-img{
border-radius:15px;
overflow:hidden;
box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
.mbbab-img img{
width:100%;
}
.mbbab-btn{
display:inline-block;
border:1px #cecece solid;
padding:5px 20px;
border-radius:999px;
color:#868686;
}
.mbba-slide .slick-arrow{
position:absolute;
width:50px;
height:50px;
display:flex;
align-content: center;
align-items: center; 
justify-content: center;
background:#a8adb3;
font-size:25px;
color:#fff;
border-radius:999px;
left:0;
top:50%;
margin-top:-25px;
}
.mbba-slide .slick-arrow.slick-next{
left:auto;
right:0;
}


.main-gallery{
display:flex;
}
.m-gallery-tit{
flex-shrink: 0;
width: 260px;
margin-top:50px;
}
.m-gallery-tit p{
font-size:42px;
line-height:1.2em;
}
.m-gallery-tit p strong{
font-weight:800;
}
.m-gallery-tit span{
font-size:22px;
font-weight:600;
display:block;
margin-bottom:10px;
}
.mgs-box a{
display:block;
width:290px;
}
.mgsb-img{
width:100%;
padding-top:75%;
overflow:hidden;
background:#fff;
position:relative;
border-radius:10px;
}
.mgsb-img img{
position:absolute;
left:50%;
top:50%;
max-width:100%;
}

.mgsb-txt p{
font-size:20px;
height:1.5em;
line-height:1.5em;
overflow:hidden;
font-weight:500;
margin:20px 0 5px;
}
.mgsb-txt span{
display:block;
color:#878787;
}
.m-gallery-slide{
flex-grow: 1;
}
.m-gallery-slide .slick-list{
width:100%;
overflow:hidden;
}
.m-gallery-slide .slick-slide > div{
padding:0 20px;
}
.m-gallery-slide .slick-arrow{
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
background: #a8adb3;
font-size: 25px;
color: #fff;
border-radius: 999px;
left: 0;
top: 220px;
}
.m-gallery-slide .slick-arrow.slick-next{
left:60px;
}

#site-banner{
padding:40px 0;
border-top:1px #e5e5e5 solid;
}
.sb-list{
width:96%;
max-width:1280px;
margin:0 auto;
position:relative;

}
#site-banner .slick-slide > div{
padding:0 5px;
}

#site-banner .slick-list{
overflow:hidden;
flex-grow: 1;
}
#site-banner .sb-list{
display:flex;
align-items: center;
gap:10px;
}
#site-banner .slick-arrow{
flex-shrink: 0;
background:#f5f5f5;
width:50px;
height:50px;
line-height:40px;
text-align:center;
color:#5f5f5f;
border-radius:9999px;
}

.sbl-box a{
display:block;
box-sizing:border-box;
display:flex;
overflow: hidden;
justify-content: center;
align-content: center;
flex-wrap:wrap;
height:65px;
}
.sbl-box a img{
width:90%;
}



.main-search-form{
padding:0 40px;
display:flex;
flex-wrap:wrap;
justify-content: space-between;
}
.main-search-form select{
width:100%;
border-radius:5px;
padding:12px 5px;
background:#f6f2f0;
border:1px #ece3dc solid;
font-size:15px;
color:#666;
margin-bottom:7px;
box-sizing:border-box;
}
.main-search-form input{
border-radius:5px;
padding:12px 5px;
background:#f6f2f0;
border:1px #ece3dc solid;
font-size:15px;
color:#666;
width:60%;
box-sizing:border-box;
}
.main-search-form input[type="button"]{
width:37%;
background:#d4541b;
border-color:#d4541b;
font-sizie:18px;
color:#fff;
transition: .5s ease;
}
.main-search-form input[type="button"]:hover{
background:#872900;
border-color:#872900;
}



/*sub*/
.sub-visual{
background:url(img/sub-visual.jpg);
backgroud-repeat:no-repeat;
background-position:50% 50%;
height:320px;
line-height:320px;
font-size:60px;
font-weight:700;
text-align:center;
color:#fff;
}

.sub-area{
width:96%;
max-width:1280px;
margin:0 auto;
padding:40px 0 90px;
}

.sub-nav{
border-bottom:1px #e0e0e0 solid;
}
.sub-nav-area{
width:96%;
max-width:1280px;
margin:0 auto;
display:flex;
}
.snv-home{
border:1px #e0e0e0 solid;
border-width:0 1px;
padding:0px 20px;
height:50px;
line-height:50px;
}

.sub-nav-area > div{
position:relative;
border-right:1px #e0e0e0 solid;
padding:0px 60px;
color:#666;
font-size:0.95em;
box-sizing:border-box;
}
.sub-nav-area > div > p{
height:50px;
line-height:50px;
}
.sub-nav-area > div i{
padding-left:30px;
}
.sub-nav-area > div ul{
position:absolute;
width:100%;
left:0;
border:1px #e0e0e0 solid;
border-top-width:0;
top:50px;
box-sizing:border-box;
background:#fff;
z-index:999;
display:none;
}
.sub-nav-area > div ul a{
border-top:1px #e0e0e0 solid;
padding:5px 10px; 
display:block;
font-size:0.85em;
color:#777;
}
.sub-nav-area > div:hover ul{
display:block;
}

.sub-tit{
font-weight:600;
text-align:center;
font-size:45px;
padding-top:70px;
}


.s11-top{
display:flex;
align-items: flex-end;
border-bottom:3px #1e49a2 solid;
padding-bottom:50px;
margin-bottom:50px;
}
.s11t-img{
flex-shrink: 0;
width: 168px;
}
.s11t-img img{
width:100%;
}
.s11t-txt{
flex-grow: 1;
padding-left:60px;
font-weight:500;
font-size:20px;
word-break: keep-all;
}
.s11t-txt strong{
font-size:22px;
font-weight:600;
color:#1e49a2;
display:block;
margin-bottom:15px;
}
.s11-bottom{
color:#666;
word-break:keep-all;
line-height:1.8em;
}
.s11-bottom p{
margin-bottom:30px;
}
.s11-name{
font-size:1.025em;
color:#111;
}
.s11-name span{
font-size:0.95em;
display:block;
}
.s11-name strong{
font-weight:700;
font-size:1.25em;
}

.sjb-img{
display:table-cell;
width:130px;
}

.sjb-img img{
margin-top:40px;
width:100%;
}

.sjb-text{
display:table-cell;
vertical-align:middle;
padding-left:30px;
position:relative;
}


.sc-box1{
background:#edf1f6;
box-sizing:border-box;
padding:10px 30px;
border-radius:15px;
}

.sc-dl1{
margin:30px 0;
}
.sc-dl1 dt{
color:#0049ac;
border:2px #255eac solid;
padding:5px 30px;
border-radius:999px;
display:inline-block;
font-weight:600;
letter-spacing: 0.02em;
}
.sc-dl1 dd{
margin-top:10px;
opacity:0.7;
}
.sc-dl1 dd div p{
margin-bottom:20px;
}
.sc-dl1 dd ul li{
margin-bottom:10px;
position:relative;
padding-left:15px;
word-break: keep-all;
}
.sc-dl1 dd ul li strong{
font-weight:700;
opacity:1;
}
.sc-dl1 dd ul li:after{
position:absolute;
content:"";
display:block;
width:4px;
height:4px;
background:#797e85;
border-radius:999px;
left:3px;
top:13px;
}

.sc-box2{
margin:50px 0;
border-top:2px #0049ac solid;
}
.sc-box3{
border-top:2px #0049ac solid;
margin-top:20px;
}
.sc-dl2{
border-bottom:1px #e0e0e0 solid;
display:flex;
padding:20px 0;
align-content: center;
align-items: center;
}
.sc-dl2 dt{
color:#0049ac;
font-weight:700;
flex-shrink: 0;
font-size:1.25em;
width: 170px;
position:relative;
}
.sc-dl2.sc-dl2-center dt{
text-align:center;
}

.sc-dl2 dd{
flex-grow: 1;
padding-left:30px;
border-left:1px #e0e0e0 solid;
}
.sc-dl2-1{
align-items: stretch;
}
.sc-dl2-1 dd{
border-left-width:0;
}

.history-box{
display:flex;
border-top:1px #e0e0e0 solid;
padding-top:25px;
padding-bottom:15px;
}
.history-box:first-child{
border-top-width:0;
padding-top:0;
}
.history-box p{
flex-shrink: 0;
width: 120px;
font-weight:800;
font-size:35px;
color:#a9b9d0;
}
.history-box ul{
flex-grow: 1;

}
.sc-ul1 li{
margin-bottom:10px;
position:relative;
padding-left:15px;
word-break: keep-all;
font-size:0.9em;
}
.sc-ul1 li:after{
position:absolute;
content:"";
display:block;
width:4px;
height:4px;
background:#acb4be;
border-radius:999px;
left:3px;
top:12px;
}
.sc-tit1{
margin-top:60px;
font-weight:800;
font-size:1.8em;
color:#1f2a38;
}


.s14-box{
border-top:1px #e0e0e0 solid;
margin-top:50px;
padding-top:30px;
position:relative;
}
.s14-box:after{
position:absolute;
content:"";
display:block;
width:40px;
height:5px;
background:#216cd1;
top:-1px;
left:5px;
}

.s14-tit1{
font-weight:800;
font-size:1.25em;
color:#1056b4;
margin-bottom:10px;
}
.s14-box dl{
font-size:0.9em;
margin-bottom:30px;
}
.s14-box dt{
font-weight:700;
margin-bottom:5px;
}
.ols{
list-style-type: decimal;
padding-left:15px;
opacity:0.8;
margin-top:10px;
}
.ols > li{
margin-bottom:5px;
list-style-type: decimal;
box-sizing:border-box;
}

.s14-table{
width:100%;
max-width:800px;
margin-top:10px;
}
.s14-table th,
.s14-table td{
font-size:1em;
border:1px #c7d0dc solid;
text-align:center;
padding:10px;
width:33.33%;
}
.s14-table th{
background:#edf1f6;
border-top:2px #333 solid;
font-weight:700;
}
.s14-table td:first-child{
font-weight:700;
}

.inbox{
background:#f8f8f8;
box-sizing:border-box;
padding:30px;
border-radius:15px;
}
.inbox dt{
font-size:1.25em;
}
.inbox dd{
font-size:0.9em;
opacity:0.7;
display:flex;
flex-wrap:wrap;
}
.inbox dd span{
width:25%;
}

.sub-tab1{
display:flex;
justify-content: center;
gap:10px;
margin-bottom:30px;
}
.sub-tab1 a{
display:block;
height:56px;
line-height:56px;
box-sizing:border-box;
border:2px #003a89 solid;
padding:0 60px;
border-radius:999px;
font-weight:700;
color:#003a89;
font-size:1.125em;
}
.sub-tab1 a:hover{
background:#c8d3e1;
border-color:transparent;
color:#0b1e38;
}
.sub-tab1 .current a{
background:#003a89;
color:#fff;
}

.sub-tab2{
display:flex;
flex-wrap:wrap;
margin-bottom:50px;
border:1px #e0e0e0 solid;
border-width:1px 0 0 1px;
}
.sub-tab2 li{
border:1px #e0e0e0 solid;
border-width:0 1px 1px 0px;
width:20%;
box-sizing:border-box;

}
.sub-tab2 li a{
display:block;
position:relative;
padding:10px;
font-size:15px;
color:#6a6a6a;
}
.sub-tab2 li:hover{
border-color:transparent;
}
.sub-tab2 li:hover a:after{
content:"";
display:block;
width:100%;
height:100%;
border:1px solid #003a89;
box-sizing:border-box;
top:0;
left:0;
position:absolute;
}
.sub-tab2 li a:hover{
color:#003a89;
}
.sub-tab2 li.current{
border-color:#003a89;
}
.sub-tab2 li.current a{
background:#003a89;
color:#fff;
}
.sub-tab2 li a i{
position:absolute;
right:12px;
font-size:0.7em;
line-height:12px;
margin-top:-6px;
top:50%;
opacity:0.6;
}


.sc-tit2{
font-weight: 800;
font-size: 28px;
color:  #0954ba;
margin-bottom: 30px;
}
.sc-tit2:before{
content: "";
display: block;
width: 40px;
height: 5px;
background: #216cd1;
margin-bottom:10px;
}

.s15-list1{
display:flex;
flex-wrap:wrap;
gap:4%;
}
.s15-list1 li{
width:16.8%;
margin-bottom:40px;
text-align:center;
}

.s15-l1-img{
box-sizing:border-box;
border:1px #e0e0e0 solid;
border-radius:10px;
overflow:hidden;
}
.s15-l1-img img{
width:100%;
}

.s15-l1-txt{
margin-top:15px;
}
.s15-l1-txt strong{
font-weight:700;
font-size:1.2em;
}
.s15-l1-txt span{
opacity:0.8;
font-size:0.9em;
}

.sc-table2 thead th{
background:#1a2a40;
color:#fff;
padding:15px;
font-weight:500;
border-left:1px rgba(255,255,255,0.2) solid;
}
.sc-table2 thead th:first-child{
border-left:0;
}
.sc-table2 tbody th{
background:#e9eef4;
border-bottom:1px #cad3de solid;
font-weight:500;
padding:10px;
color:#13253b;
font-size:0.9em;
}

.sc-table2 tbody td{
border-left:1px #dce1e8 solid;
border-bottom:1px #dce1e8 solid;
font-size:0.9em;
padding:10px;
}

.sc-tit3{
text-align:center;
font-weight:300;
font-size:30px;
}
.sc-tit3 strong{
font-weight:700;
}

.sc-list1{
background: #edf1f6;
box-sizing: border-box;
padding: 20px 50px;
border-radius: 15px;
margin-top:30px;
}
.sc-list1 li{
font-size:1.05em;
position:relative;
font-weight:500;
box-sizing:border-box;
padding:10px;
padding-left:15px;
color:#151e2b;
word-break:keep-all;
}
.sc-list1 li:after{
position:absolute;
width:6px;
height:6px;
content:"";
display:block;
background:#255eac;
left:0;
top:20px;
}

.sc-btn1{
display:inline-block;
font-size:0.85em;
background:#4d6c96;
color:#fff;
border-radius:9999px;
padding:5px 20px;
margin-top:10px;
transition: .5s ease;
}
.sc-btn1:hover{
background:#343e4a;
}
.sc-btn1 i{
margin-left:10px;
}

.sc-list2{
display:flex;
gap:50px;
}
.sc-l2-center{
justify-content: center;
font-size:1.125em;
background:#edf1f6;
padding:30px;
border-radius:15px;
}
.sc-list2 li strong{
font-weight:700;
}

.ma10{
margin-top:10px;   
}


.sc-p1{
font-size:0.95em;
margin-top:10px;
font-weight:400;
opacity:0.8;
}

.sc-color1{
color:#c93412;   
}

.sc-agree-box{
text-align:center;
margin-top:15px;
}
.sc-btn-box1{
border-top:1px #e0e0e0 dashed;
margin-top:40px;
}

.sc-btn-box1 li{
width:100%;
max-width:520px;
margin:0 auto;
display:flex;
justify-content: space-between;
font-weight:700;
color:#20305d;
align-items: center;
margin-top:20px;

}

.sc-btn-box1 li a{
display:inline-block;
background: linear-gradient(to right, #209cff 0%,#8652db 100%);
padding:10px 0px;
width:200px;
color:#fff;
border-radius:99px;
transition: .5s ease;
text-align:center;
}
.sc-btn-box1 li a:hover{
background: linear-gradient(to right, #193073 0%,#21249f 100%);
}

.join-agree-text{
border:1px #e0e0e0 solid;
border-radius:15px;
box-sizing:border-box;
padding:20px;
height:200px;
overflow:hidden;
overflow-y:scroll;
}

.line1{
border-top:1px #e0e0e0 dashed;
padding-top:30px;
margin-top:40px;
}

.sc-list3{
display:flex;
gap:1%;
margin-top:30px;
}
.sc-list3 li{
width:24.25%;
border:2px #1e49a2 solid; 
border-radius:15px;
overflow:hidden;
}
.sc-list3 li dt{
background:#1e49a2;
color:#fff;
text-align:center;
padding:20px 0;
font-weight:700;
font-size:30px;
}
.sc-list3 li:nth-child(2){
border-color:#2d3993;
}
.sc-list3 li:nth-child(2) dt{
background:#2d3993;
}
.sc-list3 li:nth-child(3){
border-color:#3e317e;
}
.sc-list3 li:nth-child(3) dt{
background:#3e317e;
}
.sc-list3 li:nth-child(4){
border-color:#533472;
}
.sc-list3 li:nth-child(4) dt{
background:#533472;
}

.sc-list3 li dt > i{
display:block;
margin:0 auto;
font-size:40px;
opacity:0.7;
}
.sc-list3 li dt a{
display:block;
margin:10px auto 0;
width:130px;
padding:4px 0;
text-align:center;
font-weight:500;
font-size:16px;
background:rgba(255,255,255,0.2);
color:rgba(255,255,255,0.9);
border-radius:999px;
transition: .5s ease;
}
.sc-list3 li dt a:hover{
background:rgba(255,255,255,1);
color:#111;
}
.sc-list3 li dd{
padding:20px;
word-break:keep-all;
font-size:0.95em;
}
.sc-list3 li dd span{
display:block;
font-weight:500;
margin-top:5px;
}
.sc-list3 li dd a{
display:block;
margin:0 auto;
width:80%;
text-align:center;
}

.join-box{
border:1px #e0e0e0 solid;
border-radius:15px;
box-sizing:border-box;
overflow:hidden;
}
.join-box li{
border-top:1px #e0e0e0 solid;
}
.join-box li:first-child{
border-top-width:0;
}
.join-box dl{
display:flex;
align-content: center; 
}
.join-box dt{
flex-shrink: 0;
width: 180px;
font-weight:700;
text-align:center;
padding:15px 0;
}
.join-box dd{
flex-grow: 1;
padding:15px 15px;
border-left:1px #e0e0e0 solid;
font-size:0.85em;
}

.jbb-btn{
line-height:36px;
height:36px;
background:#636e7d;
padding:0 10px;
color:#fff;
border-radius:5px;
font-size:0.9em;
display:inline-block;
margin-left:5px;
}
.join-box dd input,
.join-box dd select,
.join-box dd textarea{
border:1px #dedede solid;
border-radius:5px;
padding:0 5px;
}

.join-box dd input[type="text"],
.join-box dd input[type="password"],
.join-box dd select{
line-height:36px;
height:36px;
box-sizing:border-box;
background:#f5f5f5;
font-size:0.95em;
}
.join-box dd input[type="file"]{
border-width:0;
background:#fff;
padding:0;
font-size:0.95em;
border-radius:0;
}

.join-box dd p{
margin:5px 0;
}
.join-box dd .jbb-p1{
color:#666;
font-size:0.9em;
margin-top:8px;
}

.sc-btn2{
text-align:center;
margin-top:50px;
}

.sc-btn2 input{
height:55px;
line-height:55px;
padding:0 50px;
border-radius:999px;
border-width:0;
background:#0550b5;
color:#fff;
font-weight:600;
margin-right:5px;
}
.sc-btn2 a{
height:55px;
line-height:55px;
padding:0 50px;
border-radius:999px;
border-width:0;
font-weight:600;
background:#dfdfdf;
display:inline-block;
margin:0 5px;
}

.login-box{
background:#edf1f6;
border:1px #dde4ec solid;
width:100%;
max-width:800px;
margin:0 auto;
text-align:center;
padding:50px;
border-radius:20px;
box-sizing: border-box;
}

.login-box input{
width:100%;
max-width:500px;
border:0;
border-radius:999px;
height:60px;
line-height:60px;
padding:0 20px;
box-sizing: border-box;
border:1px #dee2e8 solid;
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.login-box li{
margin:10px 0;
}

.login-btn{
display: inline-block;
background: linear-gradient(to right, #209cff 0%,#8652db 100%);
padding: 10px 0px;
width: 200px;
color: #fff;
border-radius: 99px;
transition: .5s ease;
text-align: center;
font-weight:600;
font-size:1.125em;
margin-top:10px;
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.lb-bottom{
border-top:1px #cad4e0 dashed;
padding-top:30px;
margin-top:40px;
}
.lb-bottom a{
display:inline-block;
background:#ced4db;
font-size:0.9em;
padding:10px 30px;
border-radius:999px;
margin: 0 5px;
}

.login-p1{
font-weight:800;
font-size:45px;
letter-spacing: 0.05em;
color:#5b749b;
margin-bottom:20px;
}

.orga-box{
position:relative;
margin-bottom:50px;   
}
.orga-box img{
width:100%;
}
.org_info{
background:#fff;
border:1px #e2e2e2 solid;
padding:15px;
border-radius:15px;
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
font-size:13px;
}
.org_info h6{
font-size:1.125em;
color:#003a89;
font-weight:600;
}