﻿@charset "utf-8";

* {
    font-family: 'Noto Sans KR', sans-serif;
}

.remove-default {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.border-common {
    border: 1px solid #f3f3f3;
}

.border-input {
    border: 1px solid #d9d9d9;
}

.lineHeight-common {
    line-height: normal;
}

* {
    -webkit-text-size-adjust: none;
}

input[type=submit] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: none;
    background: #f8f8f8;
}

:-moz-placeholder {
    color: none;
    background: #f8f8f8;
}

::-moz-placeholder {
    color: none;
    background: #f8f8f8;
}

:-ms-input-placeholder {
    color: none;
    background: #f8f8f8;
}

input {
}

html {
    overflow-y: scroll;
    width: 100%;
}

body,
div,
span,
nav,
header,
footer,
section,
article,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
dl,
form,
input,
select,
fieldset,
label,
table,
a {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

::-webkit-input-placeholder { /* 크롬 4–56 */
    background: #fff
}

:-moz-placeholder { /* 파이어폭스 4–18 */
    background: #fff
}

::-moz-placeholder { /* 파이어폭스 19–50 */
    background: #fff
}

:-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
    background: #fff
}

::placeholder { /* 파이어폭스 51+, 크롬 57+ */
    background: #fff
}

table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
}

legend {
    font-size: 0;
    display: none
}

ol,
ul,
li {
    list-style-type: none;
    line-height: 1.4;
}

img {
    border: none;
    vertical-align: top;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


input[type=tel] {
    height: 30px;
    line-height: 30px;
    margin-bottom: 3px;
    font-size: 15px;
    border-radius: 2px;
}

input[type=number] {
    height: 30px;
    line-height: 30px;
    margin-bottom: 3px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
}


body {
    font-weight: 300;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 28px;
    min-width: 280px;
    color: #5a5a5a
}

.bg_box {
    background: #fff
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans KR', sans-serif;
}

a {
    color: #5a5a5a;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
    }

    a img {
        border: none;
    }

    a > img {
        vertical-align: bottom;
    }

img {
    max-width: 100%;
}

strong {
    font-weight: 400;
}

button {
    background:;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
}

input:focus,
textarea:focus,
input[type="text"]:focus {
    outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7F8289;
}


#video-background {
    /*  making the video fullscreen  */
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}


div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

p {
    line-height: 1.875;
    color: #636363;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

    p a:active {
        position: relative;
        color: #448aca
    }

::selection {
    background: rgba(196, 171, 159, 0.5);
    color: #999;
}

p::selection {
}


h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    line-height: 1.2;
    color: #232323;
}

    h1::selection,
    h2::selection,
    h3::selection,
    h4::selection,
    h5::selection,
    h6::selection {
    }

.form-control {
    color: #353535;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.button {
    width: 163px;
    height: 47px;
    background: transparent;
    border: solid 2px #c4ab9f;
    text-align: center;
}

    .button a {
        display: block;
        font-size: 18px;
        color: #b49383;
        line-height: 44px;
    }

    .button:hover {
        background: #c4ab9f;
    }

        .button:hover a {
            color: #FFFFFF;
        }

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.trans_800 {
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
    position: relative
}

.button {
    width: 163px;
    height: 47px;
    background: transparent;
    border: solid 2px #c4ab9f;
    text-align: center;
}

    .button a {
        display: block;
        font-size: 18px;
        color: #b49383;
        line-height: 44px;
    }

    .button:hover {
        background: #c4ab9f;
    }

        .button:hover a {
            color: #FFFFFF;
        }

.section_subtitle {
    font-size: 36px;
}

.section_title {
    margin-top: 10px;
}

    .section_title h1 em, .section_title2 h1 em {
        float: right;
        padding-right: 0;
        color: #448aca;
        font-style: normal
    }

    .section_title h1 i, .section_title2 h1 i {
        padding-left: 5px;
    }


/*********************************
3. Header
*********************************/
.header {
    width: 100%;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}

    .header .row {
        max-width: 1200px;
        margin: 0 auto
    }

.scrolled {
    top: -60px;
}


.nav-down {
    top: 0;
}


.header_content {
    width: 100%;
    height: 100px;
}

.header.scrolled .header_content {
    height: 120px;
}

.logo {
    display: inline-block;
    width: 70%;
    height: 60px;
}

    .logo a {
        height: 60px;
        width: 175px;
        display: block;
        background: url(/img/top_logo.png) no-repeat 0 13px;
        background-size: 175px;
        float: left;
    }

    .logo i {
        font-size: 19px;
        float: right;
        margin-top: 19px;
        color: #5482c1
    }

.w_log {
    position: absolute;
    top: 85px;
    font-size: 15px;
}

    .w_log img {
        width: 30px;
    }

.web_mypage {
    margin-left: 10px;
}

.web_login {
    margin-left: 10px;
}

