@charset "utf-8";

/* ---------------------------------- sub page */
/*
	sub layout
*/
#subWrap {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    margin: 0 auto;
}

@media screen and (max-width:1200px) {
    #subWrap {
        width: 100%;
        /* padding-top: 3rem; */
    }
}

/* snb */
#snb {
    position: relative;
    width: 100%;
    top: -60px;
    border-width: 1px 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

@media screen and (min-width:768px) {
    #snb {}
}

#snb>ul {
    margin: 0 auto;
    width: 1200px;
    font-size: 0;
    line-height: 0;
}

#snb>ul>li {
    position: relative;
    display: inline-block;
    margin-right: -1px;
    vertical-align: top;
}

#snb>ul>li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .3);
}

#snb>ul>li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

#snb>ul>li:last-child .snb-depth1__inner {
    border: 0;
}

#snb>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(/html/_skin/seil/img/common/ico_snb_arrow_down.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    line-height: 1;
    color: #575757;
    z-index: -1;
}

#snb>ul>li.snb-home a {
    display: block;
    padding: 0;
    min-width: 54px;
    height: 60px;
    text-align: center;
}

#snb>ul>li.snb-home img {
    display: inline-block;
    padding-top: 22px;
}

#snb>ul>li.snb-home:before {
    display: none;
}

#snb li a {
    display: block;
    min-width: 236px;
    font-size: 1rem;
    line-height: 60px;
    word-break: keep-all;
    color: rgba(255, 255, 255, .65);
    text-transform: uppercase;
}

#snb>ul>li:last-child>a,
#snb>ul>li.on>a {
    color: #fff;
}

/* 1depth */
#snb .snb-depth1__inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-top: 0.875rem;
    padding-left: 1.5625rem;
    padding-bottom: 0.875rem;
    padding-right: 1.5625rem;
    line-height: 1.25;
    border: 1px solid rgba(255, 255, 255, .3);
    border-width: 0 1px;
}

/* 2depth */
#snb .snb-depth2 {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-width: 1px 0 0;
}

#snb .snb-depth2 a {
    padding: 15px 20px;
    border-bottom: 1px solid #d9d9d9;
    background: rgba(0, 0, 0, .25);
    line-height: 17px;
    color: #fff;
}

#snb .snb-depth2 a:hover {
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, .7);
}

#snb .snb-depth2 li.on a {
    color: #5240c5;
}

@media screen and (max-width:1200px) {
    #snb>ul {
        width: 100%;
    }
}

@media screen and (max-width:767px) {

    /* #snb > ul > li:not(.on) {display:none;} */
    #snb>ul>li {
        display: none;
    }

    #snb>ul>li.snb-home {
        display: inline-block;
    }

    #snb>ul>li:last-child {
        display: inline-block;
        width: calc(100% - 53px);
    }

    #snb>ul>li:last-child>a {
        background: rgba(0, 0, 0, .25);
        text-align: center;
    }
}

/* left menu */
#leftMenu {
    /* display: none; */
    position: relative;
    width: 100%;
    /* padding-bottom: 50px; */
    /* border-right: 1px solid #e1e1e1; */
}

@media screen and (min-width:1201px) {
    #leftMenu {
        /* display: none; */
        float: left;
        width: 230px;
        height: 100vh;
    }
}

#leftMenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.lnb-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 8.75rem;
    padding-left: 2rem;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
}

.lnb-logo-wrap .lnb-logo>img {
    margin-left: 0;
}

@media screen and (min-width: 361px) {
    .lnb-logo-wrap {
        text-align: center;
        padding-left: 0;
    }

    .lnb-logo-wrap .lnb-logo>img {
        margin-left: auto;
    }
}

@media screen and (min-width:1201px) {
    .lnb-logo-wrap {
        box-shadow: none;
    }
}

.lnb-logo-wrap .lnb-logo {
    display: block;
    width: 100%;
}

#leftMenu .lnb-menu>li {
    position: relative;
}

#leftMenu .lnb-menu>li a {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    padding: 1rem 0;
    border-bottom: 1px dashed #fff;
}

#leftMenu .lnb-menu>li:hover a,
#leftMenu .lnb-menu>li.on a {
    /* padding-top: 25px; */
    font-weight: 600;
}

/* lnb-menu */
.lnb-menu-wrap {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100000;
}

@media screen and (min-width:1201px) {
    .lnb-menu-wrap {
        display: block !important;
        position: relative;
    }
}

.lnb-menu {
    padding: 10px;
    padding-bottom: 5.875rem;
    -webkit-background: linear-gradient(309deg, #5091c3, #9f84dd);
    background: linear-gradient(309deg, #5091c3, #9f84dd);
}

/* 2depth */
#leftMenu .lnb-menu>li>ul {
    /* display:none;  */
    padding-bottom: 5px;
}

#leftMenu .lnb-menu>li>ul li a,
#leftMenu .lnb-menu>li>ul li.on a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
    word-break: keep-all;
    border-bottom: 0;
}

