#container {
    padding: 73px 0 120px 0;
    background: #fff;
    color: #141414
}

.policy-header {
    width: 100%;
    height: 60px;
    background: #171c28
}

.policy-lnb {
    width: 1278px;
    height: 60px;
    margin: 0 auto;
    background: #171c28
}

.policy-lnb-item {
    float: left;
    width: 319px;
    height: 60px;
    color: #6a8098;
    font-size: 20px;
    font-weight: 400;
    line-height: 54px;
    text-align: center
}

.policy-lnb-item.is-on {
    color: #c7dcf2;
    background: #40485b
}

.policy-content {
    width: 1280px;
    margin: 0 auto
}

.policy-top {
    width: 1280px;
    margin: 0 auto
}

.policy-top-title {
    height: 52px;
    font-size: 52px;
    font-weight: 300;
    padding-bottom: 22px
}

.policy-top-desc {
    padding-bottom: 11px;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px
}

.policy-top-date {
    padding-bottom: 37px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.policy-content {
    font-size: 16px;
    line-height: 22px
}

.policy-content-para {
    padding-bottom: 22px
}

.policy-content-para--small {
    padding-left: 30px
}

.policy-content-table {
    position: relative;
    width: 1080px;
    height: 258px;
    padding-top: 23px;
    margin: 18px auto 20px auto;
    border: 2px solid #000
}

.policy-content-table-header {
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center
}

.policy-content-table-list {
    float: left;
    width: 440px;
    padding-left: 90px
}

.policy-content-table-item {
    color: inherit;
    line-height: 28px
}

.policy-content-table-item:hover {
    font-weight: 600;
    text-decoration: underline
}

.policy-content-title {
    padding: 40px 0 31px 0;
    font-size: 28px
}

.policy-content-link {
    text-decoration: underline
}

.has-square {
    position: relative;
    padding-left: 16px
}

.has-square:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #141414
}

.has-square--small {
    position: relative;
    padding-left: 15px
}

.has-square--small:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #141414
}

.is-bold {
    font-weight: 600
}

.policy-content-small-title {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.ul-inner {
    padding: 10px 0 0 30px;
}

.li-number li {
    list-style-type: decimal;
}

.li-upper-alpha li {
    list-style-type: upper-alpha;
}

.li-lower-roman li {
    list-style-type: lower-roman;
}