
@font-face {
    font-family: 'LSK-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'LSK-Rg';
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/LINESeedKR-Rg.eot');
    src:url('https://cdn.jsdelivr.net/gh/wizfile/font/LINESeedKR-Rg.woff') format('woff');
    font-style: normal;
}
	
#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: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:#333;
font-size:17px;
line-height:1.4;
letter-spacing:-0.05em;
font-family: 'SUIT';
font-weight:400;
}

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

:focus {
outline:none;
}


aside.time{
width:100%;
background:#4c52d9;
}

.time-area{
width:96%;
max-width:980px;
margin:0 auto;
display:flex;
color:#fff;
justify-content: center;
line-height:77px;
font-size:32px;
font-weight:600;
}

.time-area img{
width:50px;
margin-right:10px;
}
.time-area p{
padding:0 40px;
}

.time-area .time-num{
font-size:44px;
position:relative;
}

.time-area .time-num:after{
position:absolute;
content:"";
display:block;
width:1px;
height:28px;
border-left:1px dashed #fff;
top: 50%;
margin-top:-14px;
left:0;
opacity:0.3;
}
.width-box{
width:96%;
max-width:980px;
margin:0 auto;
}
.intro img{
width:100%;
}
.gp-box{
font-size:30px;
text-align:center;
background:#f9f9f9;
box-shadow: 4px 4px 9px rgba(0,0,0,0.1);
padding:50px 10px;
margin-top:50px;
}

.gp-box img{
width:340px;
}

.gp-box dd{
margin-top:40px;
}

.box1{
padding:50px 0;
}
.box1 img{
width:100%;
}

.product-list ul{
display:flex;
flex-wrap:wrap;
justify-content: center;
gap:40px;
}

.product-list ul li{
width:47%;
box-shadow:0px 0px 7px rgba(0,0,0,0.1);
border-radius:5px;
overflow:hidden;
box-sizing:border-box;
padding:35px;
margin-bottom:10px;
transition: all .3s ease-out;
}

.pl-img{
width:100%;
border-radius:5px;
overflow:hidden;
box-sizing:border-box;
}

.pl-img img{
width:100%;
transition: all .3s ease-out;
}

.pl-tit{
font-size:24px;
font-weight:700;
margin-bottom:30px;
text-align:center;
}

.product-list ul li:hover .pl-img img,
.product-list02 ul li:hover .pl-img img{
-webkit-transform: scale(1.1); transform: scale(1.1);
}
.product-list ul li:hover{
transform: translatey(-20px);
}


.pl-dl dt{
text-align:center;
font-size:22px;
font-weight:600;
margin-bottom:20px;
}

.pl-dl dt p{
font-weight:900;
font-size:40px;
margin-bottom:15px;
}
.pl-table{
width:100%;
table-layout:fixed;
border-collapse: separate;
border-spacing: 0px 15px;
}
.pl-table th{
width:50%;
text-align:left;
font-size:22px;
font-weight:600;
color:#888;
}
.pl-table td{
width:50%; 
text-align:right;
font-size:22px;
font-weight:600;
color:#888;
}
.pl-table .plt-point th{
color:#d40e0e;
}
.pl-table .plt-point td{
color:#000;
}
.pl-table tfoot td{
background:#4940f1;
color:#fff;
padding: 15px 0;
font-weight:800;
font-size:40px;
text-align:center;
letter-spacing:0em;
border-radius:5px;
}

.pl-table tfoot td span{
font-size:32px;
font-weight:600;
}
.pl-ban{
font-size:17px;
color:#888;
margin-top:10px;
}
.pl-ban strong{
font-weight:700;
color:#555;
display:block;
margin-bottom:5px;
}

