<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.indexContainer.container{
    max-height:930px;
}
#index{
    width: 100%;
    height: 100%;
    /*background-image: url('/assets/yeosijae/images/index/img/imgBg.jpg');*/
    /*background-repeat:no-repeat;*/
    /*background-position: center center;*/
    /*-webkit-background-size:cover;*/
    /*background-size:cover;*/
}
#index .mainBanner{
    position: relative;
    width: 100%;
    height:569px;
    background-image: url('/assets/yeosijae/images/index/img/mainBanner.jpg');
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-background-size:cover;
    background-size:cover;
}
#index .mainBanner a {
    display: block;
}
#index .mainBanner .mainBannerText {
    color:#fff;
    text-align:center;

    padding:200px 0;
}

#index .mainBannerText .bannerTitle {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

#index .mainBannerText .bannerSubTitle {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
}

#index .mainBannerText .bannerBtn {
    width: 400px;
    height: 45px;
    line-height: 45px;
    margin:0 auto;
    background: #fff;
    opacity: 0.7;
    color:#2e2c53;
    font-weight: 600;
}

.mainArea{
    margin-bottom: 100px;
    padding-top: 80px;
}
.mainArea .list{
    width: 400px;
}
.mainArea .list + .list{
    margin-left: 40px;
}
.mainArea .list .cnt{
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
.mainArea .list .title{
    margin-bottom: 10px;
    padding:0 5px;
}
.mainArea .list .title a{
    display: block;
}
.mainArea .list .title span{
    position: relative;
    color: #2e2c53;
    font-size: 18px;
    font-weight: 700;
}
.mainArea .list .title span:after{
    content: '';
    position: absolute;
    top: 11px;
    right: -12px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -1px;
    border: 3px solid #2e2c53;
    border-right: 0;
    border-top: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    text-indent: -9999px;
}
.mainArea .list .title i{
    position: relative;
}
.mainArea .list .title i:before{
    content:'';
    position: absolute;
    top: 9px;
    left: -15px;
    width: 14px;
    height: 2px;
    background-color: #2e2c53;
}
.mainArea .list .title i:after{
    content:'';
    position: absolute;
    top: 9px;
    left: -15px;
    width: 14px;
    height: 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #2e2c53;
}
.mainArea .list .cnt .thumb{
    width: 400px;
    height: 264px;
    background-color: #fff;
}
.mainArea .list .info{
    padding: 40px;
    background-color: #eee;
}
.mainArea .list .info .date{
    margin-bottom: 32px;
    font-size: 12px;
    color: #333;
}
.mainArea .list .info .name{
    overflow: hidden;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    height: 48px;
    line-height: 1.2em;
    max-height: 2.4em;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 500;
}
.mainArea .list .info .writer{
    display: block;
    max-width: 100%;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    font-size: 14px;
    color: #333;
}
.util{
    padding-bottom: 100px;
}
#index .util li{
    width: 630px;
    height: 105px;
    line-height: 105px;
    text-align: center;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    color: #fff;
    font-size: 22px;
    -webkit-box-shadow: 4px 4px 6px rgb(0 0 0 / 20%);
    -moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
    box-shadow: 4px 4px 6px rgb(0 0 0 / 20%);
}
#index .util li + li{
    margin-left: 20px;
}
#index .util .recentReport{
    background-image: url('/assets/yeosijae/images/index/img/imgReport.jpg');
    background-repeat:no-repeat;
    background-position: center center;
}
#index .util .newsLetter{
    background-image: url('/assets/yeosijae/images/index/img/imgNewsLetter.jpg');
    background-repeat:no-repeat;
    background-position: center center;
}
#index .util li a{
    display: block;
}

/*
        privacy (ê°œì¸ì&nbsp;•ë³´ì²˜ë¦¬ë°©ì¹¨)
*/
.privacy .title {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #2e2c53;
    font-size: 23px;
    font-weight: bold;
}
.privacy p {
    line-height: 1.6;
    font-size: 16px;
}
.privacy p + p{
    margin-top: 20px;
}
.privacy .content {
    margin-bottom: 50px;
    padding: 15px;
    background-color: #f5f5f5;
}

/*
        terms (ì´ìš©ì•½ê´€)
*/
.terms .title {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #2e2c53;
    font-size: 23px;
    font-weight: bold;
}
.terms p {
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: .2px;
}
.terms .content {
    margin-bottom: 50px;
    padding: 15px;
    background-color: #f5f5f5;
}


/*
        index/search(ê²€ìƒ‰ê²°ê³¼)
*/

.searchListWrap{
    background-color: #fff;
}
.searchListWrap .resultBox {
    width: 847px;
    margin-bottom: 40px;
}
.searchListWrap .resultBox  span:nth-child(1){
    display: inline-block;
    margin-right: 20px;
    color: #2e2c53;
    font-size: 23px;
    font-weight:bold;
}
.searchListWrap .resultBox  span:nth-child(2){
    font-size: 18px;
    color: #666;
}
.searchListWrap .contentArea{
    position:relative;
    background-color: #fff;
}
.searchListWrap .content{
    width: 847px;

}
.searchListWrap &gt; .inner{
    position: relative;
}
.searchListWrap .inner{
    padding-top: 40px;
}
.searchListWrap .tabMenu{
    border-bottom:1px solid #91bed6;
    margin-bottom: 35px;
}

