@charset "utf-8";

/* common */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul, li {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c7c7c7;
    margin: 1em 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0 none;
}

.hidden {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

form {
    min-width: auto;
}

input[type="image"] {
    border: 0 none;
}

button {
    background-color: transparent;
}

button, input[type="submit"] {
    cursor: pointer;
    border: 0 none;
}

button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

body {
    background-color: #ffffff;
    word-wrap: break-word;
    word-break: keep-all;
    zoom: 1;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans CJK KR', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
}

body, html {
    position: relative;
    height: 100%;
}

body, th, td, input, select, textarea, button {}

/* color값은 디자인가이드에 맞게사용 */
a {
    font-family: 'Noto Sans CJK KR', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    text-decoration: none;
    color: #222;
    transition: .3s;
}

a:hover {
    color: #222;
    text-decoration: none;
}

/* select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0;
    background-image: none;
}

/* Remove IE arrow */
select::-ms-expand {
    display: none;
}

/* mark:before {
    content: " [highlight start] ";
}

mark:after {
    content: " [highlight end] ";
} */
/* Hide the text created in the CSS content property */
/* mark:before,
mark:after {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
} */
/* color값은 디자인가이드에 맞게사용 */
/* */
.t_c {
    text-align: center !important;
}

.t_l {
    text-align: left !important;
}

.t_r {
    text-align: right !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.color_666 {
    color: #666 !important;
}

@media screen and (min-width: 75rem) {
    .pc_none {
        display: none !important;
    }
}

@media screen and (max-width: 74.99875rem) {
    .pc_only {
        display: none !important;
    }
}

@media screen and (min-width: 48rem) {
    .mb_only {
        display: none !important;
    }
}

@media screen and (max-width: 46.12375rem) {
    .mb_none {
        display: none !important;
    }
}

/* layer */
.layer {
    display: none;
    position: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.layer .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.layer .pop-layer {
    display: block;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: auto;
    background-color: #fff;
    border: 3px solid #555;
    z-index: 10;
}

.pop-layer .pop-container {
    padding: 20px 25px;
}

input[type="text"], input[type="password"], textarea, input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.pop-layer .board-password-txt {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.pop-layer .board-password-input {
    margin: 40px;
    text-align: center;
}

.pop-layer .board-password-input label {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
}

.pop-layer .board-password-input input {
    display: inline-block;
    padding: 0 0 0 8px;
    width: 150px;
    height: 26px;
    border: 1px solid #d8d8d8;
    color: #555;
    vertical-align: middle;
}

/* btn */
.pop-layer .board-password-btn {
    text-align: center;
}

.pop-layer .board-password-btn a {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 30px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 13px;
}

.pop-layer .board-password-btn .board-password-btn-list {
    background: #d3d3d3;
    color: #464646;
}

.pop-layer .board-password-btn .board-password-btn-ok {
    background: #111;
    color: #fff;
}

/* ---------------------------------- layout */
html, body {
    height: 100%;
}

#wrapeer {
    overflow: hidden;
    width: 100%;
}

@media screen and (min-width:321px) {
    body {
        overflow-x: hidden;
    }
}

/*
	header
*/
#header {
    position: fixed;
    top: 0;
    width: 100%;
    /* border-bottom: 1px solid rgba(255, 255, 255, .2); */
    background: rgba(0, 0, 0, .2);
    z-index: 1000;
}

#header:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

#header.fixed:before {
    height: 100%;
}

@media screen and (min-width: 62rem) {
    #header:hover:before {
        height: 100%;
    }
}

#header .header-top {
    width: 100%;
    background-color: #f1f1f1;
}

#header .header-top dl {
    margin: 0 auto;
    width: 1280px;
    text-align: right;
    font-size: 0;
    line-height: 0;
}

#header .header-top dd {
    display: inline-block;
    width: 130px;
}

#header .header-top dd a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.5px;
}

#header .header-top dd.lang a {
    background-color: #555555;
    color: #fff;
}

#header .header-bottom {
    margin: 0 auto;
    width: 1280px;
    display: flex;
    align-items: center;
}

#header .header-bottom:after {
    content: '';
    display: block;
    clear: both;
}

#header .logo {
    float: left;
    z-index: 1;
    font-size: 0;
}

#header .logo a {
    display: block;
    width: 100%;
}

#header {
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    background-color: transparent;
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent); */
    -webkit-transition: background, 0.3s;
    -moz-transition: background, 0.3s;
    -ms-transition: background, 0.3s;
    -o-transition: background, 0.3s;
    transition: background, 0.3s;
}

#page-sub #header {
    border-bottom: 1px solid #ebebeb;
}

@media (min-width: 62rem) {
    #header {
        background-image: none;
        background-color: transparent;
    }
}

#header.fixed {
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #eee;
    animation: headerSmoothDrop 1s forwards;
}

#header.fixed .header-main .nav-wrap .toggler>span {
    background-color: #333;
}

#header .header-main__inner {
    max-width: 100%;
    max-height: 60px;
}

@media (min-width: 64rem) {
    #header .header-main__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        max-height: 102px;
    }
}

@media (min-width: 75rem) {
    #header .header-main__inner {
        max-width: 95.833%;
        padding-right: 0;
        padding-left: 0;
    }
}

#header .header-main .logo-wrap,
#header .header-main .nav-wrap,
#header .header-main .pc-lang {
    display: inline-block;
    vertical-align: middle;
}

#header .header-main .logo-wrap {
    max-height: 60px;
}

@media (min-width: 75rem) {
    #header .header-main .logo-wrap {
        margin-right: 6%;
        max-height: 102px;
    }
}

@media (min-width: 100rem) {
    #header .header-main .logo-wrap {
        margin-right: auto;
    }

    #header .header-main .logo-wrap.header-right-logo {
        margin-right: 3.5em;
    }
}

#header .header-main .logo-wrap>h1 {
    display: inline-block;
    vertical-align: middle;
}

#header .header-main .logo-wrap a {
    display: block;
}

#header .header-main .logo-wrap a.logo-pc {
    display: block;
}

#header .header-main .logo-wrap a.logo-mobile {
    display: none;
}

@media (max-width: 74.99875rem) {
    #header .header-main .logo-wrap a {
        padding: 10px 0;
    }

    #header .header-main .logo-wrap a img {
        width: 140px;
    }

    #header .header-main .logo-wrap a.logo-pc {
        display: none;
    }

    #header .header-main .logo-wrap a.logo-mobile {
        display: block;
    }
}

#header .header-main .nav-wrap {
    text-align: center;
}

