@charset "UTF-8";
@font-face {
    font-weight: 300;
    src: url(/common/font/NanumSquareL.eot);
    src: url(/common/font/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(/common/font/NanumSquareL.woff) format("woff"), url(/common/font/NanumSquareL.ttf) format("truetype");
}

@font-face {
    font-weight: 400;
    src: url(/common/font/NanumSquareR.eot);
    src: url(/common/font/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(/common/font/NanumSquareR.woff) format("woff"), url(/common/font/NanumSquareR.ttf) format("truetype");
}

@font-face {
    font-weight: 700;
    src: url(/common/font/NanumSquareB.eot);
    src: url(/common/font/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(/common/font/NanumSquareB.woff) format("woff"), url(/common/font/NanumSquareB.ttf) format("truetype");
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/** Remove default margin. */
body {
    margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template {
    display: none;
}

/* Links ========================================================================== */
/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover {
    outline: 0;
}

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
    border-bottom: 1px dotted;
}

/** Address styling not present in Safari and Chrome. */
dfn {
    font-style: italic;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 {
    font-size: 2em;
}

/** Address styling not present in IE 8/9. */
mark {
    color: #000;
    background: #ff0;
}

/** Address inconsistent and variable font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img {
    border: 0;
}

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure {
    margin: 1em 40px;
}

/** Address differences between Firefox and other browsers. */
hr {
    box-sizing: content-box;
    height: 0;
}

/** Contain overflow in all browsers. */
pre {
    overflow: auto;
}

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea {
    margin: 0; /* 3 */
}

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
    overflow: visible;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select {
    text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type='button'], input[type='reset'], input[type='submit'] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
}

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
    cursor: default;
}

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
    line-height: normal;
}

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type='search'] {
    box-sizing: content-box; /* 2 */
    -webkit-appearance: textfield; /* 1 */
}

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** Define consistent border, margin, and padding. */
fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
    padding: 0; /* 2 */
    border: 0; /* 1 */
}

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
    overflow: auto;
}

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
    font-weight: 700;
}

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

address, em {
    font-style: normal;
}

hr {
    display: none;
}

form {
    margin: 0;
}

/* table */
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

th, td {
    word-break: break-all;
    background-clip: padding-box;
}

th.posr, td.posr {
    position: relative;
}

/*caption {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
}*/

fieldset {
    border: none;
}

/*  form */
button {
    font-weight: normal;
    width: auto;
    padding: 0;
    border: 0;
    background: none;
}

textarea {
    resize: none;
}

a, img, input, button, select, textarea {
    vertical-align: middle;
}

a, button {
    display: inline-block;
}

a:focus, a:active, a:hover, button:focus, button:active, button:hover {
    text-decoration: none;
}

ul, ol, dl {
    margin: 0;
    padding: 0;
}

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

.fll {
    float: left !important;
}

.fln {
    float: none !important;
}

.flr {
    float: right !important;
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.vabl {
    vertical-align: baseline;
}

.wa {
    width: auto !important;
}

a.big, button.big, input.big {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    min-width: 150px;
}

@media (max-width: 1023px) {
    a.big, button.big, input.big {
        font-size: 13px;
        height: 40px;
        line-height: 38px;
        padding: 0;
        min-width: 90px;
        font-size: 12px;
    }
}

a.bigger, button.bigger, input.bigger {
    height: 60px;
    line-height: 58px;
    font-size: 20px;
    min-width: 200px;
}

@media (max-width: 1023px) {
    a.bigger, button.bigger, input.bigger {
        height: 45px;
        line-height: 43px;
        padding: 0;
        min-width: 160px;
        font-size: 14px;
    }
}

a.small, button.small, input.small {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    min-width: 77px;
    padding: 0 15px;
}

@media (max-width: 1023px) {
    a.small, button.small, input.small {
        height: 40px;
        line-height: 40px;
        padding: 0;
        min-width: 90px;
        font-size: 13px;
    }
}

a.line-blue, button.line-blue, input.line-blue {
    color: #0c4ca3;
    border-color: #0c4ca3;
}

a.line-black, button.line-black, input.line-black {
    color: #000;
    border-color: #000;
}

a.flat-blue, button.flat-blue, input.flat-blue {
    color: #fff;
    border-color: #3f7ac6;
    background-color: #3f7ac6;
}

a.flat-gray, button.flat-gray, input.flat-gray {
    color: #fff;
    border-color: #666;
    background-color: #666;
}

a.flat-black, button.flat-black, input.flat-black {
    color: #fff;
    border-color: #31353a;
    background-color: #31353a;
}

.member-tab {
    width: 100%;
    font-size: 0;
    margin-bottom: 30px;
}

.member-tab a {
    display: inline-block;
    width: 50%;
    border: 1px solid #ececec;
    height: 70px;
    line-height: 68px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.member-tab a.active {
    background-color: #3f7ac6;
    border-color: #3f7ac6;
    color: #fff;
}

@media (max-width: 1023px) {
    .member-tab {
        margin-bottom: 25px;
    }

    .member-tab a {
        height: 45px;
        line-height: 43px;
        font-size: 14px;
    }
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 108px;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    z-index: 2;
}

header h1 {
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -16px;
}

header h1 a {
    display: block;
}

header h1 a img {
    display: block;
}

header .util {
    font-size: 0;
    position: absolute;
    top: 43px;
    right: 30px;
}

header .util a {
    font-size: 14px;
    color: #000;
    position: relative;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
}

header .util a img {
    display: block;
}

header .util a + a {
    margin-left: 10px;
    padding-left: 11px;
}

header .util a + a:before {
    display: block;
    content: '';
    width: 1px;
    height: 8px;
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

header .util button {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    width: 28px;
    height: 22px;
    background: url("/images/common/btn-menu-all.png") 0 50% no-repeat;
    margin-left: 30px;
}

header .mobile {
    display: none;
}

header .mobile .head {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 15px 20px 25px;
}

header .mobile .head h1, header .mobile .head > button {
    display: block;
}

header .mobile .head h1 img, header .mobile .head > button img {
    display: block;
    width: 100%;
}

header .mobile .head h1 {
    float: left;
    width: 110px;
    position: static;
    margin: 0;
}

header .mobile .head > button {
    float: right;
    width: 39px;
}

@media (max-width: 1023px) {
    header {
        height: 75px;
        overflow: hidden;
    }

    header .pc {
        display: none;
    }

    header .mobile {
        display: block;
    }
}

#gnb {
    font-size: 0;
    text-align: center;
    background-color: #fff;
}

@media (max-width: 1300px) {
    #gnb {
        display: none;
    }
}

#gnb > ul > li {
    display: inline-block;
    height: 107px;
    line-height: 107px;
    vertical-align: top;
}

#gnb > ul > li + li {
    margin-left: 40px;
}

#gnb > ul > li:hover > a, #gnb > ul > li.active > a {
    color: #0c4ca3;
}

#gnb > ul > li:hover > a:before, #gnb > ul > li.active > a:before {
    width: 100%;
    transform: scaleX(1);
}

#gnb > ul > li:hover > a + ul, #gnb > ul > li.active > a + ul {
    top: 107px;
}

#gnb > ul > li > a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    position: relative;
}

#gnb > ul > li > a:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    transform: scaleX(0);
    background-color: #3f7ac6;
    transition: transform .3s;
}

#gnb > ul > li > ul {
    width: 100%;
    background-color: #f5f5f5;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1;
    transition: all .2s ease-in-out;
    font-size: 0;
    text-align: center;
}

#gnb > ul > li > ul > li {
    display: inline-block;
}

#gnb > ul > li > ul > li + li {
    margin-left: 40px;
}

#gnb > ul > li > ul > li a {
    font-size: 14px;
    color: #666;
}

#gnb > ul > li > ul > li a:hover, #gnb > ul > li > ul > li a.active {
    color: #0c4ca3;
    font-weight: 700;
}

#mobile-gnb {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #f5f5f5;
    transition: all .2s ease-in-out;
    opacity: 0;
}

#mobile-gnb.active {
    left: 0;
    opacity: 1;
}

#mobile-gnb .top {
    background-color: #0c4ca3;
    height: 105px;
    padding: 20px 15px 0 25px;
    margin-bottom: -30px;
}

#mobile-gnb .top .logo {
    width: 105px;
    float: left;
}

#mobile-gnb .top .logo img {
    display: block;
    width: 100%;
}

#mobile-gnb .top .mo-gnb-close {
    display: block;
    float: right;
    width: 39px;
    height: 35px;
    background: url("/images/common/btn-close-m.png") 0 0 no-repeat;
    background-size: 100%;
}

#mobile-gnb .body {
    padding: 0 15px 15px;
}

#mobile-gnb .body .mobile-util {
    border: 1px solid #eaeaea;
    border-bottom-color: #cbcbcb;
    height: 60px;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
}

#mobile-gnb .body .mobile-util a {
    display: inline-block;
    font-size: 15px;
    height: 58px;
    line-height: 58px;
    position: relative;
}

#mobile-gnb .body .mobile-util a + a {
    padding-left: 16px;
    margin-left: 15px;
}

#mobile-gnb .body .mobile-util a + a:before {
    display: block;
    content: '';
    width: 1px;
    height: 9px;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

#mobile-gnb .body .nav {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 50px;
}

#mobile-gnb .body .nav > li {
    background-color: #fff;
    position: relative;
    border: 1px solid #eaeaea;
    border-bottom: none;
    overflow: hidden;
}

#mobile-gnb .body .nav > li.active {
    background-color: #fafafa;
}

#mobile-gnb .body .nav > li.active > button:before {
    background-position: -35px 0;
}

#mobile-gnb .body .nav > li.active ul {
    max-height: 500px;
    padding-bottom: 12px;
}

#mobile-gnb .body .nav > li > button {
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    width: 100%;
    text-align: left;
}

#mobile-gnb .body .nav > li > button:before {
    display: block;
    content: '';
    width: 35px;
    height: 35px;
    background: url("/common/images/common/spr-common-m.png") 0 0 no-repeat;
    background-size: 250px;
    position: absolute;
    top: 10px;
    right: 8px;
}

#mobile-gnb .body .nav > li ul {
    max-height: 0px;
    transition: all .3s ease-in-out;
    padding-bottom: 0;
}

#mobile-gnb .body .nav > li ul li a {
    display: block;
    width: 100%;
    padding-left: 35px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

#mobile-gnb .body .nav > li ul li a.active {
    background-color: #f0f0f0;
}

#mobile-gnb .body .link-wrap {
    font-size: 0;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
}

#mobile-gnb .body .link-wrap a {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    line-height: 49px;
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    background-color: #fff;
    padding-left: 20px;
    position: relative;
    text-align: left;
}

#mobile-gnb .body .link-wrap a:before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: url("/common/images/common/spr-common-m.png") -70px 0 no-repeat;
    background-size: 250px;
    position: absolute;
    top: 15px;
    right: 15px;
}

#mobile-gnb .body .link-switzen {
    border: 1px solid #eaeaea;
    border-bottom-color: #cbcbcb;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
}

#mobile-gnb .body .link-switzen a {
    display: block;
    height: 100%;
}

#mobile-gnb .body .link-switzen img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

footer {
    width: 100%;
    background-color: #28282e;
    padding: 41px 25px 25px;
}

footer .mobile {
    display: none;
}

footer .etc-link {
    margin-top: 0;
    float: none;
}

footer .etc-link a {
    display: block;
    font-size: 12px;
    color: #ababab;
    line-height: 30px;
    text-align: left;
}

footer .family-site-wrap {
    float: right;
}

footer .family-site-wrap .family-site {
    width: 200px;
    position: relative;
    margin-bottom: 30px;
}

footer .family-site-wrap .family-site.active button {
    border: 1px solid #ababab;
    border-bottom: none;
    padding: 13px 15px 6px;
}

footer .family-site-wrap .family-site.active button:before {
    width: 9px;
    background-position: -8px 0;
}

footer .family-site-wrap .family-site.active ul {
    display: block;
}

footer .family-site-wrap .family-site button {
    border-bottom: 1px solid #ababab;
    display: block;
    width: 100%;
    line-height: 100%;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #ababab;
    position: relative;
    text-align: left;
}

footer .family-site-wrap .family-site button:before {
    display: block;
    content: '';
    width: 8px;
    height: 6px;
    background: url("/images/common/spr-footer.png") 0 0 no-repeat;
    position: absolute;
    top: 15px;
    right: 14px;
}

footer .family-site-wrap .family-site ul {
    display: none;
    border: 1px solid #000;
    padding-bottom: 7px;
    border: 1px solid #ababab;
    border-top: none;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    background-color: #28282e;
}

footer .family-site-wrap .family-site ul li {
    padding-left: 15px;
}

footer .family-site-wrap .family-site ul li a {
    line-height: 27px;
    font-size: 14px;
    color: #ababab;
}

footer .family-site-wrap .family-site ul li a:hover {
    font-weight: 700;
    color: #fff;
}

footer .family-site-wrap .sns-wrap {
    font-size: 0;
    text-align: right;
}

footer .family-site-wrap .sns-wrap a {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: url("/images/common/spr-footer.png") 0 0 no-repeat;
}

footer .family-site-wrap .sns-wrap a + a {
    margin-left: 8px;
}

footer .family-site-wrap .sns-wrap a.facebook {
    background-position: -29px 0;
}

footer .family-site-wrap .sns-wrap a.twitter {
    background-position: -69px 0;
}

footer .family-site-wrap .sns-wrap a.insta {
    background-position: -109px 0;
}

