@charset "utf-8";
@font-face {
    font-family: "NanumSquare";
    font-weight: 800;
    src: url("/skin/font/NanumSquare/NanumSquareEB.eot");
    src: url("/skin/font/NanumSquare/NanumSquareEB.eot?#iefix") format("embedded-opentype"), url("/skin/font/NanumSquare/NanumSquareEB.woff") format("woff"), url("/skin/font/NanumSquare/NanumSquareEB.ttf") format("truetype");
}
@font-face {
    font-family: "NanumSquare";
    font-weight: 700;
    src: url("/skin/font/NanumSquare/NanumSquareB.eot");
    src: url("/skin/font/NanumSquare/NanumSquareB.eot?#iefix") format("embedded-opentype"), url("/skin/font/NanumSquare/NanumSquareB.woff") format("woff"), url("/skin/font/NanumSquare/NanumSquareB.ttf") format("truetype");
}
@font-face {
    font-family: "NanumSquare";
    font-weight: 400;
    src: url("/skin/font/NanumSquare/NanumSquareR.eot");
    src: url("/skin/font/NanumSquare/NanumSquareR.eot?#iefix") format("embedded-opentype"), url("/skin/font/NanumSquare/NanumSquareR.woff") format("woff"), url("/skin/font/NanumSquare/NanumSquareR.ttf") format("truetype");
}
@font-face {
    font-family: "NanumSquare";
    font-weight: 300;
    src: url("/skin/font/NanumSquare/NanumSquareL.eot");
    src: url("/skin/font/NanumSquare/NanumSquareL.eot?#iefix") format("embedded-opentype"), url("/skin/font/NanumSquare/NanumSquareL.woff") format("woff"), url("/skin/font/NanumSquare/NanumSquareL.ttf") format("truetype");
}

.body-layout {
    font-size: 18px;
    font-family: "NanumSquare", "nanumgothic", sans-serif;
    /*font-family: 'nanumgothic', sans-serif;*/
    color: #000;
    letter-spacing: -0.035em;
}

a,
button {
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.5em;
}
/*
.btn.btn-primary {
    background-color: #134ca2;
    border-color: #134ca2;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #00226d;
    border-color: #00226d;
}
*/

/* 스크롤 설정 */
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

/* container 설정 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
/* 폰트 설정 */
.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}
i::before {
    font-family: "FontAweSome" !important;
}

/* 모바일 메뉴 위치 조정 */
.navbar-toggle {
    margin: 20px 15px;
}

/* 소셜 아이콘 삭제 */
.footer-social-layout {
    display: none;
}

/* 게시판 본문 위치 조정 */
.dh-view-box > div:nth-child(2) > div:nth-child(3) {
    padding: 20px !important;
}

/* 상단 메뉴 설정 시작 */
body {
    background-color: #fff;
}

/* 상단메뉴 설정 시작 */
.navbar-inverse {
    transition: 0.15s;
    position: absolute;
    z-index: 1000;
    margin: 0;
    padding: 0;
    border-color: #ddd;
    border: none;
    background: rgba(0, 0, 0, 0);
}
.navbar.mouseover {
    background: #fff;
    border-bottom: 1px solid #ddd !important;
}
.navbar-inverse .navbar-header {
    float: left;
}

/* 로고 설정 시작 */
.navbar-brand {
    padding: 0 15px;
}
.navbar-brand img {
    padding-top: 40px;
}
/* //로고 설정 끝 */

/* 메인 메뉴 설정 시작 */
.navbar-inverse .navbar-nav {
    position: relative;
}
.navbar-inverse .navbar-nav > li > a {
    margin: 0;
    padding: 43px 50px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-shadow: none;
    letter-spacing: 0;
    transition: none;
}
body.en .navbar-inverse .navbar-nav > li > a {
    padding: 43px 35px;
}
.navbar-inverse .navbar-nav > li > a span {
    line-height: 0;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background: rgba(0, 0, 0, 0);
    color: #f6961d;
}

.caret {
    display: none;
}
li.divider-vertical {
    display: none;
}
/* //메인 메뉴 설정 끝 */

/* 서브 메뉴 설정 시작*/
.navbar-inverse .dropdown-menu {
    padding: 0px 0px;
    box-shadow: none;
}
.navbar-inverse .dropdown-menu > li > a {
    margin: 0;
    padding: 6px 20px;
    font-size: 14px;
    color: #222;
    transition: none;
    font-family: "NanumGothic";
}
.navbar-inverse .dropdown-menu > li > a:hover {
    background: rgba(0, 0, 0, 0);
    color: #f6961d;
    font-weight: 600;
}

.gnb {
    transition: all 0.3s ease;
    opacity: 0;
    background: #fff;
}
.navbar.mouseover .gnb {
    opacity: 1;
    border-top: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
    .navbar-right li:not(.lang) .dropdown-menu {
        height: 0;
        left: 50%;
        right: auto;
        overflow: hidden;
        transition: all 0.3s ease;
        border: none;
        top: 140px;
        text-align: center;
        transform: translate(-50%, 0);
        min-width: 135px;
        background: rgba(0, 0, 0, 0);
    }
}

.navbar ~ br {
    display: none;
}
.topmarginLay_a {
    height: 0 !important;
}
/* //서브 메뉴 설정 끝 */

/*========== 언어전환 버튼 ==========*/
#btn-lang > a,
#btn-lang.open > a {
    border: none;
}
#btn-lang > a {
    margin: 28px 32px 0;
    padding: 0;
}
#btn-lang.open > a {
    background: transparent;
}
#btn-lang > a:active {
    box-shadow: none;
}
#btn-lang .dropdown-menu {
    left: 0;
    min-width: auto;
    margin: 0;
    background: transparent;
    border: none;
}
#btn-lang .dropdown-menu > li > a {
    padding: 0;
}
/*==================================*/

/*============ 사이트맵 =============*/
.wrap-btn {
    margin-top: 28px;
}
.wrap-btn button {
    width: 50px;
    height: 50px;
    background: none;
    border: 1px solid #000;
}
.wrap-btn button span {
    left: 15px;
    width: 20px;
    height: 1px;
    position: absolute;
    background: #000;
}
.wrap-btn button span:before,
.wrap-btn button span:after {
    content: "";
    left: 0;
    width: 20px;
    height: 1px;
    position: absolute;
    background: #333;
}
.wrap-btn button span:before {
    top: -7px;
}
.wrap-btn button span:after {
    top: 7px;
}

.wrap-btn.opened button span {
    position: static;
}
.wrap-btn.opened button span:before,
.wrap-btn.opened button span:after {
    left: 15px;
}

#siteMap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    display: inline-table;
    color: #fff;
    background: rgba(27, 29, 32, 0.9);
    transition: ease 0.5s all;
    z-index: 120;
    opacity: 0;
    visibility: hidden;
}
body.siteMap-open #siteMap {
    opacity: 1;
    visibility: visible;
}
#siteMap > .container {
    padding: 0;
}
.wrap-btn.opened {
    text-align: right;
}
.wrap-btn.opened button {
    position: relative;
    border-color: #eee;
}
.wrap-btn.opened button span {
    background: transparent;
}
.wrap-btn.opened button span::before,
.wrap-btn.opened button span::after {
    top: 50%;
    background: #eee;
}
.wrap-btn.opened button span::before {
    transform: rotate(45deg);
}
.wrap-btn.opened button span::after {
    transform: rotate(-45deg);
}

