/*
---------------------------------------------
reset
---------------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: var(--body-font-family);
    font-weight: 400;
    background-color: #000;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
    color: #3cf;
}

a:hover {
    color: #fc3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 14px;
    line-height: 25px;
    color: #2a2a2a;
}
/*
img {
  width: 100%;
  overflow: hidden;
} */

/*
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #6f2d91;
    --section-bg-color: #f0f8ff;
    --dark-color: #000000;
    --grey-color: #d0d1d1;
    --p-color: #717275;

    --body-font-family: "Noto Sans KR", sans-serif;

    --h5-font-size: 24px;
    --p-font-size: 20px;
    --copyright-text-font-size: 16px;
    --product-link-font-size: 14px;
    --custom-link-font-size: 12px;

    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-black: 900;
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-family: var(--body-font-family);
    position: relative;
}

.main_title
{
    font-weight: bold;
    font-size:2rem;
}

.color_white
{
    color:#fff;
}
.section-padding {
    padding-top: 15rem;
    padding-bottom: 8.75rem;
}

#join {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(/ppdoor3/images/join/bg.jpg), #ffffff;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.join-form {
    width: 68.75rem;
    margin: 0 auto;
}

.join-title {
    margin-bottom: 2.5rem;
    text-align: center;
}

form {
    padding: 5rem 6.25rem;
}

.form {
    overflow: hidden;
    margin-bottom: 1.375rem;
    height: 7.375rem;
}

.form .title {
    float: left;
    height: 3.875rem;
    width: 12.5rem;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: var(--font-weight-bold);
    line-height: 3.875rem;
}

.form > input {
    /* float: right; */
    height: 3.875rem;
    width: 40.5rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    padding: 0 1.5rem;
    font-size: 1.125rem;
    font-weight: var(--font-weight-bold);
    line-height: 3.875rem;
    margin-bottom: 0.625rem;
}

.code {
    margin-bottom: 5.125rem;
}

.code > input {
    float: left;
    width: 29.375rem;
}

.code .time-txt {
    color: #c0188f;
}

.form input:focus {
    outline: none;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    height: 3.75rem;
}

.custom-btn {
    width: 9.625rem;
    height: 4.375rem;
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0);
    border-radius: 50px;
    display: block;
    margin: auto;
    color: #ffffff;
    font-weight: var(--font-weight-bold);
    font-size: 1.25rem;
}

.custom-btn:hover {
    background: #ffffff;
    color: #000;
}

.code-send-btn {
    float: right;
    height: 3.75rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    background: #ffffff;
    color: #000;
    font-size: 0.9rem;
    font-weight: var(--font-weight-bold);
    width: 10rem;
}

.code-send-btn:hover {
    background: var(--primary-color);
    border: 1px solid rgba(111, 45, 145, 1);
    border-radius: 10px;
    color: #ffffff;
    outline: none;
}

.guide-txt {
    font-size: 1rem;
    font-weight: var(--font-weight-normal);
    color: #767676;
    margin-left: 12.5rem;
}

.guide-txt-code {
    color: #c0188f;
    margin-left: 12.5rem;
    font-size: 1rem;
    font-weight: var(--font-weight-normal);
}

.display-none {
    display: none;
}

.join-complete img {
    margin: 9.375rem auto 2.5rem;
    display: block;
}

.join-complete p {
    line-height: 2.25rem;
    color: #ffffff;
    font-weight: var(--font-weight-bold);
    font-size: 1.5rem;
}

/*---------------------------------------
  Index
-----------------------------------------*/

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
}

