@charset "utf-8";

/* ---------------------------------- sub page */
/*
	sub layout
*/
#subWrap {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    margin-top: -30px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width:1200px) {
    #subWrap {
        width: 100%;
    }
}

/* location */
.snb-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -30px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(26, 26, 26, 0.07);
}

.snb-wrap>ul {
    margin: 0 auto;
    width: 1200px;
    font-size: 0;
    line-height: 0;
}

.snb-wrap>ul>li {
    position: relative;
    display: inline-block;
    margin-right: -1px;
    vertical-align: top;
}

.snb-wrap>ul>li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
    width: 18px;
    height: 100%;
    background: url(/html/_skin/seil/img/common/ico_arrow_snb.png) no-repeat center center;
}

.snb-wrap>ul>li.snb-home a {
    display: block;
    padding: 0;
    min-width: 60px;
    height: 60px;
    text-align: center;
}

.snb-wrap>ul>li.snb-home img {
    display: inline-block;
    padding-top: 18px;
}

.snb-wrap>ul>li.snb-home:before {
    display: none;
}

.snb-wrap li:first-child a {
    border-left: 0;
}

.snb-wrap li a {
    display: block;
    padding: 0 40px 0 20px;
    min-width: 228px;
    border: 1px solid #e8e8e8;
    border-width: 0 1px;
    background: #fff;
    font-size: 17px;
    line-height: 60px;
    word-break: keep-all;
    color: #606060;
}

.snb-wrap>ul>li:last-child>a,
.snb-wrap>ul>li.on>a {
    background: #fff;
    /* color: #cc3c3d; */
}

/* 2depth */
.snb-wrap .snb-depth2 {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0;
}

.snb-wrap li .snb-depth2 a {
    padding: 15px 20px;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    background: #fff;
    line-height: 17px;
}

.snb-wrap .snb-depth2 a:hover {
    background: #f1f1f1;
    color: #000;
}

.snb-wrap .snb-depth2 li.on a {
    color: #cc3c3d;
}

@media screen and (max-width:1200px) {
    .snb-wrap>ul {
        width: 100%;
    }
}

@media screen and (max-width:768px) {

    /* .snb-wrap > ul > li:not(.on) {display:none;} */
    .snb-wrap>ul>li {
        display: none;
    }

    .snb-wrap>ul>li.snb-home {
        display: inline-block;
    }

    .snb-wrap>ul>li:last-child {
        display: inline-block;
        width: calc(100% - 59px);
    }

    .snb-wrap>ul>li:last-child>a {
        background: #f9f9f9;
        text-align: center;
        font-size: .875rem;
    }

    .snb-wrap li .snb-depth2 a {
        font-size: .875rem;
    }
}

/* left menu */
#leftMenu {
    display: none;
    float: left;
    width: 227px;
    padding-bottom: 50px;
}

#leftMenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#leftMenu>ul {}

#leftMenu>ul>li {
    position: relative;
}

#leftMenu>ul>li a {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#leftMenu>ul>li:last-child a {
    border-bottom: 0;
}

#leftMenu>ul>li.on {
    background: #fff;
}

#leftMenu>ul>li.on:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 1px;
    background: #fff;
}

#leftMenu>ul>li.on a {
    padding-top: 25px;
    color: #122e74;
}

#leftMenu>ul>li>a {
    background: url(/html/_skin/seil/img/sub/leftmenu_icon.png) no-repeat right bottom 14px;
}

#leftMenu>ul>li.on>a {
    background: url(/html/_skin/seil/img/sub/leftmenu_icon_on.png) no-repeat right bottom 14px;
}