#siteMap .row {
    padding-top: 25%;
}
#siteMap h4 {
    margin: 0 0 20px;
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    word-break: keep-all;
    border-bottom: 2px solid #f6961d;
}
#siteMap ul > li a {
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
}
#siteMap ul > li a:hover {
    background: #f6961d;
}
/*==================================*/

/*========== 메인 슬라이드 ==========*/
.container_slide,
.container_slide .fill {
    height: 820px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.container_slide {
    width: 100%;
    margin-top: 0;
    padding: 0;
}
#myCarousel .carousel-caption {
    top: 35%;
    font-family: "nanumgothic", sans-serif;
    color: #000;
    text-align: left;
}
#myCarousel .item:nth-child(2) .carousel-caption {
    color: #fff;
}
#myCarousel .carousel-caption h1 {
    margin: 0 0 25px;
    font-size: 68px;
    line-height: 1.3em;
    letter-spacing: -0.035em;
    font-weight: 600;
}
#myCarousel .carousel-caption p {
    font-size: 23px;
}
#myCarousel .carousel-caption h1 span,
#myCarousel .carousel-caption p span {
    padding: 0;
    text-shadow: none;
    background: transparent;
    opacity: 1;
}
#myCarousel .carousel-control {
    display: none;
}
.carousel-indicators {
    bottom: 10%;
}
.carousel-indicators li,
.carousel-indicators .active {
    width: 60px;
    height: 4px;
    margin: 0 3px;
    border-radius: 0;
    border: none;
    background: rgba(255, 255, 255, 0.5);
}
.carousel-indicators .active {
    background: #f6961d;
}
/*==================================*/

/*=========== 메인 컨텐츠 ===========*/
/* 공통 스타일 */
.container_contents {
    width: 100%;
}
.main-contents h2 {
    margin: 0 0 65px;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color: #000;
}
/* 스크롤 버튼 */
.main-contents > .scroll-down {
    margin-top: -35px;
}
.main-contents .scroll-down > .circle {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    padding: 18px 15px;
    background: rgba(0, 123, 133, 0.7);
    border-radius: 100%;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
    cursor: hand;
    cursor: pointer;
}
/* OUR BUSINESS */
.main-contents > #section1 {
    padding-top: 135px;
    padding-bottom: 120px;
}
.main-contents > #section1 .container .row {
    margin: 0 -8px;
}
.main-contents > #section1 .container .row > div {
    padding: 0 8px;
}
.main-contents .box-biz .image {
    overflow: hidden;
}
.main-contents .box-biz .image > img {
    transition: all ease 0.3s;
}
.main-contents .box-biz .image:hover > img {
    transform: scale(1.1);
}
.main-contents .box-biz .text {
    position: relative;
}
.main-contents .box-biz h3 {
    margin: 33px 0 0 20px;
    font-size: 44px;
    font-weight: 300;
    color: #000;
}

/* 서브에서도 사용 */
a.btn-detail {
    position: relative;
    padding: 13px 94px 13px 20px;
    font-size: 26px;
    letter-spacing: 0em;
    border: 1px solid #3e3e3e;
    border-radius: 0;
    line-height: 1;
}
a.btn-detail::after {
    content: "";
    top: 18px;
    right: 25px;
    width: 50px;
    height: 11px;
    position: absolute;
    background-size: cover;
    background: url("/skin/img/main/btn_arrow_right.png") no-repeat;
    transition: right ease-in-out 0.1s;
}
a.btn-detail:hover {
    color: #f6961d;
}
a.btn-detail:hover::after {
    right: 15px;
    background-position: bottom center;
}

.main-contents .box-biz a.btn-detail {
    top: -3px;
    right: 15px;
    position: absolute;
}

/* STORY */
.main-contents > #section2 {
    padding: 95px 0 120px;
    background: #f0f0f0;
}
.main-contents > #section2 .container > .row {
    margin: 0 -4px;
}
.main-contents > #section2 .container > .row > div {
    padding: 0 4px;
}
.main-contents .box-story {
    position: relative;
}
.main-contents .box-story .image {
    overflow: hidden;
}
.main-contents .box-story .image > img {
    transition: all ease 0.3s;
}
.main-contents .box-story .image:hover > img {
    transform: scale(1.1);
}
.main-contents .box-story .text {
    top: 55px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 100;
}
.main-contents .box-story .text > h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
}
/*==================================*/

/*=========== 서브 컨텐츠 ===========*/
/* 공통 스타일 */
.sub-layout.container {
    width: 100%;
    padding: 106px 0 0;
}
.sub-contents > .contents {
    padding: 130px 0 180px;
}

.title-lv-3 {
    margin: 0 0 40px;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    letter-spacing: -0.03em;
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 5px;
    word-break: keep-all;
}
.list-circle > li {
    padding-left: 15px;
}
.list-circle > li::before {
    content: "";
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #666;
    border-radius: 20px;
}
.list-dot > li::before {
    content: "· ";
}

.space-bottom {
    margin-bottom: 120px;
}

/* 상단 카테고리 메뉴바 */
.sub-contents > .sub-navbar {
    height: 48px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: #f7f7f7;
}
.sub-contents > .sub-navbar #home {
    float: left;
    width: 160px;
}
.sub-contents > .sub-navbar #home > a {
    width: 100%;
    display: inline-block;
    padding: 0 16px;
    font-size: 17px;
    line-height: 48px;
    text-decoration: none;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}
.sub-contents > .sub-navbar #home > a i {
    padding-right: 5px;
}
.sub-contents > .sub-navbar .panel-group {
    position: absolute;
    margin-left: 160px;
    z-index: 100;
}
.sub-contents > .sub-navbar .panel-group .panel {
    float: left;
    margin: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}
.sub-contents > .sub-navbar .panel > .panel-heading {
    padding: 0;
}
.sub-contents > .sub-navbar .panel > .panel-heading h4 a {
    min-width: 160px;
    position: relative;
    display: inline-block;
    padding: 0 50px 0 15px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 46px;
    border-right: 1px solid #e3e3e3;
}
body.en .sub-contents > .sub-navbar .panel > .panel-heading h4 a {
    min-width: 170px;
}
.sub-contents > .sub-navbar .panel > .panel-heading h4 a::before {
    content: "\f107";
    top: 0;
    right: 18px;
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    font-family: "FontAweSome";
    transition: all ease-in-out 0.3s;
}
.sub-contents > .sub-navbar .panel > .panel-heading h4 a[aria-expanded="true"]::before {
    transform: rotate(180deg);
}
.sub-contents > .sub-navbar .panel > .panel-collapse {
    margin-left: -1px;
    border-bottom: 1px solid #ddd;
}
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #e3e3e3;
}
.sub-contents > .sub-navbar .panel > .panel-collapse ul > li {
    padding: 0;
    border-color: #e3e3e3;
}
.sub-contents > .sub-navbar .panel > .panel-collapse ul > li a {
    width: 100%;
    display: inline-block;
    padding: 10px 18px;
    font-size: 14px;
    font-family: "nanumgothic", sans-serif;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    transition: none;
}
.sub-contents > .sub-navbar .panel > .panel-collapse ul > li.current a {
    color: #f6961d;
    background: #fafafa;
}
.sub-contents > .sub-navbar .panel > .panel-heading h4 a:hover,
.sub-contents > .sub-navbar .panel > .panel-heading h4 a:focus,
.sub-contents > .sub-navbar .panel > .panel-collapse ul > li a:hover,
.sub-contents > .sub-navbar .panel > .panel-collapse ul > li a:focus {
    color: #f6961d;
    background: #fafafa;
    text-decoration: none;
}

