@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/4cutbackimg00.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: 5px;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}



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


.con1{
    width: 100%;
    height: 800px;
}
.con1box{
    width: 60%;
    height: 100%;
    margin: 0 auto;
    padding-top: 200px;
}
.con1box h1{
    font-size: 45px;
    color: #444;
    margin-bottom: 100px;
}

table{
    width: 100%;
    margin: 0 auto;
    height: 120px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table thead{
    background-color: #ff9933;
    width: 85%;
    height: 60px;
    
}
table tbody tr:hover{
    background-color: #c5c5c549;
}
table thead tr{}
table thead tr th{
    color: #fff;
    border: none;
}

table tbody{
    text-align: center;
}
table tbody tr{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ccc;
    background-color: #f8f8f842;
    margin-bottom: 5px;
}
table tbody tr td{
}

.peging{
    width: 100%;
    height: 30px;
    text-align: center;
    margin-top: 150px;
}
.peging img{
    width: 25px;
    height: 25px;
}
.peging img:hover{
    width: 27px;
    height: 27px;
}

/*************** 게시글 *****************/
.content{;
    width: 100%;
    margin: 0 auto;
    height: 1150px;
    padding-top: 200px;
}
.content .contentbox{
    width: 60%;
    margin: 0 auto;
}
.headertxt{
    width: 100%;
    height: 70px;
    vertical-align : bottom;
    border-bottom: 3px solid #ff9933;
}
.headertxt h1{
    float: left;
}
.headertxt h6{
    float: right;
    font-size: 17px;
    color: #444;
    line-height: 30px;
    
}
.maintxt{
    width: 100%;
    padding-bottom: 50px;
    margin: 50px auto 30px auto;
    border-bottom: 1px solid #ccc;
}
.maintxt p{
    line-height: 35px;
    font-size: 16px;
    width: 95%;
    margin: 0 auto;
}
.maintxt p b{
    
    font-weight: normal;
}
.content button{
    float: right;
    width: 70px;
    height: 35px;
    background-color: #ff9933;
    color: #fff;
    border: none;
    font-size: 18px;
}

/*************** 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;
    float: right;
}


footer .footer02 {
    display: none;
}























