.visual_area {
    width: 100%;
    height: 415px;
    background-color: #222;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.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.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;
}

.visual_area .title_wrapper .sub_title {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

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

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

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

.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.png');
}

.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: 1920px;/*1280*/
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    font-size: 16px;
    top: -55px;
    color: #fff;
    padding:0 13.5%;
    background-color: rgba(3, 9, 14, 0.5);
    height: 55px;
    font-size: 0;
    text-transform: uppercase;
}

.pos div {
    position: relative;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.pos i.dep {
    width: 100%;
    margin: 0;
    padding: 0 25px 0 30px;
    box-sizing: border-box;
    z-index: 10;
}
.pos > span.item3 div:nth-child(2n) i.dep {
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}

.pos i {
    display: inline-block;
    font-style: normal;
    position: relative;
    line-height: 20px;
    padding-right: 16px;
    margin-right: 10px;
    line-height: 55px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.pos > span {
    width: 94.5%;
    display: inline-block;
}

.pos > span.item3 div {
    width: 33.33%;
}

.pos > span.item2 div {
    width: 50%;
}

.pos > span.item2 div.last.hide {
    display:none;
}

.pos i:after {
    content: "";
    display: inline-block;
    width: 1px;
    right: 0px;
    height: 55px;
    position: absolute;
    background: rgba(255, 255, 255, .25);
}

.pos i.home:after {
    display: none;
}

.pos > i:first-child {
    font-size: 0;
    width: 5.5%;
    max-width: 58px;
    height: 55px;
    background-image: url(../images/main/pos_home.png);
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

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

.pos .basic_btn {
    display: block;
    position: absolute;
    top: 17px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .25);
    z-index: 10;
}

.pos .basic_btn::before,
.pos .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: 8px;
    height: 2px;
}

.pos .basic_btn::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

h3.main_title_big {
    position: relative;
    font-size: 50px;/*34px*/
    letter-spacing: 0.01em;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    z-index: 1;
    /* text-transform: uppercase; */
    font-family: 'HKGrotesk';
    font-weight: 800;
}

.color {
    color: #f7bd35;
    font-size: 42px;
}

section {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1920px;
    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;
}

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 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;
    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;
    display: inline-block;
    width: 100%;
}

section.sitemap ul.gnb li:first-child a {
    margin-top: 0;
}

section.sitemap ul.gnb > li > a {
    font-weight: 600;
    display: block;
    margin: 85px 0 20px;
    font-size: 32px;
    word-break: keep-all;
    color: #222;
    transition: color .3s ease;
    text-transform: uppercase;
    box-sizing: border-box;
}

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: 40px 0 110px;
    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: 20%;
}

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;
    margin-bottom: 30px;
    line-height: 29px;
    font-weight: 600;
}

section.sitemap ul.gnb > li > ul > li > ul {
    margin-bottom:30px;
}

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;
}

section.about_us {
    overflow: inherit;
}

section.about_us .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 95px;
    box-sizing: border-box;
}

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

section.about_us .inner3 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.about_us .line {
    position: relative;
    width: 42px;
    height: 2px;
    margin: 0 auto 70px;
    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 70px;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}

section.about_us .overview .gd_img {
    position: absolute;
    background-image: url('../images/sub/overview_cir.png');
    background-repeat: no-repeat;
    background-size: auto;
    top: 240px;
    left: 70px;
    z-index: 9;
    width: 137px;
    height: 138px;
    animation: rotation 10s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

section.about_us .overview {
    position: relative;
    background-image: url('../images/sub/sub_about_bg1.png');
    background-repeat: no-repeat;
    max-width: 1280px;
    width: 100%;
    background-size: auto;
    margin: 0 auto 130px;
}

section.about_us .overview .gradient {
    position: relative;
    display: inline-block;
    background-image: url('../images/sub/gradient.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 100;
    width: 776px;
    padding: 38px 65px;
    box-sizing: border-box;
    margin-top: 310px;
    margin-left: 140px;
    letter-spacing: 0.05em;
}

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

section.about_us .Comperirivencess .fr > div:first-child {
    margin-bottom: 125px;
}

section.about_us .Comperirivencess > .fr > div:last-child .white_box {
    width: 380px;
    margin-top: 280px;
}

section.about_us .Comperirivencess .fl > div:first-child {
    margin-top: 70px;
    width: 450px;
    background-position: 64% 0;
    height:700px;
}

section.about_us .Comperirivencess h3 {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

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

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

section.about_us .wave_box{
    background-image: url('../images/sub/mmwave1.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 1px 0;
    margin-bottom: 130px;
    background-size: auto;
    cursor: pointer;
}

section.about_us .wave_box:hover{
    -webkit-box-shadow: 12px 15px 32px 0px rgba(117,117,117,0.86);
    -moz-box-shadow: 12px 15px 32px 0px rgba(117,117,117,0.86);
    box-shadow: 12px 15px 32px 0px rgba(117,117,117,0.86);
}

section.about_us .fl .wave_bo {
    width: 500px;
    height: 633px;
}

section.about_us .cont1 {
    background-image: url('../images/sub/mmwave2.png');
    width: 400px;
    height: 592px;
    margin-bottom:300px;/*260px*/
}

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

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

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

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

section.about_us .fl .cont {
    background-position: 50%;
}

section.about_us .fl .cont2 .wave_box {
    width: 470px;
    height: 410px;
}

/* section.about_us .fr .cont1{
	float:right;
} */
section.about_us .cont2 .white_box {
    width: 370px;
    margin-top: 260px;
}

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

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

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 .Comperirivencess > .fl {
    width: 50%;
}

section.about_us .Comperirivencess > .fr {
    width: 50%;
}

section.about_us .white_box .title {
    font-size: 15px;
    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 30px;
}

section.about_us .white_box .text,
.responsible_management .text {
    font-size: 18px;
    color: #222;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-weight: 300;
}

section.about_us .bg {
    position: relative;
    height: 625px;
    padding: 63px 0;
    box-sizing: border-box;
    background:#f1f1f1;
}

section.about_us .current_bg {
    background-image: url('../images/sub/overview_bg.png');/*url('../images/sub/current_bg.png')*/
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 754px;
    margin: 0 auto;
    bottom: 0;
/*    z-index: -1;*/
}

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

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

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

section.about_us .bg li .des {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.05em;
    font-weight: 300;
}

section.about_us .bg .tit {
    font-size: 24px;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 35px;
    letter-spacing: -0.05em;
}

section.about_us .current {
    font-size: 0;
}

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

section.about_us .current li {
    width: 15.8%;/*15.834%*/
    height: 266px;
    background: rgba(255, 255, 255, .8);
    margin-right: 1%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #222;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

section.about_us .current li:before{
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 203px;
    z-index: -1;
    background: rgb(16,196,164);
    background: linear-gradient(135deg, rgba(16,196,164,1) 0%, rgba(92,50,207,1) 100%);
    height: 266px;}

section.about_us .current li:last-child {
    margin-right: 0;
}

/*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:hover{
    color:#fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.about_us .current li:hover:before{
    /*background-image: url('../images/sub/current_bg2.png');
    background-repeat: no-repeat;
    background-size: cover;*/
  /*  background: rgb(16,196,164);
    background: linear-gradient(135deg, rgba(16,196,164,1) 0%, rgba(92,50,207,1) 100%);
    */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

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;
}

/* vision */
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 70px;
    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%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    font-family: "Montserrat"
}

section.vision ul li {
    margin-bottom: 130px;
}
section.vision ul li:nth-child(2)>div{width:50%;}
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');
    width: 824px;
    height: 625px;
} */

/* section.vision ul li:nth-child(2) .img_box {
    background-image: url('../images/sub/vision_img2.png');
    width: 687px;
    height: 574px;
    position: absolute;
    position: relative;
    text-align: revert;
    text-align: right;
    float: right;
    top: 0;
    margin-top: -454px;
    z-index: -1;
}
 */
/* section.vision ul li:nth-child(3) .img_box {
    background-image: url('../images/sub/vision_img3.png');
    width: 687px;
    height: 629px;
} */

section.vision .vison_wrap .title {
    font-size: 28px;
    color: #17b697;
    font-weight: bold;
    font-family: 'HKGrotesk';
    text-align: left;
    padding: 0;
    letter-spacing: 0.04rem;
}

section.vision .vison_wrap .des {
    font-size: 43px;
    line-height: 110%;
    letter-spacing: normal;
    font-weight: 800;
    margin-bottom: 30px;
    font-family: 'HKGrotesk';
}

section.vision .vison_wrap .text {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    letter-spacing: 0.01em;
    font-weight: 300;
}

section.vision .vison_wrap li:nth-child(1) .title {
    margin: 90px 0 35px;
}

section.vision .vison_wrap li:nth-child(2) .title {
    margin: 47px 0 35px;
}

section.vision .vison_wrap li:nth-child(3) .title {
    margin: 90px 0 35px;
}

section.vision .vison_wrap .basic_line {
    margin: inherit;
    margin-top: 30px;
}

section.vision .vison_wrap > ul > li:nth-child(1) > .fl {
    position: relative;
    width: 685px;
    height: 625px;
}

section.vision .vison_wrap > ul > li:nth-child(1) > .fl img {
    position: absolute;
}

section.vision .vison_wrap > ul > li:nth-child(1) > .fl > img:nth-child(1) {
    top: 150px;
    left: 0;
    z-index: 2;
}

section.vision .vison_wrap > ul > li:nth-child(1) > .fl > img:nth-child(2) {
    position: relative;
    padding: 268px 0 0 354px;
    z-index: 1;
}

section.vision .vison_wrap > ul > li:nth-child(1) > .fl > img:nth-child(3) {
    top: 0;
    left: 0;
    z-index: 3;
}

 section.vision .vison_wrap > ul > li:nth-child(2) .img_box {
    position: relative;
    /* width: 690px; */
    height: 675px;
 } 
section.vision .vison_wrap > ul > li:nth-child(2) .img_box img {
    position: absolute;
}

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

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

section.vision .vison_wrap > ul > li:nth-child(3) .img_box {
    position: relative;
    width: 690px;
    height: 620px;
}

section.vision .vison_wrap > ul > li:nth-child(3) .img_box img {
    position: absolute;
}

section.vision .vison_wrap > ul > li:nth-child(3) .img_box img:nth-child(1) {
    left: 0;
    bottom: 100px;
    z-index: 2;
}

section.vision .vison_wrap > ul > li:nth-child(3) .img_box img:nth-child(2) {
    top: 0;
    left: 40px;
    z-index: 3;
}

section.vision .vison_wrap > ul > li:nth-child(3) .img_box img:nth-child(3) {
    bottom: 0;
    right: 0;
    z-index: 1;
}


/* location */
.main_text {
    padding: 0 0 70px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.01em;
    font-weight: 300;
}

.inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

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

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 .tabs-nav li.active {}

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

section.location .main_text {
    margin-bottom: 80px;
}

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

section.location #daumRoughmapContainer1597976699115,
section.location #daumRoughmapContainer1597988458273,
section.location #daumRoughmapContainer1597999528651,
section.location #daumRoughmapContainer1598229522360,
section.location #daumRoughmapContainer1598229741366 {
    width: 100%;
    height: 370px;
    padding-bottom: 300px;
}

section.location #daumRoughmapContainer1598229522360,
section.location #daumRoughmapContainer1598229741366 {
    padding-bottom: 150px;
}

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: 780px;
    height: 390px;
    z-index: 1;
    padding: 90px 33px;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    left: 60px;
    position: absolute;
}


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 .address h3 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.location .google_map1 .address h3 {
    margin-bottom: 45px;
}

section.location .address p span {
    font-size: 18px;
    font-weight: 300;
    color: #111111;
    letter-spacing: 0.02em;
}

section.location .address .detail {
    margin-bottom: 20px;
    line-height: 26px;
    color: #111111;
    letter-spacing: -0.05em;
}

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 .address .number_v2 .line:after {
    display: none;
}

section.location .address2 {
    width: 490px;
    height: auto;
    left: inherit;
    right: 60px;
    padding: 30px;
    box-sizing: border-box;
}

/*
section.location .address2 .detail {
    margin-bottom: 20px;
}
*/

section.location .address3 {
    width: 495px;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
}

section.location .address4 {
    width: 780px;
    /*    height: 400px;*/
    height: auto;
    padding: 30px;
    box-sizing: border-box;
}

section.location .address5 {
    width: 540px;
    /*    height: 430px;*/
    left: inherit;
    right: 60px;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
}

section.location .address7 {
    height: auto;
    padding: 30px;
    box-sizing: border-box;
}


section.location .tabs-panel2 .address6_wrap .address {
    right: 60px;
    left: auto;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
}

section.location iframe {
    width: 100%;
    height: 370px;
    padding-bottom: 300px;
}

section.location .google_map2 iframe,
section.location .google_map3 iframe {
    padding-bottom: 120px;
}

section.location .tabs-panel2 .google_map4 iframe,
section.location .tabs-panel2 .google_map6 iframe {
    padding-bottom: 190px;
}

section.location .tabs-panel2 .google_map5 iframe {
    padding-bottom: 170px;
}

section.location .tabs-panel2 .google_map7 iframe {
    padding-bottom: 210px;
}


section.location .tabs-panel2 iframe {
    padding-bottom: 300px;
}

/* ledership */
section.leadership{
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width:unset;
    margin: 0 auto;
}

section.leadership .basic_line {
    margin: 0 auto 45px;
}

section.leadership .ld_top {
    background: url('../images/sub/leadership_img.png') no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: 0.05em;
    padding: 72.5px 0 54.5px;
    margin-bottom: 65px;
    box-sizing: border-box;
    text-align: center;
    background-size:cover;
}

section.leadership .ld_top > div {
    text-align: right;
    margin-top: 55px;
    font-weight: 300;
    padding-right: 100px;
    box-sizing: border-box;
}

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