.header-area .main-nav .logo {
    margin-left: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo > svg {
    vertical-align: middle;
}
.header-area .main-nav .logo > svg path {
    fill:#6F2D91;
}

.header-area .main-nav {
    display: flex;
    align-items: center;
    height: 90px;
}

.header-area .main-nav > .nav-menu {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.header-area .main-nav .nav {
    margin-left: auto;
    display: flex;
    flex: none;
}

.header-area .main-nav .nav li a {
    display: block;
    color: #fff;
}

.header-area .main-nav .language {
    flex: none;
    margin-left: auto;
    height: 27px;
    margin-right: 50px;
    align-items: center;
}

.header-area .main-nav .language > a {
    flex: none;
    height: 27px;
    display: flex;
    align-items: center;
    cursor:pointer;
}

.header-area .main-nav .language svg {
    margin-left: auto;
    flex: none;
}

.header-area .main-nav .language span {
    font-size: 18px;
    color: #ffffff;
    font-weight: var(--font-weight-bold);
    line-height: 27px;
    vertical-align: middle;
    margin-right: 13px;
    flex: none;
}

.pop-lang {
    position: absolute;
    top: 70px;
    width: 80px;
    height: 82px;
    background: #333333;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
}

.pop-lang .line {
    height: 1px;
    width: 40px;
    background: rgba(255, 255, 255, 0.5);
}

.pop-lang a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 30px;
    height: 20px;
    color: #767676;
}

.pop-lang a:hover {
    color: #ffffff;
}

.header-area.header-sticky {
    min-height: 90px;
    height: 90px;
}

.header-area.header-sticky:hover {
    /*background: #ffffff;*/
    background: #000;
}

.nav li {
    font-size: 18px;
    list-style: 27px;
    font-weight: var(--font-weight-bold);
    margin: 0 24px;
}

.nav li a {
    position: relative;
    color:#fff;
}

.nav li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c0188f;
    content: "";
    opacity:0;

}

.nav li a:hover::after {
    opacity: 1;
}

.nav li a.active {
    color: #c0188f !important;
}

.nav li a.active::after,
.nav li a:hover::after {
    opacity: 1;
}

.link-down {
    width: 109px;
    height: 41px;
    background: linear-gradient(101.85deg, #3b2575 16.6%, #552bc6 90.25%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
}

.link-down a {
    width: 109px;
    height: 41px;
    gap: 4px;
    justify-content: center;
    flex: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 21px;
    font-weight: var(--font-weight-bold);
}

.link-down:hover {
    background: linear-gradient(281.85deg, #3b2575 16.6%, #552bc6 90.25%);
}

.pop-down {
    position: absolute;
    width: 500px;
    height: 332px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -166px;
    background: #1e1e1e;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px;
}

.pop-down .btn-close {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 17px;
    top: 30px;
}

.pop-down h3 {
    color: #ffffff;
    font-size: 34px;
    margin-top: 10px;
}

.btn-link-down {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    width: 440px;
    height: 64px;
    border: 1px solid #767676;
    border-radius: 50px;
    margin-top: 40px;
}

.btn-link-down:hover {
    background: #6f2d91;
    border: 1px solid #6f2d91;
}

.btn-link-down img {
    width: 109px;
    height: 20px;
}

.btn-link-down span {
    font-size: 16px;
    font-weight: 500;
    list-style: 24px;
    color: #999999;
}

.vertical-line {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #333333;
    margin: 0 20px;
}

.btn-link-down svg {
    margin-left: auto;
}



.message-pop-down {
    position: absolute;
    width: 680px;
    height: 753px;
    left: 50%;
    top: 50%;
    margin-left: -303px;
    margin-top: -376px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 40px;
}

.message-pop-down .btn-close {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 17px;
    top: 30px;
}

.message-content{
    width:640px;
    height:524px;
}

.message-pop-down h3 {
    color: #333;
    font-size: 40px;
    height:104px;
    text-align:center;
    line-height: 52px;
}

.message-pop-down h4 {
    color: #666;
    font-size: 20px;
    margin-top: 20px;
    height:90px;
    text-align:center;
    line-height: 30px;
}

.message-btn-link-down-center{
    width:440px;
    height:180px;
    margin:0 auto;
    align:center;
}

.message-btn-link-down {
    margin:0 auto;
    display: flex;
    align-items: center;

    padding: 20px 100px;
    width: 440px;
    height: 70px;
    border: 1px solid #767676;
    border-radius: 50px;

    background: #36bc97;
    margin-bottom:30px;
}

.message-btn-link-down:hover {
    background: #6f2d91;
    border: 1px solid #6f2d91;
}

.message-btn-link-down img {
    width: 109px;
    height: 20px;

}

.message-btn-link-down span {
    font-size: 16px;
    font-weight: 500;
    list-style: 24px;
    display: inline-block;
    color: #FFFFFF;
}

.message-vertical-line {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    margin: 0 20px;
}

.message-btn-link-down svg {
    margin-left: auto;
}


.container {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 120px;
    gap: 10px;
    margin-top: -135px;
}

.container h1 {
    color: #ffffff;
    font-size: 80px;
    line-height: 96px;
    font-weight: var(--font-weight-bold);
}


.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content h1,
.content h2,
.content h3 {
    text-align: center;
}

.content h1 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 900;
}

.content h2 {
    font-size: 28px;
    line-height: 36.4px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 30px;
}

.content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
}

