#content * {font-family: 'Nanum Gothic', Arial, sans-serif;}
.server_hosting_list {display:flex;flex-wrap: wrap;margin:0;padding:0;font-family:'Nanum Gothic', Arial, sans-serif;list-style:none}
    .server_hosting_list > li {position:relative;flex-basis:calc(49.8% - 70px);margin:-1px 0 0 -1px;padding:35px;border:1px solid #dedede}
    .server_hosting_list > li:nth-child(2n) {}
    .server_hosting_list > li:hover{background:#fafafa}

        .server_hosting_list > li .emblem{
            position:absolute;
            right:-33px;
            top:-8px;
            width:100px;
            height:50px;
            overflow:hidden;
            transform: rotate( 45deg )
        }
        .server_hosting_list > li .emblem .triangle {
            width: 0px;
            height: 0px;
            padding:0 0 0 0;
            border-bottom:50px solid #F69C55;
            border-right: 50px solid transparent;
            border-left: 50px solid  transparent;
            vertical-align:bottom;
        }

        .server_hosting_list > li .emblem.best .triangle {border-bottom:50px solid red;}
        .server_hosting_list > li .emblem.event .triangle {border-bottom:50px solid #F69C55;}
        .server_hosting_list > li .emblem.nocontract .triangle {border-bottom:50px solid blue;}

        .server_hosting_list > li .emblem span {position:absolute;left:20px;top:25px;z-index:5;width:60px;line-height:25px;display:block;color:#fff;font-size:14px;font-weight:bold;text-align:center;}

    .server_hosting_list .service_informations {}
        .server_hosting_list .service_informations h5 {line-height:25px;text-align:center;}
            .server_hosting_list .service_informations h5 a{line-height:25px;font-size:16px;color:#3a7ab8;vertical-align:middle}
            .server_hosting_list .service_informations h5 .recommend {display:inline-block;margin:0 0 0 2px;padding:1px 3px 0 3px;height:15px;line-height:15px;color:#fff;background:#75c700;border-radius:2px;vertical-align:middle}
        .server_hosting_list .service_informations .svr_img {display:flex;justify-content:center;align-items:center;margin-bottom:30px;width:100%;height:160px;line-height:160px;overflow:hidden;}
            .server_hosting_list .service_informations .svr_img img{width:295px;vertical-align:middle}

    .server_hosting_list .server_informations {margin:20px 0 20px 0;padding:20px 0 10px 0;border-top:1px solid #dedede; border-bottom:1px solid #dedede}
        .server_hosting_list .server_informations dl {display:flex;margin:0;padding:0;}
            .server_hosting_list .server_informations dl dt {flex-basis:100px;margin:0 0 8px 0;padding:0 0 0 20px;line-height:22px;font-size:13px;font-weight:bold;color:#555;background:url(/images/prtb_bul.png) no-repeat 0 3px;}
            .server_hosting_list .server_informations dl dd {margin:0 0 8px 0;padding:0;line-height:22px;font-size:13px;color:#666;}
            .server_hosting_list .server_informations dl dd.model_name {font-weight:bold;}
            .server_hosting_list .server_informations dl dd .discount_price {font-weight:bold;color:#ff0000;}

        .server_hosting_list > li .req_svc_btn {display:block;margin:0 auto;padding:12px 0;width:85%;border-radius:2px;/*background:#d1d1d1;*/font-size:14px;font-weight:bold;color:#fff;text-align:center;text-decoration:none;background-color:#3a7ab8}
        .server_hosting_list > li .req_svc_btn:hover {}