@charset "utf-8";


/* ---------------------------------- main */
/*
	main visual
*/
.main-visual {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.main-visual .visual-text {
    position: absolute;
    left: 50%;
    top: 26%;
    width: 100%;
    transform: translateX(-50%);
}

.main-visual .slick>div {
    position: relative;
    width: 100%;
    height: 590px;
    text-align: center;
}

.main-visual .slick>div a {
    position: relative;
    display: block;
    width: 100%;
    height: 590px;
    color: #fefefe;
}

.main-visual .slick>div a h1 {
    z-index: 111;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.4;
    color: #000;
    word-break: keep-all;
    letter-spacing: -.01em;
    margin-bottom: 10px;
}

.main-visual .slick>div a h2 {
    z-index: 111;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.4;
    color: #000;
    word-break: keep-all;
    letter-spacing: -.01em;
    margin-bottom: 24px;
}

.main-visual .slick>div a p {
    z-index: 111;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #3b3b3b;
    word-break: keep-all;
    letter-spacing: -.01em;
}

.main-visual .slick_txt * {
    position: relative;
    transition: font-size 0.5s;
    opacity: 0;
}

.main-visual .item1 a {
    background: url('/html/_skin/seil/img/main/main_visual01.jpg') no-repeat center top;
    background-size: cover;
}

.main-visual .item2 a {
    background: url('/html/_skin/seil/img/main/main_visual02.jpg') no-repeat center top;
    background-size: cover;
}

.main-visual .item3 a {
    background: url('/html/_skin/seil/img/main/main_visual03.jpg') no-repeat center top;
    background-size: cover;
}

/* visual pager */
.main-visual .slick-dots {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.main-visual .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: auto;
    height: auto;
}

.main-visual .slick-dots li button {
    display: block;
    padding: 0;
    width: 37px;
    height: 4px;
    background: #fff;
}

.main-visual .slick-dots li.slick-active button {
    background: #026241;
}

.main-visual .slick-dots li button:before {
    display: none;
}

.main-visual .slick-prev,
.main-visual .slick-next {
    width: 35px;
    height: 69px;
    margin-top: -35px;
}

.main-visual .slick-prev {
    left: 100px;
}

.main-visual .slick-next {
    right: 100px;
}

.main-visual .slick-prev:hover,
.main-visual .slick-prev:focus,
.main-visual .slick-prev {
    background: url('/html/_skin/seil/img/main/visual_main_prev.png') no-repeat center top;
}

.main-visual .slick-next:hover,
.main-visual .slick-next:focus,
.main-visual .slick-next {
    background: url('/html/_skin/seil/img/main/visual_main_next.png') no-repeat center top;
}

.main-visual .slick-prev:before,
.main-visual .slick-next:before {
    display: none;
}

@media screen and (max-width:1200px) {

    .main-visual .slick>div,
    .main-visual .slick>div a {
        height: calc(100vh - 80px);
    }

    .main-visual .slick>div a h1 {
        font-size: 60px;
        line-height: 1.2;
    }

    .main-visual .slick>div a p {
        font-size: 20px;
    }

    .main-visual .slick>div a p:before {
        width: 70px;
    }

    .main-visual .slick-prev {
        left: 30px;
    }

    .main-visual .slick-next {
        right: 30px;
    }
}

@media screen and (max-width:950px) {
    .main-visual .slick>div a h1 {
        font-size: 40px;
    }

    .main-visual .slick>div a h2 {
        margin-top: 13px;
        font-size: 24px;
    }
}

@media screen and (max-width:768px) {
    .main-visual .slick>div a h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .main-visual .slick>div a p {
        font-size: 18px;
    }

    .main-visual .slick>div a p:before {
        width: 50px;
    }

    .bx-controls .bx-pager-item a {
        border-width: 2px;
    }

    .main-visual .slick>div a .visual-text {
        padding: 30px 50px 40px;
    }

    .main-visual .slick>div a .visual-text .text-inner {
        width: 100%;
    }

    .main-visual .slick-prev {
        left: 20px;
    }

    .main-visual .slick-next {
        right: 20px;
    }
}

@media screen and (max-width:640px) {

    .main-visual .slick>div,
    .main-visual .slick>div a {
        height: 520px;
    }

    .main-visual .slick>div a h1 {
        font-size: 30px;
    }

    .main-visual .slick>div a h2 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .main-visual .slick>div a .visual-text {
        top: 14%;
        padding: 30px 30px 40px;
    }
}

/*
	main contents
*/
.main-section {
    padding: 68px 0;
    text-align: center;
}

.main-conts-title {
    position: relative;
    margin-bottom: 50px;
    padding-top: 20px;
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
    color: #292929;
    letter-spacing: -0.5px;
    text-align: center;
}

.main-conts-title strong {
    font-weight: 700;
}

.main-conts-title+p {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #4b4b4b;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

@media screen and (max-width:1200px) {
    .main-section {
        padding: 60px 0;
    }

    .main-conts-title+p {
        padding: 0 30px;
    }
}

@media screen and (max-width:768px) {
    .main-section {
        padding: 50px 0;
    }

    .main-conts-title {
        font-size: 36px;
    }

    .main-conts-title:before {
        margin-left: -25px;
        width: 50px;
    }

    .main-conts-title+p {
        margin-bottom: 30px;
        font-size: 15px;
    }
}

@media screen and (max-width:640px) {
    .main-conts-title {
        font-size: 27px;
    }
}

/* section01 */
.section01 {
    overflow: hidden;
    position: relative;
	background: #eaeaea;
    text-align: left;
}

.section01 .product-list {
    margin-top: 5%;
    width: 100%;
}

.section01 .product-list li {
    display: inline-block;
    width: 25%;
    padding: 0 1.5%;
    vertical-align: top;
}

.section01 .product-list li a {
    overflow: hidden;
    position: relative;
    display: block;
}

.section01 .product-list li img {
    width: 100%;
}

.section01 .product-list li>span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    word-break: keep-all;
}

.section01 .product-list li>span strong {
    display: block;
    font-weight: 700;
    font-size: 23px;
    color: #333;
}

.section01 .product-list li div {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 555;
    width: 100%;
    height: 100%;
    background: rgba(62, 193, 194, .75);
    transition: .3s;
}

.section01 .product-list li div span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 63px 0 0;
    width: 100%;
    background: url('/html/_skin/seil/img/main/icon_more.png') no-repeat center top;
    font-weight: 100;
    font-size: 25px;
    line-height: 1;
    font-family: 'NanumSquare';
    color: #fff;
}

