@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: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/Montserrat-ExtraLight.woff) format('woff');
}

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

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

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

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/Montserrat-Medium.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-Black.woff) format('woff');
}

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

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

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

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

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

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

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

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

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

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

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Montserrat', 'NotoSansKR', 'Barlow';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    outline: none;
    letter-spacing: -0.005em;
    line-height: 1.5;
    word-break: break-word;
    -webkit-text-size-adjust: none;
}

*:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

input,
button,
input[type=button],
input[type=reset],
input[type=text],
input[type=password],
input[type=submit],
input[type=search],
input[type=tel],
input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    border: none;
    outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

input::-ms-input-placeholder {
    font-weight: 300;
    color: #c0c0c0;
    font-size: 20px;
    font-family: 'Montserrat', 'NotoSansKR';
}

input::-webkit-input-placeholder {
    font-weight: 300;
    color: #c0c0c0;
    font-size: 20px;
    font-family: 'Montserrat', 'NotoSansKR';
}

input::-moz-placeholder {
    font-weight: 300;
    color: #c0c0c0;
    font-size: 20px;
    font-family: 'Montserrat', 'NotoSansKR';
}

input::-o-placeholder {
    font-weight: 300;
    color: #c0c0c0;
    font-size: 20px;
    font-family: 'Montserrat', 'NotoSansKR';
}

textarea {
    resize: none;
}

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;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

ul {
    list-style: none;
}

/* clearfix */
.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.opacity {
    opacity: 0;
}

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

.opacity2 {
    opacity: 0;
    filter: blur(20px);
    transition: opacity 1.5s ease, filter 1.5s ease, transform 1.5s linear;
}

.opacity2.sc_event {
    opacity: 1;
    filter: blur(0.1px);
}

.dir_bottom {
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
}

.dir_bottom.sc_event {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition: all 1s ease;
}

.dir_left {
    position: relative;
    transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    opacity: 0;
}

.dir_left.sc_event {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transition: all 1s ease;
    opacity: 1;
}

.dir_right {
    position: relative;
    transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    opacity: 0;
}

.dir_right.sc_event {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transition: all 1s ease;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.delay17 {
    transition-delay: 1.7s !important;
}

.web {
    display: inline-block;
}

.tablet {
    display: none;
}

.mobile {
    display: none;
}

.mobile-hide {
    display: block;
}

.mobile-only {
    display: none;
}

img {
    max-width: 100%;
}

.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

body {
    overflow: auto;
}

body.search,
body.overflow {
    overflow: hidden;
}

.product_btn {
    display: inline-block;
    position: absolute;
    left: 70px;
    bottom: 70px;
}

.product_btn_v3 {
    position: relative;
    margin-left: 0;
    margin: 50px 0;
    left: 0px;
    bottom: inherit;
}

.product_btn span {
    display: inline-block;
    padding: 15px 34px;
    box-sizing: border-box;
    color: #007EDE;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #007EDE;
    transition: 0.2s ease;
    position: relative;
    z-index: 1;
}

.product_btn span img {
    display: inline-block;
    height: 15px;
    vertical-align: -3px;
    padding-left: 15px;
    box-sizing: border-box;
    transition: filter 0s ease .2s;
}

.product_btn:hover span {
    color: #fff;
}

.product_btn:hover span img {
    filter: grayscale(1) brightness(4);
}

.product_btn::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
    clear: both;
    content: "";
    display: block;
    position: absolute;
    background-color: #007EDE;
    transition: 0.3s ease-out;
}

.product_btn:hover::before {
    width: 100%;
}

footer {
    width: 100%;
    background: #1a1a1a;
}

footer .top {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 0 50px;
    box-sizing: border-box;
}

footer .top .fr {
    width: 70%;
    padding-left: 100px;
    box-sizing: border-box;
}

footer .top .fr a {
    color: #a3a3a3;
    font-weight: 300;
}

footer .top .fr > ul {
    display: inline-flex;
    width: 100%;
}

footer .top .fr > ul > li {
    width: 100%;
}

footer .top .fr > ul > li > a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

footer .top .fr > ul > li > ul > li > a {
    font-size: 13px;
    line-height: 2;
    transition: color .3s ease;
}

footer .top .fr > ul > li > ul > li:hover > a,
footer .top .fr > ul > li > ul > li.active > a {
    color: #007EDE;
}

footer .top .fr > ul > li > ul > li > ul {
    display: none;
}

footer .top .fl {
    width: 30%;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
}

footer .top .fl > a {
    display: block;
    width: 148px;
    height: 30px;
    margin-bottom: 50px;
}

