@charset "UTF-8";
@media (min-width: 1200px) {
  header nav .gnb > li:hover > a {
    color: #57c61c !important;
  }
  header nav .gnb > li:hover > a:before {
    top: 12px;
    opacity: 1;
  }
  header nav .depth2 {
    padding: 37px 0 !important;
  }
  #allMenu .info .depth2,
  #allMenu .info .depth3 {
    display: block !important;
  }
}

@media (max-height: 800px) and (orientation: landscape) {
  body.ratio115 .tit_s1,
  body.ratio125 .tit_s1 {
    margin-bottom: 40px;
  }
  body.ratio115 .tit_s1 dt,
  body.ratio125 .tit_s1 dt {
    font-size: 4rem;
  }
  body.ratio115 .tit_s2 dl dt,
  body.ratio125 .tit_s2 dl dt {
    font-size: 5.25rem;
  }
  body.ratio115 #mainContents #mainVisual .txtBox h2,
  body.ratio125 #mainContents #mainVisual .txtBox h2 {
    font-size: 7.125rem;
  }
  body.ratio115 #mainContents #mainVisual .txtBox span,
  body.ratio125 #mainContents #mainVisual .txtBox span {
    font-size: 1.6rem;
  }
  body.ratio115 #mainContents #product .line_group > div:nth-child(1),
  body.ratio125 #mainContents #product .line_group > div:nth-child(1) {
    left: calc(0% + 50px);
  }
  body.ratio115 #mainContents #product .line_group > div:nth-child(2),
  body.ratio125 #mainContents #product .line_group > div:nth-child(2) {
    left: calc(25% + 50px);
  }
  body.ratio115 #mainContents #product .line_group > div:nth-child(3),
  body.ratio125 #mainContents #product .line_group > div:nth-child(3) {
    left: calc(50% + 50px);
  }
  body.ratio115 #mainContents #product .line_group > div:nth-child(4),
  body.ratio125 #mainContents #product .line_group > div:nth-child(4) {
    left: calc(75% + 50px);
  }
  body.ratio115 #mainContents #product .line_group > div:nth-child(5),
  body.ratio125 #mainContents #product .line_group > div:nth-child(5) {
    left: calc(100% + 50px);
  }
  body.ratio115 #mainContents #product .info,
  body.ratio125 #mainContents #product .info {
    padding: 0 50px;
  }
  body.ratio115 #mainContents #product .info ul li,
  body.ratio125 #mainContents #product .info ul li {
    font-size: 1.6rem;
    position: relative;
  }
  body.ratio115 #mainContents #product .info ul li:nth-child(1),
  body.ratio125 #mainContents #product .info ul li:nth-child(1) {
    left: 25px;
  }
  body.ratio115 #mainContents #product .info ul li:nth-child(2),
  body.ratio125 #mainContents #product .info ul li:nth-child(2) {
    left: 50px;
  }
  body.ratio115 #mainContents #product .info ul li:nth-child(3),
  body.ratio125 #mainContents #product .info ul li:nth-child(3) {
    left: 75px;
  }
  body.ratio115 #mainContents #ftTop > div > div,
  body.ratio115 #mainContents #ftBot > div > div,
  body.ratio115 #mainContents > section:not(#mainVisual):not(#product) > div,
  body.ratio125 #mainContents #ftTop > div > div,
  body.ratio125 #mainContents #ftBot > div > div,
  body.ratio125 #mainContents > section:not(#mainVisual):not(#product) > div {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  body.ratio115 #mainContents #history .tit_s2,
  body.ratio125 #mainContents #history .tit_s2 {
    margin-top: 100px;
  }
}

@media (max-width: 1720px) {
  .inner1720 {
    padding: 0 20px;
  }
}

@media (max-width: 1400px) {
  .inner1400 {
    padding: 0 20px;
  }
  #mainContents #mainVisual .txtBox {
    padding: 0 50px;
  }
}