.section01 .product-list li:hover div {
    bottom: 0;
}

/* arrows */
.slick-prev, .slick-next {
    position: absolute;
    top: -20px;
    z-index: 555;
    font-size: 0;
    line-height: 0;
    background: none;
}

.slick-prev {
    left: auto;
    right: 40px;
}

.slick-next {
    right: 10px;
}

.slick-prev:before, .slick-next:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
}

.slick-prev:before {
    content: url('/html/_skin/seil/img/common/slick_prev.png');
}

.slick-next:before {
    content: url('/html/_skin/seil/img/common/slick_next.png');
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: #3ec1c2;
}

.slick-prev:focus, .slick-next:focus {
    outline: none;
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.section01 .slick-dots li {
    padding: 0;
    width: auto;
    margin: 0 5px;
}

.section01 .slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #dedede;
    background: #fff;
    font-size: 0;
    line-height: 0;
}

.section01 .slick-dots li.slick-active button {
    width: 35px;
    border-radius: 7px;
    border-color: #19a4a5;
    background: #19a4a5;
}

.section01 .slick-dots li button:focus {
    outline: none;
}

@media screen and (max-width:1200px) {
    .section01 {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .section01 {
        padding-bottom: 70px;
    }

    .section01 .product-list li>span {
        font-size: 13px;
    }

    .section01 .product-list li>span strong {
        font-size: 20px;
    }

    .section01 .product-list li div span {
        font-size: 20px;
    }
}

@media screen and (max-width:640px) {
    .section01 {
        padding-bottom: 50px;
    }
}

/* section02 */
.section02 {
    background: url('/html/_skin/seil/img/main/catalog_bg.jpg') no-repeat center center;
    background-size: cover;
}

.section02 h1 {
    color: #fff;
}

.section02 h1+p {
    color: #fff;
}

.section02 ul {
    font-size: 0;
}

.section02 ul li {
    display: inline-block;
    margin: 0 24px;
    width: 222px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #575b66;
    vertical-align: top;
    text-align: center;
}

.section02 ul li a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    color: #fff;
}