/* 상단 타이틀 영역 */
.sub-contents > .sub-top {
    height: 255px;
    position: relative;
    padding: 102px 0 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.sub-contents > .sub-top.back1 {
    background-image: url("/skin/img/sub/page_top1.jpg");
}
.sub-contents > .sub-top.back2 {
    background-image: url("/skin/img/sub/page_top2.jpg");
}

.sub-contents > .sub-top h2 {
    margin: 0;
    font-size: 44px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.03em;
}

.sub-contents > .sub-top.back-none::after {
    content: "";
    bottom: 0;
    left: 50%;
    width: 50px;
    position: absolute;
    transform: translateX(-50%);
    border-top: 2px solid #000;
}

/* 기업소개 */
#introduction #row1 {
    margin-bottom: 150px;
}
#introduction .wrap-intro {
    padding: 0;
}
#introduction .box-intro {
    padding: 80px 45px;
    word-break: keep-all;
    text-align: center;
    border: 1px solid #f7f7f7;
}
#introduction .box-intro > h4 {
    margin: 0;
    font-size: 44px;
    font-weight: 600;
}
#introduction .box-intro > img {
    width: 110px;
    padding: 80px 0 60px;
}
#introduction .box-intro > p {
    margin: 0;
    font-size: 22px;
    line-height: 1.75;
}
#introduction #row2 {
    text-align: center;
}
#introduction #row2 h3 {
    margin: 0 0 60px;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -0.03em;
    word-break: keep-all;
}
#introduction #row2 h4 {
    margin: 70px 0 55px;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
#introduction #row2 p {
    font-size: 20px;
    line-height: 2em;
    word-break: keep-all;
}
#introduction #row2 > .bottom h4 + p {
    line-height: 1.8;
    letter-spacing: -0.07em;
    color: #000;
}
#introduction #row2 > .bottom p:last-child {
    margin: 30px 0 0;
    font-weight: 300;
    letter-spacing: -0.07em;
    color: #000;
    word-break: keep-all;
}

/* CEO 인사말 */
#ceo_message #row1 {
    text-align: center;
}
#ceo_message #row1 h3 {
    margin: 0 0 60px;
    font-size: 44px;
    letter-spacing: -0.03em;
    word-break: keep-all;
}
#ceo_message #row1 p {
    font-size: 22px;
    line-height: 1.95;
    word-break: keep-all;
}
#ceo_message .ceo {
    display: inline-block;
    margin-top: 60px;
}
body.en #ceo_message .ceo {
    font-size: 40px;
    letter-spacing: 0.02em;
}
#ceo_message .ceo > span {
    float: left;
    margin: 12px 50px 0 0;
    font-size: 23px;
    font-weight: 800;
}

/* 연혁 */
#history > .sub-top.back-none::after {
    bottom: -60px;
}
#history .tab-content h3 {
    margin: 0 0 80px;
    font-size: 44px;
    text-align: center;
    letter-spacing: -0.03em;
}
#history ul.nav-tabs {
    display: inline-block;
    margin-top: 40px;
    border-bottom: none;
}
#history ul.nav-tabs > li {
    padding: 0 5px;
}
#history ul.nav-tabs > li > a {
    padding: 18px 35px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    border: none;
    border-top: 6px solid #f7f7f7;
}
#history ul.nav-tabs > li.active > a {
    border-top-color: #f6961d;
}
#history ul.nav-tabs > li:not(.active) > a:hover,
#history ul.nav-tabs > li:not(.active) > a:focus {
    background: transparent;
    border-top-color: #ddd;
}
#history .wrap-history {
    position: relative;
}
#history .wrap-history > .block {
    position: relative;
}
#history .wrap-history > .block::before {
    content: "";
    top: 5px;
    left: 100px;
    height: 115%;
    position: absolute;
    border-left: 1px solid #000;
}
#history .wrap-history > .block::after {
    content: "";
    top: 2px;
    left: 91px;
    width: 18px;
    height: 18px;
    position: absolute;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
}
#history .wrap-history h4.year {
    float: left;
    margin: -8px 0 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.7em;
    text-align: center;
}
#history .wrap-history ul.list-history {
    display: inline-block;
    margin: 0;
    padding: 0 0 42px 85px;
    list-style: none;
}
#history .wrap-history ul.list-history > li {
    margin-bottom: 12px;
    font-size: 20px;
    letter-spacing: -0.065em;
    word-break: keep-all;
}
.wrap-history .logos {
    top: 20%;
    right: 0;
    width: 300px;
    position: absolute;
}
#history .wrap-history .logos.two {
    top: -22px !important;
}
#history .wrap-history .logos.two > img {
    width: auto;
}
.wrap-history .logos:not(.one) > img {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-top: 10px;
}
#history .img-bottom {
    margin: 50px 0 0 130px;
}

/* 파트너사 */
#partners .row > .desc {
    padding-left: 40px;
    border-left: 1px solid #888b8d;
}
#partners ul.list-partner-online > li {
    float: left;
    width: 25%;
    margin-bottom: 28px;
}
#partners ul.list-partner-online > li img {
    border: 1px solid #e7e6e2;
}

#partners ul.list-partner-online > li h4.brand {
    margin: 17px 0 0;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #000;
    letter-spacing: -0.065em;
}
#partners ul.list-partner-offline > li {
    float: left;
    width: 33.3%;
    margin-bottom: 40px;
}
#partners ul.list-partner-offline > li > img {
    border: 1px solid #e7e6e2;
}
#partners ul.list-partner-offline > li h4.brand {
    margin: 25px 0 0;
    text-align: center;
}
body.en #partners ul.list-partner-offline > li h4.brand {
    margin: 17px 0 0;
    font-size: 22px;
    text-align: center;
    letter-spacing: -0.065em;
}

/* 오시는길 */
#location .nav {
    margin: -60px 0 60px;
}
#location .nav > li {
    padding: 0 6px;
}
#location .nav > li + li {
    padding-left: 15px;
}
#location .nav > li a {
    font-size: 25px;
    font-weight: 600;
    background: #f7f7f7;
    border-radius: 0;
}
#location .nav > li.active a {
    background: #1397a3;
}
#location .nav > li:not(.active) a:hover {
    background: #eee;
}
#location .box-list {
    margin: 20px 0 25px;
    padding: 30px 30px 20px;
    border: 1px solid #ddd;
}

/* 건설 사업 */
#business01 > .contents {
    padding: 70px 0 180px;
}
#business01 .title-lv-3 {
    margin: 0 0 50px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.03em;
    word-break: keep-all;
    text-align: center;
}
#business01 .list-dot {
    display: inline-block;
    text-align: center;
}
#business01 .list-dot > li {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 2em;
}
#business01 .list-dot > li strong {
    font-weight: 800;
}
#business01 .box-biz-area {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 0 220px;
    text-align: center;
}
#business01 .box-biz-area > .circle {
    top: 50%;
    left: 50%;
    width: 183px;
    height: 183px;
    position: absolute;
    background: rgb(246, 151, 30);
    background: -moz-linear-gradient(180deg, rgba(246, 151, 30, 1) 0%, rgba(185, 176, 115, 1) 50%, rgba(129, 200, 194, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(246, 151, 30, 1) 0%, rgba(185, 176, 115, 1) 50%, rgba(129, 200, 194, 1) 100%);
    background: linear-gradient(180deg, rgba(246, 151, 30, 1) 0%, rgba(185, 176, 115, 1) 50%, rgba(129, 200, 194, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6971e",endColorstr="#81c8c2",GradientType=1);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
#business01 .box-biz-area > .circle h4 {
    width: 175px;
    height: 175px;
    margin: 4px;
    padding: 72px 20px 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    background: #fff;
    border-radius: 100%;
    letter-spacing: -0.065em;
}
#business01 .list-area > li {
    float: left;
    width: 50%;
    margin: 30px 0;
    padding: 0 25px;
}
#business01 .list-area > li .inner {
    padding: 55px 30px;
    font-size: 22px;
    background: #f6f6f6;
    border-radius: 22px;
    letter-spacing: -0.065em;
    color: #000;
    font-weight: 600;
}
#business01 .box-column-2 {
    margin-top: 50px;
}
#business01 .box-column-2 > .tit h4 {
    margin: 0;
    font-size: 36px;
    color: #f6961e;
    line-height: 1.3;
}
#business01 .box-column-2 > .desc {
    padding: 0 0 10px 60px;
    font-size: 20px;
    line-height: 1.75em;
    border-left: 1px solid #888b8d;
}