.product-list02 > ul{
display:flex;
gap:2%;
flex-wrap:wrap;
}
.product-list02 > ul > li{
width:49%;
}
.product-list02  .pl-img{
background:#fff;
}
.tabs ul{
display:flex;
gap:5px;
background:#e5e9f3;
border-radius:20px 20px 0 0;

}
.tabs li{
box-sizing:border-box;
flex-grow: 1;
padding:10px 20px 5px;
text-align:center;
}
.tabs li.active{
background:#fff;
border:2px #1f3abd solid;
border-bottom:0;
border-radius:20px 20px 0 0;
}
.tabs li img{
width:90%;
opacity:0.7;
}
.tabs li.active img{
opacity:1;
}

.plt-box{
display:none;
}
.plt-box.current{
display:block;
}
.plt-box table{
width:100%;
table-layout: fixed;
border-bottom:2px #565cc2 solid;
}
.plt-box table th{
border-right:1px #e4eaf7 solid;
text-align:center;
border-top:1px #e4eaf7 solid;
color:#666;
}
.plt-box table td{
border-top:1px #e4eaf7 solid;
text-align:center;
padding:10px;
font-weight:600;
}
.plt-box table td.plt-bg1{
background:#e9f0f7;
border-color:#c5d1e0;
}
.plt-box table td.plt-color1{
color:#2758c0;
}
.plt-box table td.plt-color-red{
color:#f90909;
}



.plt-box table td.plt-bg2{
background:#f3eae3;
border-color:#e0d5cb;
border-left:1px #cfc4ba solid;
}
.plt-box table td.plt-color2{
color:#dd4a19;
}






.m-tit p{
font-size:80px;
line-height:1.4em;
font-family:"LSK-Bd";
}
.m-tit p em{
font-size:90px;
font-style: italic;
position:relative;
display:inline-block;
}
.m-tit p em:after{
position:absolute;
content:"";
width:100%;
height:25px;
background:#f4e8e7;
left:0;
bottom:5px;
z-index:-1;
}
.m-tit div{
font-family:"LSK-kr";
font-size:32px;
margin-top:20px;
opacity:0.8;
}

.m-tit p em.mt-red{
color:#e03347;
}
.m-tit p em.mt-blue{
color:#2d34c6;
}
.m-tit p em.mt-blue:after{
background-color:#dddeef;
}

.md-img{
text-align:center;
margin:30px 0;
}
.md-img img{
width:100%; 
max-width:900px;
}

.md-p1{
font-size:44px;
}
.md-p2{
font-size:65px;
font-weight:800;
margin-top:20px;
}
.md-p2 strong{
font-size:80px;
color:#e03347;
}
.md-p2 em{
font-style:italic;
}
.md-p3{
font-size:26px;
}


.md-text{
background:#fff;
padding:30px 50px;
display:flex;
width:86%;
margin:30px auto;
box-sizing: border-box;
position:relative;
}
.md-text > div.md-arrow{
position:absolute;
z-index:33;
left:50%;
width:84px;
margin-left:-42px;
top:50%;
margin-top:-10px;
}
.md-text > div.md-arrow.mda-mobile{
display:none;
}
.md-arrow img{
width:100%;
}
.md-text > div{
width:50%;
box-sizing:border-box;
}
.md-t1{
border-right:2px #e0e0e0 dashed;
padding-right:50px;
}
.md-t2{
padding-left:50px;
}
.md-text dt{
font-weight:700;
font-size:30px;
color:#666;
border-bottom:2px #e0e0e0 solid;
padding:10px 0 20px;
margin-bottom:30px;
}
.md-text dd ul li{
display:flex;
font-weight:600;
font-size:20px;
color:#444;
margin-bottom:15px;
padding:0 10px;
}
.md-text dd ul li.ex-red{
border:3px #dc1d1d solid;
border-radius:10px;
padding:10px;
color:#dc1d1d;
}

.md-text dd ul li.ex-blue{
border:3px #3b4da6 solid;
border-radius:10px;
padding:10px;
color:#3b4da6;
background:#e5e8f7;
font-weight:800;
font-size:1.2em;
}
.md-text dd ul li span{
flex-shrink: 0;
}
.md-text dd ul li p{
text-align:right;
flex-grow: 1;
}
.md-result{
border-radius:5px;
text-align:center;
font-weight:700;
font-size:23px;
background:#fff71b;
padding:10px 0;
margin-top:10px;
}
.md-t2 .md-result{
background:#3b4da6;
color:#fff71b;
}
.md-text .md-t2 dt{
color:#213ecf;
}