@media (max-width: 1023px) {
    footer .family-site-wrap {
        float: none;
    }

    footer .family-site-wrap .sns-wrap {
        text-align: left;
        margin-bottom: 20px;
    }

    footer .family-site-wrap .sns-wrap a {
        width: 32px;
        height: 32px;
        background: url("/images/common/spr-footer-m.png") 0 0 no-repeat;
        background-size: 200px;
    }

    footer .family-site-wrap .sns-wrap a.facebook {
        background-position: 0 0;
    }

    footer .family-site-wrap .sns-wrap a.twitter {
        background-position: -32px 0;
    }

    footer .family-site-wrap .sns-wrap a.insta {
        background-position: -64px 0;
    }

    footer .family-site-wrap .family-site {
        width: 100%;
        height: 40px;
        border: 1px solid #999999;
        margin-bottom: 0;
    }

    footer .family-site-wrap .family-site button {
        display: block;
        width: 100%;
        height: 100%;
        border: none;
        color: #999;
        line-height: 38px;
        font-size: 12px;
        font-weight: 400;
        padding: 0 0 0 15px;
    }

    footer .family-site-wrap .family-site button:before {
        display: block;
        content: '';
        width: 9px;
        height: 6px;
        background: url("/images/common/spr-footer-m.png") -96px 0 no-repeat;
        background-size: 200px;
        position: absolute;
        top: 50%;
        right: 14px;
        margin-top: -3px;
    }

    footer .family-site-wrap .family-site select {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
}

footer .copy-wrap {
    clear: both;
    padding-top: 129px;
    color: #ababab;
}

footer .copy-wrap address {
    font-size: 12px;
    margin-bottom: 8px;
}

footer .copy-wrap .copy {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.05em;
}

@media (max-width: 1023px) {
    footer .copy-wrap {
        padding-top: 39px;
        font-size: 11px;
        color: #999;
        line-height: 16px;
        margin-bottom: 18px;
    }

    footer .copy-wrap address {
        margin-bottom: 16px;
    }
}

.btn-top {
    background-color: #242429;
    height: 80px;
    text-align: center;
    padding-top: 30px;
}

.btn-top button {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
}

.btn-top button:after {
    content: '';
    width: 12px;
    height: 6px;
    display: inline-block;
    background: url("/images/common/spr-footer.png") -17px 0 no-repeat;
    vertical-align: middle;
    margin-left: 10px;
}

@media (max-width: 1023px) {
    .btn-top {
        display: none;
    }
}

body.bgc {
    background-color: #f5f5f5;
}

#container.type-narrow {
    max-width: 1200px;
}

#container.type-fullpg {
    max-width: 100%;
}

#container.member {
    margin-top: 108px;
    max-width: 980px;
}

@media (max-width: 1023px) {
    #container.member {
        margin-top: 75px;
    }
}

#container.join {
    margin-top: 108px;
}

@media (max-width: 1023px) {
    #container.join {
        margin-top: 75px;
    }
}

#container .sub_tab {
    overflow: hidden;
    width: 800px;
    max-width: 100%;
    margin: 0 auto 50px auto;
}

#container .sub_tab li {
    float: left;
    border: 1px solid #bbb;
    height: 70px;
    line-height: 70px;
    margin-left: -1px;
}

#container .sub_tab li:first-child {
    margin-left: 0;
}

#container .sub_tab li.active {
    border: 1px solid #3f7ac6;
    position: relative;
    z-index: 1;
}

#container .sub_tab li.active a {
    color: #3f7ac6;
    font-weight: bold;
}

#container .sub_tab li a {
    font-size: 18px;
    color: #666;
    text-align: center;
    display: block;
}

#container .sub_tab.item2 li {
    width: 50%;
}

#container .sub_tab.item3 {
    width: 1200px;
}

#container .sub_tab.item3 li {
    width: calc(100% / 3);
}

@media (max-width: 1023px) {
    #container .sub_tab {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    #container .sub_tab.item3 {
        width: 100%;
    }

    #container .sub_tab li {
        height: 40px;
        line-height: 40px;
    }

    #container .sub_tab li a {
        font-size: 13px;
    }
}

.sub-visual {
    margin-top: 108px;
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: 50% 108px;
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    background-attachment: fixed;
}

.sub-visual.mypage {
    background-image: none;
    height: auto;
}

.sub-visual.mypage h2 {
    color: #000;
    font-weight: 100;
}

@media (max-width: 1023px) {
    .sub-visual.mypage {
        height: 220px;
        background-image: url("/images/temp/sub-kv.jpg");
    }

    .sub-visual.mypage h2 {
        color: #fff;
        font-weight: 400;
    }
}

.sub-visual.cs {
    background-image: url("/images/temp/sub-kv.jpg");
}

.sub-visual h2 {
    font-size: 42px;
    text-align: center;
    color: #fff;
    line-height: 100%;
}

.sub-visual .sub-nav {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.sub-visual .sub-nav a {
    display: inline-block;
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    background-color: rgba(12, 76, 163, 0.5);
    color: #fff;
}

.sub-visual .sub-nav a.active {
    background-color: #fff;
    color: #000;
}

.sub-visual .sub-nav.item3 {
    max-width: 651px;
    margin-left: -325.5px;
}

.sub-visual .sub-nav.item3 a {
    width: calc(100% / 3);
}

.sub-visual .sub-nav.item4 {
    max-width: 868px;
    margin-left: -434px;
}

.sub-visual .sub-nav.item4 a {
    width: calc(100% / 4);
}

.sub-visual .sub-nav.item5 {
    max-width: 1085px;
    margin-left: -542.5px;
}

.sub-visual .sub-nav.item5 a {
    width: calc(100% / 5);
}

.sub-visual .sub-nav.item6 {
    max-width: 1200px;
    margin-left: -600px;
}

.sub-visual .sub-nav.item6 a {
    width: 16.66667%;
}

.sub-visual .mo-sub-nav {
    display: none;
}

@media (max-width: 1023px) {
    .sub-visual {
        margin-bottom: 40px;
        height: 220px;
        margin-top: 75px;
        background-position: 50% 0;
        padding-top: 70px;
        background-attachment: inherit;
    }

    .sub-visual .sub-nav {
        display: none;
    }

    .sub-visual .mo-sub-nav {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 0;
    }

    .sub-visual .mo-sub-nav.ui-select {
        width: 100%;
        padding: 0 15px;
    }

    .sub-visual .mo-sub-nav.ui-select > button {
        width: 100%;
        height: 50px;
        border: none;
        background-color: rgba(12, 76, 163, 0.7);
        color: #fff;
        font-size: 15px;
        padding-left: 25px;
    }

    .sub-visual .mo-sub-nav.ui-select > button:before {
        right: 25px;
        background: url("/common/images/common/spr-common-m.png") -165px 0 no-repeat;
        background-size: 250px;
        width: 11px;
        height: 6px;
        margin-top: -3px;
    }

    .sub-visual .mo-sub-nav.ui-select > ul {
        border: 1px solid #666;
        border-top: none;
        padding: 10px 0 10px 25px;
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    .sub-visual .mo-sub-nav.ui-select > ul > li {
        border: none;
        line-height: 40px;
        height: 40px;
        padding-left: 0;
    }

    .sub-visual .mo-sub-nav.ui-select > ul > li.active {
        background: none;
    }

    .sub-visual .mo-sub-nav.ui-select.active > button {
        border: 1px solid #666;
        border-bottom-color: #ececec;
        background-color: #fff;
        color: #000;
    }

    .sub-visual .mo-sub-nav.ui-select.active > button:before {
        background-position: -176px 0;
    }

    .sub-visual h2 {
        font-size: 30px;
    }
}

.sub-title {
    margin-bottom: 50px;
}

.sub-title p {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin: -5px 0;
}

#breadcrumb {
    font-size: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 50px;
}

#breadcrumb a, #breadcrumb button, #breadcrumb span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    line-height: 16px;
    position: relative;
}

#breadcrumb a.home, #breadcrumb button.home, #breadcrumb span.home {
    width: 16px;
    height: 16px;
    background: url("/images/common/spr-common.png") 0 0 no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

#breadcrumb a + a, #breadcrumb a button, #breadcrumb a span, #breadcrumb button + a, #breadcrumb button button, #breadcrumb button span, #breadcrumb span + a, #breadcrumb span button, #breadcrumb span span {
    padding-left: 14px;
    margin-left: 10px;
}

#breadcrumb a + a:before, #breadcrumb a button:before, #breadcrumb a span:before, #breadcrumb button + a:before, #breadcrumb button button:before, #breadcrumb button span:before, #breadcrumb span + a:before, #breadcrumb span button:before, #breadcrumb span span:before {
    display: block;
    content: '';
    width: 5px;
    height: 7px;
    background: url("/images/common/spr-common.png") -16px 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
}

@media (max-width: 1023px) {
    #breadcrumb {
        width: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 186px;
        left: 0;
        text-align: center;
    }

    #breadcrumb a, #breadcrumb button, #breadcrumb span {
        height: 13px;
        line-height: 13px;
        font-size: 12px;
    }

    #breadcrumb a.home, #breadcrumb button.home, #breadcrumb span.home {
        width: 13px;
        height: 13px;
        background: url("/common/images/common/spr-common-m.png") -88px 0 no-repeat;
        background-size: 250px;
    }

    #breadcrumb a + a, #breadcrumb a button, #breadcrumb a span, #breadcrumb button + a, #breadcrumb button button, #breadcrumb button span, #breadcrumb span + a, #breadcrumb span button, #breadcrumb span span {
        padding-left: 10px;
        margin-left: 7px;
        color: #fff;
    }

    #breadcrumb a + a:before, #breadcrumb a button:before, #breadcrumb a span:before, #breadcrumb button + a:before, #breadcrumb button button:before, #breadcrumb button span:before, #breadcrumb span + a:before, #breadcrumb span button:before, #breadcrumb span span:before {
        width: 4px;
        height: 5px;
        margin-top: -2px;
        background: url("/common/images/common/spr-common-m.png") -101px 0 no-repeat;
        background-size: 250px;
    }
}

.member .sub-title {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 0;
}

.member .sub-title h2 {
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 50px;
}

.member .sub-title p {
    font-size: 22px;
    line-height: 32px;
    color: #666;
    margin: -25px 0 0;
    padding-bottom: 45px;
}

@media (max-width: 1023px) {
    .member .sub-title {
        padding: 70px 0 0;
        margin: 0 auto;
    }

    .member .sub-title.login {
        background-color: #fff;
        padding: 70px 57px 0;
    }

    .member .sub-title h2 {
        font-size: 27px;
        margin-bottom: 40px;
    }

    .member .sub-title p {
        font-size: 14px;
        margin-top: -23px;
        line-height: 21px;
        padding-bottom: 32px;
    }
}

.member .member-content {
    width: 100%;
    position: relative;
    border: 1px solid #ececec;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    font-size: 0;
}

.member .member-content .phone, .member .member-content .ipin {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding-top: 59px;
    padding-bottom: 80px;
}

.member .member-content .phone:before, .member .member-content .ipin:before {
    display: block;
    content: '';
    width: 220px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto 30px;
}

.member .member-content .phone h3, .member .member-content .ipin h3 {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 15px;
}

.member .member-content .phone h3 span, .member .member-content .ipin h3 span {
    display: none;
}

.member .member-content .phone p, .member .member-content .ipin p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    width: 250px;
    margin: 0 auto 25px;
}

.member .member-content .phone {
    border-right: 1px solid #ececec;
}

.member .member-content .phone:before {
    background-image: url("/images/member/bg-phone.png");
}

.member .member-content .ipin:before {
    background-image: url("/images/member/bg-ipin.png");
}

.member .member-content.login {
    height: 550px;
    padding-left: 489px;
    padding-top: 109px;
    padding-right: 59px;
}

