@charset "UTF-8";

/* common-s 모든 페이지에 적용될 것들*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
/* font-family: 'Pretendard'; */
@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');
/* font-family: 'GmarketSans'; */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Urbanist', sans-serif; */



* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: none;
  color: inherit;
}
img, input, select, textarea {
  vertical-align: text-top;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome and edge */
  appearance: none;
}
body {
  font: 16px / 1.2 'Pretendard', 'GmarketSans', 'Urbanist', "돋움", dotum, AppleGothic, sans-serif;
  color: #111;
  letter-spacing: -0.4px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}
.inner {
  width: 1280px;
  margin: 0 auto;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.hide {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  position: absolute;
  left: -9999px;
}
.skip-nav a {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  background-color: orange;
  position: absolute;
  left: 0;
  top: -100px;
  ;
}
.skip-nav a:focus {
  top: 0;
}
/* common-e */


/**********
header-s
**********/
.header {
  width: 100%;
  min-width: 1280px;
  height: 80px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.logo {
  float: left;
  margin: 12px 134px 0 0;
}


/* quick-chatbot */
.quick-chatbot {
  position: fixed;
  right: 60px;
  bottom: 124px;
  z-index: 500;
}
.quick-chatbot img {
  width: 54px;
}
.quick-chatbot p {
  display: none;
  width: 155px;
  height: 44px;
  padding: 10px 0 0 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background-color: #662d91;
  border-radius: 27px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1
}
.quick-chatbot p span {
  display: block;
}
.quick-chatbot:hover p {
  display: block;
}


/* GNB */
.gnb {
  float: left;
}
.gnb .depth1 {
  float: left;
}
.gnb .depth1 > a {
  display: block;
  height: 23px;
  padding: 29px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  transition: all 0.3s;
}
.gnb .depth2 {
  display: none;
  width: 100%;
  min-width: 1280px;
  height: 83px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 81px;
  z-index: 100;
}
.gnb .depth2 li {
  display: inline-block;
}
.gnb .depth2 li a {
  display: block;
  padding: 30px 40px;
  font-weight: 600;
  line-height: 23px;
  transition: all 0.3s;
}
.gnb .depth1:hover > a {
  color: #7c40ce;
}
.gnb .depth1:hover > .depth2 {
  display: block;
}
.gnb .depth2 a:hover {
  color: #7c40ce;
}


/* TNB */
.tnb {
  float: right;
}
.tnb > div {
  float: left;
  padding-top: 20px;
  margin-left: 30px;
}
.tnb .tnb-icon {
  font-size: 16px;
  padding: 25px 0;
  transition: all 0.3s;
}
.tnb .tnb-icon {
  cursor: pointer;
}
.tnb .tnb-icon:hover {
  color: #7c40ce;
}
.tnb .tnb-menu-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 81px;
  z-index: 1000;
}
.tnb .tnb-menu-wrap.active {
  display: block;
}
.tnb .search-wrap {
  width: 100%;
  min-width: 1280px;
  height: 410px;
  padding-top: 100px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.tnb .search-wrap .inner {
  position: relative;
}
.tnb .search-wrap .search-input {
  position: relative;
  text-align: center;
}
.tnb .search-wrap .search-input input {
  width: 840px;
  height: 86px;
  font-weight: 500;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #111;
}
.tnb .search-wrap .search-input input::placeholder {
  font-size: 14px;
  color: #999;
}
.tnb .search-wrap .search-input button {
  background-color: #fff;
  border: none;
  position: absolute;
  right: 220px;
  top: 32px;
  cursor: pointer;
}
.tnb .search-wrap .search-rank {
  line-height: 26px;
  padding: 35px 0 0 220px;
}
.tnb .search-wrap .search-rank > li {
  float: left;
  margin-right: 345px;
}
.tnb .search-wrap .search-rank strong {
  display: block;
  font-weight: 600;
  margin-bottom: 24px;
}
.tnb .search-wrap .search-rank ol li {
  color: #7c40ce;
  margin-bottom: 14px;
}
.tnb .search-wrap .search-rank ol a {
  color: #111;
  margin-left: 12px;
}
.tnb .search-wrap .close {
  position: absolute;
  right: 0;
  top: -70px;
  cursor: pointer;
}

.tnb .login {
  position: relative;
}
.tnb .login-wrap {
  width: 320px;
  height: 250px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  left: -240px;
  top: 72px;
}
.tnb .login-wrap .login-wrap-box {
  padding: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.tnb .login-wrap .login-wrap-box > a {
  display: block;
  width: 260px;
  height: 58px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 58px;
  color: #fff;
  text-align: center;
  background-color: #662d91;
  border-radius: 10px;
}
.tnb .login-wrap .login-wrap-box div a {
  float: left;
  width: 129px;
  line-height: 20px;
  color: #666;
  text-align: center;
  transition: all 0.3s;
}
.tnb .login-wrap .login-wrap-box div a:first-child {
  border-right: 1px solid #ddd;
}
.tnb .login-wrap .login-wrap-box div a:hover {
  font-weight: 600;
  color: #111;
}
.tnb .login-wrap > a {
  margin-top: 30px;
  font-weight: 600;
}
.tnb .login-wrap > a i {
  float: left;
  margin: 0 5px 0 30px;
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
}
.tnb .allmenu-wrap {
  width: 100%;
  min-width: 1280px;
  padding: 10px 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
}
.tnb .allmenu-wrap .allmenu-depth1 {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
.tnb .allmenu-wrap .allmenu-depth1:last-child {
  border: none;
}
.tnb .allmenu-wrap .allmenu-depth1 span {
  float: left;
  width: 250px;
}
.tnb .allmenu-wrap .allmenu-depth1 span a {
  font-weight: 600;
  font-size: 24px;
  transition: all 0.3s;
}
.tnb .allmenu-wrap .allmenu-depth2 {
  float: left;
  width: 1000px;
}
.tnb .allmenu-wrap .allmenu-depth2 li {
  float: left;
  width: 250px;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
}
.tnb .allmenu-wrap .allmenu-depth2 li a {
  transition: all 0.3s;
}
.tnb .allmenu-wrap .allmenu-depth2 li:nth-child(n+5) {
  margin-top: 30px;
}
.tnb .allmenu-wrap .close {
  position: absolute;
  right: 70px;
  top: 40px;
  cursor: pointer;
}

.tnb .allmenu-wrap .allmenu-depth1 span a:hover,
.tnb .allmenu-wrap .allmenu-depth2 li a:hover {
  color: #7c40ce;
}
/**********
header-e
**********/


/**********
main-s
**********/
.main {
  min-width: 1280px;
  overflow: hidden;
}
/**********
main-e
**********/


/**********
footer-s
**********/
.quick-top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 500;
}
.footer {
  min-width: 1280px;
  height: 440px;
  color: #ddd;
  background-color: #191919;
}
.f-top {
  margin-bottom: 40px;
  border-bottom: 1px solid #303030;
}
.f-top .f-service li {
  float: left;
  margin-right: 22px;
  padding: 32px 0;
}

.f-bottom .inner {
  position: relative;
}
.f-bottom strong {
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}
.f-bottom li {
  color: #666;
}
.f-introduce {
  float: left;
  width: 470px;
}
.f-introduce .f-logo {
  font-weight: 600;
  margin-bottom: 145px;
}
.f-introduce .f-award::before {
  content: "";
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-image: url(/portfolio/uplus/img/f-award-logo.png);
}
.f-introduce .f-award p {
  float: left;
  width: 183px;
  margin-top: 5px;
  color: #666;
}
.f-info {
  float: left;
}
.f-info .f-inquiry {
  float: left;
  width: 320px;
}
.f-info .f-center {
  float: left;
  width: 340px;
}
.f-info .f-inquiry li:first-child,
.f-info .f-center li:first-child {
  margin-bottom: 10px;
}
.f-info .f-sns {
  float: left;
}
.f-info .f-sns li {
  float: left;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.3s;
}
.f-info .f-sns li:hover {
  background-color: #e0b8ff;
}

.f-addr {
  position: absolute;
  left: 0;
  top: 40px;
}
.f-addr li:nth-child(n+2):nth-child(-n+3) {
  display: inline-block;
  margin-right: 20px;
}
/**********
  footer-e
  **********/


/**********
  quick-s
  **********/


/**********
  quick-e
  **********/