@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: 95px;
    transform: rotate(45deg) translateY(-50%);
}

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

/******* content *******/

#content {
    width: 100%;
}

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

.step {
    height: 700px;
}

.pro_title {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: -1px;
    width: 992px;
}

.step > ul > li {
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px dashed rgba(217,31,40);
    margin-right: 50px;
    margin-bottom: 100px;
    position: relative;
}

.step > ul > li:nth-child(6n) {
    margin-right: 0;
}

.step > ul > li > .prop {
    color: #444;
    letter-spacing: -1px;
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
}

.step > ul > li > .st_con {
    color: #000;
    letter-spacing: -1px;
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: 150px;
    text-align: center;
}


.step > ul > li > img {
    width: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

table {
    border-collapse: collapse;
    margin-bottom: 78px;
}

table tr:first-child {
    border-top: 2px solid #444;
    border-bottom: 1px solid #444;
}

table tr {
    border-bottom: 1px solid #444;
}

.ffran {
    width: 950px;
    margin: 0 auto
}

.ffran td:first-child {
    width: 350px;
    text-align: center;
    border-left: none;
    border-right: 1px solid #444;
}

.ffran td:nth-child(3), .ffran td:last-child {
    border-right: none;
}

.ffran td {
    width: 600px;
    text-align: center;
    padding: 10px;
}