.member .member-content.login .img {
    display: block;
    width: 430px;
    height: 100%;
    background: url("/images/temp/login.png") 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.member .member-content.login .login-box {
    padding: 0 50px;
    margin-bottom: 70px;
}

.member .member-content.login .login-box .id, .member .member-content.login .login-box .pw {
    position: relative;
}

.member .member-content.login .login-box .id:before, .member .member-content.login .login-box .pw:before {
    display: block;
    content: '';
    background: url("/images/common/spr-common.png") 0 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
}

.member .member-content.login .login-box .id:before {
    width: 22px;
    height: 12px;
    margin-top: -6px;
    right: 18px;
    background-position: -118px 0;
}

.member .member-content.login .login-box .pw {
    margin-top: 10px;
}

.member .member-content.login .login-box .pw:before {
    right: 25px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    background-position: -140px 0;
}

.member .member-content.login .login-box input, .member .member-content.login .login-box button {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: none;
}

.member .member-content.login .login-box input {
    background-color: #f5f5f5;
}

.member .member-content.login .login-box button {
    margin-top: 10px;
    background-color: #3f7ac6;
    color: #fff;
    font-size: 20px;
}

.member .member-content.login .login-box .find-wrap {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.member .member-content.login .login-box .find-wrap a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 100%;
}

.member .member-content.login .login-box .find-wrap a + a {
    margin-left: 21px;
    padding-left: 22px;
}

.member .member-content.login .login-box .find-wrap a + a:before {
    display: block;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #999;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    left: 0;
}

.member .member-content.login .join-box {
    padding-right: 160px;
    position: relative;
}

.member .member-content.login .join-box p {
    font-size: 14px;
    line-height: 24px;
    margin: -5px 0;
    color: #666;
}

.member .member-content.login .join-box p strong {
    display: block;
}

.member .member-content.login .join-box .btn {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1023px) {
    .member .member-content.login {
        padding: 0 25px 100px;
        margin-bottom: -100px;
        border: none;
        height: auto;
    }

    .member .member-content.login .img {
        display: none;
    }

    .member .member-content.login .login-box {
        padding: 0;
        margin-bottom: 40px;
    }

    .member .member-content.login .login-box .id, .member .member-content.login .login-box .pw {
        border: 1px solid #ececec;
    }

    .member .member-content.login .login-box .id:before, .member .member-content.login .login-box .pw:before {
        background: url("/common/images/common/spr-common-m.png") 0 0 no-repeat;
        background-size: 250px;
    }

    .member .member-content.login .login-box .id:before {
        width: 20px;
        height: 11px;
        margin-top: -6px;
        right: 18px;
        background-position: 0 -35px;
    }

    .member .member-content.login .login-box .pw {
        margin-top: 5px;
    }

    .member .member-content.login .login-box .pw:before {
        right: 25px;
        width: 8px;
        height: 13px;
        margin-top: -7px;
        background-position: -20px -35px;
    }

    .member .member-content.login .login-box input, .member .member-content.login .login-box button {
        display: block;
        width: 100%;
        height: 48px;
        line-height: 48px;
        border: none;
    }

    .member .member-content.login .login-box button {
        margin-top: 15px;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

    .member .member-content.login .login-box .find-wrap {
        text-align: center;
        font-size: 0;
        margin-top: 20px;
    }

    .member .member-content.login .login-box .find-wrap a {
        display: inline-block;
        position: relative;
        font-size: 12px;
        line-height: 100%;
    }

    .member .member-content.login .login-box .find-wrap a + a {
        margin-left: 15px;
        padding-left: 16px;
    }

    .member .member-content.login .login-box .find-wrap a + a:before {
        height: 8px;
        background-color: #000;
        margin-top: -4px;
    }

    .member .member-content.login .join-box {
        padding-right: 110px;
        position: relative;
    }

    .member .member-content.login .join-box p {
        font-size: 13px;
        line-height: 20px;
        margin: -3px 0;
        color: #666;
    }

    .member .member-content.login .join-box p strong {
        font-size: 15px;
        color: #000;
    }

    .member .member-content.login .join-box .btn {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.member .member-content.find-pw .phone, .member .member-content.find-pw .ipin {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding-top: 59px;
    padding-bottom: 80px;
}

.member .member-content.find-pw .phone:before, .member .member-content.find-pw .ipin:before {
    margin-bottom: -33px;
}

.member .member-content.find-pw .phone h3, .member .member-content.find-pw .ipin h3 {
    margin-bottom: 20px;
}

.member .member-content.find-pw .phone p, .member .member-content.find-pw .ipin p {
    margin: 0 auto 25px;
}

.member .member-content.find-pw .phone input, .member .member-content.find-pw .ipin input {
    width: 240px;
    height: 44px;
    border: 2px solid #555;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 15px;
}

@media (max-width: 1023px) {
    .member .member-content .phone, .member .member-content .ipin {
        padding-top: 24px;
        padding-bottom: 35px;
    }

    .member .member-content .phone:before, .member .member-content .ipin:before {
        width: 110px;
        height: 110px;
        margin: 0 auto 30px;
        background-size: 100%;
    }

    .member .member-content .phone h3, .member .member-content .ipin h3 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 13px;
    }

    .member .member-content .phone h3 em, .member .member-content .ipin h3 em {
        display: none;
    }

    .member .member-content .phone h3 strong, .member .member-content .ipin h3 strong {
        display: none;
    }

    .member .member-content .phone h3 span, .member .member-content .ipin h3 span {
        display: block;
    }

    .member .member-content .phone p, .member .member-content .ipin p {
        font-size: 12px;
        line-height: 17px;
        width: 130px;
        margin: 0 auto 13px;
    }

    .member .member-content .phone .btn em, .member .member-content .ipin .btn em {
        display: none;
    }

    .member .member-content.find-pw .phone, .member .member-content.find-pw .ipin {
        padding-top: 24px;
        padding-bottom: 35px;
    }

    .member .member-content.find-pw .phone:before, .member .member-content.find-pw .ipin:before {
        margin-bottom: -12px;
    }

    .member .member-content.find-pw .phone h3, .member .member-content.find-pw .ipin h3 {
        margin-bottom: 10px;
    }

    .member .member-content.find-pw .phone input, .member .member-content.find-pw .ipin input {
        width: 133px;
        height: 35px;
        border-width: 1px;
        font-size: 12px;
        line-height: 33px;
        margin-bottom: 10px;
    }

    .member .member-content.find-pw .phone p, .member .member-content.find-pw .ipin p {
        margin-bottom: 13px;
    }
}

@media (max-width: 1023px) {
    .member {
        padding: 0 15px;
    }

    .member.login {
        padding: 0;
    }
}

.member .notice {
    margin-top: 50px;
    margin-bottom: -5px;
}

.member .notice dt {
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 15px;
}

.member .notice dd {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    position: relative;
    padding-left: 9px;
    margin-left: 150px;
}

.member .notice dd:before {
    display: block;
    content: '';
    width: 2px;
    height: 2px;
    background-color: #3a3a3a;
    position: absolute;
    top: 11px;
    left: 0;
}

@media (max-width: 1023px) {
    .member .notice {
        margin-top: 40px;
    }

    .member .notice dt {
        font-weight: 700;
        font-size: 16px;
    }

    .member .notice dd {
        font-size: 13px;
        line-height: 18px;
        margin-left: 0;
    }

    .member .notice dd:before {
        position: absolute;
        top: 7px;
        left: 0;
    }

    .member .notice dd + dd {
        margin-top: 3px;
    }
}

.join .sub-title {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 0;
}

.join .sub-title h2 {
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 50px;
}

.join .sub-title p {
    font-size: 22px;
    line-height: 32px;
    color: #666;
    margin: -25px 0 0;
    padding-bottom: 45px;
}

@media (max-width: 1023px) {
    .join .sub-title {
        padding: 70px 0 0;
        margin: 0 auto;
    }

    .join .sub-title.login {
        background-color: #fff;
        padding: 70px 57px 0;
    }

    .join .sub-title h2 {
        font-size: 27px;
        margin-bottom: 40px;
    }

    .join .sub-title p {
        font-size: 14px;
        margin-top: -23px;
        line-height: 21px;
        padding-bottom: 32px;
    }
}

.join-step {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

.join-step > div {
    display: table-cell;
    height: 110px;
    vertical-align: middle;
    padding-left: 30px;
    font-size: 0;
    width: 25%;
    background-color: #f5f5f5;
    border: 1px solid #ececec;
    border-bottom-color: #dbdbdb;
}

.join-step > div + div {
    border-left: none;
}

.join-step > div.active {
    background-color: #3f7ac6;
    border-color: #3f7ac6;
}

.join-step > div.active span, .join-step > div.active strong, .join-step > div.active p {
    color: #fff;
}

.join-step > div span, .join-step > div strong {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #666;
    line-height: 100%;
}

.join-step > div p {
    margin-top: 20px;
    font-size: 20px;
    color: #666;
    line-height: 100%;
}

@media (max-width: 1023px) {
    .join-step {
        margin-bottom: 0;
    }

    .join-step > div {
        width: 18%;
        height: 70px;
        text-align: center;
        border-bottom-color: #ececec;
        padding: 0;
    }

    .join-step > div.active {
        width: 46%;
        text-align: left;
        padding-left: 20px;
    }

    .join-step > div.active span, .join-step > div.active strong {
        font-size: 12px;
        font-weight: 600;
    }

    .join-step > div.active strong {
        display: inline-block;
        margin-top: 0;
    }

    .join-step > div.active p {
        display: block;
        font-size: 13px;
        margin-top: 10px;
    }

    .join-step > div span {
        font-size: 10px;
    }

    .join-step > div strong {
        display: block;
        font-size: 15px;
        margin-top: 9px;
    }

    .join-step > div p {
        display: none;
    }
}

.join-notice {
    font-size: 22px;
    line-height: 32px;
    margin: -5px 0 45px 0;
    text-align: center;
    color: #666;
}

@media (max-width: 1023px) {
    .join-notice {
        font-size: 14px;
        line-height: 21px;
        color: #000;
        margin: -3px 0 27px 0;
    }
}

.join-content {
    max-width: 980px;
    width: 100%;
    position: relative;
    border: 1px solid #ececec;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    font-size: 0;
    margin: 0 auto;
}

.join-content .phone, .join-content .ipin {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding-top: 59px;
    padding-bottom: 80px;
}

.join-content .phone:before, .join-content .ipin:before {
    display: block;
    content: '';
    width: 220px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto 30px;
}

.join-content .phone h3, .join-content .ipin h3 {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 15px;
}

.join-content .phone h3 span, .join-content .ipin h3 span {
    display: none;
}

.join-content .phone p, .join-content .ipin p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    width: 250px;
    margin: 0 auto 25px;
}

.join-content .phone {
    border-right: 1px solid #ececec;
}

.join-content .phone:before {
    background-image: url("/images/member/bg-phone.png");
}

.join-content .ipin:before {
    background-image: url("/images/member/bg-ipin.png");
}

@media (max-width: 1023px) {
    .join-content {
        width: calc(100% - 40px);
    }

    .join-content .phone, .join-content .ipin {
        padding-top: 24px;
        padding-bottom: 35px;
    }

    .join-content .phone:before, .join-content .ipin:before {
        width: 110px;
        height: 110px;
        margin: 0 auto 17px;
        background-size: 100%;
    }

    .join-content .phone h3, .join-content .ipin h3 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 13px;
    }

    .join-content .phone h3 em, .join-content .ipin h3 em {
        display: none;
    }

    .join-content .phone h3 strong, .join-content .ipin h3 strong {
        display: none;
    }

    .join-content .phone h3 span, .join-content .ipin h3 span {
        display: block;
    }

    .join-content .phone p, .join-content .ipin p {
        font-size: 12px;
        line-height: 17px;
        width: 130px;
        margin: 0 auto 13px;
    }

    .join-content .phone .btn em, .join-content .ipin .btn em {
        display: none;
    }

    .join-content.find-pw .phone, .join-content.find-pw .ipin {
        padding-top: 24px;
        padding-bottom: 35px;
    }

    .join-content.find-pw .phone:before, .join-content.find-pw .ipin:before {
        margin-bottom: -12px;
    }

    .join-content.find-pw .phone h3, .join-content.find-pw .ipin h3 {
        margin-bottom: 10px;
    }

    .join-content.find-pw .phone input, .join-content.find-pw .ipin input {
        width: 133px;
        height: 35px;
        border-width: 1px;
        font-size: 12px;
        line-height: 33px;
        margin-bottom: 10px;
    }

    .join-content.find-pw .phone p, .join-content.find-pw .ipin p {
        margin-bottom: 13px;
    }
}

.join-term .check-all > div {
    background-color: #e8e9f8;
    border: 1px solid #d9dbef;
    text-align: center;
    position: relative;
    padding: 38px 0;
    margin-bottom: 50px;
}

.join-term .check-all > div p {
    color: #000;
    font-size: 22px;
}

.join-term .check-all > div p br {
    display: none;
}

.join-term .check-all > div > div {
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -12px;
}

.join-term .term-box + .term-box {
    margin-top: 30px;
}

.join-term .term-box h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}

.join-term .term-box .text {
    white-space: pre-line;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 330px;
    overflow-y: auto;
    padding: 33px 40px;
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
}

.join-term .term-box .text.short {
    height: 141px;
}

.join-term .term-box .radio-wrap {
    text-align: right;
    padding: 0 30px 0 40px;
}

.join-term .term-box .radio-wrap p {
    float: left;
    font-size: 16px;
    line-height: 24px;
}

.join-term .term-box .radio-wrap label + label {
    margin-left: 47px;
}

@media (max-width: 1023px) {
    .join-term .check-all {
        padding: 15px 15px 0 15px;
    }

    .join-term .check-all:after {
        display: block;
        content: '';
        width: calc(100% + 30px);
        margin-left: -15px;
        height: 7px;
        background-color: #f5f5f5;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        margin-top: 15px;
    }

    .join-term .check-all > div {
        text-align: left;
        padding: 18px 20px 20px;
        margin-bottom: 0;
    }

    .join-term .check-all > div p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 13px;
    }

    .join-term .check-all > div p br {
        display: block;
    }

    .join-term .check-all > div > div {
        position: static;
        margin-top: 0;
        text-align: right;
    }

    .join-term .term-box {
        padding-top: 30px;
    }

    .join-term .term-box:after {
        display: block;
        content: '';
        width: 100%;
        height: 7px;
        background-color: #f5f5f5;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        margin-top: 20px;
    }

    .join-term .term-box + .term-box {
        margin-top: 0;
    }

    .join-term .term-box h3 {
        font-size: 16px;
        margin-bottom: 0;
        padding: 0 25px;
    }

    .join-term .term-box .text {
        font-size: 13px;
        line-height: 20px;
        padding: 17px 25px;
        border: none;
        height: 233px;
    }

    .join-term .term-box .text.short {
        height: 233px;
    }

    .join-term .term-box .radio-wrap {
        padding: 0 25px;
    }

    .join-term .term-box .radio-wrap:before {
        display: block;
        content: '';
        border-top: 1px solid #ececec;
        margin-bottom: 20px;
    }

    .join-term .term-box .radio-wrap p {
        font-size: 12px;
        line-height: 100%;
        margin-bottom: 15px;
    }

    .join-term .term-box .radio-wrap span {
        display: block;
        clear: both;
    }

    .join-term .term-box .radio-wrap span em {
        font-size: 12px;
    }

    .join-term .term-box .radio-wrap label + label {
        margin-left: 16px;
    }
}

.join-done {
    text-align: center;
    padding-top: 120px;
}

.join-done:before {
    display: block;
    content: '';
    width: 65px;
    height: 48px;
    background: url("/images/member/bg-join-done.png") 0 0 no-repeat;
    margin: 0 auto 45px;
}

.join-done h3 {
    font-size: 40px;
    margin-bottom: 25px;
}

.join-done p {
    font-size: 18px;
    color: #666;
    line-height: 100%;
}

.join-done p br {
    display: none;
}

.join-done + .btn-wrap {
    margin-top: 140px !important;
}

@media (max-width: 1023px) {
    .join-done {
        padding-top: 100px;
    }

    .join-done:before {
        width: 65px;
        height: 48px;
        background: url("/images/member/bg-join-done-m.png") 0 0 no-repeat;
        background-size: 100%;
        margin: 0 auto 30px;
    }

    .join-done h3 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 13px;
    }

    .join-done p {
        font-size: 14px;
        color: #666;
        line-height: 19px;
    }

    .join-done p br {
        display: block;
    }

    .join-done + .btn-wrap {
        margin-top: 56px !important;
    }
}

