@charset "coffee
/************ contentwrap ************/

.section {
    width: 100%;
}

/******* main_banner *******/

#main_banner {
    width: 100%;
    height: 447px;
}

.slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide > ul {
    width: 100%;
    height: 447px;
    left: 0;
}

.slide > ul > li {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    border-radius: 15px;
}

.slide > ul > li > a {
    display: block;
    width: 1920px;
    height: 447px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
}

.title {
    position: absolute;
    font-size: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bolder;
    letter-spacing: -3px;
    line-height: 1;
    font-family: 'NanumGothic'
}

/******* menu_bar *******/

#menu_bar {
    width: 100%;
    margin: 45px 0;
}

.circle {
    background-color: #000;
    border: 2px solid #000;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: relative;
    top: 17px;
}

.bar {
    font-size: 18px;
}

#select {
    width: 992px;
    height: 40px;
    margin: 0 auto;
}

#select > ul > li {
    float: left;
    padding-left: 20px;
    line-height: 40px;
}

#select > ul > li:first-child {
    padding: 0;
}

#select > ul > li:last-child {
    position: relative;
}

.arrow {
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid rgba(217,31,40);
    border-right: 1px solid rgba(217,31,40);
    content: '';
    top: 50%;
    left: 75px;
    transform: rotate(45deg) translateY(-50%);
}

.highll {
    color: rgba(217,31,40);
    font-size: 18px;
}

/******* sub_menu *******/

#content {
    width: 100%;
    height: 878px;
}

#mem_title {
    width: 992px;
    margin: 0 auto;
}

#mem_title h1 {
    font-size: 45px;
    letter-spacing: -1px;
    text-align: center;  
}

#mem_title p {
    font-size: 25px;
    letter-spacing: -1px;
    text-align: center;  
    padding: 15px 0 50px 0;
    color: #444;
}

#membership_wrap {
    width: 992px;
    margin: 0 auto;
}

#membership_intro {
    border-radius: 7px;
    width: 992px;
    height: 800px;
    overflow: hidden;
    border: 1px solid #ddd;
}

#membership_intro > div {
    float: left;
    width: 24.92%;
    height: 800px;
    outline: inherit;
    border-right: 1px solid #ddd;
}

#membership_intro > div:last-child {
    border-right: none;
}

.silver {
    position: relative;
}

.pic:hover img {
    transform: rotate(5deg);
}

.pic {
    width: 100%;
    height: 242px;
}

.pic img {
    width: 90px;
    margin: 78px;
    transition: all 0.2s;
}

.mem_name_1 {
    width: 140px;
    height: 40px;
    background-color: rgba(217,31,40);
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    font-size: 18px;
    top: 221px;
}

.gold {
    position: relative;
}

.mem_name_2 {
    width: 140px;
    height: 40px;
    background-color: rgba(217,31,40);
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    font-size: 18px;
    top: 221px;
}

.red {
    position: relative;
}

.mem_name_3 {
    width: 140px;
    height: 40px;
    background-color: rgba(217,31,40);
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    font-size: 18px;
    top: 221px;
}

.dia {
    position: relative;
}

#membership_intro li:first-child {
    text-align: center;
    color: #aaa;
    
}

.mem_name_4 {
    width: 140px;
    height: 40px;
    background-color: rgba(217,31,40);
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    font-size: 18px;
    top: 221px;
}



.info_list > ul > li {
    padding-bottom: 20px;
}

.mem_info {
    padding: 53px 15px 26px 20px;
    height: 479px;
    background-color: rgba(248,249,250);
    font-size: 16px;
    margin-bottom: 78px;
}