/* css document */

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


body {
    height: 200px;
    background-color: #241d21;
}

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


/* 메뉴 */

#btn {
    display: none;
}

.listwrap {
    width: 800px;
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: space-between;
    /* 로고와 메뉴를 양쪽으로 배치 */
    align-items: center;
    /* 수직 가운데 정렬 */
    padding: 0
}

.list_wrap_2st {
    align-items: center;
    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;
    position: relative;
}

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

.listwrap>.list_wrap_2st>.menuwrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    font-size: 1.4em;
    align-items: center;
    text-align: right;
    flex-wrap: nowrap;
}

.pc_menu {
    margin-right: 5px;
}

.pc_menu>li {
    font-size: 1.7rem;
    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;
}

.langbtn {
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0 3px 0px 0px;
}

.langbtn:nth-of-type(1)>a {
    color: #c4c4c4;
}

.langbtn:nth-of-type(2)>a {
    color: #c4c4c4;
}

.langbtn:nth-of-type(4)>a {
    color: #c4c4c4;
}

.langbtn:nth-of-type(5)>a {
    color: #c4c4c4;
}

.langlist {
    position: relative;
    /* 위에 위치 */
    margin-top: 4px;
    margin-bottom: 5px;
    text-align: right;
    /* 오른쪽 정렬 */
    color: #c4c4c4;
    margin-right: 2px;
}

.right_menu {
    height: 80px;
    position: relative;
    margin-right: 20px;
}

.pc_menu li a.active {
    font-weight: 700;
    /* 활성은 볼드 */
    color: #ffffff;
}