/* 노멀라이즈 시작 */
html, body, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}
/* 노멀라이즈 끝 */

/* 2차 이상의 메뉴만 none 값을 주기 */
.menu > ul ul {
    display: none;
}

/* 가운데 정렬 */
.top {
    margin-left: auto;
    margin-right: auto;

}

/* 변수 생성 */
:root {
    --site-width: 1200px;
}

/* 사이트 최소 너비 설정 */
.con-min-width {
    min-width: var(--site-width);
}

/* 실질적으로 메뉴에 사용할 너비 설정 */
.menu > ul > li {
    display: inline-block;
}

/* 문자열 가운데 정렬 */
.menu {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    
    display: flex;

    z-index: 2;
}

/* 모든 메뉴 크기 조절 */
.menu ul > li > a {
    display: block;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* 모든 메뉴를 마우스 인식 시 배경색 변경 */
.menu ul > li:hover > a {
    font-family: "NanumSquareNeoExtraBold" , sans-serif;
    color: black;
    background-color: rgb(235, 235, 235);
    transition: 0.3s;
}

/* 2차 메뉴 등장 */
.menu > ul > li:hover > ul {
    display: block;
    transition: 0.3s;
}

/* 1차 메뉴를 제한 구역으로 설정 */
.menu > ul > li {
    position: relative;
}

/* 2차 메뉴에 absolute 값 주기 */
.menu > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

/* 1차 메뉴 스타일 */
.main-menu {
    font-family: "NanumSquareNeoExtraBold" , sans-serif;
    font-size: 25px;
    color: rgb(75, 75, 75);

    transition: 0.3s;
}

/* 2차 메뉴 스타일 */
.sub-menu {
    font-family: "NanumSquareNeoBold" , sans-serif;
    font-size: 17px;
    color: rgb(80, 80, 80);
    background-color: white;

    display: block;
    width: 100px;

    z-index: 2;
}

/* 언어 목록 스타일 */
.lang {
    padding: 10px 3px;
    color: gray;

    transition: 0.3s;
}

.lang:hover {
    color: black;
    transition: 0.3s;
}

.lang-w {
    margin-top: 35px;
    margin-left: 150px;
}

/* 로고 크기 조절 */
.menu > a {
    width: 500px;
    height: 93px;
}

.main-logo {
    width: 20%;
    margin-left: 200px;
    margin-right: 100px;

}

/* 문의처 */
.sup-title {
    position: relative;
    width: 100%;
    height: 500px;

    font-family: "NanumSquareExtraBold" , sans-serif;
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 130px;
}

.sup-sub-title {
    position: absolute;
    font-family: "NanumSquare" , sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;

    top: 54%;
    left: 45.3%;

    z-index: 1;
}

.main-title{
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;

    font-family: "NanumSquareNeoHeavy" , sans-serif;
    font-size: 50px;

    z-index: 1;
}

.main-img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 1;
}

/* 구분선 */
.line2 {
    margin: auto;
    width: 1800px;
    height: 1px;
    background-color: rgb(219, 219, 219);
}

.line3 {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 1250px;
    height: 1px;
    background-color: rgb(219, 219, 219);
}

/* 문의처 */
.inqName {
    margin-left: 345px;
    margin-right: 345px;
    font-family: "NanumSquareExtraBold" , sans-serif;
    font-size: 17px;
}

.inqText {
    margin-left: 346px;
    margin-right: 345px;
    font-family: "NanumSquareBold" , sans-serif;
    color: rgb(80, 80, 80);
}

/* TTA 정보 관리 */
#support-2 {
    font-family: "NanumSquareExtraBold" , sans-serif;
    font-size: 40px;
    text-align: center;
    margin-top: 230px;
    margin-bottom: 130px;
}

.sup-sub-title-2 {
    font-family: "NanumSquare" , sans-serif;
    font-size: 16px;
    text-align: center;
}

.sTitle {
    margin-left: 340px;
    margin-bottom: 60px;
    font-family: "NanumSquareExtraBold" , sans-serif;
    font-size: 23px;
}

.modelName {
    margin-left: 345px;
    margin-right: 345px;
    font-family: "NanumSquareExtraBold" , sans-serif;
    font-size: 17px;
}

.modelText {
    margin-left: 345px;
    margin-right: 345px;
    font-family: "NanumSquareBold" , sans-serif;
    color: rgb(65, 65, 65);
}

.expTitle {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: rgb(170, 170, 170);
}

.air {
    padding: 100px 100px;
}

/* 최하단 */
.bottom {
    display: flex;
    padding: 30px;

    background-color: rgb(212, 212, 212);
}

/* 로고 */
.bottom-logo {
    margin-left: 200px;
    margin-top: 11px;

    width: 6%;
    height: 4.5%;
}

/* 하단 정보 */
.bottom-text {
    padding: 20px 100px;

    font-family: "NanumSquareBold" , sans-serif;
    font-size: 14px;
    color: rgb(75, 75, 75);
    line-height: 20px;
}

.bottom-text2 {
    margin-left: 560px;
    margin-top: 63px;

    font-family: "NanumSquare" , sans-serif;
    font-size: 14px;
    color: rgb(151, 151, 151);
}