.section02 ul li a span {
    position: relative;
}

.section02 ul li a span:after {
    content: '';
    display: inline-block;
    margin-top: -4px;
    margin-left: 17px;
    width: 17px;
    height: 20px;
    background: url('/html/_skin/seil/img/main/icon_down.png') no-repeat center center;
    vertical-align: middle;
}

@media screen and (max-width:768px) {
    .section02 ul li {
        display: block;
        margin: 10px auto;
    }
}

/* section03 */
.section03 {
    margin: 0 auto;
    width: 1200px;
    font-size: 0;
    line-height: 0;
}

.section03>section {
    position: relative;
    display: inline-block;
    margin-left: 9px;
    padding: 45px 38px 38px;
    width: calc(33.33333333333333% - 6px);
    min-height: 298px;
    border: 1px solid #cecece;
    text-align: left;
    vertical-align: top;
}

.section03>section:first-child {
    margin-left: 0;
}

/* board */
.section03>section h1 {
    padding: 0 0 8px;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #333;
}

.section03>section h1 span {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Noto Sans Kr';
    color: #9e9e9e;
}

.section03 .main-board-wrap ul {
    width: 100%;
    padding: 11px 0 0;
}

.section03 .main-board-wrap ul li a {
    display: block;
    padding: 0 6px;
    font-size: 14px;
    line-height: 27px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section03 .main-board-wrap ul li a:before {
    content: '-';
    display: inline-block;
    margin-right: 5px;
}

.section03 .main-board-wrap .btn-more {
    position: absolute;
    top: 50px;
    right: 35px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    font-family: 'Noto Sans Kr';
}

.section03 .main-board-wrap .btn-more:after {
    content: '+';
    display: inline-block;
    margin-left: 4px;
    font-weight: 700;
    color: #43c2c3;
}

.section03 .board-wrap {
    margin-top: 25px;
}

.section03 .basic-board-list {
    border-width: 0;
    margin-bottom: 0;
}

.section03 .basic-board-list tbody tr {
    border-width: 0;
}

.section03 .basic-board-list td {
    padding: 0;
    width: 100%;
}

.section03 .basic-board-list .board-date {
    display: none;
}

.section03 .basic-board-list tbody td.board-subject a {
    display: block;
    padding-left: 0;
    padding: 7px 0 8px;
    max-width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    font-family: 'Noto Sans Kr';
    color: #666;
}

.main-reference {
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
    height: 484px;
    text-align: center;
}

.main-reference h1 {
    display: table-cell;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.7;
    color: #696969;
    letter-spacing: -0.5px;
    vertical-align: middle;
    word-break: keep-all;
}

.main-reference h1 strong {
    font-weight: 700;
    color: #333;
}

.main-reference h1 em {
    font-weight: 700;
    color: #026241;
}

.main-reference .main-reference-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 5760px;
    height: 100%;
    background: url('/html/_skin/seil/img/main/main_reference_bg.jpg') repeat-y 0 center;
}

@media screen and (max-width:768px) {
    .main-reference {
        padding: 40px 30px;
    }

    .main-reference h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:640px) {
    .main-reference h1 {
        font-size: 24px;
    }
}

.section-latest {
    padding: 90px 0;
    background: #fff;
    background-size: cover;
    font-size: 0;
}

.section-latest .inner {
    margin: 0 auto;
    width: 1200px;
}

.section-latest .inner>div {
    position: relative;
    display: inline-block;
    margin-right: 2.44%;
    width: 20.417%;
    height: 245px;
    border: 1px solid #dfdfdf;
    background: #fff;
    vertical-align: top;
    text-align: left;
}

.section-latest .inner>div>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.section-latest .inner>div i {
    position: absolute;
    z-index: 11;
    background: #222;
    opacity: 0;
    transition: .4s;
}

