@charset "UTF-8";
@media print {
  /* 해외지사 */
  .pageTit_s2,
  .tab_s1,
  .printHide,
  #sv,
  #lnb,
  footer,
  header {
    display: none;
  }
  #subContents {
    padding-top: 0;
    margin-top: -100px;
  }
  #network.overseas,
  #overseas {
    padding: 30px;
  }
  #network.overseas .pageTit_s2,
  #overseas .pageTit_s2 {
    margin-bottom: 0;
  }
  #network.overseas .tabCont,
  #overseas .tabCont {
    margin-top: 0;
  }
  #network.overseas .area,
  #overseas .area {
    height: 640px;
    padding: 30px 0;
  }
  #network.overseas .mapWrap,
  #overseas .mapWrap {
    padding: 30px 0;
  }
  #network.overseas .mapWrap iframe,
  #overseas .mapWrap iframe {
    height: 300px !important;
    width: 100% !important;
  }
}

@media (max-width: 1720px) {
  .inner1720 {
    padding: 0 20px;
  }
  /*
    헤더 
  */
  header #logo {
    padding-left: 0;
  }
}

@media (max-width: 16000px) {
  #subContents .inner1600 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1600px) {
  #hrSystem br {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .inner1440 {
    padding: 0 20px;
  }
  #summary .coreValue .list ul .shape dl {
    padding-top: 65px;
    top: 25px;
  }
  #summary .coreValue .list ul .shape dt {
    font-size: 1.3rem;
  }
  #summary .coreValue .list ul .shape dd {
    padding: 0 30px;
    margin-top: 5px;
  }
  #smartfactory br {
    display: none;
  }
}

