#body .section * {
    box-sizing: border-box;
}

#body a.new_blue {
    box-sizing: content-box;
    width: 150px;
}

#body .tab_wrap {
    margin-top: 40px;
    overflow: hidden;
}

#body .tab_wrap ul li {
    width: 33.333333%;
    float: left;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #555;
    text-align: center;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
}

#body .tab_wrap ul li a {
    display: block;
    width: 100%;
    height: 45px;
}

#body .tab_wrap ul li:last-child {
    border-right: 1px solid #ccc;
}

#body .tab_wrap ul li:hover {
    color: #572f99;
    background: #f1e8ff;
    border-left: 1px solid #f1e8ff;
    border-top: 1px solid #f1e8ff;
    border-bottom: 1px solid #f1e8ff;
}

#body .tab_wrap ul li:last-child:hover {
    border-right: 1px solid #f1e8ff;
}

#body .section {
    padding: 40px 0;
}

#body .section h3 {
    font-size: 22px;
    color: #2c1939;
    margin: 0 0 20px 10px;
}

#body .section h3~p {
    margin: 0 0 30px 10px;
}

#body .section h3 img {
    vertical-align: -5px;
    padding-right: 5px;
}

#body .section h4 {
    font-size: 17px;
    color: #572f99;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}

#body .section h4 span {
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: red;
}

#body .section table {
    width: 100%;
}

#body .section table td.reco {
    background: #f1e8ff;
}

#body .section table .point {
    border: 3px solid #572f99;
}

#body .section table .label {
    position: relative;
}

#body .section table .point span {
    background: #572f99;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    margin-right: 5px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

#body .section table .label::after {
    content: '추천';
    background: #572f99;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    margin-right: 5px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: -10px;
    left: -10px;
}

#body .sec_01 {
    padding-top: 40px;
}

#body .sec_01 table {
    position: relative;
}

#body .sec_01 table tr th.u {
    background: #572f99;
    color: #fff;
    border-bottom: 1px solid #572f99;
}

#body .sec_01 table tr td {
    color: #999999;
    font-weight: 600;
}

#body .sec_01 table tr td:first-of-type {
    color: #572f99;
}

#body .sec_01 table::after {
    content: '';
    position: absolute;
    top: 0;
    left: 152px;
    width: 299px;
    height: 198px;
    border: 2px solid #572f99;
    z-index: 99;
}

#body .sec_01 .arrow_box {
    padding-left: 165px;
    display: table-cell;
    width: 100%;
    padding-bottom: 30px;
}

#body .sec_01 .arrow_box>div {
    display: table-cell;
    vertical-align: middle;
}

#body .sec_01 .arrow_box>div img {
    padding-right: 15px;
}

#body .sec_01 .arrow_box span {
    background: linear-gradient(to top, #fbcce8 50%, transparent 50%);
    font-weight: 600;
    color: #572f99;
}

#body .sec_01 .forusers {
    background: #f6f4f9;
    padding: 35px;
    position: relative;
}

#body .sec_01 .forusers::after {
    content: url('/assets/images/idc/enterprize/logo_b.png');
    right: -10px;
    bottom: -20px;
    position: absolute;
    animation: move 1s infinite;
    animation-direction: alternate;
}

@keyframes move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 10px);
    }
}

#body .sec_01 .forusers ul {
    overflow: hidden;
}

#body .sec_01 .forusers ul li {
    width: 50%;
    float: left;
    margin-top: 20px;
    padding-left: 10px;
}

#body .sec_01 .forusers ul li span {
    color: #572f99;
    font-weight: 800;
    margin-right: 10px;
}

#body .sec_02 ul {
    border-top: 2px solid #572f99;
}

#body .sec_02 ul li {
    padding: 30px;
    border-bottom: 1px solid #c7c7c7;
    display: table;
    width: 100%;
}

#body .sec_02 ul li:nth-child(2n) {
    background: #f6f4f9;
}

#body .sec_02 ul li span {
    display: table-cell;
    vertical-align: middle;
}

#body .sec_02 ul li span.num {
    color: #2c1939;
    font-weight: 800;
    font-size: 20px;
    margin-right: 25px;
    width: 5%;
}


#body .sec_02 ul li span.tit {
    color: #572f99;
    font-weight: 800;
    font-size: 20px;
    margin-right: 40px;
    width: 25%;
}

#body .sec_03 .table_wrap {
    margin-bottom: 30px;
}

#body .sec_03 .info {
    text-align: center;
    background: #f6f4f9;
    padding: 15px;
    margin-left: 0;
}

#body .sec_03 .info h4 {
    margin-bottom: 0;
}

#body .sec_03 .table_wrap .note {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

/* #body .sec_04 {} */

#body .sec_04>h4 {
    text-align: center;
    font-size: 20px;
}

#body .sec_04 ul li {
    width: 375px;
    border: 1px solid #c7c7c7;
    padding: 30px 50px;
    display: table-cell;
    float: left;
    margin: 20px 0;
}

#body .sec_04 ul li:nth-child(2n-1) {
    margin-right: 10px;
}

#body .sec_04 ul li.ic_01 {
    background: url('/assets/images/idc/enterprize/ic_01.png')no-repeat 260px center;
}

#body .sec_04 ul li.ic_02 {
    background: url('/assets/images/idc/enterprize/ic_02.png')no-repeat 260px center;
}

#body .sec_04 ul li div.text {
    font-size: 17px;
    color: #2c1939;
}

#body .sec_04 ul li div.text span {
    font-weight: 600;
}


#body .sec_04 .button_wrap {
    margin: 40px 0;
}

#body .sec_04 .app_wrap {
    padding: 30px;
    background: #f6f4f9;
}

#body .sec_04 .app_wrap h4 {
    margin-left: 0;
    text-align: left;
}

#body .sec_04 .app_wrap p.list {
    line-height: 2;
}


#body .button_wrap {
    text-align: center;
}

#body .button_wrap a {
    display: inline-block;
}


#body.vpn_wrap .sec_01 .arrow_box {
    padding-left: 20px;
}