* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

#wrap {
    width: 100%;
    background-color: #000;
}




#main_header {
    width: 100%;
    height: 974px;
    background-size: cover;
    background-position: center;
    background-image: url('../images/main_image_4.png');
}

#main_header #mh_wrap {
    width: 1142px;
    height: 974px;
    margin: 0 auto;
    position: relative;
}





#main_header #mh_wrap > a img {
    position: absolute;
    top: 48px;
}





#main_header #mh_wrap nav {
    position: absolute;
    top: 95px;
    right: 0;
}

#main_header #mh_wrap nav ul {
    overflow: hidden;
}

#main_header #mh_wrap nav ul li {
    float: left;
    margin-left: 36px;
    height: 30px;
}






#main_header #mh_wrap nav ul li > a {
    display: block;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
}

#main_header #mh_wrap nav ul li:nth-child(1) > a {
    display: block;
    width: 80px;
    background-image: url('../images/nav_1.png');
}

#main_header #mh_wrap nav ul li:nth-child(2) > a {
    display: block;
    width: 65px;
    background-image: url('../images/nav_2.png');
}

#main_header #mh_wrap nav ul li:nth-child(3) > a {
    display: block;
    width: 134px;
    background-image: url('../images/nav_3.png');
}

#main_header #mh_wrap nav ul li:nth-child(4) > a {
    display: block;
    width: 88px;
    background-image: url('../images/nav_4.png');
}

#main_header #mh_wrap nav ul li:nth-child(5) > a {
    display: block;
    width: 82px;
    background-image: url('../images/nav_5.png');
}

#main_header #mh_wrap nav ul li:nth-child(6) > a {
    display: block;
    width: 84px;
    background-image: url('../images/nav_6.png');
}










#main_header #mh_wrap nav ul li:nth-child(1) > a:hover {
    background-image: url('../images/nav_1_hover.png');
}

#main_header #mh_wrap nav ul li:nth-child(2) > a:hover {
    background-image: url('../images/nav_2_hover.png');
}

#main_header #mh_wrap nav ul li:nth-child(3) > a:hover {
    background-image: url('../images/nav_3_hover.png');
}

#main_header #mh_wrap nav ul li:nth-child(4) > a:hover {
    background-image: url('../images/nav_4_hover.png');
}

#main_header #mh_wrap nav ul li:nth-child(5) > a:hover {
    background-image: url('../images/nav_5_hover.png');
}

#main_header #mh_wrap nav ul li:nth-child(6) > a:hover {
    background-image: url('../images/nav_6_hover.png');
}




.dropdown-content {
    display: none;
    position: absolute;
    top: 30px;
    background-color: #000;
    border: 0.5px solid #464646;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    border-bottom: 0.5px solid #464646;
    text-decoration: none;
    display: block;
    font-size: 0.9rem;
}

.dropdown-content a:last-child {
    border: 0;
}

.dropdown-content a:hover {
    background-color: #fff;
    color: #000;
}


#main_header #mh_wrap nav ul li:nth-child(1):hover .dropdown-content {
    display: block;
}

#main_header #mh_wrap nav ul li:nth-child(2):hover .dropdown-content {
    display: block;
}

#main_header #mh_wrap nav ul li:nth-child(3):hover .dropdown-content {
    display: block;
}








#main_header #mh_wrap > ul {
    overflow: hidden;
    position: absolute;
    bottom: 36px;
    left: 385px;
}

#main_header #mh_wrap > ul li {
    float: left;
    color: #fff;
    text-align: center;
    padding-right: 40px;
    background-image: url('../images/main_header_slash.png');
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 10px;
}

#main_header #mh_wrap > ul li:last-child {
    background-image: none;
    padding: 0;
    margin: 0;
}

#main_header #mh_wrap > ul li p:first-child {
    font-size: 2.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: -0.05rem;
}





#main_header #mh_wrap #circle {
    width: 49px;
    height: 49px;
    background-image: url('../images/main_header_circle.png');
    position: absolute;
    bottom: 40px;
    right: 48px;
}

#main_header #mh_wrap #circle:hover {
    background-image: url('../images/main_header_circle_hover.png');
}









/*-----------main_section1----------*/

#main_section1 {
    width: 100%;
    height: 980px;
    background-color: #fff;
}

#main_section1 #ms1_wrap {
    width: 1142px;
    height: 974px;
    margin: 0 auto;
    position: relative;
}