.section-latest .inner>div i:nth-of-type(1),
.section-latest .inner>div i:nth-of-type(3) {
    width: 0;
    height: 1px;
}

.section-latest .inner>div i:nth-of-type(2),
.section-latest .inner>div i:nth-of-type(4) {
    width: 1px;
    height: 0;
}

.section-latest .inner>div i:nth-of-type(1),
.section-latest .inner>div i:nth-of-type(2) {
    top: -1px;
    right: -1px;
}

.section-latest .inner>div i:nth-of-type(3),
.section-latest .inner>div i:nth-of-type(4) {
    bottom: -1px;
    left: -1px;
}

.section-latest .inner>div:hover i {
    opacity: 1;
}

.section-latest .inner>div:hover i:nth-of-type(1),
.section-latest .inner>div:hover i:nth-of-type(3) {
    width: calc(100% + 2px);
    height: 1px;
}

.section-latest .inner>div:hover i:nth-of-type(2),
.section-latest .inner>div:hover i:nth-of-type(4) {
    width: 1px;
    height: calc(100% + 2px);
}

.section-latest .inner>div:nth-child(3) a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .4);
    transition: all 0.3s ease-in-out
}

.section-latest .inner>div:nth-child(3):hover a:before {
    height: 100%;
}

.section-latest .inner .board-box .board-wrap {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

.section-latest .inner .board-box h3,
.section-latest .inner .business-box h3 {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin-top: 21px;
    padding: 0 15px;
    font-weight: 800;
    font-size: 18px;
    line-height: 29px;
    color: #3c3c3c;
}

.section-latest .inner .business-box h3 {
    color: #fff;
}

.section-latest .inner .business-box p {
    position: relative;
    z-index: 11;
    padding: 30px 18px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

.section-latest .inner .board-box ul {
    margin-top: 1rem;
}

.section-latest .inner .board-box li span {
    font-size: .875rem;
    color: #666;
    line-height: 1.2;
}

.section-latest .inner .board-box p.gallery-title {
    margin-top: 1rem;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: #222;
}

.section-latest .inner>div .more-btn {
    position: relative;
    z-index: 11;
    position: absolute;
    bottom: 23px;
    left: 18px;
    padding: 0 3px;
    font-weight: 350;
    font-size: 13px;
    line-height: 1.8;
    color: #676767;
    cursor: pointer;
}

.section-latest .inner>div .more-btn a {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8;
    color: #474747;
}

.section-latest .inner .business-box .more-btn {
    border-color: #fff;
    color: #fff;
}

.section-latest .inner .business-box {
    background: url('/html/_skin/seil/img/main/main_board_bg01.jpg') no-repeat center center;
    background-size: cover;
}

.section-latest .inner .show-box {
    position: relative;
    margin-right: 0;
    width: 31.417%;
    background: url('/html/_skin/seil/img/main/main_board_bg02.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
}

.section-latest .inner .show-box h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40%;
    width: 80%;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, .4);
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    line-height: 74px;
    color: #fff;
    padding: 0 30px;
}

.section-latest .inner .show-box h3 span {
    position: relative;
}

.section-latest .inner .show-box h3 span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 7px);
    margin-top: -9.5px;
    width: 40px;
    height: 19px;
    background: url('/html/_skin/seil/img/main/main_show_arrow.png') no-repeat right center;
    transition: all 0.3s ease-in-out;
}

.section-latest .inner .show-box h3:hover span:after {
    width: 60px;
}

.section-latest .inner .board-box .basic-board-list {
    border-top: 0 none;
    border-bottom: 0 none;
}

.section-latest .inner .board-box .basic-board-list tbody tr {
    border-top: 0 none;
}

.section-latest .inner .board-box .basic-board-list tbody td.board-subject {
    padding: 30px 18px 0;
}

.section-latest .inner .board-box .basic-board-list tbody td.board-subject a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0;
    height: 46px;
    max-width: 100%;
    white-space: inherit;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #222;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-latest .inner .board-box .basic-board-list tbody td.board-subject p {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-latest .inner .board-box .basic-board-list tbody td.board-subject p+img {
    display: none;
}