#leftMenu .lnb-menu>li>ul li a,
#leftMenu .lnb-menu>li.on>ul li a {
    color: #333;
    padding-top: 10px;
}

#leftMenu .lnb-menu>li>ul li a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 2px;
    background-color: #122e74;
    vertical-align: middle;
    margin-right: 10px;
}

#leftMenu .lnb-menu>li>ul li.on a {
    color: #122e74;
}

/* @media screen and (max-width:1200px) {
    #leftMenu {
        display: none;
    }
} */
/* lnb > contact */
.lnb-bottom {
    display: none;
    background-color: #f1f1f1;
    padding: 1.875rem 0.625rem;
}

@media screen and (min-width:1201px) {
    .lnb-bottom {
        display: block;
    }
}

.lnb-bottom__contact-tit {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.lnb-bottom__contact>dd {
    margin-bottom: .25rem;
    font-size: 1rem;
    color: #242424;
    letter-spacing: -0.05rem;
    line-height: 1.5;
}

.lnb-bottom__contact>.lnb-bottom__contact-email {
    font-size: 0.875rem;
}

/*
	--- sub conts
*/
#subConts {
    width: 100%;
}

#subConts:after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (min-width:768px) {
    #subConts {
        padding-top: 2.5rem;
    }
}

.tab_btn_box {}

/* .tab_btn_box > ul {overflow: hidden;border: 1px solid #cecece;}
.tab_btn_box > ul >li {background-color: #f8f8f8;font-size: 16px;font-weight: 500;color: #434343;text-align: center;float: left;width: 20%;border-right: 1px solid #cecece;}
.tab_btn_box > ul >li.current {background-color: #1d3b6d;font-weight: 700;color: #fff;}
.tab_btn_box > ul >li:last-child {border-right: 0;}
.tab_btn_box > ul >li > a {display: block;padding: 20px 0;} */
.tab_btn_box>ul {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
}

.tab_btn_box>ul>li {
    background-color: #f9f9f9;
    font-size: 18px;
    font-weight: 700;
    color: #434343;
    text-align: center;
    float: left;
    border: 1px solid #dfdfdf;
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
}

.tab_btn_box>ul>li.current {
    background-color: #003e7e;
    font-weight: 700;
    color: #fff;
    border-color: #003e7e;
}

.tab_btn_box>ul>li>a {
    display: block;
    flex: 1;
    padding: 0 5px;
    word-break: keep-all;
    color: #484848;
}

.tab_btn_box>ul>li.current>a {
    color: #fff;
}

.tab_content_box {
    margin-top: 60px;
}

.tabcontent {
    display: none;
}

.tabcontent.current {
    display: block;
}

.tabcontent>ul {
    border-top: 2px solid #616161;
}

.tabcontent>ul.mem_detail {
    border-top: 0;
}

.tabcontent>ul>li {
    padding: 40px 0;
    border-bottom: 1px dashed #cecece;
    font-size: 0;
}

.tabcontent>ul.mem_detail>li {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 1201px) {
    .tab_btn_box>ul>li:hover {
        opacity: .8;
    }
}

@media screen and (max-width:1200px) {
    #subConts {
        float: none;
        width: 100%;
    }

    [class^="sub-wrap-"] {}
}

@media screen and (min-width: 768px) {
    .tab_btn_box>ul>li:first-child {
        margin-left: 0;
    }

    .tab_btn_box>ul>li:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {

    /* #subConts {float:none; padding:30px 20px 0;} */
    .tab_btn_box>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .tab_btn_box>ul>li {
        font-size: 13px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        left: 0;
        margin-left: 0;
        margin: 2px;
    }

    .tab_btn_box>ul>li>a {
        white-space: nowrap;
        padding: 17px 10px;
    }

    .tab_content_box {
        margin-top: 40px;
    }
}

/* CONACT US
------------------------------------------------------ */
#map1 {
    height: 447px !important;
    opacity: 0.7;
}

.contact-address {
    overflow: hidden;
    position: relative;
    margin-top: 3.5%;
    padding: 2% 3%;
    width: 100%;
    border: 1px solid #ddd;
}

.contact-address li {
    display: inline-block;
    padding: 6px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Noto Sans KR';
    color: #575757;
    vertical-align: top;
}

.contact-address li:first-child {
    display: block;
}

.contact-address li:nth-child(3) {
    margin-left: 3%;
}

.contact-address li.copy {
    display: block;
    margin-top: 12px;
    font-weight: 300;
    font-size: 14px;
}

.contact-address li strong {
    margin-right: 5px;
    color: #000;
}