#business01 #row1 > div[class^="col-"] {
    margin-bottom: 85px;
    padding: 0;
}
#business01 #row3 .img-group > img {
    float: left;
    width: 27%;
    padding: 0 30px;
}
#business01 #row3 .img-group {
    margin: 75px 0 40px;
}
#business01 #row3 .img-group > img:nth-child(1) {
    width: 25%;
}
#business01 #row3 .img-group > img:nth-child(2) {
    width: 44%;
}
#business01 #row3 .img-group > img:nth-child(3) {
    width: 31%;
}

#business01 #row5 .box-biz-area {
    margin-top: 50px;
    padding: 0 240px;
}
#business01 #row5 .box-biz-area > .circle h4 {
    padding: 50px 20px;
}
#business01 #row5 .list-area > li {
    margin: 10px 0;
    padding: 0 50px;
}
#business01 #row5 .list-area > li .inner {
    padding: 28px 15px;
}

/* 유통 사업 */
#business02 > .contents {
    padding: 70px 0 180px;
}
#business02 .title-lv-3 {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 25px;
}
/* BRANDS 버튼 */
#business02 ul.list-brand-btn > li {
    float: left;
    width: 20%;
    padding: 0 3px;
}
#business02 ul.list-brand-btn > li a {
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 0;
}
#business02 ul.list-brand-btn > li a:hover {
    border-color: #1397a3;
}
#business02 ul.list-brand-btn > li img {
    width: 110px;
}
/* #business02 #row2 {
    text-align: center;
}
#business02 #row2 h4 {
    margin: 0 0 50px;
    font-size: 38px;
}
#business02 #row2 p {
    font-size: 20px;
    line-height: 2em;
    word-break: keep-all;
}
#business02 .wrap-brand {
    margin-top: 100px;
}
#business02 .wrap-brand > .image a {
    margin-top: 28px;
}
#business02 .wrap-brand > .desc {
    padding-left: 40px;
}
#business02 .wrap-brand .tit {
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #888b8d;
}
#business02 .wrap-brand .tit::before {
    content: '';
    bottom: 0;
    left: 0;
    width: 160px;
    position: absolute;
    border-top: 5px solid #f7961d;
}
#business02 .wrap-brand .tit img {
    float: left;
    width: 160px;
    margin-top: -25px;
}
#business02 .wrap-brand .tit h4 {
    display: inline-block;
    margin: 2px 0 0 22px;
    font-size: 37px;
    font-weight: 300;
}
#business02 .wrap-brand .detail > h5 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
}
#business02 .wrap-brand .detail h5 img.flag {
    width: 42px;
    display: inline-block;
    margin-top: -2px;
    padding: 0 6px;
}
#business02 .wrap-brand .detail > p,
#business02 .wrap-brand .detail > ul {
    font-size: 18px;
    word-break: keep-all;
    line-height: 1.8;
}
#business02 .wrap-brand .detail > p+img {
    margin: 12px 0 20px;
}

#business02 .wrap-brand .detail > ul > li {
    padding-left: 14px;
}
#business02 .wrap-brand .detail > ul > li::before {
    content: '';
    top: 14px;
    left: 0;
    width: 7px;
    height: 3px;
    position: absolute;
    background: #666;
}
#business02 .wrap-brand .detail > ul > li strong {
    font-weight: 800;
}
#business02 .wrap-brand .detail > ul ul {
    margin: 6px 0 0 -10px;
} */
/* 231026 */
#business02 #row2 {
    text-align: center;
}
#business02 #row2 h4 {
    margin: 0 0 50px;
    font-size: 38px;
}
#business02 #row2 p {
    font-size: 20px;
    line-height: 2em;
    word-break: keep-all;
}
#business02 .wrap-brand {
    margin-top: 100px;
}
#business02 .wrap-brand > .image {
    text-align: center;
}
#business02 .wrap-brand > .image a {
    margin-top: 28px;
    position: relative;
    padding: 11px 55px;
    font-size: 20px;
    letter-spacing: 0em;
    border: 1px solid #4a4a4a;
    border-radius: 0;
    line-height: 1;
    color: #4a4a4a;
    transition: color ease-in-out 0.1s;
    width: 100%;
}
#business02 .wrap-brand > .image a:hover {
    color: #f6961d;
}
#business02 .wrap-brand > .desc {
    padding-left: 40px;
}
#business02 .wrap-brand .tit {
    margin-top: 20px;
    margin-bottom: 70px;
    padding-bottom: 50px;
}
#business02 .wrap-brand .tit img {
    float: left;
    width: 160px;
    margin-top: -25px;
}
#business02 .wrap-brand .tit img.s_img {
    width: inherit;
}
#business02 .wrap-brand .detail > h5 {
    margin: 0 0 50px;
    font-size: 20px;
    font-weight: 800;
}
#business02 .wrap-brand .detail > h5 .date {
    display: block;
    font-weight: 400;
    margin: 10px 0;
}
#business02 .wrap-brand .detail h5 img.flag {
    width: 42px;
    display: inline-block;
    margin-top: -2px;
    padding: 0 6px;
}
#business02 .wrap-brand .detail > p {
    margin-bottom: 20px;
}

#business02 .wrap-brand .detail > p,
#business02 .wrap-brand .detail > ul {
    font-size: 18px;
    word-break: keep-all;
    line-height: 1.8;
}
#business02 .wrap-brand .detail > p + img {
    margin: 12px 0 20px;
}
#business02 .wrap-brand .detail > ul > li > ul > li {
    padding-left: 14px;
}
#business02 .wrap-brand .detail > ul > li > ul > li::before {
    content: "";
    top: 14px;
    left: 0;
    width: 7px;
    height: 3px;
    position: absolute;
    background: #666;
}
#business02 .wrap-brand .detail > ul > li strong {
    font-weight: 800;
}
#business02 .wrap-brand .detail > ul ul {
    margin: 6px 0 0 -10px;
    padding-left: 13px;
}
/* ㄴ231026 */

/* 사회공헌&홍보센터 */
#social_promotion #row1 {
    text-align: center;
}
#social_promotion #row1 h3 {
    margin: 0 0 60px;
    font-size: 44px;
    letter-spacing: -0.03em;
    line-height: 1.5;
}
#social_promotion #row1 p {
    margin: 0 0 80px;
    font-size: 22px;
    line-height: 1.95;
    word-break: keep-all;
}
#social_promotion .box-support {
    padding: 0 10px;
}
#social_promotion .box-support > h4 {
    margin: 25px 0 0;
    font-size: 22px;
    font-weight: 600;
}
body.en #social_promotion .box-support > h4 {
    font-size: 19px;
}
#social_promotion .clearfix {
    margin-bottom: 50px;
}