@media (max-width: 74.99875rem) {
    #header .header-main .nav-wrap {
        float: right;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 80vw;
        max-width: calc(100% - 100px);
        height: 100vh;
        padding-right: 20px;
        padding-left: 20px;
        z-index: 100;
        transition: all 0.3s;
        transform: translateX(100%);
        background-color: #fff;
    }

    #header .header-main .nav-wrap.active {
        transition: all 0.3s;
        transform: translateX(0);
    }
}

@media (max-width: 74.99875rem) {
    #header .header-main .nav-wrap .toggler {
        position: absolute;
        left: -50px;
        display: inline-block;
        padding-top: 22px;
        z-index: 100;
    }

    #header .header-main .nav-wrap .toggler>span {
        display: block;
        width: 21px;
        height: 2px;
        background-color: #fff;
        margin: 0 0 5px;
        transition: 0.3s;
    }

    #page-sub #header .header-main .nav-wrap .toggler:not(.on)>span {
        background-color: #333;
    }

    #header .header-main .nav-wrap .toggler.on>span {
        background-color: #dfdfdf;
    }

    #header .header-main .nav-wrap .toggler.on>span.bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-8px, 6px);
    }

    #header .header-main .nav-wrap .toggler.on>span.bar2 {
        opacity: 0;
    }

    #header .header-main .nav-wrap .toggler.on>span.bar3 {
        -webkit-transform: rotate(45deg) translate(-3px, -2px);
        transform: rotate(45deg) translate(-4px, -2px);
    }
}

@media (min-width: 75rem) {
    .gnb-menu {
        font-size: 0;
    }
}

.gnb .gnb__item {
    position: relative;
    text-align: left;
    font-size: 1rem;
    border-top: 1px solid #efefef;
    margin-top: -1px;
}

@media (min-width: 75rem) {
    .gnb .gnb__item {
        display: inline-block;
        vertical-align: middle;
        border: 0;
        margin-top: 0;
    }
}

.gnb .gnb__item .gnb__dep1 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 10px;
    border-bottom: 1px solid #efefef;
}

@media (min-width: 75rem) {
    .gnb .gnb__item .gnb__dep1 {
        padding: 0 1.5em;
        line-height: 102px;
        border-bottom: 0;
        text-align: center;
    }
}

@media (min-width: 90rem) {
    .gnb .gnb__item .gnb__dep1 {
        max-width: 260px;
        padding: 0 2.125em;
        font-size: 16px;
        font-size: 1rem;
    }
}

@media (min-width: 100rem) {
    .gnb .gnb__item .gnb__dep1 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (min-width: 117.5rem) {
    .gnb .gnb__item .gnb__dep1 {
        max-width: 260px;
    }
}

@media (min-width: 62rem) {

    #header:hover .gnb .gnb__item .gnb__dep1>a,
    #header.fixed .gnb .gnb__item .gnb__dep1>a {
        color: #111;
    }

    .gnb .gnb__item .gnb__dep1>a {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1.2em;
    }

    #page-sub .gnb .gnb__item .gnb__dep1>a {
        color: #111;
    }
}

@media (max-width: 74.99875rem) {
    .gnb .gnb__item .gnb__dep1>a {
        position: relative;
        display: inline-block;
        width: calc(100% - 24px);
        height: 100%;
        padding: 14px 0;
        margin: 0;
        font-size: 14px;
        font-size: 0.875rem;
        color: #1b1b1b;
        text-align: left;
        font-weight: 400;
    }
}

.gnb .gnb__item .gnb__dep1>a>span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1em;
    word-break: break-word;
}

.gnb .gnb__item .gnb__dep1 .mobile-subdrop-btn {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 8px;
    background-image: url("/html/_skin/seil/img/common/ico_mobile_off.png");
    font-size: 0;
}

@media (min-width: 75rem) {
    .gnb .gnb__item .gnb__dep1 .mobile-subdrop-btn {
        display: none;
    }
}

.gnb .gnb__item.active .mobile-subdrop-btn {
    background-image: url("/html/_skin/seil/img/common/ico_mobile_on.gif");
    background-size: 12px 1px;
}

.gnb .gnb__item__dep2 {
    display: none;
    text-align: left;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
}

@media (min-width: 75rem) {
    .gnb .gnb__item__dep2 {
        position: absolute;
        top: 102px;
        left: 50%;
        z-index: 0;
        width: 200px;
        height: 0;
        margin-left: -100px;
        padding-top: 0;
        padding-bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        transition-duration: 0.3s;
        opacity: 0;
    }
}

.gnb .gnb__item__dep2 li {
    position: relative;
    transition: 0.3s;
}

@media (min-width: 75rem) {
    .gnb .gnb__item__dep2 li {
        border-top: 1px solid rgba(100, 100, 100, 0.7);
    }

    .gnb .gnb__item__dep2 li:hover {
        background: rgba(6, 6, 6, 0.7);
    }
}

.gnb .gnb__item__dep2 li a {
    display: block;
    padding: 0.5em 1em;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media (min-width: 75rem) {
    .gnb .gnb__item__dep2 li a {
        position: relative;
        padding: 12px 0;
        line-height: 20px;
        color: #fff;
        letter-spacing: -1px;
        text-transform: uppercase;
        word-break: keep-all;
        font-weight: 400;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.gnb .gnb__item__dep2 li.hasDep {
    position: relative;
}

.gnb .gnb__item__dep2 li.hasDep:hover>ul {
    display: block;
}

.gnb .gnb__item__dep3 {
    display: none;
}

.gnb .gnb__item__dep3 li>a {
    position: relative;
}

.gnb .gnb__item__dep3 li>a:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 26px;
    top: 15px;
    width: 0.25rem;
    height: 1px;
    border-radius: 100%;
    background-color: #ffd200;
}

@media (min-width: 75rem) {
    .gnb .gnb__item__dep3 li>a:before {
        display: none;
    }
}

@media (max-width: 74.99875rem) {
    .gnb .gnb__item__dep3 li>a {
        padding: 0.5em 1em 0.5em 3em;
        font-size: 12px;
        font-size: 0.75rem;
    }
}

@media (min-width: 75rem) {
    .gnb .gnb__item__dep3 {
        position: absolute;
        display: none;
        width: 100%;
        top: -1px;
        left: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 75rem) {
    .gnb .gnb__item:hover .gnb__item__dep2 {
        display: block !important;
        height: auto;
        opacity: 1;
    }

    .gnb .gnb__item:hover li.hasDep>a {
        position: relative;
    }
}

@media (min-width: 75rem) and (min-width: 75rem) {
    .gnb .gnb__item:hover li.hasDep>a:after {
        position: absolute;
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 10px;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.5);
    }
}

@media (max-width: 74.99875rem) {
    .gnb {
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
    }
}

@media screen and (max-width: 1200px) {
    #header .m-gnb-bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
    }
}

/* lang */
.m-lang {
    text-align: left;
    display: block !important;
    padding: 0.75em 0;
}

.m-lang .w-lang {
    font-size: 0;
}

.m-lang .w-lang dd {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding-right: 0.5%;
    padding-left: 0.5%;
}

.m-lang .w-lang dd a {
    position: relative;
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    text-align: center;
    padding: 0.25em 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.m-lang .w-lang dd a:hover,
.m-lang .w-lang dd a:active {
    border-color: #038a63;
    background-color: #038a63;
    color: #fff;
}

@media screen and (min-width: 75rem) {
    .m-lang {
        display: none !important;
    }
}

#header .header-right,
#header .pc-lang {
    display: none !important;
}

@media screen and (min-width: 75rem) {

    #header .header-right,
    #header .pc-lang {
        display: inline-block !important;
    }

    #header .header-right {
        width: 230px;
        margin-left: auto;
    }
}

