@charset "utf-8";
@import url(./animate.css);

/* reset ******************************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
    display: block
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
ul,
ol,
li,
dl,
dt,
dd,
div,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
label,
iframe,
pre,
code,
blockquote,
video,
audio,
object,
img,
canvas,
address,
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section,
object {
    margin: 0;
    padding: 0
}

body {
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, roboto;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    -webkit-text-size-adjust: none;
    color: #0a1e37;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: inherit
}

hr,
legend {
    display: none
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none
}

table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0
}

tr,
th,
td {
    border: none;
    -webkit-box-orient: vertical
}

caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

input[type=text],
input[type=password],
input[type=button],
input[type=number],
input[type=tel],
input[type=email],
textarea,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    outline: none
}

input[type=checkbox],
input[type=radio] {
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    border: none
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle
}

button {
    overflow: visible;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    outline: none
}

button::-moz-focus-inner {
    padding: 0;
    border: none
}

button,
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

em {
    font-style: normal
}

img {
    vertical-align: top
}

.blind {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mximg {
    width: 100%;
    max-width: 100%;
    height: auto
}

.h100 {
    height: 100%
}

.inner {
    margin-left: 25px;
    margin-right: 25px;
}

.before_n:before,
.after_n:after {
    content: none !important;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

li {
    list-style: none;
}

a,
button {
    cursor: pointer;
}

*:focus {
    outline: none;
}


/* ------------------------ */

.body_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.body_wrap.is-lock {
    position: fixed;
    z-index: 2006;
}

.body_wrap.is-lock+#chatbot {
    display: none;
}

