@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.hidden {
    visibility: hidden;
    font-style: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

li {
    list-style: none;
    float: left;
}

#wrap {
    width: 100%;
    height: auto;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    position: relative;
/*
    background-color: #000000;
    z-index: 100;
*/
}

a:hover {
    opacity: 50%;
}

.triangle {
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #FF0055;
    border-left: 8px solid transparent;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}

.auto:hover .triangle {
    top: 80%;
}

.service:hover .triangle {
    top: 80%;
}

.people:hover .triangle {
    top: 80%;
}

/**************해더************/

#header {
    min-width: 1280px;
    height: 80px;
}

.header_center {
    width: 1280px;
    margin: 0 auto;
}

.header_logo {
    width: 250px;
    height: 80px;
    float: left;
}

.header_nav {
    width: 870px;
    height: 80px;
    float: left;
}

.gnb {
    width: 400px;
    height: 80px;
    margin: 0 185px;
    
}

.gnb > li {
    width: 100px;
    height: 80px;
    text-align: center;
    
}

.gnb > li > a {
    line-height: 80px;
    color: #000;
}

.auto {
    position: relative;
}

.auto > ul {
    width: 300%;
    height: 50px;
    position: absolute;
    left: -100%;
}

.auto > ul > li {
    width: 33.333333%;
    height: 50px;
    position: relative;
}

.auto > ul > li::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 40%;
}

.auto > ul > li:nth-child(1)::after {
    content: none;
}

.auto > ul > li > a {
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 12px;
}

.service {
    position: relative;
}

.service > ul {
    position: absolute;
    left: -200%;
}

.service > ul > li {
    position: relative;
    padding: 0 20px;
    left: 40%;
}

.service > ul > li::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 40%;
}

.service > ul > li:nth-child(1)::after {
    content: none;
}

.service > ul > li > a {
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 12px;
}

.people {
    position: relative;
}

.people > ul {
    width: 330px;
    height: 50px;
    position: absolute;
    left: -115%;
}

.people > ul > li {
    width: 25%;
    height: 50px;
    position: relative;
}

.people > ul > li::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 40%;
}

.people > ul > li:nth-child(1)::after {
    content: none;
}

.people > ul > li > a {
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 12px;
}

.gnb .sub {
    display: none;
}

.gnb li:hover .sub {
    display: block;
}



.language {
    width: 80px;
    height: 80px;
    line-height: 80px;
    float: left;
    text-align: center;
}

.btn {
    width: 80px;
    height: 80px;
    float: left;
}

.hambuger {
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
    margin: 32px;
    z-index: 4;
}

.hambuger > span {
    height: 2px;
    width: 16px;
    background-color: #000000;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.hambuger > span.white {
    background-color: #fff;
}

.line1 {
    top: 0;
}

.line2 {
    top: 7px;
}

.line3 {
    bottom: 0;
}

.opacity {
    opacity: 0;
}

.deg45 {
    transform: translateY(7px) rotate(45deg) scale(1.3,1);
}

.deg-45 {
    transform: translateY(-7px) rotate(-45deg) scale(1.3,1);
}

/**************팝업************/

/*
.test {
    position: relative;
    width: 100%;
    height: 1053px;
    top: 1053px;
    background-color: #ff6a6a;
    z-index: 5;
}
*/

.popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}

.popup_img {
    min-width: 1280px;
    background-image: url(../images/popup_background.JPG);
    background-repeat: repeat-x;
    background-color: #000;
    height: 100%;
}

.pop_box {
    width: 1280px;
    height: 1053px;
    margin: 0 auto;
    position: relative;
}

/*
.black_box {
    width: 100%;
    height: 100%;
    background-color: #50c3c3;
    position: absolute;
    top: 1053px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
*/

.pop_kor {
    position: absolute;
    top: 30px;
    left: 1146px;
    color: white;
}

.pop_box > ul p {
    color: #fff;
}

.pop_1 {
    font-size: 24px;
    position: absolute;
    top: 170px;
    left: 30%;
}

.pop_1 a {
    color: white;
}

.pop_1 .pop_content {
    border-left: 2px solid #fff;
    padding-top: 5px;
    margin-left: 10px;
    margin-top: 10px;
}

.pop_1 .pop_content > li {
    float: none;
    margin: 20px 10px;
    font-size: 18px;
}

.pop_2 {
    font-size: 24px;
    position: absolute;
    top: 170px;
    left: 62%;
}

.pop_2 a {
    color: white;
}

.pop_2 .pop_content {
    border-left: 2px solid #fff;
    padding-top: 5px;
    margin-left: 10px;
    margin-top: 10px;
}

.pop_2 .pop_content > li {
    float: none;
    margin: 20px 10px;
    font-size: 18px;
}

.pop_service {
    font-size: 32px;
    color: #ff0055;
    font-weight: bold;
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translateX(-50%);
}

.pop_w {
    position: absolute;
    top: 700px;
}

.pop_p {
    position: absolute;
    top: 700px;
    left: 50%;
    transform: translateX(-50%);
}

.pop_m {
    position: absolute;
    top: 700px;
    left: 900px;
}

.pop_w_t {
    color: #ff0055;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 850px;
    left: 280px;
}

.pop_p_t {
    color: #ff0055;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 850px;
    left: 50%;
    transform: translateX(-50%);
}

.pop_m_t {
    color: #ff0055;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 850px;
    left: 900px;
}

.pop_sns {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 60px;
}

.pop_sns > li {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.pop_sns > li:nth-child(6) {
    margin: 0px;
}



/**************네비************/

#lnb {
    min-width: 1280px;
    height: 50px;
    background-color: #FF0055;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
    
}







/**************푸터************/

#footer {
    min-width: 1280px;
    height: 120px;
    background-color: #000000;
    margin: 0 auto;
}


.footer_center {
    width: 1280px;
    height: 120px;
    margin: 0 auto;
}

.footer_left {
    width: 610px;
    height: 120px;
    float: left;
    margin-left: 30px;
}

.address {
    font-size: 10px;
    line-height: 20px;
    font-style: normal;
}

.address_top a {
    color: #ccc;
    text-decoration: none;
    font-style: normal;
}

.address_top a:hover {
    opacity: 50%;
}

.address_top {
    color: #ccc;
    width: 640px;
    height: 42px;
    margin-top: 12px;
}

.address_bottom {
    color: #eee;
    width: 640px;
    height: 42px;
    margin: 12px 0;
}

.address_bottom a {
    color: #eee;
    text-decoration: none;
    font-style: normal;
}

.footer_right {
    width: 610px;
    height: 120px;
    float: left;
    margin-right: 30px;
    position: relative;
}

.fnb {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 12px;
}

.fnb > li {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.fnb > li:nth-child(6) {
    margin: 0px;
}