.box-area{
margin:150px 0;
text-align:center;
}

.box3{
background:#f9f9f9;
z-index:-2;
position:relative;
padding:70px 0;
}

.ba-ul1{
display:flex;
margin-top:60px;
}
.ba-ul1 li{
flex-grow: 1;
text-align:center;
border-left:1px #e2e2e2 dashed;
}
.ba-ul1 li:first-child{
border-left-width:0;
}

.bau1-img img{
width:180px;
}
.bau1-txt{
font-size:26px;
color:#34365a;
margin-top:20px;
}
.bau1-txt strong{
font-weight:800;
}




.ba-div1{
display:flex;
flex-wrap:wrap;
gap:4%;
margin-top:70px;
}
.ba-div1 div{
width:47%;
border-radius:5px;
border:2px #e0e0e0 solid;
flex-grow: 1;
padding:30px;
box-sizing:border-box;
text-align:left;
}

.bad-p1{
font-size:28px;
font-weight:800;
margin-bottom:15px;
}
.bad-p1 strong{
color:#252de0;
}
.bad-p1 span{
color:#bebebe;
display:inline-block;
padding:0 15px;
}
.bad-ul1 li{
display:flex;
padding:5px 0;
font-size:19px;
}
.bad-ul1 span{
flex-grow: 1;
position:relative;
font-weight:700;
}
.bad-ul1 p{
flex-grow: 1;
text-align:right;
}

.ba-div1 div.bad-div3{
margin-top:100px;
padding-top:70px;
width:100%;
position:relative;
}

.bad-p2{
position:absolute;
font-size:30px;
color:#1f3abd;
font-weight:700;
line-height:70px;
border:4px #1f3abd solid;
border-radius:999px;
top:-35px;
width:600px;
background:#fff;
text-align:Center;
left:50%;
margin-left:-300px;
}

.bad-ul2 li{
display:flex;
justify-content: center;
color:#000;
font-size:23px;
padding:5px 0;
}
.bad-ul2 li span{
width:20%;
text-align:left;
font-weight:700;
}
.bad-ul2 li p{
text-align:right;
width:280px;
}
.box5{
background:#f1f4f5;
padding:70px 40px;
}
.bad-ul3{
margin-top:50px;
}
.bad-ul3 li{
background:#fff;
box-sizing:border-box;
padding:0 40px;
margin-top:20px;
border-radius:5px;
}
.badu3-area{
display:flex;
align-items: center;
border-top:1px #e0e0e0 solid;
position:relative;
}
.badu3-area:first-child{
border-top-width:0;
}
.oror:after{
content:"OR";
position:absolute;
width:64px;
height:64px;
line-height:64px;
background:#2f315d;
color:#fff;
font-weight:800;
font-size:25px;
left:50%;
margin-left:-32px;
top:-32px;
border-radius:999px;
}
.badu3-txt{
flex-grow: 1;
text-align:left;
color:#2f315d;
}
.badu3-txt p{
font-size:40px;
font-weight:700;
}
.badu3-t2 p{
font-size:25px;
padding:30px 0;
}
.badu3-txt p em{
color:#dc3529;
}
.badu3-txt span{
font-size:23px;
display:block;
margin-top:10px;
}
.badu3-img{
flex-shrink: 0;
width:300px;
}
.badu3-img img{
width:100%;
}
.bad-ul4{
margin-top:50px;
}
.bad-ul4 li{
position:relative;
}
.bad-ul4 li div img{
width:80px;
padding:20px 0 20px;
}