.content .con-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 40px 20px;
    width: 231px;
    height: 62px;
    background: #000000;
    border-radius: 50px;
    margin-top: 30px;
}

.content .con-link a {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
}

.content .con-link:hover {
    background: #6f2d91;
}

.content p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 30px;
}

#cafe h1,
#cafe h2,
#cafe h3,
#cafe p {
    color: #000000 !important;
}

#cafe .con-link {
    width: 353px;
}

#itemstore h2 {
    font-size: 94px;
    line-height: 141px;
    font-weight: 500;
    margin-top: 20px;
}
/*
.video_bg
{
  position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}*/
/*
.video_bg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
*/

.video-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-bottom: 46%; /* Set the aspect ratio of the video (16:9) 46 */
    margin: 0 auto;
    background-color: #000;
    top: 0px;
   /* margin-bottom: 90px;*/
}

.video-wrap video {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .video_show {
    display: ;
} */

.video_hide {
    display: none;
}

/*---------------------------------------
  info
-----------------------------------------*/

.info-con-section {
    height: 100vh;
    width: 100%;

    background-image: url(/ppdoor3/images/info/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-blend-mode: multiply;
    /*background-size: 200%;*/
    background-position-x: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

.con {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 100px;
    width: 66%;
}

.nav-area {
    width: 220px;
}

.nav-area li {
    display: flex;
    align-items: center;
    width: 196px;
    height: 46px;
    border-left: 1px solid #cccccc;
    padding: 8px 0px 8px 17px;
}

.nav-area li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.nav-area li.active {
    border-left: 1px solid #6f2d91;
}

.nav-area li.active a {
    color: #6f2d91;
}

.con-area {
    /* max-height: 545px; */
}

.con-area h1 {
    font-size: 28px;
    line-height: 36.4px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 30px;
}

.con-area p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}

.con-area .con4 > div {
    display: flex;
    align-items: center;
    gap: 100px;
}

.con-area .con3 span.pp {
    color: #c0188f;
    font-weight: 700;
}

.con-area .con3 span.dr {
    color: #0773b4;
    font-weight: 700;
}

.con4 .mb-60, .con5 .mb-60 {
    margin-bottom: 60px;
}

.con-area > div {
    display: none;
}

.con-area div.active {
    display: block;
}

/*---------------------------------------
  news
-----------------------------------------*/
#news .content {
    justify-content: flex-start;
}

#news .content > span {
    color: #b881ff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-top: 30px;
}

#news .content span a {
    color: #ffffff;
}


.news-list-ja {
  /*  width: 30%;*/
    margin-top: 60px;
   /* text-align: center;*/
   margin:0 auto;
}


.news-list {
    width: 80%;
    margin-top: 60px;
}

.table-area {
    height: 300px;
    min-height:300px;
    max-height:754px;
}

.table-area table {
    width: 100%;
    border: 0;
    padding: 0;
    border-spacing: 0px;
    border-collapse: collapse;
}

.table-area th {
    height: 59px; /* 84 */
    background-color: #000000;/*background-color: #0773b4;*/
    color: #ffffff;
    font-size: 18px; /* 20 */
    line-height: 30px;
    font-weight: 700;
}

.table-area th:nth-child(1) {
    text-align: left;
    padding-left: 50px;
}

.table-area th:nth-child(2) {
    text-align: center;
    width: 250px;
}

.table-area td {
    height: 47px; /* 67 */
    border-bottom: 1px solid #767676;
    font-size: 12px; /* 15 */
    line-height: 27px;
    color: #cccccc;
}

.table-area td:nth-child(1) {
    text-align: left;
    padding-left: 50px;
    font-weight: 700;
    background-color:#1d1d22;
}

