/*슬라이드 옵션*/
#new_sd {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#new_sd .sd_area {
    width: 100%;
    height: 100%;
    position: relative;
}

#new_sd .sd_con {
    width: 100%;
    height: 100%;
    position: relative;
}

/*슬라이드 옵션 end*/

/*슬라이드*/
#new_slider {
    width: 100%;
    height: 800px;
    position: relative;
    background-color: #fff;
}

#new_slider .slider_box {
    width: 100%;
    height: 100%;
    position: relative;
}

#new_slider .slider_box .slide_box {
    width: 100%;
    height: 100%;
    position: relative;
}

#new_slider .slider_box .slide_box .slide_img {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    position: absolute;
    top: 0;
}

#new_slider .slider_box .slide_img_01 {
    background-image: url(../img/slide_01.png);
}

#new_slider .slider_box .slide_img_02 {
    background-image: url(../img/slide_02.png);
}

#new_slider .slider_box .slide_img_03 {
    background-image: url(../img/slide_03.png);
}

#new_slider .slider_box .slide_img_04 {
    background-image: url(../img/slide_04.png);
}

#new_slider .slider_box .slide_img_05 {
    background-image: url(../img/slide_05.png);
}

#new_slider .slider_box .slide_img_06 {
    background-image: url(../img/slide_06.png);
}

#new_slider .slider_box .slide_box > .slide_txt {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    top: 221px;
    text-align: center;
}

#new_slider .slider_box .slide_box > .slide_txt > h2 {
    font-size: 3.75rem;
    font-weight: 100;
    color: #fff;
    /*line-height: 78px;
    margin-bottom: 70px;*/
    line-height: 121px;
    margin-bottom: 30px;
    opacity: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

#new_slider .slider_box .slide_box > .slide_txt > h2 > span {
    font-size: 3.75rem;
    font-weight: 600;
}

#new_slider .slider_box .slide_box > .slide_txt > p {
    font-size: 1.125rem;
    line-height: 27px;
    color: rgba(255,255,255,0.6);
    opacity: 0;
    font-weight: 300;
    margin-bottom: 20px;
}

#new_slider .slider_box .slide_box > .slide_txt > h3 {
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    opacity: 0;
}

#new_slider .slider_box .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 7px;
}

#new_slider .slider_box .slick-dots li button {
    width: auto;
    height: auto;
}

#new_slider .slider_box .slick-dots li button:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5rem;
    opacity: 1;
    border: 3px solid #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#new_slider .slider_box .slick-dots li.slick-active button:before {
    content: '';
    background-color: #fff;
}

#new_slider .slider_box .slick-prev,
#new_slider .slider_box .slick-next {
    width: auto;
    height: auto;
    z-index: 999;
}

#new_slider .slider_box .slick-prev:before,
#new_slider .slider_box .slick-next:before {
    content: none;
}

#new_slider .slider_box .slick-prev {
    left: 265px;
}

#new_slider .slider_box .slick-next {
    right: 265px;
}

#new_slider .slider_box .slide_box.slick-active > .slide_txt > h2 {
    -webkit-animation: fadeInDown 1.5s both .5s;
    -o-animation: fadeInDown 1.5s both .5s;
    animation: fadeInDown 1.5s both .5s;
    opacity: 0.6;
}

#new_slider .slider_box .slide_box.slick-active > .slide_txt > p {
    -webkit-animation: fadeInDown 1s both 1.5s;
    -o-animation: fadeInDown 1s both 1.5s;
    animation: fadeInDown 1s both 1.5s;
    opacity: 0.6;
}

#new_slider .slider_box .slide_box.slick-active > .slide_txt > h3 {
    -webkit-animation: fadeInDown 1s both 2s;
    -o-animation: fadeInDown 1s both 2s;
    animation: fadeInDown 1s both 2s;

    opacity: 1;
}