.searchListWrap .tabMenu li{
    width: 228px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    border-bottom:3px solid #fff;
    cursor: pointer;
}

.searchListWrap .tabMenu li a{
    display: block;
}
.searchListWrap .tabMenu li span{
    font-size: 18px;
    color: #666;
}
.searchListWrap .tabMenu li.active{
    border-bottom:3px solid #91bed6;
}
.searchListWrap .tabMenu li.active span{
    font-weight: bold;
    color: #212121;
}


.searchListWrap .list{
    margin-bottom: 70px;
}
.searchListWrap .list .category{
    height: 27px;
    color: #666;
}
.searchListWrap .list .category li{
    float: left;
    line-height: 1.4;
}
.searchListWrap .list .category li.middleBar{
    font-size: 15px;
    margin:0 8px;
}




.searchListWrap .list .summary a{
    display: block;
}
.searchListWrap .list .summary .title{
    margin-bottom: 28px;
    line-height: 1.3;
    color: #212121;
    font-weight: 500;
    font-size: 32px;
}
.searchListWrap .list .summary p.reporter{
    margin-bottom: 13px;
    line-height: 1.4;
    font-size: 18px;
}
.searchListWrap .list .summary &gt; p span.bar{
    display: inline-block;
    margin: 0 8px;
    vertical-align: 2px;
    font-size: 15px;
}
.searchListWrap .list .summary .text{
    line-height: 1.4;
    font-size: 18px;
}





.searchListWrap .verticalArea{
    width: 336px;
}
.searchListWrap .verticalArea .subMenu{
    -webkit-box-shadow: 1px 1px 7px #e8e8e8;
    -moz-box-shadow:  1px 1px 7px #e8e8e8;
    box-shadow:  1px 1px 7px #e8e8e8;
    margin-bottom: 25px;
}
.searchListWrap .verticalArea .subMenu li{
    position: relative;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #91bed6;
}
.searchListWrap .verticalArea .subMenu li:last-child{
    border:none;
}
.searchListWrap .verticalArea .subMenu li:hover{
    background-color: #2a2852;

}
.searchListWrap .verticalArea .subMenu li:hover span{
    color: #fff;
}
.searchListWrap .verticalArea .subMenu li:hover img{
    display: block;
}
.searchListWrap .verticalArea .subMenu li a{
    display: block;
}
.searchListWrap .verticalArea .subMenu li span{
    display: block;
    padding-left:30px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
}
.searchListWrap .verticalArea .subMenu li .activeArrow{
    display: none;
    width: 8px;
    position: absolute;
    top: 21px;
    right: 134px;
}
.searchListWrap .verticalArea .subMenu li.active span{
    background-color: #2a2852;
    color: #fff;
}

.searchListWrap .verticalArea .subMenu li.active .activeArrow{
    display: block;
}

.searchListWrap2 .list .date{
    margin-bottom: 17px;
}

/*
    ë¡œê·¸ì¸íŽ˜ì´ì§€
    /login
*/
.loginWrap{
    width: 846px;
    margin:0 auto;
    padding-top: 55px;
    padding-bottom: 428px;
}
.loginWrap .title{
    margin-bottom: 42px;
    padding-bottom: 22px;
    border-bottom:4px solid #91bed6;
}
.loginWrap .title span{
    color: #2e2c53;
    font-size: 23px;
    font-weight: 700;
}
.loginWrap .row{
    margin-left: 36px;
}
.loginWrap .row + .row{
    margin-top: 10px;
}
.loginWrap .row dt,
.loginWrap .row dd{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}
.loginWrap .row dt{
    width: 120px;
    color: #666;
    font-weight: 500;
}
.loginWrap .row dd input{
    width: 537px;
    height: 100%;
    vertical-align: top;
}

.loginWrap .etc{
    margin-top: 17px;
    margin-bottom: 72px;
}
.loginWrap .etc li{
    display: inline-block;
}
.loginWrap .etc li + li{
    position: relative;
    margin-left: 30px;
}
.loginWrap .etc li + li:before{
    content:'';
    position: absolute;
    top: 3px;
    left: -16px;
    width: 1px;
    height: 15px;
    background-color: #333;
}
.loginWrap .etc span{
    color: #666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.2px;
}

.loginCommonBtnStyle{
    text-align: center;
}
.loginCommonBtnStyle &gt; *{
    display: inline-block;
    width: 220px;
    height: 45px;
    line-height: 45px;
    background-color: #2e2c53;
    color: #fff;
    font-size: 16px;
    letter-spacing: -1px;
    cursor: pointer;
}
.loginCommonBtnStyle button{
    font-weight: 700;
}
.loginCommonBtnStyle span{
    font-weight: 500;
}

.tip-off{
    background: #102D57;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding: 45px 0;
}

.tip-off p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
}

.banner_quick_img{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 130px;
}

.banner_quick_img img{
    width: 100%;
}
</pre></body></html>