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

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

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

#sub_menu {
    width: 100%;
}

#menu_box {
    width: 992px;
    margin: 0 auto;
    margin-bottom: 50px;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.sub_menu {
    overflow: hidden;
}

.sub_menu > li {
    float: left;
    width: 49.95%;
    height: 50px;
}

.sub_menu > li > a {
    font-size: 18px;
    color: #000;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 50px; 
    letter-spacing: -1px;
    transition: all 0.2s;
}

.sub_menu > li:nth-child(2) {
    border-right: 1px solid #ddd;
}

.sub_menu > li > a:hover {
    color: #ddd;
}

.sub_menu > li:first-child > a {
    color: rgba(217,31,40)
}

.sub_menu_1 {
    background-color: rgba(231,225,217);
    border: none;
}

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

#content {
    width: 100%;
}

#phone_img {
    width: 992px;
    margin: 0 auto;
    position: relative;
}

#phone_img img {
    margin: 0 37px 80px 37px;
}

.next {
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 2px solid rgba(217,31,40);
    border-left: 2px solid rgba(217,31,40);
    top: 256px;
    left: 310px;
    transform: rotate(135deg);
}

.next_2 {
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 2px solid rgba(217,31,40);
    border-left: 2px solid rgba(217,31,40);
    top: 256px;
    right: 325px;
    transform: rotate(135deg);
}

#phone_intro {
    width: 100%;
    background-color: rgba(248,249,250);
    padding-top: 30px;
}

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

.intro_title {
    font-size: 25px;
    font-weight: bold;
    color: #444;
    letter-spacing: -1px;
    padding-bottom: 10px
}

#intro > ul {
    padding: 0 0 50px 50px;
}

#intro > ul:last-child {
    padding-bottom: 78px;
}

#intro > ul > li {
    list-style: disc;
    letter-spacing: -1px;
}

#intro > ul > li > ul {
    padding-left: 20px;
}