@media screen and (max-width:1200px) {
    .section-latest .inner {
        width: 100%;
    }
}

@media screen and (max-width:950px) {
    .section-latest {
        padding: 40px 0;
    }

    .section-latest .inner>div {
        width: calc(33.33333333333333% - 14px);
        margin-right: 20px;
    }

    .section-latest .inner>div:nth-child(3) {
        margin-right: 0;
    }

    .section-latest .inner>div:nth-child(4) {
        margin-top: 20px;
        width: 100%;
    }

    .section-latest .inner .show-box h3 {
        max-width: 300px;
        transform: translateX(-50%);
        margin-left: auto;
    }
}

@media screen and (max-width:768px) {
    .section-latest .inner>div {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
    }

    .section-latest .inner>div:nth-child(3) {
        margin-bottom: 0;
    }
}

.main-customer {
    background: url('/html/_skin/seil/img/main/partner-bg.jpg') no-repeat center center/cover;
    padding: 55px 0;
}

.main-customer .main-conts-title {
    font-weight: 400;
    color: #282828;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.main-customer .main-conts-title span {
    color: #808080;
}

.main-customer .main-conts-title+p {
    color: #717171;
    margin-bottom: 60px;
}

.main-customer ul {
    font-size: 0;
    padding: 30px 70px;
    background-color: #fff;
}

.main-customer li {
    display: inline-block;
	width: 33.33333%;
	margin-bottom: 10px;
	vertical-align: middle;
}

@media (max-width: 767px) {
    .main-customer li {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .basic-board-list colgroup {
        display: none;
    }

    .section03>section {
        min-height: auto;
    }

    .section-latest .basic-board-list {
        table-layout: fixed;
    }

    .section-latest .basic-board-list tbody tr {
        padding: 0;
    }

    .section03 {
        padding: 30px 20px;
    }

    .section-latest .main-board-wrap {
        margin-left: 0;
        padding: 20px;
        width: 100%;
    }

    .section-latest .main-board-wrap h1 {
        font-size: 20px;
    }

    .section-latest .main-board-wrap h1 span {
        font-size: 13px;
    }
}

/* section06 */
.main-map {
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 447px;
    font-size: 0;
}

.main-map>div {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top;
}

.main-map>div:first-child {
    background: #000;
}

.main-map>div:last-child {
    position: relative;
    width: 100%;
    background: url('/html/_skin/seil/img/main/pr_movie_bg.jpg') no-repeat center center;
    background-size: cover;
}

.main-map>div a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-map>div .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 111;
    width: 50%;
    transform: translateY(-50%);
    text-align: left;
}

@media (min-width: 768px) {
    .main-map>div .text-wrap {
        padding-left: 4rem;
    }
}

.main-map>div .text-wrap h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.3;
    color: #fff;
}

.main-map>div .text-wrap h1 strong {
    font-weight: 700;
}

.main-map>div .text-wrap p {
    margin-top: 7px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.main-map>div .pr-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 111;
    transform: translate(-50%, -50%);
}

.main-map>div .movie-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 11;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

@media screen and (max-width:1500px) {
    .main-map>div .text-wrap {
        top: 75%;
        left: 0;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .main-map {
        height: auto;
    }

    .main-map>div {
        width: 100%;
        height: 300px;
    }

    .main-map>div #map1 {
        height: 300px !important;
    }

    .main-map>div .text-wrap {
        top: 78%;
    }

    .main-map>div .text-wrap h1 {
        font-size: 30px;
    }

    .main-map>div .text-wrap p {
        margin-top: 3px;
    }
}

/* main-our-business */
.main-our-business {
    padding-bottom: 0;
    width: 100%;
}

.main-our-business ul {
    width: 100%;
    font-size: 0;
}

.main-our-business ul li {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 20%;
    height: 373px;
    vertical-align: top;
}

.main-our-business ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-our-business ul li .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 131px;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    transition: .6s;
}

.main-our-business ul li .text-box>div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.main-our-business ul li .text-box strong {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}

.main-our-business ul li .text-box span {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}