header {
    top: 0px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.main_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.main_slide img,
.main_slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main_slide.is-full-width img,
.main_slide.is-full-width video {
    width: 100%;
    height: auto;
}

.sequence_container {
    position: relative;
    width: 100%;
    height: 100%;
}

.main_slide .main_slide--item--ms .ms--visual_main {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main_slide .main_slide--item--ms {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: auto;
}

.main_slide .main_slide--item--ms.is-active {
    z-index: 100;
    background-color: #ebeaea;
}

.controller {
    position: absolute;
    top: 85%;
    left: 65px;
    width: auto;
    height: 68%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

.controller.is-hide button {
    color: transparent;
    font-size: 0;
}

.controller ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.controller li {
    width: auto;
    height: 24%;
}

.controller li.is-active2 {
    height: 35%;
}

.controller li.is-active2:after {
    border: none;
}

.slider_text {
    position: absolute;
    top: 50%;
    left: 45px;
    height: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

.slider_text span {
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
}

.slider_text--title {
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, roboto;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    overflow: hidden;
}

.slider_text ul {
    position: relative;
    height: 100%;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: -webkit-transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.is-active .slider_text--title span {
    opacity: 1;
}

.slider_text .slider_text--button {
    white-space: nowrap;
    margin-left: -20px;
}

.slider_text .bar {
    display: inline-block;
    width: 1px;
    height: 8px;
    background: #0a1e37;
    opacity: .1;
    -webkit-transform: translateY(-320%);
    transform: translateY(-320%);
    vertical-align: bottom;
}

.slider_text--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.slider_text--button a {
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 17px !important;
    padding-right: 10px;
    -webkit-transition: border 500ms ease;
    transition: border 500ms ease;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 2px;
    pointer-events: none;
}

.slider_text--button a {
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}


/*.slider_text--button a { margin: 15px 20px 0 20px; }*/

.slider_text ul li:nth-of-type(1) .slider_text--button a {
    background: #db4734;
    padding: 8px 25px 4px 13px !important;
    border-radius: 15px;
    color: #fff;
    box-shadow: rgb(0 0 0 / 30%) 1px 1px 2px;
    margin: 5px 20px 0 20px;
}

.slider_text ul li:nth-of-type(2) .slider_text--button a {
    background: #db4734;
    padding: 8px 25px 4px 13px !important;
    border-radius: 15px;
    color: #fff;
    box-shadow: rgb(0 0 0 / 30%) 1px 1px 2px;
    margin: 5px 20px 0 20px;
}

.slider_text ul li:nth-of-type(3) .slider_text--button a {
    background: #db4734;
    padding: 8px 25px 4px 13px !important;
    border-radius: 15px;
    color: #fff;
    box-shadow: rgb(0 0 0 / 30%) 1px 1px 2px;
    margin: 5px 20px 0 20px;
}

.slider_text ul li.is-active-down .slider_text--button a,
.slider_text ul li.is-active-up .slider_text--button a {
    pointer-events: fill;
}

.slider_text ul li:nth-of-type(1) h2 {
    padding-bottom: 0 !important;
}

.slider_text--button a span {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 2px;
    padding: 2px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    vertical-align: middle;
    opacity: 1;
}

.slider_text--button a span {
    animation: toggleArrow 1.5s ease-out infinite;
    -webkit-animation: toggleArrow 1.5s ease-out infinite;
}

.slider_text--button a span::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 2px;
    height: 80%;
    background: #db4734;
}

.slider_text ul.st-fast-transition {
    -webkit-transition: -webkit-transform 300ms linear;
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear;
}

@-webkit-keyframes toggleArrow {
    0% {
        -webkit-transform: translate3d(-12px, 0, 0) translateY(-50%) rotate(-45deg);
        transform: translate3d(-12px, 0, 0) translateY(-50%) rotate(-45deg);
    }
    50% {
        -webkit-transform: translate3d(-7px, 0, 0) translateY(-50%) rotate(-45deg);
        transform: translate3d(-7px, 0, 0) translateY(-50%) rotate(-45deg);
    }
    100% {
        -webkit-transform: translate3d(-12px, 0, 0) translateY(-50%) rotate(-45deg);
        transform: translate3d(-12px, 0, 0) translateY(-50%) rotate(-45deg);
    }
}

@-webkit-keyframes maskingDown2 {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes maskingDown2 {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.controller li.st-non-transition {
    -webkit-transition: height 0s !important;
    transition: height 0s !important;
}

.controller .controller_bar {
    position: absolute;
    display: inline-block;
    top: -2%;
    left: 0;
    width: 1px;
    height: 38%;
    background-image: linear-gradient(rgba(0, 0, 0, 1) 100%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 3px 7px;
    background-repeat: repeat-y;
    -webkit-transform: translateX(6.2px);
    transform: translateX(6.2px);
}

.main_slide--item--ms .ms--visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_slide--item--ms:nth-of-type(1) .ms--visual {
    background-image: url("../img/m_main_visual_1.png");
}

.main_slide--item--ms:nth-of-type(2) .ms--visual {
    background-image: url("../img/m_main_visual_2.png");
}

.main_slide--item--ms:nth-of-type(3) .ms--visual {
    background-image: url("../img/m_main_visual_3.png");
}

.main_slide--item--ms:nth-of-type(4) .ms--visual {
    background-image: url("../img/m_main_visual_4.png");
}

.main_slide--item--ms.is-active {
    opacity: 1;
}

.main_slide--item--ms .ms--visual .ms--visual_image {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -1;
}

.scroll_wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 3000;
    pointer-events: all;
}

.is-dimd.md-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 16vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 104;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.st-transparent+.is-dimd.md-white {
    opacity: 1;
}


/* login 추가 2022-05-03 */

.login_section {
    position: absolute;
    top: 50%;
    left: 65px;
    z-index: 999;
    width: 70%
}

.login_section .login_select {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.login_section .login_select li {
    cursor: pointer;
    border: 1px solid #0a1e37;
    width: 49%;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    box-sizing: border-box;
    text-transform: uppercase
}

.login_section .login_select li.selected {
    border: none;
    color: #fff;
    background-color: #0a1e37;
}

.login_box .login_id,
.login_box .login_pw {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #0a1e37;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.btn_login {
    width: 100%;
    height: 42px;
    box-shadow: 2px 2px 2px #aaa;
    ;
    text-align: center;
    border-radius: 21px;
    background: #FD3614;
    color: #fff;
    margin-top: 5px;
    transition: all 70ms ease-in-out;
}

.login_box .btn_login:hover,
.login_box .btn_login:checked,
.login_box .btn_login:focus {
    transform: translate(2px, 2px);
    box-shadow: none;
    background-color: #db4734;
}

footer {
    position: relative;
    padding: 50px 25px;
    padding-top: 50px;
    border: none;
    color: #0a1e37;
    font-style: normal;
    padding: 160px 0 120px;
    color: #0a1e37;
}

footer a,
footer button {
    color: #0a1e37;
}

footer .footer_logo {
    display: block;
    margin-bottom: 31px
}

footer .footer_logo a {
    display: block;
    width: 8.7rem;
    height: 2.45rem;
    margin-left: 1px;
    background-size: contain;
    background-repeat: no-repeat;
}

footer .footer_logo a+a {
    display: none;
}

footer .ft_company {
    overflow: hidden
}

footer .ft_company .ft_mn {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #3a5554;
}

footer .ft_company ul {
    overflow: hidden
}

footer .ft_company ul li {
    overflow: hidden;
    margin-bottom: 25px;
    vertical-align: top
}

footer .ft_company ul li:last-child {
    margin-bottom: 0
}

footer .ft_company ul li a {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.250rem
}

footer .ft_company .ft_info {
    overflow: hidden;
    margin-top: 44px
}

footer .ft_company .ft_info dl {
    overflow: hidden;
    color: #0a1e37;
    font-size: 11px;
    font-family: inherit;
    font-weight: inherit;
}

footer .ft_company .ft_info dl dt {
    overflow: hidden;
    float: left;
    margin-right: 4px;
    margin-bottom: 11px;
    vertical-align: top;
    font-weight: 500;
}

footer .ft_company .ft_info dl dd {
    overflow: hidden;
    margin: 0 1px 11px 0;
    vertical-align: top;
    font-weight: 200;
    font-size: inherit;
}

footer .ft_company .ft_info dl dd a {
    display: inline-block;
    color: #0a1e37;
    font-size: inherit;
}

footer .ft_company .copy {
    margin-top: 3px;
    margin-bottom: 0;
    color: #0a1e37;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, roboto;
    font-size: .65rem;
    font-weight: 200;
    line-height: 16px;
}

article {
    overflow: hidden;
    position: relative
}

.dimm {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ani_shake {
    animation: keyPosition1 1.2s linear infinite;
}

@keyframes bnrFooter {
    to {
        margin-top: 100px;
    }
}

@keyframes keyPosition1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.footer_container--information li {
    padding: 6px 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -.03px;
    line-height: 19px;
}

.footer_container--information.md li {
    font-weight: 400;
}

.footer_container .copyright {
    padding-top: 160px;
    font-weight: 400;
    grid-column: 2 span;
}

.md-columns {
    display: inline-block;
    border: none;
}

.md-columns .footer_container--information li {
    padding: 17px 0;
}

.md-columns .footer_container--information.md {
    padding-top: 15px;
}

.md-columns .footer_container--information.md li {
    padding: 0 0 30px;
    font-size: 12px;
}

.md-columns .footer_container--information.md li span {
    display: block;
    padding-top: 5px;
    color: rgba(0, 0, 0, 0.48);
}

.md-columns .footer_container .copyright {
    padding-top: 25px;
    font-size: 11px;
    font-weight: 500;
}

.ms--visual_focus_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vh;
    height: 100vh;
    margin: auto;
    z-index: 1200;
    pointer-events: none;
}

.ms--visual_focus {
    position: absolute;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: top 800ms cubic-bezier(0.55, 0.055, 0.675, 0.19), left 800ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 700ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 1.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 800ms cubic-bezier(0.55, 0.055, 0.675, 0.19), left 800ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 700ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 1.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 800ms cubic-bezier(0.55, 0.055, 0.675, 0.19), left 800ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 700ms cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 1.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 800ms cubic-bezier(0.55, 0.055, 0.675, 0.19), left 800ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 700ms cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 1.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 1.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.main_reviews_slide_wrap .main_reviews_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 77.22vw;
    padding-left: 25px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#slide_more_view {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.2, 0.84, 0.5, 1);
    transition: -webkit-transform 600ms cubic-bezier(0.2, 0.84, 0.5, 1);
    transition: transform 600ms cubic-bezier(0.2, 0.84, 0.5, 1);
    transition: transform 600ms cubic-bezier(0.2, 0.84, 0.5, 1), -webkit-transform 600ms cubic-bezier(0.2, 0.84, 0.5, 1);
}

#slide_more_view.is-non-transition {
    -webkit-transition: none;
    transition: none;
}

#slide_more_view.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.2, 0.84, 0.5, 1);
    transition: -webkit-transform 1000ms cubic-bezier(0.2, 0.84, 0.5, 1);
    transition: transform 1000ms cubic-bezier(0.2, 0.84, 0.5, 1);
    transition: transform 1000ms cubic-bezier(0.2, 0.84, 0.5, 1), -webkit-transform 1000ms cubic-bezier(0.2, 0.84, 0.5, 1);
}

#wrap {
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wrap.is-non-transition {
    -webkit-transition: none;
    transition: none;
}

.modal {
    position: fixed;
}

.main_slide .main_slide--item--ms.is-active .ms--visual {
    opacity: 1;
}

.wrap {
    position: relative;
    width: 600px;
    height: 400px;
    background: #aaa;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes translateY {
    0% {
        top: 0;
        -webkit-transform: translte3d(0, 0, 0);
        transform: translte3d(0, 0, 0);
    }
}

@keyframes translateY {
    0% {
        top: 0;
        -webkit-transform: translte3d(0, 0, 0);
        transform: translte3d(0, 0, 0);
    }
}

#slide_last {
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#slide_last.is-non-transition {
    -webkit-transition: none;
    transition: none;
}

.main_slide {
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main_slide .main_slide--item--ms {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.main_slide .main_slide--item--ms.is-active .md-second .ms--info_view_button a {
    -webkit-transition: -webkit-transform 500ms 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 500ms 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 500ms 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 500ms 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 500ms 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation: fadeIn 800ms 600ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: fadeIn 800ms 600ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.controller.st-transparent li button::before,
.controller.st-transparent li.is-active button::after {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: background 50ms ease 40ms;
    transition: background 50ms ease 40ms;
}

.controller li {
    pointer-events: none;
    -webkit-transition: height 620ms cubic-bezier(0.66, 0.31, 0.26, 0.96);
    transition: height 620ms cubic-bezier(0.66, 0.31, 0.26, 0.96);
}

.controller li button {
    -webkit-transition: color 600ms ease;
    transition: color 600ms ease;
    pointer-events: fill;
}


/*.controller li.is-active { height: 24%; }
.controller li:nth-of-type(3).is-active { height: 24%; }
.controller li:nth-of-type(1) { height: 40%; }*/

.controller li.is-active button::before {
    background: #db4734;
    border: none;
    width: 7px;
    height: 25px;
    left: -1px;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-transition: background-color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.controller li.is-active button span {
    position: absolute;
    top: 5px;
    left: -18px;
    width: 15px;
    height: 19px;
    background-image: url(../img/icon_select.png);
    -webkit-transition: background-image 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-image 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.controller li button {
    position: relative;
    padding-top: 3px;
    padding-left: 22px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.controller li button::before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -9999px;
    content: "";
    width: 1px;
    height: 1px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ebeaea;
    z-index: 1;
    -webkit-transition: background-color 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: background-color 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}


/*.controller li button::after { position: absolute; display: block; content: ""; top: 0; bottom: 0; left: 0; width: 14px; height: 14px; margin: auto; border-radius: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; border-style: solid; border-width: 1px; border-color: transparent; -webkit-transform-origin: center center; transform-origin: center center; -webkit-transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0ms ease; transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0ms ease; }
.controller li.is-active button::after { border-color: #0a1e37; -webkit-animation: circle_scale 1000ms ease both; animation: circle_scale 1000ms ease both; -webkit-transition: border-color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0ms ease 500ms; transition: border-color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0ms ease 500ms; }*/

.slider_text {
    -webkit-transition: top 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes circle_scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    30% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes circle_scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    30% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.is-dimd.md-white {
    -webkit-transition: 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#slide_more_view {
    -webkit-transition: all 1s cubic-bezier(0.2, 0.84, 0.5, 1);
    transition: all 1s cubic-bezier(0.2, 0.84, 0.5, 1);
}

#wrap {
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wrap.is-non-transition {
    -webkit-transition: none;
    transition: none;
}

.main_slide--item--ms .sequence_container .sequence_landing--image {
    opacity: 0;
    -webkit-transition: opacity 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: opacity 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.main_slide .main_slide--item--ms .ms--visual {
    opacity: 0;
    -webkit-transition: opacity 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: opacity 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.slider_text ul li {
    position: absolute;
    top: 0;
    width: auto;
    -webkit-transition: opacity 800ms ease 0ms;
    transition: opacity 800ms ease 0ms;
    z-index: 0;
}

.slider_text ul li:nth-of-type(1) h2 {
    padding-bottom: 13px;
}

.slider_text ul li:nth-of-type(1) .slider_text--button {
    margin-top: 0;
}

.slider_text ul li.is-active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity 0ms ease 0ms;
    transition: opacity 0ms ease 0ms;
}

.slider_text--button {
    opacity: 0;
    -webkit-transition: opacity 300ms ease 0ms;
    transition: opacity 300ms ease 0ms;
}

.slider_text ul li.is-active-down,
.slider_text ul li.is-active-up {
    opacity: 1;
    z-index: 2000;
}

.slider_text--title {
    opacity: 0;
}

.is-active-down .slider_text--title {
    opacity: 1;
    -webkit-animation: up 600ms ease 0ms both;
    animation: up 600ms ease 0ms both;
    -webkit-transition: opacity 500ms ease 0ms;
    transition: opacity 500ms ease 0ms;
}

.is-active-down .slider_text--button,
.is-active-up .slider_text--button {
    opacity: 1;
    -webkit-transition: opacity 650ms ease 500ms;
    transition: opacity 650ms ease 500ms;
}

.slider_text--tille span {
    opacity: 0;
    -webkit-transition: opacity 300ms ease 0ms;
    transition: opacity 300ms ease 0ms;
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes down {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.is-active-up .slider_text--title {
    opacity: 1;
    -webkit-animation: up 600ms ease 0ms both;
    animation: up 600ms ease 0ms both;
    -webkit-transition: opacity 500ms ease 0ms;
    transition: opacity 500ms ease 0ms;
}

@-webkit-keyframes up {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes up {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes up2 {
    0% {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes up2 {
    0% {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slider_text .slider_text--title>span {
    position: relative;
    opacity: 0;
}

.masking {
    position: relative;
}

.masking span {
    color: #db4734;
    font-weight: 900;
}

.masking.masking-txt {
    font-size: 17px;
    background-color: #0a1e37;
    color: #fff;
    padding: 4px 3px 0px;
    display: inline;
    text-shadow: none;
}

.masking img {
    max-width: 380px;
    min-width: 290px;
    /* min-height: 122px; */
    width: 100%;
}

.slider_text .slider_text--title .masking_wrap {
    opacity: 1;
    display: block;
}

.slider_text .slider_text--title .masking_wrap:nth-of-type(1) {
    margin-bottom: 0px;
}

.slider_text .is-active-down .slider_text--title .masking_wrap {
    position: relative;
}

.slider_text .is-active-down .slider_text--title .masking_wrap:nth-of-type(1) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 10ms;
    transition: opacity 800ms ease 10ms;
    -webkit-animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms both;
    animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms both;
}

.slider_text .is-active-down .slider_text--title .masking_wrap:nth-of-type(2) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 20ms;
    transition: opacity 800ms ease 20ms;
    -webkit-animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms both;
    animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms both;
}

.slider_text .is-active-down .slider_text--title .masking_wrap:nth-of-type(3) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 30ms;
    transition: opacity 800ms ease 30ms;
    -webkit-animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms both;
    animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms both;
}

.slider_text .is-active-down .slider_text--title .masking_wrap:nth-of-type(4) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 40ms;
    transition: opacity 800ms ease 40ms;
    -webkit-animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms both;
    animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms both;
}

.slider_text .is-active-down .slider_text--title .masking_wrap:nth-of-type(5) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 50ms;
    transition: opacity 800ms ease 50ms;
    -webkit-animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms both;
    animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms both;
}

.slider_text .is-active-down.st-non-delay .slider_text--title .masking_wrap:nth-of-type(1) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 410ms;
    transition: opacity 800ms ease 410ms;
    -webkit-animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms both;
    animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms both;
}

.slider_text .is-active-down.st-non-delay .slider_text--title .masking_wrap:nth-of-type(2) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 420ms;
    transition: opacity 800ms ease 420ms;
    -webkit-animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms both;
    animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms both;
}

.slider_text .is-active-down.st-non-delay .slider_text--title .masking_wrap:nth-of-type(3) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 430ms;
    transition: opacity 800ms ease 430ms;
    -webkit-animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms both;
    animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms both;
}

.slider_text .is-active-down.st-non-delay .slider_text--title .masking_wrap:nth-of-type(4) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 440ms;
    transition: opacity 800ms ease 440ms;
    -webkit-animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms both;
    animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms both;
}

.slider_text .is-active-down.st-non-delay .slider_text--title .masking_wrap:nth-of-type(5) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 450ms;
    transition: opacity 800ms ease 450ms;
    -webkit-animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms both;
    animation: maskingDown 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms both;
}

.slider_text .is-active-up .slider_text--title .masking_wrap {
    position: relative;
}

.slider_text .is-active-up .slider_text--title .masking_wrap:nth-of-type(1) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 10ms;
    transition: opacity 800ms ease 10ms;
    -webkit-animation: maskingUp 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms both;
    animation: maskingUp 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms both;
}

.slider_text .is-active-up .slider_text--title .masking_wrap:nth-of-type(2) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 20ms;
    transition: opacity 800ms ease 20ms;
    -webkit-animation: maskingUp 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms both;
    animation: maskingUp 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms both;
}

.slider_text .is-active-up .slider_text--title .masking_wrap:nth-of-type(3) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 30ms;
    transition: opacity 800ms ease 30ms;
    -webkit-animation: maskingUp 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms both;
    animation: maskingUp 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms both;
}

.slider_text .is-active-up .slider_text--title .masking_wrap:nth-of-type(4) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 40ms;
    transition: opacity 800ms ease 40ms;
    -webkit-animation: maskingUp 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms both;
    animation: maskingUp 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms both;
}

.slider_text .is-active-up .slider_text--title .masking_wrap:nth-of-type(5) span {
    opacity: 1;
    -webkit-transition: opacity 800ms ease 50ms;
    transition: opacity 800ms ease 50ms;
    -webkit-animation: maskingUp 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms both;
    animation: maskingUp 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms both;
}

@-webkit-keyframes maskingDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes maskingDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes maskingUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes maskingUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.focus_wrap {
    position: relative;
}

.follow_obj {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
}

@-webkit-keyframes FocusOut {
    to {
        opacity: 0;
    }
}

@keyframes FocusOut {
    to {
        opacity: 0;
    }
}

.is-dimd.md-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d9edf5;
    z-index: 8;
    pointer-events: none;
    opacity: 0;
}

.is-dimd.md-blue.st-visible {
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.controller {
    opacity: 1;
    -webkit-transition: opacity 700ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
    transition: opacity 700ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
}

.controller li::before {
    position: absolute;
    left: 15px;
    width: calc(100% - 0px);
    height: 28px;
    background: #fff;
    opacity: 0.8;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    content: '';
}

.st-lock .controller {
    opacity: 0;
}

#circle2 {
    -webkit-transition: opacity 0s, -webkit-transform 1000ms ease;
    transition: opacity 0s, -webkit-transform 1000ms ease;
    transition: opacity 0s, transform 1000ms ease;
    transition: opacity 0s, transform 1000ms ease, -webkit-transform 1000ms ease;
}

footer .footer_container .footer_container--link {
    padding-bottom: 12px;
    border-bottom: 2px solid #0a1e37;
}

footer .footer_container .footer_container--link li {
    position: relative;
    display: inline-block;
}

footer .footer_container .footer_container--link li:nth-of-type(1) {
    padding-right: 27px;
}

footer .footer_container .footer_container--link li:nth-of-type(2) {
    padding-right: 27px;
}

footer .footer_container .footer_container--link li a {
    color: #0a1e37;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

footer .footer_container .footer_container--link li:nth-of-type(1)::after {
    position: absolute;
    display: block;
    content: "";
    top: 3px;
    bottom: 0;
    right: 11px;
    width: 1px;
    height: 10px;
    margin: auto;
    background: #0a1e37;
    opacity: .1;
}

footer .footer_container .footer_container--link li:nth-of-type(2)::after {
    position: absolute;
    display: block;
    content: "";
    top: 3px;
    bottom: 0;
    right: 11px;
    width: 1px;
    height: 10px;
    margin: auto;
    background: #0a1e37;
    opacity: .1;
}

footer .footer_container .footer_container--information {
    padding: 25px 0 20px;
}

footer .footer_container .footer_container--information li {
    position: relative;
    padding: 4px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #0a1e37;
}

footer .footer_container .footer_container--information li i {
    position: absolute;
    top: 2px;
    padding-left: 3px;
    color: red;
    font-size: 20px;
}

.l-area .sub_view {
    position: relative;
    max-width: 1400px;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.l-area .sub_view:nth-of-type(1) {
    padding-top: 10px !important;
}

.l-area .sub_view img {
    width: 100%;
}

.controller.is-hide li::before {
    height: 0 !important;
}

#unmutePlayerButton {
    position: absolute;
    top: 24px;
    margin-left: 30px;
    /*mix-blend-mode: difference;filter: invert(100%);-webkit-filter: invert(100%);*/
}

#m_unmutePlayerButton {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
}

#overText {
    position: relative;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    letter-spacing: -0.3em;
}

#overText #overText1 {
    text-shadow: rgb(0 0 0 / 30%) 1px 1px 2px;
    position: absolute;
    top: 50%;
    left: 10%;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 35px;
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

#overText #overText2 {
    text-shadow: rgb(0 0 0 / 30%) 1px 1px 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 35px;
    color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

#overText #overText3 {
    text-shadow: rgb(0 0 0 / 30%) 1px 1px 2px;
    position: absolute;
    top: 30%;
    left: 65%;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 35px;
    color: #fff;
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
    -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

#overText #overText4 {
    text-shadow: rgb(0 0 0 / 30%) 1px 1px 2px;
    position: absolute;
    top: 70%;
    left: 65%;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 35px;
    color: #fff;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

#overText #overText5 {
    text-shadow: rgb(0 0 0 / 30%) 1px 1px 2px;
    position: absolute;
    top: 50%;
    left: 65%;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 35px;
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info_wrap {
    position: absolute;
    left: 45px;
    bottom: 20px;
    z-index: 1001;
}

.info_wrap .info_tel_tit {
    font-size: 12px;
    line-height: 8px;
}

.info_wrap .info_tel {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.05em;
    text-decoration: underline;
    text-underline-offset: 20%;
}

.info_wrap .info_tel img {
    position: absolute;
    width: 26px;
    margin-top: 5px;
}

.info_wrap ul li {
    font-size: 11px;
    font-weight: 100;
    line-height: 18px;
}

.info_wrap .info_kakao {
    font-size: 12px;
    line-height: 28px;
}

.info_wrap .info_kakao a img {
    vertical-align: middle;
}

@media (max-width: 767px) {
    header {
        top: 0;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    header h1 a {
        padding: 20px 25px 0
    }
    header .logo_wrap .logo img {
        width: 80%;
    }
    .slider_text {
        top: 60px;
        left: 25px;
        -webkit-transform: none;
        transform: none;
        margin-top: 50px;
    }
    .slider_text ul {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .controller .controller_bar {
        -webkit-transform: translate3d(6.2px, 50px, 0);
        transform: translate3d(6.2px, 50px, 0);
        -webkit-transition: -webkit-transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: -webkit-transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .controller ul {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        -webkit-transition: -webkit-transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: -webkit-transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .controller {
        top: 8%;
        bottom: 0;
        left: 45px;
        height: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .is-visible-pc {
        display: none;
    }
    .slider_text--title {
        font-size: 22px;
        line-height: 34px;
        /*width: 310px;*/
    }
    .slider_text span {
        white-space: normal;
    }
    .slider_text .slider_text--button {
        margin-left: -12px;
    }
    .slider_text .slider_text--button a {
        margin: 0 12px;
    }
    .slider_text .slider_text--button a:nth-of-type(2) {
        margin: 0 0 0 12px;
    }
    .controller ul {
        position: absolute;
        top: auto;
        bottom: 0;
        height: 51.5%;
    }
    .controller li button {
        white-space: nowrap;
    }
    .controller .controller_bar {
        top: 46%;
        bottom: 33%;
        height: 8%;
    }
    .controller li {
        width: auto;
        height: 11%;
    }
    /*
	.controller li:nth-of-type(1) { height: 24%; }
	.controller li:nth-of-type(1).is-active { height: 24%; }
	*/
    .md-columns .footer_container .copyright {
        white-space: nowrap;
    }
    .is-dimd.md-white {
        display: none !important;
    }
    .slider_text ul li:nth-of-type(1) .slider_text--button a {
        background: #db4734;
        padding: 8px 25px 4px 13px !important;
        border-radius: 15px;
        margin: 16px 0px 0 13px;
    }
    .slider_text ul li:nth-of-type(2) .slider_text--button a {
        background: #db4734;
        padding: 8px 25px 4px 13px !important;
        border-radius: 15px;
        margin: 16px 0px 0 13px;
    }
    .slider_text ul li:nth-of-type(3) .slider_text--button a {
        background: #db4734;
        padding: 8px 25px 4px 13px !important;
        border-radius: 15px;
        margin: 16px 0px 0 13px;
    }
    .info_wrap {
        left: 25px;
    }
    .main_reviews_slide_wrap .main_reviews_list {
        width: 72vw;
    }
    #content .login_section {
        width: 100%;
        top: 25%;
        left: unset;
        right: unset;
        background: rgba(255, 255, 255, 0.75);
        padding: 30px 35px;
    }
}

@media (max-width: 380px) {
    .slider_text {
        top: 25px
    }
}

@media (max-width: 1023px) {
    /*.controller ul { height: 98%; }*/
    #unmutePlayerButton {
        display: none;
    }
    .main_slide .main_slide--item--ms.is-active {
        background: transparent !important;
    }
    .body_wrap {
        position: absolute;
        width: 100% !important;
        background: transparent !important;
        z-index: 100;
    }
    .l-area {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
    }
    .l-area video {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 35vh;
    }
    .main_slide--item--ms:nth-of-type(1) .ms--visual {
        background-image: url("") !important;
    }
    .main_slide--item--ms:nth-of-type(2) .ms--visual {
        background-image: url("") !important;
    }
    .main_slide--item--ms:nth-of-type(3) .ms--visual {
        background-image: url("") !important;
    }
    .main_slide--item--ms:nth-of-type(4) .ms--visual {
        background-image: url("") !important;
    }
    #overText #overText1 {
        font-size: 20px;
    }
    #overText #overText2 {
        font-size: 20px;
    }
    #overText #overText3 {
        font-size: 20px;
    }
    #overText #overText4 {
        font-size: 20px;
    }
    #overText #overText5 {
        font-size: 20px;
    }
    #m_unmutePlayerButton {
        display: inline-block;
    }
    .login_section {
        top: 14%;
        width: 40%;
        left: unset;
        right: 45px;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    /*.controller ul { height: 98%; }
	#unmutePlayerButton {display:none;}
	.main_slide--item--ms .ms--visual {left:auto;right:0;width:61%;background-position:bottom center;}*/
    #unmutePlayerButton {
        margin-left: 0px;
        right: 155px;
    }
    header h1 a {
        padding: 20px 25px 0;
    }
    .controller {
        left: 45px;
    }
    .slider_text {
        left: 25px;
    }
    .main_reviews_list {
        padding-left: -25px;
    }
    .body_wrap {
        float: left;
        width: 37% !important;
        background: #ebeaea;
    }
    .l-area {
        float: right;
        width: 63%;
        height: 100%;
    }
    .l-area video {
        float: right;
        width: 127vw;
        height: 100vh;
        margin-right: -40%;
    }
    .main_slide--item--ms:nth-of-type(1) .ms--visual {
        background-image: url("") !important;
    }
    .main_slide--item--ms:nth-of-type(2) .ms--visual {
        background-image: url("") !important;
    }
    .main_slide--item--ms:nth-of-type(3) .ms--visual {
        background-image: url("") !important;
    }
    .main_slide--item--ms:nth-of-type(4) .ms--visual {
        background-image: url("") !important;
    }
    #overText #overText1 {
        font-size: 25px;
    }
    #overText #overText2 {
        font-size: 25px;
    }
    #overText #overText3 {
        font-size: 25px;
    }
    #overText #overText4 {
        font-size: 25px;
    }
    #overText #overText5 {
        font-size: 25px;
    }
    .main_reviews_slide_wrap .main_reviews_list {
        width: 89vw;
        padding-left: 0px;
        flex-direction: row;
    }
    .login_section {
        left: 45px;
    }
}