/* 인재채용 공통 스타일 */
.sub-contents[id^="recruit"] .row > .desc {
    padding-left: 40px;
    border-left: 1px solid #d0d0d0;
}
.sub-contents[id^="recruit"] .row > .desc > p {
    margin: 0 0 50px;
    font-size: 22px;
    word-break: keep-all;
}

/* 인사제도 & 복리후생 */
/* 1) 인재상 */
#recruit01 .circle {
    width: 270px;
    height: 270px;
    display: inline-block;
    padding: 126px 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/skin/img/sub/recruit01_01.png");
    border-radius: 100%;
}
#recruit01 #circle2 {
    background-image: url("/skin/img/sub/recruit01_02.png");
}
#recruit01 #circle3 {
    background-image: url("/skin/img/sub/recruit01_03.png");
}
#recruit01 .circle + .circle {
    margin: 0 0 0 45px;
}
#recruit01 .circle > h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}
/* 2) 인사제도 */
#recruit01 .box-instit > .left {
    float: left;
    width: 55%;
}
#recruit01 .box-instit > .left h4 {
    float: left;
    width: 44%;
    position: relative;
    margin: 0 10px 0 0;
    padding: 40px 25px;
    font-size: 24px;
    color: #fff;
    background: #f6961d;
    font-weight: 600;
}
#recruit01 .box-instit > .left h4::before,
#recruit01 .box-instit > .left h4::after {
    content: "";
    right: 0;
    position: absolute;
    border: 23px solid #fff;
}
#recruit01 .box-instit > .left h4::after {
    bottom: 0;
    border-top: 33px solid transparent;
    border-left: 17px solid transparent;
}
#recruit01 .box-instit > .left h4::before {
    top: 0;
    border-bottom: 33px solid transparent;
    border-left: 17px solid transparent;
}
#recruit01 .box-instit > .left p {
    width: 54%;
    min-height: 105px;
    display: inline-block;
    margin: 0 0 15px;
    padding: 27px 15px 26px;
    word-break: keep-all;
    border: 1px solid #ccc;
    text-align: center;
}
#recruit01 .box-instit > .right {
    width: 45%;
    position: relative;
    display: inline-block;
    padding-left: 60px;
}
#recruit01 .box-instit > .right::before {
    content: "\f054";
    top: 50%;
    left: 18px;
    position: absolute;
    font-size: 38px;
    font-weight: 900;
    font-family: "FontAwesome";
    color: #f6961d;
    transform: translateY(-50%);
    z-index: -1;
}
#recruit01 .box-instit > .right .block {
    margin: 15px 0 22px;
}
#recruit01 .box-instit > .right h4 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.05em;
}
/* 3) 복리후생 */
#recruit01 ul.list-welfare {
    margin: 0 -6px;
}
#recruit01 ul.list-welfare > li:not(:last-child) {
    float: left;
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
}
#recruit01 ul.list-welfare > li .inner {
    width: 100%;
    padding: 25px;
    background: #f5f5f5;
    display: inline-block;
}
#recruit01 ul.list-welfare > li img {
    float: left;
    width: 110px;
}
#recruit01 ul.list-welfare > li h4 {
    display: inline-block;
    margin: 32px 0 0 35px;
    font-size: 24px;
}
#recruit01 ul.list-welfare > li:last-child h4 {
    margin: 0 0 0 35px;
    line-height: 1.8em;
}

/* 인사제도 & 복리후생 */
#recruit02 ol.list-process-circle > li {
    float: left;
    width: 33%;
    margin-bottom: 25px;
}
#recruit02 ol.list-process-circle > .clearfix + li {
    margin-left: 155px;
}
#recruit02 ol.list-process-circle > li:not(:first-child):before {
    content: url("/skin/img/sub/recruit02_arrow_right.png");
    top: 50%;
    left: -62px;
    margin-top: -15px;
    position: absolute;
    transform: translateX(-50%);
}
#recruit02 ol.list-process-circle > li .circle {
    width: 180px;
    height: 180px;
    padding: 4px;
    background: rgb(246, 151, 30);
    background: -moz-linear-gradient(180deg, rgba(246, 151, 30, 1) 0%, rgba(185, 176, 115, 1) 50%, rgba(129, 200, 194, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(246, 151, 30, 1) 0%, rgba(185, 176, 115, 1) 50%, rgba(129, 200, 194, 1) 100%);
    background: linear-gradient(180deg, rgba(246, 151, 30, 1) 0%, rgba(185, 176, 115, 1) 50%, rgba(129, 200, 194, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6971e",endColorstr="#81c8c2",GradientType=1);
    border-radius: 100%;
}
#recruit02 ol.list-process-circle > li .circle > .inner {
    padding: 52px 15px 59px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
}
#recruit02 ol.list-process-circle .step {
    font-weight: 800;
}
#recruit02 ol.list-process-circle h4 {
    margin: 10px 0 0;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.065em;
}
#recruit02 ol.list-process-row {
    margin-top: 25px;
    border-top: 1px solid #8a8a8a;
    border-bottom: 1px solid #8a8a8a;
}
#recruit02 ol.list-process-row > li {
    margin-bottom: 0;
}
#recruit02 ol.list-process-row > li + li {
    border-top: 2px dotted #999;
}
#recruit02 ol.list-process-row > li .tit {
    float: left;
    width: 27%;
}
#recruit02 ol.list-process-row > li .tit > .step {
    float: left;
    height: 60px;
    display: inline-block;
    padding: 23px 20px 0 20px;
    color: #fff;
    background: #ffce4b;
}
#recruit02 ol.list-process-row > li:nth-child(2) .tit > .step {
    background: #ffb232;
}
#recruit02 ol.list-process-row > li:nth-child(3) .tit > .step {
    background: #ff9b21;
}
#recruit02 ol.list-process-row > li:nth-child(4) .tit > .step {
    background: #ff8b13;
}
#recruit02 ol.list-process-row > li:nth-child(5) .tit > .step {
    background: #ff7e07;
}

#recruit02 ol.list-process-row > li .tit > h4 {
    height: 60px;
    display: inline-block;
    margin: 0;
    padding: 19px 15px 0 15px;
    font-size: 22px;
    font-weight: 800;
}
#recruit02 ol.list-process-row > li p {
    width: 73%;
    display: inline-block;
    margin: 0;
    padding: 15px;
    font-size: 20px;
    background: #f6f6f6;
}
/*==================================*/

/* 푸터 설정 시작 */
.footer_copy .text-center {
    padding: 40px 0 40px;
    font-size: 13px;
    font-family: "nanumgothic", sans-serif;
    color: #666;
    background: #fff;
    border-top: 1px solid #b5b5b5;
}
.footer-wrap .footer-navi {
    text-align: left;
}
.footer_copy .info {
    padding-left: 30px;
}
.footer_copy .logo {
    padding-left: 0;
}
.footer-navi ul {
    list-style: none;
    padding: 0;
    margin: 3px 0 0;
}
.footer-navi ul li {
    margin-bottom: 4px;
}
.footer-navi ul li a {
    color: #8a8a8a;
}
.footer-navi p,
.footer-navi p a {
    color: #707070;
    font-size: 12px;
}

