@charset "utf-8";
header {
    box-sizing: border-box;

}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 100;
    src: url('../../fonts/Pretendard-Thin.woff2') format('woff2'),
    url('../../fonts/Pretendard-Thin.woff') format('woff'),
    url('../../fonts/Pretendard-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 200;
    src: url('../../fonts/Pretendard-ExtraLight.woff2') format('woff2'),
    url('../../fonts/Pretendard-ExtraLight.woff') format('woff'),
    url('../../fonts/Pretendard-ExtraLight.otf') format('opentype');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/Pretendard-Light.woff2') format('woff2'),
    url('../../fonts/Pretendard-Light.woff') format('woff'),
    url('../../fonts/Pretendard-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/Pretendard-Regular.woff2') format('woff2'),
    url('../../fonts/Pretendard-Regular.woff') format('woff'),
    url('../../fonts/Pretendard-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/Pretendard-Medium.woff2') format('woff2'),
    url('../../fonts/Pretendard-Medium.woff') format('woff'),
    url('../../fonts/Pretendard-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Pretendard';
    font-style:normal;
    font-weight: 600;
    src: url('../../fonts/Pretendard-SemiBold.woff2') format('woff2'),
    url('../../fonts/Pretendard-SemiBold.woff') format('woff'),
    url('../../fonts/Pretendard-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style:normal;
    font-weight: 700;
    src: url('../../fonts/Pretendard-Bold.woff2') format('woff2'),
    url('../../fonts/Pretendard-Bold.woff') format('woff'),
    url('../../fonts/Pretendard-Bold.otf') format('opentype');
}


@font-face {
    font-family: 'Pretendard';
    font-style:normal;
    font-weight: 800;
    src: url('../../fonts/Pretendard-ExtraBold.woff2') format('woff2'),
    url('../../fonts/Pretendard-ExtraBold.woff') format('woff'),
    url('../../fonts/Pretendard-ExtraBold.otf') format('opentype');
}


@font-face {
    font-family: 'Pretendard';
    font-style:normal;
    font-weight: 900;
    src: url('../../fonts/Pretendard-Black.woff2') format('woff2'),
    url('../../fonts/Pretendard-Black.woff') format('woff'),
    url('../../fonts/Pretendard-Black.otf') format('opentype');
}


header {
    /*font-family: 'Pretendard';*/
}

a {
    text-decoration-line: none;
    color: black;
}

.d1 a:hover,
.d1 a.active{
    color: #e6057f;
}


.header {
    padding: inherit;
    font-size: inherit;
}

.full-header {
    position: absolute;
    z-index: 9999;
    top: 60px;
}

.full-header img{
  width: 100%;
}


ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}


a {
    color: #121212;
    text-decoration: none;
    outline: none;
    letter-spacing: -0.6px;
}

p {
    margin: 0 ;
    color: #111;
    font-size: 16px;
}

body,header,footer,nav,button {
    margin: 0;
    padding: 0;
    border: 0;
}

/*html,*/
html {
    width: 100%;

    /**/
}

html::-webkit-scrollbar {
   /* display: none;*/
}
body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Pretendard', sans-serif;
    overflow-y: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
   /* -ms-use-select: none;*/
    user-select: none;
}


body {
    margin: 0;
    padding: 0;
}

button{
    outline:none;
    border: 0;
    background: none;
}
input[type=button]{
    cursor: pointer;
    outline: none;
    background-color: #fff;
}

body h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 100%;
    margin: 0;
}

/*
*,
*:before,
*:after {
    position: relative;
    box-sizing: border-box;
}
*/

/* pc헤더 */
.pc-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1vw 2.2vw;
    border-bottom: 1px solid #ccc;
}

.logo {
/*    margin: 13px 0;
    background-image: url(../../images/common/sec01.webp);
    background-repeat: no-repeat;
    width: 216px;
    height: 53px;
    background-position: 96.605% 65.669%;*/
}

/*.logo>a {
    width: 216px;
    height: 53px;
    display: block;
}*/


.logo>a {
    width: 135px;
    height: 53px;
    display: block;
}

.logo>a>img {
    width: 134px;
}


.d1 {
    display: flex;
}

.d1>li {
    position: relative;
    /* margin-right: 60px; */
}

.d1>li .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
   /* background-color: #000;*/
    background-image: linear-gradient(90deg, #e6057f, #6600b4);
    transform: scaleX(0);
}