.join .necessary {
    text-align: right;
    font-size: 16px;
    padding-right: 30px;
    line-height: 100%;
    margin-top: -20px;
    margin-bottom: 30px;
}

.join .necessary em {
    font-size: 18px;
    color: #3f7ac6;
}

@media (max-width: 1023px) {
    .join .necessary {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .join .necessary em {
        font-size: 16px;
    }
}

.join .table-row.join {
    border-top-width: 1px;
}

.join .table-row.join .row > div.td input[type=text], .join .table-row.join .row > div.td input[type=password] {
    max-width: 300px;
}

.join .table-row.join .row > div.td input[type=text].transparent, .join .table-row.join .row > div.td input[type=password].transparent {
    padding-left: 0;
}

@media (max-width: 1023px) {
    .join .table-row.join {
        width: calc(100% - 15px);
        margin: 0 auto;
    }

    .join .table-row.join .row > div.th, .join .table-row.join .row > div.td {
        padding: 0 10px;
    }

    .join .table-row.join .row > div.td input[type=text], .join .table-row.join .row > div.td input[type=password] {
        max-width: 100%;
    }

    .join .table-row.join .row > div.td input[type=text].transparent, .join .table-row.join .row > div.td input[type=password].transparent {
        padding-left: 15px;
    }
}

.join .btn-wrap {
    text-align: center;
    font-size: 0;
    margin-top: 80px;
}

.join .btn-wrap .btn {
    margin: 0 3px;
}

@media (max-width: 1023px) {
    .join .btn-wrap {
        margin-top: 25px;
    }
}

.faq-link-wrap p {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin: -5px 0 45px;
}

.faq-link-wrap p strong {
    display: block;
}

.faq-link-wrap p br {
    display: none;
}

.faq-link-wrap .faq-link {
    border: 1px solid #dbdbdb;
    font-size: 0;
    margin-bottom: 50px;
}

.faq-link-wrap .faq-link > div {
    text-align: center;
    display: inline-block;
    width: 33.33333%;
    padding: 59px 0 49px;
}

.faq-link-wrap .faq-link > div + div {
    border-left: 1px solid #dbdbdb;
}

.faq-link-wrap .faq-link > div strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.faq-link-wrap .faq-link > div span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin: 12px 0 -5px;
    color: #666;
}

.faq-link-wrap .faq-link > div span + a {
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .faq-link-wrap {
        margin-top: -40px;
        padding: 50px 15px 40px;
        background-color: #f5f5f5;
        margin-bottom: 40px;
    }

    .faq-link-wrap p {
        font-size: 14px;
        line-height: 21px;
        color: #666;
        margin-bottom: 25px;
    }

    .faq-link-wrap p strong {
        display: block;
        font-size: 19px;
        color: #000;
        line-height: 19px;
        margin-bottom: 14px;
    }

    .faq-link-wrap p br {
        display: block;
    }

    .faq-link-wrap .faq-link {
        border: none;
        margin-bottom: 0;
    }

    .faq-link-wrap .faq-link > div {
        background-color: #fff;
        border: 1px solid #ececec;
        border-bottom-color: #dbdbdb;
        width: 100%;
        text-align: left;
        position: relative;
        padding: 24px 0 25px 24px;
    }

    .faq-link-wrap .faq-link > div + div {
        margin-top: 6px;
    }

    .faq-link-wrap .faq-link > div strong {
        font-size: 16px;
    }

    .faq-link-wrap .faq-link > div span {
        font-size: 13px;
        line-height: 20px;
    }

    .faq-link-wrap .faq-link > div span + a {
        margin-top: 0;
    }

    .faq-link-wrap .faq-link > div a.btn {
        border: none;
        background-color: transparent;
        font-size: 13px;
        color: #666;
        height: 20px;
        line-height: 20px;
        width: auto;
        min-width: 1px;
        padding: 0 12px 0 0;
        position: absolute;
        top: 21px;
        right: 24px;
    }

    .faq-link-wrap .faq-link > div a.btn:before {
        display: block;
        content: '';
        width: 4px;
        height: 7px;
        margin-top: -4px;
        background: url("/common/images/common/spr-common-m.png") -187px 0 no-repeat;
        background-size: 250px;
        position: absolute;
        top: 50%;
        right: 0;
    }
}

.faq {
    position: relative;
    padding-left: 300px;
    min-height: 350px;
    margin-bottom: 50px;
}

.faq .aside {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

.faq .aside ul li {
    height: 50px;
    line-height: 49px;
    border: 1px solid #ececec;
    border-top: none;
    text-align: center;
}

.faq .aside ul li:first-child {
    border-top: 1px solid #ececec;
}

.faq .aside ul li a {
    display: block;
    font-size: 16px;
}

.faq .aside ul li.active {
    background-color: #3f7ac6;
    border-color: #3f7ac6;
}

.faq .aside ul li.active a {
    font-weight: 700;
    color: #fff;
}

.faq-accordion .ui-accordion {
    border-top: 1px solid #555;
}

.faq-accordion .ui-accordion .acc-item .acc-head {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.faq-accordion .ui-accordion .acc-item .acc-head > div {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    font-size: 18px;
    padding: 22px 0;
}

.faq-accordion .ui-accordion .acc-item .acc-head .no {
    width: 80px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.faq-accordion .ui-accordion .acc-item .acc-head .category {
    width: 108px;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    text-align: left;
}

.faq-accordion .ui-accordion .acc-item .acc-head .title {
    padding-left: 26px;
    line-height: 28px;
    padding-right: 73px;
    position: relative;
}

.faq-accordion .ui-accordion .acc-item .acc-head .title:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    width: 15px;
    height: 12px;
    margin-top: -6px;
    background: url("/images/common/spr-common.png") -103px 0 no-repeat;
}

.faq-accordion .ui-accordion .acc-item .acc-cont {
    position: relative;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ececec;
    padding: 43px 73px 78px 100px;
    display: none;
}

.faq-accordion .ui-accordion .acc-item .acc-cont:before {
    content: 'A.';
    display: block;
    width: 80px;
    position: absolute;
    top: 48px;
    left: 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.faq-accordion .ui-accordion .acc-item .acc-cont p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.faq-accordion .ui-accordion .acc-item.active .acc-head .title:before {
    background-position: -88px 0;
}

@media (max-width: 1023px) {
    .faq {
        padding: 0 15px;
        min-height: 1px;
    }

    .faq .aside {
        display: none;
    }

    .faq-accordion .ui-accordion {
        border-top-width: 3px;
    }

    .faq-accordion .ui-accordion .acc-item .acc-head {
        display: block;
        position: relative;
        padding-left: 63px;
        padding-top: 19px;
        padding-bottom: 20px;
    }

    .faq-accordion .ui-accordion .acc-item .acc-head > div {
        display: block;
        height: auto;
        padding: 0;
    }

    .faq-accordion .ui-accordion .acc-item .acc-head .no {
        width: 63px;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
    }

    .faq-accordion .ui-accordion .acc-item .acc-head .category {
        padding-left: 0;
        font-size: 14px;
        margin-bottom: 9px;
    }

    .faq-accordion .ui-accordion .acc-item .acc-head .title {
        position: static;
        padding-left: 0;
        font-size: 16px;
        line-height: 23px;
        padding-right: 52px;
    }

    .faq-accordion .ui-accordion .acc-item .acc-head .title:before {
        background: url("/common/images/common/spr-common-m.png") -191px 0 no-repeat;
        background-size: 250px;
        width: 13px;
        height: 7px;
        right: 20px;
    }

    .faq-accordion .ui-accordion .acc-item .acc-cont {
        padding: 15px 15px 15px 63px;
    }

    .faq-accordion .ui-accordion .acc-item .acc-cont:before {
        width: 63px;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
    }

    .faq-accordion .ui-accordion .acc-item .acc-cont p {
        font-size: 15px;
        line-height: 25px;
        word-break: keep-all;
    }

    .faq-accordion .ui-accordion .acc-item.active .acc-head .title:before {
        background-position: -204px 0;
    }
}

.mypage .table-row.join {
    border-top-width: 1px;
}

.mypage .table-row.join .row > div.td input[type=text], .mypage .table-row.join .row > div.td input[type=password] {
    max-width: 300px;
}

.mypage .table-row.join .row > div.td input[type=text].transparent, .mypage .table-row.join .row > div.td input[type=password].transparent {
    padding-left: 0;
}

@media (max-width: 1023px) {
    .mypage .table-row.join {
        width: calc(100% - 15px);
        margin: 0 auto;
    }

    .mypage .table-row.join .row > div.th, .mypage .table-row.join .row > div.td {
        padding: 0 10px;
    }

    .mypage .table-row.join .row > div.td input[type=text], .mypage .table-row.join .row > div.td input[type=password] {
        max-width: 100%;
    }

    .mypage .table-row.join .row > div.td input[type=text].transparent, .mypage .table-row.join .row > div.td input[type=password].transparent {
        padding-left: 15px;
    }
}

.mypage .btn-wrap {
    text-align: center;
    font-size: 0;
    margin-top: 80px;
}

.mypage .btn-wrap .btn {
    margin: 0 3px;
}

@media (max-width: 1023px) {
    .mypage .btn-wrap {
        margin-top: 25px;
    }
}

.mypage .total-count {
    display: none;
}

@media (max-width: 1023px) {
    .mypage .total-count {
        display: block;
    }
}

.mypage .info {
    text-align: center;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #dbdbdb;
}

.mypage .info .tel {
    font-weight: 500;
    margin-left: 110px;
}

.mypage .info .tel:before {
    display: inline-block;
    content: '';
    width: 19px;
    height: 24px;
    background: url("/images/common/spr-common.png") 0 0 no-repeat;
    background-position: -7px -29px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -5px;
}

@media (max-width: 1023px) {
    .mypage .info {
        width: calc(100% - 15px);
        margin: 0 auto;
        padding: 25px 10px;
        font-size: 15px;
        line-height: 20px;
        height: auto;
        text-align: left;
    }

    .mypage .info span {
        display: block;
    }

    .mypage .info span:first-child {
        width: 268px;
    }

    .mypage .info span.tel {
        margin-top: 15px;
        margin-left: 0;
        font-size: 14px;
    }

    .mypage .info span.tel:before {
        width: 14px;
        height: 17px;
        background: url("/common/images/common/spr-common-m.png") -75.5px -37.5px no-repeat;
        background-size: 250px;
        margin-right: 8px;
        vertical-align: middle;
        margin-top: -5px;
    }
}

.mypage .leave_tit {
    width: 100%;
    height: 500px;
    padding-top: 180px;
    background: url("/images/temp/sub-leave.jpg") center 0 no-repeat;
    text-align: center;
}

.mypage .leave_tit p, .mypage .leave_tit span {
    color: #fff;
    line-height: 1;
}

.mypage .leave_tit p {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.mypage .leave_tit span {
    font-size: 22px;
}

@media (max-width: 1023px) {
    .mypage .leave_tit {
        height: 200px;
        padding-top: 62px;
        background-size: cover;
        background-position: 75% 0;
    }

    .mypage .leave_tit p {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .mypage .leave_tit span {
        font-size: 14px;
        line-height: 19px;
        display: inline-block;
        width: 180px;
    }
}

.mypage .leave_cont {
    max-width: 1200px;
    margin: -100px auto 0 auto;
    padding: 100px 150px 0 150px;
    background-color: #fff;
}

.mypage .leave_cont p {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
}

.mypage .leave_cont p:last-of-type {
    margin-top: 50px;
}

.mypage .leave_cont span {
    font-size: 16px;
    color: #666;
}

.mypage .leave_cont > ul {
    margin-top: 20px;
}

.mypage .leave_cont > ul li {
    border: 1px solid #777;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    margin-right: 6px;
}

.mypage .leave_cont .input_wrap {
    border: 1px solid #ececec;
    padding: 100px 230px;
    margin-top: 80px;
}

.mypage .leave_cont .input_wrap dl {
    margin-bottom: 10px;
}

.mypage .leave_cont .input_wrap dl:last-child {
    margin-bottom: 0;
}

.mypage .leave_cont .input_wrap dl dt, .mypage .leave_cont .input_wrap dl dd {
    float: left;
    height: 44px;
    line-height: 44px;
    margin: 0;
}

.mypage .leave_cont .input_wrap dl dt {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: 138px;
}

.mypage .leave_cont .input_wrap dl dd {
    width: 300px;
}

.mypage .leave_cont .input_wrap dl dd input, .mypage .leave_cont .input_wrap dl dd .ui-select {
    width: 100%;
}

.mypage .leave_cont .input_wrap dl:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 1023px) {
    .mypage .leave_cont {
        max-width: 100%;
        margin: -15px 25px 0 25px;
        padding: 55px 0 0 0;
        background-color: #fff;
    }

    .mypage .leave_cont p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .mypage .leave_cont p:last-of-type {
        margin-top: 40px;
    }

    .mypage .leave_cont span {
        display: inline-block;
        font-size: 14px;
        color: #000;
        line-height: 20px;
        width: 268px;
    }

    .mypage .leave_cont > ul {
        margin-top: 20px;
        width: 280px;
    }

    .mypage .leave_cont > ul li {
        border: 1px solid #777;
        display: inline-block;
        height: 33px;
        line-height: 33px;
        padding: 0 15px;
        margin-bottom: 8px;
        margin-right: 0px;
        font-size: 12px;
        color: #000;
    }

    .mypage .leave_cont > ul li:first-child {
        margin-right: 5px;
    }

    .mypage .leave_cont > ul li:last-child {
        margin: 0;
    }

    .mypage .leave_cont .input_wrap {
        border: 0;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 40px 20px;
        margin-top: 40px;
    }

    .mypage .leave_cont .input_wrap dl {
        margin-bottom: 20px;
    }

    .mypage .leave_cont .input_wrap dl dt, .mypage .leave_cont .input_wrap dl dd {
        float: none;
        height: auto;
        line-height: 1;
        margin: 0;
    }

    .mypage .leave_cont .input_wrap dl dt {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        margin-bottom: 10px;
    }

    .mypage .leave_cont .input_wrap dl dd {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .mypage .leave_cont .input_wrap dl dd input, .mypage .leave_cont .input_wrap dl dd .ui-select {
        width: 100%;
    }

    .mypage .leave_cont .input_wrap dl:after {
        content: '';
        display: block;
        clear: both;
    }
}

.promote + footer {
    margin-top: 0;
}

.promote .vod_wrap {
    width: 100%;
    background-color: #e9f2fa;
    margin-top: 150px;
    padding-bottom: 50px;
}

.promote .vod_wrap .vod_big {
    width: 1200px;
    max-width: 100%;
    height: 676px;
    margin: 0 auto;
    position: relative;
    top: -80px;
}

.promote .vod_wrap .vod_big iframe {
    width: 100%;
    height: 100%;
}

.promote .vod_wrap .vod_big:after {
    content: '';
    display: block;
    width: 100%;
    height: 72px;
    background: url("/images/common/vod_bg._big.png") 0 0 no-repeat;
    position: absolute;
    bottom: -72px;
}

@media (max-width: 1023px) {
    .promote .vod_wrap {
        background: none;
        margin-top: 0;
        padding-bottom: 0;
    }

    .promote .vod_wrap .vod_big {
        width: 100%;
        height: 56vw;
        top: 0;
    }

    .promote .vod_wrap .vod_big:after {
        display: none;
    }
}

.promote .vod_txt_wrap {
    width: 100%;
    min-height: 448px;
    background-color: #fff;
}

.promote .vod_txt_wrap .vod_txt {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: -35px;
    height: auto;
}

.promote .vod_txt_wrap .vod_txt strong {
    display: block;
    font-size: 46px;
    line-height: 54px;
    letter-spacing: -0.3px;
    font-weight: 100;
    margin-bottom: 32px;
}

.promote .vod_txt_wrap .vod_txt p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.promote .vod_txt_wrap a {
    display: none;
}

@media (max-width: 1023px) {
    .promote .vod_txt_wrap {
        background: none;
        margin-top: 0;
        padding: 35px 25px 0 25px;
        min-height: auto;
    }

    .promote .vod_txt_wrap .vod_txt {
        top: 0;
        height: 94px;
        overflow: hidden;
    }

    .promote .vod_txt_wrap .vod_txt strong {
        font-size: 25px;
        line-height: 32px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .promote .vod_txt_wrap .vod_txt strong br {
        display: none;
    }

    .promote .vod_txt_wrap .vod_txt p {
        font-size: 14px;
        line-height: 21px;
    }

    .promote .vod_txt_wrap a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        position: relative;
    }

    .promote .vod_txt_wrap a:after {
        display: inline-block;
        content: '';
        width: 9px;
        height: 6px;
        background: url("/common/images/common/spr-common-m.png") -105px -35px no-repeat;
        background-size: 250px;
        margin-left: 8px;
    }

    .promote .vod_txt_wrap a.active:after {
        background: url("/common/images/common/spr-common-m.png") -115px -35px no-repeat;
        background-size: 250px;
    }
}

.promote .vod_list_wrap {
    width: 100%;
    background-color: #e9f2fa;
    padding-bottom: 110px;
}

.promote .vod_list_wrap .vod_list {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: -90px;
}

.promote .vod_list_wrap .vod_list .vod {
    float: left;
    width: 26%;
    margin-right: 11%;
    max-height: 320px;
}

.promote .vod_list_wrap .vod_list .vod .img {
    box-sizing: border-box;
}

.promote .vod_list_wrap .vod_list .vod .img img {
    width: 100%;
}

.promote .vod_list_wrap .vod_list .vod:nth-child(3n) {
    margin-right: 0;
}

.promote .vod_list_wrap .vod_list .vod.active .img a {
    display: block;
    position: relative;
}

.promote .vod_list_wrap .vod_list .vod.active .img a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #3f7ac6;
    box-sizing: border-box;
}

.promote .vod_list_wrap .vod_list .vod p {
    font-size: 18px;
    color: #000;
    margin-top: 30px;
}

.promote .vod_list_wrap .vod_list .vod span {
    display: inline-block;
}

.promote .vod_list_wrap .vod_list .vod span.date {
    margin-top: 12px;
    font-size: 16px;
    color: #666;
    line-height: 1;
    margin-bottom: 70px;
}

.promote .vod_list_wrap .vod_list:after {
    display: block;
    content: '';
    clear: both;
}

@media (max-width: 1023px) {
    .promote .vod_list_wrap {
        border-top: 1px solid #ececec;
        margin: 0;
        padding-bottom: 100px;
        background-color: #fff;
        position: relative;
    }

    .promote .vod_list_wrap > div {
        overflow: hidden;
        overflow-x: auto;
        position: relative;
    }

    .promote .vod_list_wrap .vod_list {
        top: 0;
        padding: 40px 0 0 25px;
        width: auto;
        max-width: none;
        white-space: nowrap;
    }

    .promote .vod_list_wrap .vod_list .vod {
        float: none;
        display: inline-block;
        width: 190px;
        margin-right: 25px;
        max-height: 100%;
        vertical-align: top;
    }

    .promote .vod_list_wrap .vod_list .vod .img {
        box-sizing: border-box;
    }

    .promote .vod_list_wrap .vod_list .vod .img img {
        width: 100%;
    }

    .promote .vod_list_wrap .vod_list .vod:nth-child(3n) {
        margin-right: 25px;
    }

    .promote .vod_list_wrap .vod_list .vod.active .img a:after {
        border: 3px solid #3f7ac6;
    }

    .promote .vod_list_wrap .vod_list .vod p {
        font-size: 16px;
        color: #000;
        margin-top: 15px;
        line-height: 21px;
        white-space: normal;
    }

    .promote .vod_list_wrap .vod_list .vod span.date {
        margin-top: 8px;
        font-size: 13px;
        color: #666;
        line-height: 1;
        margin-bottom: 0;
    }
}

.investment .total-count {
    display: none;
}

@media (max-width: 1023px) {
    .investment .total-count {
        display: block;
    }
}

.investment .top-wrap {
    text-align: right;
    font-size: 0;
}

.investment .top-wrap a {
    display: inline-block;
    margin-left: 6px;
}

.investment .top-wrap a:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("/images/common/spr-common.png") -260px 0 no-repeat;
    margin: -3px 0 0 7px;
    vertical-align: middle;
}

.investment .top-wrap a.disclosure {
    background-color: #31353a;
    border: 1px solid #31353a;
    color: #fff;
    margin-left: 0;
}

.investment .top-wrap a.disclosure:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("/images/common/spr-common.png") -240px 0 no-repeat;
    margin: -3px 0 0 7px;
    vertical-align: middle;
}

@media (max-width: 1023px) {
    .investment .top-wrap {
        text-align: left;
        margin: 0 15px;
    }

    .investment .top-wrap a.btn {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        width: calc(50% - 2.5px);
        margin-left: 0;
        margin-right: 5px;
        padding: 0;
    }

    .investment .top-wrap a.btn:last-child {
        margin-right: 0;
    }

    .investment .top-wrap a.btn:after {
        width: 12px;
        height: 12px;
        background: url("/common/images/common/spr-common-m.png") -148px -35px no-repeat;
        background-size: 250px;
        margin: -2px 0 0 5px;
    }

    .investment .top-wrap a.btn.disclosure {
        width: 100%;
        margin: 0 0 5px 0;
        text-align: center;
    }

    .investment .top-wrap a.btn.disclosure:after {
        width: 12px;
        height: 12px;
        background: url("/common/images/common/spr-common-m.png") -131px -35px no-repeat;
        background-size: 250px;
        margin: -2px 0 0 5px;
    }
}

.investment strong.tit {
    font-weight: 600;
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1;
    display: block;
    margin-top: 50px;
}

@media (max-width: 1023px) {
    .investment strong.tit {
        margin-top: 40px;
        font-size: 16px;
        margin-left: 15px;
    }
}

.investment .up, .investment .down, .investment .plat {
}

.investment .up:before, .investment .up:after, .investment .down:before, .investment .down:after, .investment .plat:before, .investment .plat:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
}

.investment .up {
    color: #ed1b24 !important;
}

.investment .down {
    color: #0c4ca3 !important;
}

.investment .plat {
    color: #000 !important;
}

.investment .stock-info {
    margin-bottom: 60px;
}

.investment .stock-info > div {
    float: left;
}

.investment .stock-info > div.info {
    width: 48%;
}

.investment .stock-info > div.info p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 40px;
}