/* at pc */
#header .pc-lang {
    position: relative;
}

#header .pc-lang .current {
    position: relative;
    z-index: 1;
    min-width: 58px;
    height: 34px;
    padding: .25rem;
    background-color: #ffc600;
    font-size: .75rem;
    text-align: center;
    border-radius: 30px;
    color: #222;
    box-sizing: border-box;
    cursor: pointer;
}

@media screen and (min-width: 48rem) {
    #header .pc-lang {
        padding: 26px 0;
    }

    #header .pc-lang .current {
        width: 90px;
        padding: .5rem;
    }
}

.current__txt {
    position: relative;
    display: inline-block;
    padding-right: 1rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(/html/_skin/seil/img/common/ico_drop_lang.png);
}

#header .pc-lang .w-lang {
    position: absolute;
    top: 46px;
    display: none;
    width: 100%;
    padding: 20px 10px 10px;
    background-color: #fff;
    border: 1px solid #ffc600;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}

@media screen and (min-width: 75rem) {
    #header .pc-lang .w-lang a {
        font-size: 12px;
        font-size: 0.75rem;
    }

    #header .pc-lang .w-lang a:hover {
        color: #ffc600;
    }
}

/*
	footer
*/
#footer {
    background-color: #313131;
}

#footer .footer__top {
    padding-top: 3.625rem;
    padding-bottom: 3.125rem;
    font-size: 0;
    color: #cccccc;
}

#footer .footer__bottom {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 64rem) {
    #footer .footer__bottom {
        padding-top: 2em;
        padding-bottom: 2em;
    }
}

#footer .footer-left,
#footer .footer-right {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
}

@media (min-width: 36rem) {

    #footer .footer-left,
    #footer .footer-right {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (min-width: 64rem) {

    #footer .footer-left,
    #footer .footer-right {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        font-size: 16px;
        font-size: 1rem;
    }
}

@media (min-width: 64rem) {
    #footer .footer-left {
        width: 70.882%;
    }
}

#footer .footer-right {
    margin-top: 2rem;
}

@media (min-width: 64rem) {
    #footer .footer-right {
        margin-top: 0;
        width: 29.118%;
        text-align: right;
    }
}

#footer .footer-utill-menu>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}

#footer .footer-utill-menu>li:last-child {
    margin-right: 0;
}

#footer .footer-utill-menu a {
    display: block;
    padding: 0 0.3125em;
    -webkit-transition: opacity, 0.3s;
    -moz-transition: opacity, 0.3s;
    -ms-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
    color: #cccccc;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    pointer-events: none;
}

@media (min-width: 36rem) {
    #footer .footer-utill-menu a {
        line-height: 25px;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (min-width: 64rem) {
    #footer .footer-utill-menu a {
        font-size: 16px;
        font-size: 1rem;
    }
}

#footer .footer-utill-menu a>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}

#footer .footer-utill-menu a:active,
#footer .footer-utill-menu a:hover {
    opacity: 0.7;
}

#footer .footer-utill-menu img {
    width: 70%;
}

@media (min-width: 48rem) {
    #footer .footer-utill-menu img {
        width: auto;
    }
}

#footer .footer__logo {
    font-size: 15px;
    font-size: 0.938rem;
    font-weight: 500;
    margin-bottom: 1.125em;
}

@media (min-width: 64rem) {
    #footer .footer__logo {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

#footer .footer-company-info>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.75em;
    line-height: 1.47em;
    color: #cccccc;
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media (min-width: 48rem) {
    #footer .footer-company-info>li {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

#footer .footer-company-info .tit {
    position: relative;
}

#footer .footer__copy {
    text-align: center;
    color: rgba(204, 204, 204, 0.5);
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 10px;
    font-size: 0.75rem;
}

@media (min-width: 36rem) {
    #footer .footer__copy {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

@media (min-width: 48rem) {
    #footer .footer__copy {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media (min-width: 64rem) {
    #footer .footer__copy {
        text-align: left;
    }
}

#footer .top-btn {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(55, 55, 55, 0.55);
    border: solid 1px #038a63;
    background-color: #038a63;
    line-height: 1.3333em;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all, .2s ease-in-out;
    -ms-transition: all, .2s ease-in-out;
    -o-transition: all, .2s ease-in-out;
    transition: all, .2s ease-in-out;
    font-size: 12px;
    font-size: 0.75rem;
}

#footer .top-btn.on {
    position: absolute;
    bottom: auto;
    top: -80px;
}

@media screen and (min-width: 1201px) {

    #footer .top-btn:focus,
    #footer .top-btn:hover {
        border-color: #666;
    }
}

#footer .top-btn__txt {
    position: relative;
    display: block;
    /* margin-top: -4px; */
}

#footer .top-btn__txt:before {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background-image: url('/html/_skin/seil/img/common/ico_arrow_top.png');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}

/* ---------------------------------- contents */
#contents {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

@media screen and (min-width: 75rem) {
    #contents {
        min-height: calc(100vh - 255px);
    }

    /*
    #page-sub #contents {
        padding-top: 136px;
    }
    */
}

@media screen and (min-width: 62rem) {
    #contents {
        min-height: calc(100vh - 255px);
    }

    /*
    #page-sub #contents {
        padding-top: 136px;
    }
    */
}

@media screen and (max-width: 74.99875rem) {
    /*
    #page-sub #contents {
        padding-top: 80px;
    }
    */
}