#main_section1 #ms1_wrap > img:nth-of-type(1) {
    position: absolute;
    top: 109px;
    left: 422px;
}

#main_section1 #ms1_wrap #fenyr {
    position: absolute;
    top: 244px;
    left: 62px;
    cursor: pointer;
}

#main_section1 #ms1_wrap #lykan {
    position: absolute;
    top: 244px;
    right: 87px;
    cursor: pointer;
}


#main_section1 #ms1_wrap ul {
    overflow: hidden;
}

#main_section1 #ms1_wrap ul:nth-of-type(1) {
    position: absolute;
    bottom: 250px;
    left: 252.725px;
}

#main_section1 #ms1_wrap ul:nth-of-type(2) {
    position: absolute;
    bottom: 250px;
    left: 268.24px;
}

#main_section1 #ms1_wrap ul li {
    float: left;
    text-align: center;
    padding-right: 50px;
    background-image: url('../images/main_section1_slash.png');
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 10px;
}

#main_section1 #ms1_wrap ul li:last-child {
    background-image: none;
    padding: 0;
    margin: 0;
}

#main_section1 #ms1_wrap ul p:first-child {
    font-size: 3.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: -0.05rem;
}

#main_section1 #ms1_wrap ul p:last-of-type {
    font-size: 0.8rem;
}

#main_section1 #ms1_wrap #line_bottom {
    position: absolute;
    top: 415px;
    width: 100%;
    height: 1px;
    border: 0;
    background-color: rgba(70, 70, 70, 0.3);
}

#main_section1 #ms1_wrap #line_top {
    position: absolute;
    top: 413px;
    left: 0;
    width: 571px;
    height: 5px;
    background-color: #000;
    border: 0;
}


/*         #main_section1 #ms1_wrap .viewmore{
            width:161px;
            height:49px;
            background-color:#000;
            border-radius:3px;
            position: absolute;
            bottom:103px;
            left:491px;
            text-align:center;
            line-height:49px;
        } */

#main_section1 #ms1_wrap .viewmore a {
    display: block;
    width: 161px;
    height: 49px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    position: absolute;
    bottom: 103px;
    left: 491px;
    text-align: center;
    line-height: 49px;
    color: #fff;
    font-weight: 600;
}

#main_section1 #ms1_wrap .viewmore a:hover {
    color: #000;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #000;
}




/*-----------main_section2----------*/

#main_section2 {
    width: 100%;
    height: 1575px;
    background-image: url('../images/main_section2_bg2.png');
    background-repeat: no-repeat;
    background-position: top center;
}

#main_section2 #ms2_wrap {
    width: 1142px;
    height: 1575px;
    margin: 0 auto;
    position: relative;
}

#main_section2 #ms2_wrap > ul {
    position: absolute;
    top: 275px;
    left: 0;
}

#main_section2 #ms2_wrap > ul li:nth-of-type(1) {
    margin-bottom: 51px;
}

#main_section2 #ms2_wrap > ul li:nth-of-type(2) {
    margin-bottom: 27px;
}

#main_section2 #ms2_wrap > ul li:nth-of-type(3) {
    margin-bottom: 97px;
    color: #fff;
    line-height: 27px;
    font-size: 1.1rem;
}

#main_section2 #ms2_wrap > ul li:nth-of-type(4) .viewmore a {
    display: block;
    width: 161px;
    height: 49px;
    background-color: #000;
    border-radius: 3px;
    text-align: center;
    line-height: 49px;
    color: #fff;
    font-weight: 600;
}

#main_section2 #ms2_wrap > ul li:nth-of-type(4) .viewmore a:hover {
    color: #000;
    font-weight: 600;
    background-color: #fff;
}






#main_section2 #ms2_wrap #newsslide {
    width: 100%;
    height: 570px;
    position: absolute;
    bottom: 20px;
}

#main_section2 #ms2_wrap #newsslide > ul:nth-of-type(1) {
    overflow: hidden;
    width: 976px;
    height: 36px;
    margin: 0 auto;
}

#main_section2 #ms2_wrap #newsslide > ul:nth-of-type(1) li {
    float: left;
    color: #fff;
    width: 244px;
    height: 36px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    cursor: pointer;
}