.main-our-business ul li:hover .text-box {
    height: 100%;
}

.main-our-business ul li:nth-child(1) a {
    background: url('/html/_skin/seil/img/main/our_business01.jpg') no-repeat;
    background-size: cover;
}

.main-our-business ul li:nth-child(2) a {
    background: url('/html/_skin/seil/img/main/our_business02.jpg') no-repeat;
    background-size: cover;
}

.main-our-business ul li:nth-child(3) a {
    background: url('/html/_skin/seil/img/main/our_business03.jpg') no-repeat;
    background-size: cover;
}

.main-our-business ul li:nth-child(4) a {
    background: url('/html/_skin/seil/img/main/our_business04.jpg') no-repeat;
    background-size: cover;
}

.main-our-business ul li:nth-child(5) a {
    background: url('/html/_skin/seil/img/main/our_business05.jpg') no-repeat;
    background-size: cover;
}

.main-our-business ul li .text-box i {
    position: absolute;
    z-index: 11;
    background: rgba(255, 255, 255, .3);
    opacity: 0;
    transition: .3s;
    transition-delay: .2s;
}

.main-our-business ul li .text-box i:nth-of-type(1),
.main-our-business ul li .text-box i:nth-of-type(3) {
    width: 0;
    height: 1px;
}

.main-our-business ul li .text-box i:nth-of-type(2),
.main-our-business ul li .text-box i:nth-of-type(4) {
    width: 1px;
    height: 0;
}

.main-our-business ul li .text-box i:nth-of-type(1),
.main-our-business ul li .text-box i:nth-of-type(2) {
    top: 10px;
    right: 10px;
}

.main-our-business ul li .text-box i:nth-of-type(3),
.main-our-business ul li .text-box i:nth-of-type(4) {
    bottom: 10px;
    left: 10px;
}

.main-our-business ul li .text-box:hover i {
    opacity: 1;
}

.main-our-business ul li .text-box:hover i:nth-of-type(1),
.main-our-business ul li .text-box:hover i:nth-of-type(3) {
    width: calc(100% - 20px);
    height: 1px;
}

.main-our-business ul li .text-box:hover i:nth-of-type(2),
.main-our-business ul li .text-box:hover i:nth-of-type(4) {
    width: 1px;
    height: calc(100% - 20px);
}

@media screen and (max-width:768px) {
    .main-our-business ul li {
        width: 100%;
    }

    .main-our-business ul li a img {
        width: auto;
        height: 100%;
    }
}

.main-company {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.main-company-list {
    display: inline-block;
    width: 33.33333333%;
    max-width: 400px;
    text-align: left;
    vertical-align: top;
}

@media (min-width: 1201px) {
    .main-company-list:nth-of-type(1) {margin-top: 40px;}
    .main-company-list:nth-of-type(3) {margin-top: 90px;}
}

@media (max-width: 1200px) {
    .main-company-list {
        width: 100%;
    }

    .main-company-list:not(:last-of-type) {
        margin-bottom: 30px;
    }
}

.main-company-list>a {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 500px;
}

.main-company-list:nth-of-type(1)>a {
    background: url('/html/_skin/seil/img/main/business-bg-01.jpg') no-repeat center center;
}

.main-company-list:nth-of-type(2)>a {
    background: url('/html/_skin/seil/img/main/business-bg-02.jpg') no-repeat center center;
}

.main-company-list:nth-of-type(3)>a {
    background: url('/html/_skin/seil/img/main/business-bg-03.jpg') no-repeat center center;
}

.main-company-list>a>div {
    position: relative;
    width: 100%;
    padding: 50px 25px;
}

.main-company-list .hover-bg {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(68,138,190,.85);
    opacity: 0;
    transition: all .3s;
}

.main-company-list:nth-of-type(1) .hover-bg {
    border-top-left-radius: 40%;
    border-bottom-left-radius: 40%;
}

.main-company-list:nth-of-type(1):hover .hover-bg {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

.main-company-list:nth-of-type(3) .hover-bg {
    border-top-right-radius: 40%;
    border-bottom-right-radius: 40%;
}

.main-company-list:nth-of-type(3):hover .hover-bg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.main-company-list:hover .hover-bg {
    opacity: 1;
}

.main-company-list>a>div:last-child {
    font-size: 0;
}

.main-company-list>a>div:last-child img {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

.main-company-list h3 {
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}

.main-company-list p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 30px;
}

.main-company-list span {
    position: relative;
    font-size: 15px;
    font-weight: 350;
    color: #fff;
    opacity: .7;
}

.main-company-list span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.7);
}