.d1>li:hover .d1tit {
    color: #e6057f;
}



.d1>li>a {
    padding: 0 22px;
}

.d1>li:hover .bar {
    transform: scaleX(1);
    transition: all 0.5s;
}

.d1>li .d1tit {
    font-weight: bold;
    font-size: 19px;
    line-height: 80px;
}

/* .d1>li .d1tit:hover {
   font-size: 22px;
} */

nav .d2bg {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-75px);
    width: 150px;
    height: 0;
    background-color: #fff;
    transition: all 0.3s;
    z-index: 50;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

nav .d1 li:hover .d2bg {
    height: 110px;
}

nav .d1 li:hover .info {
    height: 145px;
}

nav .d2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-75px);
    transition: all 0.2s;
    width: 150px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0;
    z-index: 100;
}

nav .d1>li:hover .d2 {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}

nav .d2 li {
    font-size: 16px;
    color: #666;
    line-height: 2.2em;
}

nav .d2>li:hover {
    font-weight: bold;
    font-size: 16px;
    color: #111;
}

.auth-links {
    position: relative;
    font-size: 14px;
    color: #444;
    width: 300px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.auth-links a {
/*    font-size: 1rem;*/
    font-size: 15px;
    margin-left: 25px;
    text-decoration: none;
    color: #444;
}

.bar2 {
    position: relative;
}

.bar2::before {
    content: '';
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #999;
}

.auth-links a:hover {
    color: #000;
}

.preparing-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 100;
}

/* 알림 서비스 */
.alarm-btn {

}
.alarm-section {
    position: absolute;
    width: 340px;
    right: 6px;
    top: 38px;
    background: lightgray;
    border-radius: 8px;
    font-size: 16px;
    color: black;
    box-shadow: 3px 3px 6px 1px gray;
}
.alarm-section::before {
    content: '';
    position: absolute;
    right: 12px;
    top: -13px;
    width: 30px;
    height: 30px;
    background-color: white;
    transform: rotate(-45deg);
    box-shadow: 3px -2px 6px -3px gray;
    border-radius: 8px;
}
.alarm-section-title{
    font-size: 18px;
    font-weight: 700;
    background: white;
    border-radius: 8px 8px 0 0;
    padding: 10px 8px;
}
.alarm-section-contents{
    text-align: center;
    background: #deebf7;
    border-radius: 0 0 8px 8px;
    padding: 8px;
    max-height: 555px;
    overflow-y: auto;
}
.alarm-section-contents::-webkit-scrollbar {
    width: 10px;
}
.alarm-section-contents::-webkit-scrollbar-track {
    background-color: #d5d5d5;
    /*background: transparent;*/
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;

}
.alarm-section-contents::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 12px;
}
.alarm-section-item{
    position: relative;
    background: white;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 18px;
    cursor: pointer;
    box-shadow: rgba(50, 50, 1, 0.25) 6px 6px 8px -2px, rgba(0, 0, 0, 0.3) 0 6px 7px -3px;
    border: 1px solid #D5D5D5;
}
.alarm-section-item:hover{
    background: #f7f7f7;
}
.alarm-section-item:last-child {
    margin-bottom: 0;
}
.alarm-item-header{
    display: flex;
    align-items: center;
    gap: 10px;
}
.alarm-item-header img{
    width: 22px;
    height: 22px;
}
.alarm-item-header h4{
    font-size: 16px;
    font-weight: 700;
}
.alarm-item-header span{
    font-size: 12px;
    color: #afafaf;
}
.alarm-item-close{
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 16px;
}
.alarm-section-item p{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 14px;
    text-align: left;
}
.alarm-section-item p:last-child{
    font-size: 8px;
}
/* 알림 서비스 끝 */
.hide {
    display: none;
}

.visible{
    visibility: visible;
}

.invisible{
    visibility: hidden;
}


/*************************************m헤더******************************** */
#header-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}

.m_header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
   /* align-items: center;*/
    background-color: #fff;
   /* border: 1px solid #ccc;*/
}

.m_header h1 {
    margin-left: 9px;
    width: 150px;
}

.m_header .icon {
    display: flex;
    align-items: center;
}

.icon a {
    display: block;
}

.m_header>h1>a {
/*    display: block;
    width: 165px;
    height: 39px;
    background-image: url(../../images/common/sec02.webp);
    background-position: -12px -666px;
    background-repeat: no-repeat;*/
   /* margin-top: 2px;*/
/*    display: block;
    width: 111px;
    margin-top: 7px;*/
}


