@font-face {
    font-family: "HyundaiSansHeadRegular";
    src: url(../font/HyundaiSansHeadOffice-Regular.ttf) format(truetype);
    font-weight: normal;
}
@font-face {
    font-family: "HyundaiSansHeadBold";
    src: url(../font/HyundaiSansHeadOffice-Bold.ttf) format(truetype);
    font-weight: bold;
}
@font-face {
    font-family: "HyundaiSansHeadMedium";
    src: url(../font/HyundaiSansHeadOffice-Medium.ttf) format(truetype);
    font-weight: normal;
}
@font-face {
    font-family: "HyundaiSansHeadLight";
    src: url(../font/HyundaiSansHeadOffice-Light.ttf) format(truetype);
    font-weight: normal;
}

body {
    margin: 0;
}
header {
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 9;
    transition: .4s;
    background-color: rgba(255, 255, 255, 0);
}
.inner {
    z-index: 10;
}
header .menu {
    display: flex;
    justify-content: space-between;
}
ul {
    list-style: none;
    display: block;
    vertical-align: middle;
    margin-top: 20px;
}
.menu {
    margin-right: 100px;
    margin-top: 10px;
}
.menu-inner li a,
.menu-inner2 li a,
.menu-inner3 li a,
.menu-inner4 li a,
.menu-inner5 li a {
    font-family: 'HyundaiSansHeadRegular';
}
li a {
    font-family: "HyundaiSansHeadBold";
    color: #000000;
    text-decoration: none;
    font-size: 26px;
    vertical-align: middle;
}
.menu .uxulogo a img {
    width: 241px;
    height: 71px;
    margin-left: 40px;
}

.nav_menu {
    margin-top: 24px;
}

#lastmenu {
    margin-right: 140px;
}


.item-name .item-contents {
    width: 100%;
    position: fixed;
    left: 0;
    top: 83px;
    display: none;
}

.item-name:hover .item-contents {
    display: block;
}

.item-name .item-contents .contents-menu {
    background-color: rgba(0, 0, 0, .7);
    height: 190px;
}

.menu-inner2 {
    position: fixed;
    left: 720px;
}
.menu-inner2 li a {
    font-size: 20px;
    color: #fff;
    line-height: 3;
}
.menu-inner2 li a:hover {
    color: #A2C9FF;
}

.menu-inner3 {
    position: fixed;
    left: 1010px;
}
.menu-inner3 li a {
    font-size: 20px;
    color: #fff;
    line-height: 3;
}
.menu-inner3 li a:hover {
    color: #A2C9FF;
}

.menu-inner4 {
    position: fixed;
    right: 420px;
}
.menu-inner4 li a {
    font-size: 20px;
    color: #fff;
    line-height: 3;
}
.menu-inner4 li a:hover {
    color: #A2C9FF;
}

.menu-inner5 {
    position: fixed;
    right: 165px;
}
.menu-inner5 li a {
    font-size: 20px;
    color: #fff;
    line-height: 3;
}
.menu-inner5 li a:hover {
    color: #A2C9FF;
}

.nav_menu:hover a {
    color: #fff;
}
.menu-inner li a:hover {
    color: #A2C9FF;
}


.item-name:hover {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 6px 6px 0 0;
    padding: 5px;
    transition: .5s;
}

.menu-inner {
    position: fixed;
    left: 480px;
}
.menu-inner li a {
    font-size: 20px;
    color: #fff;
    line-height: 3;
}
.door-title {
    margin-bottom: 70px;
}
.pro-title {
    font-family: 'HyundaiSansHeadBold';
    font-size: 70px;
    text-align: center;
}
.selectbox {
    display: flex;
    margin-bottom: 50px;
}
.emptybox {
    flex: 4;
}
.formselect {
    font-family: "HyundaiSansHeadMedium";
    width: 12%;
    height: 35px;
    border-radius: 30px;
    margin-right: 140px;
    padding-left: 14px;
    padding-right: 18px;
    font-size: 16px;
}

.blackline {
    width: 85%;
    border: 1px solid rgba(0, 0, 0, .7);
    margin: 0 auto;
}

.contents {
    display: flex;
    width: 85%;
    margin: 0 auto;
}

.contents .contentsbox {
    margin-top: 40px;
    display: flex;
    gap: 40px;
}
.contents .contentsbox .summary a {
    text-decoration: none;
}
.contents .contentsbox .summary .date {
    font-family: "HyundaiSansHeadLight";
    color: #666666;
    font-size: 14px;
}
.contents .contentsbox .summary .title {
    margin-top: 40px;
    margin-bottom: 60px;
    font-family: "HyundaiSansHeadMedium";
    color: #000000;
    font-size: 34px;
}
.contents .contentsbox .summary .title a {
    font-family: "HyundaiSansHeadMedium";
    color: #000000;
    font-size: 34px;
}
.contents .contentsbox .summary .memo {
    font-family: "HyundaiSansHeadLight";
    color: #666666;
    font-size: 18px;
    margin-bottom: 80px;
}
.contents .contentsbox .summary .tag {
    display: flex;
    gap: 10px;
    font-family: "HyundaiSansHeadLight";
    font-size: 14px;
    cursor: pointer;
}
.contents .contentsbox .summary .tag:hover {
    cursor: pointer;
    color: #666666;
}
.contents .contentsbox .summary .tag a {
    color: #000000;
}
.contents .contentsbox .summary .tag .tag-p {
    border: 1px solid #000000;
    border-radius: 20px;
    padding-left: 7px;
    padding-right: 7px;
}

.sub-line {
    border: 1px solid rgba(0, 0, 0, .1);
    width: 85%;
    margin: 0 auto;
    margin-top: 40px;
}

.footer {
    font-family: 'HyundaiSansHeadLight';
    margin-top: 100px;
}

.footer-inner .footer-text li p {
    font-family: 'HyundaiSansHeadLight';
}
.footer .footer-inner {
    margin-left: 25px;
    margin-right: 25px;
}

.footer-inner .footer-text {
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-inner .footer-text li p {
    
}

.line {
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}
.footer-logo {
    display: flex;
}
.footer-logo img {
    margin-bottom: 40px;
}
.footer-logo .footerimg1 {

}
.footer-logo .footerimg2 {
    height: 12px;
    margin-left: auto;
    margin-top: 10px;
}

#to-top {
    width: 42px;
    height: 42px;
    background-color: #333;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
}