<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

html,body,h1,h2,h3,h4,h5,a,span,div,button,ul{
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
} 

::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height:20px;
    background: rgba(0,0,0,0.1); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}

html,body,header{
    min-width: 300px;
}

header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 999;
    background-color: #fff;
    -moz-transition: all 150ms ease-in;
	-o-transition:all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

html.top header{
    top: 50px;
    background-color: transparent;
}

html.top header .navbar-expand-lg .navbar-nav .nav-link{
    color:#fff;
}

header img.logo{
    height: 34px;
    display: none;
    -moz-transition: all 150ms ease-in;
	-o-transition:all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

html:not(.top) header img.logo.logo-color{
    display: inline-block;
}

html.top header img.logo.logo-white{
    height: 40px;
    display: inline-block;
    position: absolute;
    margin-top: -26px;
}

html:not(.top) header{
    box-shadow: rgb(0 0 0 / 50%) -9px 8px 26px -9px;
}

header .navbar-expand-lg .navbar-nav .nav-item{
    padding:10px;;
}

header .navbar-expand-lg .navbar-nav .nav-item:last-child{
    padding-left: 40px;
    padding-right: 40px;
}

header .navbar-expand-lg .navbar-nav .nav-link{
    padding:10px 20px;
    color: #000;
    font-size: 18px;
    word-break: keep-all;
    -moz-transition: all 150ms ease-in;
	-o-transition:all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

html:not(.top) header .navbar-expand-lg .navbar-nav .nav-link:not(.language):hover,
html:not(.top) header .navbar-expand-lg .navbar-nav .nav-link:not(.language).active
{
    color: #0000af;
    font-weight: 500;
}

html.top header .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 20px;
    text-shadow: rgb(0 0 0 / 50%) 1px 1px 2px;
}

html.top header .navbar-expand-lg .navbar-nav .nav-link:not(.language):hover{
    background-color: rgba(255,255,255,.1);
    border-radius: 20px;
}
header .navbar-toggler,
header .navbar-toggler:focus{
    border: 0;
    box-shadow: none;
}

header .language{
    font-size: 13px !important;
    padding: 0 !important;;
    line-height: 46px !important;
}

header .language a{
    text-decoration: none;
    color: #000;
    padding: 0px 8px;
}

html.top header .language a{
    color: #fff;
}

html.header-fix .body{
    padding-top: 83px;
}

.body{
    width: 100%;
    padding: 0;
}

footer{
    padding: 0 40px;
    text-align: center;
    color: #666;
    border-top: 1px solid #eee;
}

footer a{
    text-decoration: none;
    color: inherit;
}

footer a:not(:first-child){
    margin-left:10px;
}

footer a:hover{
    font-weight: 500;
    color: #000;
}

footer .copyright{
  text-align: left;
  font-size: 13px;
  padding: 60px 0;
}

footer .copyright .copyright-1{
    margin-bottom: 10px;
}

footer .copyright .copyright-1 .company-name{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

footer .sns{
    text-align: right;
}

footer .sns a{
padding: 0 4px;

}

footer .sns a img{
    width: 25px;
}

.box-shadow{
    box-shadow: -9px 8px 26px -9px rgb(0 0 0 / 30%);
    -ms-box-shadow: -9px 8px 26px -9px rgba(0,0,0,0.3);
    -webkit-box-shadow: -9px 8px 26px -9px rgb(0 0 0 / 30%);
    -o-box-shadow: -9px 8px 26px -9px rgba(0,0,0,0.3);
    -moz-box-shadow: -9px 8px 26px -9px rgba(0,0,0,0.3);
}

.box-shadow-static,
.box-shadow:hover{
    box-shadow: -9px 8px 26px -9px rgb(0 0 0 / 70%);
    -ms-box-shadow: -9px 8px 26px -9px rgba(0,0,0,0.7);
    -webkit-box-shadow: -9px 8px 26px -9px rgb(0 0 0 / 70%);
    -o-box-shadow: -9px 8px 26px -9px rgba(0,0,0,0.7);
    -moz-box-shadow: -9px 8px 26px -9px rgba(0,0,0,0.7);
}

.ani-updown {
    -webkit-animation: animate-updown .5s infinite  alternate;
    animation: animate-updown .5s infinite  alternate;
}

@keyframes animate-updown {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@-webkit-keyframes animate-updown {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@-moz-keyframes animate-updown {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}


/************* Start 
   url: /index 
**************/
html.index .body .pico-video-container{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;

}

html.index .body .pico-video-container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: rgba(0,0,0,0.3);
    pointer-events: none;
}


html.index .body .pico-video-container video,
html.index .body .pico-video-container iframe
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


html.index .down-button-wrap {
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center;
    z-index: 2;
}

html.index .down-button-wrap button {
    border: 0;
    background: transparent;
    font-size: 80px;
    color: #fff;
}

html.index section{
    padding: 80px 20px;
    text-align: center;  
}

html.index section h4{
    margin-bottom: 40px;
}

html.index section:nth-child(2n){
    background: #f8f8f8;
}

html.index #info{
    text-align: left;
}

html.index #info .summary h5{
    font-size: 15px;
}

html.index #info .row .cols{
    padding: 0 20px;
}