/* #leftMenu .left-menu-title {padding:38px 15px; background:#111; font-size:22px; line-height:1.3; color:#fff; text-align:center; word-break:keep-all;}
#leftMenu .left-menu-title span {display:none; font-size:14px; font-family:'Noto Sans Kr'; color:#f2b37c;}
#leftMenu > ul > li {position:relative;}
#leftMenu > ul > li:before {position:absolute; top:11px; right:15px; content:"\f105"; display:inline-block; font-family:'FontAwesome'; font-size:24px; line-height:1; color:#333;}
#leftMenu > ul > li > a {padding:12px; border-top:1px solid #dedede; font-weight:700; font-size:14px; line-height:20px; color:#333; letter-spacing:-1px; word-break:keep-all;}
#leftMenu > ul > li:first-child > a {border-top:0 none;}
#leftMenu a {display:block; width:100%; padding-left:25px;}
*/
.left-menu-title {
    padding: 19px 13px 14px 13px;
    text-align: right;
    background-color: #24428c;
    color: #fff;
    border-left: 15px solid #5068a3;
    font-size: 16px;
    font-weight: 500;
}

/* 2depth */
#leftMenu>ul>li>ul {
    /* display:none;  */
    padding-bottom: 5px;
}

#leftMenu>ul>li>ul li a,
#leftMenu>ul>li>ul li.on a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
    word-break: keep-all;
    border-bottom: 0;
}

#leftMenu>ul>li>ul li a,
#leftMenu>ul>li.on>ul li a {
    color: #333;
    padding-top: 10px;
}

#leftMenu>ul>li>ul li a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 2px;
    background-color: #122e74;
    vertical-align: middle;
    margin-right: 10px;
}

#leftMenu>ul>li>ul li.on a {
    color: #122e74;
}

/* on */
/* #leftMenu > ul > li.on >a,
#leftMenu > ul > li:hover > a {font-weight:400; color:#3ec1c2}
#leftMenu > ul > li.on:before,
#leftMenu > ul > li:hover:before {color:#3ec1c2;}
#leftMenu > ul > li.on ul {display:block;}
#leftMenu > ul > li li.on a,
#leftMenu > ul > li li a:hover {font-weight:400; color:#000;}*/
@media screen and (max-width:1200px) {
    #leftMenu {
        display: none;
    }
}

/*
	--- sub conts
*/
#subConts {
    width: 100%;
}

.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: 400px;
    padding-top: 84px;
    padding-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    line-height: 1;
}

.sub-visual>div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-family: 'Noto Sans KR', sans-serif;
}

.sub-visual h2 {
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    color: #fff;
}

.sub-visual p {
    margin-top: 30px;
    padding: 0 30px;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.3;
    color: #fff;
    word-break: keep-all;
}

@media screen and (max-width: 1200px) {
    .sub-visual {
        padding-top: 81px;
    }
}