.table-area td:nth-child(2) {
    text-align: center;
    font-weight: 400;
    background-color:#1d1d22;
}

.page_area {
    text-align: center;
    margin-top: 60px;
}

.page_area > div {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.page_area a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px; /* 16 */
    color: #999999;
}

.page_area a strong {
    color: #ffffff;
    font-weight: 500;
}

.page_area a:hover {
    color: #ffffff;
    font-weight: 500;
}

.page_area .page_first {
    background: url(/ppdoor3/images/news/btn_page_first.png) no-repeat 0 center;
}
.page_area .prev {
    background: url(/ppdoor3/images/news/btn_page_prev.png) no-repeat 0 center;
}
.page_area .page_last {
    background: url(/ppdoor3/images/news/btn_page_last.png) no-repeat 0 center;
}
.page_area .next {
    background: url(/ppdoor3/images/news/btn_page_next.png) no-repeat 0 center;
}

.page_area .page_first:hover {
    background: url(/ppdoor3/images/news/btn_page_first_hover.png) no-repeat 0
        center;
}

.page_area .prev:hover {
    background: url(/ppdoor3/images/news/btn_page_prev_hover.png) no-repeat 0
        center;
}
.page_area .page_last:hover {
    background: url(/ppdoor3/images/news/btn_page_last_hover.png) no-repeat 0
        center;
}
.page_area .next:hover {
    background: url(/ppdoor3/images/news/btn_page_next_hover.png) no-repeat 0
        center;
}


/* 게시판 목록 */
/*
#bo_list {position:relative}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}

.likeTbl{width:100%; margin-bottom:20px;}
.likeTbl > ul{display:table;width:100%;}
.likeTbl > ul > li{display:table-row;width:100%;}
.likeTbl > ul > li > div{display:table-cell;}
.likeTbl > ul > li.likeTblTh{background-color:#0773b4;font-weight: 700;}
.likeTbl > ul > li.likeTblTh > div{padding:15px; vertical-align:middle; text-align:center;height:84px;color:#fff;font-size:20px;}
.likeTbl > ul > li.likeTblTd > div{padding:15px; vertical-align:middle;border-bottom:1px solid #767676;line-height:27px;margin:0 auto;padding-left:50px;font-size:18px;}
.likeTbl > ul > li:hover.likeTblTd{}
.likeTbl > ul > li.likeTblTd .td_subject a{-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;
             font-weight:700;}
.likeTbl > ul > li:hover.likeTblTd .td_subject a{-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;
             transition-timing-function: ease;}
.likeTbl > ul > li.likeTblTd .td_subject .bo_tit a{display:block;}
.likeTbl > ul > li.likeTblTd .td_subject .bo_tit a em{font-style:normal;}
.likeTbl > ul > li:hover.likeTblTd .td_subject .bo_tit a em span,
.likeTbl > ul > li:hover.likeTblTd .td_subject .bo_tit a em i{color:#333 !important;}

.bo_notice,
.bo_notice > div {}
.likeTbl .td_datetime {width:250px;text-align:center;color:#cccccc;font-size:18px;font-weight:400}
.likeTbl .td_group {width:100px;text-align:center}
.likeTbl .td_mb_id {width:100px;text-align:center}
.likeTbl .td_mng {width:80px;text-align:center}
.likeTbl .td_name {width:90px;text-align:center;padding:10px 0}
.likeTbl .td_nick {width:100px;text-align:center}
.likeTbl .td_num {width:60px;;text-align:center;color:#999;font-size:11px;}
.likeTbl .td_num2 {width:50px;;text-align:center;color:#999;font-size:11px;}
.likeTbl .td_numbig {width:80px;text-align:center}
.likeTbl .txt_active {color:#5d910b}
.likeTbl .txt_expired {color:#ccc}

.td_subject img {margin-left:5px}

.likeTbl .profile_img img{border-radius:50%}
.likeTbl .cnt_cmt{display:inline-block; background:#242424;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle;}

.likeTbl .bo_tit .fa-download{width:16px;height:16px;line-height:16px;background:#ddd;color:#999;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;margin-right:2px}
.likeTbl .bo_tit .fa-link{width:16px;height:16px;line-height:16px;background:#ddd;color:#999;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;margin-right:2px;font-weight: normal;}
.likeTbl .bo_tit .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#999;background:#ddd;text-align:center;border-radius: 2px;vertical-align:middle;margin-right:2px}
.likeTbl .bo_tit .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#999;background:#ddd;text-align:center;border-radius: 2px;;vertical-align:middle;margin-right:2px;font-weight:normal}
.likeTbl .bo_tit .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #fff;background: #333;text-align: center;border-radius: 2px;font-size: 12px;border:1px solid #000}
.likeTbl .bo_tit a{font-size:14px;}

.onlyMvV{display:none;}
.likeTbl > ul > li > div.mvInlinev i{display:none;}


@media all and (max-width: 800px)
{
	.likeTbl > ul{display:block !important;}
	.likeTbl > ul > li{display:block !important;overflow:hidden;border-bottom:1px solid #767676; position:relative;}
	.likeTbl > ul > li > div{display:block;border-bottom:0px !important;padding:0px;margin:0 auto}
 .likeTbl > ul > li.likeTblTh > div {font-size:18px;height:64px;}
	.likeTbl > ul > li.likeTblTd{padding-left:5px; text-align:left;}
	.likeTbl > ul > li.likeTblTd > div{border-bottom:0px;padding-left:10px;font-size:14px;}

	.likeTbl > ul > li > div.mvInlineN{display:none;}
	.likeTbl > ul > li > div.mvInlinev {display:inline-block;width:auto !important; font-size:14px;}
	.likeTbl > ul > li > div.mvInlinev i{display:inline-block;margin-left:3px;}
	.likeTbl > ul > li > div.mvInlinev:before{content:"";color:#CCCCCC; padding-left:10px;height:18px;}
	.likeTbl > ul > li > div.mvInlinev.td_name:before{content:" "}
	.likeTbl > ul > li > div.mvInlinev.td_name{padding-left:2px;}
	.likeTbl > ul > li > div.td_subject{display:block;}
	.likeTbl > ul > li > div.td_subject a{padding-left:10px;}
	.likeTbl > ul > li > div.td_subject a.bo_cate_link{display:inline-block;padding-top:8px;}
	.likeTbl > ul > li > div.td_chk{position:absolute;right:0px;top:0px;}

	.likeTbl > ul > li:hover.likeTblTd .td_subject a{padding-left:10px;font-size:14px;}
	.likeTbl > ul > li.likeTblTd .td_subject .bo_tit a{padding-top:8px;}
	.onlyMvV{display:inline-block;margin-left:-5px;}
}
*/
/* news detail */

