@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: keep-all;
    font-family: 'Red Hat Display', sans-serif;
}
ol,ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
img{
    width: 100%;
}



/* 해더 */


header{
    padding: 0 0 0 70px;
    width: 100%;
    height: 89px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.3s;
}
header.active{
    background: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}
header.active2{
    background: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}
.header_logo img{
    width: unset;
    margin-top: 4px;
}
.header_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav{
    display: flex;
    height: 100%;
}
.nav_click a,
.nav a{
    padding:0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.nav_click a p,
.nav a p{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    transition: 0.3s;
}
.header_txt.active{
    color: #222222;
}
.nav_click{
    position: relative;
}
.nav_sub_menu{
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 17px 30px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap:10px;
    visibility: hidden;
    opacity: 0;

    transition: 0.3s;
}
.nav_click:hover .nav_sub_menu {
    visibility: visible;
    opacity: 1;

}
.nav_sub_menu a{
    padding: 8px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #222222;
    transition: 0.3s;
}
.header_txt_hover:hover .header_txt{
    color: #EF8200;
}
.nav_sub_menu a:hover{
    color: #EF8200;
}

.header_txt_hover:hover .header_arrow path {
    stroke: #EF8200;
}
.nav_right{
    display: none;
    gap: 6px;
    height: 100%;
}
.nav_sub_menu.nav_sub_menu2{
    width: 100%;
    top: 80px;
}

.hamburger_menu_box{
    width: 33px;
    display: none;
    flex-direction: column;
    gap: 7px;
    align-items: end;
    justify-content: center;
    cursor: pointer;
}
.hamburger_menu_box:hover .hamburger_menu_box_bar{
    width: 100%;
}
.hamburger_menu_box_bar{
    height: 3px;
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    transition: 0.3s;
}
.hamburger_menu_box_bar:nth-child(1){
    width: 100%;
}
.hamburger_menu_box_bar:nth-child(2){
    width: 70%;
}
.hamburger_menu_box_bar:nth-child(3){
    width: 50%;
}
.hamburger_menu_box_bar.active{
    background-color: #222222;
    transform: t;
}

.hamburger_menu_box.active .hamburger_menu_box_bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
    background-color: #222222;
}

.hamburger_menu_box.active .hamburger_menu_box_bar:nth-child(2) {
  opacity: 0;
}

.hamburger_menu_box.active .hamburger_menu_box_bar:nth-child(3) {
  transform: rotate(45deg) translate(-8px, -9px);
  width: 100%;
  background-color: #222222;
}

.header_arrow svg path{
    transition: 0.3s;
}


.m_menu{
    width: 100%;
    position: absolute;
    top: 101%;
    left: 0;
    padding: 60px 0;
    background-color: #ffffff;
    display: none;
    align-items: center;
    justify-content: center;
}
.m_menu.active{
    display:flex;
}
.m_menu_items{
    padding: 0 30px 0 60px;
    border-right: 1px solid #EAEAEA;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    gap: 15px;
}
.m_menu_items:nth-child(3){
    border-right: unset;
}
.m_menu_title_item{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #EF8200;
}
.m_menu_title_item1{
    margin-bottom: 2px;
}
.m_menu_title_item2{
    color: #21A148;
}
.m_menu_subheading{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #222222;
}
.header_youtube{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 62px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header_youtube p{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.header_youtube:hover{
    background-color: #ff0000;
    transition: 0.3s;
}
header.active .header_youtube{
    background-color: rgb(226, 54, 0);
    transition: 0.3s;
}
header.active .header_youtube:hover{
    background-color: rgb(191, 47, 0);
    transition: 0.3s;
}
.header_right_sidebox{
    display: flex;
    height: 100%;
}
.header_boardingpass{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 52px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header_boardingpass p{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.header_boardingpass:hover{
    background-color: #80d0eb;
    transition: 0.3s;
}
header.active .header_boardingpass{
    background-color:#80d0eb;
    transition: 0.3s;
}
header.active .header_boardingpass:hover{
    background-color: #62a1b6;
    transition: 0.3s;
}

/* 푸터 */
footer{
    width: 100%;
    background-color: #000000;
    padding: 51.5px 13.541%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.footer_area{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer_item{
    display: flex;
    gap: 80px;
}
.footer_logo img{
    width: unset;
}
.footer_txtboxs{
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.footer_txtboxs p{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #bbbbbb !important;
}
.footer_txtboxs a{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #bbbbbb !important;
}
.footer_txtboxs P:last-child{
    margin-top:27px;
}
.footer_txt2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}
.footer_txt2 a{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    transition: 0.3s;
    white-space:nowrap;
    text-align: center;
}
.footer_txt2 a:hover{
    color: #EF8200;
}
.footer_txt2 a:last-child:hover {
    color: #ff0000;
}

.sky_blue_color{
    color: #00BFFF !important;
}
.red_color{
    color: #ff0000 !important;
}




.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background-color: #fff;
    padding: 20px;
    display: none;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* 그림자 효과 */
    border-radius: 5px;
    overflow-y: auto;
}
.popup h2{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #EF8200;
    text-align: center;
    margin-bottom: 32px;
}
.popup p{
    color: #555555;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
}
.popup-close {
    position: absolute;
    top: 0px;
    right: 15px;
    cursor: pointer;
    font-size: 56px;
}
/* 반응형 */
@media (max-width:1720px){
    header {
        padding: 0 0 0 20px;
    }
}
@media (max-width:1600px){
    .nav,
    .nav_click{
        display: none;
    }
    .hamburger_menu_box,
    .nav_right{
        display: flex;
    }
    .footer_item{
        gap: 20px;
    }
    .header_right_sidebox{
        display: none;
    }
    header {
        padding: 0 2%;
    }

    .nav_click a, .nav a {
        padding: 0px 20px;
    }
    .nav_sub_menu a {
        font-size: 14px;
        line-height: 21px;
    }
    footer {
        padding:5%;
    }
}
@media (max-width:900px){
    .footer_area{
        flex-direction: column;
    }
    .footer_item{
        flex-direction: column;
        gap: 12px;
    }
    .footer_txt2{
        flex-direction: unset;
        justify-content: flex-start;
        gap: 12px;
        margin-top: 12px;
    }
    .footer_txtboxs P:last-child{
        margin: unset;
    }
}
@media (max-width:500px){
    .header_logo img {
        width: 70%;
    }
    header {
        padding: 0 5%;
        height: 80px;
    }
    .header_logo {
        justify-content: flex-start;
    }
    .m_menu {
        width: 100%;
        position: absolute;
        top: 101%;
        left: 0;
        background-color: #ffffff;
        display: none;
        align-items: self-start;
        justify-content: start;
        height: 100vh;
        padding: 5%;
        gap: 36px;
        flex-direction: column;
    }
    .m_menu_items {
        border: unset;
        gap: 16px;
    }
    .m_menu_items:nth-child(2){
        gap: 18px !important;
    }
    .m_menu_title_item {
        font-size: 24px;
        line-height: 25px;
    }
    .footer_txtboxs p {
        font-size: 12px;
        line-height: 17px;
    }
    .footer_txt2 a {
        font-size: 14px;
        line-height: 19px;
    }
    .footer_logo img {
        width: 40%;
    }
    .footer_item {
        gap: 6px;
    }
    .footer_txtboxs {
        gap: 2px;
    }
    .footer_txt2 {
        margin-top: 6px;
    }
    .popup {
        width: 90%;
        height: 80%;
    }
    .popup p {
        font-size: 15px;
        line-height: 21px;
    }
    .popup h2 {
        font-size: 29px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .popup-close {
        font-size: 50px;
    }
}