@charset "UTF-8";
/* CSS Document */

body {
    background: #f7f7f7 url(../images/main_bg.png) fixed no-repeat -10% 31%;
    font-family: 'Roboto', sans-serif;
}

.area_img {
    position: relative;
    float: left;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.6em;
    height: 6.4em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}

.area_inner {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#wrap_head {
    height: 110px;
    box-sizing: border-box;
    position: relative;
}

#wrap_head h1 {
    position: absolute;
    padding: 27px 0 0 0px;
}

.head_right {
    position: absolute;
    right: 20px;
    top: 35px;
    text-align: right;
}

.gnb_list {
    position: relative;
}

.gnb_list li {
    float: left;
}

.gnb_list a {
    font-size: 13px;
    font-weight: 400;
    color: #555555;
}

.gnb_list a:hover {
    color: #88236c;
    text-decoration: underline;
}

.gnb_line {
    position: relative;
    display: inline-block;
    margin: -1px 10px;
    width: 1px;
    height: 12px;
    background: #88236c;
}

.contact_mail {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #88236c;
    margin-top: 10px;
}

.contact_mail p {
    display: inline-block;
}

.contact_mail i {
    margin: 1px 5px 0 0;
    float: left;
}

#wrap_lnb {
    height: 54px;
    background-color: #992A7A;
    position: relative;
}

.lnb_list > li {
    float: left;
    line-height: 54px;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    width: 200px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #992A7A;
    z-index: 99999999999;
    text-align: center;
}

.lnb_list > li:first-child {
    margin-left: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.lnb_list > li > a {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    z-index: 999999;
    box-sizing: border-box;
}

.lnb_list li > a > i {
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
}

.snb_wrap {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 200px;
    padding: 12px 0 17px 0;
    box-sizing: border-box;
    background-color: rgba(20, 10, 17, 0.8);
    z-index: 999998;
}

.snb_list li {
    display: block;
    line-height: 2.2;
}

.snb_list li a {
    font-size: 15px;
    color: #ffffff;
}

.snb_list li a:hover {
    text-decoration: underline;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    background: url(../images/main_title_icon.png) no-repeat right 3px;
    padding-right: 27px !important;
    display: inline-block;
}

h2 span {
    font-weight: 200 !important;
}

#new .area_inner {
    /*background: url('../images/main_new_bglogo.png') no-repeat 513px 95%;*/
    padding: 50px 0 60px 0;
}

#new a:hover strong {
    text-decoration: underline;
}

#header, #container, #new, #who, #gallery, #link {
    clear: both;
}

.new_list li {
    float: left;
    width: 475px;
    margin-top: 20px;
}

.new_list li:nth-of-type(even) {
    margin-left: 50px;
}

.new_list li:first-of-type {
    margin-left: 0;
}

.new_list li:nth-of-type(1n+3) {
    margin-top: 35px;
}

.new_list li, .new_list li a {
    display: inline-block;
    position: relative;
}

.new_list li a strong {
    font-size: 15px;
    color: #88236c;
}

.new_list li img {
    float: left;
    width: 223px;
    height: 142px;
    box-sizing: border-box;
}

.new_des {
    padding-left: 25px;
    overflow: hidden;
    word-break: keep-all;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 13px;
    color: #555555;
}

.new_des strong {
    font-weight: 500;
}

.new_des p {
    padding-top: 10px;
}

#who {
    width: 100%;
    height: 150px;
    background-color: #484848;
    position: relative;
}

.who_title {
    width: 160px;
    height: 100%;
    background-color: #bae104;
    text-align: center;
    display: inline-block;
    float: left;
}

.who_title i {
    padding-top: 26px;
    font-size: 68px;
    color: #484848;
    display: block;
}

.who_title img {
    padding-top: 30px;
}

.who_title h2 {
    font-size: 20px;
    color: #484848;
    font-weight: 500;
    padding-top: 14px;
    padding-right: 0 !important;
    background: none;
}

#who .who_slider_wrap {
    width: 840px !important;
    position: relative;
    display: inline-block;
    float: left;
    top: 20px;
    left: 0;
}

.who_slider_wrap .bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    background: none !important;
    margin-bottom: 0;
}

.who_border {
    display: inline-block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    border-right: #757575 dotted 2px;
}

.who_list a {
    cursor: pointer;
}

.who_man {
    margin: 0;
    padding: 0 0 0 40px;
    /*border-right: #757575 dotted 2px;*/
    box-sizing: border-box;
}

.who_man img {
    width: 108px;
    height: 108px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-sizing: border-box;
    float: left;
    border: 3px solid rgba(0, 0, 0, 0.00);
    transition: border .1s ease-in;
    -webkit-transition: border .1s ease-in;
    -moz-transition: border .1s ease-in;
    -o-transition: border .1s ease-in;
}

.who_man a:hover img {
    border: 3px solid #bae104;
}

.who_des {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    overflow: hidden;
    padding: 5px 0 0 20px;
}

.who_des strong {
    font-size: 12px;
    font-weight: 300;
    display: block;
    color: #d8fd2a;
}

.who_des em {
    display: block;
    font-weight: 200 !important;
    font-size: 13px;
    padding-top: 1px;
    color: #c5c3c3;
}

.who_des p {
    font-size: 12px;
    color: #d8fd2a;
    padding-top: 10px;
    font-weight: 300;
}

.who_des p span {
    color: #ffffff;
    padding-left: 7px;
}

.who_des p i {
    padding-right: 3px;
}

#gallery {
    padding-top: 50px;
}

.gallery_list li {
    float: left;
    margin-left: 36px;
    margin-top: 20px;
    position: relative;
}

.gallery_list li:first-child {
    margin-left: 0;
}

.gallery_list li a {
    font-size: 13px;
    color: #ffffff;
}

.gallery_list li a strong {
    color: #d8fd2a;
    font-weight: normal;
    padding-right: 10px;
}

.gallery_list img {
    width: 223px;
    height: 142px;
    box-sizing: border-box;
}

.img_mask {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.gallery_list a:hover .img_mask, .gallery_list a:hover .img_mask p {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 30px;
}

.img_mask .mask_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.img_mask p {
    opacity: 0;
    filter: alpha(opacity=0);
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

#link {
    padding-top: 50px;
    padding-bottom: 60px;
}

.link_list img {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.0);
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.link_list img:hover {
    border: 1px solid #992A7A;
    box-sizing: border-box;
}

.link_list li {
    width: 223px;
    height: 64px;
    float: left;
    display: block;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: 36px;
}

.link_list li a {
    width: 100%;
    height: 100%;
    display: block;
}

.link_list li:first-child {
    margin-left: 0;
}