/* 1200px *************************************************************************************/
@media (max-width: 1200px) {
  .inner1400 .inner1200 {
    padding: 0 !important;
  }
  .inner1200 {
    padding: 0 20px;
  }
  br {
    display: none;
  }
  html,
  body,
  table,
  input,
  textarea {
    font-size: 14px;
  }
  html,
  body,
  #wrap,
  #main,
  #mainContents {
    height: auto !important;
  }
  /* header */
  #allMenu {
    display: none !important;
  }
  header {
    top: 0 !important;
  }
  header > section {
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header > section::before {
    display: none !important;
  }
  header .logo {
    padding: 12px 0 !important;
  }
  header .logo svg {
    width: 59px !important;
    height: 59px !important;
  }
  header .util {
    padding-top: 0 !important;
  }
  header .util .lang {
    display: none;
  }
  header nav {
    position: fixed;
    right: -100%;
    top: 70px;
    height: calc(100% - 70px);
    overflow-y: auto;
    background: #fff;
    width: 100%;
    padding: 50px;
  }
  header nav .gnb {
    display: block;
  }
  header nav .gnb > li:not(:last-child) {
    margin-bottom: 26px;
  }
  header nav .gnb > li > a {
    font-size: 2.125rem;
    color: #4a8f26 !important;
    padding: 0 !important;
  }
  header nav .gnb > li.on > a {
    color: #57c61c !important;
  }
  header nav .gnb > li.on > a:before {
    top: 20px;
    opacity: 1 !important;
  }
  header nav .gnb .depth2 {
    display: none;
    position: static;
    padding: 0 0 !important;
    margin-top: 22px;
  }
  header nav .gnb .depth2 > li:not(:last-child) {
    margin-bottom: 24px;
    margin-right: 0;
  }
  header nav .gnb .depth2 > li > a {
    font-size: 1.375rem;
    color: #666;
  }
  header nav .gnb .depth3 {
    display: none;
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 36px;
    border-radius: 6px;
  }
  header nav .gnb .depth3 > li > a {
    font-size: 1.125rem;
  }
  header nav .lang {
    margin-bottom: 80px;
  }
  header nav .lang button {
    display: none;
  }
  header nav .lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header nav .lang ul li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 11px;
    background: #d4d4d4;
    display: inline-block;
    margin: 0 12px;
  }
  header nav .lang ul li a {
    font-size: 1.25rem;
    font-weight: 400;
    color: #222;
    font-family: "Roboto Condensed", sans-serif;
  }
  header nav .lang ul li a:hover {
    color: #57c61c;
  }
  header .copy {
    margin-top: 50px;
    left: 50px;
    bottom: 40px;
    font-size: 14px;
    color: #666;
    font-family: "Roboto Condensed", sans-serif;
  }
  header.on {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  header.on section {
    height: auto !important;
  }
  /* main */
  .sec_slide_btn {
    display: none;
  }
  #mainContents #mainVisual .txtBox {
    padding: 0 40px;
  }
  #mainContents #mainVisual .txtBox h2 {
    font-size: 7.125rem;
  }
  #mainContents #mainVisual .txtBox span {
    font-size: 1.6rem;
  }
  #mainContents #mainVisual .scrollDown {
    display: none;
  }
  #mainContents #mainVisual .controls {
    bottom: 100px;
  }
  #mainContents #product .bg {
    background-attachment: inherit;
  }
  #mainContents #product .hoverBox {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    padding-left: 0;
  }
  #mainContents #product .hoverBox dl dt {
    position: static;
    padding: 0;
  }
  #mainContents #product .hoverBox dl dt text {
    font-size: 6rem;
  }
  #mainContents #product .hoverBox dl dd {
    font-size: 1.8rem;
  }
  #mainContents #product .line_group > div:nth-child(4),
  #mainContents #product .line_group > div:nth-child(5) {
    display: none;
  }
  #mainContents #product .line_group > div:nth-child(1) {
    left: 0% !important;
  }
  #mainContents #product .line_group > div:nth-child(2) {
    left: 50% !important;
  }
  #mainContents #product .line_group > div:nth-child(3) {
    left: 100% !important;
  }
  #mainContents #product .info {
    padding: 120px 0 !important;
    display: block;
    position: static;
  }
  #mainContents #product .info .tit_s1 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }
  #mainContents #product .info ul {
    margin-top: -20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainContents #product .info ul li {
    font-size: 1.5rem;
    padding: 0 20px;
    width: 50%;
    margin: 0 0;
    left: 0 !important;
  }
  #mainContents #product .info ul li > span,
  #mainContents #product .info ul li > p {
    display: none;
  }
  #mainContents #product .info ul li::before {
    display: none;
  }
  #mainContents #product .info .tit_s1 {
    background: none;
  }
  #mainContents #performance .slider {
    overflow: hidden;
    padding: 0 20px;
  }
  #mainContents #performance .slick-list {
    margin: 0;
  }
  #mainContents #performance .item {
    overflow: hidden;
    margin: 0;
    display: block;
  }
  #mainContents #performance .item.slick-now {
    margin-left: 0;
  }
  #mainContents #performance .item .more_s1 {
    margin-top: 65px;
  }
  #mainContents #performance .item .txtBox {
    padding-left: 0 !important;
    padding-right: 0;
    position: static;
    max-width: 100%;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 80px;
  }
  #mainContents #performance .item .txtBox dl {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    margin-top: 38px;
  }
  #mainContents #performance .item .img {
    max-width: 100%;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  #mainContents #history .tit_s2 {
    margin-top: 0 !important;
  }
  #mainContents #history .list {
    margin-top: 40px;
  }
  #mainContents #history .list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainContents #history .list ul li {
    width: 50%;
    margin: 40px 0;
  }
  #mainContents #history .list ul li a {
    padding: 0;
  }
  #mainContents #history .list ul li a > div {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  #mainContents #history .list ul li a:after {
    display: none !important;
  }
  #mainContents #history .list ul li dl dd {
    opacity: 1;
  }
  #mainContents #news .list ul li a .img {
    width: 260px;
    padding-top: 31.3%;
  }
  #mainContents .tit_s1 dt {
    font-size: 4rem;
  }
  #mainContents .tit_s2 dl dt {
    font-size: 5.25rem;
  }
  #mainContents > section:not(#mainVisual) {
    height: auto !important;
  }
  #mainContents > section:not(#mainVisual):not(#product):not(#footer) {
    padding: 60px 0;
  }
  footer #ftTop {
    padding: 40px 0;
  }
  footer #ftTop .txtBox dl dt {
    font-size: 3rem;
  }
  footer #ftTop .menu {
    display: none;
  }
  footer #ftBot > div {
    display: block;
  }
  footer #ftBot .info {
    display: block;
  }
  footer #ftBot .infoWrap .area {
    margin-left: 0;
    margin-top: 20px;
  }
  footer #ftBot .side {
    margin-top: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  /* sub */
  #sv.on {
    height: 450px !important;
  }
  #sv .tit p {
    /* font-size: 5.875rem; */
    font-size: 4.0rem;
  }
  #lnb .depth2 {
    display: none;
  }
  #lnb .pageTit {
    position: static;
  }
  #subContents {
    padding: 90px 0 !important;
  }
  /* 회사소개 - 인사말 */
  #greeting {
    padding-bottom: 0;
  }
  #greeting .info {
    display: block;
  }
  #greeting .info > div {
    width: 100%;
  }
  #greeting .info .img {
    text-align: center;
    margin-top: 40px;
  }
  #greeting .info .txtBox {
    padding-right: 0;
  }
  #greeting .info .txtBox .cate {
    margin-bottom: 27px;
  }
  #greeting .info .txtBox .sign {
    margin-top: 55px;
  }
  #greeting .info .txtBox dl dt {
    font-size: 2.6rem;
  }
  #greeting .info .txtBox dl dd {
    margin-top: 42px;
  }
  .paging {
    margin-top: 35px;
  }
  .df_bd_list .table * {
    display: block;
  }
  .df_bd_list .table .num,
  .df_bd_list .table colgroup,
  .df_bd_list .table thead {
    display: none;
  }
  .df_bd_list .table th,
  .df_bd_list .table td {
    border: none;
    padding: 0;
    padding: 0 10px;
  }
  .df_bd_list .table td {
    position: relative;
    padding-left: 45px;
    margin: 10px 0;
  }
  .df_bd_list .table td::before {
    content: attr(data-tit);
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
  }
  .df_bd_list .table tr {
    padding: 20px 10px;
    border-bottom: 1px solid #e0e0e0;
  }
  #benefits .list ul {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  #benefits .list .tit {
    font-size: 1.3rem;
  }
  #personnelSystem .txtBox {
    display: block;
    margin-top: -140px;
  }
  #personnelSystem .txtBox article {
    margin-top: 0;
  }
  #personnelSystem .txtBox dl dd {
    font-size: 1.5rem;
  }
  #employee .icon-list .icon {
    height: 60px;
  }
  #employee .icon-list .icon img {
    max-height: 60px;
  }
  #employee .icon-list dl dt {
    font-size: 1.8rem;
  }
  #employee .info {
    max-width: 800px;
    margin: 60px auto 0;
  }
  #employee .info section:not(:last-child) {
    margin-bottom: 60px;
  }
  #employee .info .txt {
    width: 100%;
    min-height: inherit;
    padding: 30px;
    position: static;
  }
  #employee .info .txt dl dt b {
    font-size: 2.8rem;
  }
  #employee .info .txt dl dt p {
    font-size: 1.8rem;
  }
  #employee .info .txt dl dd {
    margin-top: 30px;
  }
  #summary .icon-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
  #summary .icon-list ul li {
    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;
    gap: 20px;
    text-align: left;
  }
  #summary .icon-list ul li .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 220px;
    height: 220px;
  }
  #summary .icon-list ul li .icon > img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  #summary .bn-list {
    margin: 75px 0;
  }
  #summary .bn-list ul {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  #summary .bn-list ul li dl {
    margin-top: 32px;
  }
  #summary .bn-list ul li dl dt {
    font-size: 2.7rem;
  }
  .tab_s1 ul {
    gap: 36px;
  }
  #certification .top .list ul {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  #location .root_daum_roughmap .wrap_map {
    height: 400px;
  }
  #location .branch {
    margin-top: 60px;
  }
  #product .contBox .tit {
    padding-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  #product .contBox section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #product .tb_list .tit {
    margin-bottom: 0;
    padding: 0 15px;
  }
  #product .table {
    overflow-x: auto;
  }
  #product .table table {
    min-width: 950px;
  }
}