section.leadership .ld_top > div 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:last-child {
    background: url('../images/sub/leadership_img8.png') no-repeat;
    width: 177px;
    height: 125px;
    display: inline-block;
    vertical-align: -28px;
    margin: -125px 0 0 50px;
}

section.leadership .ld_bt {
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
    padding-bottom: 27px;
    /*    width: 871px;*/
    margin: 0 auto;
}

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

section.leadership .ld_bt > ul > li {
    display: inline-block;
    width: 32.6%;
    height: 520px;
    background: #000;
    margin-right: 1%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 65px;
    position: relative;
}

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_img1.png') no-repeat;
}
*/
section.leadership .photo {
    position: absolute;
    background: url('../images/sub/leadership_img1.png') no-repeat;
    bottom: 0;
    right: 0;
    width: 801px;
    height: 612px;

}
section.leadership .photo2{
    background: url(../images/sub/leadership_img9.png) no-repeat;
    bottom: 0;
    right: 0;
    max-width: 1280px;
    width:100%;
    height: 706px;
    background-size: 100%;
    display: block;
}

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

section.leadership .ld_bt .img_stemp {
    padding-top: 30px;
    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-child {
    font-weight: 100;
}

section.leadership .hover_contents {
    opacity: 0;
    background: url('../images/sub/leadership_img7.png') no-repeat;
    transition: all 0.5s ease;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 30px 0 0 20px;
    box-sizing: border-box;
}

section.leadership .ld_bt > ul > li:hover .hover_contents {
    opacity: 1;
}

section.leadership .ld_bt > ul > li:hover .img_stemp {
    color: #222222;
}

section.leadership .hover_contents ul > li:first-child p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

section.leadership .hover_contents .list {
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
}

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;
}
@media screen and (max-width:1280px){
    /*leadership*/
    section.leadership .ld_bt .img_stemp{
        font-size:20px;
    }
    section.leadership .ld_bt .img_stemp p:first-child{
        font-size:24px;
    }

    section.leadership .inner{
        max-width:1040px;
        width:100%;
    }
    section.leadership .ld_top{
        background-size: cover;
        padding: 72.5px 30px 54.5px;
    }

    section.leadership .ld_bt > ul > li:nth-child(1){
        background-size:contain;
        margin-right: 20px;
    }
    section.leadership .ld_bt > ul > li:nth-child(2){
        background-size:contain;
    }
    section.leadership .ld_bt > ul > li:nth-child(3){
        background-size:contain;
        margin-right: 20px;
    }
    section.leadership .ld_bt > ul > li:nth-child(4){
        background-size:contain;
    }
    section.leadership .ld_bt > ul > li{
        width:42%;
        margin-right:0px;
    }
    section.leadership .photo{
        position:unset;
        margin:0 auto;
    }

    section.leadership .ld_bt{
        padding-bottom:0px;
        text-align: center;
    }
}

/*end leadership*/

/* accomplishments */
section.accomplishments .inner{
    max-width:1280px;
    width:90%;
}

section.accomplishments .basic_line {
    margin: 0 auto 70px;
}

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

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;*/
    background: rgb(10,200,166);
    background: linear-gradient(129deg, rgba(10,200,166,1) 29%, rgba(129,62,221,1) 100%);
    color: #fff;
    border: none;
    display: inline-block;
    width: 100%;
    background-size: cover;
    padding: 21.5px 0;
}

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

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

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

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


section.accomplishments .current > ul > li p:nth-child(1):hover{
    background: rgb(10,200,166);
    transition-duration: 0.4s;
    -webkit-background-clip: text;
    background: linear-gradient(129deg, rgba(10,200,166,1) 29%, rgba(129,62,221,1) 100%);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

table td {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    letter-spacing: -0.05em;
}

table tbody > tr > td:nth-of-type(1),
table tbody > tr > td:nth-of-type(2) {
    font-weight: 500;
    color: #000;
}

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

section.accomplishments .basic1 tbody tr td:nth-of-type(2) {
    text-align: center;
}

section.accomplishments .basic2 tbody tr td:nth-of-type(2) {
    text-align: center;
}


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

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

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 tbody > tr > td:nth-child(2) {
    text-align: left;
    font-weight: 500;
}

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

.page_wrap {
    margin: 95px 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 */
section.research .bg {
    background: url('../images/sub/research_img.png') no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
    left: 0;
    /*top: -50px;
    position: relative;*/
    top: 165px;
    position: absolute;
}

section.research .inner > .fl {
    /*width: 390px;*/
    width: 30%;
    display: inline-block;
}

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: 890px;*/
    width: 70%;
    display: inline-block;
}

section.research .inner > .fr li:nth-child(1) .img_stemp {
    background: url('../images/sub/research_img2.png') no-repeat;
    height: 470px;
}

section.research .inner > .fr li:nth-child(2) .img_stemp {
    background: url('../images/sub/research_img3.png') no-repeat;
    height: 470px;
}

section.research .inner > .fr li:nth-child(3) .img_stemp {
    background: url('../images/sub/research_img4.png') no-repeat;
    height: 470px;
}

section.research .inner > .fr li:nth-child(4) .img_stemp {
    background: url('../images/sub/research_img5.png') no-repeat;
    height: 470px;
}

section.research .inner > .fr li {
    position: relative;
}

section.research .inner > .fr li span {
    position: absolute;
    font-size: 20px;
    font-weight: 300;
    top: 220px;
}

section.research .inner > .fr p {
    font-size: 20px;
    line-height: 30px;
    margin: 40px 0 140px;
    width:100%; /*700px*/
    float: right;
    font-weight: 300;
}

section.research .inner .content .fl {
    width: 19%;
}

section.research .inner .content .fr {
    position: relative;
    z-index: 2;
    width: 81%;
}

section.research .inner .content span.original {
    clip: rect(0px, 890px, 160px, 169px);
    color: #fff;
    font-size: 86px;
    word-break: break-all;
    display: block;
    position: absolute;
    top: 295px;
    left: 0;
    font-weight: 600;
    letter-spacing: -0.05em;
    z-index: 3;
}

section.research .inner .content span.overlay {
    color: #000;
    font-size: 86px;
    word-break: break-all;
    display: block;
    position: absolute;
    top: 295px;
    left: 0;
    font-weight: 600;
    letter-spacing: -0.05em;
    z-index: 1;
}

section.research .menu {
    margin-top: 125px;
}

/* news */
section.news .inner{
    max-width: 1280px;
    margin: 0 auto;
    width: 91%;
}

section.news .basic_line {
    margin: 0 auto 70px;
}

section.news .search_wrap {
    width: 560px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

section.news .search_wrap select {
    width: 130px;
    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: 1px solid #e0e0e0;
    padding: 0 80px 0 20px;
    box-sizing: border-box;
}

section.news .search_wrap > .fr img {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
}

.news_wrap {
    margin-top: 40px;
}

.news_wrap li {
    border-top: 1px solid #959595;
    position: relative;
    box-sizing: border-box;
    min-height: 275px;
    cursor: pointer;
}
.news_wrap .clearfix>a>div:nth-child(1){width:100%;}
.news_wrap .fl2 {
    display: inline-block;
    box-sizing: border-box;
    width: 58%;/*73%*/
    margin-left: 9%;
}

.news_wrap .fr{
    max-width: 31%;
    display: inline-block;
    width: 100%;
}

.news_wrap .fr img {
/*     margin-top: -10px; */
    display: inline-block;
    width:100%!important;
}

.news_wrap .date {
    display: inline-block;
    padding-left: 10px;
    box-sizing: border-box;
}

.news_wrap .date span:nth-child(1) {
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #666;
}

.news_wrap .date span:nth-child(2) {
    font-size: 16px;
    color: #959595;
    font-weight: 600;
}

.news_wrap .tit {
    font-size: 32px;
    font-weight: 600;
    margin-top: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.news_wrap .go {
    font-size: 18px;
    color: #1cabac;
    font-weight: 600;
    margin-top: 35px;
    display: inline-block;
}

.news_wrap .go img {
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
}

.news_wrap li .common {
    font-size: 16px;
    background: #959595;
    display: inline-block;
    color: #fff;
    padding: 9.5px 18px;
    box-sizing: border-box;
}

.news_wrap li .desc {
    font-size: 18px;
    color: #959595;
    margin-top: 28px;
    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: 52px;
    line-height: 26px;
}

.news_wrap ul li > div:nth-child(1) {
    width: 100%;
    display: inline-block;
}

.news_wrap ul li > div:nth-child(2) {}

.news_wrap ul li > div:nth-child(3) {
    width: 25.7%;
}

.news_wrap li.active .common {
    background: #333;
}

/*news_notice*/
section.news_notice {
    margin-bottom: 100px;
}
section.news_notice .inner{
    max-width:1280px;
    width:91%;
}

section.news_notice .clearfix {
    padding: 30px 20px;
    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 {
    width: 20%;
}

section.news_notice .fr {
    width: 80%;
}

section.news_notice .fl,
section.news_notice .fr {
    padding: 0px 10px;
    box-sizing: border-box;
}

section.news_notice .fl p {
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    padding: 0px 12px;
    background: #000;
}

section.news_notice .fr h4 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 30px;
}

section.news_notice .fr p.date {
    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;
    color: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    padding-bottom: 20px;
}

section.news_notice .fr .content img {
    max-width: 100%;
}

section.news_notice .fr .content p {

}



/* section.news_notice .fr .content {
    font-family: "NotoSansKR" !important;
    line-height: 28px !important;
}

section.news_notice .fr .content img {
    width: 539px;
    height: 403px;
    margin: 0px 0;
    padding-bottom: 0px;
}


section.news_notice .fr .content .text {
    font-size: 20px;
    letter-spacing: -0.3px;
    text-align: left;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    word-break: break-all;
}

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: 20px;
    font-size: 14px;
    color: #333;
    padding: 0px;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding-bottom: 0px;
    cursor: pointer;
}

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: 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: #5C32CF;
    color: #fff;
}

/*research*/

section.research .inner .content .advan span.original {
    font-size: 76px;
    top: 309px;
    clip: rect(0px, 890px, 121px, 169px);
}

section.research .inner .content .advan span.overlay {
    font-size: 76px;
    top: 309px;
}

section.research .inner .content .micro span.original {
    left: 9px;
    clip: rect(0px, 890px, 135px, 159px);
}

section#rh .inner .content .micro span.original {
    clip: rect(0px, 890px, 160px, 159px);
}

section#rh .inner .content .advan span.original {
    clip: rect(0px, 890px, 156px, 169px)
}

section.research .inner .content .micro span.overlay {
    left: 9px;
}

/*pr*/
.tabs-nav {
    font-size: 0;
}

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

section.pr .basic_line {
    margin: 0 auto 70px;
}
section.pr .tabs-nav{
    max-width: 1440px;
    width: 91%;
    margin: 0 auto;
}

section.pr .back_bg {
    background: #ebebeb;
    position: absolute;
    height: 430px;
    top: 0px;
    width: 100%;
    left: 0px;
}

section.pr .bg {
    background: url('../images/sub/pr_img.png') no-repeat;
    width: 386px;
    height: 82px;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.pr .video {
    margin: 110px 0 45px;
}

section.pr .video iframe{
    width: 100%;
}

section.pr .inner {
    position: relative;
    /*margin-top: -350px;*/
}

section.pr .inner {
    max-width: 1040px;
    width: 91%;
}

section.pr .inner2 {
    /*padding: 0 50px;*/
    box-sizing: border-box;
}

section.pr .tabs-panel2 {
    /*padding: 0 100px;*/
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
}

section.pr .tabs-panel2 > .inner2 > div {
    padding: 0 100px;
    box-sizing: border-box;
}

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 > div {
    margin: 80px 0;
}

.tabs-panel2 .book {
    font-size: 0;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.tabs-panel2 .book li {
    display: inline-block;
    width: 50%;
	margin-bottom:30px;
}

.tabs-panel2 .book .fl {
    width: 32%;
    display: inline-block;
}

.tabs-panel2 .book .fr {
    width: 62%;
    margin-top: 20px;
}

.tabs-panel2 .book .fr .tit {
    font-size: 24px;
    font-weight: 600;
}

.tabs-panel2 .book .fr .num {
	font-size:14px;
	color:#1cabac;
	margin-bottom:4px;
}

.tabs-panel2 .book .fr .desc {
    margin: 35px 0 90px;
}

.tabs-panel2 .book .fr .desc span {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
}

.tabs-panel2 .down {
    font-size: 0;
    width: 208px;
    height: 50px;
}

.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: 256px;
    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(1),
section.customers ul.partners_box li:nth-of-type(3),
section.customers ul.partners_box li:nth-of-type(5),
section.customers ul.partners_box li:nth-of-type(6),
section.customers ul.partners_box li:nth-of-type(17) {
    width: 40%;
}
*/
/*

section.customers ul.partners_box li:nth-of-type(3) {
    height: 512px;
}

section.customers ul.partners_box li:nth-of-type(4),
section.customers ul.partners_box li:nth-of-type(5) {
    position: relative;
    margin-top: -256px;
}

section.customers ul.partners_box li:nth-of-type(5) {
    margin-left: 20%;
}
*/

section.customers ul.partners_box li > div {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

section.customers .basic_line {
    margin: 0 auto 100px;
}

section.customers .main_text span {
    color: #1eaaab;
}

section.customers .main_text {
    padding: 0 0 50px;
}

/*careers*/

section.careers .inner{
    margin: 0 auto;
    max-width: 1280px;
    width:100%;
    padding:0 50px;
    box-sizing: border-box;
}

section.careers .main_text {
    font-family: 'NotoSansKR';
    margin: 80px 0 0px;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: -0.04rem;
}

section.careers .main_text span.point {
    color: #1eaaab;
}

section.careers .main_text span.line {
    border-bottom: 3px solid #10c4a4;
}

section.careers .careers_wrap {
    font-size: 0;
    font-family: 'NotoSansKR';
    margin-bottom: 130px;
    position: relative;
}


section.careers .careers_wrap > li {
    display: inline-block;
    width: 50%;
    min-height: 340px;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
    padding: 60px 52px 50px;

    transition: all .3s ease;
    /*    background: #10c4a4;*/
}

section.careers .careers_wrap > li:nth-child(2),
section.careers .careers_wrap > li:nth-child(3) {
    /*    background: #805DA6;*/
}

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;
}

section.careers .careers_wrap > li:after {
    content: '';
    display: inline-block;
    background-color: #ccc;
    position: absolute;
}

section.careers .careers_wrap > li:nth-child(1):after {
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
}

section.careers .careers_wrap > li:nth-child(2):after {
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 0;
}

section.careers .careers_wrap > li:nth-child(3):after {
    width: 100%;
    height: 1px;
    left: 0;
    top: -1px;
}

section.careers .careers_wrap > li:nth-child(4):after {
    height: 100%;
    width: 1px;
    top: 0;
    left: -1px;
}


section.careers .careers_wrap > li:nth-child(1):hover {
    box-shadow: 15px 11px 30px -5px rgba(0, 0, 0, .5);
}

section.careers .careers_wrap > li:nth-child(2):hover {
    box-shadow: -15px 11px 30px -5px rgba(0, 0, 0, .5)
}

section.careers .careers_wrap > li:nth-child(3):hover {
    box-shadow: 15px -11px 30px -5px rgba(0, 0, 0, .5);
}

section.careers .careers_wrap > li:nth-child(4):hover {
    box-shadow: -15px -11px 30px -5px rgba(0, 0, 0, .5);
}

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;
}

section.careers .careers_wrap .bottom ul {
    font-size: 0;
}

section.careers .careers_wrap .bottom ul li {
    width: 33.333%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

section.careers .careers_wrap > li .tit {
    font-size: 24px;
    color: #10c4a4;
    /*    color: #fff;*/
    font-weight: 500;
    margin-bottom: 40px;
    letter-spacing: -0.05em;
    text-align: left;
}

section.careers .careers_wrap > li .sub_tit {
    font-size: 15px;
    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: 12px;
    height: 2px;
    background: #4e4dc7;
    /*    background: #fff;*/
    left: 0;
    bottom: -7px;
}

section.careers .careers_wrap > li .desc {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    margin-top: 32px;
    /*    color: #fff;*/
}

section.careers .careers_wrap div:last-child {
    margin-top: 45px;
}

section.careers .clearfix {
    margin-bottom: 100px;
    border-bottom: 3px solid #000;
    box-sizing: border-box;
    position: relative;
}

section.careers .clearfix .fl {
    margin-top: 130px;
    display: inline-block;
    margin-bottom: 50px;
    max-width: 60%;
    width: 100%;
}

section.careers .clearfix .fl .tit {
    font-size: 16px;
    color: #222222;
    border: 2px solid #000000;
    padding: 7.5px 21px;
    box-sizing: border-box;
    display: inline-block;
}

section.careers .clearfix .sub_tit {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.05em;
    margin: 60px 0;
}

section.careers .clearfix .go {
    background: url('../images/sub/careers_img.png') no-repeat;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 207px;
    height: 51px;
    display: block;
    text-align: center;
    line-height: 51px;
    margin-bottom: 40px;
}

section.careers .clearfix .mail span {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

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: 600;
}

section.careers .clearfix .fr {
    background: url('../images/sub/careers_img2.png') no-repeat;
    width: 676px;
    height: 571px;
    display: inline-block;
    position: absolute;
    left: 48%;
    width: 100%;
    background-size: contain;
    bottom: 0px;
}
}

section.careers .careers_wrap > li * {
    /*    color: #fff;*/
}

/*inquiries*/
section.inquiries .basic_line {
    margin: 0 auto 65px;
}

section.inquiries table {
    margin-bottom: 45px;
}

section.inquiries table tbody > tr > td:nth-of-type(2) {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    letter-spacing: -0.05em;
    text-align: center;
}

section.inquiries .bottom {
    background: #f8f8f8;
    padding: 45px 0 90px;
    box-sizing: border-box;
}

section.inquiries .bottom > div {
    /*padding: 0 30px;*/
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
}

section.inquiries .bottom ul {
    font-size: 0;
    text-align: left;
}

section.inquiries .bottom ul li {
    display: inline-block;
    width: 32.6%;
    margin-right: 1%;
    background: #fff;
    padding: 50px 30px 40px;
    box-sizing: border-box;
    height: 260px;
    vertical-align: top;
}

section.inquiries .bottom ul li:last-child {
    margin-right: 0;
}

section.inquiries .bottom ul li .tit {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
}

section.inquiries .bottom ul li .adress {
    margin-bottom: 25px;
}

section.inquiries .bottom ul li .adress span {
    font-size: 16px;
    color: #111111;
    line-height: 24px;
    display: block;
}

section.inquiries .bottom ul li .call img {
    vertical-align: -5px;
    margin-right: 15px;
}

section.inquiries .bottom ul li .call span {
    font-size: 18px;
    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;
}

/*profile*/

.support_tab_menu li {
    width: 33.33%;
}

.basic_line2 {
    margin: 0 auto 65px;
}

#support_tab > section {
    /*padding: 0 100px;*/
    box-sizing: border-box;
}

#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;
}


