@charset "utf-8";
/* 
	copyright(c) WEBsiting.co.kr 
	모바일화면 관련 css파일입니다.
	각 넓이에 따른 스타일 설정이 가능합니다.
*/

/* 디바이스 981px 이상에서 적용*/
@media all and (min-width: 981px) {
  html,
  body {
    overflow: auto;
  }
  html.ovfH,
  body.ovfH {
    overflow: auto;
  }
  #snbOpen,
  #sideBarCover,
  #snbMvAr,
  #snbMvArBottom,
  .leftMenuUseFlase #sideBar,
  .bNBarMwWrap {
    display: none;
  }
  #ctWrap {
    background: URL(../img/subLine.gif) repeat-y 20% top;
  }
  .leftMenuUseFlase #ctWrap {
    background: none;
  }
  .leftMenuUseFlase #container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    float: none;
  }

  .leftMenuUseFlase .contentTitle {
    text-align: center;
  }
  .leftMenuUseFlase .contentTitle strong {
    float: none;
  }
  .leftMenuUseFlase .contentTitle .locationBar {
    float: none;
  }

  #page_title {
    text-align: right;
  }
  #page_title.on .page_title_in h2 .titleBbar {
    float: right;
  }

  .leftMenuUseFlase #page_title {
    text-align: center;
  }
  .leftMenuUseFlase #page_title.on .page_title_in h2 .titleBbar {
    float: none;
  }

  #hd {
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .pc_br {
    display: block !important;
  }
  .pc_block {
    display: block !important;
  }
  .mobile_block {
    display: none !important;
  }
  .pc_inline-block {
    display: block !important;
  }
  .mobile_inline-block {
    display: inline-block !important;
  }

  #topSpacer {
    height: 120px;
  }
}
/* 디바이스 1100px 이하에서 적용*/
@media all and (max-width: 1600px) {
  .heroContentWrap {
    padding-left: 52px;
  }
}
@media all and (max-width: 1500px) {
  .heroContentRightWrap {
    right: 0;
  }
  .heroContent1Text2 {
    line-height: 56px;
  }
}
@media all and (max-width: 1400px) {
  #gnb .gnb_1dli .gnb_1da {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media all and (max-width: 1300px) {
  .heroContent1Text2 br.mo {
    display: block;
  }
}
@media all and (max-width: 1280px) {
  #gnb .gnb_1dli .gnb_1da {
    padding: 0 10px;
  }
  /* 히어로 배너 */
  .businessContentBg:hover .businessContent {
    padding-top: 40px;
  }
}
@media all and (max-width: 1100px) {
  .businessContentBg:hover {
    flex: 4 1 0%;
  }
}
@media all and (max-width: 1050px) {
  .heroContent1Text2 br.moSub {
    display: block;
  }
  .businessContentBg:hover {
    flex: 5 1 0%;
  }
}
/* 디바이스 980px 이하에서 적용*/
@media all and (max-width: 980px) {
  html.ovfH,
  body.ovfH {
    overflow: hidden;
  }
  .mobileNone {
    display: none;
  }

  #tnb,
  .gnb_1dli {
    display: none;
  }

  .pc_block {
    display: none !important;
  }
  .mobile_block {
    display: block !important;
  }
  .pc_inline-block {
    display: none !important;
  }
  .mobile_inline-block {
    display: inline-block !important;
  }

  #topSpacer {
    height: 60px;
  }

  #gnb {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #fff;
  }
  #gnb .gnb_wrap {
    height: 60px;
    padding: 0 18px;
  }

  #logo a {
    padding: 8px;
  }
  #logo a img {
    height: 25px;
  }

  /* 좌측메뉴를 모바일전용메뉴로 */
  #snbOpen,
  #snbOpen:focus {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: none;
    position: fixed;
    right: 18px;
    top: 0px;
    z-index: 99999999;
    cursor: pointer;
    border: 0px;
    outline: 0;
  }
  #snbOpen b {
    display: block;
    width: 18px;
    height: 14px;
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  #snbOpen b i {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    right: 50%;
    margin-right: -50%;
    width: 100%;
    background: #202020;
    border-radius: 5px;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  #snbOpen b i:nth-child(1) {
    top: 0px;
  }
  #snbOpen b i:nth-child(2) {
    top: 50%;
    margin-top: -1px;
    width: 100%;
    right: 0px;
    margin-right: 0px;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
  }
  #snbOpen b i:nth-child(3) {
    bottom: 0px;
  }
  .ovfH #snbOpen {
    margin-top: -1px;
  }
  .ovfH #snbOpen b i:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .ovfH #snbOpen b i:nth-child(2) {
    width: 1px;
    filter: Alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .ovfH #snbOpen b i:nth-child(3) {
    top: 50%;
    bottom: auto;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #snbMvAr {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #f2f2f2;
  }
  #snbMvAr .snbMvArBtn a.btnHome img {
    height: 23px;
  }
  #snbMvAr a#snbClose {
    background: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  #sideBarCover {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999999;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  #sideBarCover.on {
    display: block;
  }

  #sideBar {
    display: block;
    text-align: left;
    margin-top: 0px;
    position: fixed;
    right: -321px;
    top: 0px;
    bottom: 0px;
    z-index: 9999999;
    width: 320px;
    overflow: auto;
    background: #fff;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  #sideBar.on {
    right: 0px;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  #sideBar #snb {
    margin-top: 60px;
  }
  #sideBar #snb .snb {
    display: block !important;
    margin: 0;
    width: auto;
    position: relative;
  }
  #sideBar #snb .snb > h2 {
    position: relative;
  }
  #sideBar #snb .snb.show > h2 a {
    border-bottom: 1px solid #dadada;
  }
  #sideBar #snb .snb > h2 a {
    padding: 22px 20px;
    text-align: left;
    color: var(--mono-06);
    background: #fff;
  }
  #sideBar #snb .snb > h2 a b {
    font-size: 15px;
    font-weight: 400;
    padding-right: 50px;
  }
  #sideBar #snb .snb > h2 a sub {
    display: none;
  }

  #sideBar #snb .snb .snb2dDown {
    display: block;
    position: absolute;
    right: 0px;
    top: 7px;
    height: 51px;
    width: 50px;
    overflow: hidden;
  }
  #sideBar #snb .snb .snb2dDown i,
  #sideBar #snb .snb .snb2dDown u {
    text-decoration: none;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin: 10px;
  }
  #sideBar #snb .snb .snb2dDown i {
    display: block;
    color: #111111;
  }
  #sideBar #snb .snb .snb2dDown u {
    display: none;
    color: #000;
  }
  #sideBar #snb .snb.show .snb2dDown i {
    display: none;
  }
  #sideBar #snb .snb.show .snb2dDown u {
    display: block;
  }

  #sideBar #snb .snb > ul {
    display: none;
    margin-bottom: 0px;
  }
  #sideBar #snb .snb > ul > li {
  }
  #sideBar #snb .snb > ul > li a {
    padding: 16px 30px;
  }
  #sideBar #snb .snb > ul > li a b {
    font-size: 14px;
    font-weight: 400;
    color: var(--mono-06);
  }
  #sideBar #snb .snb > ul > li a b i {
    display: none;
  }

  #sideBar #snb .snb > ul.snb2dul > li.active a {
    padding: 0;
  }
  #sideBar #snb .snb > ul.snb2dul > li.active a b {
    display: block;
    padding: 16px 30px;
  }
  #sideBar #snb .snb.active > ul.snb2dul {
    display: block;
  }

  #sideBar #snb li.noInfoPageTit,
  #sideBar #snb li.noInfoPageTit.active {
    display: none !important;
  }
  .snbCS {
    border: 0px;
    margin: 0;
  }

  #sideBar .snbSNSbtn {
    padding: 20px;
    text-align: center;
  }
  #sideBar .snbSNSbtn a {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
    color: #666;
    margin: 2px;
  }

  .snbMvArBtn {
    display: flex;
    align-items: center;
    height: 60px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 0 60px 0 0;
  }
  .snbMvArBtn a {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .snbMvArBtn a b.fa {
    font-size: 18px;
    display: inline-block;
    padding: 3px 5px;
  }

  #snbMvArBottom {
    border-top: 1px dashed #efefef;
    padding: 10px;
    text-align: center;
  }
  #snbMvArBottom a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
  }

  /* 서브페이지 상단 모바일 네비 */
  .subTopLocNav {
    display: block;
    margin-top: -20px;
  }
  .subTopLocNav .loc1DA,
  .subTopLocNav .loc2DA {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .subTopLocNav .loc1DA b,
  .subTopLocNav .loc2DA b {
    display: block;
    text-align: left;
    height: 40px;
    line-height: 40px;
    margin: 0 36px 0 16px;
  }
  .bNBar1D,
  .bNBar2D {
    top: 40px;
  }
  .bNBar1D .snb h2 a b,
  .bNBar2D .snb2d a b {
    font-size: 12px;
  }

  .bNBar1D .snb h2 a b,
  .bNBar2D .snb2d a b {
    padding: 12px;
    font-size: 13px;
  }

  /* 메인페이지 공통 */
  .introTitleChip {
    font-size: 12px;
    padding: 3px 8px;
  }

  /* 메인페이지 히어로 배너 */
  .heroWrap {
    height: auto;
    padding: 30px;
    background-image: linear-gradient(
      to bottom,
      #d2f0c3 300px,
      transparent 300px
    );
  }
  .heroWrap .readMoreButton {
    display: none;
  }
  @keyframes slideInFromBottom {
    from {
      transform: translateY(10%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .heroContentWrap {
    flex-direction: column;
    gap: 10px;
    padding: 0;
    animation: slideInFromBottom 0.8s ease-out forwards;
  }
  .heroContent1 {
    width: 100%;
    height: 400px;
    padding: 20px;
    animation: none;
  }
  .heroContent1TextWrap {
    padding-right: 0;
    gap: 8px;
  }
  .heroContent2,
  .heroContent3 {
    background: var(--main-02);
    width: 100%;
    height: 100%;
    padding: 16px 15px;
    border-radius: 4px;
    box-shadow: none;
  }
  .heroContent2:hover,
  .heroContent3:hover {
    width: 100%;
    height: 100%;
    background: var(--main-04);
  }
  .heroContentRightWrap {
    position: initial;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 6px;
    animation: none;
  }
  .heroContent1Text1 {
    font-size: 14px;
  }
  .heroContent1Text2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    line-height: 33.8px;
  }
  .heroContent1Text2::after,
  .heroContent2Text1::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 17l5-5m0 0l-5-5'/%3E%3C/svg%3E");
    height: 28px;
  }
  .heroContent1Text2::after {
    padding-left: 20%;
  }
  .heroContent2Text1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .heroContent2Text1.heroContent2Text1__type2 {
    font-size: 16px;
  }
  .heroContent2Text2Wrap {
    display: none;
  }
  .heroContentDownButton {
    display: none;
  }

  /* G.R.O.S. 버튼을 2열 전체를 차지하도록 */
  .heroContent3:last-child,
  .heroContent3--gros {
    grid-column: 1 / 3;
  }

  /* 메인페이지 업무영역 */
  .businessWrap {
    padding-top: 80px;
    margin-bottom: 72px;
  }
  .businessWrap br.pc {
    display: none;
  }
  .businessWrap br.mo {
    display: initial;
  }
  .businessTitleWrap {
    padding: 0 30px 50px;
    gap: 10px;
  }
  .businessTitleWrap .introTitle1 {
    font-size: 28px;
    font-weight: 500;
  }
  .businessTitleWrap .introTitle2 {
    font-size: 15px;
  }
  .businessTitleWrap .introTitleContent {
    padding-right: 25%;
  }
  .businessContentWrap {
    padding: 0 30px;
    flex-direction: column;
  }
  .businessContent {
    width: 100%;
    height: 100px;
    top: 0;
    padding-top: 32px;
    align-items: start;
    transition: opacity 0.3s;
  }
  .businessContentBg {
    flex: initial;
    width: 100%;
    max-height: 100px;
    justify-content: flex-start;
    transition: width 0.3s, height 0.3s, max-height 0.3s, background 0.3s,
      transform 0.3s;
  }
  .businessContentBg::after {
    opacity: 0;
  }
  .businessContentBg:hover {
    width: 100%;
    max-height: 350px;
    height: 350px;
    padding-bottom: 0;
    transition: width 0.3s, height 0.3s, max-height 0.3s, background 0.3s,
      transform 0.3s;
    transition-delay: 0.3s;
  }
  .businessContentBg:hover .businessContent {
    padding-left: 0;
    height: 350px;
    align-items: center;
    padding: 40px 36px 30px 36px;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
  }
  .businessContentBg:hover .businessContentDetail {
    align-items: center;
    transition: opacity 0.3s ease 0.6s;
  }
  .businessContentBg1 .defaultBackground {
    background-image: url("../img/businessContentBg1Mo.png");
  }
  .businessContentBg1 .hoverBackground {
    background-image: url("../img/businessContentBg1Mo2.png");
  }
  .businessContentBg2 .defaultBackground {
    background-image: url("../img/businessContentBg2Mo.png");
  }
  .businessContentBg2 .hoverBackground {
    background-image: url("../img/businessContentBg2Mo2.png");
  }
  .businessContentBg3 .defaultBackground {
    background-image: url("../img/businessContentBg3Mo.png");
  }
  .businessContentBg3 .hoverBackground {
    background-image: url("../img/businessContentBg3Mo2.png");
  }
  .businessContentBg4 .defaultBackground {
    background-image: url("../img/businessContentBg4Mo.png");
  }
  .businessContentBg4 .hoverBackground {
    background-image: url("../img/businessContentBg4Mo2.png");
  }
  .businessContentTitle {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 30px;
  }
  .businessContentBg:hover .businessContentTitle {
    font-size: 20px;
  }
  .businessContentTitle::after {
    content: "";
    display: flex;
    align-items: center;
    width: 24px;
    height: 29px;
    background: url("../img/businessDetailIcon.png") no-repeat center;
    background-size: contain;
  }
  .businessContentBg:hover .businessContentTitle::after {
    display: none;
  }
  .businessContentDetail {
    width: 100%;
    height: 220px;
  }
  .businessContentDetail .readMoreButton {
    font-size: 14px;
    padding: 6px 18px;
  }
  .businessContentDetailText {
    text-align: center;
    font-size: 14px;
    width: 280px;
    height: 120px;
  }

  br.pc {
    display: none;
  }
  .heroContent1Text2 br.moSub {
    display: none;
  }

  /* 메인페이지 lift 영역 */
  .life1Wrap {
    height: 100%;
    background: url("../img/life_bgMo.png") no-repeat;
    background-size: cover;
  }
  .life1ContentArea {
    margin-top: 80px;
    margin-bottom: 30px;
    gap: 22px;
  }
  .life1ContentArea .life1Content1 {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
  }
  .life1ContentArea .life1Content1 .br {
    display: initial;
  }
  .life1ContentArea .life1Content2 {
    font-size: 18px;
  }
  .life1ContentArea .life1Content3 {
    font-size: 16px;
  }
  .life1ContentArea br.mo {
    display: initial;
  }
  .life2ContentArea {
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
  }

  /* 중간 레이아웃 */
  #ctWrap {
    margin: 0 auto;
    padding: 0px;
  }
  #container {
    width: auto;
    float: none;
    padding: 15px;
  }

  .contentTitle {
    border-bottom: 0px !important;
  }
  .contentTitle {
    padding: 10px 0 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .contentTitle strong {
    float: none;
    color: #333;
    font-size: 30px;
  }
  .contentTitle .locationBar {
    float: none;
  }
  .contentTitle .locationBar i {
    padding: 0 5px;
  }

  .leftMenuUseFlase .contentTitle {
    margin-bottom: 5px;
  }
  .leftMenuUseFlase .contentTitle:after {
    width: 45px;
    margin: 15px auto;
  }

  /* 관련 사이트 영역 모바일 */
  #relatedSites {
    padding: 0 30px 80px;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  #relatedSites a {
    aspect-ratio: 161.5 / 52;
  }

  #relatedSites a:nth-child(5) {
    grid-column: 1 / 3;
    width: calc((100% - 10px) * 0.32);
    aspect-ratio: 1 / 1;
    justify-self: center;
  }

  /* 푸터영역 */
  #footer {
    padding: 72px 43px;
  }
  #footer .bottomSection {
    justify-content: center;
  }
  #footer .bottomSection .bottomInfo > dl > dd {
    display: flex;
    gap: 20px;
    padding-bottom: 40px;
  }
  #footer .bottomSection .bottomInfo > dl > dd a {
    padding: 0;
    font-weight: 300;
  }
  #footer .bottomSection .bottomInfo address {
    font-weight: 300;
  }
  #footer .bottomSection .bottomLogo {
    display: none;
  }
  #footer .bottomSection .bottomLogoMo {
    display: block;
    padding-bottom: 26px;
  }
  #footer .bottomSection .bottomLogoMo img {
    width: 136px;
  }
  #footer .bottomSection .bottomInfo address {
    padding-bottom: 8px;
  }
  #footer .bottomSection .bottomInfo > p {
    padding-top: 26px;
  }
}

