@charset "utf-8";

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 100;
  src: url("fonts/NanumSquareL.woff") format('woff');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
  src: url("fonts/NanumSquareR.woff") format('woff');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NanumSquareB.woff") format('woff');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NanumSquareEB.woff") format('woff');
}

@font-face {
  font-family: 'JosefinSans';
  font-style: normal;
  font-weight: 100;
  src: url("fonts/JosefinSans-Light.woff") format('woff');
}

@font-face {
  font-family: 'JosefinSans';
  font-style: normal;
  font-weight: 200;
  src: url("fonts/JosefinSans-Regular.woff") format('woff');
}

@font-face {
  font-family: 'JosefinSans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/JosefinSans-Medium.woff") format('woff');
}

@font-face {
  font-family: 'JosefinSans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/JosefinSans-Bold.woff") format('woff');
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url(fonts/Montserrat-Light.woff) format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url(fonts/Montserrat-Regular.woff) format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Montserrat-Medium.woff) format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Montserrat-Bold.woff) format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/Montserrat-SemiBold.woff) format("woff");
}

@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 100;
    src: url(fonts/Saira-Light.woff) format("woff");
  }

  @font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 200;
    src: url(fonts/Saira-Regular.woff) format("woff");
  }

  @font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Saira-Medium.woff) format("woff");
  }

  @font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Saira-Bold.woff) format("woff");
  }

  @font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 500;
    src: url(fonts/Saira-SemiBold.woff) format("woff");
  }

@font-face {
  font-family: 'Buri';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/Arita-buri-Thin.woff) format('woff');
}

@font-face {
  font-family: 'Buri';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/Arita-buri-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Buri';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Arita-buri-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Buri';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/Arita-buri-ExtraBold.woff) format('woff');
}

* {
  font-family: "JosefinSans", 'NanumSquare';
  word-break: keep-all;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

li,
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  display: block;
  content: '';
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* input style */
input {
  background-image: none;
}

button {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=email],
input[type=password],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}

/*select*/
select {
  font-family: 'NanumSquare';
  font-size: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/common/select_arrow.png");
  background-repeat: no-repeat;
  background-position: 93% 50%;
  background-size: 10px;
  background-color: #fff;
  border: none;
  width: 100%;
}