#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_ .main_text span {
    display: block;
}

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: 110px 0 100px;
}

section.history_ .img_stamp {
    height: 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

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-image: url('../images/sub/historys_img8.jpg');
}

section.history_ .img_stamp .mainsvg {
    width: 1920px;
    left: 50%;
    height: 500px;
    position: relative;
    margin-left: -960px;
}

section.history_ .img_stamp .caption {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1px;
    font-size: 175px;
    font-weight: bolder;

}

section.history_ .inner {
    font-size: 0;
    margin: 90px auto 100px;/*190px*/
}

section.history_ .inner > div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

/*
section.history_ .inner .left {
    margin-top: 90px;
}
*/

section.history_ .inner .left > p {
    font-size: 75px;
    text-transform: uppercase;
    line-height: 75px;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    font-weight: 600;
    background: linear-gradient(-28deg, #000 42%, #5C32CE 51%, #10c4a4 66%, #000 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.history_ .inner .left .date_wrap_ {
    /* position: absolute; */
    top: 80px;
    right: 0;
    width: 30%;
    display: inline-block;
    margin-top: 50px;
}

section.history_ .inner .left .date_wrap_ p {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
}

section.history_ .inner .left .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 .left .date_wrap_ span.line {
    background-image: url('../images/sub/historys_img7.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1px;
    height: 296px;
    position: relative;
    display: block;
    margin: 15px auto;
    position: relative;
}

section.history_ .inner .left .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: -5px;

}

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 {
    padding-left: 35px;
    box-sizing: border-box;
    margin-top: 120px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -0.05em;
    width: 40%;
}

section.history_ .inner .right > div:first-child {
    margin-bottom: 140px;
}

section.history_ .inner .right ul li {
    margin-bottom: 35px;
    display:inline-block;
    width:100%;
}

section.history_ .inner .right ul li:last-child {
    margin-bottom: 0;
}

section.history_ .inner .right ul li span {
    font-size: 16px;
    font-weight: 500;
    font-weight: 300;
    box-sizing: border-box;
    width: 16%;
    display: inline-block;
}

section.history_ .inner .right ul li span.desc {
    padding-left: 11px;
    box-sizing: border-box;
    text-transform: none;
    display: inline-block;
    width: 84%;
    vertical-align: top;
}

section.history_ .inner > .left {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 60%;
    font-size: 0px;
}

/*measurement*/
.sticky_hd.sticky {
    position: fixed;
    top: 80px;
}

section.measurement .inner {
    margin: 255px auto;
    max-width: 1280px;
    width: 90%;
}

section.measurement .contents {
    margin: 50px 0;
}

section.measurement .contents .tit {
    text-align: left;
    font-size: 35px;
    font-weight: 400;
    margin: 70px 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');
    height: 430px;
}

section.measurement .inner > .content > ul > li:nth-child(2) > .fr .img_stemp {
    background-image: url('../images/sub/INDUSTRIES_img2.png');
    height: 459px;
}

section.measurement .inner > .content > ul > li:nth-child(3) > .fr .img_stemp {
    background-image: url('../images/sub/INDUSTRIES_img3.jpg');
    height: 479px;
}

section.measurement .inner > .content > ul > li:nth-child(4) > .fr .img_stemp {
    background-image: url('../images/sub/INDUSTRIES_img4.png');
    height: 430px;
} */

section.measurement .inner > .content > ul > li:nth-child(5) > .fr .img_stemp {
    background-image: url('../images/sub/INDUSTRIES_img5.png');
    height: 430px;
}

section.measurement .inner > .fr li .img_stemp {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


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: 200;
}

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: 20px;
    line-height: 30px;
    font-weight: 200;
    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: 70px;
}

section.measurement .inner .contents .product_list > li:last-child {
    margin-bottom: 150px;
}

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: 23%;
}

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: 1380px;
    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: 50px;
    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 {
    position: relative;
    width: 345px;
    height: 63px;
    display: table;
    left: 0;
    margin: 30px auto 0;
    cursor: pointer;
}

.common_btn:after {
    display: block;
    content: '';
    clear: both;
    background: url('../images/sub/product_btn.png') no-repeat;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 1s ease;
}

.common_btn a {
    position: relative;
    display: inline-block;
    font-size: 27px;
    font-weight: 300;
    color: #fff;
    line-height: 63px;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;

}

.common_btn.sc-event:after {
    width: 100%;
    opacity: 1;
    position: absolute;
    z-index: 1;
}

.common_btn.sc-event a {
    opacity: 1;
}

.common_btn .full_v2.sc-event {
    width: 100%;
    opacity: 1;
}

section.rf_adapter {
    width: 100%;
    max-width: 1920px;

}