@media all and (max-width: 1025px) {
    #new_slider {
        height: 600px;
    }

    #new_slider .slider_box .slide_box > .slide_txt {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #new_slider .slider_box .slide_box > .slide_txt > h2 {
        font-size: 2rem;
        line-height: 45px;
        margin-bottom: 30px;
    }

    #new_slider .slider_box .slide_box > .slide_txt > h2 > span {
        font-size: 2rem;
    }

    #new_slider .slider_box .slide_box > .slide_txt > p {
        font-size: 1rem;
    }

    #new_slider .slider_box .slide_box > .slide_txt > h3 {
        font-size: 0.938rem;
    }

    #new_slider .slider_box .slick-prev {
        left: 105px;
    }

    #new_slider .slider_box .slick-next {
        right: 105px;
    }
}

@media all and (max-width :481px) {
    #new_slider .slider_box .slide_box > .slide_txt {
        padding: 0 15px;
    }
    
    #new_slider .slider_box .slide_box > .slide_txt > p {
        word-break: keep-all;
    }
    
    #new_slider .slider_box .slide_box > .slide_txt > p > br{
        display: none;
    }
}

/*슬라이드 end*/

/*본문 옵션*/
#new_sc {
    position: relative;
    height: auto;
    overflow: hidden;
}

#new_sc .sc_area {
    width: 100%;
    height: auto;
    position: relative;
}

#new_sc .sc_con {
    width: 100%;
    height: auto;
    position: relative;
}

#new_sc .sc_con .main_sc {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 145px;
    padding-bottom: 145px;
}

#new_sc .sc_con .main_sc .sc_size {
    width: 100%;
    max-width: 1260px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

@media all and (max-width: 1281px) {
    #new_sc .sc_con .main_sc {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 481px) {
    #new_sc .sc_con .main_sc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*본문 옵션 end*/

/*ABOUT*/
#MAIN_01 {
    width: 100%;
    height: auto;
    background-color: #ededed;
}

#MAIN_01 .about_box {
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

#MAIN_01 .about_box .lt_about {
    width: -webkit-calc(100% - 709px);
    width: calc(100% - 709px);
    float: left;
    overflow: hidden;
    padding-top: 45px;
}

#MAIN_01 .about_box .lt_about > h2 {
    font-size: 3rem;
    color: #000;
    font-weight: 100;
    letter-spacing: -2px;
    line-height: 60px;
    margin-bottom: 20px;
}

#MAIN_01 .about_box .lt_about > h2 > span {
    font-size: 3rem;
    font-weight: 800;
}

#MAIN_01 .about_box .lt_about > p {
    font-size: 0.813rem;
    font-weight: 300;
    line-height: 27px;
    color: #555;
    margin-bottom: 40px;
}

#MAIN_01 .about_box .lt_about > .more_btn {
    width: 235px;
    height: auto;
    position: relative;
}

#MAIN_01 .about_box .lt_about > .more_btn > a {
    width: 100%;
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #aaa;
    font-size: 0.813rem;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

#MAIN_01 .about_box .lt_about > .more_btn > a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}

#MAIN_01 .about_box .lt_about > .more_btn > a:hover > span {
    margin-left: 40px;
}

#MAIN_01 .about_box .lt_about > .more_btn > a > span {
    margin-left: 50px;
    display: inline-block;
    line-height: 20px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

#MAIN_01 .about_box .lt_about > .more_btn > a > span > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 2px;
}

#MAIN_01 .about_box .rt_about {
    width: 709px;
    float: left;
    overflow: hidden;
    position: relative;
}

#MAIN_01 .about_box .rt_about .about_img {
    width: 100%;
    height: auto;
    position: relative;
}

#MAIN_01 .about_box .rt_about .about_img > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 1025px) {
    #MAIN_01 .about_box .lt_about {
        width: 100%;
        float: none;
        margin-right: auto;
        margin-bottom: 30px;
    }

    #MAIN_01 .about_box .lt_about > p > br {
        display: none;
    }

    #MAIN_01 .about_box .rt_about {
        width: 100%;
        height: auto;
        position: relative;
    }
}