/*select IE10,11의 네이티브 화살표 숨기기*/
select::-ms-expand {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: block;
  content: '';
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* animation */
.animation {
  transition: all 1s ease;
}

.scale {
  transform: scale(0.8);
}

.scale.active {
  transform: scale(1);
}

.opacity {
  opacity: 0;
}

.opacity.active {
  opacity: 1;
}

.left_right {
  transform: translateX(-50px);
}

.left_right.active {
  transform: translateX(0px);
}

.right_left {
  transform: translateX(50px);
}

.right_left.active {
  transform: translateX(0px);
}

.top_bottom {
  transform: translateY(-50px);
}

.top_bottom.active {
  transform: translateY(0px);
}

.bottom_top {
  transform: translateY(100px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
}

.bottom_top.active {
  transform: translateY(0px);
  opacity: 1;
}

.width {
  width: 0;
  transition: width 1s ease;
}

.delay3 {
  transition-delay: .3s;
}

.delay6 {
  transition-delay: .6s;
}

.delay9 {
  transition-delay: 0.9s;
}

.delay12 {
  transition-delay: 1.2s;
}

.delay15 {
  transition-delay: 1.5s;
}

/* sc_event */
.animation {
  transition: all 1s ease;
}

.scale {
  transform: scale(0.8);
}

.scale.sc-event {
  transform: scale(1);
}

.opacity {
  opacity: 0;
}

.opacity.sc-event {
  opacity: 1;
}

.left_right {
  transform: translateX(-50px);
}

.left_right.sc-event {
  transform: translateX(0px);
}

.right_left {
  transform: translateX(50px);
}

.right_left.sc-event {
  transform: translateX(0px);
}

.top_bottom {
  transform: translateY(-50px);
}

.top_bottom.sc-event {
  transform: translateY(0px);
}

.bottom_top {
  transform: translateY(50px);
}

.bottom_top.sc-event {
  transform: translateY(0px);
}

@keyframes scale {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes reveal {
  0% {
    -webkit-mask-position: 100%;
    opacity: 0;
  }

  100% {
    -webkit-mask-position: 0;
    opacity: 1;
  }
}

body {
  background: #fbfaf7;
  overflow-x: hidden;
}

body.active {
  overflow: hidden;
}

body.open_menu {
  overflow: hidden
}

.web {
  display: inline-block;
}

.mobile {
  display: none;
}

/*header*/
header {
  background: #fbfaf7;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 10;
  transition: height .3s ease;
}

header>.wrapper {
  z-index: 3;
  width: 100%;
  max-width: 1760px;
  height: 100px;
  position: relative;
  background: transparent;
  margin: 0 auto;
  padding: 0 140px;
  transition: background .3s ease, height .3s ease;
  /* border: 1px solid black; */
  box-sizing: border-box;
  text-align: center;
}

header>.wrapper>div {
  /* position: absolute; */
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

header .sns {
  float: left;
  margin-top: 35px;
}

header .sns li {
  display: inline-block;
  margin-right: 30px;
}

header .sns li:last-child {
    vertical-align: -3.5px;
    margin-left: 0px;
    position: relative;
    left: 3px;
}

header .sns li>a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1px;
  cursor: pointer;
  z-index: 1;
}

header .logo {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
}

header .logo>a {
  padding: 36px 79px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  box-sizing: border-box;
  background: #222;
  height: 88px;
  display: inline-block;
  vertical-align: top;
}

header .logo>a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .nav_wrap {
  margin-top: 38px;
  position: absolute;
  right: 150px;
}

header .nav_wrap nav {
  display: inline-block;
  margin-right: 45px;
}

header .nav_wrap nav>ul>li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 40px;
  color: #fff;
  font-size: 15px;
}

header .nav_wrap nav>ul>li:last-child {
  margin-right: 0;
}

header .nav_wrap nav>ul>li:after {
  position: absolute;
  clear: both;
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #00afb5;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: height 0.3s;
  -webkit-transition: height 0.3s;
}

header .nav_wrap nav>ul>li:hover {
  padding-bottom: 100px;
}

header .nav_wrap nav>ul>li:hover:after {
  height: 35px;
}

header .depth2 {
  position: absolute;
  background: #fff;
  min-width: 190px;
  top: 60px;
  padding: 30px 25px;
  box-sizing: border-box;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

header .nav_wrap nav>ul>li:hover .depth2 {
  display: block;
}

header .depth2 a {
  position: relative;
  font-size: 16px;
  color: #000;
}

header .depth2>li:hover>a:after,
header .depth2>li.active>a:after {
  opacity: 1;
}

header .depth2 a:after {
  display: inline-block;
  content: "";
  clear: both;
  width: 2px;
  height: 2px;
  border-width: 2px;
  border-color: #00afb5;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -12px;
  opacity: 0;
  transition: all 0.3s ease;
}

header .depth2 li {
  margin-bottom: 15px;
}

header .depth2 li:last-child {
  margin-bottom: 0;
}

header .nav_wrap nav>ul>li.active span {
  color: #00afb5;
}

header .nav_wrap nav>ul>li.active ul li.active a {
  color: #00afb5;
}

/* side menu and hambugur */
#menu {
  z-index: 2;
}

.menu_top_logo {
  position: absolute;
  right: 322px;
  top: 30px;
  z-index: 1111;
}

.menu_bg {
  left: 0 !important;
  bottom: 0 !important;
}

.nav_bottom_text {
  z-index: 2;
  position: absolute;
  right: 25px;
  bottom: 40px;
}

.nav_bottom_text p {
  letter-spacing: 0.2em;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  box-sizing: border-box;
  width: 32px;
  padding: 14px 0 13px 0;
  line-height: 33px;
  text-align: center;
  color: #fff;
  background: #d00303;
  writing-mode: vertical-rl;
}

#menu>li {
  display: block;
  padding-left: 72px;
  margin-right: 221px;
  cursor: pointer;
}

#menu>li>a:before {
  -webkit-transition: 300ms;
  transition: 300ms;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 17px;
  top: 2px;
  margin-top: -1.5px;
  background: #03969b;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#menu>li:hover a:before {
  opacity: 1;
  transform: scale(1);
}

