@charset "UTF-8";
/* 공통 */
.pc_img{display: block;}
.mo_img{display: none;margin: 0 auto;}

@media screen and (max-width: 768px) {
  .pc_img{display: none;}
.mo_img{display: block;}
}

.blind{
  overflow: hidden;
  display: block;
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

button {
  cursor: pointer;
}

.show-default {
  display: block !important;
}

.hide-default {
  display: none !important;
}

.header-inner {
  width: 100%;
  max-width: 1400px;
  /* width: 1520px; */
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}

/* inquiry_area */
.util{
  display: flex;
}
.header_lang{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 230px;
 
}
.inquiry_area{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3157B4;
  height: 90px;
  width: 212px;
}
.inquiry_area img{
  width: 42px;
height: 26px;
}
.inquiry_area span{
  color: #FFF;
  font-family: Pretendard;
  font-size: 18px;
}
.inquiry_area a{
  display: flex;
  gap: 12px;
  align-items: center;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 99999;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header.fix {
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.header.fix .header_logo {
  background: url("/image/common/hselecom_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.header.fix .header_gnb_dep01 {
  color: #000;
}

.header.fix .header_ham span {
  background: #000;
}

.header.active {
  background: #fff;
}

.header.active .gsnb_bg {
  border-top: 1px solid #ddd;
}

.header.active .header_logo {
  display: block;
  width: 240px;
  height: 42px;
  background: url("/en/image/common/hselecom_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.header.active .header_gnb_dep01 {
  color: #000;
}

.header.active .header_gnb_item:hover .header_gnb_dep01 {
  /* color: #41b25d; */
  color: #3157B4;
}

.header.active .header_ham span {
  background: #000;
}

.header .header_logo {
  width: 240px;
  height: 42px;
  background: url("/en/image/common/hselecom_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.header .header_gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header .header_gnb_item {
  position: relative;
  height: 100%;
}

.header .header_gnb_dep01 {
  padding: 0 55px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header_gnb_dep01.active::after,
.header .header_gnb_dep01:hover::after {
  width: 100%;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.header .header_gnb_dep01::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  display: block;
  width: 0;
  height: 3px;
  /* background: -webkit-gradient(linear, left top, right top, from(#41b25e), to(#0176b5));
  background: linear-gradient(to right, #41b25e, #0176b5); */
  background-color: #3157B4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .header_gnb_dep02 {
  display: none;
  position: absolute;
  width: 100%;
  left: 50%;
  top: var(--headerHeight);
  /* padding-top: 15px; */
  padding: 15px 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999;
  text-align: center;
  opacity: 0;
}

.header .header_gnb_dep02 a {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 12px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .header_gnb_dep02 a:hover {
  color: #056fac;
}

.header .header_ham {
  width: 28px;
  height: 19px;
  position: relative;
  cursor: pointer;
}

.header .header_ham span {
  display: block;
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .header_ham span:nth-child(1) {
  top: 0;
}

.header .header_ham span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .header_ham span:nth-child(3) {
  bottom: 0;
}

.header .header_ham.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header .header_ham.active span:nth-child(2) {
  opacity: 0;
}

.header .header_ham.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.header .gsnb_bg {
  display: block;
  background: #fff;
  position: absolute;
  top: var(--headerHeight);
  left: 0;
  right: 0;
  height: 270px;
  display: none;
  border-bottom: 1px solid #ddd;
  opacity: 0;
}

.header_lang {
  display: flex;
  border: 1px solid #9b9b9b;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 85px;
  margin-left: auto;
  /* margin-right: 32px; */
  margin-right: 32px;
  font-size: 16px;
  font-weight: 500;
}
.header_lang img {
  width: 19px;
  margin-right: 8px;
}

.footer .boder{
  height: 1px;
  width: 100%;
  background: #474A4C;
}
.footer {
  background: #282B2E;
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer_top{
  position: relative;
  display: flex;
  justify-content: space-between;
  /* padding: 20px 0; */
  align-items: center;
  gap: 16px;
}

.footer_top a{
  color: #A8A8A8;
  font-size: 16px;
  transition: color 0.3s ease;
}
.footer_top a:hover{
  color: #FFF;
  font-weight: 800;
}
.footer_top a + a::before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #4E5052;
  margin: 0 16px;
  vertical-align: middle;
}

.footer_top button{
  display: flex;
  gap: 3px;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid #474A4C;
  border-left: 1px solid #474A4C;
  
  padding: 12px 20px;
}

.footer_top_btn img {
  width: 40px;
  height: 40px;
}
.footer_bottom{
  display: flex;
  padding: 29px 0 59px;
}
.footer_logo{
  width: 212px;
  height: 53px;
  margin-right: 46px;
}
.footer_logo a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_logo img{
  width:  100%;
  height: 100%;
  object-fit: cover;
 
}
.footer_info address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.footer_info address span {
  /* display: block;
  margin-right: 20px;
  color: #666; */
  color: #A8A8A8;
  font-size: 15px;
  font-style: normal;
}

.footer_info address span + span::before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #4E5052;
  margin: 0 16px;
  vertical-align: middle;
}

.footer_info p {
  color: #A8A8A8;
  font-size: 15px;
}
.header_ham{
  display: none;
}
br.m{
  display: none;
}

@media all and (max-width: 1560px) {
  .header-inner {
    width: 100%;
    padding: 0 3%;
  }
  .header_gnb_item .header_gnb_dep01 {
    font-size: 16px;
    padding: 0px 30px;
    height: 80px;
  }
  .header .gsnb_bg {
    height: 262px;
    
  }
  .header .header_gnb_dep02 {
    /* top: 91px; */
  }
}

@media all and (max-width: 1300px) {
  .header_gnb_item .header_gnb_dep01 {
    font-size: 15px;
    padding: 0px 20px;
  }
}

@media all and (max-width: 1024px) {
  .header_ham{
   display: block;
  }
  .header_lang{
    margin-right: -150px;
  }
  .show-1024 {
    display: block !important;
  }
  .hide-1024 {
    display: none !important;
  }

  .inquiry_area{
    height: 70px;
    width: 162px;
  }

  .header-inner {
    height: 70px;
  }
  
  .header{
    border-bottom: 1px solid #ddd;
    z-index: 9999999;
  }

  .header .header_gnb {
    position: absolute;
    left: auto;
    transform: none;
    top: calc(var(--headerHeight) + 20px);
    height: calc(100vh - var(--headerHeight));
    right: 0;
    width: 70%;
    align-self: flex-start;
    display: none;
    opacity: 0;
    overflow-y: scroll;
  }


  .header .gsnb_bg {
    width: 70%;
    left: auto;
    right: 0;
    height: calc(100vh - var(--headerHeight));
    top: var(--headerHeight);
    border-top: none;
  }

  .header.active .gsnb_bg {
    border-top: none;

  }
  .header .header_gnb_item {
    height: auto;
  }

  .header .header_gnb_dep01 {
    width: 100%;
    position: relative;
    padding: 20px;
    font-size: 18px;
    height: auto;
  }

  .header.active .header_gnb_item:hover .header_gnb_dep01{
    color: #000;
  }

  
  .header.active .header_gnb_item:hover .header_gnb_dep01.active{
    /* color: #41b25d; */
    color: #3157B4;
  }

  .header .header_gnb_dep01:not(.active)::after {
    width: 0 !important;
  }

  .header .header_gnb_dep02 {
    display: none;
    position: inherit;
    opacity: 1; 
    top: auto;
    left: auto;
    transform: none;
    padding: 10px 0;
    background: #f8f8f8;
  }
  .header .header_gnb_dep02 li {
    width: 100%;
  }

  .header .header_gnb_dep02 li a {
    text-align: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
  }
  .header .header_gnb_dep02 a:active {
    color: #056fac;
  }
  .header .header_gnb_dep01 i {
    display: inline-block;
    background: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 15px;
    height: 2px;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
  }
  .header .header_gnb_dep01 i:first-child {
    transform: translateX(-50%) rotate(90deg);
  }
  .header .header_gnb_dep01.active i:first-child {
    transform: translateX(-50%) rotate(0);
    /* background: #41b25d; */
    background: #3157B4;
  }
  .header .header_gnb_dep01.active i:last-child {
    opacity: 0;
  }
  .main-page .main-cont .inner {
    display: block;
    text-align: center;
  }
  .main-cont .main-tit_box {
    width: 100%;
  }
  .inquiry_area{
    display: none;
  }

  
}

@media all and (max-width: 820px) {
  .footer_logo{
    width: 170px;
    margin-right: 26px;
  }
  .footer_info {
    flex: 1;
  }
}
@media all and (max-width: 768px) {

  .show-768 {
    display: block !important;
  }
  .hide-768 {
    display: none !important;
  }
  .header_lang {
    height: 27px;
    width: 70px;
    font-size: 14px;
    margin-right: -150px;
  }
  .inquiry_area{
    width: 132px;
  }
  .inquiry_area img{
    width: 35px;
  height: 20px;
  }
  .inquiry_area span{
    font-size: 16px;
  }
  .inquiry_area a{
    display: flex;
    gap: 6px;
    align-items: center;
  }
  
  .header_lang img {
    margin-right: 5px;
    scale: .8;
  }
   .footer_logo {margin-bottom: 20px;}
}

@media all and (max-width: 750px) {

  .footer .footer_bottom {
    display: flex;
    flex-direction: column;
    padding: 20px 0 40px;
  }
  .footer_logo {margin-bottom: 20px;}
}
@media all and (max-width: 660px) {
  .show-660 {
    display: block !important;
  }
}
@media all and (max-width: 640px) {


  .footer_logo{
    width: 120px;
    margin-bottom: 0;
  }
  .show-640 {
    display: block !important;
  }
  .hide-640 {
    display: none !important;
  }

  .header .gsnb_bg,
  .header .header_gnb{width: 100%;}
  /* .footer_info address{display: block;text-align: center;}  */
 /* .footer_logo {margin-bottom: 20px;}  */
  .footer_top a{
    color: #A8A8A8;
    font-size: 12px;
    transition: color 0.3s ease;
  }

}

@media all and (max-width: 568px) {
  .footer_info address{
    display: flex;
   text-align: center;
    flex-direction: column;
    gap: 5px;
  }
   .footer_info .copy{display: block;text-align: center;} 
  .footer_info p {font-size: 11px;display: block;}
  .footer_info address span + span::before{
   display: none;
  }
  .show-568 {
    display: block !important;
  }
  .hide-568 {
    display: none !important;
  }
  .inquiry_area{
    height: 50px;
  }
  .header-inner {
    height: 50px;
  }
  .header .header-inner .header_logo {
    margin-top: 4px;
    width: 120px;
    height: 30px;
  }
  .header_ham {
    width: 24px !important;
    height: 16px !important;
  }
  .header_lang {
    margin-right: -170px;
  }
}

@media all and (max-width: 425px) {
  .show-425 {
    display: block !important;
  }
  .hide-425 {
    display: none !important;
  }
  .footer_logo a img {
    width: 120px;
    height: auto;
  }
  .header_lang {
    height: 25px;
    width: 66px;
    margin-right: -180px;
    font-size: 13px;
  }

  .header_lang img {
    margin-right: 3px;
  }
}

@media all and (max-width: 375px) {
  .show-375 {
    display: block !important;
  }
  .hide-375 {
    display: none !important;
  }
}

@media all and (max-width: 320px) {
  .show-320 {
    display: block !important;
  }
  .hide-320 {
    display: none !important;
  }
}