/* 767px *************************************************************************************/
@media (max-width: 767px) {
  html,
  body,
  table,
  input,
  textarea {
    font-size: 13px;
  }
  .pageName {
    margin-bottom: 40px;
  }
  .topTxt {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
  .topTxt.type2 {
    font-size: 2.2rem;
  }
  .topTxt.type3 {
    font-size: 2rem;
  }
  #benefits .list .icon {
    margin: 22px 0;
  }
  #benefits .list .icon img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  #benefits .list ul {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
  #personnelSystem .bn {
    margin: 72px 0;
    height: 400px;
  }
  #employee .icon-list {
    padding: 0 10px;
  }
  #employee .icon-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 420px;
    margin: 0 auto;
  }
  #employee .icon-list ul li {
    width: calc(50% - 10px);
    padding-top: calc(50% - 10px);
    margin: 0 !important;
  }
  #employee .icon-list ul li::after {
    display: none !important;
  }
  #employee .icon-list ul dl dt {
    font-size: 1.5rem;
  }
  #employee .icon-list ul dl dd {
    margin-top: 10px;
  }
  #employee .icon-list .icon {
    height: auto;
    margin-bottom: 10px;
  }
  #employee .icon-list .icon img {
    max-height: 40px;
  }
  #summary .table th {
    width: 200px;
  }
  #summary .table td {
    padding: 18px 20px;
  }
  #summary .table ul {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #history .list::after {
    left: 20px;
  }
  #history .list::before {
    left: 20px;
  }
  #history .list:not(.list-new) article {
    padding-left: 40px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #history .list article > * {
    width: 100% !important;
  }
  #history .list article .txtBox {
    padding: 0;
  }
  #history .list article .imgBox {
    margin-top: 30px;
  }
  #history .list article .imgBox .year {
    display: none;
    position: static;
  }
  #history .list article:not(:last-child) {
    margin-bottom: 90px;
  }
  #certification .img_list ul {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  #location .headOffice .list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #location .headOffice .list ul li {
    padding: 0 20px;
    width: calc(50% - 5px) !important;
  }
  #location .headOffice .list ul dl dd {
    margin-top: 0;
  }
}

