@import url(/css/normalize.css);
@import url(/css/font.css);

html {
    font-size: 14px;
    vertical-align: top;
    letter-spacing: -0.015em;
    font-family: 'NanumBarunGothic', sans-serif;
    line-height: 1.7em;
    color: #464646;
}

li {
    list-style: none;
}

ul, li, dt, dd {
    margin: 0;
    padding: 0;
}

main {
    padding-top: 90px;
}

img {
    width: 100%;
}

body {
    min-width: 1120px;
}

/*** layout ***/

.wide-container {
    width: 100%;
}

.container {
    position: relative;
    width: 1120px;
    margin: 0 auto;
}

.box-large {
    padding: 0 138px 100px 138px;
}

.box-medium {
    padding: 0 50px 100px 50px;
}

/*** align ***/

.change-inline {
    display: inline-block;
}

.absolute-left {
    position: absolute;
    left: 0;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.v-align-top {
    vertical-align: top;
}

/*** margin padding ***/

.margin-none {
    margin: 0;
}

.margin-right {
    margin-right: 15px;
}

.margin-right-large {
    margin-right: 50px;
}

.margin-bottom-small {
    margin-bottom: 5px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.margin-bottom-large {
    margin-bottom: 50px;
}

.margin-bottom-huge {
    margin-bottom: 100px;
}

.padding-bottom-huge {
    padding-bottom: 100px;
}

.padding-large {
    padding: 50px 0;
}

.padding-left {
    padding-left: 15px;
}

.padding-left-small {
    padding-left: 5px;
}

/*** heading ***/

h1 {
    font-size: 60px;
    line-height: 1em;
}

h2 {
    font-size: 50px;
    line-height: 1em;
}

h3 {
    font-size: 30px;
    line-height: 1em;
    margin: 15px 0;
}

/*** text size ***/

.text-thin {
    font-weight: lighter;
}

.text-thin h2 {
    font-weight: 200;
}

.text-small {
    font-size: 11px;
    line-height: 1.7em;
}

.text-medium {
    font-size: 13px;
    line-height: 1.7em;
}

.text-large {
    font-size: 15px;
    line-height: 1.7em;
}

.text-xlarge {
    font-size: 19px;
    line-height: 1.7em;
}

.text-xxlarge {
    font-size: 25px;
    line-height: 1.7em;
}

.text-huge {
    font-size: 50px;
    line-height: 1em;
}

/*** color ***/

.text-color-primary {
    color: #ff7900;
}

.text-color-white {
    color: #ffffff;
}

.text-color-black {
    color: #000000;
}

.text-color-gray {
    color: #464646;
}

.text-color-light-gray {
    color: #b7b7b7;
}

.background-color-black {
    background-color: #363636;
}

.background-color-gray {
    background-color: #f8f8f8;
}

/*** table ***/

table {
    width: 100%;
}

table, th, td {
    border-collapse: collapse;
}

/* tr 구분선만 존재하는 테이블 */
.table-style1 tr {
    border-bottom: 1px solid #d7d7d7;
}

.table-style1 tr:last-child {
    border-bottom: 1px solid #747679;
}

.table-style1 th {
    padding: 10px 20px;
    font-weight: bold;
}

.table-style1 td {
    padding: 10px 25px;
}

/* th bg 색상이 존재하고, 칸이 여려개일 경우 구분선이 존재하는 테이블 */
.table-style2 tr {
    border-bottom: 1px solid #d7d7d7;
}

.table-style2 th {
    padding: 10px 20px;
    font-weight: bold;
    background-color: #f8f8f8;
    border-right: 1px solid #d7d7d7;
}

.table-style2 td {
    padding: 10px 25px;
    border-right: 1px solid #d7d7d7;
}

.table-style2 td:last-child {
    border-right: none;
}

/* 위아래 구분선이 있는 테이블 */
.table-style3 tr {
    border-bottom: 1px solid #d7d7d7;
}

.table-style3 th {
    padding: 10px 20px;
    font-weight: bold;
}

.table-style3 td {
    padding: 10px 25px;
}

.table-style3 tr:last-child {
    border-bottom: 2px solid #747679;
}

.table-style3 tr:first-child {
    border-top: 2px solid #747679;
}

/* 테이블 tr 강조 */
.emphasis-tr th {
    font-weight: bolder;
    color: #ffffff;
    background-color: #ff7900;
    border: none;
    font-size: 16px;
}

.emphasis-tr th:nth-child(even) {
    border-left: 1px solid #ff7900;
!important;
}

/* 테이블 위아래 구분선 */
.table-border-black tr:first-child {
    border-top: 1px solid #363636;
!important;
}

.table-border-black tr:last-child {
    border-bottom: 1px solid #363636;
!important;
}

.border-left-gray {
    border-left: 1px solid #d7d7d7;
}

/*** button ***/

/*** etc ***/

.header {
    width: 100%;
    position: fixed;
    border-bottom: 1px solid #363636;
    background-color: #ffffff;
    top: 0;
    z-index: 100;
    height: 90px;
}

.footer-nav-item {
    vertical-align: top;
    text-align: left;
    margin: 0 40px;
}

.footer-nav-item dt {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 10px;
}

.footer-nav-item dd {
    margin-bottom: 5px;
}

.footer-nav-item dd a {
    color: #d9d9d9;
    font-size: 14px;
    text-decoration: none;
}

.footer-nav-item dd a:hover {
    color: #ff7900;
}

.logo {
    display: inline-block;
    padding: 10px;
    line-height: 80px;
}

.gnb {
    padding-top: 10px;
}

.gnb-item {
    width: 150px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.gnb-item > a {
    font-size: 18px;
    display: inline-block;
    line-height: 80px;
    color: #464646;
    text-decoration: none;
}

.gnb-sub::before {
    display: block;
    content: " ";
    margin-top: -4px;
    border-bottom: 3px solid #ff7900;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.gnb-sub {
    border-top: 1px solid #363636;
    display: none;
    background-color: white;
    box-shadow: 1px 3px 3px #888888;
}

.gnb-sub-item:last-child > a {
    border: none;
}

.gnb-sub-item > a {
    display: inline-block;
    width: 90%;
    padding: 8px 0;
    border-bottom: 1px solid #e1e1e1;
    text-decoration: none;
    color: #464646;
    word-break: keep-all;
}

.gnb-item:hover .gnb-sub {
    display: block;
}

.gnb-item > a:hover {
    color: #ff7900;
}

.gnb-sub-item > a:hover {
    color: #ff7900;
}

.gnb-item.active > a {
    color: #ff7900;
}

.breadcrumb li {
    color: #464646;
    font-size: 14px;
    padding-right: 2.5px;
}

.breadcrumb a {
    color: #464646;
    text-decoration: none;
}

.tab {
    width: 100%;
    font-size: 0;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.divide-7 {
    width: 14.2%;
}

.divide-4 {
    width: 25%;
}

.divide-3 {
    width: 33.3%;
}

.divide-2 {
    width: 50%;
}

.tab a {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 3rem;
    text-align: center;
    text-decoration: none;
    color: #464646;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;;
    border-left: 1px solid #e1e1e1;;
}

.tab li:last-child a {
    border-right: 1px solid #e1e1e1;
}

.tab a:hover {
    color: #ff7900;
}

.tab .active {
    background-color: #ff7900;
}

.tab .active a {
    color: #ffffff;
}

.under-border {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin: 30px auto;
}

.border-orange {
    border: 1px solid #ff7900;
}

.icon-location {
    margin: 5px 5px 0 0;
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url('/images/location.png');
}

.icon-telephone {
    margin: 5px 5px 0 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('/images/tel.png');
}

.icon-email {
    margin: 5px 5px 0 0;
    display: inline-block;
    width: 14px;
    height: 10px;
    background-image: url('/images/email.png');
}

.icon-company-info1 {
    width: 220px;
    height: 220px;
    background-image: url('/images/company/info1.jpg');
}

.icon-company-info2 {
    width: 220px;
    height: 220px;
    background-image: url('/images/company/info2.jpg');
}

.circle-orange {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin: 10px;
    background-image: url('/images/list-style1.png');
}

.business-title {
    height: 150px;
    padding-top: 50px;
    background-image: url('/images/business/business-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
}

.company-title {
    height: 150px;
    padding-top: 50px;
    background-image: url('/images/company/company-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
}

.product-title {
    height: 150px;
    padding-top: 50px;
    background-image: url('/images/product/product-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
}

.support-title {
    height: 150px;
    padding-top: 50px;
    background-image: url('/images/support/support-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
}

/*TODO:그라데이션처리*/
.btn-default {
    cursor: pointer;
    font-weight: bold;
    background-color: #ff7900;
    color: #ffffff;
    border: 1px solid #363636;
    padding: 10px 50px;
    border-radius: 5px;
}

.btn-simple {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    background-color: #363636;
    color: #ffffff;
    border: 1px solid #363636;
    padding: 10px 30px;
    text-decoration: none;
}

.btn-simple:hover {
    background-color: #ff7900;
    border: 1px solid #ff7900;
}

.product-description {
    padding: 50px;
    font-size: 0;
}

.product-description dt {
    font-weight: bold;
    font-size: 19px;
    line-height: 2em;
    margin-bottom: 15px;
}

.product-description dt:after {
    padding-top: 4px;
    width: 25px;
    display: block;
    content: ' ';
    border-bottom: 1px solid black;
}

.product-description dd {
    font-size: 1rem;
}

.under-border-small {
    width: 25px;
    display: block;
    content: ' ';
    border-bottom: 1px solid black;
}

.banner-style2 {
    font-size: 0;
}

.banner-style2-item {
    box-sizing: border-box;
    display: inline-block;
    width: 25%;
    padding-right: 1%;
}

.main-bg-1 {
    background-image: url('/images/susess-story.jpg');
    background-repeat: no-repeat;
    height: 350px;
}

.main-bg-2 {
    background-image: url('/images/susess-story-bg.png');
    background-repeat: no-repeat;
}

.success-story {
    padding-top: 100px;
    font-size: 0;
}

.success-story-item {
    font-size: 1rem;
    display: inline-block;
    width: 33.3%;
    box-sizing: border-box;
    text-align: center;
}

.icon-success1 {
    width: 140px;
    height: 140px;
    background-image: url('/images/main-icon1.png');
}

.icon-success2 {
    width: 140px;
    height: 140px;
    background-image: url('/images/main-icon2.png');
}

.icon-success3 {
    width: 140px;
    height: 140px;
    background-image: url('/images/main-icon3.png');
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: bottom;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #e1e1e1;
    text-indent: -9999px;
    display: block;
    width: 100px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ff7900;
}

.full-width {
    width: 100%;
}

.line-height-0 {
    line-height: 0;
}

.line-height-default {
    line-height: 1.7em;
}

.border-box {
	box-sizing: border-box;
}