@media screen and (max-width:1200px) {
    .main-company {
        padding: 0 20px;
    }
}

/* ---------------------------------- sub page */
/*
	sub layout
*/
#subWrap {
    overflow: hidden;
}

@media screen and (max-width:1200px) {
    #subWrap {
        width: 100%;
    }
}

/* location */
.location-wrap {
    display: none;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
    background: #f1f1f1;
}

.location-wrap>ul {
    margin: 0 auto;
    width: 1200px;
    font-size: 0;
    line-height: 0;
}

.location-wrap>ul>li {
    position: relative;
    display: inline-block;
    margin-right: -1px;
    vertical-align: top;
}

.location-wrap>ul>li:before {
    position: absolute;
    top: 17px;
    right: 15px;
    content: "\f0d7";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 1;
    color: #888;
}

.location-wrap>ul>li.location-home a {
    display: block;
    padding: 0;
    min-width: 54px;
    height: 45px;
    text-align: center;
}

.location-wrap>ul>li.location-home img {
    padding-top: 16px;
}

.location-wrap>ul>li.location-home:before {
    display: none;
}

.location-wrap li a {
    display: block;
    padding: 0 40px 0 20px;
    min-width: 170px;
    border: 1px solid #d9d9d9;
    border-width: 0 1px;
    background: #f1f1f1;
    font-size: 14px;
    line-height: 45px;
    word-break: keep-all;
}

.location-wrap>ul>li:last-child>a,
.location-wrap>ul>li.on>a {
    background: #fff;
    color: #888;
}

/* 2depth */
.location-wrap .location-depth2 {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 999;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-width: 1px 0 0;
}

.location-wrap .location-depth2 a {
    padding: 15px 20px;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    line-height: 17px;
}

.location-wrap .location-depth2 a:hover {
    background: #f1f1f1;
    color: #000;
}

.location-wrap .location-depth2 li.on a {
    color: #3ec1c2;
}

@media screen and (max-width:1200px) {
    .location-wrap>ul {
        width: 100%;
    }
}

@media screen and (max-width:768px) {

    /* .location-wrap > ul > li:not(.on) {display:none;} */
    .location-wrap>ul>li {
        display: none;
    }

    .location-wrap>ul>li.location-home {
        display: inline-block;
    }

    .location-wrap>ul>li:last-child {
        display: inline-block;
        width: calc(100% - 54px);
    }

    .location-wrap>ul>li:last-child>a {
        background: #f9f9f9;
        text-align: center;
    }
}


/*
	--- sub conts
*/
#subConts {
    width: 100%;
}

/* @media screen and (max-width:1200px) {
	#subConts {float:none; padding:40px 30px; width:100%;}
}
@media screen and (max-width:768px) {
	#subConts {float:none; padding:30px 20px 0;}
} */
/* company */
.ceo-wrap {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
}

.ceo-wrap img {
    width: 100%;
}

.ceo-wrap p {
    margin-top: 5%;
}

.ceo-wrap p strong {
    margin: 20px 0 15px;
    display: inline-block;
    font-size: 24px;
    color: #f2811e;
}

.ceo-wrap p em {
    margin-top: 7%;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #000;
    text-align: right;
}

@media screen and (max-width:768px) {
    .ceo-wrap {
        font-size: 13px;
    }

    .ceo-wrap p strong {
        font-size: 20px;
    }

    .ceo-wrap p em {
        font-size: 16px;
    }
}

.top-btn {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 50px;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #fff;
    text-align: center;
    background: none;
    margin-right: 0;
    cursor: pointer;
}

@media (max-width: 767px) {
    .top-btn {
        position: fixed;
        top: auto;
        bottom: 30px;
        right: 30px;
    }
}