.investment .stock-info > div.info .live strong {
    font-size: 80px;
    float: left;
    margin-right: 50px;
    line-height: 1;
}

.investment .stock-info > div.info .live strong.up:after {
    margin-left: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #ed1b24;
    margin-top: -10px;
}

.investment .stock-info > div.info .live strong.down:after {
    margin-left: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #0c4ca3;
    margin-top: -10px;
}

.investment .stock-info > div.info .live strong.plat:after {
    margin-left: 20px;
    width: 20px;
    height: 4px;
    background-color: #000;
    margin-top: -10px;
}

.investment .stock-info > div.info .live div {
    float: left;
}

.investment .stock-info > div.info .live div span {
    display: block;
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    line-height: 1;
}

.investment .stock-info > div.info .live div span > span {
    display: inline-block;
    margin-top: 0;
    margin-left: 12px;
}

.investment .stock-info > div.info .live div span.point > span {
    margin-left: 20px;
}

.investment .stock-info > div.info .live div span.point .up:after {
    margin-left: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #ed1b24;
    margin-top: -3px;
}

.investment .stock-info > div.info .live div span.point .down:after {
    margin-left: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #0c4ca3;
    margin-top: -3px;
}

.investment .stock-info > div.info .live div span.point .plat:after {
    margin-left: 4px;
    width: 6px;
    height: 1px;
    background-color: #000;
    margin-top: -3px;
}

.investment .stock-info > div.info .live:after {
    content: '';
    display: block;
    clear: both;
}

.investment .stock-info > div.detail {
    width: 52%;
    position: relative;
}

.investment .stock-info > div.detail .top {
    overflow: hidden;
}

.investment .stock-info > div.detail .top span {
    display: inline-block;
    margin-top: 16px;
}

.investment .stock-info > div.detail .btn {
    padding: 0;
    float: right;
}

.investment .stock-info > div.detail .btn:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    vertical-align: middle;
    background: url("/images/common/spr-common.png") -35px -25px no-repeat;
    margin-top: -1px;
    margin-left: 7px;
}

.investment .stock-info:after {
    display: block;
    content: '';
    clear: both;
}

@media (max-width: 1023px) {
    .investment .stock-info {
        margin: 0 15px 40px 15px;
    }

    .investment .stock-info > div {
        float: none;
    }

    .investment .stock-info > div.info {
        width: 100%;
    }

    .investment .stock-info > div.info p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .investment .stock-info > div.info .live {
        border: 1px solid #ececec;
        padding: 24px;
    }

    .investment .stock-info > div.info .live strong {
        margin-right: 0;
        font-size: 32px;
        border-right: 1px solid #ececec;
        width: 50%;
        height: 45px;
        line-height: 45px;
    }

    .investment .stock-info > div.info .live strong.up:after {
        margin-left: 10px;
        border-left: 6.5px solid transparent;
        border-right: 6.5px solid transparent;
        border-bottom: 8.5px solid #ed1b24;
        margin-top: -5px;
    }

    .investment .stock-info > div.info .live strong.down:after {
        margin-left: 10px;
        border-left: 6.5px solid transparent;
        border-right: 6.5px solid transparent;
        border-top: 8.5px solid #0c4ca3;
        margin-top: -5px;
    }

    .investment .stock-info > div.info .live strong.plat:after {
        margin-left: 10px;
        width: 12px;
        height: 2px;
        margin-top: -5px;
    }

    .investment .stock-info > div.info .live div {
        width: 50%;
    }

    .investment .stock-info > div.info .live div span {
        font-size: 14px;
        text-align: right;
    }

    .investment .stock-info > div.info .live div span.point {
        margin-top: 0;
    }

    .investment .stock-info > div.detail {
        width: 100%;
        margin-top: 30px;
    }

    .investment .stock-info > div.detail .top span {
        margin-top: 12px;
    }
}

.investment .table-col.mini {
    margin-top: 10px;
}

.investment .table-col.mini .row > div {
    height: 50px;
    line-height: 50px;
}

.investment .table-col.mini .row.table-col-header > div {
    background-color: #f5f5f5;
    font-weight: 600;
    font-size: 14px;
}

.investment .table-col.mini .row.cost > div {
    font-size: 16px;
}

.investment .table-col.type2 .row > div.rowspan, .investment .table-col.type2 .row > div.colspan {
    position: relative;
}

.investment .table-col.type2 .row > div.rowspan > div, .investment .table-col.type2 .row > div.colspan > div {
    text-align: center;
}

.investment .table-col.type2 .row > div.rowspan {
    border-bottom: 0;
}

.investment .table-col.type2 .row > div.rowspan > div {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 140px;
    line-height: 140px;
}

@media (max-width: 1023px) {
    .investment .table-col.type2 .row > div.rowspan > div {
        height: 100px;
        line-height: 100px;
    }
}

.investment .table-col.type2 .row > div.colspan > div {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 200%;
    height: 70px;
    line-height: 70px;
}