.news-view {
    width: 80%;
    margin-top: 60px;
}

.view_area > .title {
    height: 100px;/* 143*/
    background-color: #000000;/*background-color: #0773b4;*/
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.view_area > .title strong {
    font-size: 20px; /* 28 */
    line-height: 36.4px;
    font-weight: 700;
    color: #ffffff;
}
.view_area > .title span {
    color: #cccccc;
    font-size: 15px; /* 18 */
    font-weight: 500;
    line-height: 27px;
}

.detail {
    padding: 50px;
    font-size: 15px; /* 18 */
    line-height: 27px;
    border-bottom: 1px solid #767676;
    color: #ffffff;
    background-color:#1d1d22;
}

.btn_list {
    width: 200px;
    height: 52px; /* 72 */
    margin: 60px auto 0;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

.btn_list:hover {
    background: #ffffff;
}

.btn_list a:hover {
    color: #000000;
}

.btn_list a {
    width: 200px;
    height: 52px; /* 72 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 14px;
    color: #ffffff;
}

.btn_list span {
    font-size: 15px; /* 20 */
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

/* .container img:hover {
  content: url(images/main/PlayCircle-hover.png);
} */

/* .pop-down .btn-close {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 1161px;
  top: 440px;
} */

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 1200px) {
    .header-area .main-nav .logo {
        color: #6F2D91;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #0773b4 !important;
        text-decoration: underline !important;
        text-decoration-color: #0773b4 !important;
        text-underline-offset: 3px;
    }
    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }
    .header-area {
        height: 90px;
        box-shadow: none;
        text-align: center;
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin-left: 30px;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav-menu {
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        position: absolute;
        top: 90px;
        left: 0;
        height: calc(100vh - 90px);
        /*background-color: #ffffff;*/
        background-color: #000;
        color:#fff;
    }

    .header-area .main-nav .nav {
        /* display: block; */
        flex-direction: column;
        height: 100%;
        justify-content: center;
        gap: 30px;
        width: 80%;
    }

    .link-down,
    .language {
        display: none;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        margin: 0;
    }

    .header-area .main-nav .nav li a {
        font-size: 23px;
        line-height: 27px;
        border: none !important;
        /*color: #191a20 !important;*/
        color: #fff !important;
        height: 30px;
    }

    .nav li a.active::after,
    .nav li a:hover::after {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .header-area .main-nav .nav-menu {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .video-wrap {
        padding-bottom: 46%; /* Set the aspect ratio of the video (16:9) 46 */
        top: 0px;
      /* margin-bottom: 60px;*/
    }

    .header-area.header-sticky {
        height: 60px;
        min-height: 60px;
    }

    .header-area .main-nav {
        height: 60px;
    }

    .header-area .main-nav .nav-menu {
        top: 60px;
        height: calc(100vh - 60px);
    }

    .header-area .main-nav .logo {
        margin-left: 10px;
    }

    .main-nav .logo svg {
        width: 90px;
    }

    .container {
        padding: 0 60px;
    }
    /*

.view_area > .title {
    height: 100px;
    gap: 20px;
}

.view_area > .title strong {
    font-size: 20px;
    line-height: 30.4px;
}
.view_area > .title span {
    font-size: 15px;
}

.detail {
    padding: 30px;
    font-size: 14px;
}

.btn_list {
    width: 180px;
    height: 62px;
    margin: 50px auto 0;
    border-radius: 40px;
}

.btn_list:hover {
    background: #ffffff;
}

.btn_list a:hover {
    color: #000000;
}

.btn_list a {
    width: 180px;
    height: 62px;
}

.btn_list span {
    font-size: 18px;
}*/

}

@media (max-width: 390px) {
    .video-wrap {
        padding-bottom: 46%; /* Set the aspect ratio of the video (16:9) 46 */
        top: 0px;
       /* margin-bottom: 60px;*/
    }

    .container h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .container {
        padding: 0 20px;
        margin-top: -87px;
    }

    /*
.view_area > .title {
    height: 80px;
    gap: 20px;
}

.view_area > .title strong {
    font-size: 16px;
    line-height: 30.4px;
}
.view_area > .title span {
    font-size: 13px;
}

.detail {
    padding: 10px;
    font-size: 12px;
}

.btn_list {
    width: 150px;
    height: 42px;
    margin: 30px auto 0;
    border-radius: 20px;
}

.btn_list:hover {
    background: #ffffff;
}

.btn_list a:hover {
    color: #000000;
}

.btn_list a {
    width: 150px;
    height:42px;
}

.btn_list span {
    font-size: 14px;
}*/
}

/*
---------------------------------------------
menu trigger
---------------------------------------------
*/

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span.change,
.header-area .main-nav .menu-trigger span.change:before,
.header-area .main-nav .menu-trigger span.change:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    background-color: #ffffff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    background-color: #ffffff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span.change:before,
.header-area .main-nav .menu-trigger.active span.change:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #ffffff;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #ffffff;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #ffffff;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .header-area .main-nav .menu-trigger span,
    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after {
        width: 25px;
    }

    .header-area .main-nav .menu-trigger span.change,
    .header-area .main-nav .menu-trigger span.change:before,
    .header-area .main-nav .menu-trigger span.change:after {
        width: 25px;
    }

    .header-area .main-nav .menu-trigger {
        width: 25px;
        height: 25px;
        right: 20px;
    }

    .header-area .main-nav .menu-trigger span {
        top: 12px;
    }

    .header-area .main-nav .menu-trigger span:before {
        top: -8px;
    }

    .header-area .main-nav .menu-trigger.active span:before {
        top: -10px;
    }

    .header-area .main-nav .menu-trigger span:after {
        top: 8px;
    }

    .header-area .main-nav .menu-trigger.active span,
    .header-area .main-nav .menu-trigger.active span:before,
    .header-area .main-nav .menu-trigger.active span:after {
        width: 100%;
    }
}

/*
---------------------------------------------
banner
---------------------------------------------
*/

#bg {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
    vertical-align: middle;
}

.main-banner .content {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    height:auto;
    overflow:auto;
}

#contact {
    background-image: url(/ppdoor3/images/contact/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#cafe {
    background-image: url(/ppdoor3/images/cafe/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#itemstore {
    background: url(/ppdoor3/images/itemstore/bg.png);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    z-index: 0;
    background-position-x: center;
}

#itemstore #bg {
    position: absolute;
    /*opacity: 0.5;*/
}

#info {
    background-image: url(/ppdoor3/images/info/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}

#news .content {
    background-image: url(/ppdoor3/images/news/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 240px 0;
}

.main-banner .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-banner .caption h6 {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h2 em {
    font-style: normal;
    color: #f5a425;
    font-weight: 900;
}

.main-banner .caption p {
    color: #fff;
    font-size: 14px;
    max-width: 570px;
}

.main-banner .caption .main-button-red {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .main-banner .caption h6 {
        font-weight: 500;
    }

    .main-banner .caption h2 {
        font-size: 36px;
    }
}

/*---------------------------------------
  Footer
-----------------------------------------*/

.site-footer {
    background-color: rgb(27, 27, 27);
    width: 100%;
    opacity: 1;
    height: 388px;
}

.site-footer .logo {
    padding-top: 50px;
}

.site-footer .logo svg {
    margin: 0 auto;
    display: block;
}

.footer-menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-menu {
    display: flex;
    height: 24px;
    gap: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--font-weight-bold);
    margin: 30px auto 0;
    justify-content: center;
}

.dot {
    flex: none;
    height: var(--framer-aspect-ratio-supported, 6px);
    position: relative;
    width: 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    opacity: 0.7;
    display: inline-block;
    aspect-ratio: 1 / 1;
}

.dot2 {
    flex: none;
    height: var(--framer-aspect-ratio-supported, 6px);
    position: relative;
    width: 4px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    opacity: 0.5;
    display: inline-block;
    aspect-ratio: 1 / 1;
}

.footer-menu a {
    color: #ffffff;
    opacity: 0.7;
}

.site-footer p {
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    color: #ffffff;
    opacity: 0.3;
}

.c-logo {
    display: block;
    margin: 20px auto;
}

.site-footer span {
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    opacity: 0.5;
    display: block;
}

.site-footer p.mobile {
    display: none;
}

@media (max-width: 390px) {
    .site-footer .logo svg {
        width: 100px;
    }

    .footer-menu {
        width: 261px;
        height: 18px;
        gap: 20px;
        font-size: 12px;
        margin: 20px auto 0;
    }

    .site-footer p {
        font-size: 12px;
        line-height: 18px;
    }

    .site-footer p.web {
        display: none;
    }

    .site-footer p.mobile {
        display: block;
    }

    .c-logo {
        width: 70px;
        margin: 20px auto;
    }

    .site-footer span {
        font-size: 12px;
    }
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}

/*---------------------------------------
  TYPOGRAPHY
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-weight-bold);
}

h1,
h2 {
    font-weight: var(--font-weight-black);
}

h1 {
    font-size: 50px;
    line-height: 65px;
    color: #ffffff;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

a,
button {
    touch-action: manipulation;
    transition: all 0.3s;
}

a {
    color: var(--p-color);
    text-decoration: none;
}

/* a:hover {
  color: var(--primary-color);
} */

.text-primary {
    color: var(--primary-color) !important;
}

::selection {
    background: var(--primary-color);
    color: var(--white-color);
}

.text-center {
    text-align: center;
}

.biz_link {
    color: #ffffff;
}

/**************************************************/
.flow_banner {overflow: hidden;display: flex;max-width: 100%;width:100%;margin: 30px auto;background: #000;}

.flow_banner .list {display: flex;}
.flow_banner .list > li {width:300;height:100px; padding-right:0.625rem;}


@keyframes flowRolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* 반응형 스타일 */
@media (max-width: 1280px) {
    .flow_banner .list > li {font-size: 16px;padding: 10px;}
}

@media (max-width: 767px) {
    .flow_banner .list > li {font-size: 14px;padding: 5px;}
}