html.index #info .summary a{
	font-size: 12px;
	display: block;
    color: #000;
    text-decoration: none;
}

html.index #info .summary .category{
	margin-bottom: 20px;
	font-weight: 500;
}

html.index #info .summary .title{
	font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

html.index #info .summary .description{
	margin-top: 6px;
    font-size: 13px;
    color: #7b7b7b;
    min-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

html.index #info .summary .more{
    text-align: right;
    margin-top: 10px;
}

html.index .section-st1:first-child{
    padding: 140px 20px;
}

html.index .section-st1 h3{
    margin-bottom: 20px;
    font-size: 34px;
}

html.index .section-st1 p{
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 40px;
}

html.index .section-st1 iframe{
	border-radius: 30px;
    width: 800px;
    height: 450px;
    box-shadow: 1px 4px 12px #bbb;
	
}

html.index .spoot-tcolor{
    color: #0006e0;
    font-size: 1.2em;
}



html.index a.btn-link{
    display: inline-block;
}

html.index a.btn-link button{
    background: #0006e0;
    border: 0;
    padding: 16px 36px;
    font-size: 22px;
    margin-bottom: 60px;
    color: #fff;
    border-radius: 30px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a.btn-link button:hover{
    background: #0008ff;
}

html.index #spoot img{
    width: 100%;
    max-width: 800px;
    -moz-transition: all 150ms ease-in;
	-o-transition:all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

html.index #spoot video{
    width: 100%;
    max-width: 800px;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
}

html.index #targets .targets-wrap{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

html.index #clients .clients-logo img{
    width: 170px;
    cursor: pointer;
    -moz-transition: all 150ms ease-in;
	-o-transition:all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

html.index #clients .clients-logo img:hover,
html.index #clients .clients-logo img.active{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


