<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer .foot_top{
    background: #FDE000;
    padding: 25px 0 25px 0;
}
.footer .foot_top .foot_inner{
	max-width:1180px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content: space-between;
	background-color: #fde000;
    padding: 40px;
    height: 200px;
    border-radius: 10px;
}
.footer .foot_top .foot_inner .text p{
    font-size: 22px;
    font-weight: bold;
    position: relative;
	color:#000;

}
.footer .foot_top .foot_inner .text p2{
    font-size: 14px;
    font-weight: bold;
    position: relative;
	color:#000;

}
.footer .foot_top .foot_inner .text em{
	display: block;
    margin-top: 5px;
    font-size: 14px;
	color:#000;
}
.enter-link a{
	display:inline-block;
	font-size: 16px;
    color: #000;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
    border-radius: 500px;
}
.footer .foot_bottom{
    background:#fff !important;
    padding:50px 0 50px 0;
}
.foot_top .foot_info{
    display:flex;
    justify-content: space-between;
}
.foot_top .foot_info .logo a img{
    display:block;

}
.info_icon{
    display:flex;
}
.info_icon li + li{
    margin-left:100px;
}
.info_icon li .icon img{
    display:inline-block;
}
.info_icon li &gt; .tit{
    margin-top:15px;
    color:#fff;
    font-size:14px;
    font-weight:500;
}
.info_icon li &gt; .desc{
    margin-top:5px;
    color:#666;
    font-weight:700;
    font-size:20px;
}
.info_icon li &gt; .desc2{
    margin-top:5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.info_icon li &gt; .linkBox{
    display:flex;
    margin-top:10px;
}
.info_icon li &gt; .linkBox &gt; a{
    padding:10px 15px;
    border: 1px solid #575757;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}
.info_icon li &gt; .linkBox &gt; a + a{
    margin-left:8px;

}
.info_icon li &gt; .linkBox &gt; a &gt; span{
    padding-left:35px;
    font-weight: 500;
    font-size: 14px;
    display:inline-block;
}
.info_icon li &gt; .linkBox &gt; a &gt; span.ios:before{
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background:url(../img/apple.png);
    background-size:20px;
    background-repeat:no-repeat;
    position:absolute;
    left:0;
    top:0;
}

.info_icon li &gt; .linkBox &gt; a &gt; span.and:before{
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background:url(../img/and.png);
    background-size:20px;
    background-repeat:no-repeat;
    position:absolute;
    left:0;
    top:0;
}

.foot_bottom ul{
    display: flex;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 1180px;
	border-top: solid 0.5px #f1f1f1;
    padding-top: 20px;
}
}
.foot_bottom ul li a{
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #878e99;
    font-family: 'Pretendard';
}
.foot_bottom ul li + li{
    margin-left:30px;

}
.foot_bottom .copyWrap{
    margin-top: 0 !important;
}
.foot_bottom .copyWrap p{
    font-size: 12px !important;
    line-height: 22px !important;
    color: #666666 !important;
}
.foot_bottom .copyWrap_r{
	
    text-align: right;
    
}
.foot_bottom .copyWrap_r p{
    font-size: 12px;
    line-height: 22px;
    color: #666666
}
.foot_bottom .copyWrap p + p{
    margin-top:15px;
}
.foot_bottom .copyWrap p + p + p{
    margin-top:20px;
    
}
.foot_bottom .copyWrap p .yellow{
	color: #FAE300;
	font-weight: 500;
	font-size: 20px;
	margin-left:20px;
}
.conSection {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
	padding-bottom:20px !important;
	padding-top: 0px !important;
}
.bannerimg {
    padding-bottom: 15px;
}
.bannerimg{
    padding-bottom:15px;
}
.bannerimg &gt; li{
	float:left;
	width:calc( (100% - 20px) / 2);
}
.bannerimg &gt; li img{
	display:block;
	width:100%;
    border-radius:10px;
}
.bannerimg &gt; li:nth-child(2n){
	margin-left:20px;
}
.bannerimg &gt; li:nth-child(n + 3){
	margin-top:20px;
}

.bannerimg:after{
	content:'';
	display:block;
	clear:both;
}
.layout_box {
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}
.footflex {
    display: flex;
    border-top: solid 0.5px #f1f1f1;
    padding-top: 20px;
    justify-content: space-between;
}

.footer-mo-br {
	display:none;
}</pre></body></html>