@media (min-width: 1440px) {
    .masking img {
        width: 340px;
    }
    .body_wrap {
        float: left;
        width: 30% !important;
        background: #ebeaea;
    }
    .l-area {
        float: right;
        width: 70%;
        height: 100%;
    }
    .l-area video {
        float: right;
        width: 127vw;
        height: 100vh;
        margin-right: -40%;
    }
    .main_slide--item--ms:nth-of-type(1) .ms--visual {
        background-image: url("") !important;
    }
    .main_slide--item--ms:nth-of-type(2) .ms--visual {
        background-image: url("") !important;
    }
    .main_slide--item--ms:nth-of-type(3) .ms--visual {
        background-image: url("") !important;
    }
    .main_slide--item--ms:nth-of-type(4) .ms--visual {
        background-image: url("") !important;
    }
    .main_reviews_slide_wrap .main_reviews_list {
        width: 90vw;
    }
    footer .footer_container .footer_container--link {
        width: 20%;
    }
}

@media (min-width: 1600px) {
    .masking img {
        width: 380px;
    }
    .l-area video {
        float: right;
        width: 114vw;
        height: 100vh;
        margin-right: -32%;
    }
}

@media (min-width: 1920px) {
    .l-area video {
        float: right;
        width: 95vw;
        height: auto;
    }
}