@media all and (max-width: 481px) {
    #MAIN_01 .about_box .lt_about > h2 {
        font-size: 2rem;
        line-height: 40px;
    }
    
    #MAIN_01 .about_box .lt_about > h2 > span {
        font-size: 2rem;
    }
}

/*ABOUT end*/

/*PRODUCT*/
#MAIN_02 {
    width: 100%;
    height: auto;
    background-color: #fff;
}

#MAIN_02 .prod_lsit_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

#MAIN_02 .prod_lsit_box > .prod_list {
    width: -webkit-calc((100% - 10px) / 3);
    width: calc((100% - 10px) / 3);
    height: 370px;
    margin-right: 2px;
    float: left;
    overflow: hidden;
    position: relative;
}

#MAIN_02 .prod_lsit_box > .prod_list:last-of-type {
    margin-right: 0;
}

#MAIN_02 .prod_lsit_box > .prod_list > a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#MAIN_02 .prod_lsit_box > .prod_list > p {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
    line-height: normal;
    letter-spacing: -.5px;
}

#MAIN_02 .prod_lsit_box > .prod_list_01 > a {
    background-image: url(../img/prod_img_01.png);
}

#MAIN_02 .prod_lsit_box > .prod_list_02 > a {
    background-image: url(../img/prod_img_02.png);
}

#MAIN_02 .prod_lsit_box > .prod_list_03 > a {
    background-image: url(../img/prod_img_03.png);
}

#MAIN_02 .prod_lsit_box > .prod_list_04 > a {
    background-image: url(../img/prod_img_04.png);
}

#MAIN_02 .prod_lsit_box > .prod_list_05 > a {
    background-image: url(../img/prod_img_05.png);
}

#MAIN_02 .prod_lsit_box > .prod_list_06 > a {
    background-image: url(../img/prod_img_06.png);
}

#MAIN_02 .prod_lsit_box > .prod_list > a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

@media all and (max-width: 1025px) {
    #MAIN_02 .prod_lsit_box > .prod_list {
        width: -webkit-calc((100% - 4px) / 3);
        width: calc((100% - 4px) / 3);
        margin-bottom: 2px;
    }

    #MAIN_02 .prod_lsit_box > .prod_list:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media all and (max-width: 801px) {
    #MAIN_02 .prod_lsit_box > .prod_list {
        height: 230px;
    }
}

@media all and (max-width: 481px) {
    #MAIN_02 .prod_lsit_box > .prod_list {
        width: -webkit-calc((100% - 2px) / 2);
        width: calc((100% - 2px) / 2);
    }
    
    #MAIN_02 .prod_lsit_box > .prod_list:nth-of-type(3n) {
        margin-right: 2px;
    }
    
    #MAIN_02 .prod_lsit_box > .prod_list:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 321px) {
    #MAIN_02 .prod_lsit_box > .prod_list {
        width: 100%;
        margin-right: 0;
    }
}

/*PRODUCT end*/

/*TECHNOLOGY*/
#MAIN_03 {
    width: 100%;
    height: auto;
    background-color: #fff;
}

#MAIN_03 .tech_bg_box {
    position: absolute;
    width: 100%;
    height: 850px;
    top: 0;
    left: 0;
    background-image: url(../img/tech_bg_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

#MAIN_03 .tech_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#MAIN_03 .tech_box > .title {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

#MAIN_03 .tech_box > .title > h2 {
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
    line-height: 3.6rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

#MAIN_03 .tech_box > h3 {
    font-size: 1rem;
    line-height: normal;
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
}

#MAIN_03 .tech_box > p {
    font-size: 0.938rem;
    font-weight: 100;
    line-height: 26px;
    color: #fff;
    margin-bottom: 45px;
}