@media screen and (max-width:768px) {
    .sub-visual {
        height: 200px;
        padding-top: 56px;
    }

    .sub-visual h2 {
        font-size: 20px;
    }

    .sub-visual p {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media screen and (max-width:640px) {}

.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.production-line {
    background-image: url('/html/_skin/seil/img/sub/bg_sub_visual_production_line.jpg');
}

.sub-visual.rnd {
    background-image: url('/html/_skin/seil/img/sub/bg_sub_visual_rnd.jpg');
}

.sub-visual.customer {
    background-image: url('/html/_skin/seil/img/sub/bg_sub_visual_customer.jpg');
}

.page-sub-article {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
}

.page-sub-article:last-child {
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .page-sub-article {
        padding-top: 3.5rem;
        padding-bottom: 4rem;
    }
}

.page-sub-article:nth-child(2n),
.page-sub-section:nth-child(2n) .page-sub-article {
    background-color: #f6f6f6;
}

.page-sub-section:nth-child(2n) .page-sub-article:nth-child(2n) {
    background-color: transparent;
}

/* page-sub-hgroup */
.section-hgroup {
    margin-bottom: 3.125rem;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
}

.sub-cont-tit {
    font-size: 1.5rem;
    font-family: 'Noto Sans KR', sans-serif;
}

@media screen and (min-width:769px) {
    .sub-cont-tit {
        font-size: 1.825rem;
    }
}

@media screen and (min-width:1025px) {
    .sub-cont-tit {
        font-size: 2.125rem;
    }
}

.sub-cont-tit+p {
    font-size: .875rem;
    font-family: 'Noto sans KR', sans-serif;
    word-break: keep-all;
}

@media screen and (min-width:769px) {
    .sub-cont-tit+p {
        font-size: 1rem;
    }
}

@media screen and (min-width:1025px) {
    .sub-cont-tit+p {
        font-size: 1.125rem;
    }
}

.page-sub-section:first-child .page-sub-article:first-child .section-hgroup {
    position: relative;
    margin-bottom: 2.5rem;
}

.page-sub-section:first-child .page-sub-article:first-child .section-hgroup:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    margin-top: 20px;
    background-color: #a6a6a6;
}

/* article-hgroup */
.article-hgroup {
    text-align: center;
    padding-bottom: 3.125rem;
}

.article-hgroup .article-tit {
    font-size: 1.125rem;
}

@media screen and (min-width:769px) {
    .article-hgroup .article-tit {
        font-size: 1.25rem;
    }
}

@media screen and (min-width:1025px) {
    .article-hgroup .article-tit {
        font-size: 1.5rem;
    }
}

/*
    COMPANY
*/
.page-company .page-sub-article {
    background-repeat: no-repeat;
    background-size: cover;
}

/* overview */
.page-sub__overview {
    background-image: url(/html/_skin/seil/img/sub/bg_company_overview.jpg);
    background-position: top center;
}

.page-sub__overview .overview-detail-row {
    padding: 3em 2em;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

@media screen and (min-width:481px) {
    .page-sub__overview .overview-detail-row {
        padding: 4em 2em;
    }
}

@media screen and (min-width:769px) {
    .page-sub__overview .overview-detail-row {
        padding: 6.875em 2.5em;
    }
}

.page-sub__overview .overview-detail-wrap {
    margin-left: -18px;
    margin-right: -18px;
    font-size: 0;
}

.page-sub__overview .overview-detail-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2.5rem;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    font-size: 1rem;
}

@media screen and (min-width:576px) {
    .page-sub__overview .overview-detail-item {
        width: 50%;
    }
}

@media screen and (min-width:1201px) {
    .page-sub__overview .overview-detail-item {
        width: 33.333%;
    }
}

.page-sub__overview .overview-detail>dt {
    padding-bottom: 8px;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width:769px) {
    .page-sub__overview .overview-detail>dt {
        font-size: 1.125rem;
    }
}

.page-sub__overview .overview-detail>dd {
    position: relative;
    padding-top: 8px;
    padding-left: 15px;
    text-indent: -17px;
    font-size: .875rem;
    color: #505050;
    letter-spacing: -1px;
}

.page-sub__overview .overview-detail>dd:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    margin-top: -2px;
    background-color: #ff3a3b;
}

@media screen and (min-width:769px) {
    .page-sub__overview .overview-detail>dd {
        font-size: 1rem;
    }
}

/* history */
.page-company .page-sub__history {
    background-color: #fff;
}

/* MODULE - history */
.MODULE-history-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width:1201px) {
    .MODULE-history-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

.history-col {
    padding-left: 17px;
    padding-right: 17px;
}

.history__year {
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #c8c8c8;
}

.history__year-ico {
    content: '';
    display: block;
    width: 82px;
    height: 82px;
    margin-left: auto;
    margin-bottom: 1rem;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/html/_skin/seil/img/sub/ico_history_2016.png);
}

.history__year-ico-2017 {
    background-image: url(/html/_skin/seil/img/sub/ico_history_2017.png);
}

.history__year-ico-2018 {
    background-image: url(/html/_skin/seil/img/sub/ico_history_2018.png);
}

.history__year-ico-2019 {
    background-image: url(/html/_skin/seil/img/sub/ico_history_2019.png);
}

.history-tit {
    color: #4e4e4e;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: 'NanumSquare', sans-serif;
}

@media screen and (min-width:769px) {
    .history-tit {
        color: #4e4e4e;
        font-size: 1.5rem;
    }
}

@media screen and (min-width:1025px) {
    .history-tit {
        font-size: 1.875rem;
    }
}