#main_section2 #ms2_wrap #newsslide #line_bottom2 {
    position: absolute;
    left: 83px;
    width: 976px;
    height: 1px;
    border: 0;
    background-color: rgb(70, 70, 70);
    margin-top: 3px;
}

#main_section2 #ms2_wrap #newsslide #line_top2 {
    position: absolute;
    top: 36px;
    left: 83px;
    width: 244px;
    height: 5px;
    background-color: #fff;
    border: 0;
}



#main_section2 #ms2_wrap #newsslide .slide {
    width: 100%;
    height: 433.75px;
    margin-top: 80px;
    position: absolute;
    left: 0;
}

#main_section2 #ms2_wrap #newsslide .slide ul {
    overflow: hidden;
}

#main_section2 #ms2_wrap #newsslide .slide ul li {
    float: left;
    margin-right: 36px;
}

#main_section2 #ms2_wrap #newsslide .slide ul li:last-of-type {
    margin: 0;
}

#main_section2 #ms2_wrap #newsslide .slide ul li a {
    display: block;
    width: 258.25px;
    height: 433.75px;
    background-color: #fff;
    text-align: center;
}


#main_section2 #ms2_wrap #newsslide .slide ul li a div {
    width: 258.25px;
    height: 216.88px;
}

#main_section2 #ms2_wrap #newsslide .slide ul li a h4:nth-of-type(1) {
    color: #898989;
    padding: 27px 0 15px 0;
    font-size: 0.95rem;
    letter-spacing: 0.04rem;
}

#main_section2 #ms2_wrap #newsslide .slide ul li a h4:nth-of-type(2) {
    width: 220px;
    height: 65px;
    margin: 0 auto;
    color: #000;
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
}

#main_section2 #ms2_wrap #newsslide .slide ul li a h4.oneline {
    line-height: 40px;
}

#main_section2 #ms2_wrap #newsslide .slide ul li a hr {
    width: 220px;
    height: 1px;
    border: 0;
    background-color: #959595;
    margin: 0 auto;
}

#main_section2 #ms2_wrap #newsslide .slide ul li a p {
    width: 198px;
    height: 42px;
    margin: 0 auto;
    margin-top: 18px;
    text-align: left;
    color: #464646;
}

#main_section2 #ms2_wrap #newsslide .slide ul li a:hover > h4:nth-of-type(2),
#main_section2 #ms2_wrap #newsslide .slide ul li a:hover > p {
    text-decoration: underline;
}




/*-----------main_section3----------*/

#main_section3 {
    width: 100%;
    height: 980px;
    background-image: url('../images/main_section3_bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

#main_section3 #ms3_wrap {
    width: 1142px;
    height: 980px;
    margin: 0 auto;
    position: relative;
}

#main_section3 #ms3_wrap ul {
    position: absolute;
    top: 250px;
    /*원래 위치 165px*/
    right: 45px;
    width: 331px;
    height: 499px;
}

#main_section3 #ms3_wrap ul li {
    text-align: center;
}

#main_section3 #ms3_wrap ul li:nth-of-type(1) {
    margin-bottom: 22px;
}

#main_section3 #ms3_wrap ul li:nth-of-type(2) {
    margin-bottom: 68px;
}

#main_section3 #ms3_wrap ul li:nth-of-type(3) {
    margin-bottom: 33px;
}

#main_section3 #ms3_wrap ul li img {
    margin: 0 auto;
}

#main_section3 #ms3_wrap ul li p {
    margin-bottom: 118px;
    color: #fff;
    line-height: 27px;
    font-size: 1.1rem;
}

#main_section3 #ms3_wrap ul li:nth-of-type(5) .viewmore a {
    margin: 0 auto;
    display: block;
    width: 161px;
    height: 49px;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 49px;
    color: #fff;
    font-weight: 600;

}

#main_section3 #ms3_wrap ul li:nth-of-type(5) .viewmore a:hover {
    color: #000;
    font-weight: 600;
    background-color: #fff;
}








/*-----------main_section4----------*/

#main_section4 {
    width: 100%;
    height: 980px;
    background-image: url('../images/main_section4_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#main_section4 #ms4_wrap {
    width: 100%;
    height: 980px;
    margin: 0 auto;
    position: relative;
}

#main_section4 #ms4_wrap > img {
    padding-top:126px;
    margin:0 auto;
}

#main_section4 #bx {
    padding-top: 170px;
    width: 90%;
    margin:0 auto;
}