html.index .img-box{
    width: 240px;
    height: 180px;
    margin: 6px;
    display: inline-block;
    background: #eee;
    border-radius: 20px;
    cursor: pointer;
    background: url('') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-transition: all 150ms ease-in;
	-o-transition:all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

html.index .img-box .img-box-title-wrap{
    display: table;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    opacity: 0;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}

html.index .img-box:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

html.index .img-box:hover .img-box-title-wrap{
    opacity: 1;
}

html.index .img-box .img-box-title-wrap .img-box-title{
    display: table-cell;
    vertical-align: middle;
}

/************* End 
   url: /index 
**************/




/************* Start 
   sub page 
**************/
html.sub section{
    padding: 100px 0;
    text-align: center;
}

html.sub section:first-child{
    padding-bottom: 10px;
}

html.sub section h2{
    font-size: 40px;
    padding-bottom: 30px;
    font-weight: 600;
}

html.sub section p{
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 300;
}
html.sub section a{
    color: #000;
    text-decoration: none;
}
    
html.sub section a:hover{
    color:#0000af;
}

html.sub .table{
    text-align: left;
    max-width: 600px;
}

html.sub .table tr:first-child {
    border-top: 2px solid #333;
}

html.sub .table td{
    font-weight: 300;
}




html.sub section.list{
    padding-top: 40px;
   margin-bottom: 100px;
}


html.sub section.list .table{
max-width: 1024px;
margin: 0 auto;
}

html.sub section.list .table td {
font-weight: 400;
padding: 20px 0;
}

html.sub section.list .table .title{
    font-size: 18px;
}

html.sub section.list .table td:last-child{
    font-weight: 300;
    text-align: right;
}

html.sub section.detail{
    padding-top: 40px;
   margin-bottom: 100px;
}


html.sub section.detail .table{
    max-width: 1024px;
    margin: 0 auto;
}

html.sub section.detail .table td{
    padding: 40px;
    font-weight: 400;
}

html.sub section.detail .footer-btns{
    max-width: 1024px;
    margin: 0 auto;
}

html.sub section.detail .footer-btns a{
    padding: 20px 0;
    font-size: 18px;
    float: left;
}


/************* End 
   sub page 
**************/


/************* Start 
   url: /about 
**************/
html.about .video-wrap{
    position: relative;
    display: grid;
    place-items: center;
    max-width: 1400px;
    width: 1px;
    margin: 0 auto;
    margin-top: 30px;
    height: 350px;
    -moz-transition: width 1s ease-in;
	-o-transition:width 1s ease-in;
    -webkit-transition: width 1s ease-in;
    transition: width 1s ease-in;
}

html.about .video-wrap.full{
    width: 100%;
}

html.about .video-wrap video{
    position: absolute;
    border-radius: 20px;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


html.about .certification{
	margin: 0;
	padding-top: 0;
	
}

html.about .certification .list{
	width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

html.about .list .item
{
	border: 1px solid #eee;
	margin: 10px;
}

html.about .list .item img
{
	width: 300px;
    height: 422px;
}

/*html.about .certification .list .certification .attach img{
	width: 300px;
    height: 422px;
    border: 1px solid #eee;
    margin: 10px;
    
} 

 html.about .certification .list .item {
    display: flex;        
    flex-wrap: wrap;      
    overflow-x: auto;       
    padding: 0 250px 0 250px; 
    justify-content: center; 
} */

html.about .grid-filter button,
html.about .grid-filter button:focus{
	font-size:18px;
	border-radius:0;
	box-shadow:none;
	border-bottom: 2px solid #fff;
    padding: 2px 0;
    margin: 6px 8px;
} 

html.about .grid-filter button.active{
	border-bottom-color: #000;
	font-weight: 600;
}



/************* End 
   url: /about 
**************/




/************* Start 
   url: /error 
**************/

html.error .error-wrap{
    display: table;
    width: 100%;
    min-height: 500px;
}

html.error .error-wrap .error{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

html.error .error-wrap .error h1{
    font-size: 40px;
}
html.error .error-wrap .error p{
    font-size: 30px;
    color: #666;
    margin-top: 40px;
    font-weight: 100;
}
/************* End 
   url: /error 
**************/







@media (max-width: 991px){

    ul.navbar-nav{
        text-align: center;
    }

    /************* Start 
    url: /index 
    **************/
    html.index #clients .clients-logo img{
        width: 140px;
    }
    /************* End 
    url: /index 
    **************/



    /************* Start 
    url: /about 
    **************/
    html.about .video-wrap video{
        border-radius: 0;
    }
    /************* End 
    url: /about 
    **************/
}

@media (max-width: 767px){

    .body,
    html.header-fix .body{
        padding-top: 54px;
    }

    footer .copyright-2 a,
    footer .copyright-3 a{
        display: block;
        font-size: 10px;
    }

    footer .copyright,
    footer .sns
    {
        text-align: center;

    }

    footer .sns{
        margin-top: 40px;
    }

    html:not(.top) header img.logo.logo-color{
        height: 28px;
        padding-left: 10px;
    }



    /************* Start 
    url: /index 
    **************/
    html.index #spoot,
    html.index section{
        padding: 80px 20px;
    }

    html.index section:last-child{
        padding-bottom: 80px; 
    }

    html.index #spoot h3, #targets h3 {
        font-size: 30px;
    }

    html.index #spoot p, #targets p {
        font-size: 16px;
        line-height: 22px;
        padding: 0 40px;
    }
    
    html.index #info .summary .category:not(.notice) {
        margin-bottom: 10px;
        margin-top: 40px;
    }

    html.index #clients .clients-logo{
        width: 300px;
        margin: 0 auto;
    }

    html.index a.btn-link button{
        font-size: 16px;
        padding: 14px 24px;
        margin-bottom: 40px;
    }

    html.index .body .pico-video-container{
        height: 250px;
    }
    
    html.index .body .pico-video-container:before {
        display: none;
    }

    html.index .down-button-wrap{
        display: none;
    }
    /************* End 
    url: /index 
    **************/


	html.about .list.grid .item img{
		width: 250px;
		height: 352px;
	}
	


    /************* Start 
    sub page
    **************/
    html.sub section{
        padding: 60px 20px;
    }

    html.sub section h2{
        font-size: 32px;
        padding-bottom: 14px;
    }

    html.sub section p{
        font-size: 16px;
    }

    html.sub h4{
        margin-bottom: 20px;
    }

    html.sub section.detail{
        margin-bottom: 0;
    }

    html.sub section.detail .table td{
        border-bottom: 0;
    }

    html.sub section.detail .footer-btns a{
        float: none;
    }


    /************* End 
    sub page
    **************/


}

@media (max-width: 575px){

    /************* Start 
    url: /index 
    **************/
    html.index .img-box{
        width: 130px;
        height: 100px;
        margin: 2px;
        border-radius: 10px;
    }

    html.index #spoot h3, #targets h3 {
        font-size: 24px;
    }
    
     html.index .section-st1 iframe{
		     border-radius: 0px;
	 }
     
    /************* End 
    url: /index 
    **************/


    /************* Start 
    sub page
    **************/
    html.sub .table {
        font-size: 14px;
    }
    /************* End 
    sub page
    **************/


    /************* Start 
    url: /about 
    **************/
    html.about .video-wrap{
        height: 200px;
    }
    /************* End 
    url: /about 
    **************/



    /************* Start 
    url: /error 
    **************/

    html.error .error-wrap{
        min-height: 300px;
    }

    html.error .error-wrap .error h1{
        font-size: 30px;
    }
    html.error .error-wrap .error p{
        font-size: 20px;
        margin-top: 30px;
    }
    /************* End 
    url: /error 
    **************/

}</pre></body></html>