#menu>li>a>span {
  font-size: 29px;
  color: #222;
  font-family: 'Buri';
  font-weight: 200;
  letter-spacing: -0.025em;
}

#menu>li:hover>a>span {
  -webkit-transition: 300ms;
  transition: color 300ms;
  color: #03969b;
}

#menu>li>ul>li:hover>a>span:after {
  opacity: 1;
  width: 100%;
}

#menu>li>ul>li>a>span {
  font-size: 14px;
  color: #222;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
}

#menu>li>ul>li:hover>a>span {
  color: #03969b;
}

#menu>li.active>a:before {
  opacity: 1;
  transform: scale(1);
}

#menu>li.active>a>span {
  color: #00afb5;
}

#menu>li>ul>li.active>a>span {
  color: #00afb5;
}

.sub-menu li.active>a {
  color: #00afb5 !important;
}

.sub-menu li.active>a span {
  color: #00afb5 !important;
}

.menu_btn_line {
  background: #fff;
}

.open_menu .menu_btn_line {
  background: #000;
}

.top_btn {
  position: absolute;
  top: -60px;
  right: 0;
  cursor: pointer;
  z-index: 9999;
}

#menu>li>ul>li.menu_first_item {
  display: block;
}

/* footer */
footer .inner {
  width: 1480px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

footer {
  background: #222222;
}

footer .agree_line {
  display: block;
  width: 100%;
  padding-top: 50px;
  border-bottom: 1px solid #dadbd6;
  padding-bottom: 25px;
}

footer .agree_line span {
  font-size: 16px;
  color: #888888;
  letter-spacing: -0.025em;
  display: inline-block;
  vertical-align: top;
}

footer .agree_line span:nth-child(2) {
  width: 1px;
  height: 16px;
  background: #dadbd6;
  margin: 0 21px;
}

footer .text_box {
  width: 100%;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 45px;
}

footer .text_box .left_text {
  float: left;
}

footer .text_box .right_text {
  float: right;
}

footer .text_box {
  font-size: 16px;
  color: #888888;
  letter-spacing: -0.025em;
  font-weight: 200;
}

footer .text_box p {
  margin-top: 10px;
  line-height: 1.5;
}

footer .text_box .left_text p:nth-child(2) {
  margin-top: 15px;
}

footer .text_box .left_text p:nth-child(4) {
  margin-top: 20px;
}

footer .text_box .left_text p:nth-child(5) a {
  opacity: 0.5;
}

footer .text_box .right_text {
  margin-top: 30px;
}

footer .text_box .right_text p:nth-child(1) {
  margin-top: 0;
}

footer .text_box .right_text span {
  display: inline-block;
  vertical-align: top;
}

footer .text_box .right_text span:nth-child(2) {
  margin-top: 15px;
}

footer .text_box .right_text span:nth-child(2) a {
  font-size: 36px;
  color: #00afb5;
}

footer .text_box .right_text p:nth-child(3) {
  margin-top: 20px;
}

footer .cf {
color: #fff;
font-size: 35px;
font-weight: 400;
}

/* privacy */
section.privacy {
  margin-bottom: 100px;
}

section.privacy .divTable {
  border-bottom: 0;
}

section.privacy p.title3_des {
  padding-top: 60px;
  vertical-align: top;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.05em;
  font-weight: 300;
  color: rgba(0, 0, 0, .75);
  display: inline-block;
}

section.privacy p.title3_des.type2 {
  padding-top: 20px;
  padding-bottom: 30px;
}

section.privacy p.title3_des.type2.addtype1 {
  padding-bottom: 250px;
}

section.privacy h5.title3 {
  padding-right: 20%;
  word-break: keep-all;
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.divTable {
  display: table;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.85);
}

.type2 .divTable.add_type3 {
  border-bottom: 0px;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.divTableCell:first-child {
  width: 40%;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 28px;
  color: #03969b;
  font-weight: 300;
  padding-left: 50px;
  padding-right: 8%;
  position: relative;
}

.divTable.type2 .divTableCell:first-child {
  width: 30%;
}

.divTable.type3 .divTableCell:first-child {
  width: 50%;
}

.divTable.type2.add_type3 .divTableCell:first-child {
  width: 25%;
}

.divTable.type2.add_type3 .divTableCell {
  padding: 30px 10px;
  padding-left: 50px;
}

.divTableCell:first-child>span {
  color: #222;
  font-size: 18px;
  position: absolute;
  left: 0px;
  font-weight: 700;
}

.divTable.type2 .divTableCell:first-child>span {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 28px;
  color: #03969b;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

.divTable.type3 .divTableCell:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.divTable.type3 .divTableCell:first-child,
.divTable.type3 .divTableCell:last-child {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 28px;
  color: #03969b;
  font-weight: 300;
  letter-spacing: -0.05em;
  padding: 50px 60px 50px 140px;
  position: relative;
}

.divTable.type3 .divTableCell:first-child>span,
.divTable.type3 .divTableCell:last-child>span {
  color: #222;
  font-size: 22px;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -40px;
  font-weight: 700;
}

.divTable.type3 .divTableCell:first-child>span::before,
.divTable.type3 .divTableCell:last-child>span::before {
  content: "";
  display: block;
  color: #222;
  font-size: 18px;
  width: 99px;
  height: 99px;
  border: 1px dashed #03969b;
  border-radius: 50%;
  opacity: 0.5;
  text-align: center;
  position: absolute;
  left: -11px;
  top: -11px;
  font-weight: 700;
}

.divTable.type3 .divTableCell::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url('../images/sub/privacy_check.png') center center no-repeat rgba(0, 0, 0, 0.2);
}

.divTable.type2 .divTableCell:first-child>span>i {
  font-style: normal;
  display: block;
  font-size: 16px;
}

.divTable.type2 .divTableCell:first-child>span::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #03969b;
  border-radius: 50%;
  margin-left: -12px;
  top: 0px;
}

.divTableCell,
.divTableHead {
  word-break: keep-all;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 24px;
  letter-spacing: -0.03em;
  font-weight: 300;
  display: table-cell;
  padding: 40px 10px;
  font-size: 16px;
  width: 100vw;
}

.divTableCell.border_bottom0 {
  padding: 40px 0px 30px 40px;
  border-bottom: 0px;
}

.divTableCell ul li {
  padding: 3px 0px;
  padding-left: 13px;
  position: relative;
}

.divTableCell ul li::after {
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 10px;
  left: 0px;
  border: 2px solid rgba(0, 0, 0, 0.65);
  border-radius: 50%;
}

.divTableCell ul li ul {
  padding: 0px 0px 5px 0px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.divTableCell ul li ul li {
  line-height: 20px;
  padding: 3px 0px;
  padding-left: 15px;
  font-size: 14px;
  margin-left: 3px;
  position: relative;
}

.divTableCell ul li ul li.des {
  font-weight: 500;
  font-size: 15px;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
}

.divTableCell ul li ul li::after {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  top: 12px;
  left: 1px;
  border-radius: 0px;
  border: 0px;
  background: rgba(0, 0, 0, 0.4);
}

.divTableCell ul li ul li.des:after {
  display: none;
}

.divTableCell label.ul_label {
  display: block;
  padding-top: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: -0.05em;
  font-size: 17px;
  color: #000;
}

.welcome {
  position: absolute;
  min-width: 174px;
  right: 194px;
  top: 9px;
  color: #fff;
  font-size: 15px;
}

.welcome a {
  font-size: 15px;
  cursor: pointer;
}

.wel_wrap {
  position: relative;
  margin-top: 10px;
  background: #00afb5;
  padding: 9px 25px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  border-radius: 3%;
  z-index: 1;
  display: none;
}

.wel_wrap.active {
  display: block;
}

.welcome ul a {
  position: relative;
  font-size: 16px;
  font-weight: 200;
  padding-left: 17px;
  cursor: pointer;
}

.welcome ul a:after {
  display: inline-block;
  content: "";
  clear: both;
  position: absolute;
  top: 6px;
  left: 0;
  background: #fff;
  width: 7px;
  height: 1px;
}

.welcome ul a:hover{
  font-weight: 400;
}
