@charset "utf-8";

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/NotoSansKR-ExtraLight.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 200;
    src: url(fonts/NotoSansKR-Light.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/NotoSansKR-DemiLight.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/NotoSansKR-Bold.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/NotoSansKR-Bold-Hestia.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/NotoSansKR-Black-Hestia.woff) format('woff');
}

@font-face {
    font-family: "NanumSquare";
    font-weight: 300;
    src: url(fonts/NanumSquareL.woff) format('woff');
    font-style: normal;
}

@font-face {
    font-family: "NanumSquare";
    font-weight: 400;
    src: url(fonts/NanumSquareR.woff) format('woff');
    font-style: normal;
}

@font-face {
    font-family: "NanumSquareBold";
    font-weight: 500;
    src: url(fonts/NanumSquareB.woff) format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/Montserrat-Thin.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url(fonts/Montserrat-ExtraLight.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Montserrat-Light.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/Montserrat-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/Montserrat-SemiBold.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Montserrat-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/Montserrat-ExtraBold.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/Montserrat-Black.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(fonts/Montserrat-) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(fonts/Montserrat-) format('woff');
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-family: 'Montserrat', 'NanumSquare', sans-serif;
}

html,
body {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    overflow: auto;
}

body {
    width: 580px;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul,
ul li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

*:focus {
    outline: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333;
}

.p40 {
    padding: 0 40px;
    box-sizing: border-box;
}

header {
    left: 50%;
    margin-left: -290px;
    top: 0px;
    z-index: 10;
    position: fixed;
    width: 580px;
    overflow: hidden;
    box-sizing: border-box;
    height: 80px;
    transition: background .3s ease, height .3s ease;
    z-index: 1001;
    background: #fff;

}

rect {
    position: relative;
    z-index: -1;
}

header.active {
    height: 100%;
    transition: height .3s ease;
    background: #000;
    padding-bottom: 50px;
    overflow: auto;
}

header.active > .wrapper {
    height: 100%;
    background: #000;
    transition: background .3s ease, height .3s ease;
}

header.active nav {
    -webkit-overflow-scrolling: touch;
    height: auto;
    padding: 0;
    top: 0;
}

/* header.active nav::-webkit-scrollbar {
    display: none;
	-ms-overflow-style: none;
} */
header:after {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    left: 70px;
    height: 0px;
    width: 1px;
    top: 80px;
    background: #808080;
    transition: width 1s ease .2s;
    display: none;
}

header.active:after {
    height: 100%;
}

header .map {
    margin-top: 65px;
    margin-bottom: 150px;
}

.logo_box:after {
    display: block;
    content: '';
    clear: both;
}

.logo_box .quick {
    display: none;
    color: #fff;
    padding: 5px;
    border-bottom: 1px solid #10c4a4;
    font-size: 22px;
    text-transform: uppercase;
    z-index: 0;
    /* 0914 */
    /* float: right;
    margin: 23px 70px 0 0; */
    margin: 5px 0 0 96px;
    /*    background: pink;*/
    padding: 13px 20px;
    box-sizing: border-box;
    z-index: 1;
}

.logo_box .quick.active {
    /* 0914 */
    /* display: block; */
    display: inline-block;
}

.wrapper {
    box-sizing: border-box;
    padding: 0px 40px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 0px;
    box-sizing: border-box;
    height: 100%;
    background: transparent;
}

header .logo_box {
    padding-bottom: 25px;
}

header .logo {
    top: 20px;
    position: absolute;
    z-index: 2;
    /* 0914 */
    position: relative;
    margin-top: 20px;
}

header .logo {
    /* 0914 */
    /*  width: 250px; */
}

header .logo svg {
    width: 100%;
    /* 0914 */
    width: 250px;
}

header .logo svg .st0 {
    fill: #25B395;
}

header .logo svg .st1 {
    fill: #805DA6;
}

header .logo svg .st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #25B395;
}

header .logo svg .st3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #805DA6;
}

header nav {
    text-align: left;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    /*  padding: 53px 0; */
    vertical-align: top;
    /* addStyle */
    top: 26px;
}