#MAIN_03 .tech_box .more_btn {
    width: 235px;
    height: auto;
    position: relative;
}

#MAIN_03 .tech_box .more_btn > a {
    width: 100%;
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #fff;
    font-size: 0.813rem;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

#MAIN_03 .tech_box .more_btn > a:hover {
    background-color: #1d2088;
    border: 1px solid #1d2088;
}

#MAIN_03 .tech_box .more_btn > a:hover > span {
    margin-left: 40px;
}

#MAIN_03 .tech_box .more_btn > a > span {
    margin-left: 50px;
    display: inline-block;
    line-height: 20px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

#MAIN_03 .tech_box .more_btn > a > span > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 2px;
}

@media all and (max-width: 481px) {
    #MAIN_03 .tech_box > .title > h2 {
        font-size: 2.5rem;
        padding-bottom: 10px;
    }
}

/*TECHNOLOGY end*/

/*MEDIACENTER*/
#MAIN_04 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-bottom: 0 !important;
}

#MAIN_04 .media_box {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 35px;
    margin-top: 40px;
    overflow: hidden;
}

#MAIN_04 .media_box .news_board {
    width: -webkit-calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
    float: left;
    margin-right: 40px;
}

#MAIN_04 .media_box .news_board:last-of-type {
    margin-right: 0;
}

#MAIN_04 .media_box .news_board .board_title {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#MAIN_04 .media_box .news_board_03 .board_title {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

#MAIN_04 .media_box .news_board .board_title > h4 {
    float: left;
    font-size: 1.125rem;
    letter-spacing: -1px;
    font-weight: 300;
    line-height: normal;
}

#MAIN_04 .media_box .news_board .board_title > a {
    float: right;
    font-size: 0.875rem;
    line-height: 0.9;
    padding-top: 10px;
    color: #5f5f5f;
    font-weight: 300;
}

#MAIN_04 .media_box .news_board .board_title > a:hover {
    color: #1d2088;
}

#MAIN_04 .media_box .news_board .board_img {
    width: 100%;
    height: 124px;
    overflow: hidden;
    margin-bottom: 30px;
}

#MAIN_04 .media_box .news_board .board_img > img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#MAIN_04 .media_box .news_board .board_list {
    width: 100%;
    height: auto;
    position: relative;
}

#MAIN_04 .media_box .news_board .board_list > li {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

#MAIN_04 .media_box .news_board .board_list > li:last-of-type {
    margin-bottom: 0;
}

#MAIN_04 .media_box .news_board .board_list > li > a {
    display: block;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    float: left;
    font-size: 0.938rem;
    line-height: 1rem;
    color: #5f5f5f;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#MAIN_04 .media_box .news_board .board_list > li > a:hover {
    text-decoration: underline;
}

#MAIN_04 .media_box .news_board .board_list > li > p {
    float: right;
    color: #5f5f5f;
    font-weight: 300;
    font-size: 0.938rem;
    line-height: 1rem;
}

#MAIN_04 .media_box .news_board .more_list {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 25px;
    overflow: hidden;
}

#MAIN_04 .media_box .news_board .more_list .more_list_box {
    width: -webkit-calc((100% - 9px) / 2);
    width: calc((100% - 9px) / 2);
    height: 137px;
    ;
    position: relative;
    padding: 10px;
    margin-right: 8px;
    background-color: #dcdcdc;
    float: left;
    text-align: center;
}

#MAIN_04 .media_box .news_board .more_list .more_list_box:last-of-type {
    margin-right: 0;
}

#MAIN_04 .media_box .news_board .more_list .more_list_box > h3 {
    font-size: 0.813rem;
    line-height: 0.9rem;
    padding-top: 3px;
    border-top: 3px solid #5f5f5f;
    color: #5f5f5f;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
}

#MAIN_04 .media_box .news_board .more_list .more_list_box > .icon_box {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
}

#MAIN_04 .media_box .news_board .more_list .more_list_box > .icon_box > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