@media screen and (max-width: 47.99875rem) {
    #contents {
        min-height: calc(100vh - 288px);
    }

    /*
    #page-sub #contents {
        padding-top: 56px;
    }
    */
}

.top-btn {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: rgba(1, 95, 173, .7);
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: none;
}

.top-btn.on {
    position: absolute;
    bottom: auto;
    top: -80px;
}

@media screen and (min-width: 75rem) {
    .top-btn:hover {
        background: rgba(1, 95, 173, 1);
    }
}

/*
	path
*/
.path-wrap {
    padding-top: 1.5em;
}

.path-wrap .path {
    font-size: 0;
}

.path-wrap .path>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    letter-spacing: -0.025em;
    text-align: left;
    color: #333;
    font-size: 13px;
    font-size: 0.8125rem;
}

.path-wrap .path .path-home {
    margin-right: 0.75em;
    line-height: 0;
    color: transparent;
}

.path-wrap .path .path-home>span {
    font-size: 0;
}

.path-wrap .path .path-home:before {
    content: '';
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    background: url('/html/_skin/seil/img/common/ico_path_home.png') no-repeat;
    background-size: contain;
    background-position: left center;
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (min-width: 75rem) {
    .path-wrap .path>li {
        font-size: 16px;
        font-size: 1rem;
    }
}

.path-wrap .path>li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.4375em;
    height: 0.8125em;
    margin-top: -4px;
    margin-left: 0.9375em;
    margin-right: 0.9375em;
    background: url('/html/_skin/seil/img/common/ico_path_arrow.png') no-repeat center;
    background-size: contain;
}

.path-wrap .path>li.path-home:after {
    display: none;
}

.path-wrap .path>li:last-child:after {
    display: none;
}