main .img_stemp {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin:0 auto;
}


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 {
    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 {
    margin-top: 160px;
}

section.rf_adapter main .content3 {
    margin: 105px 0 110px;
}


/*깜빡이는 애니메이션 효과*/
/*.img_stemp_v2{position: relative; z-index: 1;}*/

.blink {
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: blink 1.5s linear infinite;
    height: 278px;
    width: 531px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
}

.blink_v2 {
    background-image: url('../images/sub/blink.png');
    width: 278px;
}

.blink2 {
    background-image: url('../images/sub/blink2.png');
}

@-webkit-keyframes blink {

    50% {
        opacity: 0.0;
    }
}

@-moz-keyframes blink {
    50% {
        opacity: 0.0;
    }
}

@keyframes blink {

    50% {
        opacity: 0.0;
    }
}


/*승연 효과 추가*/

.round_border:after {
    width: 280px;
    height: 280px;
    border: dashed 1px #5c32cf;
    content: '';
    top:0px;
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: blink 1.5s linear infinite;
    animation-name: 'fade';
    -webkit-animation-name: 'fade';
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin: 0 auto;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    60% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    60% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}


/*list_wrap*/
.list_wrap {
    /*
    max-width: 1920px;
    min-width: 1280px;
*/
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    margin-top: -39px;
    /*
    animation: blinks 1.5s linear infinite;
        -webkit-animation: blinks 1.5s linear infinite;
*/
}

.list_wrap li {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
}

.list_wrap li:not(:last-child) {
    margin-right: 80px;
}


.list_wrap li:nth-child(1) {
    background-image: url('../images/sub/list_img1.png');
    height: 186px;
    width: 150px;
}

.list_wrap li:nth-child(2) {
    background-image: url('../images/sub/list_img2.png');
    height: 186px;
    width: 150px;
}

.list_wrap li:nth-child(3) {
    background-image: url('../images/sub/list_img3.png');
    height: 210px;
    width: 150px;
}

.list_wrap li:nth-child(4) {
    background-image: url('../images/sub/list_img4.png');
    height: 214px;
    width: 160px;
}

section.ultrarg .list_wrap li:nth-child(1) {
    background-image: url('../images/sub/list_img5.png');
    width: 150px;
    height: 214px;
}

section.ultrarg .list_wrap li:nth-child(2) {
    background-image: url('../images/sub/list_img2.png');
    height: 186px;
    width: 150px;
}

section.ultrarg .list_wrap li:nth-child(3) {
    background-image: url('../images/sub/list_img6.png');
    height: 210px;
    width: 150px;
}

section.aeroflon .list_wrap li:nth-child(1) {
    background-image: url('../images/sub/list_img7.png');
    width: 150px;
    height: 226px;
}

section.aeroflon .list_wrap li:nth-child(2) {
    background-image: url('../images/sub/list_img8.png');
    width: 150px;
    height: 217px;
}

section.aeroflon .list_wrap li:nth-child(3) {
    background-image: url('../images/sub/list_img9.png');
    width: 150px;
    height: 214px;
}

section.multi .list_wrap li:nth-child(1) {
    background-image: url('../images/sub/list_img10.png');
    width: 153px;
    height: 231px;
}

section.multi .list_wrap li:nth-child(2) {
    background-image: url('../images/sub/list_img11.png');
    width: 152px;
    height: 190px;
}

section.multi .list_wrap li:nth-child(3) {
    background-image: url('../images/sub/list_img12.png');
    width: 150px;
    height: 214px;
}

section.multi .list_wrap li:nth-child(4) {

    background-image: url('../images/sub/list_img13.png');
    width: 150px;
    height: 187px;
}

section.cir .list_wrap li:nth-child(1) {
    background-image: url('../images/sub/list_img1.png');
    height: 186px;
    width: 150px;
}

section.cir .list_wrap li:nth-child(2) {
    background-image: url('../images/sub/list_img2.png');
    height: 186px;
    width: 150px;
}

section.gain .list_wrap li:nth-child(1) {
    background-image: url('../images/sub/aob_p_1.png');
    height: 216px;
    width: 150px;
}

section.gain .list_wrap li:nth-child(2) {
    background-image: url('../images/sub/aob_p_1.png');
    height: 216px;
    width: 150px;
}

section.rf_con .list_wrap li:nth-child(1) {
    background-image: url('../images/sub/list_img16.png');
    height: 238px;
    width: 150px;
}

section.rf_con .list_wrap li:nth-child(2) {
    background-image: url('../images/sub/list_img17.png');
    height: 214px;
    width: 150px;
}

section.rf_con .list_wrap li:nth-child(3) {
    background-image: url('../images/sub/list_img18.png');
    height: 214px;
    width: 150px;
}

section.rf_con .list_wrap li:nth-child(4) {
    background-image: url('../images/sub/list_img19.png');
    height: 214px;
    width: 150px;
}

section.rf_con .list_wrap li:nth-child(5) {
    background-image: url('../images/sub/list_img20.png');
    height: 186px;
    width: 151px;
}

section.rf_con .list_wrap li:nth-child(6) {
    background-image: url('../images/sub/list_img21.png');
    height: 214px;
    width: 154px;
}

section.rf_adapter .list_wrap li:nth-child(1) {
    background-image: url('../images/sub/list_img22.png');
    height: 238px;
    width: 150px;
}

section.rf_adapter .list_wrap li:nth-child(2) {
    background-image: url('../images/sub/list_img23.png');
    height: 214px;
    width: 150px;
}

section.rf_adapter .list_wrap li:nth-child(3) {
    background-image: url('../images/sub/list_img24.png');
    height: 214px;
    width: 150px;
}

section.rf_adapter .list_wrap li:nth-child(4) {
    background-image: url('../images/sub/list_img25.png');
    height: 214px;
    width: 150px;
}

section.rf_adapter .list_wrap li:nth-child(5) {
    background-image: url('../images/sub/list_img26.png');
    height: 186px;
    width: 151px;
}

section.rf_adapter .list_wrap li:nth-child(6) {
    background-image: url('../images/sub/list_img27.png');
    height: 214px;
    width: 154px;
}

section.gain .content1 .img_stemp {
    position: relative;
}

section.gain .blink {
    bottom: 420px;
}


.mb160 {
    margin-bottom: 160px;
}

.mt160 {
    margin-top: 160px;
}


/*sliding*/
.sliding {
    position: absolute;
    bottom: 155px;
    width: 100%;
    height: 224px;
}

.sliding:after {
    position: absolute;
    content: '';
    clear: both;
    display: block;
    background-image: url('../images/sub/circle_bt.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: center;
    height: 87px;
    bottom: 0;
    height: 87px;
    bottom: 0;
    top: -3px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.sliding.active:after {
    opacity: 1;
    transition: all 0.7s ease;
}

.sliding.active.sc-event:after {
    opacity: 0;
}

.sliding > ul {
    width: 850px;
    margin: 0 auto;
    height: 100%;
    font-size: 0;
    z-index: 2;
}

.sliding > ul > li {
    height: 100%;
    display: inline-block;
    width: 160px;
    background-color: #fff;
    box-sizing: border-box;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
}

.sliding > ul > li:nth-child(1) {}

.sliding > ul > li:nth-child(2) {
    margin-left: 64px;
}

.sliding > ul > li:nth-child(3) {
    margin-left: 73px;
}

.sliding > ul > li:nth-child(4) {
    margin-left: 68px;
}

.sliding_v2 .sliding > ul {
    width: 618px;
}


/*flex*/
.flex .img_stemp {
    /*
    max-width: 1920px;
    min-width: 1280px;
*/
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.flex .img_stemp img {
    margin: 0 auto;
    display: block;
}

.flex .img_stemp .dot_c{
    width:auto;
}

/*aob img_stemp*/
.aob.w95 .img_stemp{
    margin-bottom: 140px;
    text-align: center;
    width: 100%;
    position: relative;
}


.flex_content1_bg .img_stemp {
    /*
    background: url(../images/sub/product_flex_img.png) no-repeat center;
    background-size: auto;
    height: 807px;
    background-position-x: left;
*/
    position: relative;
    width: 1614px;
    height: 807px;
}

.flex_content1_bg .img_stemp img {
    position: absolute;
}

.flex_content1_bg .img_stemp img:nth-child(1) {
    left: 120px;
    top: 0;
    z-index: 2;
}

.flex_content1_bg .img_stemp img:nth-child(2) {
    left: 0;
    top: 345px;
    z-index: 1;
}

.flex_content1_bg .img_stemp img.dir_bottom.sc-event {
    top: 0px !important;
    width:100%;
    max-width:70%;
}

section.flex .content1 {
    position: relative;
    margin-bottom: 180px;
}

section.flex .content1,
section.flex .content2,
section.flex .content3,
section.flex .content4 {
    width: 100%;
}

section.flex .content1 .blink2 {
    top: 300px;
    display:none;
}

section.aeroflon .content1 .blink2 {
    top: 295px;
}

section.flex .content3 .img_stemp {
    height: 545px;
    /*
    border: 1px solid black;
    box-sizing: border-box;
*/
    background: url(../images/sub/product_flex_img4.png) no-repeat center;
    margin-top: 170px;
    margin-bottom: 90px;
    height: 1340px;
}

section.flex .content3 .img_stemp {
    position: relative;
}

section.flex .content3 .img_stemp img {
    position: absolute;
    opacity: 0;
    margin: 0;
}

section.flex .content3 .img_stemp img:nth-child(1) {
    z-index: 2;
}

section.flex .content3 .img_stemp img:nth-child(2) {
    top: 150px;
    z-index: 1;
}

section.flex .content3 .img_stemp img:nth-child(3) {
    top: 270px;
}

section.flex .content3 .img_stemp img:nth-child(4) {
    top: 20px;
    right: 0;
}

section.flex .content3 .img_stemp img:nth-child(5) {
    top: 0;
    right: 0;
}

section.flex .content3 .img_stemp img:nth-child(6) {
    top: 323px;
    right: 0;
}

.sub_tit_v2 {
    width: 1280px;
    margin: 0 auto;
}

.grenn_tit {
    position: absolute;
    font-size: 32px;
    background: #fff;
    color: #13bfa6;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    top: -16px;
    padding-right: 50px;
    box-sizing: border-box;
}

.grenn_desc {
    font-size: 20px;
    margin-top: 40px;
}

section.flex .grenn_desc {
    margin-bottom: 125px;
}

.grenn_desc_v2 {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.05em;
}

.line_v2 {
    position: relative;
    height: 2px;
    color: #13bfa6;
    background-color: #13bfa6;
    border: none;
    max-width: 1280px;
    width:100%;
    margin: 0 auto 16px;
}


.sub_tit_v3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: url(../images/sub/product_btn2.png) no-repeat;
    width: 169px;
    height: 31px;
    line-height: 31px;
    transition: all 1s ease;
    margin-top: 50px;
    margin-bottom: 20px;
    background-size: cover;
}

.sub_tit_v4 {
    width: 400px;
    margin-bottom: 35px;
}

.sub_tit_v5 {
    width: 570px;
    margin-bottom: 40px;
}

.sub_tit_v6 {
    width: 200px;
}

.big_tit {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 50px;
}

.img_stemp_v2 {
    width: 1200px !important;
    min-width: 1200px !important;
    margin: 0 auto;
}

.img_desc {
    display: block;
    margin-top: 25px;
    font-size: 22px;
}

.img_stemp_v2 > div {
    margin-bottom: 90px;
}

/*
.img_stemp_v2 > div .fl,
.img_stemp_v2 > div .fr{
    width: 45%;
}
.img_stemp_v2 > div .fl img,
.img_stemp_v2 > div .fr img{
    display: block;
    width: 100%;
}
*/

.img_stemp_v2 > div:last-child {
    margin-bottom: 0;
}

.gray_bar {
    position: relative;
    width: 1920px;
    margin: 40px auto 0;
    height: 403px;
    background: #f8f8f8;
}

section.flex .gray_bar:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    background: url(../images/sub/flex_img25.png) no-repeat;
    width: 1280px;
    height: 269px;
    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%);
}

.half,
.half_v2 {
    font-size: 0;
}

.half > div {
    width: 45%;
    display: inline-block;
    vertical-align: bottom;
}

.half > div > img {
    width: 100%;
    display: inline-block;
}

.half > div:first-child {
    margin-right: 10%;
}

.half_v2 > div {
    display: inline-block;
}

.half_v2 > div span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.half_v2 > div span:first-child {
    margin-bottom: 40px;
}

section.flex .half_v2 > div:last-child {
    vertical-align: -52px;
}

section.flex .half_v2 .sub_tit_v6 {
    margin-right: 30px;
}

.product_table {
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    box-sizing: border-box;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-align: center;
}

.product_table thead tr {
    background: #404040;
    color: #fff;
}

.product_table thead tr,
.product_table tbody tr {
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}

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

.product_table thead tr th,
.product_table tbody tr td {
    border-right: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.product_table thead > tr:first-child th {
    font-weight: 300 !important;
}

.product_table thead > tr:first-child {
    border-top: none;
}

.product_table tr {
    border-bottom: 1px solid #bfbfbf;
    text-indent: inherit;
}

.product_table th,
.product_table td {
    box-sizing: border-box;
    padding: 16px 65.6px;
}

.flex_table table.product_table thead > tr > th:last-of-type,
.flex_table table.product_table tbody > tr > td:last-of-type {
    padding: 0 24px;
    box-sizing: border-box;
}

/*
.product_table_v2 th,
.product_table_v2 td {
    padding: 16px 1px;
    box-sizing: border-box;
}
*/


.product_table_v2 thead th:nth-of-type(1),
.product_table_v2 thead th:nth-of-type(2),
.product_table_v2 thead th:nth-of-type(3),
.product_table_v2 thead th:nth-of-type(4),
.product_table_v2 thead th:nth-of-type(5) {
    width: 10%;
}

.product_table_v2 thead th:nth-of-type(6) {
    width: 20%;
}

.product_table_v2 thead th:nth-of-type(7) {
    width: 30%;
}

.product_table_v2 thead tr:nth-of-type(2) th {
    width: 8.57%;
}

section.multi .blink {
    top: 415px;
}

section.cir .blink {
    top: 330px;
}

section.mfocus .blink {
    top: 1200px;
}

/*section.flex .content6 {
    position: absolute;
    bottom: 0;
}*/


/*product 표에 동그라미 효과*/
.product_rt {
    position: relative;
    width: 1280px !important;
}

.product_ab {
    position: absolute;
    width: 433px;
    height: 546px;
    right: -1px;
    top: 87px;
}

.product_ab > ul {
    position: relative;
    font-size: 0;
}

.product_ab > ul > li {
    position: relative;
    display: inline-block;
    width: 16.66%;
    height: 100%;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


.product_ab > ul:nth-child(1) {
    width: 100%;
    height: 108px;
}

.product_ab > ul:nth-child(2) {
    width: 100%;
    height: 58px;
}

.product_ab > ul:nth-child(3) {
    width: 100%;
    height: 51px;
}

.product_ab > ul:nth-child(4) {
    width: 100%;
    height: 107px;
}

.product_ab > ul:nth-child(5) {
    width: 100%;
    height: 111px;
}

.product_ab > ul:nth-child(6) {
    width: 100%;
    height: 111px;
}

.product_ab > ul > li span {
    display: block;
    position: relative;
    width: 90%;
    height: 90%;
    margin: 5px auto 0;
    background: #fff;
}

/*ultrarg 표 동그라미 효과*/

section.ultrarg .product_ab {
    width: 250px;
    height: 226px;
    right: 0;
}

section.ultrarg .product_ab > ul {
    width: 100%;
    height: 108px;
}

section.ultrarg .product_ab > ul > li {
    width: 50%;
    height: 100%;
}

section.ultrarg .product_ab > ul:nth-child(2) {
    height: 116px;
}

/*aeroflon 표 동그라미 효과*/

section.aeroflon .product_ab {
    right: 0;
    width: 432px;
    height: 546px;
}

section.aeroflon .product_ab ul {
    width: 100%;
    height: 108px;
}

section.aeroflon .product_ab ul li {
    width: 20%;
}

.p30 {
    padding: 30px 0;
    box-sizing: border-box;
}

.mb60 {
    margin-bottom: 60px;
}

/*ultrarg*/

.flex_content1_bg,
.rg_content1_bg,
.ae_content1_bg,
.multi1_bg {
    max-width: 1920px;
    /*    min-width: 1280px;*/
    margin: 0 auto;
    position: relative;
    /* margin-top: -224px; */
    margin-top: -247px;
    /*    overflow: hidden;*/
}

.rg_content1_bg {
    margin-top: -231px;
    min-width: auto;
    overflow: hidden;
}

.multi1_bg {
    margin-top: -247px;
}

.flex_content1_bg {
    margin-top: -247px;
    overflow: hidden;
}

/*.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;
}

.rg_content1_img {
    position: relative;
    width: 1467px;
    height: 891px;
}

.rg_content1_img img {
    position: absolute;
}

.rg_content1_img img:nth-child(1) {
    top: 290px;
    max-width: 95%;
    width: 100%;
}

.rg_content1_img img:nth-child(2) {
    /*left: 385px;*/
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    display: block;
    left: 50%!important;
    margin-left: -444px;
}

.ae_content1_bg {
    background: url('../images/sub/product_Aeroflon_img.png') no-repeat;
    margin-top: -247px;
    background-size: inherit;
    height: 865px;
    width: auto;
}

.multi1_img {
    background: url('../images/sub/product_mg_img.png') no-repeat center;
    background-size: contain;
    height: 758px;
    width: 100%;
    background-position-x: left;
}

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;
}

section.ultrarg .img_stemp2 {
    background: url('../images/sub/product_RG_img5.png') no-repeat center;
    background-size: contain;
    height: 774px;
    width: 100%;
    background-position-x: right;
    margin-bottom: 85px;
}

section.ultrarg .content1 .img_stemp {
    position: relative;
}

section.ultrarg .content1 .img_stemp .blink {
    top: 225px;
}


/*aeroflon*/
.ae_content1_bg .ae_content1_img img:nth-child(1) {
    max-width: 85%;
    width: 100%;
}

.ae_content1_bg .ae_content1_img img:nth-child(2) {
    max-width: 85%;
    width: 100%;
}

.ae_content1_bg .ae_content1_img img:nth-child(3) {
    max-width: 85%;
    width: 100%;
}

main .product_common_tit {
    text-align: center;
}

main .product_common_tit > p {
    font-weight: 500;
    font-size: 60px;
    line-height: 65px;
    text-transform: inherit;
    display: inline-block;
    letter-spacing: -0.05em;
    font-weight: 500;
    text-align: center;
}

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: -111px;
    background-position: 9px 0;

}

