.visual_area {
    width: 100%;
    max-width: 1760px;
    height: 360px;
    background-color: #222;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.visual_area .screen {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.2);
    transition: transform 5s linear;
}

.visual_area .screen::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.visual_area.sc-event .screen {
    transform: scale(1) rotate(0.01deg);
}

.visual_area .title_wrapper {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    margin-top: 30px;
}

.visual_area .title_wrapper .sub_title {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 3px;
}

.visual_area .title_wrapper .main_title {
    font-size: 38px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

.visual_area.company .screen {
    background-image: url('../images/sub/sub_top_visual_company.png');
}

.visual_area.business .screen {
    background-image: url('../images/sub/sub_top_visual2.jpg');
}

.visual_area.product .screen {
    background-image: url('../images/sub/sub_top_visual3.jpg');
}

.visual_area.customer .screen {
    background-image: url('../images/sub/sub_top_visual4.jpg');
}

.visual_area.invest .screen {
    background-image: url('../images/sub/sub_top_visual22.jpg');
}

.visual_area.news .screen {
    background-image: url('../images/sub/sub_top_visual5.jpg');
}

.visual_area.contact .screen {
    background-image: url('../images/sub/sub_top_visual6.jpg');
}

.visual_area.sitemap .screen {
    background-image: url('../images/sub/sub_top_visual7.jpg');
}

.pos {
    width: 100%;
    max-width: 1280px;
    padding: 0px 40px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    font-size: 15px;
    padding-top: 25px;
}

.pos i {
    display: inline-block;
    font-style: normal;
    position: relative;
    line-height: 20px;
    padding-right: 15px;
    margin-right: 10px;
}

.pos i::after {
    content: "";
    display: inline-block;
    width: 1px;
    right: 0px;
    top: 4px;
    height: 12px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.pos i:last-child {
    color: #e77f04;
}

.pos i:last-child::after {
    display: none;
}

h3.main_title_big {
    position: relative;
    font-size: 38px;
    letter-spacing: 0.04em;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 80px;
    text-transform: capitalize;
}

/* h3.main_title_big::after {
  content: "";
  width: 1px;
  height: 65px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 80px;
} */
.color {
    color: #f7bd35;
    font-size: 42px;
}

section {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

section .tabs.mobile_select .mobile_selectbox {
    display: none;
    position: relative;
}

.tab_index,
.sub_tab1,
.sub_tab2,
.sub_tab3,
.sub_tab4 {
    display: none;
}

.tab_index.active,
.sub_tab1.active,
.sub_tab2.active,
.sub_tab3.active,
.sub_tab4.active {
    display: block;
}

.inner {
    padding: 0 25px;
}

section .tabs.mobile_select.type2 .mobile_selectbox label {
    width: 100%;
    display: block;
    line-height: 20px;
    padding: 12px 0px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    background: url('../images/sub/select_ico1.png') calc(100% - 15px) -37px no-repeat #f8b50c;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0px 14px 20px rgba(248, 181, 12, 0.4);
    position: relative;
}

section .tabs.mobile_select.type1 .mobile_selectbox label {
    width: 100%;
    display: block;
    line-height: 20px;
    padding: 12px 0px;
    color: #d78033;
    font-size: 16px;
    background: #fbf2ea;
    border: 1px dashed #e6ad6a;
}

section .tabs.mobile_select.type1 .mobile_selectbox label::after,
section .tabs.mobile_select.type1 .mobile_selectbox label::before {
    content: "";
    display: block;
    position: absolute;
    background: #d78033;
    right: 15px;
    top: 50%;
    width: 15px;
    height: 3px;
}

section .tabs.mobile_select.type1 .mobile_selectbox label::before {
    transform: rotate(90deg);
}

section .tabs.mobile_select .mobile_selectbox select {
    width: 100%;
    position: absolute;
    line-height: 20px;
    padding: 12px 10px;
    left: 0px;
    top: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

section .tabs.mobile_select .mobile_selectbox select option {
    line-height: 30px;
    font-size: 16px;
    padding: 5px 0px;
}

section .tab_wrapper.sub_select {
    padding-top: 30px;
    padding-bottom: 60px;
}

section .select_box {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 30%;
    margin: 0px 5px;
    height: 40px;
    background: url('../images/sub/select_ico1.png') calc(100% - 15px) 1px no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

section .select_box.active {
    border: 1px solid rgba(0, 0, 0, 0);
    background: url('../images/sub/select_ico1.png') calc(100% - 15px) -39px no-repeat #e87e04;
}

section .select_box > label {
    position: absolute;
    width: 100%;
    font-weight: 400;
    height: 100%;
    font-size: 14px;
    text-align: left;
    padding: 0px 20px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    top: 0px;
    left: 0px;
    line-height: 40px;
}

section .select_box.active > label {
    color: rgba(255, 255, 255, 0.75);
}

section .select_box > select {
    width: 100%;
    height: 100%;
    min-height: 40px;
    line-height: 40px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

section .select_box > select option {
    line-height: 30px;
    font-size: 16px;
    padding: 5px 0px;
}

section .article_wrap {
    text-align: center;
    background: url('../images/sub/about_us_img1.png') center bottom no-repeat;
}

section .title {
    text-align: center;
    padding: 0px 30px;
    box-sizing: border-box;
    font-size: 42px;
    letter-spacing: -0.05em;
    font-weight: 400;
    max-width: 1000px;
    margin: 0 auto;
    word-break: keep-all;
    line-height: 50px;
}

section .title.type2 {
    padding-top: 70px;
}

section .title.type3 {
    padding-top: 40px;
    font-size: 32px;
    padding-bottom: 50px;
    line-height: 44px;
}

section p.memo {
    position: relative;
    width: 100%;
    padding: 0px 30px;
    box-sizing: border-box;
    padding-top: 60px;
    max-width: 1000px;
    word-break: keep-all;
    letter-spacing: -0.05em;
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto;
    font-weight: 300;
}

section.about_us {
    overflow: inherit;
}

section.about_us .inner {
    padding: 0 25px;
}

section.about_us .inner2 {
    padding: 0 20px;
}

section.about_us .inner3 {
    padding: 0 40px;
}

section.about_us .line {
    position: relative;
    width: 42px;
    height: 2px;
    margin: 11px auto 25px;
    text-align: center;
    float: right;
}

section.about_us .sensor .line {
    float: none;
}

section.about_us .bg .line {
    margin: 11px auto 25px;
}

section.about_us .line:after {
    position: absolute;
    clear: both;
    display: inline-block;
    content: '';
    left: 0;
    width: 20px;
    height: 2px;
    background: #10c4a4;
}

section.about_us .line:before {
    position: absolute;
    clear: both;
    content: '';
    display: inline-block;
    right: 0;
    width: 20px;
    height: 2px;
    background: #5c32cf;
}

section.about_us .main_text {
    padding: 0 0 40px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.7px;
}

section.about_us .overview {
    position: relative;
    background-image: url('../images/sub/sub_about_bg1.png');
    background-repeat: no-repeat;
}

section.about_us .overview .gradient {
    position: relative;
    display: inline-block;
    background-image: url('../images/sub/gradient.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 30px;
    margin-top: 220px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

section.about_us .Comperirivencess:after {
    display: block;
    content: '';
    clear: both;
}

section.about_us .Comperirivencess h3 {
    font-size: 24px;
    margin: 45px 0;
}

section.about_us .Comperirivencess h2 {
    font-size: 50px;
    line-height: 53px;
    letter-spacing: -1px;
    font-weight: bold;
}

section.about_us .Comperirivencess > div {
    margin-bottom: 219px;
}

section.about_us .Comperirivencess .line {
    margin: -10px auto 25px;
}

section.about_us .wave_box {
    background-image: url('../images/sub/mmwave1.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 450px;
    margin-top: 80px;
    background-position: 1px 0;
}

section.about_us .cont1 {
    background-image: url('../images/sub/mmwave2.png');
}

section.about_us .cont2 {
    background-image: url('../images/sub/mmwave3.png');
}

section.about_us .cont3 {
    background-image: url('../images/sub/mmwave4.png');
}

section.about_us .wave_box:after {
    clear: both;
    content: '';
    display: block;
}

section.about_us .white_box {
    position: relative;
    display: inline-block;
    float: right;
    width: 400px;
    background: #fff;
    text-align: left;
    padding: 30px 40px;
    box-sizing: border-box;
    margin-top: 315px;
}

section.about_us .cont2 .white_box {
    width: 430px;
}

section.about_us .Comperirivencess .cont3 .white_box {
    padding: 30px;
    float: left;
}

section.about_us .Comperirivencess .cont1 .white_box {
    float: none;
}

section.about_us .Comperirivencess .cont1 .title {
    letter-spacing: -2px;
}

section.about_us .Comperirivencess .cont2 .title {
    letter-spacing: -2.4px;
}

section.about_us .Comperirivencess .cont3 .text {
    letter-spacing: -1px;
}

section.about_us .white_box .title {
    font-size: 18px;
    color: #17b697;
    line-height: 26px;
    font-family: "NanumSquareBold";
    padding: 0;
    text-align: left;
    font-weight: bold;
    letter-spacing: -1px;
}

section.about_us .white_box .des {
    font-size: 26px;
    color: #222;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: -1px;
    margin: 8px 0 25px;
}

section.about_us .white_box .text {
    font-size: 18px;
    color: #222;
    line-height: 26px;
}

section.about_us .bg {
    background: #f1f1f1;
    background-image: url('../images/sub/current_bg.png');
    background-repeat: no-repeat;
    background-position: 0 120%;
    padding: 95px 0 75px;
}

section.about_us .bg .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: normal;
}

section.about_us .bg .line {
    float: none;
}

section.about_us .bg .des {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 60px;
    font-weight: 300;
    padding: 0 2px;
    box-sizing: border-box;
}

section.about_us .bg .tit {
    font-size: 24px;
    font-weight: bold;
    margin-top: 105px;
    margin-bottom: 25px;
}

section.about_us .current:after {
    clear: both;
    content: '';
    display: block;
}

section.about_us .current li {
    float: left;
    width: 48.5%;
    height: 290px;
    background: rgba(255, 255, 255, .8);
    margin-right: 3%;
    margin-bottom: 3%;
    text-align: center;
}

section.about_us .current li:first-child {
    background-image: url('../images/sub/current_bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

section.about_us .current li:nth-child(2n) {
    margin-right: 0;
}

section.about_us .current li:nth-child(3n) .tit,
section.about_us .current li:nth-child(4n) .tit,
section.about_us .current li:nth-child(5) .tit {
    margin-top: 75px;
    margin-bottom: 25px;
}

section.about_us p.memo {
    padding-bottom: 670px;
}

section.about_us .core_value {
    background: #f5f5f5;
    padding: 100px 0px 80px 0px;
    text-align: center;
    vertical-align: top;
}

section.about_us .core_value ul {
    margin: 0 auto;
    vertical-align: top;
}

section.about_us .core_value ul li {
    position: relative;
    vertical-align: top;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    width: 300px;
    padding: 0px 45px;
    display: inline-block;
    word-break: keep-all;
}

section.about_us .core_value ul li:nth-of-type(2)::after,
section.about_us .core_value ul li:nth-of-type(2)::before {
    width: 56px;
    height: 6px;
    top: 50%;
    margin-top: -55px;
    content: "";
    display: block;
    position: absolute;
    background: url('../images/sub/about_us_img5.png') 0px 0px no-repeat;
}

section.about_us .core_value ul li::after {
    left: 50%;
    margin-left: -225px;
}

section.about_us .core_value ul li::before {
    right: 50%;
    margin-right: -225px;
}

section.about_us .core_value ul li h5 {
    font-size: 22px;
    letter-spacing: -0.03em;
    padding-top: 30px;
}

section.about_us .core_value ul li p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    word-break: keep-all;
    padding-top: 20px;
    letter-spacing: -0.03em;
}

section.history .tab_wrapper {
    position: relative;
    z-index: 3;
}

section.history .tab_wrapper .tabs {
    width: 100%;
    padding-top: 40px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}

section.history .tab_wrapper .tabs::after {
    content: "";
    width: 100%;
    left: 0%;
    height: 250px;
    top: 0px;
    position: absolute;
    display: block;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
}

section.history .tab_wrapper .tabs ul {
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
    z-index: 1;
}

section.history .tab_wrapper .tabs ul li {
    position: relative;
    display: inline-block;
    padding: 12px 20px 10px 23px;
    margin: 0px 10px;
    border: 1px dashed transparent;
    cursor: pointer;
}

section.history .tab_wrapper .tabs ul li.active {
    background: #fbf2ea;
    border: 1px dashed #e6ad6a;
    transition: all .3s ease;
    box-shadow: none;
}

section.history .tab_wrapper .tabs ul li a {
    color: #333;
    line-height: 20px;
    font-size: 16px;
    transition: color .3s ease;
}

section.history .tab_wrapper .tabs ul li.active a {
    color: #d78033;
}

section.history .tab_wrapper .tabs ul li::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    right: -15px;
    top: 50%;
    margin-top: -3px;
}

section.history .tab_wrapper .tabs ul li:last-child::after {
    display: none;
}

section.history .history_line {
    margin: 0 auto;
    margin-top: 120px;
    /* padding-left: 50%; */
    position: relative;
    padding-top: 100px;
}

section.history .history_line::after {
    content: "";
    width: 1px;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    top: 0px;
    z-index: 1;
    position: absolute;
    display: block;
    background: #d78033;
}

section.history .history_line::before {
    content: "";
    width: 100%;
    left: 0px;
    height: 120px;
    bottom: 0px;
    position: absolute;
    display: block;
    z-index: 2;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

section.history .year_data {
    left: 50%;
    width: 50%;
    z-index: 2;
    padding-left: 50px;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 40px;
}

section.history .year_data.left {
    left: 0%;
    text-align: right;
    padding-left: 0px;
    padding-right: 50px;
}

section.history .year {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.05em;
    padding-bottom: 30px;
}

section.history .year_data.dot::after {
    top: 8px;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: url('../images/sub/history_dot.png') 0px 0px no-repeat;
}

section.history .year_data.right.dot::after {
    left: -7px;
}

section.history .year_data.left.dot::after {
    right: -7px;
}

section.history .year_data ul {
    display: inline-block;
    max-width: 500px;
}

section.history .year_data ul li {
    position: relative;
    word-break: keep-all;
    font-weight: 200;
    line-height: 22px;
    padding-left: 15px;
}

section.history .year_data.left ul li {
    padding-left: 0px;
    padding-right: 15px;
}

section.history .year_data ul li::after {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 8px;
}

section.history .year_data.right ul li::after {
    left: 1px;
}

section.history .year_data.left ul li::after {
    right: 1px;
}

.history ul li span {
    color: #e87e04;
}

section.history .imgs {
    position: relative;
    padding-top: 30px;
    display: inline-block;
}

section.history .year_data.left .imgs {
    text-align: right;
}

section.history .year_data.left .imgs img {
    text-align: right;
}

section.greeting p.memo {
    padding-top: 100px;
    box-sizing: border-box;
    max-width: 1280px;
    padding-right: 25%;
    padding-bottom: 300px;
}

section.greeting {
    background: url('../images/sub/greeting_img1.png') bottom right no-repeat;
}

section.ci_bi {
    position: relative;
    margin: 0 auto;
    padding: 0px 40px;
    max-width: 1280px;
    box-sizing: border-box;
}

section .tab_wrapper {
    position: relative;
}

section .tabs {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

section .tabs ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    z-index: 1;
    font-size: 0px;
    width: 100%;
    line-height: 0px;
}

section .tabs ul li {
    font-size: 0px;
    line-height: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0px;
    position: relative;
    display: inline-block;
    line-height: 52px;
    box-sizing: border-box;
    min-width: 140px;
    padding: 0px 11%;
    cursor: pointer;
}

section .tabs ul.four_item_wrap li {
    padding: 0;
    min-width: 25%;
}

section .tabs ul li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

section .tabs ul li.active {
    background: #f8b50c;
    transition: all .3s ease;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0px 14px 20px rgba(248, 181, 12, 0.4);
}

section .tabs ul li a {
    color: #333;
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: 52px;
    font- color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    transition: color .3s ease;
}

section .tabs ul li.active a {
    color: #fff;
}

section h5.title2 {
    position: relative;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-size: 32px;
    line-height: 52px;
    padding-top: 100px;
    padding-bottom: 20px;
}

section h5.title2::after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 3px;
    background: #f7bd35;
}

section.ci_bi .wrapper {
    vertical-align: top;
    font-size: 0px;
    padding: 0px;
    width: 100%;
}

section.ci_bi .half {
    font-size: 0px;
    width: 50%;
    display: inline-block;
}

section.ci_bi .half {
    text-align: center;
}

section.ci_bi .half:nth-of-type(1) {
    vertical-align: top;
}

section.ci_bi h6.stitle1 {
    text-align: left;
    padding-top: 60px;
    font-size: 24px;
    letter-spacing: -0.02em;
}

section.ci_bi p {
    text-align: left;
    word-break: keep-all;
    padding-top: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.02em;
}

section.ci_bi p .bold {
    font-weight: 500;
}

section.ci_bi ul.ci1 {
    font-size: 0px;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

section.ci_bi ul.ci1.type2 {
    margin-top: 30px;
    margin-bottom: 70px;
}

section.ci_bi ul.ci1.type3 {
    margin-top: 30px;
    margin-bottom: 40px;
}

section.ci_bi ul.ci1 li {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    height: 165px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0px;
    border-top: 0px;
    width: calc(100% / 3);
}

section.ci_bi ul.ci1.type3 li {
    width: 50%;
}

section.ci_bi ul.ci1.type2 li:nth-of-type(n+5) {
    background-color: #231f20;
    border-color: rgba(255, 255, 255, 0.2);
}

section.ci_bi ul.ci1.type2 li:last-child {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
}

section.ci_bi ul.ci1 li i {
    position: absolute;
    top: 15px;
    text-align: right;
    line-height: 18px;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
    font-style: normal;
}

section.ci_bi ul.ci1.type2 li:nth-of-type(n+5) i {
    color: rgba(255, 255, 255, 0.5);
}

section.ci_bi .download {
    text-align: right;
}

section.ci_bi .download button {
    background: #d78033;
    border: 0px;
    line-height: 46px;
    padding: 0px 30px;
    margin-bottom: 20px;
    color: #fff;
}

section.ci_bi .download button a {
    color: #fff;
    line-height: 46px;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 300;
}

section.ci_bi ul.ci2 {
    padding-bottom: 80px;
}

section.ci_bi ul.ci2.last {
    padding-bottom: 40px;
}

section.ci_bi ul.ci2 li {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: inline-block;
    width: 25%;
    padding-top: 50px;
    vertical-align: top;
}

section.ci_bi ul.ci2 li div.color_chip {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    margin: 15px 0px;
}

section.ci_bi ul.ci2 li div {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

section.ci_bi ul.ci2 li div .name {
    width: 100px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

section.ethical_management {
    position: relative;
    margin: 0 auto;
    padding: 0px 40px;
    max-width: 1280px;
    box-sizing: border-box;
}

section.ethical_management.type2 {
    position: relative;
    margin: 0 auto;
    overflow: visible;
    box-sizing: border-box;
}

section.ethical_management .tabs.type2 {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

section.ethical_management .tabs.type2 ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    z-index: 1;
    font-size: 0px;
    width: 100%;
    line-height: 0px;
}

section.ethical_management .tabs.type2 ul li {
    font-size: 0px;
    line-height: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0px;
    position: relative;
    display: inline-block;
    line-height: 22px;
    box-sizing: border-box;
    min-width: 20%;
    padding: 17px 0% 13px 0%;
    cursor: pointer;
}

section.ethical_management .tabs.type2 ul li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

section.ethical_management .tabs.type2 ul li.active {
    background: #f8b50c;
    transition: all .3s ease;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0px 14px 20px rgba(248, 181, 12, 0.4);
}

section.ethical_management .tabs.type2 ul li a {
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    transition: color .3s ease;
}

section.ethical_management .tabs.type2 ul li.active a {
    color: #fff;
}

section.ethical_management .des_wrapper {
    vertical-align: top;
}

section.ethical_management .des_wrapper {
    font-size: 0px;
    padding-bottom: 50px;
}

section.ethical_management h5.title3 {
    padding-right: 20%;
    word-break: keep-all;
    padding-top: 80px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.05em;
    font-weight: 600;
}

section.ethical_management h5.title3.col2 {
    vertical-align: top;
    padding-right: 10%;
    padding-top: 60px;
    display: inline-block;
}

section.ethical_management p.title3_des {
    padding-top: 60px;
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.05em;
    font-weight: 300;
    color: rgba(0, 0, 0, .75);
    display: inline-block;
}

section.ethical_management p.title3_des.type2 {
    padding-top: 20px;
    padding-bottom: 30px;
}

section.ethical_management p.title3_des.type2.addtype1 {
    padding-bottom: 250px;
}

section.ethical_management .divTable {
    display: table;
    width: 100%;
    border-top: 2px solid rgba(0, 0, 0, 0.85);
    border-bottom: 2px solid rgba(0, 0, 0, 0.85);
}

section.ethical_management.type2 .divTable.add_type3 {
    border-bottom: 0px;
}

section.ethical_management .divTableRow {
    display: table-row;
}

section.ethical_management .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

section.ethical_management .divTableCell:first-child {
    width: 40%;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 28px;
    color: #d78033;
    font-weight: 300;
    padding-left: 50px;
    padding-right: 8%;
    position: relative;
}

section.ethical_management .divTable.type2 .divTableCell:first-child {
    width: 30%;
}

section.ethical_management .divTable.type3 .divTableCell:first-child {
    width: 50%;
}

section.ethical_management .divTable.type2.add_type3 .divTableCell:first-child {
    width: 25%;
}

section.ethical_management .divTable.type2.add_type3 .divTableCell {
    padding: 30px 10px;
    padding-left: 50px;
}

section.ethical_management .divTableCell:first-child > span {
    color: #222;
    font-size: 18px;
    position: absolute;
    left: 0px;
    font-weight: 700;
}

section.ethical_management .divTable.type2 .divTableCell:first-child > span {
    box-sizing: border-box;
    font-size: 22px;
    line-height: 28px;
    color: #d78033;
    font-weight: 300;
    display: inline-block;
    position: relative;
}

section.ethical_management .divTable.type3 .divTableCell:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

section.ethical_management .divTable.type3 .divTableCell:first-child,
section.ethical_management .divTable.type3 .divTableCell:last-child {
    box-sizing: border-box;
    font-size: 22px;
    line-height: 28px;
    color: #d78033;
    font-weight: 300;
    letter-spacing: -0.05em;
    padding: 50px 60px 50px 140px;
    position: relative;
}

section.ethical_management .divTable.type3 .divTableCell:first-child > span,
section.ethical_management .divTable.type3 .divTableCell:last-child > span {
    color: #222;
    font-size: 22px;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -40px;
    font-weight: 700;
}

section.ethical_management .divTable.type3 .divTableCell:first-child > span::before,
section.ethical_management .divTable.type3 .divTableCell:last-child > span::before {
    content: "";
    display: block;
    color: #222;
    font-size: 18px;
    width: 99px;
    height: 99px;
    border: 1px dashed #d78033;
    border-radius: 50%;
    opacity: 0.5;
    text-align: center;
    position: absolute;
    left: -11px;
    top: -11px;
    font-weight: 700;
}

section.ethical_management .divTable.type3 .divTableCell::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url('../images/sub/ethical_management_check.png') center center no-repeat rgba(0, 0, 0, 0.2);
}

section.ethical_management .divTable.type2 .divTableCell:first-child > span > i {
    font-style: normal;
    display: block;
    font-size: 16px;
}

section.ethical_management .divTable.type2 .divTableCell:first-child > span::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #d78033;
    border-radius: 50%;
    margin-left: -12px;
    top: 0px;
}

section.ethical_management .divTableCell,
section.ethical_management .divTableHead {
    word-break: keep-all;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 24px;
    letter-spacing: -0.03em;
    font-weight: 300;
    display: table-cell;
    padding: 40px 10px;
    font-size: 16px;
}

section.ethical_management .divTableCell.border_bottom0 {
    padding: 40px 0px 30px 40px;
    border-bottom: 0px;
}

section.ethical_management .divTableCell ul li {
    /* line-height: 24px; */
    padding: 3px 0px;
    padding-left: 13px;
    position: relative;
}

section.ethical_management .divTableCell ul li::after {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 10px;
    left: 0px;
    border: 2px solid rgba(0, 0, 0, 0.65);
    border-radius: 50%;
}

section.ethical_management .divTableCell ul li ul {
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
    margin-top: 5px;
}

section.ethical_management .divTableCell ul li ul li {
    line-height: 20px;
    padding: 3px 0px;
    padding-left: 15px;
    font-size: 14px;
    margin-left: 3px;
    position: relative;
}

section.ethical_management .divTableCell ul li ul li.des {
    font-weight: 500;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
}

section.ethical_management .divTableCell ul li ul li::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    top: 12px;
    left: 1px;
    border-radius: 0px;
    border: 0px;
    background: rgba(0, 0, 0, 0.4);
}

section.ethical_management .divTableCell ul li ul li.des:after {
    display: none;
}

section.ethical_management .divTableCell > p {}

section.ethical_management .divTableCell label.ul_label {
    display: block;
    padding-top: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: -0.05em;
    font-size: 17px;
    color: #000;
}

section.ethical_management .divTableCell .box_notice {
    background: #f6f6f6;
    max-height: 250px;
    padding: 20px 10px 20px 30px;
    color: rgba(0, 0, 0, 0.7);
}

section.ethical_management .divTableCell .box_notice .scroller {
    position: relative;
    padding-right: 20px;
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

section.ethical_management .divTableCell .box_notice p {
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 15px;
    color: rgba(0, 0, 0, 1);
}

section.ethical_management .divTableCell .agree {
    padding-top: 15px;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
    text-align: right;
}

section.ethical_management .divTableCell .type {
    padding-top: 5px;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
    text-align: left;
}

section.ethical_management .divTableCell .agree > input,
section.ethical_management .divTableCell .type > input {
    position: relative;
    display: inline-block;
}

section.ethical_management .divTableCell .agree > input:checked,
section.ethical_management .divTableCell .type > input:checked {
    color: #e87e04;
    border-color: #e87e04;
}

section.ethical_management .divTableCell .agree > label,
section.ethical_management .divTableCell .type > label {
    position: relative;
    display: inline-block;
    top: -2px;
}

section.ethical_management .divTableCell .agree .divider,
section.ethical_management .divTableCell .type .divider {
    position: relative;
    display: inline-block;
    width: 20px;
}

section.ethical_management .divTableHeading {
    display: table-header-group;
    font-weight: bold;
}

section.ethical_management .divTableFoot {
    display: table-footer-group;
    font-weight: bold;
}

section.ethical_management .divTableBody {
    display: table-row-group;
}

section.ethical_management .divTableRow.faq ul {
    border-top: 1px solid rgba(0, 0, 0, 0.35);
}

section.ethical_management .divTableRow.faq ul li {
    /* min-height: 70px; */
    padding-left: 0px;
}

section.ethical_management .divTableRow.faq .divTableCell ul li::after {
    display: none;
}

section.ethical_management .divTableRow.faq ul li .q,
section.ethical_management .divTableRow.faq ul li .a > span {
    padding: 20px 65px;
    word-break: keep-all;
    line-height: 24px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all .3s ease;
}

section.ethical_management .divTableRow.faq ul li.active .q {
    border-bottom: 1px solid #e87e04;
    color: #e87e04;
}

section.ethical_management .divTableRow.faq ul li .a {
    overflow: hidden;
    height: 0px;
    transform: scaleY(0);
    transition: all .3s ease;
}

section.ethical_management .divTableRow.faq ul li .a > span {
    display: block;
    padding-left: 90px;
    background: #f6f6f6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

section.ethical_management .divTableRow.faq ul li .a > span > b {
    font-weight: 500;
}

section.ethical_management .divTableRow.faq ul li .a > span > span {
    display: block;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

section.ethical_management .divTableRow.faq ul li.active .a {
    height: auto;
    transition: all .3s ease;
    transform: scaleY(1);
}

section.ethical_management .divTableRow.faq ul li .q::after {
    content: "Q";
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    height: 45px;
    background: #e87e04;
    color: #fff;
}

section.ethical_management .divTableRow.faq ul li .q i.btn {
    cursor: pointer;
    font-style: normal;
    display: block;
    position: absolute;
    right: 0px;
    top: 7px;
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

section.ethical_management .divTableRow.faq ul li .q i.btn::before,
section.ethical_management .divTableRow.faq ul li .q i.btn::after {
    content: "+";
    display: block;
    opacity: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    height: 45px;
    transition: opacity .3s ease, color .3s ease;
}

section.ethical_management .divTableRow.faq ul li .q i.btn:hover::after {
    color: #e87e04;
}

section.ethical_management .divTableRow.faq ul li .q i.btn::before {
    content: "-";
    line-height: 43px;
    transform: scaleX(1.5);
    opacity: 0;
    color: #e87e04;
}

section.ethical_management .divTableRow.faq ul li.active .q i.btn::after {
    opacity: 0;
}

section.ethical_management .divTableRow.faq ul li.active .q i.btn::before {
    opacity: 1;
}

section.ethical_management .divTableRow.faq ul li .a > span::after {
    content: "A";
    display: block;
    position: absolute;
    left: 41px;
    top: 12px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #c8c8c8;
    color: #fff;
}

section.ethical_management .divTableRow.faq ul li .a > span::before {
    content: "";
    display: block;
    position: absolute;
    left: 23px;
    top: 0px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    width: 15px;
    height: 30px;
    border-left: 1px dashed rgba(0, 0, 0, 0.2);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.formTable {
    display: table;
    width: 100%;
}

.formTableRow {
    display: table-row;
}

.formTableRow:first-child .formTableCell {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.formTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.formTableCell,
.formTableHead {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: table-cell;
    padding: 3px 10px;
    padding: 12px 0px;
}

.formTableRow.final .formTableCell {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.formTableCell:first-child {
    width: 20%;
    vertical-align: middle;
}

.formTableCell > span {
    color: #e87e04;
    font-size: 20px;
    display: inline-block;
    padding-left: 3px;
}

.formTableCell input[type="text"] {
    font-family: "NotoSansKR";
    width: 40%;
    font-size: 14px;
    box-sizing: border-box;
    background: #f6f6f6;
    line-height: 22px;
    padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.formTableCell textarea {
    resize: none;
    font-family: "NotoSansKR";
    width: 97%;
    font-size: 14px;
    box-sizing: border-box;
    background: #f6f6f6;
    line-height: 22px;
    padding: 8px 10px;
    min-height: 300px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.formTableCell input.f70 {
    width: 70%;
}

.formTableCell input.full {
    width: 97%;
}

.formTableCell input::placeholder {
    font-family: "NotoSansKR";
    color: rgba(0, 0, 0, 0.4)
}

.formTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.formTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.formTableBody {
    display: table-row-group;
}

.formTable_btn {
    width: 100%;
    text-align: right;
    display: table;
    padding-right: 2%;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.formTable_btn input.button {
    cursor: pointer;
    text-align: right;
    font-family: "NotoSansKR";
    background: #e87e04;
    color: #fff;
    border: 0px;
    padding: 0px 60px;
    display: inline-block;
    height: 45px;
    transition: background .3s ease;
}

.formTable_btn input.button:hover {
    background: #222;
}

section .tab_wrapper {
    font-size: 0px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3;
}

section.ethical_management .tab_wrapper .tabs.type1 {
    width: 100%;
    padding-top: 40px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

section.ethical_management .tab_wrapper .tabs.type1 ul {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

section.ethical_management .tab_wrapper .tabs.type1 ul li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 12px 20px 10px 23px;
    margin: 0px 10px;
    border: 1px dashed transparent;
}

section.ethical_management .tab_wrapper .tabs.type1 ul li.active {
    background: #fbf2ea;
    border: 1px dashed #e6ad6a;
    transition: all .3s ease;
    box-shadow: none;
}

section.ethical_management .tab_wrapper .tabs.type1 ul li a {
    color: #333;
    line-height: 20px;
    font-size: 16px;
    transition: color .3s ease;
}

section.ethical_management .tab_wrapper .tabs.type1 ul li.active a {
    color: #d78033;
}

section.ethical_management .tab_wrapper .tabs.type1 ul li::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    right: -15px;
    top: 50%;
    margin-top: -3px;
}

section.ethical_management .tab_wrapper .tabs.type1 ul li:last-child::after {
    display: none;
}

section.ethical_management .common_table {
    margin-top: 40px;
    width: 100%;
    max-width: 1280px;
    min-height: 50px;
    box-sizing: border-box;
    background: url('../images/sub/ethical_management_img1.png') center center no-repeat;
    background-size: cover;
    font-size: 0px;
    padding: 40px 50px;
    text-align: center;
}

section.ethical_management .common_table ul li {
    display: inline-block;
    background: #fff;
    font-size: 17px;
    line-height: 60px;
    width: 32.5%;
}

section.ethical_management .common_table ul li:nth-of-type(2) {
    margin: 0px 1%;
}

section.ethical_management .common_table ul li a {
    display: block;
    color: #222;
    letter-spacing: -0.04em;
    position: relative;
}

section.ethical_management .common_table ul li a::after {
    display: block;
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.5;
    width: 40px;
    height: 40px;
    background: url('../images/sub/ethical_management_btn.png') center center no-repeat;
}

section.ethical_management .common_table ul li a::before {
    display: block;
    content: '';
    position: absolute;
    left: 10px;
    top: 3px;
    width: 54px;
    height: 54px;
    background: url('../images/sub/ethical_management_ico.png') 0px 0px no-repeat;
}

section.ethical_management .common_table ul li:nth-of-type(2) a::before {
    background-position: -54px 0px;
}

section.ethical_management .common_table ul li:nth-of-type(3) a::before {
    background-position: -108px 0px;
}

section.ethical_management .iframe_map {
    position: relative;
    width: 1920px;
    height: 375px;
    left: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}

section.ethical_management .iframe_map iframe {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -960px;
    display: block;
    width: 1920px;
    height: 375px;
}

section.ethical_management.type2 .divTableCell ul li ul li > span {
    color: #d78033;
}

section.ethical_management .global_img {
    margin-top: 40px;
    margin-bottom: 70px;
    width: 100%;
    height: 620px;
    background: url('../images/sub/ethical_management_global_img1.png') center center no-repeat;
    background-size: cover;
}

section.ethical_management.type2 .divTableCell label.ul_label {
    display: inline-block;
    padding: 5px 15px 3px 15px;
    border: 2px solid #d78033;
    margin-bottom: 15px;
    line-height: 22px;
    font-weight: 500;
    font-size: 17px;
    color: #d78033;
}

section.ethical_management.type2 .divTableCell label.ul_label.type2 {
    margin-top: 40px;
}

/*
section.subsidiary {
    box-sizing: border-box;
    font-size: 22px;
    line-height: 28px;
    color: #d78033;
    font-weight: 300;
    display: inline-block;
    position: relative;
}
*/
/* /company/subsidiary/ */
section.subsidiary {
    max-width: 1920px;
    text-align: center;
}

section.subsidiary .tab_index {
    max-width: 1280px;
    width: 100%;
    text-align: left;
    display: inline-block;
}

section.subsidiary .divTableCell:first-child > span {
    position: relative;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 28px;
    color: #d78033;
    font-weight: 300;
}

section.subsidiary .divTableCell:first-child > span:after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #d78033;
    border-radius: 50%;
    margin-left: -12px;
    top: 0px;
}

section.subsidiary .divTable.type2.add_type3 .divTableCell {
    padding: 30px 10px;
    padding-left: 50px;
}

section.subsidiary .divTableCell ul li::after {
    background: #bebebe;
    border-color: #bebebe;
}

section.subsidiary .divTable .divTableCell ul li:after {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 10px;
    left: 0px;
    border: 2px solid rgba(0, 0, 0, 0.65);
    border-radius: 50%;
    background: #bebebe;
    border-color: #bebebe;
}

section.subsidiary .article_wrap {
    padding-bottom: 800px;
}

section.subsidiary .center_box {
    max-width: 1174px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

section.subsidiary .title_line {
    max-width: 1174px;
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    text-align: left;
    font-style: normal;
    font-weight: 600;
}

section.subsidiary .btn {
    background: #f8b50c;
    box-shadow: 0px 14px 20px rgba(248, 181, 12, 0.4);
    font-size: 0px;
    line-height: 0px;
    border-right: 0px;
    position: relative;
    display: inline-block;
    line-height: 52px;
    box-sizing: border-box;
    min-width: 140px;
    padding: 0px 5.6%;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
}

section.subsidiary ul.nano {
    margin-top: 105px;
    font-size: 0;
    text-align: center;
}

section.subsidiary ul.nano li {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
}

section.subsidiary ul.nano li .img_box {
    width: 100%;
}

section.subsidiary ul.nano li .img_box img {
    width: 100%;
}

section.subsidiary ul.nano li:nth-child(1) .img_box img {
    max-width: 220px;
}

section.subsidiary ul.nano li:nth-child(2) .img_box img {
    max-width: 258px;
}

section.subsidiary ul.nano li:nth-child(3) .img_box img {
    max-width: 298px;
}

section.subsidiary ul.nano li span {
    font-size: 18px;
    line-height: 24px;
    color: #161616;
    margin-top: 19px;
    display: inline-block;
    vertical-align: top;
}

section.subsidiary ul.nano li:nth-child(2) span {
    margin-top: 27px;
}

section.subsidiary ul.nano li span i {
    font-size: 16px;
    font-style: normal;
}

section.subsidiary .btn2 {
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
    display: inline-block;
    line-height: 52px;
    box-sizing: border-box;
    min-width: 140px;
    padding: 0px 3.7%;
    color: #151515;
    font-size: 16px;
    margin-top: 40px;
}

section.subsidiary .desc {
    margin-top: 30px;
    margin-bottom: 50px;
}

section.subsidiary .desc li {
    position: relative;
    word-break: keep-all;
    line-height: 24px;
    letter-spacing: -0.03em;
    font-weight: 300;
    font-size: 16px;
    padding-left: 22px;
    margin-top: 16px;
}

section.subsidiary .desc li:first-child {
    margin-top: 0;
}

section.subsidiary .desc li::after {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 8px;
    left: 8px;
    border: 2px solid rgba(0, 0, 0, 0.65);
    border-radius: 50%;
    background: #bebebe;
    border-color: #bebebe;
}

section.subsidiary .application_wrap {
    max-width: 1174px;
    width: 100%;
    margin: 0 auto;
}

section.subsidiary .application_wrap h5.title_line {
    padding-right: 20%;
    word-break: keep-all;
    padding-top: 80px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.05em;
    font-weight: 600;
}

section.subsidiary .application_wrap .div_table_wrap {
    display: table;
    table-layout: fixed;
}

section.subsidiary .application_wrap .divTableRow:first-child {
    background: #5e5b5a !important;
}

section.subsidiary .application_wrap .divTableCell {
    padding: 18px 28px;
}

section.subsidiary .application_wrap .divTableRow:first-child .divTableCell {
    color: #fff;
    font-weight: 600;
}

section.subsidiary .application_wrap .divTableRow:first-child .divTableCell:first-child {
    letter-spacing: 0.75em;
}

section.subsidiary .application_wrap .divTableRow:nth-child(2n) {
    background: #f0f0f0;
}

section.subsidiary .application_wrap .divTableRow:nth-child(2n+1) {
    background: #f9f9f9;
}

section.subsidiary .divTable .divTableCell:first-child {
    padding-left: 50px;
    width: 26%;
}

section.subsidiary .application_wrap .divTableCell:first-child {
    font-weight: 500;
}

section.subsidiary .divTableCell:first-child {
    width: 20%;
    box-sizing: border-box;
    font-size: 16px;
    color: #161616;
    line-height: 28px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

section.subsidiary .divTable .divTableCell {
    font-size: 16px;
    color: #131313;
    font-weight: 500;
}

section.subsidiary .application_wrap .divTableCell:nth-child(4) {
    font-weight: 400;
}

section.subsidiary .application_wrap .divTableCell:nth-child(1) {
    width: 17%;
}

section.subsidiary .application_wrap .divTableCell:nth-child(2) {
    width: 14%;
}

section.subsidiary .application_wrap .divTableCell:nth-child(3) {
    width: 15.5%;
}

section.subsidiary .application_wrap .divTableCell:nth-child(4) {
    width: 50%;
}

section.subsidiary .application_wrap .divTableCell:nth-child(4) li::after {
    display: block;
}

section.subsidiary .application_wrap .divTableCell:nth-child(4) ul.img_ul li::after {
    display: none;
}

section.subsidiary .application_wrap .divTableCell:nth-child(4) ul.img_ul li:first-child {
    padding-left: 0;
}

section.subsidiary .application_wrap .divTableCell ul {
    text-align: left;
}

section.subsidiary .divTableCell ul.text_ul02 {}

section.subsidiary .divTableCell ul.img_ul {
    text-align: left;
    margin-top: 20px;
}

section.subsidiary .divTableCell ul.img_ul li {
    display: inline-block;
}

section.subsidiary .divTableCell ul.text_ul01 li.text_ul01_text01 {
    font-size: 16px;
}

section.subsidiary .divTableCell ul.text_ul01 li {
    font-size: 14px;
}

section.subsidiary .divTableCell .text_ul03 {
    margin-top: 30px;
}

section.subsidiary .divTableCell ul li:after {
    display: none;
}

section.subsidiary .application_exam {
    max-width: 1174px;
    width: 100%;
    margin: 0 auto;
}

section.subsidiary .application_exam_bg {
    background-image: url('../images/sub/subsidiary_bg01.jpg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    position: relative;
    padding: 44px 65px;
}

section.subsidiary h5.title_line {
    padding-right: 20%;
    word-break: keep-all;
    padding-top: 80px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.05em;
    font-weight: 600;
}

section.subsidiary .application_exam_bg .text_wrap {
    position: relative;
    padding-top: 72px;
    padding-left: 30px;
    padding-bottom: 31px;
    background: #fff;
    text-align: left;
    max-width: 685px;
    box-sizing: border-box;
}

section.subsidiary .application_exam_bg .text_wrap > p {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    left: -11px;
    top: -13px;
    padding: 14px 22px 13px 22px;
    background: #000;
}

section.subsidiary .application_exam_bg .text_wrap .left_text {
    display: inline-block;
    vertical-align: top;
}

section.subsidiary .application_exam_bg .text_wrap .left_text p {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #191919;
}

section.subsidiary .application_exam_bg .text_wrap .left_text p:first-child {
    margin-top: 0;
}

section.subsidiary .application_exam_bg .text_wrap .right_text {
    display: inline-block;
    vertical-align: top;
    margin-left: 37px;
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #191919;
}

section.subsidiary .application_exam_bg .text_wrap .right_text span {
    display: block;
    margin-top: 7px;
}

section.subsidiary .application_exam_bg .text_wrap .right_text span:first-child {
    margin-top: 10px;
}

section.subsidiary .application_exam_bg .img_box {
    position: absolute;
    right: 37px;
    top: -70px;
}

section.subsidiary .application_exam_bg2 {
    max-width: 1174px;
    width: 100%;
    background: #f5f5f5;
    text-align: left;
    padding-bottom: 58px;
}

section.subsidiary .application_exam_bg2 h5 {
    text-align: center;
    font-weight: 400;
    background: #f8b50c;
    box-shadow: 0px 14px 20px rgba(248, 181, 12, 0.4);
    font-size: 0px;
    line-height: 0px;
    border-right: 0px;
    position: relative;
    display: inline-block;
    line-height: 52px;
    box-sizing: border-box;
    min-width: 140px;
    padding: 0px 5.6%;
    color: #fff;
    font-size: 16px;
    margin-top: 60px;
    margin-left: 40px;
    letter-spacing: 0.1em;
}

section.subsidiary .application_exam_bg2 .master {
    margin-left: 110px;
    display: block;
    vertical-align: top;
    width: 100%;
    position: relative;
}

section.subsidiary .application_exam_bg2 .master .gv {
    display: inline-block;
    vertical-align: top;
    margin-top: 95px;
}

section.subsidiary .application_exam_bg2 .master .gv p {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #161616;
    letter-spacing: -0.05em;
}

section.subsidiary .application_exam_bg2 .master .fiber {
    position: absolute;
    top: 38px;
    left: 330px;
    margin-top: 95px;
}

section.subsidiary .application_exam_bg2 .master .fiber:after {
    content: "";
    display: block;
    position: absolute;
    width: 232px;
    height: 100px;
    left: -65px;
    top: -25px;
    background-image: url(../images/sub/subsidiary_arr01.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

section.subsidiary .application_exam_bg2 .master .ejaculation {
    position: absolute;
    top: 213px;
    left: 330px;
    margin-top: 95px;
}

section.subsidiary .application_exam_bg2 .master .ejaculation:after {
    content: "";
    display: block;
    position: absolute;
    width: 233px;
    height: 101px;
    left: -65px;
    top: -60px;
    background-image: url('../images/sub/subsidiary_arr02.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

section.subsidiary .application_exam_bg2 .master ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 307px;
    max-width: 367px;
    width: 100%;
    margin-top: 35px;
}

section.subsidiary .application_exam_bg2 .master ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 174px;
    width: calc(50% - 12px);
    color: #191919;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -0.06em;
    text-align: center;
    word-break: keep-all;
}

section.subsidiary .application_exam_bg2 .master ul li:nth-child(2n) {
    margin-left: 18px;
}

section.subsidiary .application_exam_bg2 .master ul li:nth-child(1n+3) {
    margin-top: 28px;
}

section.business {
    max-width: 1280px;
    box-sizing: border-box;
    padding: 0px 40px;
    overflow: visible;
}

section.business .imgs {
    margin: 0 auto;
    text-align: center;
}

section.business .imgs img {
    width: 100%;
    max-width: 900px;
}

section.business .wrapper {
    padding: 0px;
    width: 100%;
}

section.business p.des {
    word-break: keep-all;
    letter-spacing: -0.03em;
    position: relative;
    font-weight: 300;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    padding-bottom: 80px;
}

section.business p.des2 {
    word-break: keep-all;
    letter-spacing: -0.03em;
    position: relative;
    font-weight: 300;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 32px;
    font-size: 16px;
    padding: 40px 50px;
    background: rgba(0, 0, 0, .03);
    border: 3px solid rgba(0, 0, 0, .07);
    text-align: left;
}

section.business p.des2 > span {
    font-weight: 400;
}

section .wrapper.full_width {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    background: #f5f5f5;
    padding: 100px 50px;
    padding-bottom: 50px;
    text-align: center;
}

section.business .wrapper.full_width ul {
    width: 100%;
    max-width: 1240px;
    font-size: 0px;
    margin: 0 auto;
    vertical-align: top;
}

section.business .wrapper.full_width ul li {
    font-size: 0px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    width: 33.3%;
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

section.business .wrapper.full_width ul li i {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

section.business .wrapper.full_width ul li i::before {
    content: "";
    display: block;
    position: absolute;
    width: 220px;
    height: 220px;
    left: -11px;
    top: -11px;
    border-radius: 50%;
    border: 1px dashed #d78033;
    opacity: 0.5;
}

section.business .wrapper.full_width ul li i::after {
    content: "";
    display: block;
    position: absolute;
    width: 145px;
    height: 145px;
    left: 27px;
    top: 27px;
    background-image: url('../images/sub/business_led_img2.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

section.business .wrapper.full_width.type2 ul li i::after {
    background-image: url('../images/sub/business_led_img4.png');
}

section.business .wrapper.full_width ul li:nth-of-type(2) i::after {
    background-position: 0px 0px;
}

section.business .wrapper.full_width ul li:nth-of-type(2) i::after {
    background-position: -145px 0px;
}

section.business .wrapper.full_width ul li:nth-of-type(3) i::after {
    background-position: -290px 0px;
}

section.business .wrapper.full_width ul li:nth-of-type(4) i::after {
    background-position: 0px -145px;
}

section.business .wrapper.full_width ul li:nth-of-type(5) i::after {
    background-position: -145px -145px;
}

section.business .wrapper.full_width ul li:nth-of-type(6) i::after {
    background-position: -290px -145px;
}

section.business .wrapper.full_width ul li h6 {
    word-break: keep-all;
    font-size: 22px;
    padding-top: 35px;
    font-weight: 500;
    color: #d78033;
    letter-spacing: -0.05em;
    line-height: 34px;
}

section.business .wrapper.full_width ul li .memo {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    word-break: keep-all;
    display: inline-block;
    width: 70%;
    letter-spacing: -0.03em;
    font-weight: 300;
}

section.business .wrapper.full_width.type2 ul li {
    padding-bottom: 20px;
    vertical-align: top;
    width: 50%;
}

section.business .wrapper.full_width.type2 ul li i {
    vertical-align: top;
}

section.business .wrapper.full_width.type2 ul li .memo {
    text-align: left;
    width: 100%;
}

section.business .wrapper.full_width.type2 ul li .memo span {
    font-weight: 500;
    display: block;
    padding-bottom: 5px;
}

section.business .wrapper.full_width.type2 ul li .memo ul {
    padding-bottom: 20px;
}

section.business .wrapper.full_width.type2 ul li .memo ul li {
    font-size: 15px;
    width: 100%;
    text-align: left;
    position: relative;
    padding-bottom: 0px;
    padding-left: 12px;
    display: block;
}

section.business .wrapper.full_width.type2 ul li h6 {
    width: 100%;
    display: inline-block;
    text-align: left;
}

section.business .wrapper.full_width.type2 ul li > span {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    display: inline-block;
}

section.business .wrapper.full_width.type2 ul li > span h6 {
    padding-top: 0px;
}

section.business .wrapper.full_width.type2 ul li .memo ul li::after {
    content: "-";
    left: 0px;
    top: -1px;
    display: block;
    position: absolute;
}

section.business .apply {
    font-size: 0px;
    max-width: 1340px;
    margin: 0 auto;
    vertical-align: top;
}

section.business .apply .item {
    width: 33.33%;
    position: relative;
    vertical-align: top;
    display: inline-block;
}

section.business .apply .item .slick {
    width: 370px;
    margin: 0 auto;
    position: relative;
}

section.business .apply .item .slick ul.slick-dots {
    position: absolute;
    height: 80px;
    z-index: 5;
    left: 0px;
    box-sizing: border-box;
    padding-top: 55px;
    width: 100%;
    max-width: 100%;
    bottom: 0px;
    background: url('../images/sub/business_cnc_bg.png') center bottom repeat-x;
}

section.business .apply .item .slick ul.slick-dots li {
    display: inline-block;
    width: 13px;
    height: 7px;
    padding: 0px;
    margin: 0 auto;
}

section.business .apply .item .slick ul.slick-dots li button {
    background-color: #fff;
}

section.business .apply .item .slick ul.slick-dots li.slick-active button {
    background-color: #f6bb42;
}

section.business .wrapper.full_width .apply .item .slick ul.slick-dots li button {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 7px;
    height: 7px;
    font-size: 0px;
    padding: 0px;
    border-radius: 50%;
    border: 0px;
}

section.business .apply .item .imgs {
    background: rgba(255, 255, 255, 1);
}

section.business .apply .item .tag {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 20px;
    background: #f6bb42;
    text-align: left;
    z-index: 10;
}

section.business .apply .item .tag > span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 26px;
    color: #222;
}

section.business .apply .item .tag > p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 21px;
    color: #fff;
}

section.business .apply .item i.number {
    padding: 0px 15%;
    padding-top: 35px;
    font-size: 21px;
    display: block;
    text-align: left;
    font-style: normal;
    font-weight: 700;
}

section.business .apply .item p.des {
    max-width: auto;
    padding: 0px 15%;
    padding-top: 15px;
    font-size: 18px;
    line-height: 28px;
    display: block;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.03em;
    font-weight: 300;
}

section.business .apply .item p.des2 {
    margin: 0px 15%;
    margin-top: 20px;
    padding: 0px;
    border: 0px;
    background: transparent;
}

section.business .apply .item p.des2 span {
    background: #222;
    font-size: 14px;
    line-height: 26px;
    display: block;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.03em;
    font-weight: 200;
    padding: 12px 15px;
    color: #fff;
}

h3.title2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.05em;
    text-align: center;
    padding-top: 100px;
}

section.business .wrapper.full_width.type3 {
    padding-top: 50px;
}

section.business .wrapper.full_width.type3 .bg.white {
    width: 100%;
    background: #fff;
    height: 30%;
    position: absolute;
    left: 0px;
    top: 0px;
}

section.product_common_list {
    position: relative;
    vertical-align: top;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 0px;
}

section.product_common_list .category {
    vertical-align: top;
    width: 23%;
    font-size: 0px;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 1%;
}

section.product_common_list .product_items {
    padding-left: 1%;
    vertical-align: top;
    width: 77%;
    display: inline-block;
    box-sizing: border-box;
}

section.product_common_list .category .wrap {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin-right: 1%;
    position: relative;
}

section.product_common_list .category .wrap ul li {
    vertical-align: top;
    position: relative;
}

section.product_common_list .category .wrap ul li input[type="checkbox"] {
    width: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    height: 20px;
    position: absolute;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]::after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    content: "";
    display: block;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:checked::after {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 4px;
    top: 4px;
    border: 0px;
    background: #d78033;
    content: "";
    display: block;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:checked::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #d78033;
    content: "";
    display: block;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:checked + label {
    color: #d78033;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:disabled::after {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 4px;
    top: 4px;
    border: 0px;
    background: rgba(127, 127, 127, .7);
    content: "";
    display: block;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:disabled::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid rgba(127, 127, 127, .9);
    content: "";
    display: block;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:disabled + label {
    color: rgba(127, 127, 127, .9);
    cursor: no-drop;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:disabled {
    cursor: no-drop;
}

section.product_common_list .category .wrap ul li label {
    font-size: 15px;
    padding-top: 2px;
    display: inline-block;
    line-height: 19px;
    vertical-align: top;
    padding-left: 40px;
}

section.product_common_list .category .wrap > ul {
    padding: 30px 15px;
}

section.product_common_list .category .wrap .filter_reset_btn {
    position: absolute;
    right: 0px;
    top: 26px;
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
    outline: 0 none;
    border: 0 none;
    font-size: 14px;
    font-family: "Montserrat", "NotoSansKR";
    z-index: 1;
    font-weight: 400;
}

section.product_common_list .category .wrap ul li ul {
    padding-left: 31px;
    margin-left: 12px;
    margin-top: 17px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

section.product_common_list .category .wrap ul li,
section.product_common_list .category .wrap ul li ul li {
    padding-bottom: 17px;
}

section.product_common_list .category .wrap ul li:last-child,
section.product_common_list .category .wrap ul li ul li:last-child {
    padding-bottom: 0px;
}

section.product_common_list .product_items ul {
    font-size: 0px;
}

section.product_common_list .product_items ul li {
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    width: 300px;
    margin: 0px;
    margin-bottom: 2%;
    box-sizing: border-box;
    min-height: 300px;
    background: #f5f5f5;
    transition: background .3s ease;
}

section.product_common_list .product_items ul li:hover {
    background: #eeb04d;
}

section.product_common_list .product_items ul li .product_img {
    padding: 40px 25px;
    box-sizing: border-box;
    width: 100%;
    min-height: 400px;
    height: 70%;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

section.product_common_list .product_items ul li .product_img::after {
    width: calc(100% - 50px);
    content: "";
    left: 25px;
    position: absolute;
    bottom: -20px;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}

section.product_common_list .product_items ul li .tag {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    padding: 0px 40px;
    line-height: 28px;
    font-size: 13px;
    font-weight: 300;
    transition: background .3s ease;
}

section.product_common_list .product_items ul li .brand {
    padding-top: 30px;
}

section.product_common_list .product_items ul li .brand img {
    max-width: 100%;
}

section.product_common_list .product_items ul li .spec {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 25px;
    padding-bottom: 30px;
}

section.product_common_list .product_items ul li .spec ul li {
    width: 100%;
    height: auto;
    min-height: auto;
    background: transparent;
    line-height: 18px;
    position: relative;
}

section.product_common_list .product_items ul li .spec ul li span {
    font-size: 14px;
    color: #222;
}

section.product_common_list .product_items ul li .spec ul li span:first-child {
    font-weight: 500;
    position: absolute;
    display: inline-block;
}

section.product_common_list .product_items ul li .spec ul li span:last-child {
    padding-left: 35%;
    display: inline-block;
    font-weight: 300;
    word-break: break-word;
}

section.product_common_list .product_items ul li .spec button {
    cursor: pointer;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    display: block;
    border: 0px;
    width: 100%;
    line-height: 40px;
    font-size: 15px;
    font-family: "NotoSansKR";
    font-weight: 300;
    transition: background .3s ease;
}

section.product_common_list .product_items ul li:hover .tag,
section.product_common_list .product_items ul li:hover .spec button {
    background: rgba(0, 0, 0, 0.7);
}

section.product_common_detail {
    max-width: 1280px;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

section.product_common_detail .brand img {}

section.product_common_detail h3 {
    padding-top: 30px;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #d78033;
    word-break: keep-all;
}

section.product_common_detail p {
    width: 100%;
    word-break: keep-all;
    padding-top: 30px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.05em;
    font-weight: 300;
}

section.product_common_detail .slick.big {
    text-align: center;
}

section.product_common_detail .slick.big img {
    text-align: center;
    display: inline-block;
    max-width: 700px;
    width: 70%;
}

section.product_common_detail .slick.big button {
    border-radius: 0px;
    position: absolute;
    border: 0px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: #222;
    top: 50%;
    margin-top: -35px;
    z-index: 2;
    font-size: 0px;
    background: url('../images/sub/product_img_btn.png') 0px 0px no-repeat;
}

section.product_common_detail .slick.big button.slick-next {
    right: 0px;
    background-position: -70px 0px;
}

section.product_common_detail .slick.big button.slick-prev {
    background-position: 0px 0px;
    left: 0px;
}

section.product_common_detail .slick.big button.slick-next:hover {
    background-position: -70px -70px;
}

section.product_common_detail .slick.big button.slick-prev:hover {
    background-position: 0px -70px;
}

section.product_common_detail .slick.small button {
    border-radius: 0px;
    position: absolute;
    border: 0px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background: #222;
    bottom: -57px;
    z-index: 2;
    font-size: 0px;
    background: url('../images/sub/bg_reference_arrow.png') 0px 0px no-repeat;
    background-size: 200%;
}

section.product_common_detail .slick.small button.slick-next {
    left: 50%;
    margin-left: 5px;
    background-position: -39px 0px;
}

section.product_common_detail .slick.small button.slick-prev {
    right: 50%;
    margin-right: 5px;
    background-position: 0px 0px;
}

section.product_common_detail .case {
    background: #f5f5f5;
    position: relative;
    width: 1920px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
}

section.product_common_detail .case .wrap {
    width: 100%;
    max-width: 1280px;
    padding-top: 120px;
    padding-bottom: 80px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

section.product_common_detail .slick.small img {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    display: inline-block;
}

section.product_common_detail .title4 {
    margin-left: 0%;
    padding: 0px 0px;
    font-size: 32px;
    letter-spacing: -0.05em;
    font-weight: 700;
    z-index: 1;
    position: relative;
}

section.product_common_detail .title4 > span {
    font-size: 26px;
    color: #eeb04d;
    font-weight: 500;
    padding-left: 10px;
}

section.product_common_detail .title4.type1 {
    margin-top: 120px;
    margin-bottom: -120px;
    padding-bottom: 25px;
}

section.product_common_detail .title4.type2 {
    padding-bottom: 20px;
    margin-top: 50px;
}

section.product_common_detail .title4.mt100 {
    margin-top: 100px;
}

section.product_common_detail .slick.small div.item {
    width: 33.33%;
}

section.product_common_detail .slick.small div.item p {
    padding: 0px;
    padding-top: 20px;
    width: 90%;
    font-size: 18px;
    line-height: 24px;
    margin-left: 5%;
}

section.product_common_detail .slick.small div.item p a {
    color: #000;
}

section.product_common_detail .slick.small ul.slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 5;
    box-sizing: border-box;
    bottom: -40px;
}

section.product_common_detail .slick.small ul.slick-dots li {
    display: inline-block;
    width: 13px;
    height: 7px;
    padding: 0px;
    margin: 0 auto;
}

section.product_common_detail .slick.small ul.slick-dots li button {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.25);
}

section.product_common_detail .slick.small ul.slick-dots li.slick-active button {
    background-color: #f6bb42;
}

section.product_common_detail .slick.small ul.slick-dots li button {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 7px;
    height: 7px;
    font-size: 0px;
    padding: 0px;
    border-radius: 50%;
    border: 0px;
}

section.product_common_detail .features {
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    max-width: 1280px;
    /* padding: 0px 40px; */
}

section.product_common_detail .features .title4 {
    margin-left: 0px;
    /* margin-left: 1.5%; */
}

section.product_common_detail .features .pic {
    text-align: center;
}

section.product_common_detail .features .pic img {
    max-width: 1000px;
    width: 100%;
}

section.product_common_detail .features {
    font-size: 0px;
}

section.product_common_detail .features .title4 + .tech_spec {
    margin-top: 50px;
}

section.product_common_detail .features ul {}

section.product_common_detail .features ul li {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    padding: 0px 45px;
    padding-bottom: 45px;
    box-sizing: border-box;
}

section.product_common_detail .features ul li h4 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

section.product_common_detail .features ul li p {
    letter-spacing: -0.05em;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #888;
}

section.product_common_detail a.btn {
    padding: 18px 100px;
    line-height: 20px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #d78033;
}

section.product_common_detail a.btn.type2 {
    font-size: 16px;
    padding: 14px 30px;
    margin-left: 3px;
    cursor: pointer;
}

section.product_common_detail a.btn.black {
    background: #222;
}

section.product_common_detail .btn_align_wrapper.type2 {
    padding-top: 0px;
    z-index: 1;
    margin-top: -55px;
    position: relative;
}

section.product_common_detail .quick_link .slick-list.draggable {
    height: auto !important;
}

section.product_common_detail .quick_link {
    text-align: right;
    z-index: 5;
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
}

section.product_common_detail .quick_link h4 {
    font-size: 22px;
    letter-spacing: -0.03em;
    font-weight: 600;
    margin-bottom: 20px;
}

section.product_common_detail .quick_link .quick_list {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid rgba(0, 0, 0, 0.9);
    border-bottom: 2px solid rgba(0, 0, 0, 0.9);
}

section.product_common_detail .quick_link .quick_list .item {
    line-height: 24px;
}

section.product_common_detail .quick_link .quick_list .item a {
    color: #222;
    display: block;
    font-size: 15px;
    transition: color .3s ease;
}

section.product_common_detail .quick_link .quick_list .item a:hover {
    color: #eeb04d;
}

section.product_common_detail .quick_link .quick_list button {
    cursor: pointer;
    background: url('../images/sub/product_img_arrow.png') 0px 0px no-repeat;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    width: 30px;
    height: 30px;
    border: 0px;
    position: absolute;
    bottom: -35px;
    right: 0px;
    opacity: 0.25;
    transition: opacity .3s ease;
}

section.product_common_detail .quick_link .quick_list button:hover {
    opacity: 1;
}

section.product_common_detail .quick_link .quick_list button.slick-prev {
    background-position: -30px 0px;
}

section.product_common_detail .quick_link .quick_list button.slick-next {
    right: 30px;
}

section.recruit,
section.data_center {
    max-width: 1280px;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

section.recruit {
    overflow: visible;
}

section.recruit .wrapper.full_width {
    padding: 40px;
    padding-top: 70px;
}

section.recruit .wrapper.full_width ul {
    width: 100%;
    max-width: 1240px;
    font-size: 0px;
    margin: 0 auto;
    vertical-align: top;
}

section.recruit .wrapper.full_width ul li {
    font-size: 0px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    position: relative;
    padding-bottom: 0px;
}

section.recruit .wrapper.full_width ul li::after {
    width: 64px;
    height: 4px;
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    background: url('../images/sub/recruit_img2.png') 0px 0px no-repeat;
    background-size: cover;
    top: 100px;
}

section.recruit .wrapper.full_width ul li:last-child::after {
    display: none;
}

section.recruit .wrapper.full_width ul li i {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

section.recruit .wrapper.full_width ul li i::before {
    content: "";
    display: block;
    position: absolute;
    width: 220px;
    height: 220px;
    left: -11px;
    top: -11px;
    border-radius: 50%;
    border: 1px dashed #d78033;
    opacity: 0.5;
}

section.recruit .wrapper.full_width ul li i::after {
    content: "";
    display: block;
    position: absolute;
    width: 145px;
    height: 145px;
    left: 27px;
    top: 27px;
    background-image: url('../images/sub/recruit_img1.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

section.recruit .wrapper.full_width ul li:nth-of-type(2) i::after {
    background-position: 0px 0px;
}

section.recruit .wrapper.full_width ul li:nth-of-type(2) i::after {
    background-position: -145px 0px;
}

section.recruit .wrapper.full_width ul li:nth-of-type(3) i::after {
    background-position: -290px 0px;
}

section.recruit .wrapper.full_width ul li:nth-of-type(4) i::after {
    background-position: 0px -145px;
}

section.recruit .wrapper.full_width ul li:nth-of-type(5) i::after {
    background-position: -145px -145px;
}

section.recruit .wrapper.full_width ul li:nth-of-type(6) i::after {
    background-position: -290px -145px;
}

section.recruit .wrapper.full_width ul li h6 {
    word-break: keep-all;
    font-size: 22px;
    padding-top: 35px;
    font-weight: 500;
    color: #d78033;
    letter-spacing: -0.05em;
    line-height: 34px;
}

section.recruit .wrapper.full_width ul li .memo {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    word-break: keep-all;
    display: inline-block;
    width: 70%;
    letter-spacing: -0.03em;
    font-weight: 300;
}

section.recruit .half {
    display: inline-block;
    font-size: 0px;
    box-sizing: border-box;
    vertical-align: top;
}

section.recruit .half:first-child {
    padding-top: 100px;
    padding-left: 70px;
    width: 40%;
}

section.recruit .half:last-child {
    width: 60%;
    vertical-align: bottom;
}

section.recruit .half h5 {
    font-size: 17px;
    display: inline-block;
    line-height: 30px;
    padding: 0px 15px;
    border: 2px solid rgba(0, 0, 0, 0.75);
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500;
    letter-spacing: -0.05em;
}

section.recruit .wrapper2 {
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid #222;
    font-size: 0px;
}

section.recruit .half h2 {
    margin-top: 40px;
    font-size: 35px;
    display: block;
    word-break: keep-all;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

section.recruit .half a.btn {
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 50px;
    font-weight: 200;
    background: #222;
    color: #fff;
}

section.recruit .half img {
    width: 100%;
    vertical-align: bottom;
}

section.recruit .half span {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -0.05em;
}

section.recruit .half span a {
    color: #e87e04;
    text-decoration: underline;
}

section.qna.ethical_management .divTable.type2 .divTableCell:first-child,
section.qna.ethical_management .divTable.type3 .divTableCell:first-child,
section.qna.ethical_management .divTable.type2.add_type3 .divTableCell:first-child,
section.qna.ethical_management .divTableCell:first-child {
    width: 100%;
    padding-bottom: 0px;
    border-bottom: 0px;
}

section.qna.ethical_management .divTableBody,
section.qna.ethical_management .divTableRow,
section.qna.ethical_management .divTableCell,
section.qna.ethical_management .divTableHead {
    display: block;
}

section.qna.ethical_management .divTable {
    display: block;
    width: 100%;
    border: 0px;
}

section.qna.ethical_management .divTableCell:first-child {
    display: none;
}

section.qna.ethical_management .divTableCell:last-child {
    display: block;
    width: 100%;
}

section.qna.ethical_management .divTableCell,
section.qna.ethical_management .divTableHead {
    border-bottom: 0px;
}

section.qna.ethical_management .divTableRow.faq ul li .q > span {
    padding: 7px 15px;
    word-break: keep-all;
    line-height: 22px;
    position: relative;
    font-size: 13px;
    margin-right: 10px;
    color: #fff;
    background: #333;
}

section.qna.ethical_management .divTableRow.faq ul li .q > div {
    display: none;
}

section.qna.ethical_management .divTableRow.faq ul li.active .q > span {
    background: #e87e04;
}

section.notice .wrapper {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    max-width: 1280px;
    padding: 0px 20px;
    margin: 0 auto;
}

section.notice .noticeTable {
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.8);
}

section.notice .noticeTable a {
    display: block;
    box-sizing: border-box;
    padding: 15px 30px;
    font-size: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

section.notice .noticeTable a:last-child {
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}

section.notice .noticeTable .cell {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0px 10px;
}

section.notice .noticeTable .cell.tag {
    width: 10%;
    padding-top: 7px;
}

section.notice .noticeTable .cell.tag span {
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    padding: 0px 12px;
    background: #eeb04d;
}

section.notice .noticeTable .cell.title {
    width: 30%;
    font-family: "NotoSansKR";
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.05em;
    word-break: keep-all;
    text-align: left;
    color: #222;
}

section.notice .noticeTable .cell.memo * {
    font-family: "NotoSansKR" !important;
    line-height: 28px !important;
}

section.notice .noticeTable .cell.memo {
    width: 37%;
    font-family: "NotoSansKR" !important;
    word-break: keep-all;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: -0.05em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}

section.notice .noticeTable .cell.memo i {
    display: block;
    word-break: keep-all;
    padding-top: 30px;
    font-size: 13px;
    line-height: 22px;
    font-style: normal;
    letter-spacing: 0em;
    text-align: left;
    font-weight: 300;
    font-family: "Montserrat", "NotoSansKR";
    color: rgba(0, 0, 0, 0.5);
}

section.notice .noticeTable .cell.img {
    width: 23%;
    height: 170px;
}

section.notice .noticeTable .cell.img .thumb {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

section.notice .noticeTable.detail {
    padding: 30px 20px;
    font-size: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}

section.notice .noticeTable.detail .cell.tag {
    width: 200px;
}

section.notice .noticeTable.detail > span {
    display: inline-block;
    width: calc(100% - 200px);
}

section.notice .noticeTable.detail > span .cell {
    width: 100%;
}

section.notice .noticeTable.detail .cell.tag {
    padding-top: 7px;
}

section.notice .noticeTable.detail > span .title {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 30px;
}

section.notice .noticeTable.detail > span .memo {
    word-break: keep-all;
    padding-bottom: 20px;
}

section.notice .noticeTable.detail > span .memo a {
    line-height: 20px;
    font-size: 14px;
    color: #333;
    padding: 0px;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding-bottom: 0px;
}

section.notice .noticeTable.detail > span .memo a:hover {
    border-color: #cd6726;
    color: #cd6726;
}

section.notice .noticeTable.detail > span .memo i {
    padding-top: 10px;
    padding-bottom: 40px;
}

section.notice .noticeTable.detail > span .memo img {
    max-width: 100%;
    margin: 0px 0;
    padding-bottom: 0px;
}

section.notice a.btn {
    line-height: 44px;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 60px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #cd6726;
    color: #fff;
}

section.sitemap {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    max-width: 1280px;
    padding: 0px 20px;
    margin: 0 auto;
    font-size: 0px;
    padding-bottom: 40px;
    vertical-align: top;
}

section.sitemap ul.gnb li {
    vertical-align: top;
    padding: 0px 3%;
    box-sizing: border-box;
    display: inline-block;
    width: 20%;
}

section.sitemap ul.gnb li a {
    display: block;
    padding-bottom: 20px;
    font-size: 20px;
    word-break: keep-all;
    text-transform: capitalize;
    color: #222;
    transition: color .3s ease;
}

section.sitemap ul.gnb > li > a {
    margin-left: -3px;
}

section.sitemap ul.gnb > li:hover > a {
    color: rgba(231, 127, 3, 1);
}

section.sitemap ul.gnb li.hidden {
    display: none;
}

section.sitemap ul.gnb li ul li {
    padding-left: 15px;
	display: inline-block;
    width: 50%;
}

section.sitemap ul.gnb li:hover ul li {
/*     border-left: 1px solid rgba(231, 127, 3, 0.5); */
}

section.sitemap ul.gnb li ul li a {
    word-break: keep-all;
    font-size: 15px;
    display: block;
    line-height: 18px;
    padding: 5px 0px;
    color: #222;
    transition: color .3s ease;
}

section.sitemap ul.gnb li ul li a:hover {
    color: #e77f04;
}

.brochureCell a.btn,
.chartTableCell a.btn {
    line-height: 34px;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #cd6726;
    transition: color .3s ease, background .3s ease;
}

.brochureCell a.btn:hover,
.chartTableCell a.btn:hover {
    line-height: 34px;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #cd6726;
    color: #fff;
}

.btn_align_wrapper {
    display: block;
    padding: 20px 0px;
    padding-top: 60px;
}

section.notice .btn_align_wrapper {
    display: block;
    padding-top: 30px;
    padding-bottom: 40px;
}

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

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

.chartTable {
    display: table;
    width: 100%;
}

.chartTable_img {
    position: relative;
    vertical-align: top;
    height: auto;
    width: 12%;
    display: inline-block;
}

.chartTable_img img {
    width: 100%;
    position: relative;
    max-width: 138px;
}

.chartTable_wrap {
    width: 88%;
    padding-bottom: 30px;
    display: inline-block;
}

.chartTableRow {
    display: table-row;
    background: #f0f0f0;
}

.chartTableRow:nth-of-type(2n-1) {
    background: #f9f9f9;
}

.chartTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.chartTableCell,
.divTableHead {
    font-size: 16px;
    font-weight: 300;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: table-cell;
    padding: 3px 10px;
    word-break: keep-all;
}

.chartTableCell:last-child,
.divTableHead:last-child {
    border-right: 0px;
}

.divTableHead {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: #5e5b5a;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 22px 0px;
}

.chartTableCell {
    line-height: 20px;
    text-align: center;
    padding: 22px 0px;
}

.chartTableCell.half {
    width: 50%;
}

.chartTableCell > span {
    width: 80px;
    background: #5e5b5a;
    font-weight: 300;
    color: #fff;
    padding: 3px 15px;
    font-size: 13px;
    margin-right: 10px;
    display: none;
}

.chartTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.chartTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.chartTableBody {
    display: table-row-group;
}

.chartTable {
    border-top: 3px solid #f6bb42;
    border-bottom: 2px solid #c6c6c6;
}

.chartTable.type2 .chartTableCell:first-child {
    vertical-align: middle;
    padding: 0px;
}

.brochureTable {
    font-size: 0px;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}

.brochureCell {
    display: inline-block;
    width: 25%;
    padding-bottom: 35px;
    vertical-align: middle;
}

.brochureCell p {
    padding-top: 20px;
    padding-left: 58px;
    padding-bottom: 25px;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 24px;
}

.brochureTable.type2 .brochureCell p {
    padding-left: 10%;
    padding-right: 10%;
    color: #000;
    height: 90px;
    box-sizing: border-box;
}

.brochureCell a.btn {
    margin-left: 156px;
}

.brochureCell .brochure {
    width: 330px;
    height: 270px;
    position: relative;
}

.brochureCell .brochure .cover {
    width: 200px;
    height: 256px;
    position: absolute;
    left: 60px;
    top: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.03);
}

.brochureTable.type2 .brochureCell .brochure {
    width: 100%;
    height: 200px;
}

.brochureTable.type2 .brochureCell .brochure .cover {
    width: 80%;
    left: 10%;
    background-position: center center;
    height: 100%;
}

.brochureCell .brochure .cover_bg {
    width: 330px;
    height: 270px;
    position: relative;
    background: url('../images/sub/data_center_img1.png')
}

.brochureCell .brochure .tag {
    position: absolute;
    line-height: 30px;
    font-size: 14px;
    padding: 0px 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
    z-index: 2;
    left: 42px;
    top: 18px;
    background: #f6bb42;
    color: #222;
}

.pagination {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    font-size: 0px;
}

.pagination a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 3px;
}

.pagination a.ico {
    background: url('../images/sub/common_board_ico.png') 0px 0px no-repeat;
}

.pagination a.ico.first {
    background-position: 0px 0px;
}

.pagination a.ico.last {
    background-position: -32px 0px;
}

.pagination a.ico.prev,
.pagination a.ico.next {
    background-position: -64px 0px;
}

.pagination a.ico.first:hover {
    background-position: 0px -32px;
}

.pagination a.ico.last:hover {
    background-position: -32px -32px;
}

.pagination a.ico.prev:hover,
.pagination a.ico.next:hover {
    background-position: -64px -32px;
}

.pagination a.number {
    font-size: 14px;
    line-height: 32px;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid transparent;
}

.pagination a.number:hover {
    color: #e87e04;
}

.pagination a.number.active {
    color: #e87e04;
    border-bottom: 3px solid #e87e04;
}

/* 혜림추가 */

section.sitemap {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    max-width: 1280px;
    padding: 0px 20px;
    margin: 0 auto;
    font-size: 0px;
    padding-bottom: 40px;
    vertical-align: top;
}

section.sitemap ul.gnb li {
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

section.sitemap ul.gnb li:first-child a {
    margin-top: 0;
}
section.sitemap ul.gnb>li ul{margin:30px 0 0;}
section.sitemap ul.gnb > li > a {
    font-weight: 600;
    display: block;
    margin: 30px 0;
    font-size: 32px;
    word-break: keep-all;
    color: #222;
    transition: color .3s ease;
    text-transform: uppercase;
    box-sizing: border-box;
	position:relative;
	display:inline-block;
}
section.sitemap ul.gnb > li > a:before{    
position: absolute;
    clear: both;
    content: '';
    display: inline-block;
    left: 24px;
    width: 20px;
    height: 2px;
	bottom:0;
    background: #5c32cf;}
section.sitemap ul.gnb > li > a:after{
    position: absolute;
    clear: both;
    display: inline-block;
    content: '';
    left: 0;
	bottom:0;
    width: 20px;
    height: 2px;
    background: #10c4a4;}




section.sitemap ul.gnb > li:nth-child(3) > a,
section.sitemap ul.gnb > li:nth-child(4) > a {
    text-transform: capitalize;
}

section.sitemap ul.gnb > li > ul {
/*     border-top: 1px solid #e0e0e0; */
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 50px;
    box-sizing: border-box;
}

section.sitemap ul.gnb > li:hover > a {
    color: #1dabac;
}

section.sitemap ul.gnb li.hidden {
    display: none;
}

section.sitemap ul.gnb > li > ul > li {
    display: inline-block;
    width: 100%;
	margin-bottom:30px;
}

section.sitemap ul.gnb > li > ul > li > a {
    word-break: keep-all;
    font-size: 22px;
    display: inline-block;
    color: #222;
    transition: color .3s ease;
    width: 100%;
    text-transform: capitalize;
    letter-spacing: -0.05em;
    line-height: 29px;
    font-weight: 600;
}

section.sitemap ul.gnb > li > ul > li > ul > li:last-child > a {
    margin-bottom: 0;
}

section.sitemap ul.gnb > li > ul > li > ul > li > a {
    font-size: 18px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block;
}

section.sitemap ul.gnb li ul li a:hover {
    color: #1dabac;
}

.brochureCell a.btn,
.chartTableCell a.btn {
    line-height: 34px;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #cd6726;
    transition: color .3s ease, background .3s ease;
}

.brochureCell a.btn:hover,
.chartTableCell a.btn:hover {
    line-height: 34px;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #cd6726;
    color: #fff;
}

.btn_align_wrapper {
    display: block;
    padding: 20px 0px;
    padding-top: 60px;
}

section.notice .btn_align_wrapper {
    display: block;
    padding-top: 30px;
    padding-bottom: 40px;
}

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

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

.chartTable {
    display: table;
    width: 100%;
}

.chartTable_img {
    position: relative;
    vertical-align: top;
    height: auto;
    width: 12%;
    display: inline-block;
}

.chartTable_img img {
    width: 100%;
    position: relative;
    max-width: 138px;
}

.chartTable_wrap {
    width: 88%;
    padding-bottom: 30px;
    display: inline-block;
}

.chartTableRow {
    display: table-row;
    background: #f0f0f0;
}

.chartTableRow:nth-of-type(2n-1) {
    background: #f9f9f9;
}

.chartTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.chartTableCell,
.divTableHead {
    font-size: 16px;
    font-weight: 300;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: table-cell;
    padding: 3px 10px;
    word-break: keep-all;
}

.chartTableCell:last-child,
.divTableHead:last-child {
    border-right: 0px;
}

.divTableHead {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: #5e5b5a;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 22px 0px;
}

.chartTableCell {
    line-height: 20px;
    text-align: center;
    padding: 22px 0px;
}

.chartTableCell.half {
    width: 50%;
}

.chartTableCell > span {
    width: 80px;
    background: #5e5b5a;
    font-weight: 300;
    color: #fff;
    padding: 3px 15px;
    font-size: 13px;
    margin-right: 10px;
    display: none;
}

.chartTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.chartTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.chartTableBody {
    display: table-row-group;
}

.chartTable {
    border-top: 3px solid #f6bb42;
    border-bottom: 2px solid #c6c6c6;
}

.chartTable.type2 .chartTableCell:first-child {
    vertical-align: middle;
    padding: 0px;
}

.brochureTable {
    font-size: 0px;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}

.brochureCell {
    display: inline-block;
    width: 25%;
    padding-bottom: 35px;
    vertical-align: middle;
}

.brochureCell p {
    padding-top: 20px;
    padding-left: 58px;
    padding-bottom: 25px;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 24px;
}

.brochureTable.type2 .brochureCell p {
    padding-left: 10%;
    padding-right: 10%;
    color: #000;
    height: 90px;
    box-sizing: border-box;
}

.brochureCell a.btn {
    margin-left: 156px;
}

.brochureCell .brochure {
    width: 330px;
    height: 270px;
    position: relative;
}

.brochureCell .brochure .cover {
    width: 200px;
    height: 256px;
    position: absolute;
    left: 60px;
    top: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.03);
}

.brochureTable.type2 .brochureCell .brochure {
    width: 100%;
    height: 200px;
}

.brochureTable.type2 .brochureCell .brochure .cover {
    width: 80%;
    left: 10%;
    background-position: center center;
    height: 100%;
}

.brochureCell .brochure .cover_bg {
    width: 330px;
    height: 270px;
    position: relative;
    background: url('../images/sub/data_center_img1.png')
}

.brochureCell .brochure .tag {
    position: absolute;
    line-height: 30px;
    font-size: 14px;
    padding: 0px 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
    z-index: 2;
    left: 42px;
    top: 18px;
    background: #f6bb42;
    color: #222;
}

.pagination {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    font-size: 0px;
}

.pagination a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 3px;
}

.pagination a.ico {
    background: url('../images/sub/common_board_ico.png') 0px 0px no-repeat;
}

.pagination a.ico.first {
    background-position: 0px 0px;
}

.pagination a.ico.last {
    background-position: -32px 0px;
}

.pagination a.ico.prev,
.pagination a.ico.next {
    background-position: -64px 0px;
}

.pagination a.ico.first:hover {
    background-position: 0px -32px;
}

.pagination a.ico.last:hover {
    background-position: -32px -32px;
}

.pagination a.ico.prev:hover,
.pagination a.ico.next:hover {
    background-position: -64px -32px;
}

.pagination a.number {
    font-size: 14px;
    line-height: 32px;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid transparent;
}

.pagination a.number:hover {
    color: #e87e04;
}

.pagination a.number.active {
    color: #e87e04;
    border-bottom: 3px solid #e87e04;
}


/* vision */
.inner2 {
    padding: 0 25px;
    box-sizing: border-box;
}

body.active {
    background: url('../images/sub/vision_bg.png');
    background-position: center 415px;
    background-repeat: no-repeat;
}

.basic_line {
    position: relative;
    width: 42px;
    height: 2px;
    margin: 0 auto 50px;
    text-align: center;
}

.basic_line:before {
    position: absolute;
    clear: both;
    content: '';
    display: inline-block;
    right: 0;
    width: 20px;
    height: 2px;
    background: #5c32cf;
}

.basic_line:after {
    position: absolute;
    clear: both;
    display: inline-block;
    content: '';
    left: 0;
    width: 20px;
    height: 2px;
    background: #10c4a4;
}


section.vision .vison_wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: "Montserrat"
}

section.vision ul li {
    margin-bottom: 50px;
}

section.vision ul li .img_box {
    background-repeat: no-repeat;
    background-size: cover;
}

section.vision ul li:nth-child(1) .img_box {
    /*    background-image: url('../images/sub/vision_img1.png');*/
    position: relative;
    width: 100%;
    height: 480px;
}

section.vision ul li .img_box img {
    position: absolute;
}

section.vision ul li:nth-child(1) .img_box img:nth-child(1) {
    width: 74%;
    padding-top: 19%;
    left: 0;
    z-index: 2;
    height: 56%;
}

section.vision ul li:nth-child(1) .img_box img:nth-child(2) {
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 50%;
    height: 55%;
    position: relative;
    padding: 40.7% 0 0 50%;
}

section.vision ul li:nth-child(1) .img_box img:nth-child(3) {
    z-index: 3;
    width: 74%;
    left: 0;
    top: 0;

}

section.vision ul li:nth-child(2) .img_box {
    /*    background-image: url('../images/sub/vision_img2.png');*/
    width: 100%;
    height: 470px;
    position: relative;
}

section.vision ul li:nth-child(2) .img_box img:nth-child(1) {
    width: 81%;
    left: 0;
    top: 0;
}

section.vision ul li:nth-child(2) .img_box img:nth-child(2) {
    right: 0;
    bottom: 0;
    width: 44%;
}

section.vision ul li:nth-child(3) .img_box {
    /*    background-image: url('../images/sub/vision_img3.png');*/
    position: relative;
    width: 100%;
    height: 480px;
}

section.vision ul li:nth-child(3) .img_box img:nth-child(1) {
    width: 80%;
    height: 59%;
    left: 0;
    top: 120px;
    z-index: 2;

}

section.vision ul li:nth-child(3) .img_box img:nth-child(2) {
    top: 0;
    left: 55px;
    width: 59%;
    z-index: 3;
}

section.vision ul li:nth-child(3) .img_box img:nth-child(3) {
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 47%;
    height: 58%;
}

section.vision .white_box {
    text-align: center;
    width: 100%;
}

section.vision .vison_wrap .title {
    font-size: 30px;
    color: #17b697;
    font-weight: bold;
    font-family: 'NotoSansKR';
    padding: 0;
}

section.vision .vison_wrap .des {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.03em;
    font-weight: 500;
    margin-bottom: 15px;
    word-break: break-word;
}

section.vision .vison_wrap .text {
    font-size: 24px;
    line-height: 40px;
    color: #666666;
    letter-spacing: -0.03em;
    font-weight: 300;
}

section.vision .vison_wrap li:nth-child(1) .title,
section.vision .vison_wrap li:nth-child(2) .title,
section.vision .vison_wrap li:nth-child(3) .title {
    margin: 50px auto 30px;
    text-align: center;
}

section.vision .vison_wrap .basic_line {
    margin: inherit;
    margin: 15px auto;
}

/* location */
.main_text {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 50px;
    word-break: keep-all;
}

.inner {
    margin: 0 auto;
}

section.location .tabs-panel > div {
    position: relative;
    margin-bottom: 50px;
}

section.location .tabs-nav {
    font-size: 0;
    margin-bottom: 80px;
}

section.location .tabs-nav li {
    display: inline-block;
    width: 50%;
}

section.location .tabs-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #a1a1a1;
    box-sizing: border-box;
    line-height: 1;
    font-weight: 400;
}

section.location .address_img:after {
    position: absolute;
    display: block;
    clear: both;
    content: '';
    background: url('../images/sub/location_img5.png') no-repeat;
    width: 321px;
    height: 290px;
    bottom: 0;
    right: 0;

}

section.location iframe {
    width: calc(100vw - 50px);
    height: calc(100vw - 50px);
}

section.location .number_v2 .line:after {
    display: none !important;
}

.mobile_selectbox {
    position: relative;
    margin-bottom: 50px;
}

.mobile_selectbox label {
    width: 100%;
    display: block;
    line-height: 20px;
    padding: 20px 0px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    background: url(../images/sub/location_img4.png) no-repeat;
    position: relative;
    text-align: center;
    font-weight: 600;
}

.mobile_selectbox label:before {
    position: absolute;
    content: '';
    display: inline-block;
    clear: both;
    width: 3px;
    height: 20px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
    right: 25px;
    top: 50%;
}

.mobile_selectbox label:after {
    position: absolute;
    content: '';
    display: inline-block;
    clear: both;
    width: 20px;
    height: 3px;
    transform: translate(-50%, -50%) rotate(45deg);
    right: 21px;
    top: 50%;
    background: #fff;
}

.mobile_selectbox select {
    width: 100%;
    position: absolute;
    line-height: 20px;
    padding: 20px 10px;
    left: 0px;
    top: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}

section.location .tabs-nav li.active a {
    background: url('../images/sub/location_img4.png') no-repeat;
    color: #fff;
    border: none;
}

/*section.location .main_text {
    padding: 0 0 50px;
}*/

section.location .basic_line {
    margin-bottom: 35px;
}


section.location #daumRoughmapContainer1597976699115,
section.location #daumRoughmapContainer1597988458273,
section.location #daumRoughmapContainer1597999528651,
section.location #daumRoughmapContainer1598229522360,
section.location #daumRoughmapContainer1598229741366 {
    width: calc(100vw - 50px);
    height: calc(100vw - 50px);
}

section.location .root_daum_roughmap .wrap_controllers,
section.location .root_daum_roughmap .wrap_btn_zoom,
section.location .wrap_map > .map > div:nth-child(2) {
    display: none;
}

section.location .root_daum_roughmap .wrap_map {
    height: 100%;
}

section.location .address {
    background: #fff;
    box-sizing: border-box;
    text-align: left;
    /*-webkit-box-shadow: rgba(0, 0, 0, 0.1) 12px 9px 15px 7px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 12px 9px 15px 7px;
    box-shadow: rgba(0, 0, 0, 0.1) 12px 9px 15px 7px;*/
    width: 100%;
    z-index: 1;
    padding: 50px 25px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1.5px solid #ddd;
}

section.location .address h3 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 45px;
}

section.location .address p span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #111111;
    letter-spacing: -0.05em;
}

section.location .address .detail {
    position: relative;
    margin-bottom: 30px;
    line-height: 26px;
    color: #111111;
    letter-spacing: -0.05em;
    z-index: 1;
}

section.location .address .detail span {
    display: block;
}

section.location .address .mail {
    margin-bottom: 15px;
}

section.location .address .mail img,
section.location .address .number img {
    margin-right: 15px;
    display: inline-block;
    vertical-align: -3.5px;
}

section.location .address .number .line {
    position: relative;
    margin-right: 35px;
}

section.location .address .number .line:after {
    position: absolute;
    content: '';
    clear: both;
    display: inline-block;
    width: 3px;
    height: 18px;
    background: #000;
    right: -18px;
    top: 3px;
}

section.location .address2 {
    width: 490px;
    left: inherit;
    right: 60px;
}

section.location .address2 .detail {
    margin-bottom: 60px;
}

section.location .address3 {
    width: 495px;
}

section.location .address4 {
    width: 495px;
    height: 300px;
}

section.location .address5 {
    width: 540px;
    height: 300px;
    left: inherit;
    right: 60px;
}

/* ledership */

section.leadership .ld_top {
    position: relative;
    background: url('../images/sub/leadership_img.png') no-repeat;
    background-size: cover;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 200;
    padding: 50px 25px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: 700px;
    word-break: keep-all;
    margin-bottom: 50px;
    z-index: 1;
}

section.leadership .ld_top:after {
    clear: both;
    content: '';
    display: block;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

section.leadership .ld_bt ul > li:nth-child(2n) {
    margin-right: 0%;
}

section.leadership .ld_top > div {
    margin-top: 50px;
    font-weight: 300;
    box-sizing: border-box;
    text-align: left;
}

section.leadership .ld_top > div span.fl span:first-child {
    position: relative;
    margin-right: 30px;
    display: inline-block;
}

section.leadership .ld_top > div span.fl span:first-child:after {
    clear: both;
    display: inline-block;
    content: '';
    width: 2px;
    height: 19px;
    position: absolute;
    background: #fff;
    top: 5px;
    right: -16px;
}

section.leadership .ld_top > div span.fr span {
    background: url('../images/sub/leadership_img8.png') no-repeat;
    background-size: contain;
    width: 133px;
    height: 98px;
    display: inline-block;
    float: right;
    margin-top: -53px;
}

section.leadership .ld_bt > ul {
    font-size: 0;
}

section.leadership .ld_bt > ul > li {
    display: inline-block;
    position: relative;
    width: 49.5%;
    height: 316px;
    background: #000;
    margin-right: 1%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 470px;
    background-size: contain !important;
}

section.leadership .ld_bt > ul > li:nth-child(1) {
    background: url('../images/sub/leadership_img2.jpg') no-repeat;
}

section.leadership .ld_bt > ul > li:nth-child(2) {
    background: url('../images/sub/leadership_img4.jpg') no-repeat;
}

section.leadership .ld_bt > ul > li:nth-child(3) {
    background: url('../images/sub/leadership_img5.jpg') no-repeat;
}

section.leadership .ld_bt > ul > li:nth-child(4) {
    background: url('../images/sub/leadership_img6.jpg') no-repeat;
}

section.leadership .ld_bt > ul > li:nth-child(5) {
    background: url('../images/sub/leadership_img6.png') no-repeat;
}

section.leadership .ldsp .fl,
section.leadership .ldsp .fr{
	width:auto;
}

section.leadership .ldsp .fl span{
    padding-top:0;
    display:inline-block;
	text-align: inherit;
}

section.leadership .photo {
   width: 100%;
    margin-top: 50px;
	display:block;
}

section.leadership .photo2 {
    width: 100%;
    margin-top: 50px;
    display: block;
}

section.leadership .ld_bt ul > li:nth-child(2n) {
    margin-right: 0%;
}

section.leadership .ld_bt .img_stemp {
    padding-top: 15px;
    box-sizing: border-box;
    text-align: center;
}

section.leadership .ld_bt .img_stemp p:first-child {
    font-size: 18px;
    margin-bottom: 8px;
}

section.leadership .ld_bt .img_stemp p:last-chlid {
    font-weight: 100;
}

section.leadership .hover_contents {
    background: url('../images/sub/leadership_img7.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 317px;
    height: auto;
    min-height: 410px;
    box-sizing: border-box;
    padding: 25px 15px;
    color: #000;
}


section.leadership .hover_contents ul > li:first-child p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}

section.leadership .hover_contents .list {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 15px;
}

section.leadership .hover_contents .list p {
    font-weight: 500;
    font-size: 18px;
}

section.leadership .hover_contents .list span {
    display: inline-block;
    padding-left: 15px;
    box-sizing: border-box;
}

section.leadership .hover_contents .list span:nth-child(2) {
    position: relative;
}

section.leadership .hover_contents .list span:nth-child(2):before {
    display: block;
    content: '-';
    clear: both;
    position: absolute;
    left: 0;
}

/* accomplishments */

section.accomplishments .tabs-nav {
    font-size: 0;
    margin-bottom: 50px;
}

section.accomplishments .tabs-nav li {
    display: inline-block;
    width: 33.333%;
}

.tabs-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #a1a1a1;
    border-right: 0 none;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1;
    padding: 20.5px 0;
}

.tabs-nav li:last-child a {
    border-right: 1px solid #a1a1a1;
}

.tabs-nav li.active a {
    background: url('../images/sub/location_img4.png') no-repeat;
    color: #fff;
    border: none;
    display: inline-block;
    width: 100%;
    background-size: cover;
    padding: 21.5px 0;
}

section.accomplishments .current {
    text-align: center;
    margin-bottom: 50px;
}

section.accomplishments .current > ul {
    font-size: 0;
}

section.accomplishments .current > ul > li {
    display: inline-block;
    text-align: center;
    width: 50%;
}

section.accomplishments .current > ul > li:nth-child(1),
section.accomplishments .current > ul > li:nth-child(2) {
    margin-bottom: 20px;
}

section.accomplishments .current > ul > li p:nth-child(1) {
    font-size: 50px;
    color: #aaaaaa;
    font-weight: bold;
    margin-bottom: 5px;
}

table td {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    letter-spacing: -0.05em;
    display: inline-block;
}

section.accomplishments .current > ul > li p:nth-child(2) {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    font-family: NotoSansKR;
}


table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

table tr {
    border-bottom: 1px solid #959595;
}

.product_table tbody tr.thick { 
    border-bottom: 2px solid #bfbfbf;
}

section.accomplishments table {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

section.accomplishments table tr {
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
}

table thead > tr:first-child {
    border-top: 2px solid #333333;
    box-sizing: border-box;
}

table thead > tr:first-child th {
    font-weight: 500;
}

table table thead th {
    font-size: 16px;
    font-weight: bold;
}

table th,
table td {
    padding: 26.5px 0px;
    box-sizing: border-box;
}

table td {
    padding: 5px 0;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: left;
}

table thead > tr > th:last-of-type,
table tbody > tr > td:last-of-type {
    padding-right: 20px;
    box-sizing: border-box;
}

/*표추가*/
section.accomplishments thead {
    display: none;
}

section.accomplishments table tbody > tr > td:before {
    display: inline-block;
    position: relative;
    width: 87px;
    background: #959595;
    line-height: 25px;
    padding: 0px 12px;
    margin-right: 10px;
    text-align: left;
    color: #fff;

}

section.accomplishments table tbody > tr:nth-of-type(2n) {
    background: #f6f6f6;
}

section.accomplishments table tbody > tr > td:nth-of-type(1):before {
    content: '번호';
}

section.accomplishments table tbody > tr > td:nth-of-type(2):before {
    content: '명칭';
}

section.accomplishments table tbody > tr > td:nth-of-type(3):before {
    content: '국내출원번호';
}

section.accomplishments table tbody > tr > td:nth-of-type(4):before {
    content: '국내출원일';
}

section.accomplishments table tbody > tr > td:nth-of-type(5):before {
    content: '국내등록번호';
}

section.accomplishments table tbody > tr > td:nth-of-type(6):before {
    content: '국내등록일';
}

section.accomplishments table tbody > tr > td:nth-of-type(7):before {
    content: '해외출원번호';
}

section.accomplishments table tbody > tr > td:nth-of-type(8):before {
    content: '해외출원일';
}

section.accomplishments table tbody > tr > td:nth-of-type(1) {
    width: 100%;
}

section.accomplishments table tbody > tr > td:nth-of-type(2) {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

section.accomplishments table tbody > tr > td:nth-of-type(3) {
    width: 50%;
    float: left;
}

section.accomplishments table tbody > tr > td:nth-of-type(4) {
    width: 50%;
    float: right;
}

section.accomplishments table tbody > tr > td:nth-of-type(5) {
    width: 50%;
    float: left;
}

section.accomplishments table tbody > tr > td:nth-of-type(6) {
    width: 50%;
    float: right;
}

section.accomplishments table tbody > tr > td:nth-of-type(7) {
    width: 50%;
    float: left;
}

section.accomplishments table tbody > tr > td:nth-of-type(8) {
    width: 50%;
    float: right;
}








.page_wrap {
    margin: 95px 0;
}

section.catalogs .page_wrap {
    margin: 50px 0;
}

.page_wrap ul {
    font-size: 0;
    text-align: center;
}

.page_wrap ul li {
    display: inline-block;
    font-size: 20px;
    color: #666666;
    font-weight: 300;
    margin:0  15px;
    cursor: pointer;
}

.page_wrap ul li:first-child {
    color: #10c4a4;
    border: 2px solid #10c4a4;
    box-sizing: border-box;
    padding: 5.5px 8.5px;
    text-transform: uppercase;
    position: relative;
}

.page_wrap ul li:first-child:after {
    position: absolute;
    clear: both;
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    background: #10c4a4;
    right: -16px;
}

.page_wrap ul li.last {
    margin-right: 0;
}

.page_wrap ul li:last-child {
    color: #4c50c6;
    border: 2px solid #4c50c6;
    box-sizing: border-box;
    padding: 5.5px 8.5px;
    text-transform: uppercase;
    position: relative;
    margin-left: 30px;
}

.page_wrap ul li:last-child:after {
    position: absolute;
    clear: both;
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    background: #4c50c6;
    left: -16px;
}

.page_wrap li.active {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.page_wrap .first {
    margin-right: 0;
}

/* research */
.sticky_hd.sticky {
    position: fixed;
    top: 80px;
}

section.research .inner {
    margin: 100px auto 0;
}

section.measurement .inner {
    margin: 50px auto 0;
}

section.research .bg {
    background: url('../images/sub/research_img.png') no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
    left: 0;
    top: -39px;
    position: relative;
}

section.research .inner > .fl {
    width: 390px;
}

section.research .inner > > .fl .tit {
    margin-bottom: 125px;
}

section.research .inner > .fl .basic_line {
    margin: 0;
    margin-top: 10px;
}

section.research .inner > .fl .tit span {
    display: block;
    font-size: 43px;
    line-height: 45px;
    letter-spacing: -0.05em;
}

section.research .inner > .fl .menu li {
    color: #666666;
    font-weight: 500;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 35px;
}

section.research .inner > .fl .menu li p {
    line-height: 20px;
}

section.research .inner > .fl .menu li.active {
    color: #17b697;
    position: relative;
}

section.research .inner > .fl .menu li.active:after {
    position: absolute;
    clear: both;
    display: inline-block;
    content: '';
    width: 25px;
    height: 3px;
    background: #4c50c6;
    left: 0;
    top: 5px;
}

section.research .inner > .fr {
    width: 100%;
}

section.research .inner > .fr li:nth-child(1) .img_stemp {
    background: url('../images/sub/research_img2.png') no-repeat;
    height: 250px;
    background-size: cover;
}

section.research .inner > .fr li:nth-child(2) .img_stemp {
    background: url('../images/sub/research_img3.png') no-repeat;
    height: 250px;
    background-size: cover;
	background-position:center;
}

section.research .inner > .fr li:nth-child(3) .img_stemp {
    background: url('../images/sub/research_img4.png') no-repeat;
    height: 250px;
    background-size: cover;
	background-position:center;
}

section.research .inner > .fr li:nth-child(4) .img_stemp {
    background: url('../images/sub/research_img5.png') no-repeat;
    height: 250px;
    background-size: cover;
	background-position:center;
}

section.research .inner > .fr li {
    position: relative;
}

section.research .inner > .fr li span {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    top: -130px;
    float: none;
}


section#full_sub .inner > .fr li span {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    top: 0;
    float: none;
}

section.research .inner > .fr p {
    font-size: 24px;
    line-height: 34px;
    margin: 40px 0 140px;
    width: 700px;
    float: right;
    font-weight: 300;
    letter-spacing: -0.05em;
    width: 100%;
    margin: 30px 0 200px;
    word-break: break-word;
}

section.research .inner li:last-child .fr p {
    margin-bottom: 100px;
}

section.measurement .inner li:last-child .fr p {
    margin-bottom: 0;
}

section.research .inner .content .fl {
    width: 100%;
}

section#full_sub .inner .content .fl {
    float: none;
    width: 100%;
}
section#full_sub .inner .content .fl span{text-align:left;}
section.research .inner .content .fr {
    position: relative;
    z-index: 2;
    width: 100%;
    float: none;
    margin-top: 20px;
}

section.research .inner .content span.original {
    clip: rect(28px, 889px, 135px, 0px);
    color: #fff;
    font-size: 45px;
    word-break: break-all;
    display: block;
    position: absolute;
    left: 6px;
    font-weight: 600;
    letter-spacing: -0.05em;
    z-index: 3;
    top: -27px;
    display: inline-block;
    width: 100%;
}

section.research .inner .content span.overlay {
    color: #000;
    font-size: 45px;
    word-break: break-all;
    display: block;
    position: absolute;
    top: 295px;
    font-weight: 600;
    letter-spacing: -0.05em;
    z-index: 1;
    top: -100px;
    width: 100%;
    display: inline-block;
}

section#full_sub .inner .content span.overlay {
    color: #000;
    font-size: 45px;
    word-break: break-all;
    display: block;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.05em;
    z-index: 1;
    width: 100%;
    display: inline-block;
}

/*
section.measurement .inner > .fr li span {
    top: -85px;
}
*/

section#full_sub .inner .industries_contents_list > li > .fl span:nth-child(1) {
    top: -10px;
}

section.research .menu {
    margin-top: 125px;
}

/* news */
section.news .basic_line {
    margin: 0 auto 70px;
}

section.news .search_wrap {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

section.news .search_wrap select {
    width: 23%;
    height: 50px;
    border: none;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/sub/select_arrow.png') no-repeat;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 11px;
    background-color: #fff;
}

section.news .search_wrap > .fr {
    width: 100%;
    height: 50px;
}

section.news .search_wrap > .fr input[type="text"] {
    width: 100%;
    height: 100%;
    border: none;
    border: 1px solid #e0e0e0;
    padding: 0 80px 0 20px;
    box-sizing: border-box;
    background: none;
    -webkit-appearance: none;
    background: #fff;
}

section.news .search_wrap > .fr img {
    position: absolute;
    right: 0;
    top: 0;
	width:auto;
    height: 50px;
}

.news_wrap {
    margin-top: 40px;
}

.news_wrap li {
    border-top: 1px solid #959595;
    position: relative;
    box-sizing: border-box;
    min-height: 472px;
    box-sizing: border-box;
}
.news_wrap li a{    
	display: block;
    width: 100%;
    height: 100%;
    min-height: 472px;
    padding: 15px 0;
    box-sizing: border-box;
	}
.news_wrap .fl2 {
    width: 100%;
}

.news_wrap .fr img {
    display: block;
    width: 100%;
    margin: 20px auto 0;
}

.news_wrap .date {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
}

.news_wrap .date span:nth-child(1) {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.news_wrap .date span:nth-child(2) {
    font-size: 15px;
    color: #959595;
    font-weight: 600;
}

.news_wrap .tit {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.05em;
    margin-top: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    color: #222;
}

.news_wrap .go {
    font-size: 16px;
    color: #1cabac;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}

.news_wrap .go img {
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
}

.news_wrap li .common {
    font-size: 14px;
    background: #959595;
    display: inline-block;
    color: #fff;
    padding: 7px 7px;
    box-sizing: border-box;
}

.news_wrap li .desc {
    font-size: 20px;
    color: #959595;
    margin-top: 20px;
    line-height: 26px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 51px;
    line-height: 25px;
}

.news_wrap ul li > div:nth-child(1) {
    width: 100%;
}

.news_wrap ul li > div:nth-child(2) {}

.news_wrap ul li > div:nth-child(3) {
    width: 100%;
}

.news_wrap li.active .common {
    display: inline-block;
    vertical-align: top;
    background: #333;
}

section.research .inner .content .advan span.overlay {
    font-size: 40px;
}


/*news_notice*/
section.news_notice {
    margin-bottom: 100px;
}

section.news_notice .clearfix {
    border-top: 1px solid rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
}

section.news_notice .fl,
section.news_notice .fr {
    width: 100%;
}

section.news_notice .fl p {
    display: inline-block;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    background: #000;
    margin: 25px 0;
    box-sizing: border-box;
}

section.news_notice .fr h4 {
    font-size: 32px;
    line-height: 42px;
}

section.news_notice .fr p.date {
    word-break: keep-all;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    letter-spacing: 0em;
    text-align: left;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

section.news_notice .fr .content img {
    max-width: 100%;
}

/* section.news_notice .fr .content {
    font-family: "NotoSansKR" !important;
    line-height: 28px !important;
} */
/* section.news_notice .fr .content p.date {
    font-size: 18px;
}



section.news_notice .fr .content .text {
    font-size: 20px;
    letter-spacing: -0.3px;
    text-align: left;
    color: #000;
    font-weight: 400;
    line-height: 34px;
    word-break: break-all;
    margin-bottom: 70px;
}

section.news_notice .fr .content .text span {
    display: block;
}

section.news_notice .fr .content .source span {
    display: inline-block;
} */

section.news_notice .fr .content .source .sc1 {
    font-size: 8pt;
    letter-spacing: -0.3px;
    background-color: rgb(255, 255, 255);
}

section.news_notice .fr .content .source .sc2 {
    line-height: 27px;
    font-size: 14px;
    color: #333;
    padding: 0px;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding-bottom: 0px;
    font-weight: 300;
}

section.news_notice .fr .content .source .sc2:hover {
    border-color: #5C32CF;
    color: #5C32CF;
}


section.news_notice .btn_basic {
    display: block;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: right;
}

section.news_notice .btn_basic a {
    line-height: 44px;
    font-size: 24px;
    font-weight: 400;
    padding: 15px 60px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #5C32CF;
    color: #fff;
    width: 100%;
    text-align: center;
}



/*pr*/
.tabs-nav {
    font-size: 0;
}

.tabs-nav li {
    width: 50%;
    display: inline-block;
}

section.pr .inner2 {
    padding: 0px;
}

section.pr .inner2 .mobile_selectbox{
    padding:0 25px;
}

section.pr .back_bg {
    /*position: relative;
    width: calc(100vw - 50px);
    height: calc(100vw - 50px);
    background: #ebebeb;*/
    position: absolute;
    width: 100%;
    height: 230px;
    background: #ebebeb;
}

section.pr .bg {
    background: url(../images/sub/pr_img.png) no-repeat;
    width: 100%;
    height: 65px;
    position: absolute;
    background-size: contain;
    top: 0px;
}

section.pr .video {
    margin: 110px 0 45px;
    width: 100%;
}

section.pr .video iframe {
    width: 100%;
    height: 265px;
}

section.pr .video video {
    width: 100%;
}

section.pr .inner {
    position: relative;
    /*margin-top: -350px;*/
}

section.pr .content .text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

section.pr .content .desc {
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    line-height: 26px;
    margin-bottom: 45px;
}

section.pr .sns_wrap {
    font-size: 0;
    margin-bottom: 95px;
    text-align: right;
}

section.pr .sns_wrap li {
    display: inline-block;
    margin-right: 35px;
}

section.pr .sns_wrap li:last-child {
    margin-right: 0;
}

.tabs-panel2 .book {
    font-size: 0;
    padding:0 20px;
}

.tabs-panel2 .book li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.tabs-panel2 .book .fl {
    width: 100%;
}

.tabs-panel2 .book .fl > img {
    /* height: 200px; */
    display: block;
    margin: 0 auto;
    width:90%;
}

.tabs-panel2 .book .fr {
    width: 100%;
    /*margin-top: 20px;*/
}

.tabs-panel2 .book .fr .tit {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    min-height: 40px;
}

.tabs-panel2 .book .fr .num {
	font-size:14px;
	color:#1cabac;
	margin-bottom:4px;
	padding-right:187px;
	text-align:center;
}

.tabs-panel2 .book .fr .desc {
    margin: 20px 0;
}

.tabs-panel2 .book .fr .desc span {
    display: block;
    font-size: 17px;
    color: #333333;
    font-weight: 300;
    text-align: center;
    word-break: break-word;
    line-height: 25px;
}

.tabs-panel2 .down {
    font-size: 0;
    width: 80%;
    height: 50px;
    margin: 0 auto 50px;
}

section.catalogs .tabs-panel2 .down {
    width: 100%;
    text-align: center;
}

.tabs-panel2 .down li {
    display: inline-block;
    width: 50%;
    border: 1px solid #a1a1a1;
    box-sizing: border-box;
}

.tabs-panel2 .down li:first-child {
    border-right: 0;
}

.tabs-panel2 .down li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.tabs-panel2 .down li a img {
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
}

/*customers*/

section.customers ul.partners_box {
    max-width: 1280px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 auto 95px;
    box-sizing: border-box;
}

section.customers ul.partners_box li {

    width: 20%;
    height: 105.8px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/*
section.customers ul.partners_box li:nth-of-type(3),
section.customers ul.partners_box li:nth-of-type(4),
section.customers ul.partners_box li:nth-of-type(5),
section.customers ul.partners_box li:nth-of-type(10),
section.customers ul.partners_box li:nth-of-type(17) {
    width: 50%;
}
*/
/*

section.customers ul.partners_box li:nth-of-type(3) {
    height: 265px;
}

section.customers ul.partners_box li:nth-of-type(4) {
    position: relative;
    margin-top: -132px;
}
*/

section.customers ul.partners_box li > div {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

}

section.customers .main_text span {
    color: #1eaaab;
}

section.customers .main_text {
    padding: 0 0 50px;
}

/*careers*/

section.careers .main_text {
    font-family: 'NotoSansKR';
    margin: 50px 0 100px;
}

section.careers .weight {
    font-weight: 300 !important;
}

section.careers .main_text span.point {
    color: #1eaaab;
    font-weight: 500;
}

section.careers .main_text span.line {
    border-bottom: 3px solid #10c4a4;
    font-weight: 500;
}

section.careers .careers_wrap {
    font-size: 0;
    font-family: 'NotoSansKR';
    position: relative;
    text-align: center;
}

section.careers .careers_wrap > li {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 70px;
    box-sizing: border-box;
}

section.careers .careers_wrap > li:first-child {
    padding-bottom: 50px;
    box-sizing: border-box;
}

section.careers .careers_wrap > li:nth-child(1) {
    position: relative;
}

section.careers .careers_wrap > li:nth-child(2) {
    position: relative;
}

section.careers .careers_wrap > li:nth-child(3) {
    position: relative;
}

section.careers .careers_wrap > li:nth-child(4) {
    position: relative;
    margin-bottom: 0;
}

section.careers .careers_wrap .top ul {
    font-size: 0;
}

section.careers .careers_wrap .top ul li {
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 50px;
}

section.careers .careers_wrap li:first-child .bottom li {
    margin-bottom: 0;
}

section.careers .careers_wrap li:not(:first-child) .bottom li:last-child {
    margin-bottom: 0;
    width: 100%;
}

section.careers .careers_wrap .bottom ul {
    font-size: 0;
}

section.careers .careers_wrap .bottom ul li {
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 59px;
}

section.careers .careers_wrap .bottom ul li:last-child {
    margin-bottom: 0;
}

section.careers .careers_wrap > li .tit {
    font-size: 25px;
    color: #10c4a4;
    font-weight: 500;
    margin-bottom: 40px;
    letter-spacing: -0.05em;
    text-align: center;
}

section.careers .careers_wrap > li .sub_tit {
    font-size: 22px;
    position: relative;
    display: inline-block;
    letter-spacing: -0.05em;
    font-weight: 500;
}

section.careers .careers_wrap > li .sub_tit:after {
    clear: both;
    content: '';
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #4e4dc7;
    left: 0;
    bottom: -14px;
}

section.careers .careers_wrap > li .desc {
    font-size: 17px;
    font-weight: 500;
    color: #666666;
    margin-top: 30px;
}

section.careers .clearfix {
    margin: 100px auto;
    border-bottom: 3px solid #000;
    box-sizing: border-box;
}


section.careers .clearfix .fl .tit {
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
    padding: 0px 14px;
    border: 2px solid rgba(0, 0, 0, 0.75);
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: -0.05em;
    font-weight: 600;
}

section.careers .clearfix .sub_tit {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.05em;
    margin: 30px 0;
    word-break: keep-all;
}

section.careers .clearfix .go {
    background: url('../images/sub/careers_img.png') no-repeat;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 207px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    margin-bottom: 40px;
}

section.careers .clearfix .mail span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.05em;
}

section.careers .clearfix .mail span:first-child {
    margin-bottom: 12px;
}

section.careers .clearfix .mail span i {
    font-style: normal;
    color: #5c32cf;
    border-bottom: 1px solid #4c50c6;
    box-sizing: border-box;
    font-weight: 500;
}

section.careers .clearfix .fr {
    background: url('../images/sub/careers_img2.png') no-repeat;
    background-position: 50% 0;
    width: 100%;
    height: 571px;
    padding-bottom:0px;
}

/*inquiries*/
section.inquiries {
    margin-bottom: 50px;
}

section.inquiries table {
    margin-bottom: 45px;
}

section.inquiries table tbody > tr > td {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    letter-spacing: -0.05em;
    text-align: center;
    display: block;
    width: 100%;
}

section.inquiries .bottom {
    background: #f8f8f8;
    padding: 30px 0;
    box-sizing: border-box;
}

section.inquiries .bottom ul {
    font-size: 0;
    text-align: left;
}

section.inquiries .bottom ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5%;
    background: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
}

section.inquiries .bottom ul li:last-child {
    margin-bottom: 0;
}

section.inquiries .bottom ul li:last-child {
    margin-right: 0;
}

section.inquiries .bottom ul li .tit {
    font-size: 33px;
    margin-bottom: 25px;
    font-weight: 500;
}

section.inquiries .bottom ul li .adress {
    margin-bottom: 25px;
}

section.inquiries .bottom ul li .adress span {
    font-size: 18px;
    color: #111111;
    line-height: 1.4;
    display: block;
}

section.inquiries .bottom ul li .call img {
    vertical-align: -5px;
    margin-right: 15px;
}

section.inquiries .bottom ul li .call span {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    display: inline-block;
}

section.inquiries .bottom ul li .call span:nth-of-type(1) {
    position: relative;
    margin-right: 30px;
}

section.inquiries .bottom ul li .call span:nth-of-type(1):after {
    position: absolute;
    clear: both;
    content: '';
    display: inline-block;
    width: 3px;
    height: 17px;
    background: #000;
    right: -16px;
}

.common_table2 {
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-bottom: 50px;
}

.common_table2 .tbl_row span.tbls span,
.common_table2 .tbl_row span.tbls span a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.common_table2 .bold {
    font-weight: bold;
}

.common_table2 .default_line_height,
.common_table2 .default_line_height * {
    line-height: 50px;
    height: 50px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.common_table2 * {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 0px;
    line-height: 0px;
    vertical-align: top;
    text-decoration: none;
    background-repeat: no-repeat;
    list-style: none;
}

.common_table2 .tbl0 {
    background: #f6f6f6;
}

.common_table2 .tbl_row span.tbls.cen {
    text-align: center;
}

.common_table2 .tbl_row span.tbls {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding: 0% 1%;
}

.common_table2 .line {
    border-top: 2px solid #333;
    box-sizing: border-box;
}

.common_table2 .tbl_row span.tbls.cen2 {
    padding: 0 1%;
    width: 78%;
    box-sizing: border-box;
}

.common_table2 span.tbls i {
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ddd;
}

.common_table2 .tbl_row.mail span.cen2 span a {
    font-size: 16px;
}

/*profile*/

.support_tab_menu li {
    width: 33.33%;
}

.basic_line2 {
    margin: 0 auto 65px;
}

#support_tab .tabs-panel2 .down li:first-child {
    border-right: 1px solid #a1a1a1;
}

.tabs-panel2 .download .down li {
    width: 130px;
}

.tabs-panel2 .download .down li a {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

.tabs-panel2 .download .book > li {
    margin-bottom: 70px;
}

.tabs-panel2 .download .book .fr .tit {
    margin-bottom: 120px;
    line-height: 30px;
}

section.catalogs .layer3 .download .book .fr .tit {
    margin-bottom: 20px;
}

section.catalogs .layer3 .book > li {
    margin-bottom: 0;
}

#support_tab .btn_pagenate {
    text-align: right;
    margin: 0;
    margin-right: 50px;
    text-align: right;
    margin: 0;
    margin-right: 15px;
    margin-top: -50px;
}

#support_tab .btn_pagenate .page {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    margin: 0 25px;
}

#support_tab .btn_pagenate .page span strong {
    color: #10c4a4;
}

#support_tab .btn_pagenate button {
    background-color: #fff;
    position: absolute;
    top: 0;
    border: none;
    width: 9px;
    height: 16px;
}

#support_tab .btn_pagenate .page button.prev {
    left: -30px;
    top: 1px;
}

#support_tab .btn_pagenate .page button.prev {
    transform: rotate(180deg);
}

#support_tab .btn_pagenate .page button.next {
    right: -30px;
}

#support_tab .btn_pagenate button span {
    display: block;
    width: 8px;
    height: 16px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    background: url('../images/sub/download_img.png') no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

/*history_*/
section.history_ .right .fl {
    width: 15%;
}

section.history_ .right .fr {
    width: 85%;
    padding-left: 35px;
    box-sizing: border-box;
}

section.history_ .main_text span {
    display: block;
    word-break: break-word;
    letter-spacing: -0.05em;
}

section.history_ .line {
    background: url('../images/sub/historys_img5.png') no-repeat;
    width: 1px;
    height: 94px;
    margin: 0 auto 20px;
}

section.history_ .main_text {
    padding: 0 0 35px
}

section.history_ .scroll_wrap .scroll {
    font-size: 16px;
    color: #10c4a4;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

section.history_ .date_wrap {
    margin: 50px 0;
}

section.history_ .img_stamp {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.history_ .img_stamp > div {
    position: relative;
    width: 100%;
    height: 100%;
}

section.history_ .expansion .img_stamp {
    background-image: url('../images/sub/historys_img.jpg');
}

section.history_ .capability .img_stamp {
    background-image: url('../images/sub/historys_img3.jpg');
}

section.history_ .built .img_stamp {
    background-image: url('../images/sub/historys_img4.jpg');
}
section.history_ .beyond_5g .img_stamp {
    background-image: url('/common_img/sub/historys_img5.jpg');
}
section.history_ .history_now .img_stamp {
    background: url('../images/sub/historys_img8.jpg')no-repeat 50% 100%/cover;
}

section.history_ .img_stamp .mainsvg {
    width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 100%;
}

section.history_ .img_stamp .caption {
    position: absolute;
    fill: transparent;
    stroke: #fff;
    stroke-width: 1px;
    font-size: 100px;
    font-weight: bolder;
}

section.history_ .inner {
    font-size: 0;
    margin: 50px auto 100px;
}

section.history_ .inner > div {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}


section.history_ .inner .left > p {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 70px;
    font-weight: 600;
    background: linear-gradient(-28deg, #000 42%, #5C32CE 51%, #10c4a4 66%, #000 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

section.history_ .inner .right .date_wrap_ {
    display: inline-block;
}

section.history_ .inner .right .date_wrap_ p {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
}

section.history_ .inner .right .date_wrap_ .line {
    background: url('../images/sub/historys_img5.png') no-repeat;
    width: 1px;
    height: 94px;
    background-size: contain;
    display: inline-block;
}

section.history_ .inner .right .date_wrap_ span.line {
    background-image: url('../images/sub/historys_img7.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1px;
    height: 80px;
    position: relative;
    display: block;
    margin: 10px auto;
    position: relative;
    display: inline-block;
    text-align: center;
    left: 50%;
}

section.history_ .inner .right .date_wrap_ span.line:after {
    clear: both;
    content: '';
    display: inline-block;
    background-image: url('../images/sub/historys_img6.png');
    width: 10px;
    height: 10px;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -4px;

}

section.history_ .capability .inner .left .date_wrap_ span.line {
    height: 160px;
}

section.history_ .built .inner .left .date_wrap_ span.line {
    height: 115px;
}

section.history_ .inner .right {
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -0.05em;
}

section.history_ .inner .right ul li {
    margin-bottom: 35px;
}

section.history_ .inner .right ul li:after {
    clear: both;
    content: '';
    display: block;
}

section.history_ .inner .right ul li span {
    font-size: 20px;
    font-weight: 500;
    font-weight: 300;
}

section.history_ .inner .right ul li span.date {
    width: 10%;
    vertical-align: top;
}

section.history_ .inner .right ul li span.desc {
    padding-left: 10px;
    box-sizing: border-box;
    display: inline-block;
    width: 87%;
    float: right;
    vertical-align: top;
	text-transform: capitalize;
}

section.history_ .inner > .left {
    position: relative;
}

/*measurement*/

/*
section.measurement .inner {
    margin: 150px auto;
}
*/

section.measurement .contents .tit {
    text-align: left;
    font-size: 31px;
    font-weight: 400;
    margin: 30px 0;
    letter-spacing: -0.05em;
}

section.measurement .main_text {
    font-family: 'NotoSansKR';
}

section.measurement .inner > .content > ul > li:nth-child(1) > .fr .img_stemp {
    background-image: url('../images/sub/INDUSTRIES_img.jpg');
}

section.measurement .inner > .content > ul > li:nth-child(2) > .fr .img_stemp {
    background-image: url('../images/sub/INDUSTRIES_img2.png');
}

section.measurement .inner > .content > ul > li:nth-child(3) > .fr .img_stemp {
    background-image: url('../images/sub/INDUSTRIES_img3.jpg');
}

section.measurement .inner > .content > ul > li:nth-child(4) > .fr .img_stemp {
    background-image: url('../images/sub/INDUSTRIES_img4.png');
}

section.measurement .inner > .content > ul > li:nth-child(5) > .fr .img_stemp {
    background-image: url('../images/sub/INDUSTRIES_img5.png');

}

section.measurement .inner > .fr li .img_stemp {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom !important;
    width: 100%;
    height: 250px;

}


section.measurement .inner .content > ul > li {
    padding-top: 100px;
}

/*
section.measurement .inner .content > ul > li:first-child {
    padding-top: 0;
}
*/


section.measurement .inner .contents .fr .contents .product_list {
    font-size: 0;
}

section.measurement .inner .contents .text_box {
    display: inline-block;
    width: 80%;
    float: right;

}

section.measurement .inner .contents .text_box {
    display: inline-block;
    float: right;
    width: 80%;
    padding-left: 50px;
    margin: 0;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    letter-spacing: -0.05em;
}

section.measurement .inner .contents .text_box h5 {
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
}

section.measurement .inner .contents > div > ul > li > div p,
section.measurement .inner .Access_fr .contents .text_box p {
    padding-left: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: -0.05em;
    width: 100%;
    word-break: break-word;
}

section.measurement .inner .contents .product_desc_list p {
    width: 100%;
}

section.measurement .inner .Access_fr .contents .text_box p {
    padding: 0;
    margin-top: 50px;
    width: 100%;
}

section.measurement .inner .contents > div > ul > li > div p,
section.measurement .inner .Access_fr .text_box {
    float: none;
}

section.measurement .inner .contents .product_list li:after {
    clear: both;
    content: '';
    display: block;
}

section.measurement .inner .contents .product_list > li {
    margin-bottom: 50px;
}

section.measurement .inner .contents .product_list img {
    width: 20%;
}

section.measurement .inner .Access_fr .contents .product_list img {
    width: auto;
    display: block;
}

section.measurement .inner .Access_fr .text_box {
    width: 100%;
    padding: 0;
}

section.measurement .product_desc_list li {
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}


section.measurement .product_desc_list li:before {
    clear: both;
    content: '-';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}


section.measurement .inner .contents .product_list .resize img {
    width: 26.5%;
}

section.measurement .inner .contents .resize .text_box {
    width: 73.5%;
    padding-left: 4px;
    box-sizing: border-box;
}

section.measurement .inner .contents .product_list .resize2 img,
section.measurement .inner .Access_fr .text_box .resize2 img {
    width: 17%;
    display: inline-block;
}

section.measurement .inner .contents .resize2 .text_box,
section.measurement .inner .Access_fr .resize2 .text_box {
    width: 83%;
}

section.measurement .inner .Access_fr .resize2 .text_box {
    float: right;
    padding-left: 50px;
    box-sizing: border-box;
}

section.measurement .inner .Access_fr .contents .resize2 .text_box p {
    margin-top: 0;
}

.sub_title_big {
    font-size: 20px;
    color: #13bfa6;
    text-align: center;
    font-weight: 400;
}

/*rf_adapter*/

main .bg {
    height: 560px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 90px;
    box-sizing: border-box;
}

main .bg_tit {
    font-size: 60px;
    line-height: 65px;
    font-weight: 500;
    margin-bottom: 50px;
    text-shadow: 0px 6px 0px rgba(0, 0, 0, .3);
}

main .desc {
    font-size: 24px;
    line-height: 34px;
    font-weight: 200;
    display: inline-block;
}

main .common_tit {
    margin-bottom: 40px;
    width: 1280px;
    margin: 0 auto;
}

main .common_tit p {
    display: inline-block;
    font-size: 34px;
    letter-spacing: -0.005em;
    font-weight: 600;
    text-align: left;
    padding-bottom: 65px;
    text-transform: uppercase;
}

main .common_tit .line {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 2px;
    margin-left: 15px;
}

main .common_tit .line:before {
    position: absolute;
    clear: both;
    content: '';
    display: inline-block;
    right: 0;
    width: 20px;
    height: 2px;
    background: #5c32cf;
}

main .common_tit .line:after {
    position: absolute;
    clear: both;
    display: inline-block;
    content: '';
    left: 0;
    width: 20px;
    height: 2px;
    background: #10c4a4;
}

.slick-slider {
    max-width: 1266px;
    overflow: hidden;
    margin: 0 auto;
}

.slick_js2 {
    max-width: 1267px;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-dots {
    font-size: 0;
    text-align: center;
    margin-top: 55px;
}

.slick-dots > li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.slick-dots > li:last-child {
    margin-right: 0;
}

.slick-dots > li > button {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0;
    border: none;
    border-radius: 50px;
    background: #10C4A4;
    padding: 0;
    cursor: pointer;
}

.slick-dots > .slick-active > button {
    background: #5C32CF;
}

.mb50 {
    margin-bottom: 50px;
}

.common_btn {
    background: url('../images/sub/product_btn.png') no-repeat;
    width: 345px;
    height: 63px;
    display: table;
    left: 0;
    right: 0;
    margin: 30px auto 0;
}

.common_btn a {
    display: inline-block;
    font-size: 27px;
    font-weight: 300;
    color: #fff;
    line-height: 63px;
    text-align: center;
    width: 100%;
    height: 100%;
}

section.rf_adapter {
    width: 100%;
    max-width: 1920px;

}

main .img_stemp {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


section.rf_adapter main .content3 .img_stemp {
    background-image: url('../images/sub/product_Adapter_bg.jpg');
}


section.rf_adapter main .content6 .img_stemp {
    background-image: url('../images/sub/product_Adapter_bg2.jpg');
}

section.rf_adapter main .content8 .img_stemp {
    background-image: url('../images/sub/product_Adapter_bg3.jpg');
}

section.rf_adapter main .content11 .img_stemp {
    background-image: url('../images/sub/product_Adapter_bg4.png');
    height: 380px;
}

section.rf_adapter main .content2,
section.rf_adapter main .content5,
section.rf_adapter main .content10,
section.ultrarg main .content2 {
    margin-top: 140px;
}

section.rf_adapter main .content7,
section.rf_adapter main .content9,
section.rf_adapter main .content13 {
    margin-top: 110px;
}

section.rf_adapter main .content7 .common_btn,
section.rf_adapter main .content12 {
    margin-top: 70px;
}

section.rf_adapter main .content6 .img_stemp,
section.rf_adapter main .content8 .img_stemp,
section.rf_adapter main .content11,
section.aeroflon main .content2 {
    margin-top: 160px;
}

section.rf_adapter main .content3 {
    margin: 105px 0 110px;
}

/*ultrarg*/

.rg_content1_bg,
.ae_content1_bg {
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto;
    position: relative;
    margin-top: -224px;
}

.rg_content1_img,
.ae_content1_bg {
    background: url('../images/sub/product_RG_img.png') no-repeat center;
    background-size: contain;
    height: 891px;
    width: 100%;
    background-position-x: left;
}

.ae_content1_bg {
    background: url('../images/sub/product_Aeroflon_img.png') no-repeat;
    margin-top: -196px;
    background-size: inherit;
    height: 865px;
    width: auto;
}

section.ultrarg main .content1 .common_tit,
section.ultrarg main .content1 .common_tit p {
    text-align: center;
}

section.ultrarg main .content1 .img_stemp > img,
section.aeroflon main .content1 .img_stemp > img,
section.aeroflon main .content2 .img_stemp > img {
    margin: 0 auto;
    display: block;
}

section.ultrarg main .content2 .common_btn {
    margin: 60px auto 70px;
}

/*aeroflon*/
main .product_common_tit {
    text-align: center;
}

main .product_common_tit > p {
    font-weight: 500;
    font-size: 70px;
    line-height: 65px;
    text-transform: inherit;
    display: inline-block;
    letter-spacing: 0.0005em;
    font-weight: 500;
    text-align: center;
}

section.aeroflon {
    margin: 80px auto 50px;
}

section.aeroflon main .content2 .common_btn {
    margin: 50px auto 0;
}


section.aeroflon main .content2 .img_stemp2 {
    background-image: url('../images/sub/product_Aeroflon_img4.png');
    background-repeat: no-repeat;
    height: 1500px;
    position: relative;
    margin-top: -113px;

}

section.aeroflon main .content3 {
    position: relative;
    margin-top: -146px;
    z-index: -1;
}




/*fullpage*/
#fullpage {
    max-width: 1920px;
    min-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

#fullpage > div {
    width: 100vw;
    height: 100vh;
}

#fullpage > div:nth-child(1) {
    padding: 0;
    width: 100vw;
    height: 100vh;
}

#fullpage .full_bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#fullpage .section .full_bg {
    position: relative;
    background-position: center;
}

#fullpage .cont1 .full_bg {
    position: relative;
    background-image: url('../images/sub/industries_overview.png');
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: 1000;

}

#fullpage .cont2 .full_bg {
    background-image: url('../images/sub/industries_overview2.jpg');
}

#fullpage .cont3 .full_bg {
    background-image: url('../images/sub/industries_overview3.png');
}

#fullpage .cont4 .full_bg {
    background-image: url('../images/sub/industries_overview4.jpg');
}

#fullpage .cont5 .full_bg {
    background-image: url('../images/sub/industries_overview5.jpg');
}

#fullpage .cont6 .full_bg {
    background-image: url('../images/sub/industries_overview6.png');
}

#fullpage .cont7,
#fullpage .cont7 .fp-tableCell {
    height: auto !important;
}

#fp-nav {
    max-width: 1920px;
    min-width: 1280px;
    width: 100%;
    margin: 0 auto;
    left: 50px;
    display: none;
}

#fp-nav ul li {
    width: 18px !important;
    height: 2px !important;
    background: #fff;
    border-radius: inherit;
    margin-bottom: 20px !important;
}

#fp-nav ul li:last-child {
    margin-bottom: 0 !important;
}

#fp-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#fp-nav ul li a span {
    border-radius: inherit !important;
    height: 2px !important;
    background: #10c4a4 !important;
    margin: 0 !important;
    z-index: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    width: 35px !important;
    background: #10c4a4;
    border-radius: inherit !important;
    height: 4px !important;
    margin: 0 !important;
    left: 0;
    top: -1px;
}


#fullpage .main_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
}

#fullpage .main_text .sub_tit {
    font-size: 22px;
    color: rgba(255, 255, 255, .3);
    letter-spacing: 0.09em;
    margin-bottom: 25px;
}

#fullpage .main_text .tit {
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 50px;
}

#fullpage .main_text .desc {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    font-family: 'NotoSansKR';
    letter-spacing: -0.02em;
    margin-bottom: 140px;
    word-break: keep-all;

}

#fullpage .main_text .scroll {
    position: relative;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #10c4a4;
    font-weight: 300;
    margin-top: 140px;
    display: block;
}

#fullpage .main_text .scroll:after {
    display: block;
    clear: both;
    content: '';
    background: #10c4a4;
    width: 1px;
    height: 94px;
    margin: -140px auto 0;
    -webkit-animation: move 2s infinite;
    animation: move 2s infinite;
}

@-webkit-keyframes move {
    from {
        height: 0px;
    }

    to {
        height: 95px;
    }
}

@keyframes move {
    from {
        height: 0px;
    }

    to {
        height: 95px;
    }
}



#fullpage .text {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 90%;
}

#fullpage .text .tit {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 15px;
    box-sizing: border-box;
}

#fullpage .text .desc {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    width: 100%;
    font-family: 'NanumSquare', sans-serif;
}

#fullpage .text .desc span {
    display: block;
    word-break: keep-all;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    font-family: 'NanumSquare', sans-serif;
}

#fullpage .text .button {
    position: absolute;
    border: 1px solid #fff;
    width: 255px;
    padding: 18px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: transparent;
    transition: background .3s ease, border .3s ease;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #10c4a4;
    background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
    background-size: 105% auto;
}

#fullpage .text .button:after {
    position: absolute;
    width: 27px;
    height: 7px;
    background: url(../images/main/arrow.png);
    content: "";
    top: 23px;
    right: 16px;
    opacity: 0.5;
    display: block;
    transition: opacity .3s ease;
}

#fullpage .text .button:hover a:after {
    opacity: 1;
}

#fullpage .text .button:hover {
    border: 1px solid #fff;
    background: #10c4a4;
    background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
    background-size: 150% auto;
    padding: 18px 0;
}



/*product_overview*/

section.product_overview h2 span {
    color: #13bfa6;
}

section.product_overview h3 {
    font-size: 20px;
    color: #13bfa6;
    margin: 0 auto 100px;
    text-align: left;
    font-weight: 300;
    text-align: center;
}

section.product_overview .content {
   /* margin-bottom: 100px;*/
}

section.product_overview .content img {
    display: block;
    width: 100%;
    height: 100%;
}

section.product_overview .menu {
    background: #fff;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
}

section.product_overview .menu h4 {
    text-align: left;
    font-size: 31px;
    font-weight: 400;
    margin: 30px 0;
    letter-spacing: -0.05em;
    line-height: 1.3;
}

section.product_overview .menu li {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;

}

section.product_overview .menu li:last-child {
    margin-bottom: 0;
}

section.product_overview .menu li a {
    display: block;
    position: relative;
    color: #13bfa6;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.05em;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    box-sizing: border-box;
}

section.product_overview .menu li {
    display: inline-block;
    background-clip: padding-box;
    border: 2px solid transparent;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
}

section.product_overview .menu li:hover {
    border: 2px solid #5c32cf;

}

section.product_overview .menu li:hover:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid #13bfa6;
    box-sizing: border-box;
}

section.product_overview .menu li:hover a {
    color: #4f4bc8;
}

section.product_overview .menu li:hover span.basic_btn::before,
section.product_overview .menu li:hover span.basic_btn::after {
    background: #4f4bc8;
}

section.product_overview span.basic_btn {
    display: block;
    position: relative;
    right: 0;
    background: rgba(255, 255, 255, .25);
    z-index: 99;
    padding-left: 20px;
    box-sizing: border-box;
    width: auto;
    height: auto;
}

section.product_overview span.basic_btn::before,
span.basic_btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: all .5s ease;
    background-color: #fff;
    width: 10px;
    height: 2px;
}

section.product_overview span.basic_btn::before,
section.product_overview span.basic_btn::after {
    background-color: #13bfa6;
    left: 0%;
}

section.product_overview span.basic_btn::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

section.product_overview .menu li:hover span.basic_btn::after {
    transform: translate(-50%, -50%) rotate(140deg);
}

section.product_overview .menu li:hover span.basic_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}