.m_header>h1>a {
    display: block;
    width: 111px;
    margin-top: 2px;
}

.m_header>h1>a>img {
    width: 100%;
    max-width: 111px;
    display: block;
    margin-top: 8px;
}
/*
.m_header>h1>a>img {
    width: 111px;
}
*/


.m_header .icon .m-btn-menu {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}

.m_header .icon .m-btn-menu span {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    left: 10px;
}

.m_header .icon .m-btn-menu span:nth-child(1) {
    top: 12px;
}

.m_header .icon .m-btn-menu span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

.m_header .icon .m-btn-menu span:nth-child(3) {
    bottom: 12px;
}

.m-side-background {
    z-index: 9999999;
    display: none;
    /*원래상태 안보이게*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
}

/*#sideM*/
.m-side-menu {
    z-index: 9999999999;
    position: fixed;
    right: -80%;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
}

.sideTop {
    z-index: 9999;
    position: relative;
    padding: 20px;
    color: white;
    text-align: left;
    font-size: 14px;
    background-color: #2c3b7e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sideTop a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.4px;
}

.sideTop_left {
    display: flex;
}

.home {
    padding-left: 5px;
}

.m_bar {
    position: relative;
    padding: 0 10px;

}

.m_bar::before {
    content: '';
    position: absolute;
    /* left: 0; */
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #fff;
}


.sideTop .sideClose {
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
    width: 30px;
    height: 30px;
}

.sideTop .sideClose span {
    position: absolute;
    left: 75%;
    top: 50%;
    width: 3px;
    height: 22px;
    background-color: #fff;
}

.sideTop .sideClose span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.sideTop .sideClose span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.go_booking {
    height: 42px;
    padding: 0 20px;
    line-height: 42px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background-color: #222f60;
}

.go_booking a {
    display: block;
}

.m-nav {
    padding: 30px 20px 0 20px;
    text-align: left;
}

.m-nav .m-d1 {}

.m-nav .m-d1>li {}

.m-nav .m-d1>li h3 {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 1.12rem;
    font-weight: 500;
}

.m-nav .m-d1>li h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.m-nav .m-d1>li h3 span {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}

.m-nav .m-d1>li h3 .view {}

.m-nav .m-d1>li h3 .view img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(7%) sepia(4%) saturate(629%) hue-rotate(314deg) brightness(88%) contrast(84%);
    transform: rotate(0deg);
}

.m-nav .m-d1>li.on .view img {
    transform: rotate(180deg);
}

.m-nav .m-d1>li h3 .close {
    display: none;
}

.m-nav .m-d1>li h3 span img {
    width: 100%;
}

/* h3 = .on */
.m-nav .m-d1>li .on {
    background-color: midnightblue;
    color: #fff;
}

.m-nav .m-d1>li .on .view {
    display: none;
}

.m-nav .m-d1>li .on .close {
    display: block;
}

.m-nav .m-d1>li .m-d2 {
    display: none;
    padding: 20px;
    background-color: #f6f6f6;
    border-top: 3px solid #2c3b7e;
}

.m-nav .m-d1>li .m-d2 li {
    font-size: 1rem;
    padding: 10px 0;
}

.m-nav .m-d1>li .m-d2 li a {}

/* 로그인 해더 */

.mb_prevBtn>a {
    display: block;
    padding-left: 20px;
}

.mb_prevBtn>a>img {
    transform: rotate(180deg);
    height: 20px;
}

.middle>p {
    color: #fff;
    font-size: 18px;
}

.mb_right {
    padding-right: 20px;
}


.hidden {
    display: none;
}

/*모바일*/
#header-wrap {
    display: none;
}


@media (max-width: 1540px) {
    .d1tit-eng {
        font-size: 18px !important;
    }
}

@media (max-width: 1490px) {
    .d1tit-eng {
        font-size: 17px !important;
    }
}

@media (max-width: 1445px) {
    .d1tit-eng {
        font-size: 16px !important;
    }
}


@media (max-width: 1400px) {
    .d1tit-eng {
        font-size: 13px !important;
    }
}





/* 헤더,푸터 반응형*/
@media (max-width: 1280px) {
    .pc-header {
        display: none;
    }

    #header-wrap {
        display: block;
    }

    .sd-header>li {
        padding: 0 8px;
    }

}