section.aeroflon main .content3 {
    position: relative;
    margin-top: -146px;
    z-index: -1;
}

section.sliding_v2 .content1 {
    position: relative;
}

/*multi*/
section.multi .content1 {
    margin-top: 50px;
}

section.multi main .content3 .product_common_tit > p {
    padding-bottom: 0;
}

section.multi .content3 .img_stemp {
    background-image: url('../images/sub/product_mg_img4.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 1340px;
    background-position: 0px -40px;
}

section.multi .content4 {
    margin-top: -85px;
}

section.multi .content4 .img_stemp img:last-child {
    margin-top: 135px;
}

section.multi main .content5 .common_tit p {
    padding-bottom: 0;
}

section.multi .content7 {
    margin: 100px 0;
}

section.multi .content7 .w1280 {
    width: 1280px;
    margin: 0 auto;
}

section.multi .content7 .clearfix > div {
    max-width: 530px;
    width: 100%;
}

section.multi .content7 .clearfix > div ul > li:not(:last-child) {
    margin-bottom: 40px;
}

section.multi .content7 .clearfix .depth2 {
    margin-top: 30px;
}

section.multi .content7 .clearfix .depth2 li {
    margin-bottom: 20px;
}

section.multi .content7 .clearfix > div > ul > li {
    width: 100%;
    border-image: linear-gradient(-35deg, #5c32cf 40%, #10c4a4 70%);
    border-style: solid;
    border-width: 2px;
    border-image-slice: 2;
    box-sizing: border-box;
}

section.multi .content7 .clearfix > div > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20.5px 0 20.5px 20px;
    box-sizing: border-box;
    font-size: 24px;
    position: relative;
}

section.multi .content7 .clearfix > div > ul > li img {
    position: absolute;
    right: 15px;
    top: 15px;
}

section.multi .content7 .clearfix .depth2 {
    padding: 0 20px;
    box-sizing: border-box;
}

section.multi .content7 .clearfix .depth2 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

section.multi .content7 .clearfix .depth2 img {
    display: inline-block;
    position: static;
    margin-right: 15px;
    vertical-align: -6px;

}

/*cir*/
section.cir .common_btn {
    margin-bottom: 100px;
}

section.cir .content2 {
    margin-top: -71px;
    position: relative;
}

section.cir .content3,
section.cir .content4 {
    margin-bottom: 90px;
}
section.cir .content4{
    font-size:0px;
}

/*mfocus*/
section.mfocus .content1 .img_stemp img:last-child {
    margin-top: -207px;
}


/*rf_con*/
section.rf_con .content2 {
    margin-top: 140px;
}

section.rf_con .content2 .img_stemp img:last-child {
    margin: 0;
    margin-left: 98px;
}

section.rf_con .content2 .mb_img_stemp {
    display: none;
}

section.rf_con .content3 .img_stemp {
    background-image: url(../images/sub/product_RF_img4.jpg);
}

section.rf_con .content6,
section.rf_con .content9,
section.rf_con .content13 {
    margin-top: 150px;
}

section.rf_con .content6 .img_stemp {
    background-image: url(../images/sub/product_RF_img7.jpg);
    height: 560px;
}

section.rf_con .content4,
section.rf_con .content7,
section.rf_con .content10,
section.rf_con .content14 {
    margin-top: 100px;
}

section.rf_con .content16 {
    margin-bottom: 100px;
}

section.rf_con .content9 .img_stemp {
    background-image: url(../images/sub/product_RF_img10.jpg);
    height: 560px;
}

section.rf_con .content13 .img_stemp {
    background-image: url(../images/sub/product_RF_img13.png);
    height: 380px;
    font-size: 60px;
}


/*catalogs*/

section.catalogs .inner2 {
    padding: 0 50px;
    box-sizing: border-box;
}

section.catalogs .inner2{
    max-width: 1440px;
    width: 91%;
    margin: 0 auto;
    font-size: 0;
}





/*fullpage*/
#fullpage {

    width: 100%;
    height: 100%;
    position: relative;
    /* 기본값 10.19 // 수정 overflow: hidden;*/
}

#fullpage > div:nth-child(1) {
    padding: 0;
    width: 100vw;
    height: 100vh;
}

#fullpage > div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#fullpage .visual_background {
    position: relative;
    width: 100%;
    height: 100%;
}

#fullpage .section .full_bg {
    position: absolute;
    max-width: 1500px;
    width:100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 61.5%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#fullpage .cont1 .full_bg {
    position: relative;
    background-image: url('../images/sub/industries_overview.png');
    height: 100%;
    max-width: 1920px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    left:50%;
}

#fullpage .cont2 .full_bg {
    background-image: url('../images/sub/industries_overview2.jpg');
}

#fullpage .cont3 .full_bg {
    background-image: url('../images/sub/industries_overview3.jpg');
}

#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;
    width: 1920px;
    margin: 0 auto;
    padding: 0;
}

/*원페이지 원버튼*/
#fullpage .hover_cont {
    cursor: pointer;
}

#fullpage .btn_wrap .circle_btn {
    position: absolute;
    background-image: url('../images/sub/circle_btn.png');
    width: 83px;
    height: 83px;
    background-size: cover;
    cursor: pointer;
    -webkit-animation: blink 2.5s linear infinite;
    animation: blink 2.5s linear infinite;
    cursor: pointer;
    left: 50%;
    top: 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%);
    z-index: 1;
}

#fullpage .cont2 .btn_wrap > div:nth-child(1) {
    margin-left: -300px;/*-600*/
    margin-top: 250px;/*312*/
}

#fullpage .cont2 .btn_wrap > div:nth-child(2) {

    /*margin-top: -78px;
    margin-left: 39px;*/
    margin-top: -58px;
    margin-left: 230px;
}

#fullpage .cont2 .btn_wrap > div:nth-child(3) {
    /*margin-top: 64px;*/
    margin-top: 35px;
    margin-left: 686px;
}

#fullpage .cont3 .btn_wrap > div:nth-child(1) {
    margin-top: -62px;
    margin-left: 320px;
}

#fullpage .cont4 .btn_wrap > div:nth-child(1) {
    /*margin-top: 235px;
    margin-left: 65px;*/
    margin-top: 100px;
    margin-left: 100px;
}

#fullpage .cont5 .btn_wrap > div:nth-child(1) {
    margin-left: -90px;
    margin-top: -210px;
}

#fullpage .cont5 .btn_wrap > div:nth-child(2) {
    margin-left: 40px;
    margin-top: 333px;
}

#fullpage .cont5 .btn_wrap > div:nth-child(3) {
    margin-left: 520px;
    margin-top: 133px;
}

#fullpage .cont6 .btn_wrap > div:nth-child(1) {
    margin-top: 280px;
    margin-left: 220px;
}


#fp-nav ul li a.active span {
    position: relative;
}

#fp-nav ul li a.active span:after {
    position: absolute;
    display: block;
    clear: both;
    color: #fff;
    font-style: 15px;
    letter-spacing: 0.04rem;
    top: -7px;
    width: 180px;
    right: -190px;

}

#fp-nav ul li:nth-child(2) a.active span:after {
    content: 'Aerospace & Defense';
}

#fp-nav ul li:nth-child(3) a.active span:after {
    content: 'Test & Measurement';
}

#fp-nav ul li:nth-child(4) a.active span:after {
    content: 'mmWave Wireless Device';
}

#fp-nav ul li:nth-child(5) a.active span:after {
    content: 'Connected Car';
}

#fp-nav ul li:nth-child(6) a.active span:after {
    content: 'Semiconductor';
}


#fp-nav ul li a.active .fp-sr-only {
    font-size: 0;
    display: block;
}

#fp-nav {
    width: 300px;
    left: 50px;
    margin-top:0px!important;
}

#fp-nav.fp-right {
    right: 0;
}

#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%;
    margin-top:105px;
    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;
}

#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: 18px;
    font-weight: 100;
    line-height: 30px;
    font-family: 'NotoSansKR';
    letter-spacing: -0.02em;
    margin-bottom: 140px;
}

#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: 0;
    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: 45%;
    left: 660px;/*280px*/
    /*-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
    color: #fff;
    text-align: left;
    /*transform: scale(0.75);*/
    text-align: left;
    /*width: 100%;*/
}

#fullpage .text .tit {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 25px;
    box-sizing: border-box;
    display: inline-block;
}

#fullpage .text .desc {
    font-size: 24px;
    font-weight: 200;
    line-height: 1.5;
}


#fullpage .text .button {
    position: absolute;
    border: 1px solid #fff;
    padding: 19px 58px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: transparent;
    transition: background .3s ease, border .3s ease;
    line-height: 17px;
    color: #fff;
}

#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 {
    background: #10c4a4;
    background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
    background-size: 150% auto;
    border: none;
}

#fullpage .cont_v2 > div {
    background: url(../images/sub/hover_cont_bg.png);
    background-repeat: no-repeat;
    width: 657px;
    height: 869px;
    transition: all 0.5s ease;
}

#fullpage .cont5 .cont_v2 > div,
#fullpage .cont6 .cont_v2 > div {
    width: auto;
    height: auto;
}

#fullpage .text .button {
    background: #10c4a4;
    background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
    background-size: 150% auto;
    border: none;
}

#fullpage .cont_v2 {
    background-repeat: no-repeat !important;
    position: absolute;
    width: 657px;
    transition: all 0.5s ease;
    z-index: 1;
    padding: 40px 40px 40px 50px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    animation-fill-mode: forwards;
    opacity: 1 !important;
    animation-duration: 1000s !important;
    left: 50%;
    top: 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%);
    /*    display: none;*/

}

#fullpage .cont2 .hover_cont > div:first-child .cont_v2 {
    padding: 47px 40px 47px 50px;
}

#fullpage .cont2 .hover_cont > div:nth-child(2) .cont_v2 {
    padding: 61px 40px 61px 50px;
}

#fullpage .cont3 .hover_cont > div:nth-child(1) .cont_v2 {
    padding: 56px 55px 56px 55px;
}

#fullpage .cont3 .hover_cont > div:nth-child(2) .cont_v2,
#fullpage .cont4 .hover_cont > div:nth-child(1) .cont_v2 {
    padding: 40px 40px 50px 50px;
}

#fullpage .cont6 .cont_v2 {
    padding: 60px 40px 55px 50px;
}

#fullpage .cont5 .cont_v2 {
    padding: 50px 40px 50px 50px;
}


#fullpage .cont2 .hover_cont > div:first-child .cont_v2 > ul > li:not(:last-child) {
    margin-bottom: 34px;
}



#fullpage .cont_v2 > p,
#fullpage .cont_v2 .main_tit {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

#fullpage .cont6 .cont_v2 .main_tit,
#fullpage .cont5 .cont_v2 .main_tit {
    font-size: 29px;
}

#fullpage .cont4 .hover_cont > div:nth-child(2) .cont_v2 > p {
    margin-bottom: 6px;
}

#fullpage .cont_v2 > ul > li {
    position: relative;
}

#fullpage .cont_v2 > ul > li:not(:last-child) {
    margin-bottom: 19px;
}

#fullpage .cont_v2 > ul > li:after {
    content: '';
    clear: both;
    display: block;
}

#fullpage .cont_v2 > ul > li > img {
    float: left;
}

#fullpage .cont4 .hover_cont > div:nth-child(2) .cont_v2 > ul > li > img {
    padding-left: 26px;
    box-sizing: border-box;
}

#fullpage .cont4 .hover_cont > div:nth-child(1) .text_box {
    padding: 20px;
    margin-top: 9px;
}

#fullpage .cont4 .hover_cont > div:nth-child(2) .text_box {
    padding: 20px;
    width: 100%;
    margin-top: -29px;
}

#fullpage .cont5 .product_list > li,
#fullpage .cont6 .product_list > li {
    position: relative;
}

#fullpage .cont5 .product_list > li:after {
    display: block;
    clear: both;
    content: '';
}

#fullpage .cont5 .cont_v2 > div:nth-child(2) .sub_tit,
#fullpage .cont6 .cont_v2 > div:nth-child(2) .sub_tit {
    text-align: left;
    margin-bottom: 20px;
}

#fullpage .cont5 .cont_v2 > div:nth-child(2) .product_list > li:not(:last-child),
#fullpage .cont6 .cont_v2 > div:nth-child(2) .product_list > li:not(:last-child) {
    margin-bottom: 20px;
}

#fullpage .cont_v2 .text_box {
    float: right;
    width: 390px;
    border: 1px solid #fff;
    padding: 23px;
    box-sizing: border-box;
}

#fullpage .cont5 .cont_v2 .text_box,
#fullpage .cont6 .cont_v2 .text_box {
    padding: 8px 20px;
    width: 377px;
}

#fullpage .cont5 .cont_v2 > div:nth-child(2) .text_box,
#fullpage .cont6 .cont_v2 > div:nth-child(2) .text_box {
    padding: 12px 18px;
}

#fullpage .cont_v2 .text_box * {
    font-size: 14px;
    font-weight: 200;
    line-height: 22px;
    text-align: left;
    word-break: break-word;
}

#fullpage .cont5 .cont_v2 .text_box *,
#fullpage .cont6 .cont_v2 .text_box * {
    line-height: 20px;
}

