@charset "utf-8";
body { top: 0!important; }
*{margin: 0; padding: 0;font-weight: 400; }
.inner{position:relative; width:100%; max-width:1330px; margin:0 auto; padding: 0 20px; box-sizing: border-box;}
/* float */
.left{float: left;}
.right{float: right;}
.clear::after{content: ""; width: 0; height: 0; display: block; clear: both;}
.btn { display: inline-block; padding: 15px 20px; box-sizing: border-box; border-radius: 5px; transition: all.2s; font-size: 18px; font-weight: 600; cursor: pointer;   }
.header { position: relative;  box-sizing: border-box; width: 100%; height: 80px; z-index: 4;   background-color: #fff; }
.header.fixed { position: fixed; box-shadow:0px -5px 20px 4px rgb(139 139 139 / 25%) }
.header .inner { position:relative; display: flex; width:100%; margin: 0 auto; box-sizing: border-box; }
.header .logo a { width: 160px; height: 80px; }
.header .logo img { width:160px; position: absolute; top: 50%; transform: translateY(-50%); }
.header .nav {width: 100%; }
.header .nav ul { display: flex; justify-content: center;  }
.header .nav ul li { position: relative; line-height: 80px; padding:0 40px; box-sizing: border-box; font-size: 18px;  } 
.header .nav ul li a {  font-weight: 500;}
.header .nav ul li:hover::after { width: 100%;  }
.header .nav ul li::after {  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); content: ""; width:0; height: 4px; background-color: #6ab5d5; transition: all .2s;  }


/* 번역 */
/* 선택된 언어 */
.VIpgJd-ZVi9od-aZ2wEe-OiiCO.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc { display: none!important; }
.VIpgJd-ZVi9od-ORHb,.VIpgJd-ZVi9od-ORHb-OEVmcd { display: none!important; }
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q { background-color: transparent!important; box-shadow: none!important; }
.VIpgJd-yAWNEb-L7lbkb { display: none!important;; }
.lang-select-wrap { display: inline-block;  }
.lang-select-wrap .lang-selet-button .flag { display: inline-block;  width:35px; min-width: 0!important; height: 35px; margin:22px 8px 0; border-radius: 100%; }
.lang-select { position: relative;}
.lang-selet-button { height: 80px; line-height: 80px; font-size: 0; }
.lang-selet-button button { width: auto; height: 80px; padding: 0 22px; box-sizing: border-box; transition: all .3s; line-height: 80px; font-size: 0; background-image: url(/AppData/company/images/common/icon_lang.png); background-repeat: no-repeat; background-size: 24.5px; background-position: center top 51.5%; background-color: transparent;}
.lang-selet-button span { height: 80px; cursor: pointer;  }
.lang-select .lang-list-wrap { position: absolute; min-width:150px;  top: 80px; right: -15px;background-color: #fff; word-break: keep-all; font-size: 16px; }

.lang-select-wrap ul li { font-size: 16px; line-height: 20px; padding: 15px; box-sizing: border-box; } 
.lang-select-wrap ul li:hover {font-weight: 600; }
.lang-select-wrap ul li span { display: flex; cursor: pointer; }
.lang-list { display: none; border: 1px solid #eee; border-top: none; }
.lang-select-wrap  .flag { display: inline-block; width: 35px; min-width: 35px; height: 23px; margin-right: 15px; background-position: center; background-repeat: no-repeat; background-size: cover; border: 1px solid #ddd; box-sizing: border-box;  }
.lang-select-wrap .flag.ko { background-image: url(/AppData/company/images/common/icon-ko.svg); }
.lang-select-wrap .flag.en { background-image: url(/AppData/company/images/common/icon-eng.svg); }
.lang-select-wrap .flag.ja { background-image: url(/AppData/company/images/common/icon-jp.svg); }
.lang-select-wrap .flag.ch { background-image: url(/AppData/company/images/common/icon-chn.svg); }

:lang(zh-CN) { word-break: break-all; }
:lang(ja)  {  word-break: break-all;  }

:lang(zh-CN) .plan-wrap .plan-contents .box br { display: none; }
:lang(ja) .plan-wrap .plan-contents .box br  {  display: none;  }
:lang(en) .plan-wrap .plan-contents .box br { display: none; }

.menu-btn { position: relative; float: right;  display: none;  width: 28px; height: 80px; margin-left: 10px; cursor: pointer; }
.menu-btn span { position: absolute; top: 50%; transform: translateY(-50%);  display: block; width: 28px; height: 2px; transition: all .3s; background-color: #6ab5d5; }
.menu-btn span:first-child { transform: translateY(-9px);  }
.menu-btn span:last-child { transform: translateY(7px);  }
.menu-btn.active span {  }
.menu-btn.active span:nth-child(1){ transform: rotate(45deg);}
.menu-btn.active span:nth-child(2){ display: none;}
.menu-btn.active span:nth-child(3){ transform: rotate(-45deg);}

.footer {  border-top: 1px solid #e5e5e5; background-color: #f5f6f8;  font-size: 16px; color: #444; }
.footer img { width: 160px;  }
.footer-top {display: block; border-bottom: 1px solid #e5e5e5;}
.footer-menu li {float: left; margin-right: 20px; padding: 15px 0;}
.footer-menu li:last-child {margin-right: 0; }
.footer-menu li a {font-size: 15px;box-sizing: border-box; text-align: left;}
.footer-menu li a.personal { font-weight: 600; /* color: #6ab5d5; */ }
.footer-bottom { padding: 30px 0; }
.footer .footer-info { text-align: left; font-size: 16px; line-height: 1.2; margin-top: 25px; }
.footer .footer-info li{ margin-bottom: 10px;  }
.footer .footer-info li:last-child { margin-bottom: 0; }
.footer .footer-info li span { margin-right: 5px; }
.footer .footer-sns li { float: left; margin-right: 10px; width: 40px; height: 40px; background-position: center;background-repeat: no-repeat; border-radius: 999px; overflow: hidden; font-size: 0; background-size: cover; cursor: pointer; }
.footer .footer-sns a {  width: 40px; height: 40px; }
.footer .footer-sns li:last-child {margin-right: 0;  }
.footer .footer-sns li.talk { background-image: url(/AppData/company/images/common/icon_talk.jpg); }
.footer .footer-sns li.insta { background-image: url(/AppData/company/images/common/icon_insta.png);  }
.footer .footer-sns li.youtube { background-image: url(/AppData/company/images/common/icon_youtube.png); background-color: red; background-size: 30px; }
.footer .footer-sns li.blog { background-image: url(/AppData/company/images/common/icon_blog.png); background-color: #fff; background-size: 30px; }
.footer .copy { margin-top: 10px; }
.floating { position: fixed; bottom:175px; right: 36px; text-align: center; z-index: 3; transition: .3s; }
.floating button { display: block; border-radius: 5px;  width: 70px; height: 70px; line-height: 1.2; font-size: 16px; }
.floating .chat { background: linear-gradient(rgb(208, 242, 255) 0%, rgb(208, 234, 255) 100%); box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px; border-radius: 20px; }
.floating .chatbot { background-image: url(/AppData/company/images/common/icon_talk.jpg); background-size: cover; margin-bottom: 15px;  box-shadow:0 3px 10px 0 rgba(138, 119, 3, 0.2); }
.floating .btn-apply { display: block;background:linear-gradient(to right, #1f96ff 0%, #6ab5d5 100%);  box-shadow: 0 3px 10px 0 rgba(62, 126, 181, 0.2); color: #fff;; line-height: 1.4; }
.floating .btn-top { box-shadow:0 3px 10px 0 rgba(69, 77, 84, 0.2); color: #ccc;  margin-top: 15px; }
.floating .btn-top img { margin: 0 auto 5px; width: 28px; }

#ch-plugin-entry.hide { display: none; }

@media(max-width:1200px){
 /*  .header .nav { padding-left: 50px; box-sizing: border-box; } */
}
@media(max-width:1024px){
  .header { height: 65px; }
  .header .inner { display: block; }
  .header .logo a { height: 65px; }
  .header .logo img {width: 145px;  }
  .header.active { background-color: #fff; border-bottom: 1px solid #eee; }
  .menu-btn { display: block; height: 65px; }
  .lang-select-wrap { }
  .lang-selet-button button { height: 65px; line-height: 65px;}
  .lang-selet-button { height: 65px; line-height: 65px; } 
  .lang-select .lang-list-wrap { right: -60px; }
  .lang-selet-button span { height: 65px;  }
  .lang-select .lang-list-wrap {   top: 65px; right: -15px;}
  .lang-select-wrap .lang-selet-button .flag { width: 30px; height: 30px; margin:20px 8px 0; }
  .header .nav { display: none; position: absolute; width: 100vw; height: calc(100vh - 65px); top: 65px; padding: 0; background-color: #fff; left: 0;  z-index: 6;}
  .header .nav.active { display: block; }
  .header .nav ul { display: block;  box-sizing: border-box; } 
  .header .nav ul li {  width: 100%; padding:0 20px; border-top: 1px solid #eee; box-sizing: border-box;  }
  .header .nav ul li:first-child { border-top:none; }
  .header .nav ul li::after  { display: none!important; }
}

@media(max-width:768px){
  .header .inner { padding: 0 20px; }
  .footer .left { float: none; width: 100%; }
  .footer-sns { float: left; margin-top: 20px; }
  .floating { right: 20px; bottom:135px ; }
  .floating button { width: 60px; height: 60px; font-size: 14px; }
  .floating .btn-top img { width: 25px; margin: 0 auto 3px; }

}
@media(max-width:425px){
  .header .logo a {  width: 140px; }
  .header .logo img {  width: 140px; }
  .footer .footer-info .company-group { margin-bottom: 10px; }
  .footer .footer-info .company-group p { float: none; }
  .footer .footer-info .company-group p.slash { display: none; }
  .footer img { width: 140px; }
  .footer .footer-info li { font-size: 14px; }
}
#launcher { bottom: 400px!important; }