*{
    list-style: none;
    text-decoration: none;
    margin: 0 auto;
    padding : 0 ;
    color: #fdfee9;
    line-height: 20px;
}

p,a,h1, h2, h3, h4, h5, h6{
    transform: skew(-0.001deg);
}


body{
    background-color: #241d21;
    width: 800px;
}
h2{
    font-weight: normal;
    font-size: 1em;
}

p{
    font-weight: lighter;
    font-size: 1em;
}


/* 메뉴 */

#btn{
    display: none;
}
.listwrap{
    width: 840px;
    z-index: 999;
    position:absolute;
}

.list_wrap_2st{
    position: relative;
    width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    margin: auto;

}

.logo {
    margin: 15px 0 10px 0 ;
    z-index: 999;
    top: 0;
    left: 0px;
    position: relative;
}

.listwrap>.list_wrap_2st>.logo>a>img{
    width: 160px;
    height: 80px;
    margin: 0;
}

.listwrap>.list_wrap_2st>.menuwrap{
    display: flex;
    justify-content: space-between;
    font-size: 1.7em;
    align-items: center;
    text-align: right;
    flex-wrap: nowrap;
}

.pc_menu{
    margin-right: 5px;
}
.pc_menu>li{
    display:inline-block;
    margin-left: 20px;
    z-index: 999;
    top: 0;
    position: relative;
}

.mobile_menu{
    display: none;
}

#sub{
    display: none;
}

/* 라인 선 공통으로 페이지에 다 들어감 */
.line{
    width: 800px;
    height: 1px;
    background: #4d4d4d;
}

#mobile_menu{
    display: none;
}

.bodywrap{
    width: 800px;
    margin-top: -112px;
}


/* 이미지 슬라이드 */

#bgwrap2{
    width: 800px;
    max-height: 400px;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    position: relative;
}

#bgwrap{
    width:800px;
    height: 20%;
    position: relative;
    margin-bottom:20px;
}

#bgwrap2>h2{
    position: relative;
    text-align: right;
    margin-top: 130px;
    margin-right: 430px;
    font-size: 1.5em;
    margin-bottom: 10px;
}

#bgwrap2>p{
    position: relative;
    text-align: right;
    margin-right: 430px;
}

#bgwrap2>ul>li>img{
    object-fit: cover;
    width: 800px;
    max-height: 400px;
    width: 100%;
    height: auto;
}

.imgslider{
    top:0;
    left: 0;
    width: 800px; 
    max-height: 400px;
    margin: 0;

}

.imgslide{
    margin : 0;
}



.btn_float{
    display: inline-block;
    z-index: 999;
    position: absolute;
    top:44%;
    left: 1%;
    width: 50px;
    height: 80px;
}

.btn_float img{
    display: block;
    width: 8px;
    height: 20px;
    margin-top: calc(50% + 10px);
}

.btn_float2{
    display: inline-block;
    z-index: 999;
    position: absolute;
    top:44%;
    left: 93%;
    width: 50px;
    height: 80px;
}

.btn_float2 img{
    display: block;
    width: 8px;
    height: 20px;
    margin-top: calc(50% + 10px);
}

.main_text_2{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin: 20px 0 20px 0
}

/* 본문 */

.main_text_wrap{
    width: 800px;
    margin-top: 20px;
}



.main_text_wrap>img{
    width: 800px;
    max-height: 322px;
    width:100%;
    margin-bottom: 13px;
}


.main_content_2{
    width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin : 20px 0 20px 0;
}

.line{
    width: 800px;
    height: 1px;
    background: #4d4d4d;
}

video {
    margin : 0
}