#fullpage .cont_v2 .sub_tit span {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
    box-sizing: border-box;
}

#fullpage .cont_v2 .sub_tit span:after,
.popup_list .sub_tit span:after {
    position: absolute;
    content: '';
    display: inline-block;
    clear: both;
    background: url(../images/sub/fullpage_after.png);
    width: 9px;
    height: 9px;
    top: 0;
    left: 0;
}

.popup_list .sub_tit span:after {
    top: 4px;
}

#fullpage .cont_v2 .desc {
    position: relative;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    padding-left: 30px;
    box-sizing: border-box;
    margin: 10px 0;
}

#fullpage .cont_v2 .desc:after {
    position: absolute;
    display: inline-block;
    content: '-';
    clear: both;
    top: 0;
    left: 20px;
}

#fullpage .cont_v2 .product_desc_list li {
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

#fullpage .cont_v2 .product_desc_list li:before {
    content: '-';
    display: inline-block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
}

#fullpage .ul_v2 .text_box {
    padding: 21px 16px;
}

#fullpage .product_tit {
    min-width: 155px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    /*position: absolute;*/
    bottom: 0px;
}
#fullpage .zenild_tit{
    position:absolute;
}

#fullpage .product_tit span {
    display: block;
}

#fullpage .product_tit_v2 {
    display: inline-block;
    width: 100%;
    height: 15px;
    margin-top: -8px;
    position: relative;
}

#fullpage .product_tit_v2 span {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    font-weight: 300;
    vertical-align: 34px;
}

#fullpage .product_tit_v3 {
    min-width: 202px;
}

#fullpage .product_tit_v4 {
    min-width: 189px;
}

#fullpage .cont6 .product_tit_v4 {
    bottom: -32px;
}

/*풀페이지 호버 컨텐츠*/

.p18 {
    padding: 18px 0;
    box-sizing: border-box;
}

.p12 {
    padding: 12px 0;
    box-sizing: border-box;
}

.pr24 {
    padding-right: 24px;
    box-sizing: border-box;
}

.m15 {
    margin-bottom: 15px !important;
}

.m10 {
    margin-bottom: 10px;
}

.m13 {
    margin-top: -13px;
}

#fullpage .hover_cont .cont_v2.active {
    display: block;
}

#fullpage .hover_cont .cont_v2:after {
    position: absolute;
    clear: both;
    content: '';
    display: block;
    background-repeat: no-repeat;
}

#fullpage .cont2 .hover_cont > div:nth-child(1) > .cont_v2 {
    background: url(../images/sub/hover_cont2_bg1.png);
    height: 565px;
    margin-left: -200px;
}

#fullpage .cont2 .hover_cont > div:nth-child(2) > .cont_v2 {
    background: url(../images/sub/hover_cont2_bg2.png);
    height: 732px;
    margin-left: 407px;
}

#fullpage .cont2 .hover_cont > div:nth-child(3) > .cont_v2 {
    background: url(../images/sub/hover_cont2_bg3.png);
    height: 869px;
    margin-left: 300px;
}

#fullpage .cont3 .hover_cont > div:nth-child(1) > .cont_v2 {
    background: url(../images/sub/hover_cont3_bg1.png);
    height: 357px;
    margin-left: 300px;
    margin-top: -100px;
}

#fullpage .cont3 .hover_cont > div:nth-child(2) > .cont_v2 {
    background: url(../images/sub/hover_cont3_bg2.png);
    height: 357px;
    margin-left: 100px;

}

#fullpage .cont4 .hover_cont > div:nth-child(1) > .cont_v2 {
    background: url(../images/sub/hover_cont4_bg2.png);
    height: 350px;
    margin-top: 300px;
    margin-left: -330px;
}

#fullpage .cont4 .hover_cont > div:nth-child(2) > .cont_v2 {
    background: url(../images/sub/hover_cont4_bg1.png);
    height: 461px;
    margin-left: 400px;
    margin-top: -200px;
}

#fullpage .cont5 .hover_cont > div:nth-child(1) > .cont_v2 {
    background: url(../images/sub/hover_cont5_bg1.png);
    height: 884px;
    margin-left: 458px;
    padding: 30px 35px 35px 35px;
    box-sizing: border-box;

}

#fullpage .cont5 .hover_cont .cont_v2 > div:nth-child(1) ul li {
    position: relative;
}

#fullpage .cont6 .hover_cont > div:nth-child(1) > .cont_v2 {
    background: url(../images/sub/hover_cont6_bg1.png);
    height: 625px;
    margin-left: 464px;
}

#fullpage .resize_img {
    display: block;
    width: 17.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: 29px;
}

#fullpage .resize_img2 {
    width: 20%;
    margin-left: 11px;
}

#fullpage .resize_img3 {
    width: 21%;
    margin-left: 14px;
}

#fullpage .resize_img4 {
    width: 15.5%;
    margin-left: 21px;
}

#fullpage .resize_img5 {
    width: 28%;
    margin-left: 17px;
}

#fullpage .resize_img6 {
    display: inline;
    width: 12%;
    margin-left: 0;
}

#fullpage .resize_img7 {
    display: inline;
    width: 17%;
    margin-left: 0;
}

/*product_overview*/

section.product_overview .inner {
    width: 91%;
    max-width: 1420px;
    margin: 0 auto;
}
section.product_overview h2 {
    /*    font-size: 50px;*/
    font-size: 43px;
    color: #222222;
    font-weight: 300;
    line-height: 1.3;
    text-align: left;
    padding-bottom:0px;
}

section.product_overview h2 span {
    color: #13bfa6;
}

section.product_overview h3 {
    font-size: 20px;
    color: #13bfa6;
    margin: 70px auto 100px;
    text-align: left;
    font-weight: 300;
}

section.product_overview .content {
    margin-bottom: 195px;
}

section.product_overview .content img{
    width:100%;
}


section.product_overview .menu {
    position: relative;
    background: #fff;
    width: 370px;
    height: 510px;
    z-index: 2;
    margin-top: -370px;
    padding: 40px 0 40px 40px;
    box-sizing: border-box;
    box-shadow: 15px 11px 30px -5px rgba(0, 0, 0, .5);
}

section.product_overview .menu h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 40px;
}

section.product_overview .menu li {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: left;
    /*    padding: 19px 138px 19px 30px;*/
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;

}

section.product_overview .menu li:last-child {
    margin-bottom: 0;
}

section.product_overview .menu li a {
    position: relative;
    font-size: 20px;
    color: #13bfa6;
}

section.product_overview .menu li {
    display: inline-block;
    background-clip: padding-box;
    border: 2px solid transparent;
    position: relative;
    box-sizing: border-box;
    width: 300px;
    height: 60px;
    padding: 21px 0 22px 30px;
}

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;
    margin-top: -2px;
    right: 0;
    background: rgba(255, 255, 255, .25);
    z-index: 99;
    padding-left: 20px;
    box-sizing: border-box;
}

section.product_overview span.basic_btn::before,
section.product_overview span.basic_btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: all .5s ease;
    background-color: #13bfa6;
    width: 10px;
    height: 2px;
}

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 .menu .basic_btn_v2 {
    padding: 21px 0 22px 30px;
}

section.product_overview .tit {
    margin-bottom: 25px;
    margin-top:40px;
}

section.product_overview .tit span {
    font-size: 40px;
    color: #afafaf;
    font-weight: 800;
    position: relative;
    margin-left: -41px;
}

section.product_overview .tit p {
    font-size: 80px;
    font-weight: 700;
}

section.product_overview .mmWave .tit {
    margin-left: 41px;
}

section.product_overview .mmWave .menu {
    height:483px;
    margin-top: -280px;
}

section.product_overview .adapter .menu {
    height: 370px;
    margin-top: -235px;
}

section.product_overview .best_product {
    position: relative;
}

section.product_overview .best_product span {
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 300;
    display: block;
    z-index: 1;
    position: absolute;
    left: 53%;
    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: 33.33%;
    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;
    max-width: 400px;
    max-height: 390px;
    height: 100%;
    width: 95%;
    object-fit: contain;
}

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;
    /*    border: 1px solid #fff;*/
    /*    background: transparent;*/
    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;
    /*    opacity: 0.5;*/
    display: block;
    /*    transition: opacity .3s ease;*/
}

section.global .right_box button:hover {
    border: 1px solid transparent;
    background: #10c4a4;
    background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
    background-size: 105% auto;
}

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: 40px;
    font-weight: 500;

}


#fp-nav ul li a.active span {
    display: inline-block;
    position: absolute;
    width: 35px !important;
    background: #10c4a4;
    border-radius: inherit !important;
    height: 4px !important;
    margin: 0 !important;
    left: 0;
    top: -1px;
}

#fullpage .button {
    display: none;
}

.popup_list > li {
    display: none;
}

.product_table span {
    display: block;
    margin: 0 auto;
}

/*grid layout*/
.grid-layout {
    padding:80px 50px 150px;
}
.grid-layout > div {
    display:inline-block;
    width: calc(50% - 10px);
    box-sizing:border-box;
}
.grid-layout > div:nth-of-type(odd) {
    padding-right:110px;
    text-align: right;
}
.grid-layout > div:nth-of-type(even) {
    padding-left:110px;
    text-align: left;
}

.grid-layout > div > div {
    display:inline-block;
    margin:0 auto;
    padding:0 0 0 80px;
    box-sizing:border-box;
    text-align:left;
}
.grid-layout .tit,
.grid-layout .tit_gr,
.grid-layout .dk_box {
    margin-left:-80px;
}
.grid-layout .tit {
    font-size:34px;
    font-family: "NanumSquareBold";
    font-weight:bold;
}
.grid-layout .tit_gr {
    font-size: 62px;
    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:2px 0 6px 5px;
    color:#fff;
    background:#000;
    font-size:55px;
    line-height:55px;
    font-family: "NanumSquareBold";
    font-weight:bold;
}
.grid-layout .img_stemp {
    position:relative;
    width:100%;
    max-width: 502px;
    margin:-16px 0 0 0;
    -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;
    z-index:-1;
}
.grid-layout .img_stemp img {
    width:100%;
}

/*RESPONSIBLE MANAGEMENT*/
section.responsible_management h4 {
    font-size:48px;
    color:#1EAAAB;
}
section.responsible_management h5 {
    font-size:36px;
    margin-bottom:34px;
}
section.responsible_management .img_stemp h4 {
    color:#222;
    text-align:center;
    margin-bottom:34px;
    padding:0 40px;
}
.responsible_management .inner:nth-child(2) .fl {
    width:450px;
}
.responsible_management .inner:nth-child(2) .fr {
    width:calc(100% - 450px);
}
.responsible_management .inner:nth-child(2) .img_stemp:nth-child(1) {
    width:450px;
    height:450px;
    background:url(../images/sub/sustainable_product_img01.png);
    background-repeat:no-repeat;
    background-size: contain;
}
.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:540px;
    margin:0 auto;
    background:url(../images/sub/sustainable_product_img05.png);
    background-repeat:no-repeat;
    background-size: contain;
}
.responsible_management .sustainable01,
.responsible_management .sustainable02 {
    display:flex;
    justify-content: flex-end;
}
.responsible_management .sustainable01 {
    margin-top:-80px;
}
.responsible_management .sustainable02 {
    margin-top:40px;
}
.responsible_management .sustainable01 .fr,
.responsible_management .sustainable02 .fr {
    display:flex;
    flex-direction:column;
    justify-content: flex-end;
}

.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) {
    margin-top:150px;
}
.responsible_management .inner:nth-child(3) .text {
    padding:0 90px;
}
section.responsible_management .white_box {
    margin-top:25px;
}
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;
    font-weight: 100;
    width: 776px;
    padding: 38px 65px;
    box-sizing: border-box;
    margin-top:30px;
    margin-left: -140px;
    letter-spacing: 0.05em;
}
section.responsible_management ul li {
    padding-left: 12px;
    font-size: 18px;
    font-weight:300;
    color:#222;
    background: url(../images/sub/icon_dot.png) left 8px no-repeat;
    margin-bottom:30px;
    margin-top: 16px;
    margin-left:30px;
    line-height:26px;
}

/*미디어쿼리*/
@media screen and (max-width: 1920px) {
    #fp-nav {
        left: 50px;
    }

    /*#fullpage .text {
        left: 0;
    }*/

        /*overview 하단 li width*/
        section.about_us .current li{
            width:15.8%;
        }
    section.about_us .Comperirivencess h2{
        font-size:45px;
    }
}

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

    /*
    #fullpage .cont2 .hover_cont > div:nth-child(3) .circle_btn {
        right: 5%;
    }

    #fullpage .cont3 .hover_cont > div:nth-child(2) .circle_btn {
        left: 24%;
    }

    #fullpage .cont3 .hover_cont > div:nth-child(1) .circle_btn {
        right: 15%;
    }
*/
    #fullpage .text .tit {
        font-size: 45px;
    }

    #fullpage .text .desc {
        font-size: 29px;
    }

/*
    main .common_tit,
    .product_rt,
    .sub_tit_v2,
    .line_v2,
    .gray_area_02 img,
    .w95 .img_stemp img,
    .flex_content1_bg .img_stemp,
    .flex_content1_bg .img_stemp img,
    .img_stemp_v2,
    .img_stemp_v2 .fl img, 
    .img_stemp_v2 .fr img,
    .mask_img{
        width: 100% !important;
    }

    .img_stemp_v2 .fl,.img_stemp_v2 .fr {
        width: 45%;
    }
    .img_stemp_v2{
        min-width: inherit !important;
    }
*/



}