@media (max-width: 1023px) {
    .investment .table-col.type2 .row > div.colspan > div {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 1023px) {
    .investment .table-col.type2 .row > div {
        width: 140px;
        height: 50px;
        font-size: 14px;
    }
}

.investment .table-col .row > div {
    color: #000;
}

.investment .table-col .row > div.etc {
    width: 120px;
}

.investment .table-col .row > div.grade, .investment .table-col .row > div.date {
}

@media (max-width: 1023px) {
    .investment .table-col.type1 .row > div {
        width: 140px;
        height: 50px;
        font-size: 14px;
    }

    .investment .table-col .row.table-col-header {
        display: table-row;
    }

    .investment .table-col .row > div.etc {
        width: 60px;
    }

    .investment .table-col .row > div.name, .investment .table-col .row > div.grade, .investment .table-col .row > div.date, .investment .table-col .row > div.work {
        width: 90px;
    }
}

.investment .table-col.type3 .row > div {
    font-size: 16px;
}

.investment .table-col.type3 .row > div.th {
    width: 20%;
    background-color: #f5f5f5;
    font-weight: 600;
}

.investment .table-col.type3 .row > div.th.tit {
    position: relative;
    background-color: #fff;
}

.investment .table-col.type3 .row > div.th.tit > div {
    position: absolute;
    display: block;
    text-align: center;
    width: 500%;
    max-width: 1200px;
    height: 100%;
    line-height: 70px;
    top: 0;
    z-index: 1;
}

.investment .table-col.type3 .row > div.cost {
    text-align: right;
    padding-right: 20px;
}

@media (max-width: 1023px) {
    .investment .table-col.type3 .row > div {
        font-size: 14px;
        height: 53px;
        line-height: 53px;
    }

    .investment .table-col.type3 .row > div.th {
        width: 150px;
    }

    .investment .table-col.type3 .row > div.th.tit {
        position: relative;
        background-color: #fff;
    }

    .investment .table-col.type3 .row > div.th.tit > div {
        position: absolute;
        display: block;
        text-align: center;
        width: 430%;
        min-width: 650px;
        max-width: none;
        height: 100%;
        line-height: 53px;
        top: 0;
        z-index: 1;
    }

    .investment .table-col.type3 .row > div.cost {
        width: 175px;
    }
}

.investment .table-col.type4 .row.table-col-header > div {
    text-align: center;
}

.investment .table-col.type4 .row > div {
    text-align: right;
    padding-right: 20px;
}

.investment .table-col.type4 .row > div.date, .investment .table-col.type4 .row > div.stock-all {
    width: 145px;
}

.investment .table-col.type4 .row > div.date {
    text-align: center;
    padding-right: 0;
}

.investment .table-col.type4 .row > div.up:before {
    margin-right: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #ed1b24;
    margin-top: -3px;
}

.investment .table-col.type4 .row > div.down:before {
    margin-right: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #0c4ca3;
    margin-top: -3px;
}

.investment .table-col.type4 .row > div.plat:before {
    margin-right: 4px;
    width: 6px;
    height: 1px;
    background-color: #000;
    margin-top: -3px;
}

@media (max-width: 1023px) {
    .investment .table-col.type4 .row > div {
        text-align: right;
        padding-right: 0;
        width: 65px;
        font-size: 14px;
        height: 53px;
        line-height: 53px;
    }

    .investment .table-col.type4 .row > div.date, .investment .table-col.type4 .row > div.stock-all {
        width: 72px;
    }
}

.investment .table-col.type5 .row.table-col-header > div {
    text-align: center;
    padding: 0;
}

.investment .table-col.type5 .row > div {
    font-size: 16px;
}

.investment .table-col.type5 .row > div.count {
    text-align: right;
    padding-right: 20px;
}

.investment .table-col.type5 .row > div.category {
    width: 330px;
    text-align: center;
    padding: 0;
    position: relative;
}

.investment .table-col.type5 .row > div.category > div {
    width: 450px;
    height: 100%;
    line-height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}

.investment .table-col.type5 .row > div.category.vertical {
    border-bottom: 0;
}

.investment .table-col.type5 .row > div.category.vertical > div {
    width: 100%;
    height: 140px;
    line-height: 140px;
    position: absolute;
    top: 0;
    left: 0;
}

.investment .table-col.type5 .row > div.sub-category {
    width: 120px;
}

@media (max-width: 1023px) {
    .investment .table-col.type5 .row > div {
        width: 125px;
        font-size: 14px;
        height: 53px;
        line-height: 53px;
    }

    .investment .table-col.type5 .row > div.count {
        padding-left: 10px;
    }

    .investment .table-col.type5 .row > div.category {
        width: 166px;
        text-align: center;
        position: relative;
    }

    .investment .table-col.type5 .row > div.category > div {
        width: 254px;
        height: 100%;
        line-height: 53px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
    }

    .investment .table-col.type5 .row > div.category.vertical {
        border-bottom: 0;
    }

    .investment .table-col.type5 .row > div.category.vertical > div {
        width: 100%;
        height: 106px;
        line-height: 106px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .investment .table-col.type5 .row > div.sub-category {
        width: 88px;
    }
}

.investment .table-col.type6 .row.table-col-header > div {
    text-align: center;
    padding: 0;
}

.investment .table-col.type6 .row.table-col-header > div.count {
    text-align: center;
    padding: 0;
}

.investment .table-col.type6 .row.total {
    background-color: #f5f5f5;
}

.investment .table-col.type6 .row.total > div {
    font-weight: 600;
}

.investment .table-col.type6 .row > div {
    font-size: 16px;
}

.investment .table-col.type6 .row > div.category {
    width: 200px;
}

.investment .table-col.type6 .row > div.count {
    text-align: right;
    padding-right: 20px;
}

@media (max-width: 1023px) {
    .investment .table-col.type6.top .row > div.category {
        width: 90px;
    }

    .investment .table-col.type6 .row > div {
        width: 90px;
        font-size: 14px;
        height: 53px;
        line-height: 53px;
    }

    .investment .table-col.type6 .row > div.count {
        padding-right: 0;
        text-align: center;
    }

    .investment .table-col.type6 .row > div.category {
        width: 165px;
    }
}

.investment .table-col.type7 .row.table-col-header > div {
    text-align: center;
    padding: 0;
}

.investment .table-col.type7 .row.table-col-header > div.count {
    text-align: center;
    padding: 0;
}

.investment .table-col.type7 .row > div {
    font-size: 16px;
}

.investment .table-col.type7 .row > div.category {
    width: 250px;
}

.investment .table-col.type7 .row > div.count {
    text-align: right;
    padding-right: 20px;
}

.investment .table-col.type7 .row > div.total {
    background-color: #f5f5f5;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .investment .table-col.type7 .row > div {
        width: 90px;
        font-size: 14px;
        height: 53px;
        line-height: 53px;
    }

    .investment .table-col.type7 .row > div.count {
        padding-right: 10px;
    }

    .investment .table-col.type7 .row > div.category {
        width: 215px;
    }
}

.investment .stock-daily {
    margin-top: 60px;
}

@media (max-width: 1023px) {
    .investment .stock-daily {
        margin-top: 40px;
    }
}

.investment .table-wrap {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
}

@media (max-width: 1023px) {
    .investment .table-wrap {
        margin: 0 15px;
    }
}

.investment .notice {
    color: #3f7ac6;
    font-size: 14px;
    line-height: 1;
    margin-top: 20px;
}

@media (max-width: 1023px) {
    .investment .notice {
        font-size: 12px;
        line-height: 17px;
        margin: 12px 15px 0 15px;
    }
}

.investment .graph-wrap {
    text-align: center;
    padding: 50px 0;
    border: 1px solid #dbdbdb;
}

.investment .graph-wrap ul {
    width: 100%;
    font-size: 0;
    margin-top: 40px;
}

.investment .graph-wrap ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 30px;
}

.investment .graph-wrap ul li:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: middle;
}

.investment .graph-wrap ul li.type-a:before {
    background: url("/images/common/spr-common.png") -58px -25px no-repeat;
}

.investment .graph-wrap ul li.type-b:before {
    background: url("/images/common/spr-common.png") -73px -25px no-repeat;
}

.investment .graph-wrap ul li.type-c {
    margin-right: 0;
}

.investment .graph-wrap ul li.type-c:before {
    background: url("/images/common/spr-common.png") -88px -25px no-repeat;
}

.investment .graph-wrap ul li.type-d:before {
    background-color: #ff4c4c;
}

.investment .graph-wrap ul li.type-e {
    margin-right: 0;
}

.investment .graph-wrap ul li.type-e:before {
    background-color: #666;
    border-radius: 100%;
}

@media (max-width: 1023px) {
    .investment .graph-wrap {
        margin: 0 0 0 15px;
        padding: 40px 0 40px 24px;
        border-right: 0;
    }

    .investment .graph-wrap > div {
        position: relative;
        overflow: hidden;
        overflow-x: auto;
        padding-right: 25px;
    }

    .investment .graph-wrap > div img {
        width: 180%;
        max-width: 709px;
    }

    .investment .graph-wrap ul {
        margin-top: 30px;
        margin-left: -12px;
    }

    .investment .graph-wrap ul li {
        font-size: 13px;
        margin-right: 20px;
    }

    .investment .graph-wrap ul li:before {
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-top: -2px;
        margin-right: 5px;
        vertical-align: middle;
    }
}

.investment .won {
    padding: 30px 0;
    font-size: 16px;
    text-align: right;
}

@media (max-width: 1023px) {
    .investment .won {
        padding: 15px 0;
        margin: 0 15px;
        font-size: 13px;
    }
}

.investment .ui-select-year {
    padding: 30px 40px;
    background-color: #f5f5f5;
    border: 1px solid #ececec;
    margin-top: 100px;
}

.investment .ui-select-year span {
    vertical-align: top;
    display: inline-block;
    margin-top: 12px;
    margin-right: 20px;
    font-size: 18px;
    color: #000;
}

.investment .ui-select-year .ui-select {
    width: 132px;
}

@media (max-width: 1023px) {
    .investment .ui-select-year {
        padding: 15px 20px;
        margin: 50px 15px 0 15px;
    }

    .investment .ui-select-year span {
        vertical-align: top;
        display: inline-block;
        margin-top: 12px;
        margin-right: 20px;
        font-size: 15px;
        color: #000;
    }

    .investment .ui-select-year .ui-select {
        width: 90px;
        font-size: 15px;
    }
}

.investment .grade-list {
    margin-left: 20px;
}

.investment .grade-list li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
}

.investment .grade-list li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #000;
    vertical-align: top;
    margin-top: 6px;
    margin-right: 12px;
}

.investment .grade-list li span {
    display: inline-block;
    width: 25px;
}