/* 패밀리사이트 */
.footer_copy .dropup > button {
    width: 170px;
    padding: 11px 15px;
    font-size: 14px;
    border-color: #d0d0d0;
    border-radius: 0;
    color: #555;
    text-align: left;
}
.footer_copy .dropup > button span {
    float: right;
    display: inherit;
    margin-top: 8px;
    margin-bottom: 3px;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background: #fff !important;
    border-color: #d0d0d0 !important;
}
.footer_copy .dropup {
    right: 0;
    position: absolute;
}
.footer_copy .dropup > .dropdown-menu {
    min-width: 170px;
    margin-bottom: -1px;
    border-radius: 0;
    box-shadow: none;
}
.footer_copy .dropup > .dropdown-menu li {
    margin-bottom: 0;
    color: #999;
}
.footer_copy .dropup > .dropdown-menu li > a {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    transition: none;
}
.footer_copy .dropup > .dropdown-menu li > a:hover {
    color: #f6961d;
    background: #fafafa;
}
.footer_copy .dropup > .dropdown-menu li:last-child > a {
    border-bottom: none;
}

@media (min-width: 1200px) {
    .footer-wrap {
        width: 1170px;
        margin: 0 auto;
    }
}
/* //푸터 설정 끝 */

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) {
    /* Small·Medium·Large devices */
    #btn-lang > a {
        margin: 0;
    }

    .intro-html-layout > div {
        padding: 0;
    }
    .sub-layout.container {
        padding-top: 153px;
    }

    #history ul.nav-tabs {
        width: 100%;
    }
    #history ul.nav-tabs > li {
        width: 50%;
    }
    #history ul.nav-tabs > li > a {
        padding: 15px;
        font-size: 22px;
    }
    #history > .sub-top.back-none::after {
        bottom: -85px;
    }
    #history > .contents {
        padding-top: 130px;
    }
    #history .tab-content h3 {
        font-size: 38px;
        margin: 0 0 50px;
    }
    #history .wrap-history > .block::before {
        left: 8px;
    }
    #history .wrap-history > .block::after {
        left: 0;
    }
    #history .wrap-history > .block:last-child:before {
        height: 85%;
    }
    #history .wrap-history h4.year {
        float: none;
        margin-bottom: 15px;
        padding-left: 28px;
        line-height: 1.1em;
        text-align: left;
    }
    #history .wrap-history ul.list-history {
        display: block;
        padding: 0 0 10px 30px;
    }
    .wrap-history .logos {
        width: 100%;
        position: static;
        display: inline-block;
        margin-bottom: 45px;
    }
    .wrap-history .logos:not(.one) {
        margin-left: 15px;
    }
    .wrap-history .logos:not(.one) > img {
        width: auto;
    }
    #history #history2 .wrap-history ul.list-history {
        margin-bottom: 25px;
    }
    #history .wrap-history ul.list-history > li {
        font-size: 18px;
    }
    #history .img-bottom {
        margin: 0 0 0 15px;
    }
    #recruit01 .circle {
        width: 100%;
        height: auto;
        margin: 0 0 15px !important;
        padding: 30px;
        background-position: center center;
        border-radius: 50px;
    }
    #recruit01 .circle > h4 {
        font-size: 22px;
    }
    .sub-contents[id^="recruit"] .row > .desc > p {
        margin: 0 0 35px;
        font-size: 20px;
    }
    #recruit01 .box-instit > .left,
    #recruit01 .box-instit > .right {
        width: 100%;
    }
    #recruit01 .box-instit > .left h4,
    #recruit01 .box-instit > .left p {
        width: 100%;
    }
    #recruit01 .box-instit > .left h4 {
        margin: 0 0 10px;
        padding: 30px;
        font-size: 22px;
    }
    #recruit01 .box-instit > .left p {
        min-height: auto;
        padding: 25px 30px;
        text-align: left;
    }
    #recruit01 .box-instit > .right {
        padding: 30px 0 0;
    }
    #recruit01 .box-instit > .right::before {
        top: -10px;
        left: 45%;
        transform: rotate(90deg);
    }
    #recruit01 .box-instit > .right .block {
        margin: 15px 0 22px;
    }
    #recruit01 ul.list-welfare > li:not(:last-child) {
        width: 100%;
        margin-bottom: 8px;
    }
    #recruit01 ul.list-welfare > li .inner {
        padding: 15px;
    }
    #recruit01 ul.list-welfare > li img {
        width: 70px;
    }
    #recruit01 ul.list-welfare > li h4 {
        margin: 18px 0 0 10px;
        font-size: 21px;
    }
    #recruit01 ul.list-welfare > li:last-child h4 {
        margin: 0 0 0 18px;
    }
    #recruit02 ol.list-process-circle > .clearfix + li {
        margin-left: 0;
    }
    #recruit02 ol.list-process-circle > li .circle {
        width: 100%;
        height: auto;
        border-radius: 60px;
    }
    #recruit02 ol.list-process-circle > li .circle > .inner {
        padding: 15px;
        border-radius: 60px;
    }
    #recruit02 ol.list-process-circle h4 {
        margin: 8px 0 0;
        font-size: 22px;
    }
    #recruit02 ol.list-process-row > li .tit {
        width: 100%;
    }
    #recruit02 ol.list-process-row > li .tit > .step {
        height: 50px;
        padding: 15px 20px 0 20px;
        font-size: 16px;
    }
    #recruit02 ol.list-process-row > li .tit > h4 {
        height: 50px;
        padding: 15px;
        font-size: 20px;
    }
    #recruit02 ol.list-process-row > li p {
        width: 100%;
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    /* Small devices (col-xs-*) 모바일 */
    #btn-lang {
        top: 15px;
        right: 60px;
        position: absolute;
    }
    .navbar-inverse {
        position: fixed;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }
    .navbar-inverse .navbar-header {
        float: none;
    }
    .navbar-inverse .navbar-toggle {
        border: none;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .navbar-brand img {
        height: 40px;
        margin-top: 18px;
        padding-top: 0;
    }
    .navbar-inverse .navbar-nav > li.open {
        background: #f6f6f6;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 12px 15px !important;
        font-size: 18px;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: #f6961d;
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 10px 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        font-size: 15px;
        color: #333;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        font-weight: 600;
        color: #333;
    }
    #menu-top {
        left: 15px;
        bottom: 15px;
        position: fixed;
        z-index: 100;
    }
    .wrap-btn {
        margin-top: 20px;
    }
    .wrap-btn button {
        width: 40px;
        height: 40px;
    }
    .wrap-btn button span {
        left: 10px;
    }
    .wrap-btn button span:before {
        top: -6px;
    }
    .wrap-btn button span:after {
        top: 6px;
    }
    .wrap-btn.opened button span:before,
    .wrap-btn.opened button span:after {
        left: 10px;
    }
    #siteMap {
        padding: 0 20px;
    }
    #siteMap .row {
        padding-top: 60px;
    }
    #siteMap h4 {
        margin: 0 0 15px;
        padding-bottom: 10px;
        font-size: 21px;
    }
    #siteMap ul {
        margin-bottom: 50px;
    }
    #siteMap ul > li a {
        padding: 0 5px;
        font-size: 17px;
    }

    .container_slide,
    .container_slide .fill {
        height: 380px;
    }
    #myCarousel .carousel-caption {
        top: 25%;
        right: 5%;
        left: 5%;
    }
    #myCarousel .carousel-caption h1 {
        margin: 0 0 15px;
        font-size: 35px;
    }
    #myCarousel .carousel-caption p {
        font-size: 16px;
        word-break: keep-all;
    }
    .carousel-indicators {
        left: 0;
        bottom: 25px;
        width: 100%;
        margin-left: 0;
    }
    .carousel-indicators li,
    .carousel-indicators .active {
        width: 45px;
        height: 3px;
    }

    a.btn-detail::after {
        top: 15px;
        right: 22px;
        width: 40px;
        height: 9px;
        background-size: 40px;
        background-repeat: no-repeat;
    }
    a.btn-detail:hover::after {
        height: 7px;
        right: 12px;
    }

    .main-contents > .scroll-down {
        margin-top: -22px;
    }
    .main-contents .scroll-down > .circle {
        width: 50px;
        height: 50px;
        padding: 15px 15px;
    }
    .main-contents .scroll-down > .circle img {
        width: 18px;
    }
    .main-contents > #section1 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .main-contents h2 {
        margin: 0 0 45px;
        font-size: 36px;
    }
    .main-contents > #section1 .container .row {
        margin: 0 -15px;
    }
    .main-contents > #section1 .container .row > div {
        padding: 0 15px;
    }
    .main-contents .box-biz h3 {
        margin: 25px 0 50px 0;
        font-size: 34px;
    }
    .main-contents .box-biz a.btn-detail {
        top: -5px;
        right: 0;
        padding: 12px 79px 12px 15px;
        font-size: 20px;
    }
    body.en .main-contents .box-biz h3 {
        font-size: 29px;
    }
    body.en .main-contents .box-biz a.btn-detail {
        font-size: 17px;
        padding: 12px 74px 12px 10px;
    }
    .main-contents > #section2 {
        padding: 85px 0 70px;
    }
    .main-contents > #section2 .container > .row {
        margin: 0 -8px;
    }
    .main-contents > #section2 .container > .row > div {
        padding: 0 8px;
    }
    .main-contents .box-story {
        margin-bottom: 15px;
    }
    .main-contents .box-story .text {
        top: 35px;
    }
    .main-contents .box-story .text > h3 {
        font-size: 18px;
    }

    .footer_copy .text-center {
        padding: 30px 0 60px;
    }
    .footer_copy .logo img {
        width: 140px;
        margin-bottom: 15px;
    }
    .footer_copy .info {
        padding-left: 0;
    }
    .footer_copy .dropup {
        right: 20px;
        margin-top: 15px;
    }
    .footer_copy .dropup > button {
        width: 160px;
        padding: 10px 15px;
        font-size: 13px;
    }
    .footer_copy .dropup > .dropdown-menu {
        min-width: 160px;
    }

    .container.sub-layout {
        padding: 72px 0 0;
    }
    .sub-contents > .sub-navbar {
        height: 44px;
    }
    .sub-contents > .sub-navbar > .container {
        padding: 0;
    }
    .sub-contents > .sub-navbar #home {
        width: 50px;
        height: 42px;
        overflow: hidden;
    }
    .sub-contents > .sub-navbar #home > a {
        font-size: 16px;
        line-height: 42px;
    }
    .sub-contents > .sub-navbar .panel-group {
        margin-left: 50px;
    }
    .sub-contents > .sub-navbar .panel-group .panel {
        width: 50%;
    }
    .sub-contents > .sub-navbar .panel > .panel-heading h4 a {
        padding: 0 30px 0 10px;
        font-size: 14px;
        line-height: 42px;
    }
    body.en .sub-contents > .sub-navbar .panel > .panel-heading h4 a {
        min-width: 160px;
        padding: 0 20px 0 5px;
        font-size: 13px;
    }
    body.en .sub-contents > .sub-navbar .panel > .panel-heading h4 a::before {
        right: 8px;
    }
    body.en .sub-contents > .sub-navbar .panel > .panel-collapse ul > li a {
        padding: 10px 5px;
    }
    .sub-contents > .sub-top {
        height: 160px;
        padding: 65px 0 0;
    }
    .sub-contents > .sub-top h2 {
        font-size: 38px;
    }
    .sub-contents > .contents {
        padding: 70px 0 100px;
    }
    .title-lv-3 {
        margin: 0 0 35px;
        font-size: 35px;
    }
    .space-bottom {
        margin-bottom: 70px;
    }
    a.btn-detail {
        top: -5px;
        right: 0;
        padding: 12px 79px 12px 15px;
        font-size: 20px;
    }

    #introduction .wrap-intro {
        padding: 0 15px;
    }
    #introduction .box-intro {
        margin-bottom: 30px;
        padding: 50px 15px;
    }
    #introduction .box-intro > h4 {
        font-size: 40px;
    }
    #introduction .box-intro > img {
        width: 90px;
        padding: 30px 0;
    }
    #introduction .box-intro > p {
        font-size: 19px;
        line-height: 1.65;
    }
    #introduction #row1 {
        margin-bottom: 65px;
    }
    #introduction #row2 h3 {
        margin: 0 0 40px;
        font-size: 34px;
        line-height: 1.3em;
    }
    #introduction #row2 h4 {
        margin: 55px 0 30px;
        font-size: 40px;
    }
    #introduction #row2 > .bottom p:last-child {
        line-height: 1.8em;
    }
    #ceo_message #row1 h3 {
        margin: 0 0 40px;
        font-size: 38px;
        line-height: 1.3em;
    }
    body.en #ceo_message #row1 h3 {
        font-size: 33px;
    }
    #ceo_message .ceo {
        margin-top: 40px;
    }
    body.en #ceo_message .ceo > span {
        margin: 14px 20px 0 0;
    }
    body.en #history ul.nav-tabs > li > a {
        padding: 15px 5px;
    }
    #partners .row > .desc {
        padding-left: 15px;
        border-left: none;
    }
    #partners ul.list-partner-online > li,
    #partners ul.list-partner-offline > li {
        width: 50%;
        display: inline-block;
        padding: 0 2px;
    }
    #partners ul.list-partner-online > li img {
        width: 169px;
        height: 100px;
    }
    #partners ul.list-partner-online > li h4.brand {
        font-size: 20px;
    }
    body.en #partners ul.list-partner-online > li h4.brand,
    body.en #partners ul.list-partner-offline > li h4.brand {
        font-size: 19px;
    }
    #partners ul.list-partner-offline > li h4.brand {
        min-height: 65px;
    }
    #partners ul.list-partner-offline > li h4.brand img {
        max-width: 130px;
    }
    #partners ul.list-partner-offline > li {
        margin-bottom: 20px;
    }
    #location .nav {
        margin: 0 0 30px;
    }
    #location .nav > li {
        float: left;
        width: 47%;
        margin: 0 5px;
        padding: 0;
    }
    #location .nav > li + li {
        padding-left: 0;
    }
    #location .nav > li a {
        margin-bottom: 10px;
        padding: 8px 15px;
        font-size: 20px;
    }
    #business01 > .contents,
    #business02 > .contents {
        padding-bottom: 100px;
    }
    #business01 #row1 > div[class^="col-"] {
        margin: 0 0 55px;
    }
    #business01 .title-lv-3 {
        margin: 0 0 35px;
        font-size: 35px;
    }
    body.en #business01 .title-lv-3 {
        font-size: 33px;
    }
    #business01 .box-biz-area {
        margin-top: 0;
        padding: 0;
    }
    #business01 #row2 .box-biz-area {
        margin-top: 30px;
    }
    #business01 .box-biz-area > .circle {
        width: 100%;
        height: auto;
        position: static;
        margin-bottom: 15px;
        padding: 1px;
        transform: none;
        border-radius: 60px;
    }
    #business01 .box-biz-area > .circle h4 {
        width: auto;
        height: auto;
        padding: 20px 15px !important;
        font-size: 25px;
        border-radius: 60px;
    }
    #business01 .list-area > li {
        width: 100%;
        margin: 3px 0 !important;
        padding: 0 !important;
    }
    #business01 .list-area > li .inner {
        padding: 20px 15px !important;
        font-size: 18px;
        border-radius: 40px;
    }
    #business01 .box-column-2 {
        margin-top: 30px;
    }
    #business01 .box-column-2 > .tit {
        padding-left: 0;
    }
    #business01 .box-column-2 > .tit h4 {
        margin-bottom: 20px;
        font-size: 31px;
    }
    #business01 .box-column-2 > .desc {
        padding: 0 0 0 20px;
        font-size: 19px;
    }
    #business01 #row3 .img-group {
        margin: 0;
    }
    #business01 #row3 .img-group > img {
        width: 100% !important;
        margin-top: 30px;
    }
    #business01 #row5 .box-biz-area {
        margin-top: 30px;
        padding: 0;
    }
    #business02 .title-lv-3 {
        font-size: 28px;
    }
    #business02 ul.list-brand-btn > li {
        width: 50%;
    }
    #business02 #row2 h4 {
        margin: 0 0 35px;
        font-size: 34px;
        word-break: keep-all;
        line-height: 1.3em;
    }
    #business02 .wrap-brand {
        margin-top: 180px;
    }
    #business02 .wrap-brand > .desc {
        padding-left: 15px;
    }
    #business02 .wrap-brand .tit {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    #business02 .wrap-brand .tit::before {
        width: 140px;
    }
    #business02 .wrap-brand .tit img {
        width: 140px;
        margin-top: -10px;
    }
    #business02 #brand5.wrap-brand .tit img {
        margin-top: -15px;
    }
    #business02 .wrap-brand .tit h4 {
        margin: 14px 0 0 22px;
        font-size: 34px;
    }
    #business02 .wrap-brand .detail > h5 {
        word-break: keep-all;
        line-height: 1.4em;
        display: block;
        clear: both;
    }
    #social_promotion #row1 h3 {
        margin: 0 0 40px;
        font-size: 34px;
        word-break: keep-all;
        line-height: 1.3em;
    }
    #social_promotion #row1 p {
        margin: 0 0 60px;
        font-size: 20px;
    }
    #social_promotion .box-support {
        padding: 0 15px;
    }
    #social_promotion .box-support > h4 {
        margin: 25px 0 35px;
        font-size: 20px;
    }
    body.en #social_promotion .box-support > h4 {
        font-size: 19px;
    }
    .sub-contents[id^="recruit"] .row > .desc {
        padding-left: 15px;
        border-left: none;
    }
    #recruit02 ol.list-process-circle > li {
        width: 100%;
        margin-bottom: 35px;
    }
    #recruit02 ol.list-process-circle > li:not(:first-child):before {
        content: "\f078";
        top: -26px;
        left: 50%;
        position: absolute;
        font-size: 30px;
        font-weight: 900;
        font-family: "FontAwesome";
        color: #f6961d;
    }
}
@media (min-width: 768px) {
    /* Medium·Large·Extra large devices */
    body.en #business01 #row5 .box-biz-area > .circle {
        width: 238px;
        height: 238px;
    }
    body.en #business01 #row5 .box-biz-area > .circle h4 {
        width: 230px;
        height: 230px;
        padding: 85px 20px 0;
    }
    body.en #business01 #row5 .list-area > li {
        padding: 0;
    }
    body.en #business01 #row5 .list-area > li:nth-child(even) {
        float: right;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    /* Medium·Large devices */
    #menu-top {
        top: 20px;
        right: 30px;
        position: absolute;
    }
    #btn-lang {
        float: left;
        display: inline-block;
    }

    #btn-lang .dropdown-menu {
        left: -5px;
    }

    #siteMap ul {
        margin-bottom: 40px;
    }

    .wrap-btn {
        position: relative;
        display: inline-block;
        margin: 5px 0 0 20px;
    }
    .wrap-btn.opened {
        top: 20px;
        right: 30px;
        position: absolute;
    }
    .wrap-btn button {
        width: 40px;
        height: 40px;
    }
    .wrap-btn button span {
        left: 10px;
        width: 20px;
    }
    .wrap-btn.opened button span:before,
    .wrap-btn.opened button span:after {
        left: 10px;
    }

    .navbar-inverse .navbar-header {
        float: none;
    }
    .navbar-inverse .navbar-collapse {
        text-align: center;
    }
    .navbar-inverse .navbar-nav {
        float: none !important;
        display: inline-block;
        margin: 0 auto;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 25px 40px;
        font-size: 20px;
    }
    body.en .navbar-inverse .navbar-nav > li > a {
        padding: 25px 25px;
    }
    .navbar-right li:not(.lang) .dropdown-menu {
        top: 100px;
    }

    .container_slide,
    .container_slide .fill {
        height: 500px;
    }
    #myCarousel .carousel-caption {
        top: 25%;
        right: 15%;
        left: 15%;
    }
    #myCarousel .carousel-caption h1 {
        font-size: 50px;
    }
    #myCarousel .carousel-caption p {
        font-size: 20px;
    }
    .main-contents .box-story {
        margin-bottom: 8px;
    }
    .main-contents .box-biz h3 {
        margin: 33px 0 0 0;
        font-size: 40px;
    }

    #introduction .box-intro {
        padding: 50px 15px;
    }
    #introduction .box-intro > h4 {
        font-size: 40px;
    }
    #introduction .box-intro > img {
        width: 90px;
        padding: 50px 0 30px;
    }
    #introduction .box-intro > p {
        font-size: 18px;
    }
    body.en #introduction .wrap-intro .box-intro {
        min-height: 471px;
    }
    body.en #introduction .wrap-intro:nth-child(2) .box-intro {
        padding-top: 0;
    }
    body.en #introduction .wrap-intro:nth-child(2) .box-intro > h4 {
        margin: 30px 0 -25px;
    }
    .wrap-history .logos {
        width: 300px;
    }
    #partners ul.list-partner-online > li,
    #partners ul.list-partner-offline > li {
        float: none;
        width: 32%;
        display: inline-block;
    }
    body.en #partners ul.list-partner-online > li h4.brand,
    body.en #partners ul.list-partner-offline > li h4.brand {
        font-size: 18px;
    }
    #business01 .box-biz-area,
    #business01 #row5 .box-biz-area {
        padding: 0;
    }
    body.en #business01 #row5 .list-area > li:nth-child(odd) {
        margin-left: -30px;
    }
    body.en #business01 #row5 .list-area > li:nth-child(even) {
        margin-right: -30px;
    }
    body.en #social_promotion #row1 h3 {
        font-size: 39px;
    }
    #business02 ul.list-brand-btn > li {
        width: 33.3%;
    }
    #recruit02 ol.list-process-circle > li {
        width: 50%;
        padding: 0 25px;
    }
    #recruit02 ol.list-process-circle > li:not(:first-child):before {
        left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* Medium devices (col-sm-*) */
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* Large devices (col-md-*) */
}
@media (min-width: 1200px) {
    /* Extra large devices (col-lg-*) */
    .navbar:not(.mouseover) #btn-lang .dropdown-menu {
        display: none;
    }
    .navbar.mouseover #btn-lang .dropdown-menu {
        display: block;
    }
    body.en #introduction .wrap-intro .box-intro {
        min-height: 612px;
    }
    body.en #introduction .wrap-intro:nth-child(2) .box-intro {
        padding-top: 32px;
    }
    body.en #introduction .wrap-intro:nth-child(2) .box-intro > h4 {
        margin: 30px 0 -30px;
    }
    body.en #business01 #row3 .box-column-2 > .desc {
        margin-left: -40px;
    }
    body.en #business01 #row5 .list-area > li:nth-child(odd) {
        margin-left: -60px;
    }
    body.en #business01 #row5 .list-area > li:nth-child(even) {
        margin-right: -60px;
    }
}
/******* 모바일 최적화 끝 *******/