section.product_overview .tit {
    margin-bottom: 25px;
    width: 100%;
    margin-top:40px;
}

section.product_overview .tit span {
    font-size: 20px;
    color: #afafaf;
    font-weight: 300;
    position: relative;
	text-align:left;
}

section.product_overview .tit p {
    color: #000;
    font-size: 45px;
    word-break: break-all;
    display: block;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.05em;
    z-index: 1;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    letter-spacing: -0.08rem;
}


section.product_overview .best_product {
    position: relative;
}

section.product_overview .best_product span {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    display: block;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

section.product_overview .best_product img {
    width: 102%;
    display: block;
}

section.product_overview .best_product_list {
    font-size: 0;
}

section.product_overview .best_product_list > div {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

section.product_overview .best_product_list .num {
    position: relative;
    font-size: 24px;
    color: #13bfa6;
    font-weight: 800;
    text-align: center;
}

section.product_overview .best_product_list .num:after {
    display: block;
    clear: both;
    content: '';
    width: 1px;
    height: 40px;
    background: #13bfa6;
    margin: 15px auto;
}

section.product_overview .best_product_list img {
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 400px;
    height: 390px;
}

section.product_overview .best_product_list .tit {
    margin: 40px 0;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
}

section.product_overview .best_product_list .desc {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

section.product_overview .best_product_list .desc span {
    display: block;
}

section.product_overview .best_product_list .basic_btn_v3 {
    position: relative;
    width: 215px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
    transition: background .3s ease, border .3s ease;
    margin: 20px auto 100px;
}

section.product_overview .best_product_list .basic_btn_v3 a {
    display: block;
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-weight: 300;
}

section.product_overview .best_product_list .basic_btn_v3 a span {
    display: block;
    text-align: right;
    padding-right: 70px;
    box-sizing: border-box;
}

section.product_overview .best_product_list .basic_btn_v3:after {
    position: absolute;
    width: 39px;
    height: 12px;
    background: url('../images/sub/product_overview_img10.png');
    content: "";
    top: 45%;
    transform: translateY(-50%);
    right: 10px;
    display: block;
}

section.product_overview .accom {
    position: relative;
}

section.product_overview .accom a {
    display: block;
    width: 100%;
    height: 100%;
}

section.product_overview .accom a img {
    display: block;
    width: 100%;
    height: 100%;
}

section.product_overview .accom p {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    font-weight: 500;

}
h4.sub_title_v2{
    font-size: 20px;
    color: #13bfa6;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
    margin: 40px 0 20px;
    white-space: break-spaces;
}


/*grid layout*/
section.about_us .grid-layout {padding: 0 50px 100px;}
.grid-layout > div {
    padding:0 0 0 50px;
}
.grid-layout > div ~ div {
    margin-top:80px;
}
.grid-layout > div > div,
.grid-layout > div > p {
    margin-left:-50px;
}
.grid-layout .tit {
    font-size:24px;
    font-family: "NanumSquareBold";
    font-weight:bold;
}
.grid-layout .tit_gr {
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-weight: 700;
    background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space:nowrap;
}
.grid-layout .dk_box {
    display:inline-block;
    margin-top:4px;
    padding:4px;
    color:#fff;
    background:#000;
    font-size:35px;
    line-height:35px;
    font-family: "NanumSquareBold";
    font-weight:bold;
}
.grid-layout .img_stemp {
    position:relative;
    width:100%;
    margin:-16px 0 0 0;
    -webkit-box-shadow: -1px 1px 25px -2px rgba(71, 88, 154, 1);
    -moz-box-shadow: -1px 1px 25px -2px rgba(71, 88, 154, 1);
    box-shadow: -1px 1px 25px -2px rgba(71, 88, 154, 1);
    z-index:-1;
}
.grid-layout .img_stemp img {
    width:100%;
}

/*RESPONSIBLE MANAGEMENT*/
section.responsible_management .Comperirivencess > div {
	margin-bottom:0;
}
section.responsible_management .white_box .text {
    font-size: 20px;
    color: #222;
    line-height: 26px;
}
section.responsible_management h4 {
    font-size:40px;
    color:#1EAAAB;
    margin-bottom:40px;
}
section.responsible_management h5 {
    font-size:32px;
    margin-bottom:34px;
    line-height: 40px;
}
section.responsible_management .img_stemp h4 {
    color:#222;
    text-align:center;
    margin-bottom:34px;
    padding:0 40px;
}
.responsible_management .fixed_img .img_box {
	margin-bottom:0;
}
.responsible_management .fixed_img .img_stemp:nth-child(1) {
    width:100%;
    height:450px;
    background:url(../images/sub/sustainable_product_img01.png);
    background-repeat:no-repeat;
    background-size: cover;
}
.responsible_management .inner:nth-child(3) > .img_stemp:nth-child(1) {
    padding:65px 0;
    background:url(../images/sub/sustainable_product_img03.png);
    background-repeat:no-repeat;
    background-size: contain;
}
.responsible_management .inner:nth-child(3) .img_stemp > .img_stemp {
    width:90%;
    height:340px;
    margin:0 auto;
    background:url(../images/sub/sustainable_product_img05.png);
    background-repeat:no-repeat;
    background-size: contain;
}
.responsible_management .sustainable01 {
    margin-top:-80px;
}
.responsible_management .sustainable02 {
    margin:80px 0 160px !important;
}
.responsible_management .sustainable01 .img_stemp,
.responsible_management .sustainable02 .img_stemp {
    display:flex;
    flex-direction:column;
    height:384px;
    padding-bottom:30px;
    background-repeat:no-repeat;
    background-size: cover;
    justify-content: flex-end;
    box-sizing:border-box;
}
.responsible_management .sustainable01 .img_stemp {
    background:url(../images/sub/sustainable_product_img04.png);
}
.responsible_management .sustainable02 .img_stemp {
    background:url(../images/sub/sustainable_product_img06.png);
}
.responsible_management .sustainable01 h6,
.responsible_management .sustainable02 h6 {
    margin-bottom:10px;
    padding:0 40px !important;
    font-size:30px;
    color:#fff;
}
.responsible_management .sustainable01 .text,
.responsible_management .sustainable02 .text {
    padding:0 40px !important;
    font-size:22px;
    color:#fff;
    line-height:26px;
}
.responsible_management .inner:nth-child(3) .text {
    padding:0 50px;
    font-size:20px;
    line-height:26px;
}
section.responsible_management div.white_box {
    width:100%;
    margin:25px 0 40px;
    padding:30px 0;
}
section.responsible_management .gradient {
    position: relative;
    display: inline-block;
    background-image: url('../images/sub/gradient.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    padding: 38px 35px;
    box-sizing: border-box;
    margin-top:30px;
    letter-spacing: 0.05em;
}
section.responsible_management ul {
	margin-top:30px;
}
section.responsible_management ul li {
    padding-left: 12px;
    font-size: 20px;
    background: url(../images/sub/icon_dot.png) left 8px no-repeat;
    margin-bottom:30px;
    margin-top: 16px;
    margin-left:0;
    line-height:26px;
}