.investment .grade-list li p {
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

.investment .grade-list li p:before {
    display: block;
    content: ':';
    position: absolute;
    top: 0;
    left: 0;
}

.investment .grade-list li.notice {
    color: #3f7ac6;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
}

.investment .grade-list li.notice:before {
    display: none;
}

.investment .grade-list.long li span {
    width: 37px;
}

@media (max-width: 1023px) {
    .investment .grade-list {
        margin: 0 15px;
    }

    .investment .grade-list li {
        font-size: 14px;
        line-height: 20px;
        margin: 0 10px 12px 10px;
    }

    .investment .grade-list li:before {
        content: '';
        display: inline-block;
        width: 3px;
        height: 3px;
        border-radius: 3px;
        vertical-align: top;
        margin-top: 8px;
        margin-right: 7px;
    }

    .investment .grade-list li span {
        width: 20px;
        vertical-align: top;
    }

    .investment .grade-list li p {
        width: calc(100% - 30px);
    }

    .investment .grade-list li.notice {
        font-size: 12px;
        line-height: 17px;
    }

    .investment .grade-list.long li span {
        width: 29px;
    }

    .investment .grade-list.long li p {
        width: calc(100% - 39px);
    }
}

.ui-popup .inner {
    display: inline-block;
    position: relative;
    width: 780px;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
    white-space: initial;
}

.ui-popup .header h2 {
    text-align: center;
    font-size: 32px;
    line-height: 100%;
}

.ui-popup .body .content {
    padding: 0 50px;
}

.ui-popup .btn-wrap {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.ui-popup .btn-wrap a, .ui-popup .btn-wrap button {
    margin: 0 3px;
}

.ui-popup .btn-wrap.item1 a, .ui-popup .btn-wrap.item1 button {
    margin: 0;
}

.ui-popup .table-row {
    border-top: none;
    border-bottom: none;
}

.ui-popup .table-row .row > div {
    text-align: left;
}

.ui-popup .table-row .row > div.th {
    background: none;
    border: none;
    border-bottom: 1px solid #ececec;
    font-weight: 400;
    color: #000;
    width: 184px;
}

.ui-popup .table-row .row > div.td {
    border: none;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    padding-left: 0;
}

.ui-popup .table-row .row > div.td.en {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #000;
}

.ui-popup .table-row .row > div.td.en input[type=text] {
    width: 310px;
    padding-left: 0;
}

.ui-popup .table-row .row > div.td input[type=password] {
    width: 310px;
}

@media (max-width: 1023px) {
    .ui-popup .table-row .row > div.td.en input[type=text] {
        width: 100%;
        padding-left: 15px;
        font-weight: 400;
    }

    .ui-popup .table-row .row > div.td input[type=password] {
        width: 100%;
    }

    .ui-popup .table-row .row:last-child > div.td {
        padding-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .ui-popup .inner {
        width: 100%;
    }

    .ui-popup .header h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .ui-popup .btn-wrap a.btn, .ui-popup .btn-wrap button.btn {
        margin: 0;
        height: 45px;
        line-height: 43px;
        color: #fff;
        font-size: 12px;
    }

    .ui-popup .btn-wrap a.btn.line-black, .ui-popup .btn-wrap button.btn.line-black {
        border-color: #666;
        background-color: #666;
    }

    .ui-popup .btn-wrap a.btn.flat-black, .ui-popup .btn-wrap button.btn.flat-black {
        border-color: #3f7ac6;
        background-color: #3f7ac6;
    }

    .ui-popup .btn-wrap.item1 a.btn, .ui-popup .btn-wrap.item1 button.btn {
        width: 100%;
    }

    .ui-popup .btn-wrap.item2 a.btn, .ui-popup .btn-wrap.item2 button.btn {
        width: 50%;
    }

    .ui-popup .btn-wrap.item3 a.btn, .ui-popup .btn-wrap.item3 button.btn {
        width: 33.33333%;
    }
}

.ui-popup.pop-find-id .body .content {
    padding: 0 50px;
    text-align: center;
}

.ui-popup.pop-find-id .body .info {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 20px;
    color: #666;
}

.ui-popup.pop-find-id .body .info br {
    display: none;
}

.ui-popup.pop-find-id .body .id-is {
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 100%;
    padding: 36px 0;
    margin-bottom: 30px;
}

.ui-popup.pop-find-id .body .id-is strong {
    font-weight: 700;
}

.ui-popup.pop-find-id .body .id-is span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #0c4ca3;
}

.ui-popup.pop-find-id .body .id-is br {
    display: none;
}

@media (max-width: 1023px) {
    .ui-popup.pop-find-id .body .content {
        padding: 0 15px;
    }

    .ui-popup.pop-find-id .body .info {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 17px;
    }

    .ui-popup.pop-find-id .body .info br {
        display: block;
    }

    .ui-popup.pop-find-id .body .id-is {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 38px;
        padding: 18px 0;
    }

    .ui-popup.pop-find-id .body .id-is br {
        display: block;
    }
}

.ui-popup.pop-reset-pw .body {
    max-height: 430px;
}

.ui-popup.pop-reset-pw .body .content {
    padding: 0 50px;
    text-align: center;
}

.ui-popup.pop-reset-pw .body .info {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 20px;
    color: #666;
}

.ui-popup.pop-reset-pw .body .info br {
    display: none;
}

.ui-popup.pop-reset-pw .body .reset-pw-info {
    background-color: #f5f5f5;
    text-align: left;
    padding: 25px 30px;
    margin-bottom: 30px;
}

.ui-popup.pop-reset-pw .body .reset-pw-info ul li {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    position: relative;
    padding-left: 8px;
}

.ui-popup.pop-reset-pw .body .reset-pw-info ul li:before {
    display: block;
    content: '';
    width: 2px;
    height: 2px;
    background-color: #3a3a3a;
    position: absolute;
    top: 11px;
    left: 0;
}

.ui-popup.pop-reset-pw .body .reset-pw-info ul li + li {
    margin-top: 4px;
}

.ui-popup.pop-reset-pw .body .table-row {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .ui-popup.pop-reset-pw .body .content {
        padding: 0 15px;
    }

    .ui-popup.pop-reset-pw .body .info {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 17px;
    }

    .ui-popup.pop-reset-pw .body .info br {
        display: block;
    }

    .ui-popup.pop-reset-pw .body .reset-pw-info {
        background-color: #f5f5f5;
        text-align: left;
        margin-bottom: 5px;
        padding: 18px 15px;
    }

    .ui-popup.pop-reset-pw .body .reset-pw-info ul li {
        font-size: 13px;
        line-height: 18px;
        padding: 0 10px;
    }

    .ui-popup.pop-reset-pw .body .reset-pw-info ul li:before {
        top: 7px;
    }

    .ui-popup.pop-reset-pw .body .reset-pw-info ul li + li {
        margin-top: 7px;
    }

    .ui-popup.pop-reset-pw .body .table-row {
        margin-bottom: 40px;
    }
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 8px;
    height: 570px;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #5b5b5b;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

input[type=text], input[type=password], input[type=number] {
    font-size: 13px;
    height: 40px;
    line-height: 38px;
    padding-left: 15px;
    color: #000;
    border: 1px solid #aaa;
    background-color: #fff;
}

input[type=text]:disabled, input[type=password]:disabled, input[type=number]:disabled,
input[type=text]:read-only, input[type=password]:read-only, input[type=number]:read-only{
    color: #222;
    background-color: #eee;
    border-color: #eee;
}

input[type=password] {
    font-family: initial;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input[type=text]:-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none;
}

input[type=number]:-ms-clear {
    display: none;
}

/* select */
.ui-select {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 10px;
    width: 200px;
    vertical-align: top;
}

.ui-select.active {
    z-index: 2;
}

.ui-select.active > button:before {
    transform: rotate(0deg);
}

.ui-select > button {
    width: 100%;
    background: #fff url('../images/common/bg_select.png') 100% 50% no-repeat;
    background-size: 25px;
    border: 1px solid #666;
    height: 44px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding: 0 16px;
}

.ui-select > button:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    transform: rotate(180deg);
    width: 14px;
    height: 8px;
    margin-top: -4px;
}

.ui-select > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 43px;
    width: 100%;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-top: 1px solid #ececec;
    box-sizing: border-box;
    overflow-y: auto;
}

.ui-select > ul.above {
    /*top: auto;
    bottom: 100%;
    border-top-width: 0;*/
}

.ui-select > ul.above > li {
    /*border-bottom: 0;
    border-top: 1px solid #ccc;*/
}

.ui-select.disabled:before {
    content: "비 활성화된 항목입니다";
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-select.disabled > button {
    background-color: #ccc;
    color: #444;
}

@media (max-width: 1023px) {
    .ui-select.active > button:before {
        transform: rotate(180deg);
    }

    .ui-select > button:before {
        right: 15px;
        background: url("/common/images/common/spr-common-m.png") -105px 0 no-repeat;
        background-size: 250px;
        width: 9px;
        height: 6px;
        margin-top: -3px;
        transform: rotate(0deg);
    }

    .ui-select > ul {
        top: 39px;
        padding: 10px 0;
    }
}

textarea {
    padding: 12px 15px;
    border: 1px solid #bbb;
}

textarea:-ms-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    color: #999;
}

.board-search {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 20px 0 115px;
    font-size: 0;
    text-align: center;
}

.board-search .select {
    position: absolute;
    top: 0;
    left: 20px;
    width: 90px;
    margin-right: 0;
}

.board-search .select > button {
    height: 40px;
}

.board-search .select > ul {
    top: 39px;
}

@media (max-width: 1023px) {
    .board-search .input-wrap {
        width: 400px;
        font-size: 0;
        background-color: #f5f5f5;
        display: inline-block;
    }

    .board-search .input-wrap input {
        width: 340px;
        height: 60px;
        background: none;
        border: none;
        line-height: 60px;
        padding-left: 20px;
    }

    .board-search .input-wrap button {
        position: relative;
        width: 60px;
        height: 60px;
        text-indent: -9999px;
        overflow: hidden;
    }

    .board-search .input-wrap button:before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: url("/images/common/spr-common.png") -35px 0 no-repeat;
        width: 23px;
        height: 23px;
        margin: -12px 0 0 -12px;
    }
}

@media (max-width: 1023px) {
    .board-search .input-wrap {
        width: 100%;
        padding-right: 45px;
        border: 1px solid #ececec;
    }

    .board-search .input-wrap input {
        width: 100%;
        height: 38px;
        line-height: 38px;
        padding-left: 14px;
    }

    .board-search .input-wrap button {
        width: 45px;
        height: 38px;
        margin-right: -45px;
    }

    .board-search .input-wrap button:before {
        background: url("/common/images/common/spr-common-m.png") -114px 0 no-repeat;
        background-size: 250px;
        width: 17px;
        height: 17px;
        margin: -8px 0 0 -8px;
    }
}

.board-search.small {
    text-align: center;
}

.board-search.small .select {
    width: 90px;
}

.board-search.small .select > button {
    height: 40px;
}

.board-search.small .input-wrap {
    background: none;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    border: 1px solid #ececec;
}

.board-search.small .input-wrap button {
    width: 45px;
    height: 38px;
}

.board-search.small .input-wrap input {
    width: 100%;
    height: 38px;
    line-height: 38px;
}

.board-btn-wrap {
    position: relative;
    text-align: right;
    padding: 0 25px;
    margin-top: 40px;
}

.board-btn-wrap a, .board-btn-wrap button {
    width: 100%;
    margin-top: 0;
}

.board {
    padding: 0 20px;
    margin: 20px 0;
}

.board .total-count {
    margin-bottom: 15px;
}

.board .total-count p {
    font-size: 13px;
    line-height: 100%;
}

.board.view.cell3 .title > div p {
    width: auto;
}

.board.view.cell4 .title > div p {
    width: 33.33333%;
}

.board.view.cell4 .title > div.etc {
    width: 474px;
}

.board.view .title {
    width: 100%;
    display: table;
    border-bottom: 1px solid #ececec;
    border-top: 3px solid #555;
}

.board.view .title > div {
    display: table-cell;
    font-size: 0;
    height: 70px;
    vertical-align: middle;
}

.board.view .title > div h2 {
    font-size: 20px;
    padding-left: 30px;
}

.board.view .title > div p {
    display: inline-block;
    text-align: center;
}

.board.view .title > div p strong, .board.view .title > div p em, .board.view .title > div p span {
    display: inline-block;
    font-size: 14px;
}

.board.view .title > div p strong.mo-view.kr, .board.view .title > div p em.mo-view.kr, .board.view .title > div p span.mo-view.kr {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #000;
}

.board.view .title > div p strong {
    font-weight: 700;
    padding-right: 20px;
}

.board.view .title > div p em {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #666;
}

.board.view .title > div.etc {
    width: 372px;
}

.board.view .file {
    height: 70px;
    line-height: 69px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    padding-left: 100px;
}