/*
  태블릿
*/
@media (max-width: 1200px) {
  html,
  body,
  table,
  input,
  textarea {
    font-size: 14px;
  }
  body {
    padding-top: 88px;
  }
  /*
    헤더
  */
  header {
    padding: 22px 0;
  }
  header #gnb {
    padding-left: 22.62295081967%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header #gnb li:not(:nth-child(1)) .depth2 {
    height: auto !important;
  }
  header #gnb > li {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
  header #gnb > li:last-child {
    margin: 0;
  }
  header #gnb > li > a {
    padding: 0 !important;
    color: #ffc10a;
    font-size: 1.875rem;
    font-weight: 700;
  }
  header #gnb > li .depth2Box {
    position: static;
    background: none;
    height: auto;
  }
  header #gnb > li .depth2Box > div {
    height: auto !important;
  }
  header #gnb > li .depth2Box .imgLink {
    display: none;
  }
  header #gnb .depth2 {
    padding-top: 14px;
    position: static !important;
  }
  header #gnb .depth2 li {
    padding: 0;
    margin-bottom: 20px !important;
  }
  header #gnb .depth2 li:last-child {
    margin: 0 !important;
  }
  header #gnb .depth2 li a {
    font-weight: 400 !important;
    display: block;
    padding-left: 90px;
    position: relative;
  }
  header #gnb .depth2 li a:before {
    content: "";
    opacity: 0;
    width: 75px;
    height: 1px;
    background: #ffc10a;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
  }
  header #gnb .depth2 li a:after {
    display: none;
  }
  header #gnb .depth2 li a:hover {
    color: #ffc10a;
  }
  header #gnb .depth2 li a:hover:before {
    opacity: 1;
  }
  header .utilMenu .lang {
    margin-right: 15px;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    max-width: 610px;
    position: fixed;
    right: -100%;
    top: 0;
    background: #fff;
    height: 100%;
    overflow-y: scroll;
    z-index: 9999;
  }
  nav .menuClose {
    display: block;
    position: absolute;
    right: 16.39344262295%;
    top: 30px;
  }
  nav .menuClose button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url("/img/common/mobileMenu_close.png") no-repeat center #ffc10a;
  }
  #allMenu {
    display: none;
  }
  /* 푸터 */
  #schWrap > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #schWrap .schBar {
    margin-top: 30px;
    width: 100%;
  }
  .ftMenu {
    display: none;
  }
  #ftTop .txtBox {
    margin: 0 auto;
    text-align: center;
  }
  #ftTop .txtBox .infomation dd ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #ftTop .sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topBtn {
    top: -80px;
    right: 20px;
    width: 52px;
    height: 52px;
  }
  #topBtn button {
    width: 52px;
    height: 52px;
  }
  /* 메인페이지 */
  .more_s1 .more:after {
    left: 0;
  }
  .tit_s1 {
    font-size: 2rem;
  }
  .tit_s1 svg {
    margin-right: -23px;
  }
  .tit_s2 {
    font-size: 3rem;
  }
  #mainVisual {
    height: 450px;
  }
  #mainVisual .item {
    height: 450px;
  }
  #mainVisual .explore {
    bottom: 70px;
    display: none;
  }
  #mainVisual .item1 .visual-img {
    background: url("/img/main/mainVisual01_tablet.jpg") no-repeat center;
  }
  #mainVisual .item2 .visual-img {
    background: url("/img/main/mainVisual02_tablet.jpg") no-repeat center;
  }
  #mainVisual .item3 .visual-img {
    background: url("/img/main/mainVisual03_tablet.jpg") no-repeat center;
  }
  #mainVisual .item4 .visual-img {
    background: url("/img/main/mainVisual04_tablet.jpg") no-repeat center;
  }
  #mainVisual .item5 .visual-img {
    background: url("/img/main/mainVisual05_tablet.jpg") no-repeat center;
  }
  #mainVisual .item6 .visual-img {
    background: url("/img/main/mainVisual06_tablet.jpg") no-repeat center;
  }
  #mainVisual .main-visual-pagination {
    bottom: 22px;
  }
  #mainVisual .txtPagingg {
    display: none;
  }
  #mainVisual .txtBox {
    padding: 20px;
  }
  #mainVisual .txtBox strong {
    margin-bottom: 0;
    display: block;
    font-size: 5rem;
  }
  #mainVisual .txtBox svg {
    font-size: 5.5rem;
    margin: 0;
  }
  #mainVisual .txtBox p {
    height: 100px;
  }
  #mainVisual .txtBox p.tablet {
    display: block;
  }
  #mainVisual .txtBox p.pc, #mainVisual .txtBox p.mobile {
    display: none;
  }
  #mainVisual .txtBox a {
    margin-top: 25px;
  }
  .tit_s3 {
    font-size: 45px;
  }
  .inner1600 {
    padding: 0 20px;
  }
  #mainContents #brands {
    padding: 60px 0 34px;
  }
  #mainContents #brands br {
    display: none;
  }
  #mainContents #brands .dotList {
    position: relative;
  }
  #mainContents #brands .dotList:after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    -webkit-box-shadow: -10px 0 10px rgba(0, 0, 0, 0.06);
            box-shadow: -10px 0 10px rgba(0, 0, 0, 0.06);
    position: absolute;
    right: 0;
    top: 0;
  }
  #mainContents #brands .dotList ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-left: 1px solid #d0d0d0;
  }
  #mainContents #brands .dotList ul li {
    width: 25%;
    margin: -1px 0 0 0 !important;
    border: 1px solid #d0d0d0;
    border-left: none;
  }
  #mainContents #brands .dotList ul li img {
    display: none;
  }
  #mainContents #brands .dotList ul li p {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  #mainContents #brands .dotList ul li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    width: 100%;
    height: 60px;
    border-radius: 0;
  }
  #mainContents #brands .dotList ul li.on button {
    background: #fff103;
  }
  #mainContents #brands .slideBox article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mainContents #brands .slideBox .txtBox {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #mainContents #brands .slideBox .txtBox dl {
    width: calc(100% - 170px);
  }
  #mainContents #brands .slideBox .txtBox dt {
    font-size: 5rem;
  }
  #mainContents #brands .slideBox .img {
    padding: 0;
  }
  #mainContents #brands .slideBox .more_s1 {
    margin-top: 24px;
  }
  #mainContents #history {
    padding: 60px 0 55px;
  }
  #mainContents #history .more_s1 {
    margin-top: 0;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #mainContents #history .img {
    display: inline-block;
  }
  #mainContents #history .img img {
    max-height: 400px;
  }
  #mainContents #history .txtBox {
    width: 100%;
    margin-top: 30px;
  }
  #mainContents #history .txtBox svg {
    stroke: #0a0a0a;
  }
  #mainContents #history .txtBox dt {
    margin-bottom: 25px;
  }
  #mainContents #history > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
  #mainContents #network {
    padding: 0 0 40px 0;
  }
  #mainContents #network .pc {
    display: none;
  }
  #mainContents #network .moblie {
    display: block;
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
    max-width: 600px;
  }
  #mainContents #network .point {
    margin-top: 40px;
    position: static;
  }
  #mainContents #network .point ul:first-child {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mainContents #network .point ul:first-child li {
    position: static;
    width: 49% !important;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  #mainContents #network .point ul:first-child li:nth-child(2n) {
    margin: 0;
  }
  #mainContents #network .point ul:first-child li a {
    width: 100%;
  }
  #mainContents #network .point ul:first-child li .linkBar {
    width: 100%;
    opacity: 1;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
    background: #f5f5f5;
  }
  #mainContents #network .point ul:first-child li .linkBar em {
    display: none;
  }
  #mainContents #network .point ul:first-child li .linkBar:after {
    display: none;
  }
  #mainContents #network .point ul:first-child li .dots,
  #mainContents #network .point ul:first-child li .area {
    display: none;
  }
  #mainContents #network .point ul:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mainContents #network .point ul:last-child li {
    width: 49%;
    margin-right: 2%;
    position: static;
    margin-bottom: 5px;
  }
  #mainContents #network .point ul:last-child li:nth-child(2n) {
    margin-right: 0;
  }
  #mainContents #network .point ul:last-child li a {
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 65px;
    height: 100%;
    width: 100%;
  }
  #mainContents #network .point ul:last-child li a .area {
    opacity: 1 !important;
    margin-top: 0;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
  }
  #mainContents #network .point ul:last-child li a .branch {
    font-size: 12px;
    text-align: left;
  }
  #mainContents #network .point ul:last-child li a .branch img {
    margin-right: 4px;
    vertical-align: middle;
    margin-top: 2px;
  }
  #mainContents #network .point ul:last-child li a .branch strong {
    font-weight: 700;
  }
  #mainContents #network .point ul:last-child li a .flag {
    width: 33px;
    height: 33px;
    overflow: hidden;
    border-radius: 50%;
  }
  #mainContents #network .point ul:last-child li a:hover {
    background: #fff103;
  }
  #mainContents #banner > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #mainContents #banner .tit_s3 {
    margin-right: 0;
  }
  #mainContents #banner .downloadBtns a {
    border: 1px solid #333 !important;
    background: rgba(255, 255, 255, 0.6);
    color: #333;
  }
  #mainContents #banner .downloadBtns a span:after {
    content: url("/img/main/download_icon_on.png");
  }
  #mainContents #promotion {
    padding: 78px 0;
  }
  #mainContents #promotion .slideWrap .slideBtns {
    margin-top: 0;
  }
  #mainContents #promotion .slideWrap .slideBtns {
    padding: 0;
  }
  #mainContents #promotion .more_s1 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #mainContents #quickMenu > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mainContents #quickMenu ul {
    width: 100%;
  }
  #mainContents #quickMenu ul li {
    width: 20%;
  }
  .bigTit {
    display: none;
  }
  /* 서브 페이지 */
  #sv {
    height: 250px;
  }
  #lnb > div {
    padding: 0;
  }
  #lnb > div .menuBox {
    width: 33.3333333% !important;
  }
  #lnb > div .menuBox:first-child {
    text-align: center;
  }
  #exhibitionList .tab_s1 ul li:last-child {
    width: 100%;
  }
  .tab_s1 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    letter-spacing: -4px;
    border: none;
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    height: auto;
  }
  .tab_s1 ul li {
    letter-spacing: -0.5px;
    display: inline-block;
    vertical-align: top;
    width: 33.3333333%;
    border-bottom: 1px solid #a3a3a3;
    border-top: none;
    border-right: 1px solid #a3a3a3;
    border-left: none;
    padding: 0 5px;
  }
  .tab_s1 ul li.on {
    border: 1px solid #232323 !important;
  }
  .tab_s1 ul li a,
  .tab_s1 ul li button {
    font-size: 13px;
  }
  /* 제품 리스트*/
  .pd_category ul {
    max-width: 640px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pd_category ul li {
    overflow: hidden;
    position: relative;
    margin: 15px 0 !important;
    width: 25%;
  }
  .pd_category ul li img {
    display: none;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    height: 90px;
  }
  .pd_category ul li:first-child .tit {
    display: none;
  }
  .pd_category ul li .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 14px;
    max-width: 90px;
    padding: 0 10px;
  }
  .pd_category ul li .icon {
    margin: 0 auto;
  }
  .pdList ul li {
    width: 32%;
    margin-right: 2%;
  }
  .pdList ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .pdList ul li:nth-child(3n) {
    margin-right: 0;
  }
  .otherPd ul {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
  }
  .otherPd ul li {
    display: inline-block;
  }
  /* 제품 상세 */
  #productView {
    /* .type_sumitomo_grade */
    /* type_sumitomo_holder */
  }
  #productView br {
    display: none;
  }
  #productView .detailPage {
    padding: 62px 0 124px;
  }
  #productView .detailPage .info > .type2 {
    padding: 80px 8%;
  }
  #productView .detailPage .info > .type2 > section {
    margin-bottom: 90px;
  }
  #productView .detailPage .info > .type2 .list > article {
    margin-bottom: 42px;
  }
  #productView .detailPage .tit_type1 {
    margin-bottom: 60px;
  }
  #productView .detailPage .tit_type1.mb-sm {
    margin-bottom: 0;
  }
  #productView .detailPage .tit_type1 dl dt {
    font-size: 1.8rem;
  }
  #productView .detailPage .info .txtWrap.type3 > section .txt .box {
    max-width: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 25px 0;
  }
  #productView .detailPage .info .txtWrap.type4 > section {
    background: none;
  }
  #productView .detailPage .info .txtWrap.type4 > section .cate {
    max-width: 580px;
    margin: 0 auto;
  }
  #productView .detailPage .info .txtWrap.type4 > section .cate br {
    display: block;
  }
  #productView .detailPage .info .txtWrap.type4 > section .cate li {
    margin-bottom: 30px !important;
  }
  #productView .detailPage .info .txtWrap.type4 > section .cate li:nth-child(5n) {
    margin-right: 0;
  }
  #productView .detailPage .info ul.type1 li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
  #productView .detailPage .info ul.type2 {
    padding: 0;
    text-align: left;
  }
  #productView .txtBox {
    display: block;
    text-align: center;
  }
  #productView .txtBox .slogun {
    margin: 30px 0;
  }
  #productView .txtBox dl dt {
    font-size: 2.2rem;
  }
  #productView .txtBox dl dt span {
    font-size: 2.4rem;
  }
  #productView .txtBox .linkGroup {
    max-width: 100%;
    margin-top: 20px;
  }
  #productView .txtBox .linkGroup .list {
    margin-top: 12px;
  }
  #productView .txtBox .linkGroup .list .download {
    margin-right: 15px;
  }
  #productView .txtBox .linkGroup .list .download a {
    font-size: 1rem;
  }
  #productView .type_sumitomo_grade {
    padding: 80px 8%;
  }
  #productView .type_sumitomo_grade section {
    margin-bottom: 0;
    padding: 0 !important;
  }
  #productView .type_sumitomo_grade .contBox {
    display: block;
  }
  #productView .type_sumitomo_grade .contBox article {
    width: 100%;
  }
  #productView .table_s1 th {
    width: 80px;
  }
  #productView .type_sumitomo_holder .txtWrap.type2 {
    padding: 80px 8%;
  }
  #productView .type_sumitomo_holder .flex-box {
    display: block;
  }
  #productView .type_sumitomo_holder .flex-box > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #productView .type_sumitomo_cutter > div {
    margin-bottom: 80px;
  }
  #productView .type_sumitomo_cutter .dfc_info .box_info {
    margin-top: 20px;
    width: 100%;
  }
  #productView .type_sumitomo_cutter .dfc_info article:nth-child(2) {
    display: block;
  }
  #productView .keyFeatures .info ul {
    padding: 30px;
  }
  #productView .keyFeatures .info ul li {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 30px 20px;
    margin-bottom: 20px !important;
  }
  #productView .detailPage .type5 {
    display: block;
  }
  #productView .detailPage .type5 ul {
    width: 100%;
    text-align: left;
  }
  #productView .detailPage .type6 {
    margin-top: 30px;
    text-align: left;
  }
  #productView .detailPage .type7 {
    margin-top: 25px;
  }
  #productView .detailPage .info .txtWrap > section {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 0 0 40px;
    background: #fff;
  }
  #productView .detailPage .info .txtWrap > section > div {
    width: 100%;
  }
  #productView .detailPage .info .txtWrap > section .img {
    text-align: center;
  }
  #productView .detailPage .info .txtWrap > section .txt {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 30px 0;
  }
  #productView .detailPage .info .txtWrap > section .txt em {
    font-size: 5rem;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #productView .detailPage .info .txtWrap > section .txt dd {
    margin-top: 20px;
    padding-right: 0;
  }
  #productView .detailPage .info .reason {
    margin-top: 100px;
  }
  #productView .detailPage .info .reason ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 510px;
    margin: 20px auto 0;
  }
  #productView .detailPage .info .reason ul li {
    width: 240px;
    padding-top: 240px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 0 !important;
  }
  #productView .detailPage .info .reason ul li:nth-child(2n) {
    margin-right: 0;
  }
  #productView .detailPage .info .reason ul li dl {
    top: 15%;
  }
  #productView .detailPage .info .reason ul li dl dt p {
    margin-top: 15px;
  }
  #productView .detailPage .info .reason ul li dl dd {
    padding: 0 10px;
    font-size: 12px;
    margin-top: 10px;
  }
  /*
    홍보센터 - 전시회
	*/
  .btn_s1 {
    margin-top: 40px;
  }
  .vertical_list_s1 .txtBox .tit {
    margin: 20px 0;
    font-size: 1.6rem;
  }
  /*
    홍보센터 - 카탈로그
  */
  #catalog .list li {
    width: 32%;
    margin-right: 2%;
  }
  #catalog .list li:nth-child(4n) {
    margin-right: 2%;
  }
  #catalog .list li:nth-child(3n) {
    margin-right: 0;
  }
  /*
    홍보센터 - 미디어센터
  */
  #videoPop > div {
    height: 0;
    padding-top: 56.25%;
  }
  #videoPop > div > div {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #videoPop > div .closeBtn {
    top: -55px;
    right: 10px;
  }
  /* news */
  #newsList .list ul li {
    width: 32%;
    margin-right: 2%;
  }
  #newsList .list ul li:nth-child(4n) {
    margin-right: 2%;
  }
  #newsList .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 인재채용 - 인재상 */
  .banner_s1 {
    margin-top: 85px;
  }
  .banner_s1 ul li a {
    height: 300px;
  }
  #talent br {
    display: none;
  }
  #talent .condition .txt {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  #talent .meaning {
    margin-top: 66px;
  }
  #talent .meaning ul li {
    padding: 0 10px;
  }
  #talent .meaning ul li .en {
    font-size: 2rem;
    margin-bottom: 48px;
  }
  #talent .meaning ul li .en span {
    font-size: 6rem;
  }
  #talent .meaning ul li dt {
    font-size: 1.7rem;
  }
  /* 인재채용 - 직무소개 */
  #jonIntro {
    overflow: hidden;
  }
  #jonIntro br {
    display: none;
  }
  #jonIntro .list li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #jonIntro .list .txtBox {
    position: static;
    height: auto;
    padding: 72px 78px 52px;
  }
  #jonIntro .list .txtBox dt img {
    width: 100px;
    top: auto;
    bottom: 20px;
  }
  /* 인재채용 - 제도소개 */
  #hrSystem .benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #hrSystem .benefits > div {
    width: 100%;
  }
  #hrSystem .benefits .img {
    text-align: center;
    max-width: 640px;
    margin: 30px auto 0;
  }
  #hrSystem .benefits .img:after {
    display: none;
  }
  #hrSystem .list {
    margin-top: 50px;
  }
  #hrSystem .list > section {
    padding: 50px 0;
  }
  #hrSystem .list > section:nth-child(1) li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  #hrSystem .list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hrSystem .list ul li > div {
    width: 100% !important;
  }
  #hrSystem .list ul li .img {
    margin-bottom: 30px;
  }
  #hrSystem .list .txtBox {
    padding: 0 20px;
  }
  #hrSystem .list .txtBox dl {
    padding-left: 100px;
  }
  /* 그룹사 */
  #dineGroup .info > section {
    padding: 75px 0;
  }
  #dineGroup .info > section:last-child {
    padding: 75px 0 150px;
  }
  #dineGroup .info > section:nth-child(1) .logo img {
    height: 34px;
  }
  #dineGroup .info > section:nth-child(2) .logo img {
    height: 66px;
  }
  #dineGroup .info > section:nth-child(3) .logo img {
    height: 26px;
  }
  #dineGroup .info > section br {
    display: none;
  }
  #dineGroup .info > section .txtBox dt {
    margin-top: 22px;
  }
  #dineGroup .info > section > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #dineGroup .info > section > div > div {
    width: 100%;
  }
  #dineGroup .info > section > div .txtBox {
    padding: 0 !important;
  }
  #dineGroup .info > section .img {
    margin-top: 30px;
  }
  /* 연혁 */
  #history .list br {
    display: none;
  }
  #history .list li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    overflow: hidden;
  }
  #history .list li:nth-child(even) .year {
    left: 32px;
  }
  #history .list li:nth-child(odd) .year {
    right: 32px;
  }
  #history .list .year {
    font-size: 5rem;
    bottom: -10px;
  }
  #history .list .year.sm {
    font-size: 5.5rem;
  }
  #history .list .txtBox {
    overflow: hidden;
    padding: 70px 32px 100px;
    max-width: 100%;
    height: auto;
    position: static;
  }
  /* 인사말 */
  #greeting .tabCont {
    margin-top: 48px;
  }
  #greeting .tabCont .txtBox .top .img {
    text-align: center;
  }
  #greeting .tabCont br {
    display: none;
  }
  #greeting .tabCont section {
    display: block;
  }
  #greeting .tabCont section > div {
    width: 100% !important;
  }
  #greeting .tabCont section > .img {
    margin-left: 0;
    padding-left: 0;
    border: none;
    margin-top: 40px;
    text-align: center;
  }
  /* 기업 개요 */
  .tit_s5 dd {
    margin-top: 24px;
  }
  #summary .tit_s5 {
    width: 50%;
    padding-right: 20px;
  }
  #summary .tit_s5 br {
    display: none;
  }
  #summary .tit_s5 + div {
    width: 50%;
  }
  #summary .about {
    overflow: hidden;
  }
  #summary .about .txt dt {
    font-size: 2.8rem;
  }
  #summary .about .img {
    margin-top: 30px;
  }
  #summary > div:not(.about) {
    padding: 75px 0;
  }
  #summary .mission {
    padding: 158px 0 79px !important;
    margin-top: -100px;
  }
  #summary .mission > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #summary > div:not(.mission) > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #summary > div:not(.mission) > div > div {
    padding: 0;
    width: 100% !important;
  }
  #summary .coreValue .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #summary .coreValue .list ul .shape {
    width: 238px;
    height: 238px;
    padding-top: 0;
  }
  #summary .coreValue .list ul .shape dl {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #summary .coreValue .list ul li {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #summary .coreValue .list ul .info {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #summary .coreValue .list ul .info > section {
    border: none;
  }
  #summary .coreValue .list ul .info > section br {
    display: none;
  }
  #summary .overview .logoList {
    margin-bottom: 30px;
  }
  #summary .overview .logoList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #summary .overview .logoList ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 0;
  }
  #summary .overview .list ul li {
    padding-top: 0;
    height: 260px;
  }
  #summary .overview .list ul li > div {
    padding-top: 100px;
  }
  #summary .overview .list ul li > div .num span {
    font-size: 1.8rem;
  }
  #summary .certification .list {
    margin-top: 30px;
  }
  #summary .certification .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #summary .certification .list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #summary .certification .list ul li:last-child {
    margin: 0;
  }
  #summary .location {
    padding: 75px 0 150px !important;
  }
  #summary .location .copy {
    right: 15px;
    top: 15px;
  }
  #summary .location .mapWrap {
    margin-top: 30px;
    position: relative;
  }
  #summary .location .info {
    max-width: 100%;
  }
  #summary .location .box {
    height: 420px !important;
  }
  /* 사업장 - 해외 */
  .mobilePoint {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mobilePoint li {
    position: static;
    width: 49%;
    margin-right: 2%;
    position: static;
    margin-bottom: 5px;
  }
  .mobilePoint li:nth-child(2n) {
    margin-right: 0;
  }
  .mobilePoint li a {
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    min-height: 65px;
    width: 100%;
    text-align: left;
  }
  .mobilePoint li a .area {
    margin-top: 0;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px;
    opacity: 1 !important;
  }
  .mobilePoint li a img {
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -2px;
  }
  .mobilePoint li a:hover {
    background: #fff103;
  }
  #network.overseas .txtBox br,
  #overseas .txtBox br {
    display: none;
  }
  #network.overseas .mapInfo .box,
  #overseas .mapInfo .box {
    text-align: center;
  }
  #network.overseas .mapInfo .dotList,
  #overseas .mapInfo .dotList {
    position: static;
  }
  #network.overseas .dotList > ul:first-child,
  #network.overseas .pc,
  #overseas .dotList > ul:first-child,
  #overseas .pc {
    display: none;
  }
  #network.overseas .mobile,
  #overseas .mobile {
    display: inline-block;
  }
  #network.overseas .areaList ul,
  #overseas .areaList ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #network.overseas .areaList ul li,
  #overseas .areaList ul li {
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px 0;
    width: 33.3333333%;
  }
  #network.overseas .area,
  #overseas .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #network.overseas .area .img,
  #overseas .area .img {
    max-width: 320px;
    margin: 0 auto;
  }
  #network.overseas .area > div,
  #overseas .area > div {
    width: 100% !important;
  }
  #network.overseas .area .txtBox .tit,
  #overseas .area .txtBox .tit {
    font-size: 2rem;
  }
  #network.overseas .area .txtBox .tit span,
  #overseas .area .txtBox .tit span {
    font-size: 3.5rem;
  }
  #network.overseas iframe,
  #overseas iframe {
    height: 480px !important;
  }
  #network.overseas .mapList ul li dl dt,
  #overseas .mapList ul li dl dt {
    font-size: 1.8rem;
  }
  #network.overseas .mapList ul li dl dd > div span,
  #overseas .mapList ul li dl dd > div span {
    width: 80px;
  }
  /* 국내 영업소 */
  .busi_intro {
    padding: 74px 0 140px;
    margin-top: 70px;
  }
  .busi_intro .list {
    margin-top: 42px;
  }
  .busi_intro .list .num:before {
    bottom: -20px;
  }
  #dometic .mapWrap > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #dometic .mapWrap > div > div {
    width: 100% !important;
  }
  #dometic .mapWrap > div .list {
    padding: 0;
    margin-top: 20px;
  }
  #dometic .mapWrap > div .list li a {
    padding: 25px 10px;
  }
  #dometic .mapWrap > div .img {
    padding: 25px;
  }
  #dometic .mapWrap > div .img:after {
    display: none;
  }
  #dometic .mapWrap > div .img a {
    padding: 0;
  }
  #dometicview .companyInfo .txt {
    padding: 0 10px;
  }
  #dometicview .companyInfo ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #dometicview .companyInfo ul li {
    width: 50%;
    margin: 10px 0;
  }
  .pageTit_s2 {
    margin-bottom: 75px;
  }
  #smartfactory .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #smartfactory .intro > div {
    width: 100% !important;
  }
  #smartfactory .intro .contact {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #smartfactory .intro .contact .img {
    width: 300px;
  }
  #smartfactory .intro .contact ul {
    padding-left: 20px;
    margin-top: 0;
  }
  #smartfactory .mapBox {
    margin-top: 50px;
  }
  #smartfactory .mapBox .root_daum_roughmap .wrap_map {
    height: 395px !important;
  }
  /* ci / bi */
  #ci .intro > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ci .intro > div > div {
    width: 100% !important;
  }
  #ci .intro .txtBox dd {
    margin-top: 22px;
  }
  #ci .intro .img {
    margin-top: 30px;
    height: 350px;
  }
  #ci .intro .img:after {
    width: calc(100% - 30px);
  }
  #ci .banner {
    height: 400px;
  }
  #ci .banner.on .txtBox {
    padding-top: 100px;
  }
  #ci .banner .txtBox {
    padding-top: 100px;
  }
  #ci .banner .txtBox dl {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  #ci .banner .txtBox .chinessChar strong {
    font-size: 12rem;
  }
  #ci .logotype {
    padding: 60px 0;
  }
  #ci .logotype > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ci .logotype > div > div {
    width: 100% !important;
  }
  #ci .logotype .imgGroup {
    margin-top: 30px;
  }
  #ci .logotype .imgGroup > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ci .logotype .imgGroup > div p {
    margin-bottom: 10px;
  }
  #ci .logotype .imgGroup > div ul,
  #ci .logotype .imgGroup > div p {
    width: 100%;
  }
  #ci .logotype .imgGroup > div ul li {
    padding: 40px;
    height: 250px;
  }
  #ci .corporate {
    padding: 60px 0 0;
  }
  #ci .corporate > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ci .corporate > div > div {
    width: 100% !important;
  }
  #ci .corporate > div .colorList {
    margin-left: 0;
    margin-top: 30px;
  }
}