.history-list {
    padding-left: 16px;
    background-image: url(/html/_skin/seil/img/sub/ico_slash.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.history-detail-by-month {
    font-size: 0;
}

.history-month,
.history-detail-cont {
    display: inline-block;
    vertical-align: top;
    font-size: 0.875rem;
}

@media screen and (min-width:769px) {

    .history-month,
    .history-detail-cont {
        font-size: 0.9375rem;
    }
}

.history-month {
    color: #f96161;
}

.history-detail-cont {
    width: calc(100% - 30px);
    padding-left: 10px;
    color: #6c6c6c;
    word-break: keep-all;
}

/* history slider style by slick theme */
.MODULE-history-wrap .slick-prev,
.MODULE-history-wrap .slick-next {
    width: 14px;
    height: 34px;
}

.MODULE-history-wrap .slick-prev {
    left: 0;
}

.MODULE-history-wrap .slick-next {
    right: 0;
}

@media screen and (min-width:1201px) {

    .MODULE-history-wrap .slick-prev,
    .MODULE-history-wrap .slick-next {
        width: 28px;
        height: 68px;
    }

    .MODULE-history-wrap .slick-prev {
        left: -32px;
    }

    .MODULE-history-wrap .slick-next {
        right: -32px;
    }
}

.MODULE-history-wrap .slick-prev:before,
.MODULE-history-wrap .slick-next:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.MODULE-history-wrap .slick-prev:before {
    background-image: url(/html/_skin/seil/img/sub/ico_history_slick_arrow_prev.png);
}

.MODULE-history-wrap .slick-next:before {
    background-image: url(/html/_skin/seil/img/sub/ico_history_slick_arrow_next.png);
}

@media screen and (min-width:1201px) {

    .MODULE-history-wrap .slick-prev:before,
    .MODULE-history-wrap .slick-next:before {
        width: 28px;
        height: 68px;
    }

    .MODULE-history-wrap .slick-prev {
        left: -32px;
    }

    .MODULE-history-wrap .slick-next {
        right: -32px;
    }
}

/* vison */
.page-company .page-sub__vision {
    background-color: #f6f6f6;
}

.vision-row {}

@media screen and (min-width:1200px) {
    .vision-row .col-xl-txt {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .vision-row .col-xl-img {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }
}

.vision__spot-hgroup {
    display: inline-block;
    word-break: keep-all;
}

.vision__spot-detail-tit {
    font-size: 1.8rem;
    color: #cc3c3d;
    font-weight: lighter;
    line-height: 1.25;
    font-family: 'Noto Sans KR', sans-serif;
}

@media screen and (min-width:769px) {
    .vision__spot-detail-tit {
        font-size: 2.875rem;
    }
}

.vision__spot-detail-tit strong {
    font-weight: bold;
}

.vision__spot-detail-txt {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: .875rem;
    color: #515151;
}

@media screen and (min-width:769px) {
    .vision__spot-detail-txt {
        margin-top: 2.5rem;
        margin-bottom: 0;
        font-size: 1.125rem;
        font-family: 'Noto Sans KR', sans-serif;
    }
}

/* organization */
.page-sub__organization {
    background-image: url(/html/_skin/seil/img/sub/bg_company_organization.jpg);
    background-position: top center;
}

.page-sub__organization .sub-cont-tit {
    color: #fff;
}

.page-sub__business-performance {
    background-image: url(/html/_skin/seil/img/sub/bg_company_business_performance.jpg);
    background-position: bottom center;
}

.page-company .page-sub__certification {
    background-color: #fcfcfc;
}

.page-company .page-sub__certification .board-wrap .manual-list {
    padding-left: 0;
    padding-right: 0;
}

/*
    PRODUCT
*/
/* -------------------------
	// Product Module
---------------------------- */
/* module - list */
.sub-product-section__product-list {
    margin-top: 1.875rem;
    text-align: center;
}

.product-list__row .product-list__item-wrap {
    margin-bottom: 1.25rem;
}

.product-list__thumb-wrap>a {
    min-height: 171px;
    border: 1px solid #ddd;
    overflow: hidden;
    /* background:  url(/img/noimage.gif) no-repeat center center; */
    background-size: cover;
}

.product-list__thumb-wrap img {
    width: 100% !important;
}

.product-list__caption {
    display: flex;
    -ms-display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
    padding-top: 0.875rem;
    padding-left: 0.75rem;
    padding-bottom: 0.875rem;
    padding-right: 0.75rem;
    line-height: 1.25;
    font-size: .875rem;
    word-break: keep-all;
}

.product-list__caption>span {
    width: 100%;
}

@media screen and (min-width:769px) {
    .product-list__caption {
        font-size: 1.0625rem;
    }
}

.product-list__item {
    position: relative;
    height: 100%;
    box-shadow: 3px 4px 9px rgba(26, 26, 26, 0.16);
    pointer-events: none;
}

.product-list__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 3px;
    border-image-source: linear-gradient(324deg, #f2dcb9, #fa827e 56%, #fa625d);
    border-image-slice: 1;
    opacity: 0;
    transition: opacity, .3s ease-in;
    -webkit-transition: opacity, .3s ease-in;
    -ms-transition: opacity, .3s ease-in;
}

.product-list__item-wrap:hover .product-list__item:before {
    opacity: 1;
}

.product-list__item a {
    display: block;
}

/*
    RND
*/
/* former simulation */
.former-machine-simulation {
    margin-bottom: 2.125rem;
}

.former-machine-simulation-intro {
    padding: 3rem 2rem;
}

@media screen and (min-width: 481px) {
    .former-machine-simulation-intro {
        padding: 3rem 3rem 2rem 2rem;
    }
}

@media screen and (min-width:1200px) {
    .former-machine-simulation-intro {
        padding: 5rem 5rem 4rem 4rem;
    }
}

.former-machine-simulation-detail-row {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.former-machine-simulation-detail-row>[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3.75rem;
}

.former-machine-simulation-tit {
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.25;
}

@media screen and (min-width:481px) {
    .former-machine-simulation-tit {
        font-size: 1.5rem;
    }

    html:lang(ko) .former-machine-simulation-tit,
    html:lang(en) .former-machine-simulation-tit {
        font-family: 'NanumSquare', sans-serif;
    }
}

@media screen and (min-width:769px) {
    .former-machine-simulation-tit {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        height: 232px;
        padding-right: 1rem;
        margin-bottom: 0rem;
        font-size: 1.875rem;
        text-align: right;
    }
}

/* for dashed border under the icon */
.former-machine-simulation-detail-ico {
    position: relative;
}

.former-machine-simulation-detail-ico:after {
    content: '';
    display: block;
    width: calc(100% + 10px);
    height: 0;
    border-bottom: 1px dashed #bdbdbd;
}

/* for dashed border width under the icon at last col -- row(2n)*/
.former-machine-simulation-detail-row:nth-child(2n) .former-machine-simulation-detail-col:last-child .former-machine-simulation-detail-ico:after {
    width: 50%;
}

.former-machine-simulation-detail-row:nth-child(2n) .former-machine-simulation-detail-col:last-child .ico-simulation-tit:after {
    display: none;
}

@media (min-width: 1200px) {

    /* for dashed border width under the icon at last col*/
    .former-machine-simulation-detail-row .former-machine-simulation-detail-col:last-child .former-machine-simulation-detail-ico:after,
    .former-machine-simulation-detail-row:nth-child(2n) .former-machine-simulation-detail-col:first-child .former-machine-simulation-detail-ico:after {
        width: 125%;
    }

    .former-machine-simulation-detail-row .former-machine-simulation-detail-col:last-child .ico-simulation-tit:after,
    .former-machine-simulation-detail-row:nth-child(2n) .former-machine-simulation-detail-col:first-child .ico-simulation-tit:after {
        display: none;
    }

    .former-machine-simulation-detail-row:nth-child(2n) .former-machine-simulation-detail-col:last-child .ico-simulation-tit:after {
        display: block;
    }

    .former-machine-simulation-detail-row:nth-child(2n) .former-machine-simulation-detail-col:last-child .former-machine-simulation-detail-ico:after {
        position: absolute;
        right: 0;
    }
}

/* for the icon */
.former-machine-simulation-detail-ico .ico-simulation {
    display: block;
    height: 120px;
}

.former-machine-simulation-detail-col .ico-simulation-tit {
    position: relative;
    top: -25px;
    text-align: center;
    font-size: 1rem;
    z-index: 2;
}

/* for the arrow between the col */
.former-machine-simulation-detail-col .ico-simulation-tit:after {
    content: '';
    display: none;
    position: absolute;
    top: 12px;
    right: -28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent transparent #bdbdbd;
}

@media (min-width: 481px) {
    .former-machine-simulation-detail-col .ico-simulation-tit:after {
        content: '';
        display: inline-block;
    }
}

/* for the number under the icon */
.former-machine-simulation-detail-col .simulation-num {
    content: '';
    display: block;
    padding: 8px;
    height: 47px;
    width: 47px;
    margin-right: auto;
    margin-bottom: .5rem;
    margin-left: auto;
    border-radius: 50%;
    background-color: #fe5455;
    text-align: center;
    color: white;
    font-size: 120%;
}

.former-machine-simulation-detail-col .simulation-num {
    content: '';
    display: block;
    padding: 8px;
    height: 47px;
    width: 47px;
    margin-right: auto;
    margin-bottom: .5rem;
    margin-left: auto;
    border-radius: 50%;
    background-color: #fe5455;
    text-align: center;
    color: white;
    font-size: 120%;
}

.former-machine-simulation-detail-col:nth-child(even) .simulation-num {
    background-color: #222;
}

/* for line and arrow (from top row to bottom row) */
@media (min-width: 1200px) {
    .former-machine-simulation-detail-col {
        position: relative;
    }

    .former-machine-simulation-detail-row {
        padding-right: 50px;
    }

    .former-machine-simulation-detail-row:before,
    .former-machine-simulation-detail-row:nth-child(2n):before {
        content: '';
        display: block;
        position: absolute;
        top: 120px;
        right: 0;
        width: 0;
        height: 54%;
        border-right: 1px dashed #ddd;
        z-index: 1;
    }

    .former-machine-simulation-detail-row:nth-child(2n):before {
        top: -92px;
    }

    .former-machine-simulation-detail-row:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: 1.875rem;
        right: -12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px;
        border-color: #bdbdbd transparent transparent;
        z-index: 2;
    }

    .former-machine-simulation-detail-row:nth-child(2n):after {
        display: none;
    }
}

/* for detail box style */
.former-machine-simulation-detail-txt>dl>dd {
    position: relative;
    padding: 1.5rem 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: #fff;
}

html:lang(ko) .former-machine-simulation-detail-txt>dl>dd {
    word-break: keep-all;
}

/* for box arrow to top */
.former-machine-simulation-detail-txt>dl>dd:before,
.former-machine-simulation-detail-txt>dl>dd:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}

/* arrow - background */
.former-machine-simulation-detail-txt>dl>dd:after {
    top: -20px;
    left: calc(50% + 1px);
    transform: translateX(calc(-50% - 1px));
    -webkit-transform: translateX(calc(-50% - 1px));
    -ms-transform: translateX(calc(-50% - 1px));
    border-color: transparent transparent #fff transparent;
    border-width: 10px;
}

/* arrow - border */
.former-machine-simulation-detail-txt>dl>dd:before {
    top: -22px;
    border-color: transparent transparent #d9d9d9 transparent;
    border-width: 11px;
}

/* former machine */
.former-machine {
    margin-top: 2.125rem;
}

.former-machine-detail-list {
    margin-top: 3.125rem;
    margin-left: -32px;
    margin-right: -32px;
}

.former-machine-detail-list>[class^="col-"] {
    margin-bottom: 2.5rem;
    padding-left: 32px;
    padding-right: 32px;
}

/* measurement-room-detail-list */
.measurement-room-detail-list {
    margin-top: 11.125rem;
}

.page-sub__testing-equipment .testing-equipment-detail-list {
    margin-left: -19.5px;
    margin-right: -19.5px;
}

.page-sub__testing-equipment .testing-equipment-detail-list>[class^="col-"] {
    padding-left: 19.5px;
    padding-right: 19.5px;
}

.page-sub__testing-equipment .testing-equipment-detail-list .list__item-caption dt {
    font-weight: 500;
}

.page-sub__testing-equipment .testing-equipment-detail-list .list__item-caption dd {
  font-size: .875rem;
}

@media screen and (min-width:769px) {
    .page-sub__testing-equipment .testing-equipment-detail-list .list__item-caption dd {
        font-size: 1rem;
    }
}

/*

/* rnd__rnd */
.page-rnd__rnd {
    background-color: #fdf8f8;
}

.page-rnd__rnd .rnd-diagram {
    padding-bottom: 8.125rem;
}

.page-rnd__rnd .rnd-img-detail {
    padding-bottom: 4.375rem;
}

.page-rnd__rnd .rnd-img-detail__img-wrap {
    margin-left: -20px;
    margin-right: -20px;
}

.page-rnd__rnd .rnd-img-detail__img-col {
    padding-left: 20px;
    padding-right: 20px;
}

.page-rnd__rnd .rnd-img-detail__img-item {
    box-shadow: 3px 4px 9px 0 rgba(0, 0, 0, 0.16);
}

.page-rnd__rnd .rnd-img-detail__img-descript {
    margin-top: 2.8125rem;
    text-align: center;
    font-size: 1rem;
}

@media screen and (min-width:769px) {
    .page-rnd__rnd .rnd-img-detail__img-descript {
        font-size: 1.25rem;
    }
}

/*
    LOCATION
*/
.location-info-hgroup {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
}

@media screen and (min-width:769px) {
    .location-info-hgroup {
        margin-top: 0;
        margin-bottom: 2.5rem;
    }
}

.location-info-hgroup .location-info-tit {
    display: inline-block;
    padding-top: 0.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    border-top: 4px solid #393939;
}

.location-map {
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16);
}

.location-info__detail {
    margin-bottom: 1rem;
}

@media screen and (min-width:769px) {
    .location-info__detail {
        margin-bottom: 2.5rem;
    }
}

.location-info__detail>dt,
.location-info__detail>dd {
    vertical-align: top;
    line-height: 1.45;
}

.location-info__detail>dt {
    margin-right: 0;
    padding-left: 24px;
    padding-right: 4px;
    border-right: 0;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0.9375rem;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}

@media screen and (min-width:1024px) {
    .location-info__detail>dt {
        padding-left: 20px;
    }
}

.location-info__detail.address>dt {
    background-image: url(/html/_skin/seil/img/sub/ico_location_address.png);
}

.location-info__detail.tel>dt {
    background-image: url(/html/_skin/seil/img/sub/ico_location_tel.png);
}

.location-info__detail.fax>dt {
    background-image: url(/html/_skin/seil/img/sub/ico_location_fax.png);
}

.location-info__detail>dd {
    width: 76%;
    word-break: keep-all;
}

/*
    sitemap
*/
/*sitemap*/
.inc-sitemap .sitemap_nav__row {}

.inc-sitemap .sitemap_nav .sitemap_nav__dep1 {
    display: block;
    padding: 1rem .5rem;
    background-color: #ededed;
    color: #272727;
    /* border-bottom: 1px solid #272727; */
    box-shadow: 3px 4px 9px 0 rgba(26, 26, 26, 0.16);
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
}

.inc-sitemap .sitemap_nav__dep2 {
    padding: 1rem .5rem;
}

.inc-sitemap .sitemap_nav__dep2 a {
    color: #111;
    font-size: 1.25rem;
}

.inc-sitemap .sitemap_nav__dep2>li {
    margin-bottom: .5rem;
}

.inc-sitemap .sitemap_nav__dep2>li>a {
    position: relative;
    padding-left: .5rem;
}

.inc-sitemap .sitemap_nav__dep2>li>a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #333;
}

.inc-sitemap .sitemap_nav__dep3 {
    padding-left: 1.5rem;
}

.inc-sitemap .sitemap_nav__dep3>li {
    position: relative;
    padding-left: .5rem;
}

.inc-sitemap .sitemap_nav__dep3>li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 1px;
    background-color: #333;
}

.inc-sitemap .sitemap_nav__dep2>li>a[href^="/product"]+.sitemap_nav__dep3 {
    display: none;
}

/* language word break*/
/* company */
html:not(:lang(kr)) .vision__spot-hgroup,
html:not(:lang(kr)) .history-detail-cont {
    word-break: break-word;
}

/* rnd */
.former-machine-simulation-tit,
.former-machine-simulation-detail-txt>dl>dd {
    word-break: break-word;
}