.contact-address>img {
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -18px;
    border: 1px solid #ddd;
}

.YouTubePopUp-Close:before {
    content: 'X';
    position: relative;
    top: -10px;
    font-weight: 300;
    font-size: 35px;
    font-family: 'NanumSquare';
    color: #fff;
}

@media screen and (max-width:1200px) {
    .contact-address>img {
        float: right;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width:640px) {
    #map1 {
        height: 350px !important;
    }
}

/* --- placeholder */
input[type="text"]::placeholder {
    color: #d0d0d0;
    opacity: 1;
    /* Firefox */
}

input[type="text"]:-ms-input-placeholder {
    color: #d0d0d0;
}

input[type="text"]::-ms-input-placeholder {
    color: #d0d0d0;
}

.sub-visual {
    display: table;
    width: 100%;
    height: 404px;
    padding-top: 84px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    text-align: center;
}

@media screen and (min-width:992px) {
    .sub-visual {
        background-size: inherit;
    }
}

.sub-visual>div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.sub-visual__tit {
    font-size: 3.5rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
}

@media screen and (max-width: 1200px) {
    .sub-visual {
        padding-top: 81px;
    }
}

@media screen and (max-width:767px) {
    .sub-visual {
        padding-top: 56px;
        height: 300px;
    }

    .sub-visual__tit {
        font-size: 2.5rem;
    }
}

.sub-cont-section {
    padding: 50px 0;
}

.sub-cont-section:last-child {
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .sub-cont-section {
        padding: 30px 0;
    }

    .sub-cont-section:last-child {
        padding-bottom: 50px;
    }
}

.sub-visual.company {
    background-image: url(/html/_skin/seil/img/sub/bg_sub_visual_company.jpg);
}

.sub-visual.product {
    background-image: url(/html/_skin/seil/img/sub/bg_sub_visual_product.jpg);
}

.sub-visual.technology {
    background-image: url(/html/_skin/seil/img/sub/bg_sub_visual_technology.jpg);
}

.sub-visual.customer {
    background-image: url(/html/_skin/seil/img/sub/bg_sub_visual_customer.jpg);
}

.sub-visual.contact {
    background-image: url(/html/_skin/seil/img/sub/bg_sub_visual_contact.jpg);
}

/* layout */
.sub-cont-hgroup {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    /* padding-left: 0;
    padding-right: 0; */
    word-break: break-word;
}

.sub-cont-tit {
    position: relative;
    padding-top: 26px;
    font-size: 1.875rem;
    font-weight: 500;
    /* text-transform: uppercase; */
}

@media screen and (min-width:768px) {
    .sub-cont-hgroup {
        margin-bottom: 3rem;
    }

    .sub-cont-tit {
        font-size: 2.75rem;
    }
}

.sub-cont-tit:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 0;
    border-top: 3px solid #343434;
}

.page-sub-section__descript {
    margin-bottom: 2.5rem;
}

@media screen and (min-width:768px) {
    .page-sub-section__descript {
        margin-bottom: 6rem;
        line-height: 1.5;
    }
}

.article-hgroup {
    margin-bottom: 1.5rem;
}

/*
	product
*/
.product-detail-list--full .product-detail-list__product,
.product-detail-list--full .product-detail-detail__spec {
    width: 100%;
}

.product-detail-list--full .product-detail-list__product {
    padding-right: 0;
    margin-bottom: 2.125rem;
}

.product-detail-list--full .product-detail-list__product .img-wrap {
    padding: 2rem;
}

.product-detail-list--full .product-detail-list__product .img-wrap>img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: none;
}

.product-detail-list__product .img-wrap {
    display: block;
}

.product-detail-list__product .img-wrap>img {
    width: auto !important;
    max-width: 297px;
    max-height: 248px;
}

.product-detail__tit {
    margin-bottom: 1rem;
}

.product-detail-list__row {
    font-size: 0;
    margin-bottom: 2.5rem;
}

.product-detail-list--full .product-detail-list__row {
    margin-bottom: 3.75rem;
}

@media screen and (min-width:768px) {
    .product-detail-list__row {
        margin-bottom: 5rem;
    }

    .product-detail-list--full .product-detail-list__row {
        margin-bottom: 6.25rem;
    }
}

.product-detail-list__row:before {
    /* content:'';
	display: block;
	clear: both; */
}

/* if use MODULE */
.MODULE-product-section .article-row.product-detail-list {
    padding-bottom: 0;
}

.product-detail__bl {
    display: block;
}

.product-detail-list__product {
    padding-bottom: 1rem;
}

.MODULE-product__category-tit {
    display: none;
}

/* title */
.product-detail__tit .point-color.Y {
    color: #c62538;
}

.product-detail__table {
    background-color: #f8f8f8;
    border-top: 2px solid #232323;
}