/* 모바일 */
@media (max-width: 767px) {
  .pd_category ul li {
    width: 33.3333333%;
  }
  .pd_category ul li img {
    height: 70px;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .pd_category ul li .tit {
    font-size: 12px;
  }
  /* 서브페이지 */
  #subContents {
    padding-top: 45px;
  }
  #sv {
    height: 200px;
  }
  #sv dl dt {
    font-size: 2rem;
  }
  #lnb .menuBox > button,
  #lnb .menuBox > a {
    font-size: 12px;
    padding: 0 15px;
  }
  .pageTit {
    font-size: 3.5rem;
  }
  .pageTit_s2 {
    margin-bottom: 40px;
  }
  .pageTit_s2 h2 {
    font-size: 2.3rem;
  }
  .pageTit_s2 h2:after {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
  .pageTit_s2 h2:before {
    right: auto;
    left: 165px;
    bottom: 0;
  }
  /* 제품 리스트*/
  .pd_category ul li .icon {
    width: 100px;
    height: 100px;
  }
  .schWrap_s2 > form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .schWrap_s2 input[type="submit"] {
    width: 100%;
    border-top: none;
    background-position: 95% center;
    padding-left: 10px;
  }
  .schWrap_s2 input[type="text"] {
    width: calc(100% - 160px);
    margin: 0;
  }
  .pdList ul li {
    width: 49%;
  }
  .pdList ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .pdList ul li:nth-child(2n) {
    margin-right: 0;
  }
  .otherPd ul li {
    width: 120px;
  }
  .pd_category ul {
    max-width: 320px;
    margin: 0 auto;
  }
  /* 제품 상세 */
  #productList .schWrap_s2 {
    margin: 10px 0 30px;
  }
  #productView .txtBox dl dt {
    font-size: 1.8rem;
  }
  #productView .detailPage .step li {
    width: 49%;
    margin-right: 2%;
  }
  #productView .detailPage .step li:nth-child(4n) {
    margin-right: 2%;
  }
  #productView .detailPage .step li:nth-child(2n) {
    margin-right: 0;
  }
  #productView .detailPage .info .txtWrap > section .txt dl {
    padding-top: 0;
  }
  #productView .detailPage .info .txtWrap > section .txt em {
    position: static;
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #productView .detailPage .info .txtWrap.type3_2 > section .txt .tit {
    font-size: 1.5rem;
  }
  #productView .detailPage .info .txtWrap.type3_2 > section .txt .tit span {
    font-size: 1rem;
  }
  #productView .detailPage .info .txtWrap.type3_2 > section .txt .tit p {
    font-size: 1.3rem;
  }
  #productView .detailPage .info .txtWrap.type3 > section .tit {
    font-size: 1.5rem;
  }
  #productView .detailPage .info .txtWrap.type4 > section {
    margin-bottom: 45px;
  }
  #productView .detailPage .info .txtWrap.type4 > section .cate {
    max-width: 320px;
    margin: 0 auto;
  }
  #productView .detailPage .info .txtWrap.type4 > section .cate li {
    margin-right: 10px;
  }
  #productView .detailPage .info .txtWrap.type4 > section .cate li:nth-child(3n) {
    margin-right: 0;
  }
  #productView .detailPage .info .txtWrap.type4 > section .cate li:nth-child(5n) {
    margin-right: 10px;
  }
  #productView .detailPage .info .txtWrap.type4 > section .tit {
    margin-bottom: 30px;
  }
  #productView .detailPage .info .txtWrap.type4 > section .img p {
    width: 50%;
    padding: 0;
    margin-right: 10px;
  }
  #productView .detailPage .info .txtWrap.type4 > section .img p:nth-child(2n) {
    margin: 0;
  }
  #productView .detailPage .info .txtWrap.type4 > section .table {
    margin-top: 49px;
  }
  #productView .detailPage .info .txtWrap.type4 > section .imgList ul {
    display: block;
  }
  #productView .detailPage .info .txtWrap.type4 > section .imgList ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #productView .detailPage .info .reason .title {
    font-size: 1.5rem;
  }
  #productView .detailPage .info .reason ul {
    max-width: 240px;
  }
  #productView .detailPage .info .reason ul li {
    margin-right: 0;
  }
  #productView .detailPage .info .reason ul li dl {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #productView .detailPage .info .drawing .flex-box p {
    width: 50%;
    margin-right: 10px;
  }
  #productView .detailPage .info .drawing .flex-box p:nth-child(2n) {
    margin: 0;
  }
  #productView .detailPage .info .drawing .img {
    margin-bottom: 30px;
  }
  #productView .detailPage .info ul.type2 li {
    display: block;
  }
  #productView .detailPage .info ul.type2 li div {
    margin-top: 10px;
  }
  #productView .detailPage .type2 .flex_box {
    display: block !important;
  }
  #productView .detailPage .type2 .flex_box .pd_img {
    margin: 30px 0;
  }
  #productView .detailPage .type2 .separately_purchased ul li {
    display: block;
    width: 100%;
  }
  #productView .detailPage .type2 .separately_purchased ul li > div {
    width: 100%;
  }
  #productView .detailPage .type2 .separately_purchased ul li .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  #productView .table_s1 th,
  #productView .table_s1 td {
    font-size: 12px;
    padding: 10px;
  }
  #productView .other_layout {
    margin-top: 48px;
  }
  #productView .other_layout section {
    margin-bottom: 48px;
  }
  #productView .other_layout article {
    margin-bottom: 20px;
  }
  #productView .other_layout .flex-box.m_block {
    display: block;
  }
  #productView .other_layout .flex-box.m_block p {
    margin: 0;
  }
  #productView .other_layout .tit {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #productView .type_sumitomo_holder .conditions {
    margin-top: 80px;
  }
  #productView .type_sumitomo_holder .conditions .tit {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  #productView .dl_tpye1 dt {
    font-size: 1.5rem;
  }
  #productView .type_sumitomo_cutter .chk_type {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #productView .type_sumitomo_cutter .chk_type li {
    width: 50%;
    margin: 5px 0 !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #productView .type_sumitomo_cutter .chk_type li img {
    margin-top: 5px;
  }
  #productView .type_sumitomo_cutter .flex-box {
    display: block;
  }
  #productView .type_sumitomo_cutter .flex-box > article {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #productView .type_sumitomo_cutter > div > .tit {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  #productView .type_sumitomo_cutter .dfc_info article {
    margin-bottom: 40px;
  }
  #productView .type_sumitomo_cutter .dfc_info article:nth-child(1) li {
    width: 100% !important;
  }
  #productView .type_sumitomo_cutter .dfc_info article:nth-child(1) li .img {
    text-align: center;
  }
  #productView .type_sumitomo_cutter .dfc_info article:nth-child(1) li:nth-child(2) {
    margin: 30px 0;
  }
  #productView .type_sumitomo_cutter .dfc_info article:nth-child(3) li {
    margin-bottom: 20px;
    margin-right: 0;
  }
  #productView .type_sumitomo_cutter .dfc_info article:nth-child(3) .txt {
    display: block;
    text-align: center;
  }
  #productView .type_sumitomo_cutter .dfc_info article:nth-child(3) .txt img {
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #productView .type_sumitomo_cutter .dfc_info .flex-box {
    display: block !important;
  }
  #productView .type_sumitomo_grade .tit {
    font-size: 1.8rem;
  }
  #productView .type_sumitomo_holemaking .series {
    margin-top: 80px !important;
  }
  #productView .keyFeatures .info ul .txt {
    display: block;
  }
  /* 푸터 */
  #schWrap .schBar input[type="text"] {
    width: calc(100% - 120px);
  }
  #schWrap .schBar input[type="submit"] {
    width: 120px;
    background-position: 90px center;
    padding-left: 20px;
  }
  #schWrap > div {
    padding: 0 20px;
  }
  #ftBot > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ftBot .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ftBot .link ul {
    margin: 20px 0;
  }
  /*
    홍보센터 - 전시회
  */
  .vertical_list_s1 ul li a {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vertical_list_s1 ul li a > div:not(.more) {
    width: 100% !important;
  }
  .vertical_list_s1 ul li a > div:not(.more).num {
    display: none;
  }
  .vertical_list_s1 ul li a > div:not(.more).thum {
    max-width: 500px;
    text-align: center;
    margin-bottom: 20px;
  }
  .vertical_list_s1 ul li a .more {
    margin-top: 30px;
  }
  /*
    홍보센터 - 카탈로그
  */
  #catalog .list li {
    width: 48%;
  }
  #catalog .list li:nth-child(3n) {
    margin-right: 4%;
  }
  #catalog .list li:nth-child(2n) {
    margin-right: 0;
  }
  /*
    홍보센터 - 미디어센터
  */
  #mediaCenter .list .tit {
    margin-top: 10px;
  }
  #mediaCenter .list li {
    width: 49%;
    margin-right: 2%;
  }
  #mediaCenter .list li:nth-child(3n) {
    margin-right: 2%;
  }
  #mediaCenter .list li:nth-child(2n) {
    margin-right: 0;
  }
  #mediaCenter .list li .tit {
    font-size: 1rem;
  }
  /* news */
  #newsList .list ul li {
    width: 49%;
  }
  #newsList .list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #newsList .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  #newsList .list ul .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1rem;
  }
  #newsList .list ul .info p {
    margin-right: 0;
    margin-bottom: 5px;
  }
  /*
    홍보센터 - tooling 
  */
  #toolingView .tb_s1 td {
    padding: 5px 0 0;
    width: 33.3333333%;
    text-align: center;
    vertical-align: middle;
  }
  #toolingView .tb_s1 td.tit {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
    padding: 0px 0 15px;
  }
  .tb_s1 table,
  .tb_s1 tbody,
  .tb_s1 tr,
  .tb_s1 td {
    display: block;
    width: 100%;
  }
  .tb_s1 colgroup,
  .tb_s1 thead {
    display: none;
  }
  .tb_s1 .mtit {
    display: inline-block;
    margin-right: 6px;
  }
  .tb_s1 td {
    display: inline-block;
    width: auto;
    border: none;
    padding: 0 20px;
  }
  .tb_s1 td.hidden,
  .tb_s1 td.num {
    display: none;
  }
  .tb_s1 td.tit {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .tb_s1 td:last-child {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .tb_s1 tr {
    padding: 15px 0;
    text-align: left !important;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  #toolingView .info {
    padding: 50px 10px;
  }
  .viewlinkBtn li span {
    width: 100px;
  }
  .banner_s1 {
    margin-top: 42px;
  }
  .banner_s1 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner_s1 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .banner_s1 ul li a {
    height: 230px;
    padding: 0 20px;
  }
  .banner_s1 ul li a .more_s1 {
    margin-top: 0;
  }
  .banner_s1 ul li dt {
    font-size: 1.5rem;
  }
  /* 인재채용 - 인재상 */
  #talent .condition .txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 2rem;
  }
  #talent .condition .txt li {
    padding: 15px 0;
    width: 50%;
    text-align: Center;
    position: relative;
  }
  #talent .condition .txt li:after {
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
  #talent .condition .txt li:nth-child(2n):after {
    display: none;
  }
  #talent .condition ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #talent .condition .img li {
    width: 50%;
    max-height: 200px;
    overflow: hidden;
  }
  #talent .meaning ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #talent .meaning ul li {
    width: 50%;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  #talent .meaning ul li dt {
    font-size: 1.4rem;
  }
  /* 인재채용 - 직무소개 */
  #jonIntro .list li {
    margin-bottom: 75px;
  }
  #jonIntro .list .txtBox {
    padding: 72px 42px;
  }
  #jonIntro .list .txtBox dt {
    font-size: 2.2rem;
  }
  #jonIntro .list .txtBox dt img {
    width: 70px;
    left: -30px;
    bottom: 20px;
  }
  #jonIntro .list .txtBox dd {
    margin-top: 20px;
  }
  /* 인재채용 - 제도소개  */
  #hrSystem .benefits .tit {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  #hrSystem .img {
    max-width: 350px;
    margin: 0 auto;
  }
  #hrSystem .list > section {
    padding: 0;
  }
  #hrSystem .list > section:nth-child(1) li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hrSystem .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hrSystem .list ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  /* 연혁 */
  #history .list .year {
    font-size: 3.2rem;
    bottom: 0;
  }
  #history .list .year.sm {
    font-size: 3.2rem;
  }
  /* 인사말 */
  #greeting .tabCont .txtBox .top {
    display: block;
  }
  #greeting .tabCont .txtBox .top .txt {
    max-width: 100%;
    padding-right: 0;
  }
  #greeting .tabCont .txtBox .top .img {
    margin-top: 20px;
  }
  /* 기업 개요 */
  .tit_s5 dt {
    font-size: 2.5rem;
  }
  .bgTop {
    width: 220px;
    height: 300px;
    background-size: cover;
  }
  #summary .inner1600 {
    padding: 0 20px;
  }
  #summary .about .cate {
    margin-bottom: 40px;
  }
  #summary .about .txt dt {
    font-size: 1.8rem;
  }
  #summary .about .txt dt br {
    display: none;
  }
  #summary > div:not(.about) {
    padding: 36px 0;
  }
  #summary .mission > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #summary .mission > div > div {
    width: 100% !important;
  }
  #summary .mission > div .img {
    margin-top: 20px;
  }
  #summary .coreValue .list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #summary .coreValue .list ul .info {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: center;
  }
  #summary .overview .logoList ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #summary .overview .logoList ul li {
    margin: 15px 0;
    padding: 0 10px;
    width: 50%;
  }
  #summary .overview .list ul li {
    width: 49%;
    margin-right: 2%;
    height: 240px;
  }
  #summary .overview .list ul li:nth-child(4n) {
    margin-right: 2%;
  }
  #summary .overview .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  #summary .certification .list br {
    display: none;
  }
  #summary .certification .list ul {
    text-align: center;
  }
  #summary .certification .list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #summary .certification .list ul li > div {
    width: 100% !important;
  }
  #summary .certification .list ul li .img {
    text-align: center;
  }
  #summary .location .info {
    font-size: 14px;
  }
  #summary .location .info p {
    width: calc(100% - 88px);
  }
  #summary .location .box {
    height: 320px !important;
  }
  /* 사업장 - 해외 */
  #network.overseas iframe,
  #overseas iframe {
    height: 380px !important;
  }
  #network.overseas .area .txtBox,
  #overseas .area .txtBox {
    font-size: 1rem;
  }
  #network.overseas .area .txtBox .tit,
  #overseas .area .txtBox .tit {
    font-size: 1.8rem;
  }
  #network.overseas .area .txtBox .tit span,
  #overseas .area .txtBox .tit span {
    font-size: 3rem;
  }
  #network.overseas .area .txtBox .addr span,
  #overseas .area .txtBox .addr span {
    margin-bottom: 5px;
    display: block;
  }
  #network.overseas .area .txtBox .addr span:nth-child(2),
  #overseas .area .txtBox .addr span:nth-child(2) {
    display: none;
  }
  #network.overseas .mapList ul,
  #overseas .mapList ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #network.overseas .mapList ul li,
  #overseas .mapList ul li {
    width: 100%;
    margin-right: 0;
  }
  #network.overseas .mapList ul li dl dt,
  #overseas .mapList ul li dl dt {
    font-size: 1.4rem;
  }
  #network.overseas .areaList,
  #overseas .areaList {
    margin-top: 39px;
  }
  #network.overseas .areaList ul,
  #overseas .areaList ul {
    max-width: 306px;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #network.overseas .areaList ul li,
  #overseas .areaList ul li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 13px;
    width: 50%;
    padding: 0 10px;
  }
  #network.overseas .areaList ul li:nth-child(2n):after,
  #overseas .areaList ul li:nth-child(2n):after {
    display: none;
  }
  /* 사업장 - 해외 */
  .mobilePoint li {
    margin-right: 0;
    width: 100%;
  }
  /* 사업장 - 국내 */
  .busi_intro .list .num {
    font-size: 4rem;
  }
  .busi_intro .list .num:before {
    width: 70px;
    height: 70px;
  }
  .busi_intro .list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .busi_intro .list li {
    width: 50%;
    padding: 10px 0;
  }
  #dometic .mapWrap > div .list .more {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 25px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  #dometic .mapWrap > div .list li .info {
    margin-top: 32px;
    padding-right: 0;
  }
  #dometic .mapWrap > div .list li .info span {
    width: 60px;
  }
  #dometicview .map {
    height: 300px !important;
  }
  #dometicview .top .tit {
    font-size: 1.8rem;
  }
  #dometicview .companyInfo ul li {
    width: 100%;
  }
  #dometicview .transfer {
    margin-top: 26px;
    display: block;
  }
  #dometicview .transfer > div {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    border-right: none;
    padding: 20px 0;
  }
  #dometicview .transfer > div:last-child {
    border: none;
  }
  /*
    사업장 - 스마트
  */
  #smartfactory .intro .txtBox dt span {
    font-size: 1rem;
  }
  #smartfactory .intro .txtBox dt p {
    font-size: 2rem;
  }
  #smartfactory .intro .txtBox dd {
    margin-top: 27px;
    font-size: 1rem;
  }
  #smartfactory .intro .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #smartfactory .intro .contact .img {
    width: 100%;
    max-width: 575px;
  }
  #smartfactory .intro .contact ul {
    padding-left: 0;
    margin-top: 30px;
  }
  /* 메인페이지 */
  .tit_s2 {
    font-size: 2.5rem;
  }
  #mainVisual .txtBox p {
    height: 75px;
  }
  #mainVisual .txtBox p.mobile {
    display: block;
  }
  #mainVisual .txtBox p.tablet, #mainVisual .txtBox p.pc {
    display: none;
  }
  #mainVisual .txtBox a {
    font-size: 1.9rem;
    margin-top: 15px;
  }
  #mainVisual .txtBox strong {
    font-size: 3rem;
  }
  #mainVisual .txtBox svg {
    font-size: 3.2rem;
    margin-top: -30px;
  }
  .tit_s3 {
    font-size: 2rem;
  }
  .tit_s3 svg {
    height: 2rem;
  }
  .tit_s3 dd {
    font-size: 1rem;
  }
  .tit_s3 span {
    display: inline-block;
    margin-bottom: 5px;
  }
  .tit_s3 br {
    display: none;
  }
  #mainContents #brands .slideBox .txtBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mainContents #brands .slideBox .txtBox dl {
    width: 100%;
  }
  #mainContents #brands .slideBox .txtBox dt {
    font-size: 3rem;
  }
  #mainContents #history:before {
    height: 200px;
  }
  #mainContents #history .img img {
    height: 300px;
  }
  #mainContents #network .point ul:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mainContents #network .point ul:last-child li {
    width: 100%;
    margin-right: 0 !important;
  }
  #mainContents #banner {
    height: 450px;
    background: url(/img/main/banner_bg.jpg) no-repeat 5% center;
  }
  #mainContents #banner .txtBox {
    width: 100%;
    padding-top: 146px;
  }
  #mainContents #banner .txtBox svg {
    width: 100%;
  }
  #mainContents #banner .downloadBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 32px;
  }
  #mainContents #banner .downloadBtns a {
    width: 100%;
    margin-bottom: 10px;
  }
  #mainContents #banner .downloadBtns a:last-child {
    margin: 0;
  }
  #mainContents #quickMenu {
    padding: 20px;
    background-attachment: inherit;
    background-size: cover;
    height: auto;
  }
  #mainContents #quickMenu .inner1600 {
    padding: 0;
  }
  #mainContents #quickMenu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mainContents #quickMenu ul li {
    width: 33.3333333%;
  }
     #mainContents #quickMenu ul li:nth-of-type(5){order:6}