.bad4-p1{
margin:0 auto;
border-radius:9999px;
width:350px;
color:#fff;
background:#2d34c6;
font-size:28px;
font-weight:700;
padding:15px 0;
}
.bad-ul4 li.badu4-2 .bad4-p1{
background:#403da0;
}
.bad-ul4 li.badu4-2 .bad4-p1{
background:#373067;
}
.bad4-p1 span{
font-weight:300;
font-size:20px;
display:inline-block;
margin-right:5px;
}
.bad4-p2{
font-weight:700;
font-size:32px;
padding:20px 0 10px;
}
.bad4-p3{
font-size:22px;
}

.box6-p1{
background:#d33636;
color:#fff;
border-radius:5px;
padding:10px 50px;
font-size:28px;
font-weight:800;
display:inline-block;
margin:50px 0 20px;
}

.box6-p2{
color:#cf2b1f;
font-size:28px;
font-weight:600;
}

.app-box{
width:100%;
background:url(img/app-bg.gif) #403da0;
box-sizing:border-box;
padding:40px;
margin-top:-100px;
}

.app-box dl{
background:#fff;
border-radius:5px;
box-sizing:border-box;
padding:40px;
}

.app-box dl dt{
font-size:32px;
font-weight:700;
color:#282ea6;
margin-bottom:10px;
}
.app-box dl dt img{
width:45px;
}
.time-list li{
display:flex;
border-bottom:1px #c3cce1 solid;
height:70px;
line-height:70px;
}

.time-list li p{
flex-grow: 1;
font-weight:600;
text-align:left;
}
.time-list li .tl-btn {
text-align:right;
}
.time-list li .tl-btn  strong{
background:#594fe7;
color:#fff;
border-radius:9999px;
padding:5px 25px;
display:inline-block;
line-height:25px;
}

.time-list li p.tl-date{
text-align:right;
width:120px;
flex-grow: 0;
}

.newlist{background:#e8ebf5; border-radius:5px;border: 1px #c3cce1 solid; padding:10px 30px;}
.time-list{position:relative;}
.time-list-box{height:280px; overflow:hidden;  position:relative; box-sizing:border-box; margin:0 auto; }
#quick-cont:after{clear:both; content:"."; display:block; height:0; visibility:hidden;}




.app-box dl.app-dl2 dt{
color:#c32318;
}

.app-p1{
text-align:center;
color:#fff000;
font-weight:600;
font-size:28px;
margin:30px 0;
}
.app-table1{
background:#e8ebf5;
border:1px #c3cce1 solid;
padding:30px;
box-sizing:border-box;
border-radius:5px;
}
.app-table1 th{
width:130px;
text-align:left;
padding:10px 0;
}
.app-table1 td{
padding:10px 0;
}
.app-table1 th span{
color:#3d52f5;
}
.app-table1 td input{
border:0;
line-height:45px; background:#fff;
width:100%;
}
.app-table1 td input.w30{
width:31%;
margin-left:2%;
}
.app-table1 td input.w30:first-child{
margin-left:0;
}
.app-table1 td select{
width:100%;
height:45px;
border:0;
background:#fff;
}
.app-checkbox{
text-align:center;
font-weight:600;
margin-top:10px;
}
.app-checkbox a{
color:#594fe7;
}
.app-btn{
text-align:center;
margin-top:20px;
}
.app-btn button{
background:#cf2b1f;
color:#fff;
padding:10px 70px;
border-radius:9999px;
font-size:22px;
font-weight:700;
}

.app-fixed{
position:fixed;
z-index:9999;
background:#d2184c;
text-align:center;
width:100%;
bottom:0;
left:0;
font-size:32px;
font-weight:700;
}
.app-fixed a{
display:block;
width:100%;
padding:25px 0;
color:#fff;
}

.layer-popup{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,.85);
z-index: 999;
overflow: auto;
display:none;
}

.layer-pop-area{
width:800px;
height:80vh;
background:#fff;
position:absolute;
left:50%;
margin-left:-400px;
top:50%;
margin-top:-45vh;
padding:30px;
box-shadow: 2px 2px 10px rgba(0,0,0,.84);
box-sizing:border-box;
}

