@charset "UTF-8";


/* header */
header nav .menu-tab-cont div.newDL{
    display: none;
    /* font-weight: bold; */
}
header nav .menu-tab-cont div.menu{
    display: none;
}
header nav .menu-tab-cont div.keyword{
    display: none;
}
header nav .menu-tab-cont div.search{
    display: none;
}
header nav .menu-tab-cont div.myPage ul > li a{
    /* display: none; */
    font-weight: bold;
    color: #ec6608;
}
header nav .menu-tab-cont div.myPage ul > li:nth-child(1) a{
    /* font-weight: normal; */
}
header nav .menu-tab-cont div.myPage ul > li:nth-child(1) a::after{
    color: #222;
}
header nav .menu-tab-cont div.myPage ul > li:nth-child(2) a{
    font-weight: normal;
    color: #222;
}
header nav .menu-tab-cont div.myPage ul > li:nth-child(3) a{
    font-weight: normal;
    color: #222;
}
header nav .menu-tab-cont div.myPage ul > li:nth-child(4) a{
    font-weight: normal;
    color: #222;
}


/* section area */
section{
    width: 100%;
    height: 100vh;
    margin: auto;
    background: url(../image/Contents-bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    top: 160px;
    left: 0;
}
section .contents-area{
    width: 930px;
    height: 890px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
section .contents-area .contents{
    width: 930px;
    height: 890px;
    position: absolute;
}
section .contents-area .contents h2{
    margin: 30px 0 25px;
    font-size: 35px;
    font-family: "Hankook-B";
}
section .contents-area .contents span.details{
    position: absolute;
    top: 50px;
    right: 0;
}
section .contents-area .contents span a{
    font-size: 14px;
}
section .contents-area .contents p{
    margin-top: 25px;
    line-height: 1.7;
}
section .contents-area .contents .cont video{
    width: 930px;
    border-radius: 25px;
}