/* 640px *************************************************************************************/
@media (max-width: 640px) {
  /* main */
  #mainContents #mainVisual .txtBox {
    padding: 0 20px;
  }
  #mainContents #mainVisual .txtBox h2 {
    font-size: 6.125rem;
  }
  #mainContents #product .hoverBox dl dt text {
    font-size: 5rem;
  }
  #mainContents #product .hoverBox dl dd {
    font-size: 1.6rem;
  }
  #mainContents #news .list ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #mainContents #news .list ul li a:after {
    display: none !important;
  }
  #mainContents #news .list ul li a .txtBox {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #mainContents #news .list ul li a .info {
    display: block;
  }
  #mainContents #news .list ul li a .img {
    margin: 0 auto !important;
    padding-top: 39.063492%;
  }
  #mainContents #performance .item .txtBox .tit {
    font-size: 4rem;
  }
  #mainContents #performance .cate ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainContents #performance .cate ul li {
    width: 50%;
    text-align: center;
    margin: 10px 0;
    margin-right: 0 !important;
  }
  #mainContents .tit_s2 dl dt {
    font-size: 4.25rem;
  }
  /* sub */
  #sv.on {
    height: 350px !important;
  }
  #sv .tit p {
    /*font-size: 4.875rem; */
    font-size: 3.6rem;
  }
  #sv .tit span {
    font-size: 1.50rem;
  }
  #subContents {
    padding: 60px 0 130px !important;
  }
  /* 회사소개 - 인사말 */
  #greeting .info .txtBox dl dt {
    font-size: 2.2rem;
  }
  footer #ftTop .txtBox dl dt {
    font-size: 2.6rem;
  }
  .df_bd_view .listBtn {
    margin-top: 30px;
  }
  .df_bd_view .table.type2 th {
    width: 100px;
  }
  .df_bd_view table th {
    width: 120px;
  }
  .df_bd_view table td {
    padding: 17px 18px;
  }
  .topTxt {
    font-size: 2.5rem;
  }
  .topTxt.type2 {
    font-size: 1.8rem;
  }
  .topTxt.type3 {
    font-size: 1.5rem;
  }
  #welfare .txt {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  #personnelSystem .txtBox .infoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #intellectual .list ul {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  #summary .icon-list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  #summary .icon-list ul li .icon {
    width: 180px;
    height: 180px;
  }
  #certification .top .list ul {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  #certification .img_list ul {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  #product .certi {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  #product .maintain {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    max-width: 306px;
    margin: 0 auto;
  }
  #product .construction .grid {
    gap: 30px 20px;
  }
  #product .construction .grid.mgt22 {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .pd_tit {
    margin-bottom: 30px;
  }
  .pd_tit b {
    font-size: 3rem;
  }
  .pd_tit span {
    font-size: 1.3rem;
  }
  #product .tb_list {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  #product .tb_list li {
    border-right: 1px solid #e1e1e1 !important;
    border-top: none;
  }
  #product .list .grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  #product .txt_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }
  #product .txt_list > * {
    width: 100%;
  }
  #product .construction2 {
    gap: 20px 0;
  }
  #product .construction2 li {
    width: calc((100% - 29px) / 2);
  }
  #product .construction2 li:nth-child(6n) {
    display: flex;
  }
  #product .construction2 li:nth-child(4n) {
    display: none;
  }
}