/*상담 모달 추가 */

.close_modal {
    color: #0a1e37;
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    top: -11px;
    right: 8px;
}

#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7) repeat;
    top: 0;
    left: 0;
    z-index: 88;
    display: none;
}

#consult_modal {
    position: Absolute;
    top: 9%;
    left: 1%;
    width: 98%;
    border-radius: 6px;
    background: #fff;
    z-index: 111;
    /* padding: 45px; */
    box-sizing: border-box;
    transition: all .5s;
    max-height: 82%;
    z-index: 8888;
    overflow-y: scroll;
}

#consult_modal>div {
    padding: 45px
}

#consult_modal ul li {
    margin-bottom: 15px;
}

#consult_modal ul li:last-child {
    margin-bottom: 0px;
}

#consult_modal ul li dt {
    font-size: 18px;
    color: #3a5554
}

#consult_modal ul li dd {
    font-size: 18px;
    display: flex;
    justify-content: space-evenly;
    color: #0a1e37
}

#consult_modal ul li input,
#consult_modal select {
    border-bottom: 1px solid #dedede;
    appearance: auto;
}

#consult_modal ul li input::placeholder {
    color: #dedede
}

#consult_modal ul li input {
    width: 100%;
}

#consult_modal ul li input,
#consult_modal ul li select {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    display: inline-block;
}