footer .top .fl p,
footer .top .fl a {
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
    line-height: 1.8;
}
footer .top .fl p a{
  font-size: 13px;
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
  line-height: 1.8;
}
footer .top .fl > div:nth-child(2) {
    margin-bottom: 40px;
}

footer .bottom {
    padding: 22px 30px 21px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
}

footer .bottom > div {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

footer .bottom .fl > ul {
    font-size: 0;
}

footer .bottom .fl > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

footer .bottom .fl > ul > li:last-child {
    margin-right: 0;
}

footer .bottom .fl > ul > li > a {
    display: block;
}

footer .bottom .fr ul {
    font-size: 0;
}

footer .bottom .fr ul li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 45px;
}

footer .bottom .fr ul li:after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -23px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .5);
}

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

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

footer .bottom .fr ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
}

.rd_custom {
    display: inline-block;
}

.rd_custom .box {
    border: 1px solid #A5ADBC;
    padding: 17px 25px;
    box-sizing: border-box;
}

.rd_custom h3 {
    font-size: 20px;
    font-weight: 400;
    color: #007EDE;
    margin-bottom: 20px;
}

.rd_custom input {
    position: absolute;
    opacity: 0;
}

.rd_custom label {
    font-size: 14px;
    font-weight: 300;
    margin-right: 20px;
    cursor: pointer;
}

.rd_custom label:last-child {
    margin-right: 0;
}

.box label {
    vertical-align: top;
}

.rd_custom label i {
    font-style: normal;
}

.rd_custom input[type="radio"]:checked + label > span,
.rd_custom input[type="radio"] + label > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/sub/ck_icon.svg') no-repeat;
    background-size: 100%;
    background-position: center;
    border: 1px solid #999;
    box-sizing: border-box;
    margin-right: 7px;
    vertical-align: top;
}

.rd_custom input[type="radio"]:checked + label > span {
    background: url('../images/sub/ck_icon.svg') no-repeat #007EDE;
    border: 1px solid #007EDE;
    background-size: auto;
    background-position: center;
}

@media only screen and (max-width: 1280px) {
    footer .top {
        padding: 100px 20px 50px;
    }

    footer .top .fl {
        width: 35%;
    }

    footer .top .fr {
        width: 65%;
    }

    footer .top .fr {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    footer .basic_btn {
        width: 5%;
        position: absolute;
        right: 0;
        top: 50%;
        font-style: normal;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    footer .basic_btn > span {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    footer .basic_btn > span:after,
    footer .basic_btn > span:before {
        width: 27px;
        height: 2px;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transform-origin: center center;
        transition: all .3s ease;
        background-color: rgba(0, 0, 0, .2);
    }

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

    footer .top {
        padding: 50px 30px;
    }

    footer .top .fr {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    footer .top .fr > ul {
        display: block;
    }

    footer .top .fl {
        width: 100%;
        position: relative;
        float: none;
        padding: 0;
        border-right: none;
    }

    footer .top .fr > ul ul {
        display: none;
        padding-bottom: 30px;
    }

    footer .top .fr > ul > li.on > ul {
        display: block;
        padding-bottom: 30px;
    }

    footer .top .fr > ul > li.on .basic_btn > span:before {
        transform: translate(-50%, -50%) rotate(0);
    }

    footer .top .fr > ul > li {
        position: relative;
    }

    footer .top .fl > a {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
    }

    footer .basic_btn {
        top: 18px;
        transform: inherit;
    }

    footer .basic_btn > span {
        width: 10px;
        height: 10px;
    }

    footer .basic_btn > span:after,
    footer .basic_btn > span:before {
        background-color: #fff;
        width: 10px;
        height: 1px;
    }

    footer .top .fl > div:nth-child(2) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    footer .top {
        padding: 10px 20px 50px;
    }

    footer .top .fr > ul > li > a {
        margin-bottom: 0;
        padding: 10px 0;
        box-sizing: border-box;
    }

    footer .top .fl > a {
        right: auto;
        left: 0;
        bottom: -60px;
    }

    footer .top .fl > div:nth-child(3) {
        margin-bottom: 40px;
    }

    footer .bottom .fr,
    footer .bottom .fl {
        width: 100%;
        float: none;
    }

    footer .top .fl {
        margin-top: 10px;
    }

    footer .bottom {
        padding: 20px 30px;
    }

    footer .bottom .fl {
        margin-top: 20px;
    }

    .product_btn span {
        padding: 13px 25px;
    }
}

@media only screen and (max-width: 414px) {
    footer .top .fr > ul > li.on > ul {
        padding-bottom: 20px;
    }

    footer .bottom .fl > ul > li img {
        height: 12px;
    }

    .product_btn span {
        font-weight: 400;
    }
}