/* 480px *************************************************************************************/
@media (max-width: 480px) {
  .pd_tit b {
    font-size: 2.8rem;
  }
  #mainContents #mainVisual .txtBox h2 {
    font-size: 5.125rem;
  }
  #mainContents #mainVisual .txtBox span {
    font-size: 1.4rem;
  }
  #mainContents .tit_s2 dl dt {
    font-size: 3.25rem;
  }
  #mainContents #product .hoverBox dl dt text {
    font-size: 4rem;
  }
  #mainContents #product .hoverBox dl dd {
    font-size: 1.4rem;
  }
  #mainContents #product .info ul li {
    width: 100%;
    margin-top: -30px;
  }
  footer #ftTop .txtBox dl dt {
    font-size: 2.4rem;
  }
  footer #ftBot .info dl {
    padding: 2px 0;
  }
  footer #ftBot .info > div .flex {
    display: block;
  }
  /* sub */
  #sv .tit p {
    /* font-size: 3.875rem; */
    font-size: 3.1rem;
  }
  /* 회사소개 - 인사말 */
  #greeting .info .txtBox dl dt {
    font-size: 2rem;
  }
  .topTxt {
    font-size: 1.8rem;
  }
  .topTxt.type2 {
    font-size: 1.3rem;
  }
  #employee .info .txt dl dt b {
    font-size: 2.2rem;
  }
  #employee .info .txt dl dt p {
    font-size: 1.5rem;
  }
  #summary .table th {
    width: 120px;
    font-size: 1rem;
  }
  #summary .bn-list ul li dl {
    margin-top: 20px;
  }
  #summary .bn-list ul li dl dt {
    font-size: 2.3rem;
  }
  #location .tag {
    width: 220px;
    height: 60px;
    font-size: 1.4rem;
  }
  #location .root_daum_roughmap .wrap_map {
    height: 300px;
  }
}

