@charset 'utf-8';
@import url(./rest.css);



#wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}


/*************** header *****************/


#wrap header {
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.0);
    margin: 0 auto;
    position: absolute;
}

#wrap header:before {
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    z-index: 99999;
}

#wrap header .header {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0);
    height: 110px;
    margin: 0 auto;
}

#wrap header .header a {}

#wrap header .header .logo img {
    width: 6.3%;
    float: left;
    padding-top: 40px;
}

#wrap header .header ul {
    /*    float: right;*/
    height: 55px;
    text-align: center;
    color: #fff;
}

#wrap header .header ul li {
    float: right;
    width: 150px;
    line-height: 165px;
}

#wrap header .header ul li a {
    padding-left: 5px;
    display: block;
    color: #fff;
}

#wrap header .header ul li a:hover {
    font-weight: bold;
    transition: 0s;
}


#wrap header .header ul li .submenu {
    position: relative;
    width: 100%;
    height: 180px;
    z-index: 900;
    background-color: rgb(255, 255, 255, 0.8);
    text-align: center;
    transform: translateY(-30.8%);
    top: 50%;
    display: none;
}

#wrap header .header ul li .submenu li {
    width: 100%;
    height: 60px;
}

#wrap header .header ul li .submenu li:hover {
    background-color: #ff9933;
    transition: 0s;
    font-weight: bold;
}

#wrap header .header ul li .submenu li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 40px;
    line-height: 60px;
}


.menu {
    display: none;
}


#wrap header .header ul .kor a img {
    width: 18%;
    padding-top: 10px;
    margin-left: 55px;
}

#wrap header .header .menu {
    float: right;
    margin-top: 13px;
    display: none;
}

#wrap header .header .menu a img {
    width: 95px;
    padding-top: 7px;
    margin-left: 40px;
    float: right;
}

#wrap header .header .menu a img:hover {
    -webkit-transform: scale(1.1);
}



/*************** main *****************/


#wrap .main {
    width: 100%;
    height: 650px;
    margin: 0px auto;
    background-image: url(../images/mainbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

#wrap .main .maintext01 video {
    width: 100%;
}

#wrap .main .maintext01 {
    width: 62.5rem;
    margin: 0 auto;
    transform: translate(0%, 280%);
    top: 90%;
    left: 50%;
}

#wrap .main .maintext01 h2 {
    color: #fff;
    font-size: 4.5rem;
    line-height: 5.625rem;
    letter-spacing: 3px;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}



/*************** con1 *****************/


#wrap .cont1 {
    width: 100%;
    height: 1500px;
    margin: 0 auto;
    
}

#wrap .cont1 .cont1box{
    width: 900px;
    margin: 0 auto;
    height: 1500px;
    padding-top: 200px;
}

#wrap .cont1 h1{
    color: #333;
    font-weight: 1000;
    font-size: 65px;
    padding-bottom: 75px;
}

#wrap .cont1 h4{
    font-weight: 500;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 150px;
}
#wrap .cont1 img{
    float: left;
    width: 700px;
    height: 630px;
    border-bottom-left-radius: 25%;
    border-top-right-radius: 25%;
    left: 50%;
    transform: translateX(-20%);
}
#wrap .cont1 .img02{
    float: right;
    width: 730px;
    height: 550px;
    border-bottom-left-radius: 25%;
    border-top-right-radius: 25%;
    left: 50%;
    transform: translate(48%, -78.3%);
    top: 30%;
    opacity: 0.5;
}



/*************** con2 *****************/


#wrap .cont2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    
}

#wrap .cont2 .cont2box{
    width: 900px;
    margin: 0 auto;
    height: auto;
    top: 10%;
    transform: translateY(-50%);
}

#wrap .cont2 h1{
    color: #333;
    font-weight: 1000;
    font-size: 65px;
    padding-bottom: 85px;
}

#wrap .cont2 ul{
    margin-left: 15px;
}
#wrap .cont2 ul li{
    width: 280px;
    height: 280px;
    float: left;
    margin-right: 15px;
}
#wrap .cont2 ul li p{
    padding-left: 30px;
    padding-top: 30px;
    font-size: 16px;
    line-height: 28px;
}
#wrap .cont2 ul li ul{
    width: 220px;
    height: 220px;
    border: 10px solid #38c674;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    
    padding-top: 20px;
    
}

#wrap .cont2 ul li ul:hover{
    background-color: #38c674;
    color: #fff;
}

#wrap .cont2 ul li ul img{
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding-left: 40px;
}
#wrap .cont2 ul li ul h4{
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 17px;
    width: 190px;
    padding-left: 0;
}




/*************** con3 *****************/


#wrap .cont3 {
    width: 100%;
    height: 2550px;
    margin: 0 auto;
    padding-top: 400px;
}