#MAIN_04 .media_box .news_board .more_list .more_list_box > .more_btn_box {
    width: auto;
    margin: 0 auto;
    position: relative;
}

#MAIN_04 .media_box .news_board .more_list .more_list_box > .more_btn_box > a {
    padding: 5px 30px;
    display: inline-block;
    border: 1px solid #5f5f5f;
    font-size: 0.813rem;
    line-height: 0.9rem;
    font-weight: 300;
}

#MAIN_04 .media_box .news_board .more_list .more_list_box > .more_btn_box > a > span {
    margin-left: 10px;
    line-height: 0.9rem;
    display: inline-block;
}

#MAIN_04 .media_box .news_board .more_list .more_list_box > .more_btn_box > a > span > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 801px) {
    #MAIN_04 .media_box .news_board {
        width: 100%;
        margin-right: 0;
        margin-bottom: 80px;
    }
    
    #MAIN_04 .media_box .news_board:last-of-type{
        margin-bottom: 0;
    }
}

@media all and (max-width: 481px) {
    #MAIN_04 .media_box {
        padding: 15px;
    }
}

/*MEDIACENTER end*/

/*CUSTOMER*/
#MAIN_05 {
    width: 100%;
    height: auto;
    position: relative;
}

#MAIN_05 .customer_list {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

#MAIN_05 .customer_list > .customer_box {
    width: -webkit-calc((100% - 81px) / 3);
    width: calc((100% - 81px) / 3);
    margin-right: 40px;
    float: left;
}

#MAIN_05 .customer_list > .customer_box:last-of-type {
    margin-right: 0;
}

#MAIN_05 .customer_list > .customer_box > a {
    display: block;
    width: 100%;
    height: 100px;
    padding: 20px;
    background-color: #0a3c6e;
    overflow: hidden;
}

#MAIN_05 .customer_list > .customer_box > a .customer_icon {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 30px;
    line-height: 60px;
}

#MAIN_05 .customer_list > .customer_box > a .customer_icon > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

#MAIN_05 .customer_list > .customer_box > a > h2 {
    width: -webkit-calc((100% - 30px) - 60px);
    width: calc((100% - 30px) - 60px);
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 55px;
    float: left;
}

#MAIN_05 .customer_list > .customer_box .customer_txt {
    width: -webkit-calc((100% - 30px) - 60px);
    width: calc((100% - 30px) - 60px);
    float: left;
    padding-top: 5px;
}

#MAIN_05 .customer_list > .customer_box .customer_txt > h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-bottom: 10px;
}

#MAIN_05 .customer_list > .customer_box .customer_txt > p {
    font-size: 0.813rem;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -.5px;
}

@media all and (max-width: 1281px) {
    #MAIN_05 .customer_list > .customer_box {
        width: -webkit-calc((100% - 21px) / 3);
        width: calc((100% - 21px) / 3);
        margin-right: 10px;
    }

    #MAIN_05 .customer_list > .customer_box > a > h2 {
        font-size: 1.5rem;
    }
}

@media all and (max-width: 1025px) {
    #MAIN_05 .customer_list > .customer_box > a .customer_icon {
        width: 35px;
        margin-right: 15px;
    }

    #MAIN_05 .customer_list > .customer_box .customer_txt,
    #MAIN_05 .customer_list > .customer_box > a > h2 {
        width: -webkit-calc((100% - 15px) - 35px);
        width: calc((100% - 15px) - 35px);
    }
}

@media all and (max-width: 866px) {
    #MAIN_05 .customer_list > .customer_box {
        width: -webkit-calc((100% - 11px) / 2);
        width: calc((100% - 11px) / 2);
        float: left;
        margin-bottom: 10px;
    }
    
    #MAIN_05 .customer_list > .customer_box:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 601px) {
    #MAIN_05 .customer_list > .customer_box {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

/*CUSTOMER end*/