/*
    layout
*/
/* animation */
* {
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.col-5ea {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 36rem) {
    .col-sm-5ea {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

@media (min-width: 48rem) {
    .col-md-5ea {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

@media (min-width: 62rem) {
    .col-lg-5ea {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

@media (min-width: 75rem) {
    .col-xl-5ea {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

@media (min-width: 80rem) {
    .col-xxl-5ea {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

.delay-img-view {
    position: relative;
    display: block;
    line-height: 0;
}

.delay-img-view:before,
.delay-img-view:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: ;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    transition-property: transform;
    transition-duration: 1s;
}

.delay-img-view:after {
    background-color: rgba(255, 255, 255, 0.5);
    transition-delay: 0.1s;
}

.delay-img-view.in-view:before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.delay-img-view.in-view:after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

/* container */
.container {
    width: 100%;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 48rem) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 75rem) {
    .container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

/*
    bg style
*/
.bg-gray {
    background-color: #f7f7f7;
}

.bg-gray--bottom {
    background-image: linear-gradient(to top, #f7f7f7 60%, #fff 40%);
}

/*
    tab style
*/
/* common */
#tab-content .tab-panel {
    -webkit-transition: opacity, 0.3s ease-in-out;
    -ms-transition: opacity, 0.3s ease-in-out;
    -o-transition: opacity, 0.3s ease-in-out;
    transition: opacity, 0.3s ease-in-out;
}

#tab-content .tab-panel:not(.show) {
    display: none;
    opacity: 0;
}

#tab-content .tab-panel.show {
    opacity: 1;
}

/* font style */
.fc-point {
    color: #00ffb5 !important;
}

.fc-point2 {
    color: #00573e !important;
}

.fc-red {
    color: #e01f11 !important;
}

.fw-bold {
    font-weight: bold !important;
}

.fw-semi {
    font-weight: 500 !important;
}

.fw-mid {
    font-weight: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-thin {
    font-weight: 100 !important;
}

.ff-point {
    font-family: 'GyeonggiBatang', sans-serif;
}

/* title */
.tit--border-t {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 20px;
    font-size: 1.25rem;
}

@media screen and (min-width: 48rem) {
    .tit--border-t {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media sreen and (min-width: 64rem) {
    .tit--border-t {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.tit--border-t:before {
    content: '';
    display: block;
    width: 1.16666em;
    height: 0;
    margin-bottom: 0.25em;
    border-top: 4px solid #111;
}

.tit--border-t-center {
    position: relative;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 20px;
    font-size: 1.25rem;
}

@media screen and (min-width: 48rem) {
    .tit--border-t-center {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media sreen and (min-width: 64rem) {
    .tit--border-t-center {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.tit--border-t-center:before {
    content: '';
    display: block;
    width: 1.16666em;
    height: 0;
    margin-right: auto;
    margin-left: auto;
    /* margin-bottom: 0.25em; */
    margin-bottom: 0.5em;
    border-top: 4px solid #111;
    border-radius: 2px;
}

/* tab - nav */
.tab-nav {
    *zoom: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 1px;
    margin-bottom: 2.40625em;
}

.tab-nav:after {
    content: '';
    display: block;
    clear: both;
}

.tab-nav>li {
    float: left;
    position: relative;
    width: 100%;
    margin-left: -1px;
}

.tab-nav>li a {
    line-height: 1;
}

.tab-nav>li a,
.tab-nav>li a:hover,
.tab-nav>li a:active {
    text-decoration: none;
}

/* basic */
.tab-nav-basic {}

.tab-nav-basic>li {
    border-bottom: 1px solid #e5e5e5;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media screen and (min-width: 26rem) {
    .tab-nav-basic>li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (min-width: 48rem) {
    .tab-nav-basic>li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width: 62rem) {
    .tab-nav-basic>li {
        flex: none;
        max-width: none;
    }
}

.tab-nav-basic>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
    font-weight: 300;
    /*line-height: 3em;*/
    padding-top: 0.9em;
    padding-right: 0.5em;
    padding-bottom: 0.9em;
    padding-left: 3.25em;
    color: #007251;
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (min-width: 48rem) {
    .tab-nav-basic>li a {
        justify-content: left;
        font-size: 13px;
        font-size: 0.8625rem;
    }
}

@media screen and (min-width: 62rem) {
    .tab-nav-basic>li a {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media screen and (min-width: 75rem) {
    .tab-nav-basic>li a {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.tab-nav-basic>li a.active {
    font-weight: 500;
    background-image: url('/html/_skin/seil/img/main/ico_noodle.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 2.5em 2.5em;
}

/*
    Btn
*/
.btn {
    border-radius: 0;
    font-size: 15px;
    font-size: 0.9375rem;
}

.btn>.btn__txt {
    position: relative;
}

.btn>.btn__txt:after {
    /* content: ''; */
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    width: 1.125rem;
    height: 15px;
    height: 0.9375rem;
    margin-top: -4px;
    margin-left: 3.33em;
    background: url('/html/_skin/seil/img/main/ico_arrow_more_white.png') no-repeat 50%;
    background-size: contain;
}

.btn.btn-basic {
    display: inline-block;
    min-width: 170px;
    /* padding: 0.625em 1.875em 0.65em; */
    padding: 0.625em 3.875em 0.65em 1.875em;
    background: transparent;
    border-radius: 27.5px;
    border: 3px solid #fff;
    color: #fff;
    line-height: 2em;
    font-weight: 400;
    text-align: left;
    font-size: 13px;
    font-size: 0.8125rem;
    background: url(/html/_skin/seil/img/main/ico_arrow_right.png) no-repeat 89% center;
}

@media screen and (min-width: 48rem) {
    .btn.btn-basic {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

/* .btn.btn-basic>.btn__txt {
    position: relative;
}

.btn.btn-basic>.btn__txt:after {
    display: none;
} */
.btn.btn-basic:hover,
.btn.btn-basic:active {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

/*
    form
*/
.board-wrap input,
.board-wrap select,
.board-wrap textarea {
    height: 40px;
}

.board-wrap .__basic-form input,
.board-wrap .__basic-form select,
.board-wrap .__basic-form textarea {
    border: 0;
}

.__basic-form.basic-board-row {
    border-top: 0;
    border-bottom-color: #e1e1e1;
}

.basic-board-row tr.board-write-file-list button.contract_view,
.privacy_conts_agree button.contract_view {
    padding: 0;
    border: 0;
    background: none;
    color: #d30000;
    text-decoration: underline;
}

@media screen and (max-width: 47.99875rem) {

    .__basic-form.basic-board-row tr th,
    .__basic-form.basic-board-row tr td {
        display: block;
        width: 100%;
    }

    .__basic-form.basic-board-row tr th {
        padding-top: 0.875em;
        padding-bottom: 0.875em;
        padding-left: 1em;
    }

    .__basic-form.basic-board-row tr td {
        padding: 1em 0;
    }
}

.__basic-form.basic-board-row input,
.__basic-form.basic-board-row select,
.__basic-form.basic-board-row textarea,
.__basic-form .privacy_conts {
    width: 100%;
    padding: 0.5625em;
    border-color: #f8f8f8;
    /* background-color: #f8f8f8; */
    font-size: 13px;
    font-size: 0.8125rem;
}

@media screen and (min-width: 62rem) {

    .__basic-form.basic-board-row input,
    .__basic-form.basic-board-row select,
    .__basic-form.basic-board-row textarea,
    .__basic-form .privacy_conts {
        font-size: 16px;
        font-size: 1rem;
    }

    .__basic-form input:not([type="checkbox"]),
    .__basic-form select {
        width: 29.375em;
    }
}

.__basic-form .privacy_conts {
    overflow-y: auto;
    white-space: pre-wrap;
}

.__basic-form .full-w-input input,
.__basic-form .full-w-input select,
.__basic-form .full-w-input textarea {
    width: 100%;
}

.__basic-form.basic-board-row tr th {
    background-color: #f8f8f8;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 13px;
    font-size: 0.8125rem;
    vertical-align: top;
}

@media screen and (min-width: 62rem) {
    .__basic-form.basic-board-row tr th {
        padding-left: 0;
        font-size: 16px;
        font-size: 1rem;
        text-align: left;
    }
}

.__basic-form tr.d-vertical-center th,
.__basic-form tr.d-vertical-center td {
    /* display: inline-block; */
    vertical-align: middle;
}

/* form - privacy */
.privacy_conts_agree .privacy_txt,
.privacy_conts_agree .privacy_txt+.privacy_checkbox {
    display: block;
}

@media screen and (min-width: 36rem) {

    .privacy_conts_agree .privacy_txt,
    .privacy_conts_agree .privacy_txt+.privacy_checkbox {
        display: inline-block;
        vertical-align: middle;
    }

    .privacy_conts+.privacy_conts_agree {
        display: flex;
        align-items: center;
    }
}

.privacy_conts_agree .privacy_txt {
    font-size: 13px;
    font-size: 0.8125rem;
    /* line-height: 3.38em; */
    padding-top: 1em;
    padding-bottom: 1em;
    letter-spacing: normal;
    color: #333333;
}

@media screen and (min-width: 48rem) {
    .privacy_conts+.privacy_conts_agree .privacy_checkbox {
        margin-left: auto;
    }
}

@media screen and (min-width: 62rem) {
    .privacy_conts_agree .privacy_txt {
        font-size: 16px;
        font-size: 1rem;
    }
}

/* form - file */
.__basic-form .filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.__basic-form .filebox {
    position: relative;
    height: 55px;
    border: 3px solid #e1e1e1;
    background-color: #f8f8f8;
    font-size: 0;
    overflow: hidden;
}

.__basic-form .filebox label {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    color: #005941;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-size: 0.8125rem;
}

.__basic-form .filebox label>span {
    width: 100%;
    display: inline-block;
    line-height: 1em;
    border-left: 1px solid #005941;
}

.__basic-form .filebox .upload-name {
    display: inline-block;
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #005941;
    text-align: left;
    box-sizing: border-box;
}

.__basic-form .filebox label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 36rem) {
    .__basic-form .filebox .upload-name {
        width: calc(100% - 100px);
    }

    .__basic-form .filebox label {
        position: absolute;
        top: 0;
        right: 0;
        width: 105px;
    }
}

@media screen and (min-width: 62rem) {
    .__basic-form .filebox {
        width: 540px;
    }

    .__basic-form .filebox .upload-name {
        width: 435px;
    }

    .__basic-form .filebox label:hover {
        background-color: #eaeaea;
    }

    .__basic-form .filebox label,
    .__basic-form .filebox .upload-name {
        font-size: 14px;
        font-size: 0.875rem;
    }

    /* file input notice */
    .file-input-wrap, .file-input-notice {
        display: inline-block;
        vertical-align: middle;
    }
}

.file-input-notice {
    margin-top: 0.5em;
    color: #bebebe;
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media screen and (min-width: 64rem) {
    .file-input-notice {
        margin-left: 1.153em;
        font-size: 1rem;
    }
}

/* checkbox */
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    color: #333333;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media screen and (min-width: 62rem) {
    input[type="checkbox"]+label {
        font-size: 16px;
        font-size: 1rem;
    }
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 1.5625em;
    height: 1.5625em;
    margin-top: 0;
    margin-right: 0.5625em;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: middle;
    background: url('/html/_skin/seil/img/common/ico_check_off.png') left top no-repeat;
    background-size: contain;
    cursor: pointer;
}

input[type="checkbox"]:checked+label span {
    width: 1.5625em;
    height: 1.5625em;
    background: url('/html/_skin/seil/img/common/ico_check_on.png') left top no-repeat;
    background-size: contain;
}

input[type="text"].input-auth-key {
    width: 100%;
    border: 1px solid #d7d7d7;
}

@media screen and (min-width: 26rem) {
    input[type="text"].input-auth-key {
        width: calc(100% - 210px);
    }
}

@media screen and (min-width: 36rem) {
    input[type="text"].input-auth-key {
        width: 202px;
    }
}

.captcha-wrap,
.captcha-wrap+.input-auth-key {
    display: inline-block;
    vertical-align: top;
    width: 202px;
}

.captcha-wrap>img {
    display: inline-block;
    vertical-align: middle;
    float: inherit !important;
    height: 36px;
}

.captcha-wrap>img+a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.captcha-wrap>img+a>img {
    width: 21px !important;
    padding: 0 !important;
}

input[type="text"].input-auth-key+.p_notice {
    display: block;
    margin-top: 0.5em;
}

.board-write-btn-wrap .btn-cancel,
.board-write-btn-wrap .btn-confirm {
    /* width: 150px; */
    height: 50px;
    border-radius: 30px;
    border-style: solid;
    border-width: 3px;
    background-color: #fff;
    color: #038a63;
    font-weight: 300;
    letter-spacing: -0.025em;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    font-size: 0.893rem;
}

.board-write-btn-wrap .btn-cancel {
    border-color: #b7b7b7;
    color: #555;
}

.board-write-btn-wrap .btn-confirm {
    border-color: #038a63;
    color: #038a63;
}

@media screen and (min-width: 48rem) {

    .board-write-btn-wrap .btn-cancel,
    .board-write-btn-wrap .btn-confirm {
        min-width: 200px;
        height: 60px;
        line-height: 54px;
        font-size: 16px;
        font-size: 1rem;
    }
}

@media screen and (min-width: 62rem) {

    .board-write-btn-wrap .btn-cancel,
    .board-write-btn-wrap .btn-confirm {
        min-width: 200px;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.board-write-btn-wrap .btn-confirm:hover {
    background-color: #038a63;
    color: #fff !important;
}

/* select input  */
.select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 3.125em;
    padding: 0.5em 2em 0.5em 1em;
    background: #fff url('/html/_skin/seil/img/common/bg_search_select.png') no-repeat right 16px center;
    background-size: 8px 6px;
    transition-property: border-color, box-shadow;
    transition-duration: 0.1s;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    line-height: normal;
    color: #c4c4c4;
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width:48rem) {
    .select-wrap select {
        font-size: 16px;
        font-size: 1rem;
    }
}

.select-wrap select option:first-of-type {
    color: #ebebeb;
}

.select-wrap option {
    color: #333;
}

/* search input */
.search-input-wrap {
    position: relative;
    width: 100%;
    height: 52px;
    border: 1px solid #ebebeb;
}

.search-input-wrap input[type="text"] {
    width: calc(100% - 48px);
    height: 50px;
    padding-left: 1em;
    padding-right: 1em;
    outline: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #888;
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width:48rem) {
    .search-input-wrap input[type="text"] {
        font-size: 16px;
        font-size: 1rem;
    }
}

.search-input-wrap input[type="text"]:active,
.search-input-wrap input[type="text"]:focus {
    border-color: #038a63;
}

.search-input-wrap .search-btn-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 50px;
}

.search-input-wrap .search-btn-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: url('/html/_skin/seil/img/common/ico_search.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    font-size: 0;
}

/*
    list
*/
.list-dot>li {
    position: relative;
    padding-left: 16px;
    text-indent: -16px;
}

.list-dot>li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 2px;
    height: 2px;
    margin-top: 0.65em;
    margin-right: 10px;
    /* border-radius: 100%; */
    background-color: #fff;
}

.list-bar>li {
    position: relative;
    padding-left: 16px;
    text-indent: -16px;
}

.list-bar>li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 1px;
    margin-top: 0.75em;
    margin-right: 10px;
    border-radius: 100%;
    background-color: #6a6a6a;
}

.list-num>li {
    position: relative;
    padding-left: 56px;
    text-indent: -56px;
    margin-bottom: 1em;
}

.list-num>li:before {
    content: attr(data-num);
    display: inline-block;
    width: 2.5625em;
    height: 2.5625em;
    margin-right: 10px;
    background-color: #284ac9;
    border-radius: 100%;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    text-indent: 0;
    color: #fff;
    text-align: center;
    line-height: 2.5625em;
}

/* bg-num-list-item (ex: /recruit/benefits/) */
.bg-num-list-item .bg-num {
    z-index: 1;
    position: relative;
}

.bg-num-list-item .bg-num:before {
    z-index: -1;
    content: attr(data-number);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 5rem;
    font-weight: 700;
    color: #038a63;
    opacity: 0.1;
}

/* list with figure */
@media screen and (min-width: 62rem) {
    .figure-box-list .figure-box-list__item.margin-t {
        margin-top: 5em;
    }
}

.figure-box-list .figure-box-list__item>.col__inner {
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(123, 123, 123, 0.1);
}

.figure-box-list .figure-box-list__figure .__img {
    line-height: 0;
}

.figure-box-list .figure-box-list__details {
    padding: 3.75em 1.25em;
    text-align: center;
    color: #000;
    font-weight: 300;
    line-height: 1.56em;
    letter-spacing: -0.01em;
    word-break: keep-all;
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width: 48rem) {
    .figure-box-list .figure-box-list__details {
        font-size: 16px;
        font-size: 1rem;
    }
}

.figure-box-list .figure-box-list__details .details-dfn__t {
    margin-bottom: 1em;
    line-height: 1.2em;
    letter-spacing: -0.0252em;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
}

@media screen and (min-width: 48rem) {
    .figure-box-list .figure-box-list__details .details-dfn__t {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.figure-box-list .figure-box-list__details .details-dfn__t .__num {
    display: block;
    letter-spacing: -0.025em;
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 48rem) {
    .figure-box-list .figure-box-list__details .details-dfn__t .__num {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 62rem) {
    .figure-box-list .figure-box-list__details .details-dfn__d {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}

/* box-caption-list */
.box-caption-list {}

.box-caption-item {
    margin-bottom: 3em;
}

@media screen and (min-width: 62rem) {
    .box-caption-item {
        margin-bottom: 0;
    }
}

.box-caption-item__figure {
    position: relative;
}

@media screen and (min-width: 22.5rem) {
    .box-caption-item__figure {
        padding-bottom: 3.125em;
    }
}

@media screen and (min-width: 22.5rem) {
    .box-caption-item__figure>figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}

.box-caption-item__figure>figcaption .__hgroup-box {
    display: block;
    width: 100%;
    height: 122px;
    background-color: #038a63;
    line-height: 120px;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 22.5rem) {
    .box-caption-item__figure>figcaption .__hgroup-box {
        width: 60%;
    }
}

@media screen and (min-width: 62rem) {
    .box-caption-item__figure>figcaption .__hgroup-box {
        width: 158px;
    }
}

.box-caption-item__figure>figcaption .__hgroup-box__t {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: -0.01em;
    font-size: 20px;
    font-size: 1.25rem;
}

/* list common */
.list>li {
    margin-bottom: 0.25em;
}

.list>li>.__tit,
.list>li>.__txt {
    display: inline-block;
    vertical-align: baseline;
    text-indent: 0;
}

/*
    dfn
*/
.dfn--dt-bar>dt {
    position: relative;
    padding-bottom: 0.875em;
}

.dfn--dt-bar>dt:after {
    content: '';
    display: block;
    width: 1.25em;
    height: 1px;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #b1b1b1;
}

/*
    iframe
*/
.inc-iframe {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.inc-iframe>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* img */
.figure {
    display: inline-block;
}

.img-full {
    width: 100%;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10;
}

/* btn style */
.btn-play .btn__ico {
    position: relative;
    font-size: 0;
}

.btn-play .btn__ico:after {
    content: '';
    display: inline-block;
    width: 6.25em;
    height: 7.75em;
    background-repeat: no-repeat;
    background-image: url('/html/_skin/seil/img/main/ico_paly_btn.png');
    background-position: right center;
    background-size: contain;
    font-size: 10px;
    font-size: 0.5rem;
}

@media screen and (min-width: 48rem) {
    .btn-play .btn__ico:after {
        font-size: 16px;
        font-size: 1rem;
    }
}

/* table */
.table-caption {
    *zoom: 1;
    caption-side: bottom;
    margin-top: 1em;
    font-weight: 300;
    letter-spacing: -0.05em;
    text-align: left;
    color: #555555;
    font-size: 13px;
    font-size: 0.813rem;
}

@media screen and (min-width: 48rem) {
    .table-caption {
        font-size: 16px;
        font-size: 1rem;
    }
}

.table-caption:after {
    content: '';
    display: block;
    clear: both;
}

.table-hgroup {
    -ms-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2em;
}

.table-hgroup__t {
    letter-spacing: -0.05em;
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 48rem) {
    .table-hgroup__t {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 62rem) {
    .table-hgroup__t {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media screen and (min-width: 75rem) {
    .table-hgroup__t {
        font-size: 25px;
        font-size: 1.563rem;
    }
}

.table-hgroup__d {
    margin-left: auto;
    letter-spacing: -0.05em;
    text-align: right;
    color: #888888;
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (min-width: 48rem) {
    .table-hgroup__d {
        font-size: 13px;
        font-size: 0.813rem;
    }
}

@media screen and (min-width: 62rem) {
    .table-hgroup__d {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.table-wrap {
    overflow-x: auto;
}

@media screen and (max-width: 47.99875rem) {
    .table-wrap .table {
        min-width: 760px;
    }
}

.table {
    text-align: center;
    border-top: 2px solid #038a63;
}

.table thead tr {
    background-color: #f7f7f7;
}

.table thead tr th {
    color: #333333;
    border-left: 1px solid #e1e1e1;
    border-bottom: 0;
}

.table tbody tr td {
    color: #555;
    border: 1px solid #e1e1e1;
    border-width: 1px 0 1px 1px;
}

/* table - basic */
.table-basic {
    border-right: 1px solid #ccc;
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width: 48rem) {
    .table-basic {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media screen and (min-width: 62rem) {
    .table-basic {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.table-basic thead tr th {
    border-color: #ccc;
    background-color: #e9e9e9;
}

.table-basic tbody tr td {
    background-color: #fff;
    border-color: #ccc;
}

.table-basic tfoot tr td {
    background-color: #e9e9e9;
    border: 1px solid #ccc;
}

/* icon */
.ico-search-circle {
    background-image: url('/html/_skin/seil/img/common/ico_franchisee_search.png');
    background-repeat: no-repeat;
    background-position: center center;
}

/* quck menu for all page */
.allpage__quick-menu .quick-menu {
    z-index: 1001;
    display: none;
    position: fixed;
    top: 18%;
    right: 2%;
}

@media (min-width: 1025px) {
    .allpage__quick-menu .quick-menu {
        display: inline-block;
    }
}

.allpage__quick-menu .quick-menu .quick-menu__item {
    width: 72px;
    padding-right: 6px;
    padding-left: 6px;
    background-color: rgba(17, 17, 17, 0.3);
}

.allpage__quick-menu .quick-menu .quick-menu__item .__num {
    font-size: 12px;
    font-size: 0.75rem;
}

.allpage__quick-menu .quick-menu .quick-menu__item:first-child {
    padding-top: 1.5rem;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.allpage__quick-menu .quick-menu .quick-menu__item:last-child {
    border-bottom: 0;
}

.allpage__quick-menu .quick-menu .quick-menu__item>a {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    letter-spacing: 0.01em;
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
}

.allpage__quick-menu .quick-menu .quick-menu__item.top {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    height: 50px;
    line-height: 44px;
    border: 3px inset rgba(17, 17, 17, 0.3);
    border-width: 0 5px 5px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: transparent;
}

.allpage__quick-menu .quick-menu .quick-menu__item.top>a {
    height: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    color: #111;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media (min-width: 1281px) {
    .allpage__quick-menu .quick-menu .quick-menu__item {
        width: 102px;
    }
}

.allpage__quick-menu .quick-menu .quick-menu__item-ico {
    content: '';
    display: block;
    width: 30px;
    height: 32px;
    margin-right: auto;
    margin-bottom: 0.5rem;
    margin-left: auto;
    background-size: contain;
    background-image: url("/html/_skin/seil/img/common/ico_quick_tel.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

@media (min-width: 769px) {
    .quick-menu .quick-menu__item-ico .quick-menu__item-ico {
        width: 43px;
        background-size: auto;
    }
}

.allpage__quick-menu .quick-menu .quick-menu__item-ico.menu {
    background-image: url("/html/_skin/seil/img/common/ico_quick_menu.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.allpage__quick-menu .quick-menu .quick-menu__item-ico.store {
    background-image: url("/html/_skin/seil/img/common/ico_quick_map.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.allpage__quick-menu .quick-menu .quick-menu__item-cpation {
    display: block;
    text-align: center;
    font-size: 0.75rem;
}

/* popup video figure */
.pop-video__figure,
.pop-video__figure .video-thumb {
    height: 100%;
}

.pop-video__figure {
    position: relative;
    display: block;
    line-height: 0;
}

.pop-video__figure .video-thumb {
    line-height: 0;
}

.pop-video__figure .video-thumb>img {
    height: 100%;
}

.pop-video__figure .video-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.pop-video__figure .video-caption .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
}

.pop-video__figure .video-caption .btn-play:hover,
.pop-video__figure .video-caption .btn-play:active {
    opacity: 0.6;
}

/* display */
/*------------------
    vendor
--------------------*/
/* scroll slider common */
.scroll-slider-wrap {
    max-width: 1440px;
    padding-left: 15px;
    margin-left: auto;
}

@media screen and (min-width: 48rem) {
    .scroll-slider-wrap {
        padding-left: 40px;
    }
}

@media screen and (min-width: 75rem) {
    .scroll-slider-wrap {
        padding-left: 80px;
    }
}

@media screen and (min-width: 90em) {
    .scroll-slider-wrap {
        max-width: 1600px;
        padding-left: 40px;
        margin-right: auto;
    }
}

@media screen and (min-width: 100em) {
    .scroll-slider-wrap {
        padding-left: 0;
    }
}

@media screen and (min-width: 120em) {
    .scroll-slider-wrap {
        width: 83.333%;
        max-width: none;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.scroll-slider,
.scroll-slider__list {
    height: 100%;
}

.scroll-slider__list {
    font-size: 0;
    white-space: nowrap;
    margin-left: -10px;
    margin-right: -10px;
}

.scroll-slider__col {
    display: inline-block;
    width: 440px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 48rem) {
    .scroll-slider__list {
        margin-left: -25px;
        margin-right: -25px;
    }

    .scroll-slider__col {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.scroll-slider-bar {
    max-width: 1280px;
    margin-right: auto;
    margin-top: 3.75em;
}

.scroll-slider-bar .scrollbar {
    max-width: 100%;
    height: 2px;
    background: #ddd;
    line-height: 0;
}

.scroll-slider-bar .scrollbar .handle {
    width: 100%;
    height: 100%;
    background: none;
    cursor: pointer;
}

.scroll-slider-bar .scrollbar .handle .mousearea {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #222;
}

/* gallary popup */
.mfp-wrap .mfp-content .white-popup {
    max-width: 680px;
    background-color: transparent;
}

.showroom-box .slider .slick-list .slick-slide figcaption {
    display: none;
}

@media screen and (min-width: 75rem) {
    body .showroom-box .slider .slick-list .slick-slide>p {
        height: 870px;
    }
}

body .showroom-box .slider-nav-thumbnails {
    display: none;
    margin-top: 1rem;
}

body .showroom-box .slider-nav-thumbnails .slick-slide img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%)
}

.mfp-close-btn-in .mfp-close {
    position: absolute;
    font-size: 0;
    width: 100%;
    font-weight: 300;
    right: 0;
}

.mfp-close-btn-in .mfp-close:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(/html/_skin/seil/img/common/ico_close.png) no-repeat;
}

/* gallery popup slick */
body .showroom-box .slick-prev,
body .showroom-box .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: rgba(36, 35, 40, .9);
}

body .showroom-box .slick-prev {
    left: 0;
}

body .showroom-box .slick-next {
    right: 0;
}

body .showroom-box .slick-prev:before,
body .showroom-box .slick-next:before {
    content: '';
    width: 11px;
    height: 18px;
    display: inline-block;
    background-position: center center;
}

body .showroom-box .slick-prev:before {
    background: url('/html/_skin/seil/img/common/ico_mfp_arrow_prev.png') no-repeat;
}

body .showroom-box .slick-next:before {
    background: url('/html/_skin/seil/img/common/ico_mfp_arrow_next.png') no-repeat;
}

/* bootstrap */
.modal-body {
    padding: 1.5em;
}

@media screen and (min-width: 48rem) {
    .modal-body {
        padding: 2em;
    }
}

@media screen and (min-width: 62rem) {
    .modal-body {
        padding: 2.5em;
    }
}

@media screen and (min-width: 48rem) {
    .center-modal .modal-dialog {
        position: absolute;
        top: 25%;
        left: 50%;
        width: 100%;
    }

    .modal.fade .modal-dialog {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .center-modal.show .modal-dialog {
        -webkit-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%);
    }
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.close {
    color: #888888;
    text-shadow: none;
    opacity: 1;
    font-weight: 300;
    transition-property: color;
    transition-duration: 0.3s;
}

.close:hover {
    color: #038a63;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 740px;
    }
}

@media (min-width: 1024px) {
    .modal-dialog {
        max-width: 1090px;
    }
}

/* slick */
/* default */
.slick-dots li button:before {
    display: none;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li button {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #c1c1c1;
    transition-property: all;
    transition-duration: 0.3s;
}

.slick-dots li.slick-active button {
    width: 28px;
    background-color: #007251;
    border-radius: 5px;
}

.slick-custom-nav {
    left: 1px;
    font-size: 0;
}

.slick-custom-nav>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.slick-custom-nav>li:first-child {
    margin-left: 0;
}

.slick-custom-nav a {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    border: 2px solid #d8d8d8;
    background-color: #fff;
    transition-duration: none;
}

.slick-custom-nav a:hover {
    border-color: #038a63;
}

.slick-custom-nav a:active {
    opacity: 0.5;
}

.slick-custom-nav .ico {
    display: flex;
    -ms-display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.slick-custom-nav .ico i {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #b9b9b9;
    border-left: 2px solid #b9b9b9;
}

.slick-custom-nav #slick-prev .ico i {
    margin-left: 4px;
    transform: rotate(-47deg);
    -webkit-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
}

.slick-custom-nav #slick-next .ico i {
    margin-right: 4px;
    transform: rotate(133deg);
    -webkit-transform: rotate(133deg);
    -ms-transform: rotate(133deg);
}

.slick-custom-nav a:hover .ico i {
    border-color: #038a63;
}

/* custom modal */
#videoModal .modal-video,
#visualVideoModal .modal-video {
    padding-top: 50px;
}

#videoModal .modal-content,
#visualVideoModal .modal-content {
    background-color: transparent;
}

#videoModal button.close,
#visualVideoModal button.close {
    font-size: 36px;
    font-size: 2.25rem;
    color: #07efaa;
}