#wrap .cont3 .cont3box{
    width: 900px;
    margin: 0 auto;
    height: auto;
    top: 10%;
    transform: translateY(-50%);
}

#wrap .cont3 h1{
    color: #333;
    font-weight: 1000;
    font-size: 65px;
    padding-bottom: 85px;
}

#wrap .cont3 ul{
    padding-left: 20px;
}
#wrap .cont3 ul li{
    margin-bottom: 70px;
    float: left;
    
}
#wrap .cont3 ul li h2{
    font-size: 40px;
    color: #ff9933;
    font-weight: 800;
    padding-bottom: 5px;
    padding-left: 10px;
}
#wrap .cont3 ul li ul{
    width: 700px;
    height: auto;
    background-color: #eee;
    padding: 50px 40px;
    
}
#wrap .cont3 ul li ul h4{
    color: #333;
    font-weight: 400;
}


/*************** con4 *****************/


#wrap .cont4 {
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    padding-top:1500px;
}

#wrap .cont4 .cont4box{
    width: 900px;
    margin: 0 auto;
    height: auto;
    top: 10%;
    transform: translateY(-50%);
}

#wrap .cont4 h1{
    color: #333;
    font-weight: 1000;
    font-size: 65px;
    padding-bottom: 85px;
}

#wrap .cont4 ul{
    padding-left: 20px;
}
#wrap .cont4 ul img{
    opacity: 0.7;
    position: relative;
    margin: 0 auto;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
}
#wrap .cont4 ul li{
    margin-bottom: 70px;
    float: left;
    
}
#wrap .cont4 ul li h2{
    font-size: 40px;
    color: #ff9933;
    font-weight: 800;
    padding-bottom: 5px;
    padding-left: 10px;
}
#wrap .cont4 ul li ul{
    width: 700px;
    height: auto;
    background-color: #eee;
    padding: 50px 40px;
    
}
#wrap .cont4 ul li ul h4{
    color: #333;
    font-weight: 400;
}



/*************** con5 *****************/


        #wrap .cont5 {
            width: 100%;
            height: 1800px;
            margin: 0 auto;
            padding-top: 1000px;

        }

        #wrap .cont5 .cont5box {
            width: 900px;
            margin: 0 auto;
            height: 800px;
            top: 10%;
            transform: translateY(-50%);
        }

        #wrap .cont5 h1 {
            color: #333;
            font-weight: 1000;
            font-size: 65px;
            padding-bottom: 85px;
        }

        #tab_wrap {
            width: 380px;
            height: 180px;
            padding: 10px;
            border: 1px solid blue;
        }

        .tab_title {
            position: absolute;
            width: 100%;
            font-size: 0;
            z-index: 2;
            cursor: pointer;
        }

        .notice_on {
            display: inline-block;
            width: 300px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 1rem;
            background: white;
            border: 1px solid grey;
            border-bottom: none;
            background: white;
            z-index: 3;
        }

        .notice_off {
            display: inline-block;
            width: 300px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 1rem;
            background: lightgrey;
            border: 1px solid grey;
            z-index: 3;
        }

        .gallery_off {
            display: inline-block;
            width: 300px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 1rem;
            background: lightgrey;
            border-top: 1px solid grey;
            border-right: 1px solid grey;
            border-bottom: 1px solid grey;
        }

        .gallery_on {
            display: inline-block;
            width: 300px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 1rem;
            background: white;
            border-top: 1px solid grey;
            border-right: 1px solid grey;
            border-bottom: none;
        }

        .contents_box {
            position: absolute;
            margin-top: 49px;
            width: 1000px;
            height: 750px;
            border: 1px solid grey;
            z-index: 1;
        }

        .notice_letter {
            display: block;
            position: fixed;
            padding: 50px 35px;
            width: 850px;
            height: 650px;
            margin-left: 100px;
            z-index: 100;
        }

        .notice_letter li {
            width: 250px;
            height: 320px;
            float: left;
            padding-right: 50px;
            margin: 0 auto;
            margin-bottom: 30px;
        }

        .notice_letter>li>img {
            float: left;
            width: 100%;
            margin: 0 auto;
        }

        .notice_letter>li>span {
            float: right;
        }





        .gallery_img {
            display: none;
            position: fixed;
            width: 1000px;
            height: 650px;
        }

        .gallery_img li {
            padding-left: 7px;
            padding-top: 35px;
        }

        .gallery_img li img {}




/*************** footer *****************/


footer {
    background-color: #333;
    height: 200px;
    width: 100%;
}

footer .footer {
    width: 900px;
    height: 150px;
    margin: 0 auto;
    padding-top: 80px;
    color: #fff;
    opacity: 0.8;
    font-size: 10px;
}

footer .footer img {
    width: 10%;
    float: left;
    transform: translateY(-20%);
    top: 50%;
}

footer .footer p {
    font-weight: 200;
    text-align: center;
}


footer .footer02 {
    display: none;
}