/* 250328 연혁 리뉴얼 */
@media screen and (min-width: 1025px) {
	#history .list-new article:nth-child(even) .txtBox {
		text-align: right;
	}
	#history .list-new article:nth-child(even) .txtBox .info ul li{
		padding-left: 0;
		padding-right: 12px;
	}
	#history .list-new article:nth-child(even) .txtBox .info ul li::before{
		left: auto;
		right: 0;
	}
}


@media screen and (max-width: 1400px) {
	#history .list-new article .imgBox { 
		width: 30%; 
	}
	#history .list-new article .txtBox { 
		width: 70%;
		margin-top: 15px;
	}
}
@media screen and (max-width: 1024px) {
    #history .list-new::before,
    #history .list-new::after,
	#history .list-new .bottom-dot {
        left: 20px;
    }
    #history .list-new article {
        padding-left: 40px;
    }
	#history .list article:not(:last-child) {
        margin-bottom: 90px;
    }
	#history .list-new article:nth-child(even) .txtBox { 
		padding-right: 0;
	}
	#history .list-new article:nth-child(n) .yearBox {
		flex-direction: row-reverse;
		justify-content: left;
		padding-left: 0;
		padding-right: 0;
	}
	#history .list-new article .imgBox { 
		margin-top: 0;
	}
	#history .list-new article:nth-child(n) .imgBox::before {
		width: 20px;
		right: auto;
		left: -20px;
	}
	#history .list-new article:nth-child(n) .txtBox {
		text-align: left;
		padding-left: 20px;
	}
	#history .list-new article:nth-child(even) .imgBox::after {
		transform:translateX(50%);
	}
	#history .list-new .yearBox {
		width: 100%; 
	}
	#history .list-new .yearBox .txtBox .year {
		font-size: 32px;
	}
}
@media screen and (max-width: 767px) {
	#history .list-new article .txtBox {
		margin-top: 0;
	}
}