.main_nav {
    margin-top: 30px;
    margin-right: 20px
}

    .main_nav ul li:not(:last-child) {
        margin-right: 30px;
        max-width: 100px;
    }

    .main_nav ul li a {
        font-size: 15px;
        font-weight: 400;
        color: #575757;
        text-transform: uppercase;
        position: relative;
        transition: all 0.3s ease-in-out;
    }


        .main_nav ul li a:hover {
            color: #448aca;
        }

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.slide-bottom {
    -webkit-animation: slide-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes store-slide-bottom {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes store-slide-bottom {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.store-slide-bottom {
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes store-slide-bottom2 {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes store-slide-bottom2 {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.store-slide-bottom2 {
    -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}






.sidebar_btn .ce_m_sidebar_icon, .sidebar_btn .ce_m_sidebar_icon::after, .sidebar_btn .ce_m_sidebar_icon::before {
    display: inline-block;
    width: 17px;
    height: 2px;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.sidebar_btn span:not(.ce_m_sidebar_icon) {
    vertical-align: middle
}



.sidebar_btn .ce_m_sidebar_icon {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    vertical-align: middle;
    margin-right: 7px;
    color: #999
}



    .sidebar_btn .ce_m_sidebar_icon::after, .sidebar_btn .ce_m_sidebar_icon::before {
        position: absolute;
        content: "";
        left: 0
    }



    .sidebar_btn .ce_m_sidebar_icon::before {
        top: -6px
    }



    .sidebar_btn .ce_m_sidebar_icon::after {
        top: 6px
    }



.sidebar_btn:hover .ce_m_sidebar_icon, .sidebar_btn:hover .ce_m_sidebar_icon:after, .sidebar_btn:hover .ce_m_sidebar_icon:before {
    background-color: #000
}



    .sidebar_btn:hover .ce_m_sidebar_icon:before {
        width: 12px
    }



    .sidebar_btn:hover .ce_m_sidebar_icon:after {
        width: 10px
    }



.sidebar_btn.btn-clicked .ce_m_sidebar_icon {
    background-color: transparent
}



    .sidebar_btn.btn-clicked .ce_m_sidebar_icon:after, .sidebar_btn.btn-clicked .ce_m_sidebar_icon:before {
        background-color: #000;
        width: 15px
    }



    .sidebar_btn.btn-clicked .ce_m_sidebar_icon:before {
        -webkit-transform: translate3d(0,6px,0) rotate(45deg);
        transform: translate3d(0,6px,0) rotate(45deg)
    }



    .sidebar_btn.btn-clicked .ce_m_sidebar_icon:after {
        -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
        transform: translate3d(0,-6px,0) rotate(-45deg)
    }




.btn_search {
    position: absolute;
    top: 20px;
    right: 0;
    color: #000;
    font-size: 20px
}


.active {
    position: absolute;
    right: 0
}

.menu_toggle {
    display: block;
}

.hamburger_lines {
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #000;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    transform-origin: center center;
}

.line_1 {
    top: 0px;
}

.line_2 {
    top: 7px;
}

.line_3 {
    top: 14px;
}

.hamburger.active .line_1 {
    transform: translateY(7px) rotate(45deg) !important;
    background: #ff4e00;
    right: 0;
}

.hamburger.active .line_3 {
    transform: translateY(-7px) rotate(-45deg) !important;
    background: #ff4e00;
    right: 0;
}

.hamburger.active .line_2 {
    opacity: 0 !important;
    right: 0;
}

.mem_step {
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    line-height: 60px;
}

    .mem_step:after {
        clear: both;
        display: block;
        content: ''
    }

    .mem_step img {
        float: left;
        margin: 5px 10px 0 10px;
        height: 45px;
    }

    .mem_step p {
        min-width: 300px;
        font-size: 15px;
        padding: 8px 0 0 0;
        line-height: 1.5;
    }

.mem_title {
    font-size: 13px;
    color: #448aca;
    font-weight: 400
}

    .mem_title em {
        color: #b6b5b5;
        font-weight: 900;
        font-style: normal;
        margin-left: 10px;
    }

.mem_step strong {
    font-size: 18px;
}
/*********************************
4. Menu
*********************************/
.accordionGroups {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    margin: 0 auto;
    height: auto;
    background: #f9f9f9;
    border-radius: 0;
    display: none;
    width: 100%;
}

    .accordionGroups .box_lnb {
        width: 100%;
        height: 100%;
        background: #f9f9f9;
        border-radius: 0;
    }

    .accordionGroups .lnb {
        overflow: hidden;
        overflow-y: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        color: #4D4D4D;
        font-size: 17px;
    }

.btn_hidden {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 20px;
    color: #000
}

.btn_login {
    position: absolute;
    left: 18px;
    top: 15px;
}

    .btn_login i {
        margin-right: 5px;
        color: #448aca
    }

.btn_close {
    position: absolute;
    right: 18px;
    top: 20px;
    color: #222;
    font-size: 13px;
    font-style: normal;
    padding-right: 25px;
}

    .btn_close:after {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    .btn_close:before {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    .btn_close:hover:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .btn_close:hover:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

    .btn_close:after, .btn_close:before {
        content: " ";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
        width: 15px;
        height: 2px;
        display: inline-block;
        background-color: #2d2a2a;
        -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
        -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
        transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
        transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
        transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    }

.menu.active {
    visibility: visible;
    opacity: 1;
}

.menu_content {
    width: 100%;
    height: 100%;
    position: relative;
    background: #c4ab9f;
}

    .menu_content ul li {
        display: block;
    }

        .menu_content ul li a {
            display: block;
            text-transform: uppercase;
            color: rgba(0,0,0,1);
            letter-spacing: 0.075em;
        }

    .menu_content ul:hover li a {
        color: rgba(0,0,0,1);
    }

    .menu_content ul li a:hover {
        color: rgba(0,0,0,1);
    }



.accordion {
    width: 100%;
    margin: 10px auto;
    background: #FFF;
    border-top: 1px solid #e2e2e2;
}

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 0 15px 0 20px;
        height: 55px;
        line-height: 55px;
        color: #4D4D4D;
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #e2e2e2;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li em {
        font-style: normal;
        font-size: 11px;
        color: #999;
        margin-left: 10px;
        font-weight: 400
    }




    .accordion li i {
        position: absolute;
        top: 20px;
        left: 12px;
        font-size: 18px;
        color: #595959;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordion li i.fa-chevron-down {
            right: 17px;
            left: auto;
            font-size: 16px;
        }

    .accordion li.open .link {
        font-weight: 500
    }

    .accordion li.open i {
        color: #448aca
    }

        .accordion li.open i.fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .accordion li.default .submenu {
        display: block;
    }
/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #fcfcfc;
}

    .submenu li {
        border-bottom: 1px solid #f2f2f2;
    }

        .submenu li:last-child {
            border-bottom: 1px solid #e2e2e2;
        }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #4d4d4d;
        padding: 12px;
        padding-left: 30px;
        font-weight: 400;
        font-size: 15px
    }

        .submenu a:hover {
            background: #ccc;
            color: #4d4d4d;
        }


.etc_menu {
    background: #fff;
    margin: 10px 0;
    border-top: 1px solid #e2e2e2;
}

    .etc_menu:after {
        clear: both;
        display: block;
        content: ''
    }


    .etc_menu li {
        width: 50%;
        cursor: pointer;
        float: left;
        height: 55px;
        line-height: 55px;
        color: #444;
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #e2e2e2;
    }

        .etc_menu li a {
            display: block;
            text-align: center;
        }



.phone_li li a {
    display: block;
    text-align: center;
}

.etc_menu li:nth-child(2n-1) {
    border-right: 1px solid #e2e2e2
}

.etc_menu li i {
    margin-right: 5px;
    color: #448aca
}

.etc_phone {
    font-weight: 900;
    font-size: 21px;
    font-family: 'Century Gothic';
}


.open {
    display: block;
}

.share {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 20px;
}

    .share > div {
        max-width: 50px;
        background-color: #f2f9ff;
        border-color: #2e87e7;
        white-space: nowrap;
        display: flex;
        margin: 10px;
        font-size: 13px;
        color: #2e87e7;
    }

        .share > div img {
            width: 60px;
        }

.list_area {
    margin: 0;
}

.web_post {
    float: none;
}

.main_menu li {
    width: 100%;
    height: 135px;
    display: block;
    margin: auto auto;
    position: relative;
}



    .main_menu li a {
        text-align: center;
        line-height: 43px;
        height: 43px;
        /* background: url('/img/bg_menu.png') no-repeat 0 0;
            background-size: 200px;*/
        letter-spacing: 3;
        width: 170px;
        position: absolute;
        top:;
        left: 0;
        font-weight: 700;
        color: #fff;
        opacity: 0.6;
        text-shadow: 0 0.2em 0.2em rgba(0,0,0,0.7);
        display: block;
        text-align: center
    }

        .main_menu li a i {
            float: right;
            margin: 13px
        }

    .main_menu li:hover a {
        opacity: 1;
    }

    .main_menu li:first-child {
        background: url('/img/btn_health_02.jpg') no-repeat;
        background-size: 100%;
    }

    .main_menu li:nth-child(2) {
        background: url('/img/btn_beauty_02.jpg') no-repeat;
        background-size: 100%;
    }

    .main_menu li:nth-child(3) {
        background: url('/img/btn_living_02.jpg') no-repeat;
        background-size: 100%;
    }

    .main_menu li:nth-child(4) {
        background: url('/img/btn_edu.jpg') no-repeat;
        background-size: 100%;
    }


.section_title h1 {
    padding: 10px 0;
    background: #fff;
    font-weight: 400;
    text-align: left;
}

.section_title2 h1 {
    padding: 10px 0;
    background: #fff;
    font-weight: 400;
}

.movie_post {
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    overflow: hidden;
}

.post_visual {
    width: 100%;
    background: #000;
    position: relative;
}

.visual_bg {
    background: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8
}

.post_visual span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #5482c1;
    text-align: center;
    z-index: 9;
}

.post_visual i {
    font-size: 15px;
    color: #fff;
    padding-top: 7px;
    padding-left: 1px;
}

.post_visual em {
    width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -10px;
    z-index: 1
}

.img_visual {
    width: 100%;
    position: relative;
}

    .img_visual img {
        width: 100%
    }

.img_on {
    display: block;
}

.btn_more a {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    display: block;
    background: #e2e2e2;
}

.movie_post h2 {
    margin: 15px 0 10px 0;
    color: #5a5a5a;
    font-weight: 400
}

.post_txt {
    font-weight: 300;
    color: #666;
    padding-bottom: 15px;
}

.same_word {
}

    .same_word:after {
        clear: both;
        display: block;
        content: ''
    }

    .same_word li {
        float: left;
    }

        .same_word li a {
            display: inline-block;
            padding: 2px 14px;
            border-radius: 20px;
            margin-right: 5px;
            margin: 0 5px 10px 0;
            font-size: 13px;
            color: #666;
            background: #f2f2f2
        }

        .same_word li:last-child a {
            margin-right: 0
        }


.img_view .same_word li a {
    display: block;
    line-height: 18px;
    padding: 4px 12px;
    border-radius: 20px;
    border: none;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #666;
    background: #f2f2f2;
}

.post_info:after {
    clear: both;
    display: block;
    content: ''
}

.post_info {
    background:;
    padding: 0 0 5px 0;
    font-family: 'AppleSDGothicNeo-Regular','DroidSansFallback';
    color: #666
}

    .post_info span {
        font-family: 'AppleSDGothicNeo-Regular','DroidSansFallback';
        margin-right: 10px;
        font-weight: 500;
        color: #999;
        font-size: 13px;
    }

        .post_info span i {
            margin-right: 5px;
        }



.active_heart {
    color: #ff0000 !important
}

.active_view {
    color: #000 !important;
}

.fr {
    float: right !important
}


footer {
    clear: both;
    background: #fff;
}

    footer > div {
        max-width: 1200px;
        margin: 0 auto;
    }

.foot_menu {
    width: 100%;
    margin: 20px 0
}

    .foot_menu:after {
        clear: both;
        display: block;
        content: ''
    }

    .foot_menu li {
        font-size: 15px;
        width: 30%;
        float: left;
        text-align: center;
        font-weight: 400;
    }

        .foot_menu li:nth-child(2) {
            width: 40%;
        }


        .foot_menu li:last-child {
            background: none
        }

        .foot_menu li a:hover {
            color: #448aca
        }

footer p {
    width: 100%;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
    color: #353535
}


.search_word_hi {
    border: 1px solid #e2e2e2;
    margin: 10px 0;
    background: #f9f9f9
}

.word_input {
    background: #fff;
    height: 45px;
    line-height: 45px;
    text-indent: 10px;
}

    .word_input:after {
        clear: both;
        display: block;
        content: ''
    }


    .word_input input {
        width: calc(100% - 25%);
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }

    .word_input a {
        background: none;
        border: none;
        padding: 14px 10px;
        color: #595959;
    }

        .word_input a:hover {
            opacity: .5
        }

button {
    background: none;
    border: none;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
}


.quick_btn {
    position: absolute;
    right: 300px;
    margin-top: -35px;
    z-index: 999 !important;
}

    .quick_btn li {
        padding: 7px 12px;
        margin-right: 10px;
        background: #C6E5FF;
        border-radius: 50px;
        letter-spacing: 1.1px;
        font-size: 14px;
        font-weight: 500;
    }

    .quick_btn li:hover {
        background: #448ACA;
    }

        .quick_btn li:hover a {
            color: #f6f6f6;
        }

        .quick_btn li a {
            color: #5a5a5a;
            text-decoration: none;
            cursor: pointer;
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
        }

.searchForm {
    background: #f2f2f2;
    height: 60px;
    border-bottom: 1px solid #e2e2e2
}

.search_area {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    margin: 0 auto;
    height: auto;
    background: #fff;
    border-radius: 0;
    font-weight: 400
}



.form_se {
    width: 100%;
    text-align: center;
    padding-top: 0;
}

.sear_p {
    background: #fff;
    margin: 0;
    color: #111;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    border-bottom: 2px solid #448aca
}

    .sear_p:after {
        clear: both;
        display: block;
        content: ''
    }

.form_se:after {
    clear: both;
    display: block;
    content: ""
}

.search_area input[type=text], .search_result input[type=text] {
    width: 70%;
    float: left;
    text-indent: 15px;
    font-size: 14px;
    color: #999;
}

.form_se a {
    padding: 10px 10px 10px 0;
    float: left;
    text-align: center;
    font-size: 19px;
    color: #666
}

    .form_se a:hover {
        opacity: .5;
    }

    .form_se a .fa-times {
        border-left: 1px solid #e2e2e2;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block
    }

.form_se_list a {
    padding: 10px 7px 8px 0;
    float: left;
    display: block;
    text-align: center;
    font-size: 19px;
    width: 40px;
    color: #666
}

    .form_se_list a .fa-times {
        border-left: 1px solid #e2e2e2;
        padding-left: 15px;
        padding-right: 8px;
    }


.btn_search {
    display: block
}

    .btn_search:hover {
        opacity: .5
    }


    .btn_search i {
        color: #999
    }

.search_word {
    width: 100%;
    padding: 20px 10px;
    padding-bottom: 20px;
    background: #fff
}

    .search_word:after {
        clear: both;
        display: block;
        content: "";
    }

    .search_word li {
        width: 47%;
        border: 1px solid #e2e2e2;
        border-radius: 20px;
        padding: 9px 0 8px 0;
        float: left;
        font-size: 17px;
        text-align: center;
        margin-right: 1%;
        font-weight: 300
    }

        .search_word li:nth-child(2n) {
            margin-right: 0
        }



        .search_word li em a {
            float: right;
            margin-right: 15px;
        }

            .search_word li em a img {
                width: 20px;
            }

.search_close {
    border-radius: 2px;
    padding: 13px 4px 2px 0;
    float: right;
    text-align: right;
}

    .search_close img {
        width: 30px;
        margin-top: 0px;
        margin-left: 3px;
    }

.word_ex {
    background: #fff;
}

    .word_ex ul li {
        font-size: 16px;
        border-bottom: 1px solid #e2e2e2;
        padding: 0 15px;
        height: 45px;
        line-height: 45px;
        color: #666;
        font-weight: 300;
        text-align: left
    }

        .word_ex ul li a {
            font-weight: 400;
            line-height: 1.5
        }

        .word_ex ul li span a {
            float: right;
            margin-top: 12px;
            color: #ccc
        }



.btn_word {
    padding: 0 10px;
    background: #fff;
    border: none
}

    .btn_word:after {
        clear: both;
        display: block;
        content: "";
    }

    .btn_word li {
        float: left;
        padding: 0 0;
        text-align: center;
        font-size: 15px;
        color: #111;
        font-weight: 300;
        margin-right: 5px;
    }

        .btn_word li:last-child {
            float: right;
            margin-right: 0
        }


        .btn_word li a {
            padding: 9px 0;
            display: block;
            font-weight: 400
        }

            .btn_word li a i {
                color: #448aca;
                font-style: normal
            }


.cate_title {
    font-size: 20px;
    padding: 20px 0 0 8px;
    color: #448ACA;
}


.search_title, .search_title_search {
    width: 100%;
    padding: 8px 0 8px 10px;
    color: #7e7e7e;
}

    .search_title strong, .search_title_search strong {
        color: #000;
    }

    .search_title span, .search_title_search span {
        color: #448aca;
        font-weight: 500;
        margin-left: 5px;
    }



.search-detail .evertxt {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.search-detail {
    border-top: 1px solid #e0e0e0;
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
    margin-bottom: 10px
}

    .search-detail:after {
        content: "";
        display: block;
        clear: both;
    }

    .search-detail > ul {
        table-layout: fixed;
        width: calc(100% - 40px);
        display: block;
    }

.src-mallbox .search-detail .evertxt {
    max-width: 100%;
    width: auto !important;
}

.search-detail > ul > li {
    position: relative;
    display: table-cell;
    padding: 0;
    margin-left: -1px;
    line-height: 40px;
    height: 40px;
    display: block;
    float: left;
    width: 50%;
}

    .search-detail > ul > li > a {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 0 19px 0 6px;
        white-space: nowrap;
        letter-spacing: -1px;
        color: #111;
        border: solid 1px #e2e2e2;
        background: #fff;
        text-align: center;
        font-size: 15px;
        border-radius: 0;
        font-weight: 400
    }

        .search-detail > ul > li > a i {
            float: right;
            margin-top: 12px;
            color: #448aca
        }


    .search-detail > ul > li:first-child {
        margin-left: 0;
    }




        .search-detail > ul > li:first-child > a {
            border-left: 1px solid #e2e2e2;
        }

    .search-detail > ul > li > a.open {
        border: 1px solid #e2e2e2;
        border-left: none;
        border: 1px solid #1e1e1e;
        z-index: 1;
        color: #448aca;
    }

.view_how {
    display: inline-table;
    width: 40px;
    border: 1px solid #e2e2e2;
    border-left: none;
    height: 42px;
    line-height: 42px;
}

    .view_how i {
        font-size: 25px;
        padding-top: 8px;
        color: #9f9f9f
    }

    .view_how.open {
        border: 1px solid #e2e2e2;
        border-left: none;
        border: 1px solid #1e1e1e;
        z-index: 1;
        color: #ed1c24;
    }

.box-detail {
    position: absolute;
    left: 10px;
    right: 10px;
    margin: -1px -10px 0;
    border: 1px solid #666;
    background: #fff;
    z-index: 10;
}

.search_order {
    font-size: 16px;
}

    .search_order li {
        text-align: center;
        padding: 10px 0
    }

        .search_order li a {
            font-weight: 400
        }

.search_detail table {
    width: 100%;
    text-align: left;
    padding: 10px 0;
    margin: 0 auto
}

    .search_detail table th {
        padding: 10px 0;
        color: #5b5b5b;
        width: 80px;
        font-size: 15px;
        text-indent: 10px;
        font-weight: normal
    }

    .search_detail table td {
        padding: 10px 0;
    }


        .search_detail table td p {
            margin: 0 0 10px 0;
            font-size: 15px;
        }



        .search_detail table td span {
            font-size: 13px;
            padding: 0 3px;
            height: 20px;
            line-height: 20px;
        }


.search_dic li a {
    width: 25%;
    float: left;
    text-align: center;
    padding: 5px 0
}


.noUi-target {
    margin-left: 15px
}

input [type='range'] {
    background: #0c0;
    height: 10px;
}


    input[type='range']::-webkit-slider-thumb {
        background: #f60;
        height: 30px;
        width: 30px;
        border-radius: 30px;
    }

#showcase {
    width: 80%;
    margin: 0 20px;
    text-align: center;
}

#range {
    height: 100%;
    margin: 0 auto 30px;
}

#value-span, #value-input {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    margin: 0;
}

.btn_three:after {
    clear: both;
    content: '';
    display: block
}


.btn_three {
    width: 100%;
    text-align: center;
    border-radius: 15px;
}

    .btn_three:after {
        clear: both;
        display: block;
        content: ''
    }

    .btn_three li {
        float: left;
        width: 33%;
    }

        .btn_three li:last-child {
            float: left;
            width: calc(100% - 66%);
        }

.btn_two li {
    float: left;
    width: 50%;
}

    .btn_two li:last-child {
        float: left;
        width: calc(100% - 50%);
    }


.btn_three li a {
    line-height: 38px;
    border: 1px solid #e2e2e2;
    display: block;
    background: #f7f7f7;
    color: #919191;
    margin-left: -1px;
    font-size: 14px
}

    .btn_three li a i {
        margin-right: 5px;
        color: #448aca
    }

.btn_three li:first-child a {
    border-radius: 15px 0 0 15px;
}

.btn_three li:last-child a {
    border-radius: 0 15px 15px 0
}


.btn_three li a.btn_active {
    border: 1px solid #ccc;
    background: #fff;
    color: #5b5b5b;
    font-size: 14px;
}

.search_detail_btns {
    padding: 10px;
    margin: 0 auto;
    font-size: 14px;
}

    .search_detail_btns:after {
        clear: both;
        display: block;
        content: ''
    }



.btn_reset {
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: -webkit-calc(50% - 2px);
    width: -moz-calc(50% - 2px);
    width: calc(50% - 2px);
    background: #fff;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    height: 40px;
    color: #717171
}

.btn_find {
    float: left;
    background: #448aca;
    border: 1px solid #448aca;
    -webkit-appearance: none;
    height: 40px;
    float: left;
    width: -webkit-calc(50% - 2px);
    width: -moz-calc(50% - 2px);
    width: calc(50% - 2px);
    color: #fff;
    float: right;
}

.search_detail_btns > a {
    width: calc(50% - 4px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fl {
    float: left;
}

.main_movie .post_visual {
    width: 100%;
}

.movie_post a {
    z-index: 9999;
    display: block;
    width: 100%;
}

.movie_post > a:hover {
    z-index: 9999;
    display: block;
    width: 100%;
    -webkit-transition: transform .7s ease,opacity .7s ease;
    -webkit-transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.list_view {
    margin: 15px 0;
}

    .list_view .movie_post {
        background: #fff;
        border: 1px solid #e2e2e2;
        padding: 10px;
        overflow: hidden
    }

        .list_view .movie_post a {
            display: block;
            z-index: 9999
        }



    .list_view .post_visual {
        margin-right: 10px;
        margin-bottom: 10px;
        width: 150px;
        background: #000;
        overflow: hidden;
    }

        .list_view .post_visual a {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -15px 0 0 -15px;
            background: #ff0000;
            border-radius: 15px;
            width: 30px;
            height: 30px;
            text-align: center
        }

        .list_view .post_visual span {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -15px 0 0 -15px;
            width: 30px;
            height: 30px;
            border-radius: 15px;
            background: #5482c1;
            text-align: center;
            z-index: 9
        }


        .list_view .post_visual em {
            width: 20px;
            height: 20px;
            background: #fff;
            display: inline-block;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -10px;
            margin-left: -12px;
            z-index: 1
        }

    .list_view:after {
        clear: both;
        display: block;
        content: ''
    }

.img_view:after {
    clear: both;
    display: block;
    content: ''
}

.list_view .movie_post h2 {
    margin: 5px 0 5px 0;
    font-size: 14px;
    color: #575757;
    font-weight: 400;
}

.list_view .post_txt {
    font-weight: 300;
    color: #353535;
    padding-bottom: 15px;
}

.list_view .same_word {
}

    .list_view .same_word:after {
        clear: both;
        display: block;
        content: ''
    }

    .list_view .same_word li {
        float: left;
    }

        .list_view .same_word li a {
            display: block;
            line-height: 18px;
            padding: 4px 12px;
            border-radius: 20px;
            border: none;
            margin-right: 10px;
            margin-bottom: 0;
            font-size: 12px;
            color: #666;
            background: #f2f2f2
        }

.list_view .post_info:after {
    clear: both;
    display: block;
    content: ''
}

.list_view .post_info {
    background: #fff;
    padding: 0
}

    .list_view .post_info span {
        margin-left: 10px;
    }

        .list_view .post_info span i {
            margin-right: 5px;
        }



.list_view .active_heart {
    color: #e94609
}

.list_view .fr_content {
    margin-bottom: 0;
}

.list_view .small_cate ol {
    width: 80%;
    float: left;
    vertical-align: top;
    height: 24px;
    overflow: hidden
}

.img_view {
    margin-bottom: 10px;
}

    .img_view .movie_post {
        width: 50%;
        float: left;
        background: #fff;
    }

    .img_view .post_visual {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
        /*height: 120px;*/
        background: #000;
        /*display: table;*/
    }

        .img_view .post_visual a {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -15px 0 0 -20px;
            width: 30px;
            background: #ff0000;
            border-radius: 8px;
            width: 40px;
            height: 30px;
            text-align: center
        }

        .img_view .post_visual i {
            font-size: 15px;
            color: #fff;
            padding-top: 7px;
        }

        .img_view .post_visual em {
            width: 25px;
            height: 20px;
            background: #fff;
            display: inline-block;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -10px;
            margin-left: -16px;
            z-index: 1
        }


    .img_view .movie_post h2 {
        color: #575757;
        font-weight: 400;
        height: 35px;
        margin: 10px 0 0 0;
        font-size: 14px;
        color: #575757;
        font-weight: 400;
    }

    .img_view .post_txt {
        font-weight: 300;
        color: #353535;
        padding-bottom: 15px;
    }

    .img_view .same_word {
        margin-top: 10px;
        padding-bottom: 10px;
    }

        .img_view .same_word:after {
            clear: both;
            display: block;
            content: ''
        }

        .img_view .same_word li {
            float: left;
        }

            .img_view .same_word li a {
                display: block;
                line-height: 18px;
                padding: 4px 8px;
                border-radius: 20px;
                border: none;
                margin-right: 5px;
                margin-bottom: 3px;
                font-size: 11px;
                color: #999;
                background: #f2f2f2;
                margin-top: 3px;
            }

    .img_view .post_info:after {
        clear: both;
        display: block;
        content: ''
    }

    .img_view .post_info {
        background: #fff;
        border-top: 1px solid #e2e2e2;
        padding: 0 5px 0 5px;
    }

        .img_view .post_info span {
            margin-left: 10px;
        }

            .img_view .post_info span i {
                margin-right: 5px;
            }



    .img_view .active_heart {
        color: #e94609
    }

    .img_view .fr_content {
        margin: 10px
    }

    .img_view .small_cate ol {
        width: 80%;
        float: left;
        height: 22px;
        overflow: hidden;
        margin-top: 2px;
    }

.height_auto {
    height: auto !important;
}

.small_cate i {
    font-size: 16px;
    float: right;
    color: #9f9f9f;
    padding-top: 3px;
}


.list_view .small_cate ol:after {
    clear: both;
    display: block;
    content: ''
}


.small_cate ol li {
    float: left;
    padding: 3px 0 0 0;
    margin-right: 4px;
    margin-bottom: 4px;
    height: 20px;
    line-height: 20px;
}

    .small_cate ol li a {
        padding: 0 2px 2px 2px;
        font-size: 12px;
        font-weight: 300;
        line-height: 15px;
        font-weight: 400;
    }


.multi_category a {
    border: 1px solid #448aca;
    color: #448aca
}

.multi_attribute a {
    border: 1px solid #76b500;
    color: #76b500
}


.small_cate .fa-chevron-circle-up {
    color: #ccc
}

.list_date {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    font-family: 'AppleSDGothicNeo-Regular','DroidSansFallback';
}

.mr_15 {
    margin-right: 15px
}

.fr_content span {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    font-family: 'AppleSDGothicNeo-Regular','DroidSansFallback';
}

    .fr_content span i {
        margin-right: 5px;
    }

.search_detail_btns p:after {
    clear: both;
    display: block;
    content: ''
}

+.cate_container {
}

.mt_0 {
    margin-top: 0 !important
}

.goods_title h1 {
    font-weight: 400
}

.health {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.health_point {
    max-width: 500px;
}

    .health_point li a {
        color: #fff;
        padding: 4px 5px 4px 15px;
        border-radius: 20px;
        color: #fff;
        border: 0.16em solid rgba(255,255,2,0);
        box-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        line-height: 1.5;
    }



.btn-6a {
    position: absolute;
    left: 50%;
}

.btn-6b {
    position: absolute;
    left: 50%;
}

.btn-6c {
    position: absolute;
    left: 50%;
}

.btn-6d {
    position: absolute;
    left: 50%;
}

.btn-6e {
    position: absolute;
    left: 50%;
}

.btn-6f {
    position: absolute;
    left: 55%;
}

.btn-6h {
    position: absolute;
    left: 55%;
}

.btn-6i {
    position: absolute;
    right: 20px;
}

.btn-6j {
    position: absolute;
    right: 20px;
}

.btn-6g {
    position: absolute;
    right: 20px;
}

.btn-6k {
    position: absolute;
    right: 20px;
}

.btn-6l {
    position: absolute;
    right: 20px;
}

.btn-6m {
    position: absolute;
    right: 20px;
}


.health_point li a:after {
    border-color: #17954c;
    color: #17954c;
}

.health_point li a:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.map {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.map_point li > div {
    color: #fff;
    position: absolute;
    text-align: center;
    border-radius: 5px;
    cursor: pointer
}

    .map_point li > div img {
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }

        .map_point li > div img:hover,
        .map_point li > div img:focus {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }




    .map_point li > div strong {
        display: none;
    }

    .map_point li > div a {
        display: inline-block;
        height: 33px;
        line-height: 28px;
        border-radius: 15px;
        box-sizing: border-box;
        text-decoration: none;
        font-family: 'Roboto',sans-serif;
        font-weight: 300;
        color: #fff;
        text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
        text-align: center;
        transition: all 0.2s;
        background: #9f9f9f;
        width: 40%;
        font-size: 20px;
    }

        .map_point li > div a:hover {
            border-color: rgba(255,255,255,1);
        }

        .map_point li > div a i {
            /*line-height: 34px;*/
        }



.btn_seoul {
    font-size: 15px;
    cursor: pointer
}





/* Button 6 */
.btn-6 {
    color: #fff;
    background: #226fbe;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

    .btn-6:active {
        top: 2px;
    }

/* Button 6a */
.btn-6a {
    background: #3ec1c1 url('/img/bg/health1.png') no-repeat 5px center;
}

    .btn-6a:hover {
        transform: scale(1.1);
    }

.btn-6b {
    background: #69c1ed url('/img/bg/health2.png') no-repeat 5px center;
}

    .btn-6b:hover {
        transform: scale(1.1);
    }

.btn-6c {
    background: #3fb0e8 url('/img/bg/health3.png') no-repeat 5px center;
}

    .btn-6c:hover {
        transform: scale(1.1);
    }

.btn-6d {
    background: #2c85b7 url('/img/bg/health4.png') no-repeat 5px center;
}

    .btn-6d:hover {
        transform: scale(1.1);
    }

.btn-6e {
    background: #175274 url('/img/bg/health4.png') no-repeat 5px center;
}

    .btn-6e:hover {
        transform: scale(1.1);
    }

.btn-6f {
    background: #f49fbd url('/img/bg/health6.png') no-repeat 5px center;
}

    .btn-6f:hover {
        transform: scale(1.1);
    }

.btn-6g {
    background: #f48ca0 url('/img/bg/health8.png') no-repeat 5px center;
}

    .btn-6g:hover {
        transform: scale(1.1);
    }

.btn-6h {
    background: #fc4f7d url('/img/bg/health9.png') no-repeat 5px center;
}

    .btn-6h:hover {
        transform: scale(1.1);
    }

.btn-6i {
    background: #ff2266 url('/img/bg/health9.png') no-repeat 5px center;
}

    .btn-6i:hover {
        transform: scale(1.1);
    }

.btn-6j {
    background: #bd033c url('/img/bg/health10.png') no-repeat 5px center;
}

    .btn-6j:hover {
        transform: scale(1.1);
    }

.btn-6k {
    position: absolute;
    right: 40px;
}

.btn-6l {
    position: absolute;
    right: 40px;
}


.btn-6m {
    position: absolute;
    right: 100px;
}

.btn-6k {
    background: #94cd0e url('/img/bg/health11.png') no-repeat 5px center;
}

    .btn-6k:hover {
        transform: scale(1.1);
    }

.btn-6l {
    background: #3ec1c1 url('/img/bg/health7.png') no-repeat 5px center;
}

    .btn-6l:hover {
        transform: scale(1.1);
    }

.btn-6m {
    background: #94cd0e url('/img/bg/health9.png') no-repeat 5px center;
}

    .btn-6m:hover {
        transform: scale(1.1);
    }


.news_list {
    padding: 0 10px 10px 10px;
}

    .news_list i {
        margin-right: 5px;
    }



    .news_list span {
        color: #999;
        font-size: 15px;
        font-weight: 500;
        font-family: 'AppleSDGothicNeo-Regular','DroidSansFallback';
    }


.select_cate {
    margin-top: 60px;
    height: 44px;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    z-index: 99;
    text-align: center;
    top: 0;
}

.wrapper-dropdown-3 {
    position: relative;
    margin: 0 auto;
    padding: 13px 15px;
    background: #fff;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    z-index: 9999;
}


.border_none {
    background: #fff;
    width: 20px;
    height: 20px;
    z-index: 9999;
    position: absolute;
    right: 15px;
    top: 15px;
}





.wrapper-dropdown-3.active {
    background: #5482c1;
    box-shadow: none;
    border-bottom: none;
    color: white;
}


.wrapper-dropdown-3 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
}

    .wrapper-dropdown-3 .dropdown li {
        padding: 0 10px;
    }

.wrapper-dropdown-3.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 8px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-3 .dropdown li:last-child a {
    border: none
}


.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #9f9f9f transparent;
}


.active:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 0px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}


.sec_bg {
    background: #f9f9f9;
    text-align: center;
    height: 12px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #e2e2e2;
}

.view {
    background: #fff;
    margin-top: 0;
}


.view_day {
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    position: relative;
    margin: 0 auto
}

    .view_day strong {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        display: block;
    }


    .view_day span {
        font-size: 15px;
        padding: 0 0;
        height: 18px;
        line-height: 15px;
        font-family: 'AppleSDGothicNeo-Regular','DroidSansFallback';
    }

        .view_day span:last-child {
            border: none
        }

    .view_day em .btn_share {
        position: absolute;
        right: 15px;
        top: 55px;
        color: #bebebe
    }


    .view_day span i {
        margin-right: 5px;
    }

.pl_0 {
    padding-left: 0 !important
}

.bg_none {
    background: none !important
}

.view_movie .post_visual {
    width: 100%;
    height: 250px;
}

.bt {
    border-top: 1px solid #e2e2e2 !important
}

.mt_10 {
    margin-top: 10px !important
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.view_post_txt {
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin: 15px 10px 20px 10px;
    font-size: 14px;
}

.view_movie {
    margin: 0 10px;
    position: relative;
    z-index: 10
}

.btn_re {
    width: 100%;
    margin: 20px 0;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 45px;
    font-size: 15px;
    background: #448aca;
    border: 1px solid #448aca;
    border-radius: 5px;
    position: relative
}

    .btn_re a:hover, .btn_re a:active, .btn_re a:hover, .btn_re a:hover {
        color: #fff !important
    }

    .btn_re i {
        float: left;
        color: #fff;
        padding-right: 10px;
        position: absolute;
        left: 10px;
        top: 15px;
    }

.btn_down {
    width: 100%;
    margin: 20px 0;
    text-align: center;
    color: #448aca;
    display: block;
    line-height: 45px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #448aca;
    border-radius: 5px;
    position: relative;
}

    .btn_down i {
        float: left;
        color: #448aca;
        position: absolute;
        left: 10px;
        top: 15px;
    }

.btn_2 {
    width: 100%;
}

    .btn_2::after {
        clear: both;
        display: block;
        content: ''
    }

    .btn_2 a {
        width: calc(50% - 5px);
        margin-left: 10px;
        font-weight: 400;
        /* box-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);*/
    }

        .btn_2 a:first-child {
            margin-left: 0;
        }

.mt_19 {
    margin-top: 19px !important
}

.mt_20 {
    margin-top: 20px !important
}

.goods img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.goods_post {
    margin-top: 15px;
    background: #fff;
}

    .goods_post h2 {
        margin: 10px 5px 0 5px;
        font-size: 15px;
        color: #575757;
        font-weight: 400;
        height: 45px;
    }

.goods_list {
    padding: 0;
}

.goods_cart {
    text-align: center;
    color: #448aca;
    display: block;
    line-height: 28px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #448aca;
    padding: 0 7px 0 4px;
    font-weight: 400;
    /* box-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);*/
}

    .goods_cart:after {
        clear: both;
    }

    .goods_cart i {
    }

.btn_normal_w {
    font-size: 13px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #448aca;
    line-height: 23px;
    color: #448aca
}

.btn_normal {
    font-size: 13px;
    padding: 3px 12px;
    background: #fff;
    border: 1px solid #448aca;
    line-height: 23px;
    color: #448aca
}

.m15 {
    margin: 15px
}

.re {
    position: relative;
    height: 60px;
    padding: 17px 15px;
    border-bottom: 1px solid #e2e2e2;
}

    .re .btn_normal {
        position: absolute;
        left: 15px;
        top: 18px;
    }


    .re h2 {
        font-size: 16px;
        position: absolute;
        left: 90px;
        top: 20px;
        margin-right: 50px;
    }

    .re .btn_se_close {
        position: absolute;
        right: 15px;
        top: 20px;
    }

.re_form {
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.re_textarea {
    width: 100%;
    height: 70px;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
}

.re_list {
    margin: 15px;
}

    .re_list li {
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #e2e2e2;
        font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }

        .re_list li p {
            font-size: 14px;
            line-height: 22px;
            padding-top: 10px;
            font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        }

            .re_list li p i {
                color: #448aca;
                font-size: 13px;
            }



        .re_list li strong {
            padding-right: 12px;
            margin-right: 12px;
            background: url('/img/bg_foot_menu.png') no-repeat right 4px;
            background-size: 2px;
        }

        .re_list li span {
            font-weight: 300;
            font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        }

        .re_list li.notice {
            background: #def2f9;
            color: #000;
            border: 1px solid #c2effe
        }

            .re_list li.notice strong {
                color: #000;
            }

/*
.comment_area {
    position:absolute;
    width: 100%;
    max-width:1200px;
    margin:0 auto;
    z-index: 1000;
    height: auto;
    background: #fff;
    border-radius: 0;
}

    .comment_area .box_lnb {
        background: #f2f2f2;
        width: 100%;
        background: none;
        height: auto;
    }

    .comment_area .lnb {
        background: none;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: auto;
    }
    */
.seoul_area li {
    border-top: 1px solid #edd;
}

    .seoul_area li:after {
        clear: both;
        display: block;
        content: ''
    }



    .seoul_area li span {
        line-height: 48px;
        height: 48px;
        width: 40%;
        text-align: center;
        float: left;
        background: #FF766E;
        color: #fff;
        font-weight: 400;
        display: inline-block
    }

    .seoul_area li:last-child span {
        border-radius: 0 0 0 10px;
    }


    .seoul_area li div {
        float: left;
        width: calc(100% - 45%);
        margin-left: 10px;
        height: 48px;
        line-height: 48px;
    }

        .seoul_area li div a {
            display: inline-block;
            height: 35px;
            width: 35px;
            padding-top: 4px;
            border: 0.16em solid rgba(255,255,255,0);
            border-radius: 2em;
            box-sizing: border-box;
            text-decoration: none;
            font-family: 'Roboto',sans-serif;
            font-weight: 300;
            color: #FFFFFF;
            text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
            transition: all 0.2s;
            background: #a3a3a3;
            text-align: center;
            font-size: 20px;
            margin: 0 10px;
        }

.btn_se_close {
    position: absolute;
    right: 15px;
    top: 17px;
}

i {
}

.ml_10 {
    margin-left: 10px;
}

.mr_5 {
    margin-right: 5px !important;
}


.mr_10 {
    margin-right: 10px;
}

.day_area {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #e2e2e2
}

.edu_list {
    /*border: 1px solid #e2e2e2*/
}

.edu_time {
    position: relative;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    padding: 10px;
    background: #fff
}

    .edu_time:first-child {
    }


    .edu_time:last-child {
        border: 1px solid #e2e2e2;
    }

    .edu_time:after {
        clear: both;
        display: block;
        content: ''
    }

    .edu_time dt {
        min-height: 120px;
        padding-top: 20px;
        padding-bottom: 30px;
        margin-right: 15px;
        float: left;
        font-size: 70px;
        font-family: 'AppleSDGothicNeo-Regular','DroidSansFallback';
        letter-spacing: -3px;
        font-weight: 500;
        text-align: right;
        width: 70px;
        display: inline-block;
    }

        .edu_time dt em {
            font-size: 11px;
            color: #ccc;
            font-style: normal;
            letter-spacing: 2px;
            font-weight: 500;
            margin-top: 15px;
            display: block;
        }

.strore_name {
    border: 1px solid #0091d8;
    font-size: 13px;
    padding: 0 10px;
    letter-spacing: 1
}

.edu_time dd {
    margin: 0;
    margin-left: 100px;
    font-size: 15px;
    padding: 0;
    font-weight: 400
}


    .edu_time dd span {
        background: #ccc;
        width: 60px;
        color: #fff;
        border-radius: 20px;
        padding: 0 10px;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        margin-right: 15px;
        line-height: 20px;
    }

.edu_content li {
    border-bottom: 1px solid #e2e2e2
}

    .edu_content li:last-child {
        border-bottom: none
    }

    .edu_content li dl {
        padding: 10px 0;
        background: #fff;
    }

        .edu_content li dl dt {
            font-weight: 400;
            color: #333;
            font-size: 14px;
            margin-bottom: 5px
        }

            .edu_content li dl dt span {
                background: #5482c1;
                width: 75px;
                color: #fff;
                border-radius: 20px;
                padding: 0 10px;
                display: inline-block;
                font-size: 13px;
                text-align: center;
                margin-right: 15px;
                line-height: 20px;
            }

        .edu_content li dl dd {
            float: left;
            margin-right: 20px;
            margin-bottom: 0;
            color: #999;
            font-weight: bold;
            font-size: 14px;
            font-weight: 300;
        }

            .edu_content li dl dd:nth-child(3) {
                margin-right: 20px;
                font-size: 14px;
                font-family: 'AppleSDGothicNeo-Regular','DroidSansFallback';
            }

            .edu_content li dl dd:last-child {
                margin-right: 0;
                font-size: 14px;
                float: right;
                font-family: 'AppleSDGothicNeo-Regular','DroidSansFallback';
            }

                .edu_content li dl dd:last-child span {
                    font-family: 'AppleSDGothicNeo-Regular','DroidSansFallback';
                }


        .edu_content li dl:after {
            clear: both;
            display: block;
            content: ''
        }


.edu_list2 {
    border: none;
    width: 100%;
    margin-bottom: 10px
}



.edu_day {
    background: #388bcc !important;
    border-radius: 20px !important;
    color: #fff !important
}


.edu-search-detail .evertxt {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.edu-search-detail {
    border-top: 1px solid #e0e0e0;
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
}

    .edu-search-detail:after {
        content: "";
        display: block;
        clear: both;
    }

    .edu-search-detail > ul {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .edu-search-detail > ul > li {
            position: relative;
            display: table-cell;
            padding: 0 5px 0 0;
        }

            .edu-search-detail > ul > li > a {
                display: block;
                position: relative;
                overflow: hidden;
                padding: 0 19px 0 6px;
                white-space: nowrap;
                letter-spacing: -1px;
                color: #111;
                border: solid 1px #e2e2e2;
                background: #fff;
                height: 42px;
                line-height: 42px;
                font-weight: 400
            }

    .edu-search-detail > ul {
        display: block;
    }

        .edu-search-detail > ul:after {
            display: block;
            clear: both;
            content: ''
        }

        .edu-search-detail > ul > li {
            padding: 0;
            height: 42px;
            line-height: 42px;
            display: block;
            float: left;
            width: 50%;
        }

            .edu-search-detail > ul > li:last-child {
                margin-left: -1px;
            }

            .edu-search-detail > ul > li > a {
                text-align: center;
                font-size: 16px;
                border-radius: 0;
            }

                .edu-search-detail > ul > li > a i {
                    float: right;
                    margin-top: 12px;
                    color: #448aca
                }



            .edu-search-detail > ul > li:first-child > a {
                border-left: 1px solid #e2e2e2;
            }

            .edu-search-detail > ul > li > a.open {
                border: 1px solid #e2e2e2;
                border-left: none;
                border: 1px solid #1e1e1e;
                z-index: 1;
                color: #448aca;
            }

.edu_search_detail table {
    width: 100%;
    text-align: left;
    padding: 10px 0;
    margin: 0 auto
}

    .edu_search_detail table td {
        padding: 10px 0;
    }

        .edu_search_detail table td input {
            font-size: 15px;
            font-weight: 300;
            border: 1px solid #ddd;
            line-height: 38px;
            width: 100%;
            text-indent: 10px
        }


        .edu_search_detail table td select {
            font-size: 15px;
            font-weight: 300;
            border: 1px solid #ddd;
            height: 38px;
            line-height: 38px;
            width: 100%;
            text-indent: 10px
        }



        .edu_search_detail table td span {
            font-size: 13px;
            padding: 0 3px;
            height: 20px;
            line-height: 20px;
        }


.icon_logo {
    width: 180px;
    margin: 20px auto;
    font-size: 14px;
    color: #999
}

.share_area {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    margin: 0 auto;
    text-align: center;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.box_lnb2 {
    display: table;
    box-shadow: 0 0 5px 0 #000;
    vertical-align: middle;
    text-align: center;
    min-width: 230px;
    min-height: 420px;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
}

.lnb2 {
    border-radius: 5px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 40px;
    text-align: center;
    padding: 10px;
}

.box_share {
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}

    .box_share strong {
        text-align: center;
        display: block;
        padding-left: 20px;
        background: #f1f1f1;
        height: 50px;
        line-height: 50px;
        border-radius: 10px 10px 0 0;
        color: #666
    }

.store_area .box_lnb2 {
    display: table;
    box-shadow: 0 0 5px 0 #000;
    vertical-align: middle;
    text-align: center;
    min-width: 230px;
    min-height: 420px;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.2);
}

.store_area .lnb2 {
    border-radius: 5px;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    padding-bottom: 40px;
    text-align: center;
    padding: 10px;
}

.box_store {
    width: calc(100%-10px);
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px;
}

    .box_store strong {
        text-align: center;
        display: block;
        background: none;
        height: 50px;
        line-height: 50px;
        color: #666;
        background: #FF766E;
    }

        .box_store strong i {
            color: #fff;
            font-size: 25px;
        }

    .box_store .btn_se_close {
        position: absolute;
        right: 10px;
        top: 13px;
    }



    .box_store .custom-select {
        display: inline-block;
        width: 85%;
        float: left;
        margin: 5px
    }

.sns_list {
    background: #fff;
    display: block;
    width: 80%;
    margin: 0 auto;
    background-position: center;
}

.share_view li {
    float: none;
    font-size: 15px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-top: 1px solid #e2e2e2;
    font-weight: 400
}

    .share_view li a {
        display: block
    }

    .share_view li:nth-child(1) a {
        background: url('/img/share/talk.png') no-repeat 30px 2px;
        background-size: 50px;
    }

    .share_view li:nth-child(2) a {
        background: url('/img/share/story.png') no-repeat 30px 2px;
        background-size: 50px;
    }

    .share_view li:nth-child(3) a {
        background: url('/img/share/band.png') no-repeat 30px 2px;
        background-size: 50px;
    }

    .share_view li:nth-child(4) a {
        background: url('/img/share/face.png') no-repeat 30px 2px;
        background-size: 50px;
    }

    .share_view li:nth-child(5) a {
        background: url('/img/share/url.png') no-repeat 30px 2px;
        background-size: 50px;
    }

    .share_view li:nth-child(6) a {
        background: url('/img/share/mail.png') no-repeat 30px 2px;
        background-size: 50px;
    }

.btn_close4 {
    position: absolute;
    right: 15px;
    top: 20px;
}


.like_area {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.box_lnb3 {
    display: table;
    box-shadow: 0 0 5px 0 #000;
    vertical-align: middle;
    text-align: center;
    min-width: 230px;
    min-height: 420px;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 auto;
}

.lnb3 {
    border-radius: 5px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 40px;
    text-align: center;
}

    .lnb3 span {
        width: 70px;
        height: 70px;
        border-radius: 50px;
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, 0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
        display: inline-block;
        color: #333;
        border: 1px solid #ff0000;
    }


    .lnb3 i {
        font-size: 30px;
        color: #ff0000;
        padding-top: 10px;
        line-height: 50px !important;
    }

.store_name {
    background: #5482c1;
    width: 85px;
    color: #fff;
    border-radius: 20px;
    padding: 2px 10px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin-right: 5px;
    line-height: 20px;
    font-style: normal
}

.down_file {
    clear: both;
    margin-top: 15px;
    display: block;
    text-decoration: underline;
}

.mb_20 {
    margin-bottom: 20px;
}

.list_before {
    font-size: 14px;
    color: #666;
    margin: 10px
}

    .list_before:after {
        clear: both;
        display: block;
        content: ''
    }

    .list_before p i {
        font-size: 20px;
        position: relative;
        top: 2px
    }

    .list_before a:hover i {
        transition: opacity .35s ease;
        -webkit-transition: opacity .35s ease;
        -webkit-animation: wd-ShakeNext 1s ease infinite;
        animation: wd-ShakeNext 1s ease infinite;
        color: #448aca
    }



input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"]:checked + label span {
        background: url(/img/bg/check_on.png) left 0 no-repeat;
        background-size: 25px;
    }

    input[type="checkbox"] + label span {
        display: inline-block;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        background: url(/img/bg/check_off.png) left 0 no-repeat;
        background-size: 25px;
        cursor: pointer;
        margin-right: 5px;
    }

.my_movie {
    float: right;
}

    .my_movie li {
        float: left;
    }

        .my_movie li a {
            padding: 4px 10px;
            border: 1px solid #ddd;
            background: #fff;
            font-size: 14px;
            font-weight: 400
        }

        .my_movie li:first-child a {
            margin-right: -1px
        }


.movie_check {
    position: relative;
    top: 0;
}

.movie_check {
    font-weight: 400;
    font-size: 14px;
}

.my_list {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    margin-top: 10px !important;
    padding: 0 !important
}

h4 {
    font-size: 15px;
}


.img_view label {
    padding-top: 10px;
    padding-left: 10px;
}

.my_search_word {
    width: 100%;
    padding: 20px 10px;
    padding-bottom: 20px;
    background: #fff;
    margin-left: 3%;
    display: block
}

    .my_search_word:after {
        clear: both;
        display: block;
        content: ''
    }



    .my_search_word li {
        width: 47%;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 10px;
        float: left;
        font-size: 14px;
        text-align: center;
        margin-right: 1%;
        margin-bottom: 5px;
    }

        .my_search_word li:nth-child(even) {
            float: right;
        }

        .my_search_word li em {
            margin-top: 2px;
            margin-right: 5px;
            float: right;
        }

            .my_search_word li em a {
                color: #448aca
            }

.search_word li span a {
    float: right;
    margin-right: 15px;
}

.dic_text {
    border: 1px solid #ddd;
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    font-family: 'Noto Sans KR', sans-serif;
}

.popular_word {
    margin: 10px
}

    .popular_word ul:after {
        clear: both;
        display: block;
        content: ''
    }


    .popular_word li {
        float: left;
    }



        .popular_word li a {
            display: inline-block;
            padding: 2px 15px;
            border-radius: 20px;
            margin-right: 5px;
            margin: 0 5px 5px 0;
            font-size: 14px;
            color: #666;
            background: #f2f2f2;
        }


.dic {
    margin-top: 10px;
    min-height: 350px;
}

.dic_select {
    border: 1px solid #ddd;
    width: 100%;
    height: 42px;
    color: #111;
    background: #fff;
    line-height: 40px;
    padding-left: 10px;
    font-size: 14px;
}

    .dic_select select {
        width: 100%;
        height: 42px;
    }


.btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666 !important;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    .btn:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
        background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        background-color: #f6f6f6;
    }

    .btn:active {
        position: relative;
        top: 1px;
    }

    .btn i {
        color: #0099df;
        padding-right: 5px;
    }

.goods {
    outline: 1px solid #e2e2e2
}

.icon_no {
    margin: auto auto
}

.intro_area {
    display: table-row;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(#5cc7fb, #45b9f2, #5482c1 );*/
    z-index: 1;
    position: relative
}

.intro {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    background: url(/img/intro_bg.jpg) repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.logo_intro {
    position: absolute;
    top: 50%;
    left: 50%;
}

    .logo_intro a {
        height: 60px;
        width: 220px;
        display: block;
        background: url(/img/intro_logo.png) no-repeat 0 13px;
        background-size: 175px;
        float: left;
        margin-top: -30px;
        margin-left: -110px;
        display: inline-block;
        height: 60px;
        z-index: 3
    }

    .logo_intro i {
        float: right;
        color: #fff;
        font-size: 35px;
        margin-top: 10px;
    }

.myform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1.1rem;
    outline: 0;
    margin-top: 10px;
}

.tx-tfm {
    text-transform: uppercase;
}

.mybtn {
    border-radius: 50px;
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 40px;
    text-align: center;
    outline: none;
    border: 1px solid lightgrey;
}

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


form .error {
    color: #ff0000;
}

.mail_txt {
    margin-top: 10px;
    font-size: 12px;
    padding: 15px;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    line-height: 1.5
}

.txt_info {
    color: #448aca;
    line-height: 1.2
}

@-webkit-keyframes wd-ShakeNext {

    25% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }



    50% {
        -webkit-transform: translate3d(-3px,0,0);
        transform: translate3d(-3px,0,0)
    }



    75% {
        -webkit-transform: translate3d(3px,0,0);
        transform: translate3d(3px,0,0)
    }
}



@keyframes wd-ShakeNext {

    25% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }



    50% {
        -webkit-transform: translate3d(-3px,0,0);
        transform: translate3d(-3px,0,0)
    }



    75% {
        -webkit-transform: translate3d(3px,0,0);
        transform: translate3d(3px,0,0)
    }
}

hr {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #e2e2e2
}

.no_result {
    text-align: center;
    margin: 50px 0
}

    .no_result i {
        margin-right: 10px;
        color: #448aca
    }


@-webkit-keyframes wd-ShakeNext {
    25% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    50% {
        -webkit-transform: translate3d(-3px,0,0);
        transform: translate3d(-3px,0,0)
    }

    75% {
        -webkit-transform: translate3d(3px,0,0);
        transform: translate3d(3px,0,0)
    }
}

@keyframes wd-ShakeNext {
    25% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    50% {
        -webkit-transform: translate3d(-3px,0,0);
        transform: translate3d(-3px,0,0)
    }

    75% {
        -webkit-transform: translate3d(3px,0,0);
        transform: translate3d(3px,0,0)
    }
}

.movie_txt {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


object {
    position: relative;
    z-index: 1;
}



.fix_top {
    z-index: 9999;
    right: 10px;
    bottom: 15px;
    position: fixed;
    font-size: 30px;
    opacity: 0.5
}


.iw_inner {
    padding: 10px;
    border-radius: 10px;
    text-align: left;
}

    .iw_inner h3 {
        font-size: 15px;
        font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        color: #729eb9;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .iw_inner div {
        font-size: 13px;
        font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        color: #47464b;
        font-weight: bold;
        line-height: 1.5
    }

        .iw_inner div:after {
            clear: both;
            display: block;
            content: ''
        }

    .iw_inner > div > a {
        background: #e18884;
        color: #fff;
        border-radius: 3px;
        float: left;
        width: calc(50% - 5px);
        height: 35px;
        line-height: 35px;
        color: #fff;
        display: block;
        text-align: center;
        margin-top: 10px;
        font-weight: normal
    }

        .iw_inner > div > a:last-child {
            margin-left: 10px;
            background: #8bb1c6;
        }



        .iw_inner > div > a:hover {
            position: relative;
            top: 1px;
            left: 1px
        }

.direct_bth2 {
    margin: 0 -20px;
}

    .direct_bth2 li {
        width: 25%;
        float: left;
        text-align: center;
        padding: 0;
        border-color: #fff;
    }

        .direct_bth2 li a {
            padding: 0 !important
        }

.lnb a {
    text-decoration: none;
}

.direct_bth2 li img {
    width: 65px;
    margin: 0 auto;
}