#consult_modal ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

#consult_modal ul li .modal_radio label {
    display: block;
    position: relative;
    font-weight: 300;
    margin-left: 40px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

#consult_modal ul li .modal_radio .check {
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.consult_cont1 {
    background-image: url("/intro/img/modal_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.consult_cont1 .about_vip {
    padding-top: 25px;
    padding-bottom: 80px
}

#consult_modal ul li .modal_radio {
    color: #AAAAAA;
    display: block;
    position: relative;
}

#consult_modal ul li .modal_radio .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

#consult_modal ul li .modal_radio input[type=radio]:checked~.check {
    border: 3px solid #0a1e37;
}

#consult_modal ul li .modal_radio input[type=radio]:checked~.check::before {
    background: #0a1e37;
}

#consult_modal ul li .modal_radio input[type=radio]:checked~label {
    color: #0a1e37;
}

#consult_modal ul li select {
    font-size: 15px;
}

#consult_modal ul li #modal_year {
    width: 30%;
}

#consult_modal ul li #modal_month {
    width: 30%;
}

#consult_modal ul li #modal_day {
    width: 30%;
    margin-right: 0
}

#consult_modal .modal_radio {
    width: 50%;
}

#consult_modal .modal_radio label {
    display: inline-block;
    width: 90%;
    cursor: pointer;
}

#modal_submit {
    margin-top: 15px;
}

#benefit_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 887;
    height: 100%;
    background: rgba(0, 0, 0, 0.7)
}

#benefit_modal img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#benefit_modal .benefit-img-wrap {
    height: 100%;
    overflow-y: scroll;
    margin-top: 0%;
}

#benefit_modal .benefit-img-wrap::-webkit-scrollbar {
    display: block;
    width: 3px;
    background: #eee
}

#benefit_modal .benefit-img-wrap::-webkit-scrollbar-thumb {
    display: block;
    width: 3px;
    background: #3a5554
}

#benefit_modal .close_modal {
    color: #000;
    font-size: 70px
}

/*비디오추가*/
.movieWrap {
    width: 100%;
    margin-top: 150px;
    position: relative;
}

.movie {
    width: 100%;
    margin: 0 auto;
    height: 110vh;
    z-index: 300;
    background: #fff;
}

/*비디오추가*/