header nav,
header nav > ul,
header nav > ul > li {
    position: relative;
    display: block;
}

header nav > ul > li {
    padding: 0px;
}

header nav > ul > li > a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

header nav ul.quick {
    position: absolute;
    right: 50px;
    top: 35px;
    display: none;
}

.quick.active {
    display: block
}

header nav > ul.gnb > li {
    line-height: 24px;
    padding: 25px 0px;
}

header nav > ul > li:first-child {
    margin-top: 30px;
}

header nav ul.quick li a {
    font-size: 14px;
}

header nav ul.quick li.shop {
    line-height: 24px;
}

header nav ul.quick li.shop a {
    font-size: 12px;
    padding: 5px 20px 3px 20px;
    color: #fff;
    font-weight: 500;
    background: #10c4a4;
    background: linear-gradient(-35deg, #5c32cf 20%, #10c4a4 80%);
}

/* header nav>ul.quick>li {
  padding: 0px 30px;
  padding-top: 28px;
} */
header nav ul.quick li.shop {
    padding: 3px;
    border: 1px solid #10c4a4;
    display: none;
}

header nav ul.quick li.global a {
    border-bottom: 1px solid #10c4a4;
}

header nav ul.gnb > li.hidden {
    display: none;
}

header nav ul.gnb li > ul > li {
    margin: 0px;
    padding: 0px;
}

header nav ul.gnb li > ul > li > a {
    font-weight: 300;
    letter-spacing: 0.03em;
    color: #333;
    word-break: keep-all;
    font-size: 14px;
    display: block;
    /* line-height: 20px; */
    padding: 5px 0px;
}

header nav ul li a {
    transition: color .3s ease;
}

header nav ul.gnb {
    position: relative;
    z-index: 2;
}

header nav ul.gnb > li > ul {
    vertical-align: top;
    /* display: none; */
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
    display: none;
}

header nav ul.gnb > li > a {
    position: relative;
    font-size: 32px;
    color: #fff;
}

/* header nav ul.gnb>li>a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  right: 0px;
  height: 5px;
  width: 0%;
  background: #10c4a4;
  background: linear-gradient(-35deg, #10c4a4 40%, #5c32cf 70%);
  transition: all .3s ease;
  transform-origin: right top;
} */
/*  header nav ul.gnb>li:hover>a::after {
  width: 100%;
}  */
header nav ul.gnb > li > ul li > a {
    padding: 15px 40px;
    display: block;
    font-size: 20px;
    color: #868686;
}

header nav ul.gnb > li > ul > li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

header nav ul.gnb > li > ul > li:last-child {
    padding-bottom: 30px;
}

header nav ul.gnb > li > ul > li.active {
    border-left: 1px solid #805DA6;
}

header nav ul.gnb > li > ul > li > a {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
}

header nav ul.gnb > li > ul > li > ul > li {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding-left: 20px;
}

header nav ul.gnb > li > ul > li > a {
    text-align: left;
}

header nav ul.gnb li > ul > li > ul {
    text-align: left;
    display: block;
}

header nav ul.gnb li > ul > li > ul.active {
    display: block;
}

header nav ul li.active a {
    color: #10c4a4;
}

header nav ul.gnb > li.active > ul > li.active > a,
header nav ul.gnb > li.active > ul > li.active > ul > li.active > a {
    color: #805DA6;
}

.hamburger_menu svg {
    width: 90px;
    height: 66px;
    top: -3px;
    right: -22px;
    stroke: var(--color);
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.hamburger_menu {
    display: block;
    --color: pink;
    width: 50px;
    height: 60px;
    padding: 0;
    margin: 0;
    outline: none;
    right: 40px;
    top: 14px;
    position: absolute;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearence: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 100;
    cursor: pointer;
}

.hamburger_menu svg path {
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    transform: translateZ(0);
}

.hamburger_menu svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
}

.hamburger_menu svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
}

.hamburger_menu.active svg path {
    --offset: 57px;
}

