<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*common*/
img {
	max-width: 100%
}
#aboutus_01 {
	word-break: keep-all;
}
/*sec_dvd*/
.sec_dvd {
	padding: 80px 0;
}
/*aboutus_01*/
#aboutus_01 .c_tit {
	background: url(../img/abt01_tit_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 90px 15px;
}
#aboutus_01 .c_tit h1 {
	font-size: 36px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 15px;
}
#aboutus_01 .c_tit h3 {
	margin-bottom: 0px;
	font-size: 16px;
    line-height: 1.3em;
	font-weight: 300;
}
@media (max-width:768px) {	
	#aboutus_01 .c_tit {
		padding: 50px 15px;
	}
	#aboutus_01 .c_tit h1 {
		font-size: 23px;
	}
	#aboutus_01 .c_tit h3 {
		font-size: 12px;
	}
}
/*subtit*/
.subtit span {
	display: inline-block;
    width: 40px;
    border-top: 2px solid #02aaf3;
    margin-bottom: 10px;
}
.subtit h1 {
	font-size: 22px;
    line-height: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
    color: #02aaf3;
	margin-bottom: 15px;
}
@media (max-width:768px) {		
	.subtit h1 {
		font-size: 16px;
	}
}
/*sub_sec01*/
.sub_sec01 .conbox {
	padding: 60px 30px;
    background-color: #fcfcfc;
	border-bottom: 2px solid #ddd;
}
.sub_sec01 .txtcon p {
	color: #333;
    font-size: 17px;
    line-height: 1.5em;
	font-weight: 300;
}
.sub_sec01 .txtcon p.en {
	color: #aaa;
}
.sub_sec01 .txtcon p span {
	font-weight: 500;
    color: #000;
    font-size: 1.1em;
}
.sub_sec01 .txtcon p strong {
	font-weight: 600;
}
@media (max-width:768px) {		
	.sub_sec01 .conbox {
		padding: 30px 15px;
		padding-bottom: 30%;
	}
	.sub_sec01 .txtcon p {
		font-size: 12px;
	}
	.sub_sec01 .txtcon .sign {
		width: 50px;
	}
}
/*aboutus_03*/
.conbox .btn.btn_w2 {
	border: 1px solid #00adee;
	border-radius: 0;
	color: #00adee;
	font-size: 15px;
	line-height: 1em;
	font-weight: 300;
	padding: 10px 15px;
	margin-top: 20px;
}
.conbox .btn.btn_w2:hover{
	border: 1px solid #00adee;
	border-radius: 0;
	background-color: #00adee;
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	font-weight: 300;
	padding: 10px 15px;
	margin-top: 20px;
}

.sign {
	border: solid 10px #eeeeee;
}
.sign2 {
	border: solid 10px #eeeeee;
}
@media (min-width: 992px){

	.sign2{
		width: 70%;
	}
}
@media (max-width: 992px){

	.sign2{
margin-top: 20px;
	}
}

#aboutus_03 .blog .row &gt; div a{
    border: 1px solid #ddd;
    min-height: 405px;
    padding: 15px;
    margin: 5px 0;
}

/*c_wrp*/
.v_m &gt; div,
.v_m &gt; li {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp &gt; div,
    .c_wrp &gt; li {
        display: table-cell;
    }
}
/*c_wrp_lg*/
.v_m &gt; div,
.v_m &gt; li {
    vertical-align: middle;
}
@media (min-width:991px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg &gt; div,
    .c_wrp_lg &gt; li {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:992px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg &gt; div,
    .m_wrp_lg &gt; li {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp &gt; div,
    .m_wrp &gt; li {
        display: table-cell;
    }
}</pre></body></html>