@media screen and (max-width: 1680px) {
    #support_tab > section {
        padding: 0 50px;
    }

    .tabs-panel2 .book .fr {
        width: 62%;
    }

    #fullpage .text .tit {
        font-size: 45px;
    }

    #fullpage .btn_wrap {
        display: none;
    }

    .popup_list li.active {
        display: block;
    }

    #fullpage .button {
        display: block;
        position: absolute;
        border: 1px solid #fff;
        width: 29% !important;
        padding: 29px 0 !important;
        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;
        font-size: 20px !important;
        top: 118%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #10c4a4;
        background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
        background-size: 105% auto;
        animation: blink 2.1s linear infinite;
    }

    #fullpage .button2:after {
        display: none !important;
    }

    /*    pop 추가*/
    .new_contents {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
    }


    .read_more_btn:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../images/sub/product_btn.png) no-repeat;
        /* css 파일로 이동시 	../images/sub/product_btn.png 경로변경 */
        transition: all 1s ease;
        z-index: 1;
    }

    .read_more_btn.sc-event:after {
        width: 100%;
        opacity: 1;

    }

    .contents_title {
        margin-top: 35px;
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        color: #fff;
    }

    .all_contents {
        display: block;
        position: absolute;
        width: 50%;
        min-width: 650px;
        left: 50%;
        top: -75vh;
        transform: translateX(-50%);
        background: #000;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        -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: 9999;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }

    .all_contents .all_contents_inner {
        max-width: 800px;
        max-height: 500px;
        overflow: auto;
        /*        margin: 17px 22px;*/
        overflow-x: hidden;
    }

    .all_contents:before {
        top: -18px;
    }

    .all_contents:after {
        transform: translateX(-50%) rotate(180deg);
        bottom: -18px;
    }

    .popup_close_btn {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        top: -20px;
        right: -18px;
        border-radius: 50%;
        background-color: #fff;
        font-size: 0;
    }

    .popup_close_btn:before,
    .popup_close_btn:after {
        content: '';
        display: block;
        position: absolute;
        width: 50%;
        height: 3px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #000;
    }

    .popup_close_btn:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .popup_close_btn:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .new_contents_list {
        padding-bottom: 50px;
    }

    .new_contents_list > li {
        position: relative;
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: 35px;
        font-size: 0;
    }

    .new_contents .desc {
        font-size: 14px;
        font-weight: 200;
        line-height: 22px;
        text-align: left;
        color: #fff;
        margin-top: 10px;
    }

    .new_contents .left_contents .desc {
        /*position: absolute;*/
        text-align: center;
        bottom: 0;
    }

    .left_contents {
        display: inline-block;
        width: 175px;
        vertical-align: top;
    }

    .left_contents_v2 {
        width: 160px;
    }

    .left_contents img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .right_contents {
        display: inline-block;
        width: calc(100% - 175px);
        padding: 20px;
        border: 1px solid #fff;
        box-sizing: border-box;
        vertical-align: top;
    }

    .right_contents_v2 {
        padding: 10px;
        word-break: break-word;
    }

    #fullpage .resize_img {
        width: auto;
    }

    .list_title {
        font-size: 14px;
        font-weight: 200;
        line-height: 22px;
        text-align: left;
        color: #fff;
    }

    .product_detail_desc_list li {
        position: relative;
        font-size: 14px;
        font-weight: 200;
        line-height: 22px;
        text-align: left;
        color: #fff;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .product_detail_desc_list li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '-';
        display: inline-block;
    }

    .read_more_btn {
        font-size: 18px;
        color: #fff;
        font-weight: 300;
        text-transform: none;
    }

    .popup_list .sub_tit {
        color: #fff;
        font-size: 16px;
        margin: 10px 0 15px;
        display:inline-block;
        width: 100%;
    }

    .popup_list .sub_tit_v2 {
        position: relative;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .popup_list .sub_tit_v2:after {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        content: '-';
        clear: both;
    }

    .popup_list .sub_tit span {
        position: relative;
        padding-left: 20px;
        box-sizing: border-box;
        width:50%;
        display: inline-block;
    }



    .full_popbg {
        position: fixed;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 101;
        display: none;
    }

    .full_popbg.active {
        display: block;
    }

    .m48 {
        width: 48% !important;
    }

    .m50 {
        width: 50% !important;
    }

    .m53 {
        width: 53% !important;
    }

    .m68 {
        width: 68% !important;
    }

    .m80 {
        width: 80% !important;
    }

    .m94 {
        width: 94% !important;
    }


}

@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1580px){

    #fullpage .section .full_bg {
        position: absolute;
        /* max-width: 1500px; */
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    #fullpage .text{
        width: 60%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1480px) {
   section.inquiries .bottom ul li {
        height: 300px;
    }

    section.inquiries .bottom ul li .call span {
        padding-left: 42px;
        line-height: 1.3;
        display: inline-block;
        box-sizing: border-box;
    }

    section.inquiries .bottom ul li .call span:nth-of-type(1) {
        position: relative;
        margin-top: -21px;
        padding-left: 19px;
        box-sizing: border-box;
    }

    section.inquiries .bottom ul li .call span:nth-of-type(1):after {
        display: none;
    }
	    section.inquiries .bottom ul li .call img {

        margin-right: 0px;
        display: inline-block;
        margin-top: -1px;
    }


}

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

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

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

@media screen and (max-width: 1280px) {
    .rg_content1_bg {
        margin-top: -289px;
    }

    .flex_content1_bg .img_stemp {
        background-size: contain;
        background-position: -29px 0;
    }

    .flex_content1_bg .img_stemp {
        width: 100%;
    }

    .ae_content1_bg {
        background-size: contain;
        background-position: -31px 0;
        margin-top: -260px;
        height: 700px;
    }

    section.aeroflon main .content2 .img_stemp2 {
        background-size: contain;
    }

    .w95 .img_stemp {
        width: 100%;
    }

   /* .w95 .img_stemp img {
        !*width: 100%;*!
        margin: 0 auto;
        display: block;
    }*/

    section.aeroflon .content3 .img_stemp,
    section.flex .content6 img {
        width: 100%;
    }

    section.aeroflon main .content2 .img_stemp2 {
        height: 1000px;
        background-position: 9px -25px;
    }

    .multi1_bg {
        margin-top: -246px;
    }

    .multi1_img {
        height: 800px;
    }

    section.multi .content3 .img_stemp {
        height: 900px;
    }

    section.multi .content4 {
        margin-top: -60px;
    }

    section.rf_con .content2 .img_stemp img:last-child {
        margin: 0;
        margin-left: -238px;
    }

    section.rf_con .content2 .img_stemp {
        display: none;
    }

    section.rf_con .content2 .mb_img_stemp {
        display: block;
    }

    section.rf_con .content2 .mb_img_stemp img {
        width: 100%;
    }

    section.mfocus .blink {
        top: 1150px;
    }

    section.rf_con .list_wrap li:not(:last-child),
    section.rf_adapter .list_wrap li:not(:last-child) {
        margin-right: 40px;
    }

    .flex_content1_bg .img_stemp img:nth-child(1) {
        width: 89% !important;
    }

    .rg_content1_img,
    .rg_content1_img img:nth-child(1),
    .flex_content1_bg .img_stemp img:nth-child(2) {
        width: 100%;
    }

    .rg_content1_img img:nth-child(2) {
        width: 64%;
    }

    /*    풀페이지*/
    #fp-nav {
        left: 50px;
    }

    #fullpage .text .button {
        position: static;
        display: inline-block;
        margin: 50px auto 0;
    }

    #fullpage .cont6 .hover_cont > div:nth-child(1) {
        bottom: 356px;
        left: 46.5%;
    }

    .tabs-nav.active_padding,
    section.pr .tabs-panel2,
    section.catalogs .inner2,
    #support_tab > section {
        padding: 0;
    }

    .tabs-panel2 .book .fr {
        width: 59%;
    }


 
    #fullpage .cont2 .hover_cont > div:nth-child(2) .circle_btn {
        top: 37.5vh;
    }
    .gray_area_02>img{display: block; width: 100%; height: 100%; object-fit: contain;}

    section.about_us .bg{
        height:auto;
    }

    section.about_us .current li{
        width:25%;
        margin-bottom: 20px;
    }
    section.about_us .inner3{
        text-align: center;
    }

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

    section.about_us .current li:before{
        width:100%;
    }

    .pos > i:first-child{
        width: 6%;
        min-width:58px;
    }

    .pos > span{
        width:92%;
    }
    section.history_ .inner {
        width: 100%;
        display: inline-block;
    }
    section.history_ .inner > .left {
        padding-left: 30px;
    }
    section.history_ .inner .right{
        padding-right:30px;
    }
    section.history_ .inner .left > p{
        font-size:68px;
    }

    /*location*/
    section.location .inner{
        max-width: 1280px;
        margin: 0 auto;
        width: 90%;
    }
    /*end location*/

    /*career*/
    section.careers .careers_wrap > li{
        padding: 45px 50px;
    }

    /*product_overview*/
    section.product_overview .tit p{
        font-size:62px;
    }

    /*flexstable*/

    .flex .img_stemp_v2 {
        width: 100%!important;
        min-width: 100%!important;
        margin: 0 auto;
    }

    section.flex .content1,
    section.flex .content2,
    section.flex .content4,
    section.flex .content7{
        max-width:90%;
        width:100%;
        margin: 0 auto;
    }

    section.flex .content4{
        margin-bottom:80px;
    }

    section.flex .content7{
        margin-bottom:100px;
    }

    .flex main .common_tit {
        margin-bottom: 40px;
        width: 100%;
        margin: 0 auto;
    }

    .flex .product_pdf .w1280 {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .flex .img_stemp_v2{
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }

    /*ultrarg*/
    .ultrarg .img_stemp_v2 {
        width: 100%!important;
        min-width: 100%!important;
        margin: 0 auto;
    }

    section.ultrarg .content1,
    section.ultrarg .content2,
    section.ultrarg .content3,
    section.ultrarg .content7{
        max-width:90%;
        width:100%;
        margin: 0 auto;
    }
    section.ultrarg .content7{
        margin:50px auto 100px;
    }
    .ultrarg main .common_tit{
        max-width: 1380px;
        margin: 0 auto;
    }

    main .common_tit{
        margin-bottom: 40px;
        max-width: 1380px;
        width:100%;
        margin: 0 auto;
    }

    section.ultrarg .img_stemp2{
        height: 600px;
        width: 100%;
        background-position-x: right;
        margin-bottom:0px;
        right: -64px;
    }

    .gray_area_02 {
        position: relative;
        display: block;
        width: 100%;
        margin: 40px auto 0;
        padding: 25px;
        height: 269px;
        box-sizing: border-box;
    }

    .ultrarg .content1 .product_flex_img2 > ul > li:first-child{max-width: 240px;width: 100%;}
    .ultrarg .content1 .product_flex_img2 > ul > li:nth-child(2){max-width: 240px;width: 100%;}
    .ultrarg .content1 .product_flex_img2 > ul > li:nth-child(3){max-width: 240px;width: 100%;}
    .ultrarg .content1 .product_flex_img2 > ul > li:nth-child(4){max-width: 240px;width: 100%;}

    .ultrarg .img_stemp img{
        width:100%;
    }
    .product_table tbody tr td span img{
        width:auto!important;
    }

    .ultrarg .mask_img{
        max-width: 1200px;
        width: 100%;
    }

    /*aeroflon*/
    .aeroflon .img_stemp_v2 {
        width: 100%!important;
        min-width: 100%!important;
        margin: 0 auto;
    }

    section.aeroflon .content1,
    section.aeroflon .content2,
    section.aeroflon .content3,
    section.aeroflon .content5,
    section.aeroflon .content7{
        max-width:90%;
        width:100%;
        margin: 0 auto;
    }
    section.aeroflon .content7{
        margin:50px auto 100px;
    }
    .aeroflon main .common_tit{
        max-width: 1380px;
        margin: 0 auto;
    }

    section.aeroflon .img_stemp2{
        height: 600px;
        width: 100%;
        background-position-x: right;
        margin-bottom:0px;
        margin-left: -130px;
    }

    .aeroflon .content1 .product_flex_img2 > ul > li:first-child{max-width: 240px;width: 100%;}
    .aeroflon .content1 .product_flex_img2 > ul > li:nth-child(2){max-width: 240px;width: 100%;}
    .aeroflon .content1 .product_flex_img2 > ul > li:nth-child(3){max-width: 240px;width: 100%;}
    .aeroflon .content1 .product_flex_img2 > ul > li:nth-child(4){max-width: 240px;width: 100%;}

    .aeroflon .mask_img{
        max-width: 1200px;
        width: 100%;
    }

    .aeroflon .mask_img .dir_left.sc-event img{
        width:100%
    }

    section.aeroflon main .content4 .opacity.sc-event{
        width:90%;
    }

    .ae_content1_bg{
        margin-top: -246.5px;
    }


    /*multi*/

    .multi .img_stemp_v2 {
        width: 100%!important;
        min-width: 100%!important;
        margin: 0 auto;
    }

    section.multi .content2,
    section.multi .content5,
    section.multi .content7{
        max-width:90%;
        width:100%;
        margin: 0 auto;
    }

    .documents_download.product_pdf {
        max-width:90%;
        width:100%;
        margin: 100px auto;
    }

    section.multi .content6{
        position: relative;
    }

    section.multi .content7{
        margin:50px auto 100px;
    }
    .multi main .common_tit{
        max-width: 1380px;
        margin: 0 auto;
    }

    section.multi .img_stemp2{
        height: 600px;
        width: 100%;
        background-position-x: right;
        margin-bottom:0px;
        margin-left: -130px;
    }

    .multi .content1 .product_flex_img2 > ul > li:first-child{max-width: 240px;width: 100%;}
    .multi .content1 .product_flex_img2 > ul > li:nth-child(2){max-width: 240px;width: 100%;}
    .multi .content1 .product_flex_img2 > ul > li:nth-child(3){max-width: 240px;width: 100%;}
    .multi .content1 .product_flex_img2 > ul > li:nth-child(4){max-width: 240px;width: 100%;}

    section.multi .content7{
        margin-bottom:100px;
    }

    .multi main .common_tit {
        margin-bottom: 40px;
        width: 100%;
        margin: 0 auto;
    }

    section.multi .content7 .w1280{
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 100px;
    }
    .multi .content3 .bg_box .bg_01{
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }

    .multi .table_box .ch_img img{
        width:25%;
    }

    section.multi .content4 .table_box{
        max-width: 90%;
        margin: 0 auto;
        width: 100%;
    }
    section.multi .content4 .table_box .tb_inner_full .img_box {
        font-size: 0px;
    }
    section.multi .content4 .table_box .tb_inner_full .img_box img{
        width:50%;
    }

    section.multi .content4 .table_box .tb_box_helf .img_box img{
        width:50%;
    }

    .multi main .content6 .common_tit{
        max-width:90%;
        width:100%;
    }

    .multi .content6 .dk_box .dk_inner{
        max-width:90%;
        width:100%!important;
    }

    section.multi .content7 .clearfix > div {
        width: 48%;
    }
    section.cir .content10{
        max-width:90%;
        width:100%;
        margin: 0 auto;
    }
    /*cir */

    .cir .img_stemp_v2 {
        width: 100%!important;
        min-width: 100%!important;
        margin: 0 auto;
    }

    section.cir .content5,
    section.cir .content6,
    section.cir .content7,
    section.cir .content8,
    section.cir .content9,
    section.cir .content10{
        max-width:90%;
        width:100%;
        margin: 0 auto;
    }

    /*gain*/

    .gain .img_stemp_v2 {
        width: 100%!important;
        min-width: 100%!important;
        margin: 0 auto;
    }

    section.gain .content3,
    section.gain .content4,
    section.gain .content5,
    section.gain .content8,
    section.gain .content10{
        max-width:90%;
        width:100%;
        margin: 0 auto;
    }

    /*mfocus*/
    section.mfocus .content3,
    section.mfocus .content4,
    section.mfocus .content10{
        max-width:90%;
        width:100%;
        margin: 0 auto;
    }

    section.mfocus .content4{
        margin-bottom:100px;
    }

    /*rf_connector*/
    section.rf_con .content2,
    section.rf_con .content4,
    section.rf_con .content5,
    section.rf_con .content8,
    section.rf_con .content11,
    section.rf_con .content14,
    section.rf_con .content15,
    section.rf_con .content16{
        max-width:90%;
        width:100%;
        margin: 100px auto;
    }

    /*rf_adapter*/
    section.rf_adapter main .content2,
    section.rf_adapter main .content4,
    section.rf_adapter main .content5,
    section.rf_adapter main .content7,
    section.rf_adapter main .content9,
    section.rf_adapter main .content12,
    section.rf_adapter main .content13{
        max-width:90%;
        width:100%;
        margin: 100px auto;
    }
}