.layer-tit{
font-weight:600;
font-size:1.25em;
box-sizing:border-box;
height:55px;
line-height:55px;
width:100%;
padding:0 15px 20px 0;
}

.layer-content{
color:#555;
height:90%;
overflow-y:scroll;
box-sizing:border-box;
font-size:0.85em;
}

.layer-content div{
margin-top:20px;
border-top:1px #e0e0e0 solid;
padding-top:20px;
}

.layer-content ul span{
display:block; 
margin-top:5px;
box-sizing:border-box;
padding-left:12px;
}

.layer-content ul li{
padding:5px 0;
}
.layer-content p{
font-weight:700;
}

.layer-content .lc-p1{
font-weight:600;
margin-top:10px;
}

.close-box{
position:absolute;
right:-55px;
top:0px;
z-index:99;
}
.close-box img{
width:55px;
}
	

footer{
width:100%;
padding:50px 0 120px;
background:#f1f1f1;
margin-top:70px;
}

.footer-area{
width:96%;
max-width:980px;
margin:0 auto;
text-align:center;
letter-spacing:0em;
}

.footer-area p{
display:inline-block;
padding:5px 20px;
font-weight:400;

}

.copyright{
font-weight:300;
color:#666;
margin-top:20px;
}



@media (max-width:768px){
	.time-area{
	text-align:center;
	line-height:1.5em;
	}
	.time-area .time-num:after{
	display:none;
	}
	.time-area img{
	width:35px;
	}
	.time-area p{
	padding:0 10px;
	font-size:22px;
	}
	.time-area .time-num{
	font-size:30px;
	}
	
	.gp-box img{
	width:90%;
	max-width:320px;
	}
	.gp-box{
	font-size:18px;
	word-break:keep-all;
	padding:20px 10px;
	}
	.gp-box br{
	display:none;
	}
	.gp-box dd{
	margin-top:20px;
	}

	.product-list ul li{
	width:100%;
	padding:20px;
	}
	.product-list ul{
	gap:0;
	}
	.pl-dl dt{
	font-size:20px;
	word-break:keep-all;
	}
	.pl-ban{
	word-break:keep-all;
	}
	.pl-ban br{
	display:none;
	}
	.pl-table th,
	.pl-table td{
	font-size:19px;
	}
	.pl-table tfoot td{
	font-size:30px;
	}

    .product-list02 > ul{
    display:block;
    }
    .product-list02 > ul > li{
    width:100%;
    }

	.m-tit p{
	font-size:35px;
	word-break:keep-all;
	}
	.m-tit p br{
	display:none;
	}
	.m-tit p em{
	font-size:45px;
	}
	.m-tit div{
	font-size:22px;
	word-break:keep-all; 
	margin-top:10px;
	}
	.m-tit div br{
	display:none;
	}
	.md-p1{
	font-size:25px;
	word-break:keep-all;
	}

	.md-p2{
	font-size:30px;
	word-break:keep-all;
	}
	.md-p2 strong{
	font-size:35px;
	}
	.md-img{
	margin:20px 0;
	}
	.md-p3{
	font-size:18px;
	word-break:keep-all;
	}


    .md-text{
    width:96%;
    display:block;
    padding:20px;
    }
    .md-text > div{
    width:100%;
    }
    .md-text dd ul li{
    font-size:16px;
    }
    .md-text dt{
    font-size:28px;
    }

    .md-text > div.md-arrow.mda-mobile{
    display: block;
    position:unset;
    margin:10px auto 0;
    width:40px;
    }
    .md-text > div.md-arrow.mda-pc{
    display:none;
    }
    
    .md-t1{
    padding-right:0;
    border-right-width:0;
    }
    .md-t2{
    padding-left:0;
    }
	.box-area{
	margin:50px 0;
	}
	.box3{
	padding:40px 0;
	}

	.ba-ul1{
	display:block;
	margin-top:20px;
	}
	.ba-ul1 li {
	flex-grow: 0;
	width:100%;
	border-left:0;
	margin-top:20px;
	padding-top:20px;
	border-top:1px #e2e2e2 dashed;
	}
	.ba-ul1 li:first-child{
	margin-top:0px;
	padding-top:0px;
	border-top:0;
	}
	.bau1-img img{
	width:100px;
	}
	.ba-div1{
	gap:0;
	margin-top:30px;
	}
	.ba-div1 div{
	width:100%;
	padding:15px;
	margin-bottom:10px;
	}
	.bau1-txt{
	font-size:22px;
	}
	.bad-p1{
	font-size:20px;
	}
	.bad-ul1 li{
	font-size:15px;
	}

	.ba-div1 div.bad-div3 {
	margin-top: 0px;
	padding-top: 0px;
	padding:0;
	}
	.bad-p2{
	position:static;
	width:auto;
	margin-left:0;
	font-size:20px;
	border-radius:0;
	border-width:2px;
	background:#1f3abd;
	color:#fff;
	}

	.bad-ul2 li{
	display:block;
	font-size:18px;
	}
	.bad-ul2 li p{
	width:100%;
	text-align:center;
	}
	.bad-ul2 li span{
	display:block;
	text-align:center;
	width:100%;
	}
	.box5{
	padding:40px 20px;
	z-index:-2;
	}
	.bad-ul3{
	margin-top:10px;
	}
	.badu3-area{
	display:block;
	}
	.badu3-img{
	width:100%;
	}
	.badu3-img img{
	max-width:300px;
	}
	.bad-ul3 li{
	padding:20px;
	}
	.badu3-txt{
	text-align:center;
	word-break:keep-all;
	}
	.badu3-txt p{
	font-size:22px;
	}
	.badu3-txt span{
	font-size:18px;
	}
	.badu3-area.oror{
	padding-top:35px;
	}
	.oror:after{
	font-size:20px;
	width:50px;
	height:50px;
	line-height:50px;
	margin-left:-25px;
	top:-25px;
	}
	.badu3-t2 p{
	padding:15px 0;
	}
	.bad4-p1{
	width:280px;
	padding:10px 0;
	font-size:22px;
	}
	.bad4-p2{
	font-size:22px;
	word-break:keep-all;
	}
	.bad4-p3{
	font-size:18px;
	word-break:keep-all;
	}
	.bad-ul4 li div img{
	width:50px;
	padding:10px 0;
	}
	.box6-p1{
	font-size:20px;
	padding:10px;
	word-break:keep-all;
	}
	.box6-p2{
	font-size:18px;
	word-break:keep-all;
	}

	.app-box{
	margin-top:0;
	padding:10px;
	}
	.app-box dl{
	padding:10px;
	}
	.time-list li{
	font-size:15px;
	}
	.time-list li p.tl-date{
	width:90px;
	}
	.time-list li .tl-btn strong{
	padding:5px 15px;
	}
	.newlist{
	padding:0px 20px;
	}
	.app-p1{
	font-size:20px;
	word-break:keep-all;
	margin:15px 0;
	}
	
	.app-fixed a{
	font-size:22px;
	padding:25px 0;
	}
	.app-table1,
	.app-table1 tbody,
	.app-table1 tr,
	.app-table1 th,
	.app-table1 td{
	display:block;
	}

	.app-table1 th{
	width:100%;
	padding:15px 0 5px;
	}
	.app-table1{
	padding:10px;
	}
	.app-box dl dt{
	font-size:24px;
	}
	.app-table1 td input.w30{
	width:30%;
	}
	.app-btn button{
	padding:10px 50px;
	}
	footer{
	padding:20px 0 100px;
	margin-top:40px;
	}
	.footer-area p{
	padding:3px 10px;
	font-size:15px;
	}

	.layer-pop-area{
	width:80%;
	margin-left:-40%;
	}
	.layer-tit{
	font-size:16px;
	}
	.box1{
	padding:30px 0;
	}
	
}