.product-detail__table-el {
    background-color: #fff;
    border-bottom: 1px solid #969696;
}

@media screen and (min-width:768px) {
    .product-detail__table {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .product-detail__table-el {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 50%;
    }
}

.product-detail__table-el dt,
.product-detail__table-el dd {
    padding-top: 1.125rem;
    padding-left: 1.125rem;
    padding-bottom: 1rem;
    padding-right: 1.125rem;
    font-size: 0.9375rem;
    line-height: 1.25;
}

/* product-detail__table-el>dt */
.product-detail__table-el__tit {
    background-color: #f2f4f5;
    font-weight: 500;
    color: #232323;
}

.product-detail__table-el dd {
    color: #666;
}

@media screen and (min-width:768px) {

    .product-detail__table-el dt,
    .product-detail__table-el dd {
        display: flex;
        align-items: center;
    }

    .product-detail__table-el__tit {
        max-width: 46%;
        flex: 0 0 46%;
        -ms-flex: 0 0 46%;
    }

    .product-detail__table-el dd {
        max-width: 54%;
        flex: 0 0 54%;
        -ms-flex: 0 0 54%;
    }
}

@media screen and (max-width:992px) {

    /* for code (if not use MODULE) */
    .product-detail__spec .table-wrap table th,
    .product-detail__spec .table-wrap table td {
        display: block;
    }

    .product-detail__spec .table-wrap table th {
        border-top: 1px solid #ddd;
    }
}

@media screen and (min-width:992px) {
    .product-detail__bl {
        display: inline-block;
        vertical-align: top;
    }

    .product-detail-list__product {
        padding-right: 2.5rem;
        padding-bottom: 0;
        width: 32%;
    }

    .product-detail__spec {
        width: 68%;
    }

    .product-detail-list--full .product-detail-list__product,
    .product-detail-list--full .product-detail__spec {
        width: 100%;
    }
}

@media screen and (min-width:1200px) {
    .product-detail-list__product {
        width: 28.25%;
    }

    .product-detail__spec {
        width: 71.75%;
    }
}

.lens-pro-wrap {
    margin-top: 2.5rem;
}

.lens-pro-wrap__product {
    text-align: center;
    margin-bottom: 2rem;
}

@media screen and (min-width:768px) {
    .lens-pro-wrap__product {
        margin-bottom: 2.5rem;
    }
}

.lens-pro-wrap__product__caption {
    margin-top: 1rem;
    font-size: 0.9375rem;
}

.page-sub-color-lens .article-row.border-top {
    margin-top: 1.875rem;
    padding-top: 4.375rem;
}

.txt-ad-review {
    *zoom: 1;
    margin-top: 1rem;
    color: #666;
    font-size: .875rem;
}

.txt-ad-review:after {
    content: '';
    display: block;
    clear: both;
}

.txt-ad-review__left,
.txt-ad-review__right {
    display: block;
    margin-bottom: .5rem;
}

@media screen and (min-width:769px) {
    .txt-ad-review {
        font-size: 1rem;
    }

    .txt-ad-review__left,
    .txt-ad-review__right {
        margin-bottom: 0;
    }

    .txt-ad-review__left {
        float: left;
    }

    .txt-ad-review__right {
        float: right;
    }
}

/* torcic */
.toric-video-row .figure-youtube {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

/* etc */
.page-sub-etc-lens {
    background-image: url('/html/_skin/seil/img/common/bg_curve_gray.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center calc(100% + 430px);
}

.page-sub-etc-lens .product-detail-list__row {
    margin-bottom: 2rem;
}

/*
    company
*/
/* ceo greeting */
.ceo-intro-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-left: -25px;
    margin-right: -25px;
}

.ceo-intro-row .col-img,
.ceo-intro-row .col-txt {
    -ms-flex: 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.ceo-intro-row .col-txt {
    margin-top: 2.5rem;
    word-break: break-word;
}

.ceo-intro-row .col-txt__tit {
    margin-bottom: 1.5rem;
}

.ceo-intro-row .col-txt p {
    margin-bottom: 1.5rem;
    line-height: 1.65;
    color: #666;
}

@media screen and (min-width:992px) {

    .ceo-intro-row .col-img,
    .ceo-intro-row .col-txt {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ceo-intro-row .col-img {
        -ms-flex: 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .ceo-intro-row .col-txt {
        -ms-flex: 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
        margin-top: 0;
    }
}

.ceo-intro__sign-wrap {
    position: relative;
    padding-top: 2.8125rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.8125rem;
    background-color: transparent;
    z-index: 10;
}

@media screen and (min-width:992px) {
    .ceo-intro__sign-wrap {
        width: 430px;
    }
}

@media screen and (min-width:1201px) {
    .ceo-intro__sign-wrap {
        padding-left: 5.4375rem;
        margin-left: -15%;
    }
}

.ceo-intro__sign-wrap span {
    display: block;
    color: #5c5c5c;
}

.ceo-intro__sign-wrap p.ceo-intro__name {
    font-size: 2rem;
    color: #232323;
}

.ceo-intro__sign-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    border: 10px solid;
    border-image-source: linear-gradient(273deg, #5091c3, #9f84dd);
    border-image-slice: 40;
    z-index: -1;
}

.ceo-intro__sign {
    text-align: right;
}

.ceo-intro__sign>img {
    display: inline-block;
}

.ceo-rnd-row__col-txt {
    word-break: break-word;
}

.ceo-rnd-row__col-txt p {
    margin-bottom: 1.5rem;
    line-height: 1.65;
    color: #666;
}

.ceo-rnd-row__col-img {
    padding-right: 45px;
    padding-bottom: 45px;
    background-image: url('/html/_skin/seil/img/sub/bg_ceo_greeitng_rnd.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media screen and (min-width:992px) {
    .ceo-rnd-row__col-txt {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ceo-rnd-row__col-img {
        -ms-flex: 0 45.8333%;
        flex: 0 0 45.8333%;
        max-width: 45.8333%;
        padding-left: 25px;
    }

    .ceo-rnd-row__col-txt {
        -ms-flex: 0 54.1667%;
        flex: 0 0 54.1667%;
        max-width: 54.1667%;
        margin-top: 0;
    }
}

@media screen and (min-width:1201px) {
    .ceo-rnd-row__col-txt {
        padding-top: 2.625rem;
    }
}

@media screen and (max-width:768px) {
    .article-row.ceo-rnd {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*
    technology
*/
/* rnd */
.article-row.rnd__research-institute {
    position: relative;
    margin-top: 0rem;
    padding-top: 8.75%;
    padding-bottom: 0;
}

.rnd__research-institute__bg {
    background-color: #fafafa;
    padding-bottom: 5rem;
}

.rnd__research-institute__bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/html/_skin/seil/img/sub/bg_technology_body.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    z-index: -1;
}

@media screen and (min-width:768px) {
    .rnd__research-institute__bg {
        padding-bottom: 10rem;
    }
}

@media screen and (min-width:1201px) {
    .rnd__research-institute-row {
        position: relative;
        height: 100%;
        min-height: 648px;
    }

    .rnd__research-institute__bl {
        position: absolute;
    }

    .rnd__research-institute__left {
        top: 0;
        left: 0;
        z-index: 2;
    }

    .rnd__research-institute__right {
        right: 0;
        bottom: 0;
        /* z-index: 1; */
    }

    .rnd__research-institute__bg:before {
        top: 8px;
    }
}

.rnd__research-institute__txt-wrap {
    width: 100%;
    padding: 3.5rem 2rem;
    margin-top: 2.5rem;
    background-color: #fff;
    border: 2px solid #e8e8e8;
}

@media screen and (min-width:768px) {
    .rnd__research-institute__txt-wrap {
        padding: 5.25rem 6.375rem;
    }
}

@media screen and (min-width:1201px) {
    .rnd__research-institute__txt-wrap {
        width: 570px;
    }
}

.rnd__research-institute__txt-wrap__txt {
    word-break: break-word;
}

.rnd__research-institute__txt-wrap>.tit {
    position: relative;
    padding-bottom: 5rem;
    z-index: 10;
}

.rnd__research-institute__txt-wrap>.tit:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 38%;
    width: 212px;
    height: 4px;
    -webkit-background: linear-gradient(309deg, #5091c3, #9f84dd);
    background: linear-gradient(309deg, #5091c3, #9f84dd);
}

@media screen and (min-width:1201px) {
    .rnd__research-institute__txt-wrap>.tit:after {
        left: -140px;
    }
}

.rnd__research-institute__txt-wrap__txt>p:not(.tit) {
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

/* Production Process */
/* Production Process > Cast molding production */
.step-img-list>[class^="col"] {
    margin-bottom: 30px;
}

.step-img-list__item {
    position: relative;
    height: 100%;
    padding: 2rem 1rem;
    border: solid 1px #e9e9e9;
}

@media screen and (min-width:1201px) {
    .step-img-list__item {
        padding-top: 4rem;
        /* padding-right: 3.875rem; */
        padding-bottom: 4rem;
        /* padding-left: 3.875rem; */
    }
}

@media screen and (min-width:992px) {

    .step-img-list>[class*="col-"]:last-child .step-img-list__item:before,
    .step-img-list>[class*="col-"]:last-child .step-img-list__item:after {
        display: none;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {

    .step-img-list>[class*="col-"]:nth-child(2n) .step-img-list__item:before,
    .step-img-list>[class*="col-"]:nth-child(2n) .step-img-list__item:after {
        display: none;
    }
}

@media screen and (min-width: 576px) {

    .step-img-list__item:after,
    .step-img-list__item:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -45px;
    }

    .step-img-list__item:before {
        width: 60px;
        height: 60px;
        -webkit-background: linear-gradient(309deg, #5091c3, #9f84dd);
        background: linear-gradient(309deg, #5091c3, #9f84dd);
        border-radius: 100%;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .step-img-list__item:after {
        top: 47.5%;
        right: -23px;
        width: 10px;
        height: 19px;
        background-image: url(/html/_skin/seil/img/common/ico_arrow_right_no_body.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        z-index: 2;
    }
}

.step-img-list__item-img-wrap {
    display: flex;
    align-items: center;
    min-width: 124px;
    min-height: 179px;
}

.step-img-list__item-caption {
    padding-top: 0.5rem;
    text-align: center;
}

.step-img-list__item-caption>span {
    display: block;
    line-height: 1.5;
}

.step-img-list__item-step-num {
    color: #4936c3;
    font-weight: 600;
}

.step-img-list__item-step-name {
    font-size: 1.125rem;
    color: #343434;
    font-weight: 600;
}

.producttion-facility-list__item {
    height: 100%;
}

.producttion-facility-list__img-wrap>img {
    width: 100%;
}

.producttion-facility-list__caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    color: #343434;
    font-weight: 600;
    line-height: 1.5;
}

.producttion-facility-list__left,
.producttion-facility-list__right {
    width: 100%;
}

/* Production Process > Main Production Facilities */
@media screen and (min-width:768px) {
    .producttion-facility-list {
        display: flex;
        flex-wrap: wrap;
    }

    .producttion-facility-list .row>[class*="col-"] {
        padding-left: 13px;
        padding-right: 13px;
    }

    /*
    .producttion-facility-list__left {
        -ms-flex: 0 100%;
        flex: 0 0 100%;
        max-width: 61.8333%;
    }
	*/
    .producttion-facility-list__left>.row {
        justify-content: space-between;
        height: 100%;
        margin-left: -13px;
        margin-right: -13px;
    }

    /*
    .producttion-facility-list__right {
        -ms-flex: 0 38.1667%;
        flex: 0 0 38.1667%;
        max-width: 38.1667%;
        padding-left: 20px;
    }
	*/
}

@media screen and (min-width:1101px) {
    .producttion-facility-list__caption {
        /* padding-bottom: 1.5rem; */
    }

    .producttion-facility-list__img-wrap>img {
        width: auto;
    }

    .producttion-facility-list__right {
        padding-left: 26px;
    }
}

@media screen and (min-width:1201px) {
    .producttion-facility-list__left {
        -ms-flex: 0 61.8333%;
        flex: 0 0 61.8333%;
        max-width: 61.8333%;
    }

    .producttion-facility-list__right {
        -ms-flex: 0 38.1667%;
        flex: 0 0 38.1667%;
        max-width: 38.1667%;
        padding-left: 20px;
        margin-left: auto;
    }
}

/* Production Technology */
.uality-management-row {
    word-break: break-word;
}

.uality-management-row .txt-wrap p {
    line-height: 1.5;
}

.uality-management-row .img-col .border-all-box {
    margin-top: 1.5rem;
    padding-top: 3rem;
    padding-right: 0rem;
    padding-bottom: 3rem;
    padding-left: 0rem;
}

@media screen and (min-width:768px) {
    .uality-management-row .img-col .border-all-box {
        margin-top: 0;
    }
}

.uality-management-row .img-col .border-all-box img {
    max-width: 98%;
}

.gradi-box-explain-row--right {
    text-align: right;
}

.gradi-box-explain-row--right .gradi-box-explain-txt-wrap {
    text-align: left;
}

.gradi-box-explain-row .gradi-box-explain-txt-wrap {
    position: relative;
    min-height: 100px;
    color: #fff;
}

.gradi-box-explain-txt-wrap .d-flex {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    padding-right: 2.125rem;
    text-align: center;
}

.gradi-box-explain-row .gradi-box-explain-txt-wrap p {
    width: 100%;
    line-height: 1.45;
}


@media screen and (min-width:1101px) {
    .gradi-box-explain-row {
        font-size: 0;
    }

    .gradi-box-explain-row .gradi-box-explain-bl {
        display: inline-block;
        vertical-align: bottom;
    }

    .gradi-box-explain-row--mid .gradi-box-explain-bl {
        display: inline-block;
        vertical-align: middle;
    }

    .gradi-box-explain-row .gradi-box-explain-txt-wrap {
        width: 40%;
        min-height: 180px;
    }

    .gradi-box-explain-row .gradi-box-explain-txt-wrap .d-flex {
        text-align: left;
    }
}

@media screen and (min-width:1201px) {
    .curve-3-explain-row {
        margin-top: -4.68%;
    }

    .gradi-box-explain-row .gradi-box-explain-txt-wrap {
        width: 25%;
    }
}

@media screen and (max-width:1101px) {
    .gradi-box-explain-row .figure-youtube--left {
        width: 100%;
    }
}


@media screen and (max-width:767px) {
    .gradi-box-explain-row .gradi-box-explain-txt-wrap p {
        font-size: 1rem;
    }
}

/*
    CUSTOMER SUPPORT
*/
/* Eye condition */
.eye-care-list__row {
    margin-bottom: 3.75rem;
}

.eye-care-list__row .col-txt {
    margin-top: 1.5rem;
}

@media screen and (min-width:992px) {
    .eye-care-list__row .col-txt {
        margin-top: 0;
    }
}

/* contact-lens-care */
.contact-lens-care__spot {
    position: relative;
    min-height: 372px;
    height: 100%;
}

.contact-lens-care__spot__txt-wrap {
    width: 100%;
    max-width: 1042px;
    min-height: 320px;
    padding: 2.25rem 2.25rem;
    background-color: #f6f7f8;
}

@media screen and (min-width:768px) {
    .contact-lens-care__spot__txt-wrap {
        padding: 4.25rem 3.875rem;
    }
}

.contact-lens-care__spot__img img {
    width: 100%;
}

@media screen and (min-width:1201px) {
    .contact-lens-care__spot__bl {
        position: absolute;
    }

    .contact-lens-care__spot__left {
        top: 0;
        left: 0;
    }

    .contact-lens-care__spot__right {
        right: 0;
        bottom: 0;
    }

    .contact-lens-care__spot__txt-wrap .txt-wrap__inner {
        max-width: 560px;
    }

    .contact-lens-care__spot__img img {
        width: auto;
    }
}

.page-sub-inquiry .inquiry-spot {
    padding: 2.5rem 1.875rem;
    background-image: url(/html/_skin/seil/img/sub/bg_inquiry_spot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width: 768px) {
    .page-sub-inquiry .inquiry-spot {
        padding: 3.75rem 5rem;
    }
}

.page-sub-inquiry .inquiry-spot__txt {
    line-height: 1.5;
}

.location__map-wrap__detail {
    width: 100%;
    max-width: 1097px;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 2.25rem;
    color: #fff;
}

.location__map-wrap__detail__row .tit {
    height: 100%;
    text-align: center;
}

.location__map-wrap__detail__row .col-detail {
    margin-top: 3rem;
}

.location__map-wrap__detail__row .col-detail .txt:not(:last-child) {
    margin-bottom: 1rem;
}

.location__map-wrap__detail__row .col-detail .txt dt {
    padding-right: 0;
    min-width: 88px;
}

@media screen and (min-width: 992px) {
    .location__map-wrap__detail {
        padding-top: 4.25rem;
        padding-left: 0;
        padding-bottom: 4.25rem;
        padding-right: 1rem;
        transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
    }

    .location__map-wrap__detail__row {
        margin-left: 0;
        margin-right: 0;
    }

    .location__map-wrap__detail__row .col-tit {
        -ms-flex: 0 0 31.26%;
        flex: 0 0 31.26%;
        max-width: 31.26%;
    }

    .location__map-wrap__detail__row .col-detail {
        -ms-flex: 0 0 68.74%;
        flex: 0 0 68.74%;
        max-width: 68.74%;
        margin-top: 0;
        padding-left: 3.4375rem;
        border-left: 1px solid rgba(255, 255, 255, .5);
    }
}

.location__how-to-list {
    margin-top: 2.8125rem;
}

.location__how-to-list__row [class^="col-"] {
    margin-bottom: 1rem;
}

.location__how-to-list__row .ico-wrap,
.location__how-to-list__row .location__how-to-caption {
    display: inline-block;
    vertical-align: top;
}

.location__how-to-list__row .location__how-to-caption {
    width: calc(100% - 121px);
    /* padding-top: 1rem; */
    padding-left: .5rem;
    word-break: break-word;
}

.location__how-to-list__row .ico-wrap>img {
    width: 60%;
}

@media screen and (min-width:992px) {
    .location__how-to-list__row [class^="col-"] {
        margin-bottom: 0;
    }

    .location__how-to-list__row .ico-wrap,
    .location__how-to-list__row .location__how-to-caption {
        vertical-align: middle;
    }

    .location__how-to-list__row .location__how-to-caption {
        padding-top: 0;
        padding-left: 1rem;
    }

    .location__how-to-list__row .ico-wrap>img {
        width: auto;
    }
}

/* About us > history */
.sub-wrap-history {
    position: relative;
    padding-bottom: 16rem;
    background-image: url(/html/_skin/seil/img/sub/bg_history_lens.png);
    background-repeat: no-repeat;
    background-position: center calc(100% - 300px);
}

.history__nav {
    display: none;
    position: absolute;
    z-index: 10;
}

.history__nav__fixed {
    position: fixed;
    top: 20%;
}

.history__nav__fixed.viewSmall {
    top: auto;
    bottom: 0;
}

body.scrollEnd .history__nav__fixed {
    top: auto;
    bottom: 200px;
}

@media screen and (min-width:768px) {
    .history__nav {
        display: block;
    }
}

.history__nav .nav-item {
    position: relative;
    padding-bottom: 2.125rem;
}

.history__nav .nav-item:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.history__nav .nav-item:last-child:before {
    height: 0;
}

.history__nav .nav-item>a {
    position: relative;
    margin-left: -3px;
    padding-left: 20px;
    font-size: 1.0625rem;
    color: #929292;
    font-weight: 500;
}

.history__nav .nav-item>a:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: #ddd;
    border-radius: 100%;
}

.history__nav .nav-item>a.active:before {
    left: -1.5px;
    width: 11px;
    height: 11px;
    -webkit-background: linear-gradient(309deg, #5091c3, #9f84dd);
    background: linear-gradient(309deg, #5091c3, #9f84dd);
}

.MODULE-history__row {
    position: relative;
}

.MODULE-history__row.on .MODULE-history__year {
    font-weight: 600;
}

.MODULE-history__row:not(:first-child) {
    padding-top: 6rem;
}

.MODULE-history__row:before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 15px;
    width: 1px;
    height: 100%;
    background-color: #f2f2f2;
}

.MODULE-history__year>span {
    position: relative;
    display: inline-block;
    padding-left: 44px;
}

.MODULE-history__year>span:before,
.MODULE-history__year>span:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.MODULE-history__year>span:before {
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(/html/_skin/seil/img/sub/ico_history_circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.MODULE-history__year>span:after {
    left: 22px;
    width: 16px;
    height: 0;
    border-bottom: 1px solid #442dbc;
}

.MODULE-history__cont {
    padding-left: 44px;
}

@media screen and (min-width:768px) {
    .MODULE-history__year>span {
        padding-left: 84px;
    }

    .MODULE-history__year>span:before {
        width: 30px;
        height: 30px;
    }

    .MODULE-history__year>span:after {
        left: 32px;
        width: 36px;
    }

    .MODULE-history__cont {
        padding-left: 84px;
    }
}

.MODULE-history__cont__date-cont {
    margin-top: 1rem;
    font-size: 0;
}

.MODULE-history__month {
    font-weight: 600;
}

.MODULE-history__month,
.MODULE-history__title {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.5;
}

.MODULE-history__month {
    width: 30px;
    padding-right: 5px;
}

.MODULE-history__title {
    width: calc(100% - 35px);
}

/*
    ko - manual
*/
.page-sub-manual-row .manual-dfn {
    margin-bottom: 2.8rem;
    counter-reset: manual-dfn-counter;
}

.page-sub-manual-row .manual-dfn>dd {
    display: list-item;
    margin-left: 1rem;
    list-style-type: decimal;
}

.manual-dfn--ico {
    padding-top: 5px;
    padding-left: 3.5rem;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: left 6px;
    background-image: url('/html/_skin/seil/img/common/ico_paper.gif');
    line-height: 1.5;
}

.manual-dfn--ico.lens {
    background-image: url('/html/_skin/seil/img/common/ico_lens.gif');
}

.manual-dfn--ico.solution {
    background-image: url('/html/_skin/seil/img/common/ico_lens_solution.gif');
}

.manual-dfn--ico.case {
    background-position: left 10px;
    background-image: url('/html/_skin/seil/img/common/ico_lens_case.gif');
}

.manual-dfn--ico.magnifier {
    background-image: url('/html/_skin/seil/img/common/ico_lens_magnifier.gif');
}

.page-sub-manual-row .manual-dfn dd>ul,
.page-sub-manual-row .manual-dfn dd>ol {
    padding-left: 1rem;
}

.page-sub-manual-row .manual-dfn dd .table-wrap>table {
    width: 80%;
    margin-top: .875rem;
    margin-left: 0;
    margin-bottom: .875rem;
    border-top: 1px solid #969696;
}

.page-sub-manual-row .manual-dfn dd .table-wrap>table th {
    font-weight: 400;
}

.page-sub-manual-row .manual-dfn dd .table-wrap>table td {
    border-left: 1px solid #eaeaea;
}

/* certification popup */
@media screen and (max-width: 768px) {
    .showroom-box .slider .slick-list .slick-slide {
        height: 100% !important;
    }
}
