.management_policy {overflow:hidden; position:relative; text-align:center;}
.management_policy .corner {z-index:99999; position:absolute; width:70px; height:70px; border-radius:100%; border:10px solid #eee; background:#fff;}
.management_policy .left {left:-40px;}
.management_policy .right {right:-40px;}
.management_policy .top {top:-40px;}
.management_policy .bottom {bottom:-40px;}

.management_policy .borderbox {display:flex; gap:20px; flex-direction:column; align-items:center; border:10px solid #eee; padding:50px 40px;}

.management_policy .title {position:relative; font-size:24px; font-weight:bold; color:#000; line-height:2; letter-spacing:-2px;}
.management_policy .title:before {
    content:"";
    position:absolute;
    left:-50px;
    top:50%;
    transform: translateY(-50%);
    width:26px;
    height:53px;
    background: url(/korean/_template/image/default/01/crown.svg) no-repeat;
    background-size:100%;
}
.management_policy .title:after {
    content:"";
    position:absolute;
    right:-50px;
    top:50%;
    transform: translateY(-50%) scaleX(-1);
    width:26px;
    height:53px;
    background: url(/korean/_template/image/default/01/crown.svg) no-repeat;
    background-size:100%;
}

.management_policy p {margin:10px 0 20px; font-size:13.5px; line-height:1.8;}

.management_policy .safety_list {padding:0 20px; font-size: 14px; line-height: 2; background-color:#f9f9f9; text-align:left; box-sizing:border-box;}
.management_policy .safety_list li {display:flex; gap:10px; padding:20px 10px; border-bottom:1px dashed #ccc;}
.management_policy .safety_list li:last-child {border-bottom:none;}
.management_policy .safety_list li strong {flex-shirink:0; display:flex; align-items:center; justify-content:center; width:30px; height:30px; color:#fff; background:#21569c; border-radius:100%;}


.management_policy .date {margin-top:20px; font-size:16px; font-weight:bold; color:#222;}
.management_policy .name {float:none !important; margin:0 !important; font-size:16px; font-weight:bold; color:#222;}
.management_policy .logo {width:200px; height:63px; margin-top:10px; background: url(/korean/_template/image/default/01/logo.svg) no-repeat; background-size:100%; text-indent:-9999px;}