.hamburger_menu.active svg path:nth-child(1),
.hamburger_menu.active svg path:nth-child(3) {
    --delay: .15s;
    --easing: cubic-bezier(.2, .4, .2, 1.1);
}

.hamburger_menu.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
}

.hamburger_menu.active svg path:nth-child(3) {
    --offset: 58px;
}

span.basic_btn {
    display: block;
    position: absolute;
    margin-top: -2px;
    right: 0;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .25);
    z-index: 99;
}

header nav ul.gnb li.active > span.basic_btn.active {
    background: #10c4a4;
}

span.basic_btn::before,
span.basic_btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: all .5s ease;
    background-color: #fff;
    width: 10px;
    height: 2px;
}

span.basic_btn::after {}

span.basic_btn::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

span.basic_btn.active::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

div.map a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #10c4a4;
    padding-bottom: 8px;
}

footer {
    position: relative;
}

footer .wrapper {
    width: 100%;
    box-sizing: border-box;
    max-width: 1600px;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .wrapper::after {
    content: "";
    display: block;
    clear: both;
}

footer ul li {
    list-style: none;
    display: inline-block;
}

footer .ft_top {
    background-image: url('../images/common/ft_bg.png');
    font-weight: bold;
    padding: 35px 25px;
}

footer .ft_top ul li {
    margin-right: 9%;
    margin-bottom:3%;
}

footer .ft_top ul li:last-child {
    margin-right: 0;
}

footer .ft_top a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

footer .ft_top .address {
    margin-bottom: 15px;
}

footer .ft_top .nember {
    margin-bottom: 25px;
}

footer .ft_top .address span,
footer .ft_top .nember span {
    color: #cecece;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

footer .ft_top .nember span:first-child {
    position: relative;
    margin-right: 35px;
}

footer .ft_top .nember span:first-child:after {
    position: absolute;
    display: inline-block;
    content: '';
    clear: both;
    width: 1px;
    height: 19px;
    background: #5c47d4;
    right: -21px;
}
/*
footer .ft_top li:nth-child(2) {
    position: relative;
}

footer .ft_top li:nth-child(2):after {
    position: absolute;
    clear: both;
    display: inline-block;
    content: '';
    background-image: url('../images/common/ft_icon.png');
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -5px;
    right: -31px;
}

footer .ft_top li:nth-child(2):before {
    position: absolute;
    clear: both;
    display: inline-block;
    content: '';
    background-image: url('../images/common/ft_icon.png');
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -5px;
    left: -30px;
}
*/

footer .ft_top li {
    position: relative;
}

footer .ft_top li:after {
    position: absolute;
    clear: both;
    display: inline-block;
    content: '';
    background-image: url('../images/common/ft_icon.png');
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -5px;
    right: -31px;
}


footer .ft_top li:last-child:after {
    display:none;
}

footer .ft_top .footer_logo {position: static !important; width:100% !important; height: 40px !important; margin:0 0 5px !important;}

footer .ft_top .go_top {
    background-image: url('../images/common/ft_go_to_top.png');
    width: 86px;
    height: 86px;
    background-size: auto;
    margin: 0 auto;
}

footer .ft_bottom {
    background: #161616;
    padding: 24.5px 25px;
}

footer ul {
    position: relative;
    margin-bottom: 25px;
}

footer ul.util li a {
    font-size: 14px;
    color: #222;
}

footer ul.util li {
    position: relative;
    padding: 0px 20px;
    line-height: 12px;
}

footer ul.util li::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.2);
}

footer ul.util li:first-child {
    padding-left: 0px;
}

footer ul.util li:last-child::after {
    display: none;
}

footer ul.util li:last-child {
    position: absolute;
    right: 0;
    top: -15px;
}

footer span.link_site ul li {
    position: relative !important;
    right: unset !important;
    top: unset !important;
}

footer .info {
    float: left;
    padding-top: 30px;
}

footer .info > div {
    font-weight: 300;
    font-size: 14px;
}

footer .info > div > span {
    font-weight: 600;
    font-size: 14px;
}