/* 디바이스 850px 이하에서 적용*/
@media all and (max-width: 850px) {
  /* contents */
  #page_title .page_title_in {
    padding: 50px 10px;
    text-align: center;
  }
  #page_title .page_title_in h2 {
    text-align: center;
  }
}
/* 디바이스 650px 이하에서 적용*/
@media all and (max-width: 650px) {
  /* contents */
  #page_title .page_title_in {
    padding: 46px 10px;
  }
  #page_title .page_title_in h2 strong {
    font-size: 18px;
    height: 30px;
    line-height: 60px;
    padding: 20px 0 10px 0;
  }
  #page_title .page_title_in h2 .locationBar span {
    font-size: 10px;
  }
  #page_title.on .page_title_in h2 > strong {
    height: 30px;
    line-height: 30px;
    padding: 0 0 10px 0;
  }
  #page_title.on .page_title_in h2 .titleBbar {
    margin-top: 15px;
    min-width: 30px;
  }

  .contentTitle strong {
    font-size: 20px;
  }
  .contentTitle .locationBar {
    font-size: 10px;
    display: inline-block;
  }

  .life1Wrap {
    background: url("../img/life_bgMo.png") no-repeat;
    background-size: cover;
  }
  .life2ContentArea {
    background-image: url("../img/life_bg3Mo.png");
    background-size: cover;
    height: 320px;
  }

  /* footer */
  #footer > dl > dd a,
  #footer address {
    font-size: 11px;
    letter-spacing: -0.05em;
  }
  #footer address em {
    display: none;
  }

  #footer .bottomSection {
    text-align: center;
    margin: 0 auto;
  }
  #footer .bottomSection > dl {
    text-align: center;
  }
  #footer .bottomSection > dl > dt {
    position: static;
  }
  #footer .bottomSection > dl > dt img {
    height: auto;
    width: 150px;
  }

  #footer .bottomSection > dl > dd {
    padding: 15px 0;
  }
  #footer .bottomSection > dl > dd a {
    font-size: 11px;
  }
  #footer .bottomSection address {
    font-size: 11px;
  }
  #footer .bottomSection address em {
    display: none;
  }
  #footer .bottomSection > p {
    font-size: 10px;
  }
}

/* 디바이스 400px 이하에서 적용*/
@media all and (max-width: 399px) {
  .heroContentWrap br.mo {
    display: block;
  }
}