/*   #mainContents #quickMenu ul li:nth-child(4), #mainContents #quickMenu ul li:nth-child(5) {
    width: 50%;
  } */
  #mainContents #quickMenu ul li a {
    height: 160px;
  }
  #mainContents #quickMenu ul li a img {
    height: 50px;
  }
  #mainContents #quickMenu ul li a:after {
    width: 135px;
    height: 135px;
  }
  .more_s1 .more {
    width: 70px;
    height: 70px;
  }
  .more_s1 .more:after {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  /* ci / bi */
  .tit_s6 {
    font-size: 2rem;
    margin-bottom: 32px !important;
  }
  #ci .intro .img {
    height: 250px;
    padding: 60px;
  }
  #ci .intro .img .lineAni {
    left: 10px;
    top: 10px;
  }
  #ci .intro .img .lineAni span:nth-child(odd) {
    height: 5px;
  }
  #ci .intro .img .lineAni span:nth-child(even) {
    width: 5px;
  }
  #ci .intro .img:after {
    border: 5px solid #fff103;
    left: 15px;
    top: 15px;
  }
  #ci .banner .txtBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #ci .banner .txtBox .chinessChar strong {
    font-size: 9rem;
  }
  #ci .banner .txtBox .chinessChar span {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #ci .banner .txtBox dl {
    margin-top: 30px;
    padding-left: 0;
  }
  #ci .banner .txtBox dl dt {
    font-size: 1.3rem;
  }
  #ci .banner .txtBox dl dd {
    margin-top: 12px;
  }
  #ci .banner .txtBox dl:after {
    display: none;
  }
  #ci .banner.on .txtBox {
    padding-top: 40px;
  }
  #ci .logotype .imgGroup > div ul li {
    height: 150px;
    padding: 20px;
  }
  #ci .corporate .txtBox dt {
    font-size: 1.3rem;
  }
  #ci .corporate .txtBox dd {
    margin-top: 20px;
  }
  #ci .corporate .colorList .colorBox div {
    height: 85px;
  }
  #ci .corporate .colorList .info .tit {
    font-size: 1rem;
  }
  #ci .corporate .colorList .info .tit br {
    display: none;
  }
  #ci .corporate .colorList .info ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
  }
  #ci .corporate .colorList .info ul li em {
    margin-right: 10px;
  }
  .viewPage_s2 .tit {
    margin: 43px 0 20px;
    font-size: 2.5rem;
  }
  .viewPage_s1 .info .mainImg {
    padding: 25px 0;
    margin-top: 60px;
  }
  .viewPage_s1 .info .mainImg .slick-arrow {
    top: -10px;
    left: auto !important;
    background: #231815;
    opacity: 1;
    width: 40px;
    height: 40px;
  }
  .viewPage_s1 .info .mainImg .slick-arrow:after {
    width: 14px;
    height: 14px;
    border-width: 2px;
    top: 14px;
  }
  .viewPage_s1 .info .mainImg .slick-prev {
    right: 50px;
  }
  .viewPage_s1 .info .mainImg .slick-prev:after {
    left: 15px;
  }
  .viewPage_s1 .info .mainImg .slick-next {
    right: 0;
  }
  .viewPage_s1 .info .mainImg .slick-next:after {
    left: 10px;
  }
  .viewPage_s1 .info .thumList {
    padding: 25px 0 40px;
  }
  .viewPage_s1 .info .thumList ul li {
    width: 49%;
    margin-right: 2%;
    padding-top: 27.75%;
  }
  .viewPage_s1 .info .thumList ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .viewPage_s1 .info .thumList ul li:nth-child(2n) {
    margin-right: 0;
  }
  .viewPage_s1 .info > div {
    padding: 18px 0;
  }
  .viewPage_s1 .info .txt ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .viewPage_s1 .info .txt ul li {
    width: 100%;
    text-align: left;
    padding: 5px 20px;
  }
}

@media (max-width: 420px) {
  .viewPage_s2 .tit {
    font-size: 2rem;
  }
  .paging ul a {
    width: 28px;
    height: 28px;
  }
}

@media print and (orientation: landscape) {
  #dometicview {
    overflow: hidden;
  }
  #dometicview .top {
    margin-bottom: 19px;
  }
  #dometicview .map {
    height: 260px !important;
  }
  #dometicview .companyInfo ul {
    padding: 10px 3.125%;
  }
  #dometicview .transfer {
    margin-top: 26px;
  }
}

@media print and (orientation: portrait) {
  html,
  body {
    overflow: hidden;
  }
  #dometicview {
    margin: 0 auto;
  }
  #dometicview .map {
    height: 260px !important;
  }
  #dometicview .companyInfo ul li {
    width: 50%;
  }
}