footer .info .address {
    padding-bottom: 15px;
}

footer .info .tel,
footer .info .fax {
    display: inline-block;
    position: relative;
    padding-right: 23px;
}

footer .info .fax {
    padding-left: 20px;
}

footer .info .tel::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.2);
}

footer .info2 {
    float: right;
    padding-top: 65px;
}

footer .info2 .social {
    padding-top: 15px;
    height: 30px;
    text-align: right;
    padding-bottom: 15px;
}

footer .info2 .social li {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

footer .info2 .social li a {
    width: 18px;
    padding: 7px;
    display: block;
    font-size: 0px;
}

footer .info2 .social li a * {
    width: 100%;
}

footer .info2 .social li a svg {
    fill: #000;
    transition: fill .3s ease;
}

footer .info2 .social li a:hover svg {
    fill: #e77f04;
}

footer .info2 .copyright {
    font-weight: 300;
    font-size: 14px;
}

footer span.link_site {
    cursor: pointer;
    zoom: 1;
    display: inline;
    width: 185px;
    height: 32px;
    border-color: rgba(255, 255, 255, 0.4);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    text-align: left;
    width: 250px;
    line-height: 44px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 3px;
    color: #222;
    font-family: "Montserrat";
}

footer span.link_site i {
    display: inline-block;
    zoom: 1;
    border-color: rgba(255, 255, 255, 0.4);
    padding: 0px 18px;
    margin-right: 40px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: 2px;
    padding-right: 45px;
}

footer span.link_site p {
    display: block;
    position: absolute;
    right: 18px;
    top: 18px;
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    filter: invert(100%);
}

footer span.link_site ul {
    background: #000;
    position: absolute;
    bottom: 50px;
    width: 250px;
    height: auto;
    z-index: 30;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

footer span.link_site ul li {
    line-height: 32px;
    height: 32px;
    background: #000;
    border-bottom: 1px solid #ddd;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    width: 100%;
    padding-left: 0;
}

footer span.link_site ul li a {
    display: block;
    height: 32px;
    width: 100%;
    color: #fff;
    line-height: 32px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 20px;
    font-family: 'Futura Light', "source-han-sans-korean";
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

footer span.link_site ul li:hover {
    background-color: #c0672f;
}

footer span.link_site ul li:hover a {
    color: #fff;
}

footer .ft_loao{display:inline-block; height:100%;}
footer .copy{color: #fff; font-weight: 200; font-size: 12px; display: inline-block; width: auto; margin-top: 10px;}

.fotter_banner {
    position: relative;
}

.fotter_banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.fotter_banner a img {
    display: block;
    width: 100%;
    height: 100%;
}
.fotter_banner p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.select_footer_box {
    display: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



/* 여기부터 opacity랑 dir evnet 하단 스크립트 이용시 필수 */
.opacity {
    opacity: 0;
    transition: all 1.5s ease;
}

.opacity_faster {
    opacity: 0;
    transition: all 1s cubic-bezier(0, 0, 0, 0.99);
}

.opacity_v2 {
    opacity: 1;
    transition: all 1s ease;
}

.opacity.sc-event {
    opacity: 1;
}

.opacity_faster.sc-event {
    opacity: 1;
}

.opacity_v2.sc-event {
    opacity: 0;
}

.dir_top {
    opacity: 0;
    position: relative;
    top: 50px !important;
}

.dir_bottom {
    position: relative;
    top: -50px !important;
}

.dir_left {
    position: relative;
    left: 50px !important;
}

.dir_right {
    position: relative;
    left: -50px !important;
}

.dir_bottom.sc-event,
.dir_top.sc-event,
.dir_left.sc-event,
.dir_right.sc-event {
    opacity: 1;
    top: 0px !important;
    left: 0px !important;
    transition: all 1s ease;
}

/*vision 효과 추가*/
.dir_left2 {
    position: relative;
    left: -50px !important;
}

.dir_left2.sc-event {
    left: 0 !important;
}

.dir_left3 {
    position: relative;
    left: -50px !important;
}

.dir_left3.sc-event {
    left: 0 !important;
}


.dir_right2 {
    position: relative;
    right: -50px !important;
}

.dir_right2.sc-event {
    right: 0 !important;
}

.dir_top2 {
    position: relative;
    top: 50px !important;
}

.dir_top2.sc-event {
    top: 0 !important;
    left: 55px !important;
}

.dir_bottom2 {
    position: relative;
    top: -50px !important;
}

.dir_bottom2.sc-event {
    top: 0px !important;
    left: 0px !important;
    transition: all 1s ease;
}


/*vision 효과 추가*/
.delay01 {
    transition-delay: .1s !important;
}

.delay02 {
    transition-delay: .2s !important;
}

.delay03 {
    transition-delay: .3s !important;
}

.delay04 {
    transition-delay: .4s !important;
}

.delay05 {
    transition-delay: .5s !important;
}

.delay06 {
    transition-delay: .5s !important;
}

.delay07 {
    transition-delay: .7s !important;
}

.delay08 {
    transition-delay: .8s !important;
}

.delay09 {
    transition-delay: .9s !important;
}

.delay1 {
    transition-delay: 1s !important;
}

.delay11 {
    transition-delay: 1.1s !important;
}

.delay12 {
    transition-delay: 1.2s !important;
}

.delay13 {
    transition-delay: 1.3s !important;
}

.delay14 {
    transition-delay: 1.4s !important;
}

.delay15 {
    transition-delay: 1.5s !important;
}

.delay16 {
    transition-delay: 1.6s !important;
}

.delay20 {
    transition-delay: 2s !important;
}

.delay30 {
    transition-delay: 2.2s !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 20px!important;
    margin-left: -100px!important;
}
.delay31 {
    transition-delay: 2.4s !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 20px!important;
    margin-left: 85px!important;
}

.video {
    position: relative;
}


.slick-slide img {
    display: block;
}






/*개인정보처리방침팝업창*/
.pop {
    position: fixed;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(-35deg, #5c32cf 40%, #10c4a4 70%);
    border-image-slice: 1;
    box-sizing: border-box;
    z-index: 1002;
    padding: 40px 30px;
    font-weight: 300;
    line-height: 1.5;
    word-break: break-word;
    display: none;
}

.pop h2 {
    text-align: center;
    font-size: 25px;
    padding: 0 0 23px;
}

.pop .scroll {
    overflow: auto;
    height: 325px;
    padding-right: 20px;
    box-sizing: border-box;
    word-break: normal;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
}

.pop.privacy {
    width: 80%;
    height: 80%;
}

.pop.privacy .scroll {
    height: calc(100% - 60px);
}

.pop_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1001;
    display: none;
}

.pop .close {
    position: fixed;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 70px;
    height: 70px;
}

.pop .close:after,
.pop .close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: all .5s ease;
    background-color: #000;
    width: 34px;
    height: 1px;
}

.pop .close:after,
.pop .close:before {
    bottom: 0;
    right: 0;
    width: 27px;
}

.pop .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.pop .close:after {
    transform: translate(-50%, -50%) rotate(133deg);
}


.ui-loader{
    display: none;
}


.likefrombox {
    z-index: 50;
    object-fit: cover;
    object-position: top;
    height: 0px;
    width: 375px;
    
    top: 388px !important;
    
    transition: all 2s cubic-bezier(0, 0, 0, 0.99);;
}

.likefrombox.sc-event {

    z-index: 50;
    object-fit: cover;
    object-position: top;
    height: 375px;
    width: 375px;
    top: 13px !important;

}

.balloon {
    z-index: 50;
    object-fit: cover;
    object-position: top;
    height: 0px;
    width: 375px;
    
    top: 427px !important;
    
    transition: all 2s cubic-bezier(0, 0, 0, 0.99);;
}

.balloon.sc-event {

    z-index: 50;
    object-fit: cover;
    object-position: top;
    height: 375px;
    width: 375px;
    top: 52px !important;

}