.board.view .file strong {
    display: block;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.board.view .file span, .board.view .file a {
    font-size: 14px;
    color: #666;
}

.board.view .bbs_sort {
    height: 70px;
    line-height: 69px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    padding-left: 30px;
}

.board.view .bbs_sort strong {
    display: block;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.board.view .bbs_sort span, .board.view .bbs_sort a {
    font-size: 14px;
    color: #666;
}

.board.view .bbs_sort ul li {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-right: 40px;
}

.board.view .bbs_sort ul li:last-child {
    margin-right: 0;
}

.board.view .bbs_sort ul li span {
    font-size: 12px;
    color: #000;
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 4px;
    vertical-align: top;
    margin-top: 22px;
    margin-right: 10px;
}

.board.view .article {
    border-bottom: 1px solid #555;
    padding: 23px 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.board.view .article > div {
    white-space: pre-wrap;
}

.board.view .article > div + div {
    border-top: 1px solid #ececec;
    margin-top: 33px;
    padding-top: 23px;
}

.board.view .article img {
    display: block;
    margin: 0 auto 7px;
}

.board.view .article.answer {
    margin-top: -1px;
    border-top: 1px solid #dbdbdb;
}

.board.view .btn-wrap {
    padding-top: 40px;
    text-align: center;
}

@media (max-width: 1023px) {
    .board.view.cell4 .title > div p {
        width: auto;
    }

    .board.view.cell4 .title > div.etc {
        width: 100%;
    }

    .board.view .title {
        display: block;
        padding: 20px 10px;
    }

    .board.view .title > div {
        display: block;
        height: auto;
    }

    .board.view .title > div h2 {
        padding-left: 0;
        line-height: 100%;
        font-size: 16px;
        margin-bottom: 7px;
    }

    .board.view .title > div p {
        line-height: 100%;
    }

    .board.view .title > div p strong, .board.view .title > div p em, .board.view .title > div p span {
        display: none;
    }

    .board.view .title > div p strong.mo-view, .board.view .title > div p em.mo-view, .board.view .title > div p span.mo-view {
        line-height: 100%;
        display: block;
        text-align: left;
        font-size: 13px;
    }

    .board.view .title > div p strong.mo-view.kr, .board.view .title > div p em.mo-view.kr, .board.view .title > div p span.mo-view.kr {
        font-size: 13px;
        color: #666;
    }

    .board.view .title > div p + p .mo-view {
        display: inline-block;
        position: relative;
        padding-left: 10px;
        margin-left: 9px;
    }

    .board.view .title > div p + p .mo-view:before {
        display: block;
        content: '';
        width: 1px;
        height: 8px;
        width: 1px;
        background-color: #e0e0e0;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px;
    }

    .board.view .file {
        height: 44px;
        line-height: 43px;
        padding-left: 65px;
    }

    .board.view .file strong {
        display: block;
        width: 65px;
        font-size: 13px;
    }

    .board.view .file span, .board.view .file a {
        font-size: 13px;
        color: #666;
    }

    .board.view .bbs_sort {
        height: auto;
        line-height: 100%;
        padding-left: 10px;
        padding-bottom: 15px;
    }

    .board.view .bbs_sort strong {
        display: block;
        width: 65px;
        font-size: 13px;
    }

    .board.view .bbs_sort span, .board.view .bbs_sort a {
        font-size: 13px;
        color: #666;
    }

    .board.view .bbs_sort ul li {
        display: inline-block;
        font-size: 14px;
        color: #000;
        margin-top: 15px;
        margin-right: 40px;
    }

    .board.view .bbs_sort ul li:last-child {
        margin-right: 0;
    }

    .board.view .bbs_sort ul li.detail {
        margin-top: 10px;
        width: 100%;
    }

    .board.view .bbs_sort ul li span {
        font-size: 12px;
        margin-top: 0;
        padding: 0 7px;
        height: 22px;
        line-height: 22px;
        vertical-align: middle;
    }

    .board.view .article {
        padding: 20px 0;
        line-height: 25px;
        font-size: 15px;
    }

    .board.view .article > div {
        padding: 0 10px;
    }

    .board.view .article > div + div {
        border-top: 1px solid #ececec;
        margin-top: 20px;
        padding-top: 25px;
    }

    .board.view .article img {
        margin: 0 auto 5px;
        width: 100%;
    }

    .board.view .btn-wrap {
        padding-top: 25px;
    }
}

.board.write .btn-wrap {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}

.board.write .btn-wrap a, .board.write .btn-wrap button {
    margin: 0 3px;
}

@media (max-width: 1023px) {
    .board.write .btn-wrap {
        padding: 0 8px;
        margin-top: 25px;
    }

    .board.write .btn-wrap a, .board.write .btn-wrap button {
        margin: 0 2px;
        width: calc(50% - 4px);
    }
}

.table-col {
    border-top: 3px solid #555;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-col .row {
    display: table-row;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.table-col .row.notice > div.number {
    width: 60px;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #044ba4;
    font-weight: 700;
}

.table-col .row.notice div.title1 a {
    font-weight: 700;
}

.table-col .row.reply > div div.title1 a span.re {
    color: #1152bb;
    margin-right: 8px;
    font-size: 10px;
    display: inline-block;
    padding-bottom: 0;
}


.table-col .row.reply > div div.title1 a:before {
    content: '';
    display: inline-block;
    background: url(/common/images/common/common.png) -150px -1px no-repeat;
    background-size:250px;
    width: 9px;
    height: 5px;
    margin-right: 5px;
    text-align: center;
    vertical-align: 1px;
    line-height: 1;
}

.table-col .row.reply > div div.title2 {
    margin-left: 35px;
}

.table-col .row.table-col-header > div {
    border-bottom: 1px solid #555;
    font-size: 16px;
    font-weight: 700;
}

.table-col .row.table-col-header > div.number {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.table-col .row.table-col-header > div.title {
    font-size: 0;
}

.table-col .row.table-col-header > div.view {
    width: 125px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.table-col .row.table-col-header > div div.title1 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-align: center;
    padding-left: 0;
}

.table-col .row.table-col-header > div div.title2 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.table-col .row > div {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    color: #666;
    border-bottom: 1px solid #ececec;
}

.table-col .row > div.number {
    width: 60px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #000;
    text-align: center;
}

.table-col .row div.sort {
    font-size: 12px;
    color: #666;
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1;
}

.table-col .row div.sort.divided_list {
    font-weight: 400;
}

.table-col .row div.sort .divid:after {
    margin-right: 11px;
}

.table-col .row > div.title {
    font-size: 0;
    padding: 20px 0;
}

.table-col .row > div.view {
    width: 125px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.table-col .row > div div {
    vertical-align: middle;
}

.table-col .row > div div.title1 a {
    width: 100%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.table-col .row > div div.title1 span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    display: block;
    padding-bottom: 12px;
}


.table-col .row > div div.title2 {
    font-size: 12px;
    margin-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-col .row > div div.title3 {
    font-size: 12px;
}

.table-col.title-cell3 .row > div div {
    display: inline-block;
    vertical-align: middle;
}

.table-col.title-cell3 .row > div div.title1 {
    width: 76%;
}

.table-col.title-cell3 .row > div div.title2 {
    width: 12%;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.table-col.title-cell3 .row > div div.title3 {
    width: 12%;
}

@media (max-width: 1023px) {
    .table-col .row.table-col-header {
        display: none;
    }

    .table-col .row > div.view {
        display: none;
    }

    .table-col.title-cell3 .row > div div.title1 {
        width: 100%;
    }

    .table-col.title-cell3 .row > div div.title2, .table-col.title-cell3 .row > div div.title3 {
        display: inline;
        width: auto;
        font-size: 13px;
    }

    .table-col.title-cell3 .row > div div.title3 {
        display: inline-block;
        position: relative;
        padding-right: 10px;
        margin-right: 9px;
    }

    .table-col.title-cell3 .row > div div.title3:before {
        display: block;
        content: '';
        width: 1px;
        height: 8px;
        background-color: #e0e0e0;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -4px;
    }
}

.table-row {
    border-top: 3px solid #555;
    border-bottom: 1px solid #ececec;
    display: block;
    width: 100%;
    table-layout: fixed;
}

.table-row .row {
    display: block;
    padding-top: 10px;
}

.table-row .row > div {
    display: block;
    height: 70px;
    vertical-align: middle;
    padding: 12px 30px;
}

.table-row .row > div.th {
    border: 1px solid #ececec;
    border-bottom: none;
    width: 240px;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    background-color: #f5f5f5;
    font-weight: 700;
    font-size: 13px;
}
.table-row .row > div.th, .table-row .row > div.td {
    border: none;
    width: 100%;
    background: none;
    padding: 0;
    height: auto;
}
.table-row .row > div.th em {
    font-size: 18px;
    color: #3f7ac6;
    display: block;
    float: right;
    margin-right: 40px;
}

.table-row .row > div.td {
    border-bottom: 10px;
}

@media (max-width: 1023px) {
    .table-row .row > div.td .pc {
        display: none;
    }
}

.table-row .row > div.td .mo-select {
    display: none;
}

@media (max-width: 1023px) {
    .table-row .row > div.td .mo-select {
        display: block;
    }
}

.table-row .row > div.td .radio.inline + .inline, .table-row .row > div.td .checkbox.inline + .inline {
    margin-left: 37px;
}

.table-row .row > div.td input[type=text], .table-row .row > div.td input[type=password], .table-row .row > div.td input[type=number] {
    width: 100%;
}

.table-row .row > div.td textarea + .notice {
    font-size: 14px;
    color: #3f7ac6;
    line-height: 100%;
    margin-top: 20px;
}

@media (max-width: 1023px) {
    .table-row .row > div.td textarea + .notice {
        font-size: 12px;
        line-height: 17px;
        margin-top: 12px;
    }
}

.table-row .row > div.td .grade_check {
    color: #0c4ca3;
    font-size: 16px;
    margin-top: 18px;
}

.table-row .row > div.td .addr_detail {
    margin-top: 20px;
}

.table-row .row > div.td .addr_detail:last-child {
    margin-bottom: 18px;
}

.table-row .row > div.td .addr_detail span {
    display: inline-block;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    margin-right: 10px;
    width: 110px;
}

.table-row .row > div.td .addr_detail span:last-child {
    margin-right: 0;
}

.table-row .row > div.td .addr_detail span:before {
    display: inline-block;
    content: '';
    height: 25px;
    text-align: center;
    line-height: 25px;
    padding: 0 8px;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 10px;
    background-color: #fff;
}

.table-row .row > div.td .addr_detail .addr1 {
    width: 320px;
}

.table-row .row > div.td .addr_detail .addr1:before {
    content: '현장';
}

.table-row .row > div.td .addr_detail .addr2:before {
    content: '동';
}

.table-row .row > div.td .addr_detail .addr3:before {
    content: '호';
}

.table-row .row > div.td .addr_detail .addr4:before {
    content: '상태';
}

@media (max-width: 1023px) {
    .table-row .row > div.td .addr_detail {
        background-color: #f5f5f5;
        padding: 15px;
        margin-top: 5px;
    }

    .table-row .row > div.td .addr_detail:nth-child(2) {
        margin-top: 15px;
    }

    .table-row .row > div.td .addr_detail:last-child {
        margin-bottom: 0px;
    }

    .table-row .row > div.td .addr_detail span {
        display: block;
        margin-right: 0;
        width: auto;
        border: 0;
        font-size: 14px;
    }

    .table-row .row > div.td .addr_detail span:before {
        font-size: 12px;
    }

    .table-row .row > div.td .addr_detail .addr1 {
        width: auto;
    }

    .table-row .row > div.td .addr_detail > span:last-child {
        padding-bottom: 0;
    }
}

.table-row .row > div.td.leave p {
    margin-top: 18px;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1023px) {
    .table-row .row > div.td.leave p {
        margin-top: 20px;
        margin-bottom: 15px;
        width: 242px;
        font-size: 15px;
        line-height: 20px;
    }
}

.table-row .row > div.td.leave a {
    margin-bottom: 18px;
}

@media (max-width: 1023px) {
    .table-row .row > div.td.leave a {
        margin-bottom: 25px;
    }
}

.table-row .row > div.td.address {
    font-size: 0;
}

.table-row .row > div.td.address .address1 {
    margin-bottom: 6px;
    position: relative;
    padding-right: 100px;
}

.table-row .row > div.td.address .address1 .btn {
    margin-left: 6px;
}

.table-row .row > div.td.address > input {
    max-width: 600px !important;
}

.table-row .row > div.td.address > input + input {
    margin-top: 6px;
}

.table-row .row > div.td.address .radio-wrap {
    margin-top: 25px;
}

.table-row .row > div.td.address .radio-wrap p {
    font-size: 16px;
    color: #000;
    line-height: 100%;
    margin-bottom: 15px;
}

.table-row .row > div.td.mail {
    font-size: 0;
}

.table-row .row > div.td.mail .mail-id {
    max-width: 233px;
    padding-right: 33px;
    position: relative;
    display: inline-block;
}

.table-row .row > div.td.mail .mail-id input {
    max-width: 100%;
}

.table-row .row > div.td.mail .mail-id span {
    display: block;
    width: 33px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.table-row .row > div.td.mail .ui-select {
    width: 250px;
}

.table-row .row > div.td.phone {
    font-size: 0;
}

.table-row .row > div.td.phone .ui-select {
    width: 122px;
    vertical-align: top;
}

.table-row .row > div.td.phone > span {
    display: inline-block;
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 25px;
    position: relative;
}

.table-row .row > div.td.phone > span:before {
    display: block;
    content: '';
    width: 5px;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
}

.table-row .row > div.td.text-radio {
    font-size: 0;
}

.table-row .row > div.td.text-radio > div p {
    font-size: 16px;
    color: #000;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    width: 260px;
}

.table-row .row > div.td.text-radio > div + div {
    margin-top: 20px;
}

.table-row .row > div.td.text-radio .notice {
    font-size: 14px;
    color: #3f7ac6;
    line-height: 100%;
    margin-top: 20px;
}

@media (max-width: 1023px) {




    .table-row .row:last-child > div.td {
        padding-bottom: 25px;
    }





    .table-row .row > div.th .ui-select, .table-row .row > div.td .ui-select {
        width: 100%;
    }

    .table-row .row > div.th em, .table-row .row > div.td em {
        float: none;
        display: inline-block;
        font-size: 14px;
        line-height: 32px;
    }




    .table-row .row > div.td .radio.inline + .inline, .table-row .row > div.td .checkbox.inline + .inline {
        margin-left: 20px;
    }

    .table-row .row > div.td.address .address1 .btn {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    .table-row .row > div.td.address .radio-wrap {
        text-align: right;
        margin-top: 13px;
    }

    .table-row .row > div.td.address .radio-wrap:after {
        display: block;
        clear: both;
        content: '';
    }

    .table-row .row > div.td.address .radio-wrap p {
        width: 190px;
        font-size: 15px;
        line-height: 20px;
        float: left;
        text-align: left;
        margin-bottom: -4px;
    }

    .table-row .row > div.td.address .radio-wrap .radio {
        margin-top: 9px;
    }

    .table-row .row > div.td.mail .mail-id {
        max-width: 100%;
        display: block;
        padding-right: 45px;
    }

    .table-row .row > div.td.mail .mail-id span {
        width: 45px;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }

    .table-row .row > div.td.mail .ui-select {
        width: 100%;
    }

    .table-row .row > div.td.phone .ui-select {
        width: 27%;
    }

    .table-row .row > div.td.phone span {
        width: 6.5%;
        height: 40px;
        line-height: 40px;
    }

    .table-row .row > div.td.text-radio {
        text-align: right;
    }

    .table-row .row > div.td.text-radio > div:after {
        display: block;
        clear: both;
        content: '';
    }

    .table-row .row > div.td.text-radio > div p {
        float: left;
        display: inline-block;
        width: 160px;
        font-size: 15px;
        line-height: 20px;
        text-align: left;
        height: auto;
    }

    .table-row .row > div.td.text-radio > div + div {
        margin-top: 10px;
    }

    .table-row .row > div.td.text-radio .notice {
        font-size: 12px;
        margin-top: 17px;
        text-align: left;
        margin-bottom: 25px;
    }

    .table-row .row.agree {
        margin-top: 25px;
        padding-top: 0;
    }

    .table-row .row.agree:before {
        display: block;
        content: '';
        width: calc(100% - 20px);
        height: 1px;
        background-color: #ececec;
        margin: 0 auto 15px;
    }
}

.table-col .row .no_data {
    padding-top: 123px;
    padding-bottom: 123px;
    font-size: 22px;
    color: #222;
    text-align: center;
    line-height: 1.5;
}

.ui-datepicker {
    width: 228px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    margin-left: -1px;
    padding-bottom: 5px;
}

.ui-datepicker-header {
    background-color: #f8f8f8;
    height: 37px;
    text-align: center;
    position: relative;
}

.ui-datepicker-header:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 201px;
    height: 1px;
    background-color: #e8e8e8;
}

.ui-datepicker-header .ui-datepicker-title {
    height: 37px;
    line-height: 37px;
    font-weight: 500;
    color: #000;
}

.ui-datepicker-header .ui-datepicker-year:after {
    content: '.';
    display: inline-block;
}

.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    top: 13px;
    width: 5px;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
}

.ui-datepicker-header .ui-datepicker-prev {
    left: 68px;
    background-position: -300px -350px;
}

.ui-datepicker-header .ui-datepicker-next {
    right: 68px;
    background-position: -350px -350px;
}

.ui-datepicker-calendar tr th {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    background-color: #f8f8f8;
    height: 31px;
}

.ui-datepicker-calendar tr th.ui-datepicker-week-end {
    color: #e50011;
}

.ui-datepicker-calendar tr th.ui-datepicker-week-end:last-child {
    color: #525b7c;
}

.ui-datepicker-calendar tr td {
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
}

.ui-datepicker-calendar tr td a {
    color: #666;
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 23px;
}

.ui-datepicker-calendar tr td.ui-datepicker-week-end a {
    color: #cc665e;
}

.ui-datepicker-calendar tr td.ui-datepicker-week-end:last-child a {
    color: #525b7c;
}

.ui-datepicker-calendar tr td.ui-datepicker-current-day a {
    background-color: #e50011;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
}

/*# sourceMappingURL=default.css.map */