@media screen and (max-width: 1174px) {
    .flex .img_stemp_v2 > .clearfix .fl {
        margin-right: 0px!important;
        margin-bottom:30px;
    }
}

@media screen and (max-width: 1152px) {
/*product_overview*/
    section.product_overview .tit p {
        font-size: 48px;
    }
    /*product_overview*/
    section.careers .careers_wrap > li{
        padding: 30px;
    }
    /*
    #fullpage .section .full_bg {
        background-position: center center;
        max-width: 1152px;
        min-width: 1152px;
    }
*/
    section.about_us .inner{
        padding: 0 40px;
    }
    .tabs-panel2 .book .clearfix {
        display: block;
        width: 100%;
        margin-bottom:30px;
        box-sizing: border-box;
    }
    .tabs-panel2 .book .fl{
        text-align: center;
    }
    .tabs-panel2 .book .fr .down li{
        display:inline-block;
        width:50%;
    }

}


@media screen and (max-width: 1024px) {
    .tabs-panel2 .book .fr {
        width: 45%;
    }


    /*
    #fullpage .section .full_bg {
        max-width: 1024px;
        min-width: 1024px;
    }
*/

    #fullpage .text .desc span {
        display: block;
    }

    #fullpage .text .button {
        margin: 69px auto 0;
    }
    section.about_us .Comperirivencess h2{
        font-size:37px;
    }

    section.history_ .img_stamp .mainsvg.first {
        width: 1400px;
        left: 36%;
        margin-left: -700px;
    }

    section.history_ .img_stamp .caption {
        font-size: 140px;
        vertical-align: top;
    }
    section.history_ .img_stamp .mainsvg.second{
        left:35%;
        width: 1400px;
        margin-left: -700px;
    }

    section.history_ .img_stamp .mainsvg.third{
        left:29%;
        width: 1400px;
        margin-left: -700px;
    }
    section.history_ .inner .left > p {
        font-size: 58px;
    }

    /*이노베이션 리서치필드*/
    section.research .inner > .fl {
        width: 30%;
        display: inline-block;
    }
    section.research .inner > .fr {
        width: 65%;
        display: inline-block;
    }
    section.research .inner > .fr p {
        width: 100%;
    }
    section.research .inner .content span.original {
        font-size: 65px;
        word-break: keep-all;
        clip: rect(0px, 890px, 135px, 113px);
    }
    section.research .inner .content span.overlay {
        font-size: 65px;
        word-break: keep-all;
    }
    section#rh .inner .content .micro span.original {
        clip: rect(0px, 890px, 160px, 107px);
    }
    section#rh .inner .content .advan span.original {
        clip: rect(0px, 890px, 170px, 113px);
        font-size: 65px;
    }
    section.research .inner .content .advan span.overlay{
        font-size:65px;
    }
    section.research .inner > .fr p{
        width:100%;
    }

    .flex .content1 .product_flex_img2 > ul > li:first-child {
        max-width: 20%!important;
        width:100%;
    }

    .flex .content1 .product_flex_img2 > ul > li:nth-child(2) {
        max-width: 22%!important;
        width:100%;
    }

    .flex .content1 .product_flex_img2 > ul > li:nth-child(3) {
        max-width: 22%!important;
        width:100%;
    }

    .flex .content1 .product_flex_img2 > ul > li:nth-child(4) {
        max-width: 20%!important;
        width:100%;
    }

    .aeroflon .content1 .product_flex_img2 > ul > li:first-child {
        max-width: 20%!important;
        width:100%;
    }

    .aeroflon .content1 .product_flex_img2 > ul > li:nth-child(2) {
        max-width: 22%!important;
        width:100%;
    }

    .aeroflon .content1 .product_flex_img2 > ul > li:nth-child(3) {
        max-width: 22%!important;
        width:100%;
    }

    .aeroflon .content1 .product_flex_img2 > ul > li:nth-child(4) {
        max-width: 20%!important;
        width:100%;
    }

}
@media screen and (max-width: 768px) {
    section.about_us .Comperirivencess .fl > div:first-child{
        width:470px;
        height: 710px;
    }
    section.about_us .cont1{
        width: 400px;
        height: 670px;
    }
    section.about_us .cont2{
        width: 460px;
        height: 410px;
    }
    section.about_us .cont3{
        width: 500px;
        height: 387px;
    }
    .grid-layout > div {
        display: block;
        width:100%;
        margin: 0 auto !important;
    }
    .grid-layout > div ~ div {
        margin: 150px auto 0 !important;
    }
}


/* 이재길 추가 */
.flex .content1 > h2 {
    text-align: center;
    font-size: 70px;
    font-weight: normal;
}

.flex .content1 > h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    padding-top: 50px;
}

.flex .content1 .product_flex_img2 {
    background: url(../images/sub/img_polygon.png) center 15px no-repeat;
    height: 505px;
    margin-top: 70px;
    background-size: 500px;
    text-align: center;
}

.flex .content1 .product_flex_img2 > ul {
    height: 278px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.flex .content1 .product_flex_img2 > ul > li {
    height: 278px;
    display: inline-block;
    vertical-align: middle;
}

.flex .content1 .product_flex_img2 > ul > li > p {
    font-size: 50px;
    color: #12ba9c;
    font-weight: bold;
    font-style: italic;
    padding-top: 60px;
}

.flex .content1 .product_flex_img2 > ul > li > span {
    font-size: 36px;
    display: block;
    padding-top: 10px;
    font-weight: normal;
}

.flex .content1 .product_flex_img2 > ul > li:first-child {
    padding-right: 121px;
    background: url(../images/sub/fl_line.png) right center no-repeat;
}

.flex .content1 .product_flex_img2 > ul > li:nth-child(2) {
    width: 266px;
    margin-left: -3px;
}

.flex .content1 .product_flex_img2 > ul > li:nth-child(3) {
    width: 266px;
}

.flex .content1 .product_flex_img2 > ul > li:nth-child(4) {
    padding-left: 121px;
    background: url(../images/sub/fl_line.png) left center no-repeat;
    margin-left: -3px;
}

.flex .content1 .product_flex_img2 > h4 {
    padding-right: 54px;
    display: inline-block;
    margin: 90px auto 0;
    background: url(../images/sub/title_bul.png) right 40px no-repeat;
    font-size: 50px;
    font-weight: 300;
}

.flex .content1 .blink2 {
    top: 245px !important;
}

.list_wrap li {
    padding-top: 150px !important;
    height: auto !important;
}

.list_wrap li > span {
    font-size: 18px;
    display: inline-block;
    padding-top: 18px;
    letter-spacing: -0.8px;
}

.product_table_v2 th {
    padding: 10px 5px;
    font-weight: 300 !important;
    vertical-align: middle;
}

.product_table_v2 th > span {
    font-size: 12px;
    line-height: 1;
}

.product_table_v2 td {
    padding: 15px 5px;
    text-align: center !important;
    font-weight: normal !important;
    vertical-align: middle;
}

section.flex .content3 .img_stemp {
    background: none !important;
    margin-top: 0;
}

section.flex .content3 .img_stemp img:nth-child(1) {
    z-index: 2;
    top: 162px;
}

section.flex .content3 .img_stemp img:nth-child(2) {
    top: 292px;
    z-index: 1;
}

section.flex .content3 .img_stemp img:nth-child(3) {
    top: 442px;
}

section.flex .content3 .img_stemp img:nth-child(4) {
    top: 689px;
    right: 0;
}

section.flex .content3 .img_stemp img:nth-child(5) {
    top: 710px;
    right: 0;
}

section.flex .content3 .img_stemp img:nth-child(6) {
    top: 1041px;
    right: 0;
}

.opacity.sc-event {
    opacity: 1 !important;
}

.band_ar {
    width: 733px;
    margin: 0 auto;
}

.band_ar > li {
    width: 100%;
}

.band_ar > li > span {
    display: inline-block;
    vertical-align: top;
}

.band_ar > li > span:first-child {
    width: 227px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    height: 43px;
    line-height: 43px;
}

.band_ar > li:first-child > span:first-child {
    background: #1853ac;
}

.band_ar > li:nth-child(2) > span:first-child {
    background: #cc51b4;
    margin-top: 34px;
}

.band_ar > li:nth-child(3) > span:first-child {
    background: #ffc53a;
}

.cer_ar {
    position: relative;
    height: 357px;
    width: 644px;
}

.cer_ar > img {
    position: absolute;
    top: 0;
    left: 0;
}

.cable_ar {
    position: relative;
}

.cable_ar .detail {
    position: absolute;
    top: 0;
    left: 0;
}

.cable_ar .detail > img {
    position: absolute;
    z-index: 2;
}

.cable_ar .detail > img:first-child {
    top: 222px;
    left: 0
}

.cable_ar .detail > img:nth-child(2) {
    top: 300px;
    left: 320px
}

.cable_ar .detail > img:nth-child(3) {
    top: 171px;
    left: 263px
}

.cable_ar .detail > img:nth-child(4) {
    top: 133px;
    left: 432px
}

.cable_ar .detail > img:nth-child(5) {
    top: 89px;
    left: 502px
}

.cable_ar .detail > img:nth-child(6) {
    top: 40px;
    left: 569px
}

.cable_ar .detail > img:nth-child(7) {
    top: 110px;
    left: 684px
}

.cable_ar .detail > img:nth-child(8) {
    top: 0px;
    left: 648px
}

.delay18 {
    transition-delay: 1.8s !important;
}

.delay21 {
    transition-delay: 2.1s !important;
}

.mask_img {
    position: relative;
    width: 1200px;
    height: 274px;
}

.mask_img .mask_box1 {
    width: 1200px;
    height: 274px;
    display: table;
    position: absolute;
    top: 0;
}

.mask_img .mask_box1 > span {
    width: 50%;
    height: 100%;
    display: table-cell;
}


.gray_area_02 {
    position: relative;
    width: 1920px;
    margin: 40px auto 0;
    padding: 40px 0;
    background: #f8f8f8;
    text-align: center;
    height: 269px;
}
b.bold_v2{font-weight:600;line-height: 1.2;}


@media screen and (max-width : 1160px){
    
section.product_overview .menu li:hover span.basic_btn::before,
section.product_overview .menu li:hover span.basic_btn::after {
    background: #4f4bc8;
}
    /*rf_connector*/
    section.rf_con .list_wrap li:nth-child(1){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
    }
    section.rf_con .list_wrap li:nth-child(2){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
    }
    section.rf_con .list_wrap li:nth-child(3){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
        margin-right:0px;
    }
    section.rf_con .list_wrap li:nth-child(4){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
    }
    section.rf_con .list_wrap li:nth-child(5){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
    }
    section.rf_con .list_wrap li:nth-child(6){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
    }

    /*rf_adapter*/
    section.rf_adapter .list_wrap li:nth-child(1){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
    }
    section.rf_adapter .list_wrap li:nth-child(2){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
    }
    section.rf_adapter .list_wrap li:nth-child(3){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
        margin-right:0px;
    }
    section.rf_adapter .list_wrap li:nth-child(4){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
    }
    section.rf_adapter .list_wrap li:nth-child(5){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
    }
    section.rf_adapter .list_wrap li:nth-child(6){
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        background-size: 150px;
        text-align: center;
        background-position: top;
    }
}