#main_section4 #bx .bxslider div {
    overflow: hidden;
}

/*         #main_section4 #bx .bxslider div img {
            float: left;
            margin-right: 36px;
        }
        
        #main_section4 #bx .bxslider div img:first-of-type {
            margin-left: 83px;
        }
        
        #main_section4 #bx .bxslider div img:last-of-type {
            margin: 0;
        } */

#main_section4 #bx .bxslider div a {
    display: block;
    float: left;
    margin-right: 36px;
    width: 259px;
    height: 259px;
    background-color: #fff;
}

#main_section4 #bx .bxslider div a img {
    display: block;
    width: 28px;
    height: 22px;
    margin: 54px auto 34px auto;
}

#main_section4 #bx .bxslider div a p {
    width: 170px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    color: #464646;
    line-height: 25px;
    letter-spacing: -0.05rem;
}

#main_section4 #bx .bxslider div a p span {
    color: #9c9c9c;
}

#main_section4 #bx .bxslider div a p span:hover {
    text-decoration: underline;
}

#main_section4 #bx .bxslider div a img,
#main_section4 #bx .bxslider div a p {
    display: none;
}

#main_section4 #bx .bxslider div a:hover img,
#main_section4 #bx .bxslider div a:hover p {
    display: block;
}

#main_section4 #bx .bxslider div a:first-of-type {
    margin-left: 83px;
    background-image: url('../images/main_section4_pic1.png');
}

#main_section4 #bx .bxslider div a:nth-of-type(2) {
    background-image: url('../images/main_section4_pic2.png');
}

#main_section4 #bx .bxslider div a:nth-of-type(3) {
    background-image: url('../images/main_section4_pic3.png');
}

#main_section4 #bx .bxslider div a:nth-of-type(4) {
    background-image: url('../images/main_section4_pic4.png');
}

#main_section4 #bx .bxslider div a:nth-of-type(5) {
    background-image: url('../images/main_section4_pic5.png');
}

/*
#main_section4 #bx .bxslider div a:last-of-type {
    margin: 0;
    background-image: url('../images/main_section4_pic6.png');
}
*/

#main_section4 #bx .bxslider div a:hover {
    background-image: none;
}






/*-----------footer----------*/

footer {
    width: 100%;
    height: 380px;
}

footer #ft_wrap {
    width: 1142px;
    height: 380px;
    margin: 0 auto;
    position: relative;
}

footer #ft_wrap ul {
    overflow: hidden;
    margin-bottom: 46px;
}

footer #ft_wrap ul li {
    float: left;
    margin-right: 102px;
    margin-top: 63px;
}

footer #ft_wrap ul li:nth-of-type(6) {
    margin-right: 0;
}

footer #ft_wrap ul li a h4 {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 20px;
    letter-spacing: 0.1rem;
}

footer #ft_wrap ul li a p {
    color: #c2c2c2;
    font-size: 0.75rem;
    line-height: 1.6rem;
    letter-spacing: 0.12rem;
}

footer #ft_wrap ul li a p:hover {
    color: #fff;
}


footer #ft_wrap hr {
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #464646;
}



footer #ft_wrap > a:nth-of-type(1) {
    position: absolute;
    top: 334px;
    color: #c2c2c2;
    font-size: 0.75rem;
    letter-spacing: 0.12rem;
    background: url('../images/footer_newsletter.png') left 90% no-repeat;
    padding: 0 18px 0 33px;
    border-right: 1px solid #464646;
}

footer #ft_wrap > a:hover {
    text-decoration: underline;
}


footer #ft_wrap > a img {
    opacity: 0.6;
}

footer #ft_wrap > a:hover img {
    opacity: 1;
}

footer #ft_wrap > a:nth-of-type(2) img {
    position: absolute;
    left: 250px;
    top: 332px;
}

footer #ft_wrap > a:nth-of-type(3) img {
    position: absolute;
    left: 288px;
    top: 335px;
}

footer #ft_wrap > a:nth-of-type(4) img {
    position: absolute;
    left: 325px;
    top: 335px;
}

footer #ft_wrap > a:nth-of-type(5) img {
    position: absolute;
    left: 360px;
    top: 332px;
}


footer #ft_wrap > p {
    position: absolute;
    top: 334px;
    right: 0;
    color: #c2c2c2;
    font-size: 0.75rem;
    letter-spacing: 0.12rem;
}
