@charset "UTF-8";

#wrapper {
    position: relative;
    min-width: 1200px;
    margin: 0 auto;
}

.cw-top {
    position: relative;
    height: 1750px;
    background: url("../images/cw_top.jpg") no-repeat center top;
}

.cw-course {
    position: relative;
    height: 2150px;
    background: url("../images/cw_course.jpg") no-repeat center top;
}

.cw-participate {
    position: relative;
    height: 865px;
    background: url("../images/cw_participate.png") no-repeat center top;
}

.cw-accept {
    position: relative;
    height: 896px;
    padding-top: 130px;
    background: url("../images/cw_accept_bg.png") no-repeat center top;
    font-size: 0;
}

.cw-accept .accept-area {
    margin-top: 50px;
}

.cw-accept .accept-area ul li {
    margin-top: 20px;
}

.cw-accept .accept-area ul li:first-child {
    margin-top: 0;
}

.cw-accept .accept-txt {
    margin-top: 50px;
    font-size: 18px;
}

.cw-accept .accept-txt p {
    margin-top: 20px;
}

.cw-accept .accept-txt p:first-child {
    margin-top: 0;
}

.cw-accept .accept-txt p span {
    font-size: 15px;
}

.cw-event {
    position: relative;
    padding: 140px 0 200px;
    font-size: 0;
}

.cw-event h2 {
    position: absolute;
    top: 0;
    left: 0;
}

.cw-event ul {
    width: 950px;
    margin-left: 330px;
}

.cw-event ul li {
    margin-top: 20px;
}

.cw-event ul li:first-child {
    margin-top: 0;
}


/* 좌측 따라다니는 공간 */
.side-box {
    position: fixed;
    top: 150px;
    right: -300px;
    width: 230px;
}

.side-box .side-event-box {
    overflow: hidden;
    border-radius: 20px;
}

.side-box .side-event-box ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #f26348;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'yg-jalnan';
}

.side-box .side-event-box ul li:first-child a {
    background-color: #2282ef;
}

.side-box .side-step {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    border: 5px solid #3aa353;
    background-color: #fff;
}

.side-box .side-step h2 {
    height: 50px;
    line-height: 50px;
    background-color: #3aa353;
    font-family: 'yg-jalnan';
    text-align: center;
    color: #fff;
}

.side-box .side-step dl {
    margin: 15px 20px;
}

.side-box .side-step dl.step1 {
    margin-top: 20px;
}

.side-box .side-step dl dt {
    margin-bottom: 5px;
    color: #3aa353;
    font-weight: 700;
}

@media screen and (min-width:1839px) {
    .side-box {
        right: 20px;
    }
}