@charset "utf-8"; 

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

/*컨텐츠 크기 너무 클때 사이즈 조정*/
.wrap-contents .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.globalGnb{display:inline-block;vertical-align:middle;margin-right:10px;}
.globalGnb a{font-family:'Gmarket-Medium';}

@media all and (max-width: 1500px) {
  .wrap-contents .container{padding:0 25px;}
}

@media all and (max-width: 1023px) {
  /*3dep menu none*/ #menuUItop .top_div .ul_1 .li_1 .div_2 .ul_2 .li_2 .div_3 {
	display:block;
  }

  #menuUItop .top_div .ul_1 .li_1 .div_2 .ul_2 .li_2 .div_3 .a_4 {
	display: none;
  }

  #menuUItop .top_div .ul_1 .li_1 .div_2 .ul_2 .li_2 .div_3 .div_4 {
	display: none;
  }
}

.wrap-header-box{
  position:relative;
  z-index:2;
}

.wrap-header .container {
  display: table;
  width: 100%;
}

.wrap-header .head-logo, .wrap-header .head-navi {
  display: table-cell;
  vertical-align: middle;
}

.wrap-header .head-logo {
  width: 280px;
}

.wrap-header .head-logo a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
}

.wrap-header .head-logo img {}

.wrap-header .head-navi .li_1:nth-last-child(1) {
  display: none;
}

.sub .wrap-header img {
  display: inline-block;
}

.wrap-header img {
  display: none;
}

.fp-viewing-0 .wrap-header .w-logo, .fp-viewing-4 .wrap-header .w-logo {
  display: inline-block;
}

.fp-viewing-1 .wrap-header .b-logo, .fp-viewing-2 .wrap-header .b-logo, .fp-viewing-3 .wrap-header .b-logo, .fp-viewing-5 .wrap-header .b-logo {
  display: inline-block;
}

@media all and (max-width: 1600px) {
  .wrap-header .head-logo {
	padding: 0 0 0 0;
  }
}
@media all and (max-width: 1200px) {
  .wrap-header .head-logo img {
	}
}

@media all and (max-width: 1023px) {
  .wrap-header .head-logo {
	padding: 0;
  }
}

@media all and (max-width: 540px) {
  .wrap-header .container {
	padding:0 15px;
  }

  .wrap-header .head-logo img {
	width: 160px;
	}

  .wrap-header .head-logo span {
	color: #333;
	font-size: 21px;
  }

  .wrap-header .head-logo a:after {
	display: none;
  }
}

.wrap-header .head-navi {
  text-align: left;
}

.wrap-header .head-navi .menuUItop {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.wrap-header .head-navi .ul_1{
}

.wrap-header .head-navi .li_1 {
  display: inline-block;
  position: relative;
}

.wrap-header .head-navi .logo-mobile {
  display: none;
}

.wrap-header .head-navi .a_1 {
  display: block;
  padding: 32px 55px;
  font-size: 24px;
  font-family: 'Gmarket-Medium';
}

.wrap-header .head-navi .a_1:hover {
  color: #183d93;
}

.wrap-header .head-navi .a_1 span {
  position: relative;
}

.wrap-header .head-navi .a_1.on span:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  width: 9px;
  height: 9px;
  background: #c42605;
  border-radius: 100%;
  transform: translate(-50%,0)
}

.wrap-header .head-navi .a_1.on span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 4px;
  background: #0c2c67;
}

.wrap-header .head-navi .div_2 {
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  z-index: 100;
  background: rgba(12,44,103,0.95);
  text-align: left;
  transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-header .head-navi .div_2.on {
  max-height: 400px;
}

.wrap-header .head-navi .ul_2 {
  padding: 15px 0;
}

.wrap-header .head-navi .a_2 {
  position: relative;
  display: block;
  color: #fff;
  padding: 8px 15px;
}

.wrap-header .head-navi .a_2 span {
  position: relative;
}

.wrap-header .head-navi .a_2 span:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 0px;
  height: 1px;
  background: #fff;
  transition: all 0.8s;
}

.wrap-header .head-navi .a_2[target=_blank] span:before {
  content: '';
  position: absolute;
  left: 111%;
  top: 6px;
  width: 14px;
  height: 14px;
  background: url(../../images/common/ico_blank_pc.png) no-repeat center center;
}

.wrap-header .head-navi .a_2:hover:after {
  content: '';
  position: absolute;
  right: 10%;
  top: 46%;
  width: 5px;
  height: 7px;
  background: url('../../images/common/arrow-menu.png') no-repeat center center;
}

.wrap-header .head-navi .a_2:hover span:after {
  width: 100%;
}

.wrap-header .head-navi .a_2.on {
  color: #0c2c67
}

.wrap-header .head-navi .div_3 {
  display: none;
}

.wrap-header .head-navi .lang {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  position:relative;
}

.wrap-header .head-navi .lang > ul{
  position:absolute;
  top:35px;
  left:-15px;
  background: rgb(220 220 220 / 75%);
  padding:10px 15px;
  border-radius:5px;
  display:none;
}

.wrap-header .head-navi .lang > ul li{
  text-align:center;
}

.wrap-header .head-navi .lang > ul li a{
  padding:7px 10px;
  display:block;
}

.wrap-header .head-navi .lang > a {
  color: #212121;
  font-family: 'Gmarket-Medium';
  padding-right: 17px;
  padding-bottom: 7px;
  position:relative;
  background-image: url('../../images/common/tri-b.png');
  background-repeat: no-repeat;
  background-position: 100% 5px;
}

.wrap-header .head-navi .lang > a:after {
  content:'';
  width:100%;
  height: 2px;
  background: #212121;
  position:absolute;
  left:0;
  bottom:0;
}

.fp-viewing-0 .wrap-header .head-navi .lang > a,
.fp-viewing-4 .wrap-header .head-navi .lang > a{
  color:#fff;
  background-image: url('../../images/common/tri-w.png');
}

.fp-viewing-0 .globalGnb a,
.fp-viewing-4 .globalGnb a{
  color:#fff;
}

.fp-viewing-0 .wrap-header .head-navi .lang > a:after,
.fp-viewing-4 .wrap-header .head-navi .lang > a:after{
  background: #fff;
}


.wrap-header .head-navi .sitemap {
  display: inline-block;
  vertical-align: middle;
}

.wrap-header .head-navi .sitemap a {
  display: block;
  width: 45px;
  height: 40px;
  text-align: left;
  background: url('../../images/common/ico-sitemap-b.png') no-repeat center center;
  text-indent: -9999px;
}

.wrap-header .btn-mgnb {
  display: none;
}

.wrap-header .btn-mgnb-close {
  display: none;
}

.fp-viewing-0 .head-navi .sitemap a, .fp-viewing-4 .head-navi .sitemap a {
  background: url('../../images/common/ico-sitemap-w.png') no-repeat center center;
}

.wrap-header .head-navi .util{
  float:right;
  padding-top:28px;
}

@media all and (max-width: 1700px) {
  .wrap-header .head-navi .lang{margin-right:25px;}
}

@media all and (min-width: 1921px) {
  .wrap-header .head-navi .a_1 {
	font-size:24px;
  }
}

.main .wrap-header-box {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media all and (min-width: 1200px) {
  .main .wrap-top .login a {
	color:#fff;
	margin-left: 12px;
	padding-left: 15px;
  }

  .main .wrap-top .login a + a {
	background: url('../../images/common/tri-dot.png') no-repeat left 5px;
  }

  .main .wrap-header-box {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
  }

  .main .wrap-top {
	background: rgba(0,0,0,0.25);
	border-bottom: 1px solid #b1b1b1;
  }

  .main .wrap-header .head-navi .a_1 {
	color: #212121;
  }

  .fp-viewing-0.main .wrap-header .head-navi .a_1, .fp-viewing-4.main .wrap-header .head-navi .a_1 {
	color: #fff;
  }

  .sub .wrap-top .login a {
	margin-left: 15px;
	color: #333;
  }
}

@media all and (max-width: 1600px) {
  .wrap-header .head-navi .a_1{
	padding:32px 42px;
  }
}

@media all and (max-width: 1450px) {
  .wrap-header .head-navi .a_1{
	padding:32px 35px;
  }
}

@media all and (max-width: 1350px) {
  .wrap-header .head-navi .a_1{
	padding:32px 25px;
  }
}

@media all and (max-width: 1250px) {
  .wrap-header .head-navi .a_1{
	padding:32px 18px;
	font-size:20px;
  }
  .wrap-header .head-navi .util{
	padding-top:24px;  
  }
  .wrap-header .head-navi .lang > a{
	font-size:16px;
  }	
}

@media all and (max-width: 1100px) {
  .wrap-header .head-navi .a_1{
	padding:32px 15px;
	font-size:19px;
  }
}

@media all and (max-width: 1200px) {
  .wrap-header .head-navi {
	position:fixed;
	top: 0;
	right: -100%;
	z-index: 10000;
	width: 89%;
	max-width: 500px;
	height: calc(100%);
	padding: 0;
	background: #0d57a7;
	opacity: 0;
	transition: right 0.55s cubic-bezier(0.7, 0, 0.3, 1) opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .wrap-header .head-navi.on {
	right: 0;
	opacity: 1;
	transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .wrap-header .head-navi .logo-mobile img{display:block;width: 180px;}

  .wrap-header .head-navi .menuUItop {
	position: relative;
	width: 100%;
	height: 100%;
  }

  .wrap-header .head-navi .logo-mobile {
	display: block;
	padding: 20px 0 20px 20px;
	text-align: left;
	background-color: #fff;
  }

  .wrap-header .head-navi .logo-mobile span {
	display: inline-block;
	font-size: 20px;
	padding: 7px 0 0 20px;
  }

  .wrap-header .head-navi .div_1 {
	padding: 20px 0 0 0;
  }

  .wrap-header .head-navi .li_1 {
	position: static;
	display: block;
	width: 100%;
	padding: 0px;
  }

  .wrap-header .head-navi .a_1 {
	display: block;
	background-image: none;
	line-height: 1.5;
	background-position: right center;
	width: 40%;
	height: auto;
	padding: 15px 0 15px 20px;
	text-align: left;
	font-size: 18px;
	color: #fff;
  }

  .wrap-header .head-navi .a_1:after {
	display: none;
  }

  .wrap-header .head-navi .a_1:hover {
	color: #fff;
  }

  .wrap-header .head-navi .a_1.on span:after {
	display: none;
  }

  .wrap-header .head-navi .a_1.on span:before {
	display: none;
  }

  .wrap-header .head-navi .a_1.on {
	background: #0a2d54;
  }

  .wrap-header .head-navi .ul_2 {
	border: 0;
	padding: 0;
  }

  .wrap-header .head-navi .li_2 {
	display: block;
	border: 0px;
	padding: 0px;
  }

  .wrap-header .head-navi .li_2 .a_2:after {
	display: none;
  }

  .wrap-header .head-navi .a_2 {
	width: 100%;
	padding: 15px 15px 15px 20px;
	border-bottom: 1px solid #d1d1d1;
	margin: 0;
	font-size: 18px;
	color: #666;
  }

  .wrap-header .head-navi .a_2.plus {
	position: relative;
	background: url('../../images/common/arrow_a2.png') no-repeat 90% center
  }

  .wrap-header .head-navi .a_2.plus.on {
	background: url('../../images/common/arrow_a2_hover.png') no-repeat 90% center;
	color: #0c2c67;
	border-bottom: 1px solid #fff;
  }

  .wrap-header .head-navi .a_2[target=_blank] span:before {
	top: 6px;
  }

  .wrap-header .head-navi .div_2 {
	width: 65% !important;
	right: 0px;
	left: auto;
	transition-property: none;
  }

  .wrap-header .head-navi .div_2.on {
	top: 20px;
	max-height: none;
	height: 100%;
	background: #fff;
	transition-property: none;
  }

  .wrap-header .head-navi .div_2 .container {
	padding: 0px;
  }

  .wrap-header .head-navi .ul_3 {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #89a4dc;
  }

  .wrap-header .head-navi .li_3 {
	position: relative;
	margin: 0px;
  }

  .wrap-header .head-navi .a_3 {
	color: #999;
	display: inline-block;
	padding: 4px 0 4px 40px;
	font-size: 14px;
  }

  .wrap-header .head-navi .a_3[target=_blank] {
	position: relative;
  }

  .wrap-header .head-navi .a_3[target=_blank]:before {
	content: '';
	position: absolute;
	left: 110%;
	top: 10px;
	width: 10px;
	height: 10px;
	background: url('../../images/common/ico_blank.png') no-repeat center center;
  }

  .wrap-header .head-navi .a_3:after {
	content: '';
	position: absolute;
	left: 25px;
	top: 13px;
	width: 6px;
	height: 2px;
	background: #808080;
  }

  .wrap-header .head-navi .a_3:hover:after {
	width: 6px;
	background: #018cff;
  }

  .wrap-header .head-navi .a_3:hover {
	color: #c42605;
  }

  .wrap-header .head-navi .a_3._active {
	color: #c42605;
  }

  .wrap-header .head-navi .div_3 {
	display: block;
	overflow: hidden;
	max-height: 0px;
	transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .wrap-header .head-navi .div_3.on {
	max-height: 500px;
	transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .wrap-header .head-navi .title {
	display: none;
  }

  .wrap-header .head-navi .close {
	display: none
  }

  .wrap-header .head-util .btn-share {
	display: none;
  }

  .wrap-header .container > div.black-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.6);
	z-index: 1200;
  }

  .wrap-header .container > div.black-bg.on {
	display: block;
  }

  .wrap-header .btn-mgnb {
	position: relative;
	top: 14px;
	right: 5px;
	float: right;
	display: block;
	background:url('../../images/common/ico-sitemap-w.png') no-repeat center center;
	background-size: 38px;
	width: 38px;
	height: 26px;
  }
  .sub .wrap-header .btn-mgnb {
	background:url('../../images/common/ico-sitemap-b.png') no-repeat center center;
  }

  .wrap-header .container{padding: 20px 25px 25px;}	

  .wrap-header .btn-mgnb button {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
  }

  .wrap-header .btn-mgnb-close.on {
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	width: 45px;
	height: 45px;
	background: url('../../images/common/ic-navi-close.png') no-repeat center center;
  }

  .wrap-header .btn-mgnb-close button {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
  }

  .wrap-top {
	/* display: none; */
  }
}


@media all and (max-width: 767px) {
  .wrap-header .head-navi.on {
	right:0;
  }
}

@media all and (max-width: 540px) {
  .wrap-header .btn-mgnb{
	top:5px;
	right:0
  }
}

.wrap-sub-visual {
  position: relative;
  background: url('../../images/common/sub-visual.jpg') no-repeat top center;
  background-size: cover;
  display: table;
  width: 100%;
}

.wrap-sub-visual:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url('../../images/common/pattern.png');
}

.wrap-sub-visual .wrap-sub-cell {
  display: table-cell;
  height: 295px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.wrap-sub-visual .container {
  position: relative;
  z-index: 1;
}

.wrap-sub-visual .slogan {
  margin: -40px 0 0 0;
}

.wrap-sub-visual .slogan-big {
  font-family: 'Gmarket-Medium';
  position: relative;
  display: inline-block;
  font-size: 46px;
  line-height: 1.2;
}

.wrap-sub-visual .slogan-small {
  font-size: 18px;
  font-family: 'Noto DemiLight';
}

.wrap-sub-visual .page-move {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 100%;
  height: 0px;
}

.wrap-sub-visual .page-move a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 100%;
}

.wrap-sub-visual .page-move a.prev {
  float: left;
  background: url('../../images/common/ico_prev_menu.png') no-repeat left center;
  transition: background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-visual .page-move a:hover.prev {
  background-position: right center;
  transition: background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-visual .page-move a.next {
  float: right;
  background: url('../../images/common/ico_next_menu.png') no-repeat right center;
  transition: background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-visual .page-move a:hover.next {
  background-position: left center;
  transition: background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-visual .page-move a span {
  position: absolute;
}

.wrap-sub-visual .page-move a.prev span {
  position: absolute;
  left: 90%;
  top: 50%;
  opacity: 0;
  margin: 0 0 0 30px;
  white-space: nowrap;
  color: rgba(255,255,255,0.5);
  transform: translate(0,-50%);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-visual .page-move a:hover.prev span {
  opacity: 1;
  left: 100%;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-visual .page-move a.prev span:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 0%;
  height: 1px;
  background: rgba(255,255,255,0.5);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-visual .page-move a:hover.prev span:after {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-visual .page-move a.next span {
  position: absolute;
  right: 90%;
  top: 50%;
  opacity: 0;
  margin: 0 30px 0 0;
  white-space: nowrap;
  color: rgba(255,255,255,0.5);
  transform: translate(0,-50%);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-visual .page-move a:hover.next span {
  opacity: 1;
  right: 100%;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-visual .page-move a.next span:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: -5px;
  width: 0%;
  height: 1px;
  background: rgba(255,255,255,0.5);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-visual .page-move a:hover.next span:after {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

@media all and (max-width: 1023px) {
  .wrap-sub-visual .wrap-sub-cell {
	height:200px;
  }

  .wrap-sub-visual .slogan-big {
	font-size: 40px;
	font-family: 'Noto Medium';
  }

  .wrap-sub-visual .page-move {
	display: none;
  }

  .wrap-sub-visual .slogan {
	margin: 0 0 0 0;
  }
}

@media all and (max-width: 767px) {
  .wrap-sub-visual .wrap-sub-cell {
	height: 200px;
  }

  .wrap-sub-visual .slogan-big {
	font-size: 34px;
	padding: 0px;
	margin: 0px;
  }

  .wrap-sub-visual .slogan-big:after {
	display: none;
  }

  .wrap-sub-visual .slogan-small {
	display: none;
  }
}

.wrap-sub-navi {
  position: relative;
  z-index: 220;
  margin: -35px 0 0 0;
}

.wrap-sub-navi .container {
  position: relative;
  max-width: 1600px;
  height: 70px;
  background: #fff;
}

.wrap-sub-navi .sub-navi > ul > li {
  position: relative;
  float: left;
  padding: 0 30px 0 30px;
}

.wrap-sub-navi .sub-navi > ul > li + li:before{content:'';width:1px;height:30px;background:#e5e5e5;position:absolute;top: 20px;left: 0;}

.wrap-sub-navi .sub-navi > ul > li > a, .wrap-sub-navi .sub-navi > ul > li > .inner > button {
  display: block;
  color: #000;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  font-family: 'Gmarket-Light';
}

.wrap-sub-navi .sub-navi > ul > li > .inner > button {
  font-family: 'Gmarket-Light';
  width: 100%;
  text-align: left;
  padding: 0 90px 0 0;
  background: url('../../images/sub/ico-arrow.png') no-repeat center right;
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  min-width: 290px;
}

.wrap-sub-navi .sub-navi > ul > li#pagetitle2 > .inner > button{
  font-family:'Gmarket-Medium';
  color:#182932;
}

.wrap-sub-navi .sub-navi > ul > li > .inner > button:hover {
  color: #154689;
}

.wrap-sub-navi .sub-navi .home {
  background-image: none;
  padding: 0px;
  min-width: auto;
}

.wrap-sub-navi .sub-navi .home a {
  width: 70px;
  text-indent: -9999px;
  background: url('../../images/sub/ico-home.png') no-repeat center center;
}

.wrap-sub-navi .sub-navi .navUl {
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 100%;
  border: 1px solid #fff;
  width: calc( 100% - 60px );
  margin: 0 0 0 0
}

.wrap-sub-navi .sub-navi .navUl.on {
  overflow: hidden;
  max-height: 10000px;
  opacity: 1;
  background: #fff;
  border: 1px solid #3e454c;
  transition: max-height 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-navi .navUl a {
  display: block;
  padding: 10px 15px;
  color: #333;
  word-break: keep-all;
}

.wrap-sub-navi .sub-navi .navUl a:hover {
  background: #f5f5f5;
}

.wrap-sub-navi .sub-util {
  position: absolute;
  right: 0px;
  top: 0px;
}

.wrap-sub-navi .sub-util > ul > li {
  float: left;
  position: relative;
}

.wrap-sub-navi .sub-util > ul > li > button {
  width: 70px;
  height: 70px;
  text-indent: -9999px;
}

.wrap-sub-navi .sub-util .sub-favo {
  background: url('../../images/common/ico_favo.png') no-repeat center center;
  transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-util .sub-favo.on {
  background: url('../../images/common/ico_favo_ov.png') no-repeat center center;
}

.wrap-sub-navi .sub-util .sub-favo:hover {
  background-color: #f59616;
  transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-util .sub-share {
  background: url('../../images/common/ico_sns.png') no-repeat center center;
  transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-util .sub-share:hover.wrap-sub-navi .sub-util .box-sub-share {
  transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-util .sub-print {
  background: url('../../images/common/ico_print.png') no-repeat center center;
  transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-util .sub-print:hover {
  transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-util .box-sub-favo {
  opacity: 0;
  overflow: hidden;
  max-height: 0px;
  position: absolute;
  border: 1px solid #3e454c;
  left: 0px;
  top: 100%;
  width: 210px;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-util .box-sub-favo.on {
  opacity: 1;
  max-height: 1000px;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-util .box-sub-favo > strong {
  display: block;
  font-family: 'Noto Medium';
  font-size: 18px;
  padding: 10px 20px;
  border-bottom: 1px solid #d6d6d6;
}

.wrap-sub-navi .sub-util .box-sub-favo ul li {
  padding: 10px 20px;
}

.wrap-sub-navi .sub-util .box-sub-favo ul li:hover {
  background: #f5f5f5;
}

.wrap-sub-navi .sub-util .box-sub-favo ul li a span {
  display: none;
}

.wrap-sub-navi .sub-util .box-sub-favo .close {
  text-indent: -9999px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 47px;
  height: 47px;
  background: url('../../images/common/btn_favo_close.png') no-repeat center center;
}

.wrap-sub-navi .sub-util .box-sub-favo .close:hover {
  transform: rotate( 180deg );
  transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-util .box-sub-favo .del {
  width: 17px;
  height: 17px;
  margin: 0 0 0 10px;
  background: url('../../images/common/btn_favo_del.png') no-repeat center center;
  text-indent: -9999px;
}

.wrap-sub-navi .sub-util .box-sub-favo .control {
  text-align: center;
  padding: 15px 0;
}

.wrap-sub-navi .sub-util .box-sub-favo .control button {
  display: inline-block;
  display: inline-block;
  padding: 5px 20px;
  color: #FFF;
  font-size: 12px;
  border-radius: 40px;
}

.wrap-sub-navi .sub-util .box-sub-favo .control button.add {
  background: #0067c3;
}

.wrap-sub-navi .sub-util .box-sub-favo .control button.reset {
  background: #707070;
}

.wrap-sub-navi .sub-util .box-sub-share {
  opacity: 0;
  overflow: hidden;
  max-height: 0px;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-util .box-sub-share.on {
  opacity: 1;
  max-height: 1000px;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-sub-navi .sub-util .box-sub-share .close {
  width: 100%;
  height: 70px;
  text-indent: -9999px;
  background: #183d92 url('../../images/common/btn_share_close.png') no-repeat center center;
  box-shadow: inset 11px 0px 17px -10px rgba(0,0,0,0.4)
}

.wrap-sub-navi .sub-util .box-sub-share ul {
  border: 1px solid #3e454c;
  background: #fff;
  padding: 5px 0;
}

.wrap-sub-navi .sub-util .box-sub-share ul button {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
}

.wrap-sub-navi .sub-util .box-sub-share ul button:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 30px;
  height: 1px;
  background: #e5e5e5;
  transform: translate(-50%,0);
}

.wrap-sub-navi .sub-util .box-sub-share ul li:last-child button:after {
  display: none;
}

.wrap-sub-navi .sub-util .box-sub-share .fb {
  background: url('../../images/common/ico_sns_fb.png') no-repeat center center;
}

.wrap-sub-navi .sub-util .box-sub-share .tw {
  background: url('../../images/common/ico_sns_tw.png') no-repeat center center;
}

.wrap-sub-navi .sub-util .box-sub-share .pin {
  background: url('../../images/common/ico_sns_pin.png') no-repeat center center;
}

.wrap-sub-navi .sub-util .box-sub-share .insta {
  background: url('../../images/common/ico_sns_insta.png') no-repeat center center;
}

.wrap-sub-navi .sub-util .box-sub-share .kakao {
  background: url('../../images/common/ico_sns_kakao.png') no-repeat center center;
}

.wrap-sub-navi .sub-util .box-sub-share .addr {
  background: url('../../images/common/ico_sns_addr.png') no-repeat center center;
}

@media all and (max-width: 1600px) {
  .wrap-sub-navi{
	padding:0 25px; 
  }
}

@media all and (max-width: 1023px) {
  .wrap-sub-navi {
	display:none;
  }
}

.wrap-contents .con-rating {
  margin: 90px 0 0 0;
}

.wrap-contents .con-rating .info {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.wrap-contents .con-rating .people {
  float: left;
  color: #666;
  padding: 22px 0 22px 60px;
  background: url('../../images/common/ico_people.png') no-repeat 20px center;
}

.wrap-contents .con-rating .mody-time {
  float: right;
  color: #666;
  padding: 25px 0 25px 0;
}

.wrap-contents .con-rating .vote {
  display: table;
  width: 100%;
  background: #fbfbfb;
  padding: 25px 30px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.wrap-contents .con-rating .question, .wrap-contents .con-rating .radio, .wrap-contents .con-rating .comment {
  display: table-cell;
  vertical-align: middle;
}

.wrap-contents .con-rating .question {
  width: 37%;
  padding: 0 0 0 30px;
  background: url('../../images/common/ico_question.png') no-repeat 0px 4px;
  color: #3f3f3f;
}

.wrap-contents .con-rating .radio {
  width: 40%;
  font-size: 14px;
}

.wrap-contents .con-rating .radio > div {
  float: left;
  padding: 0 4% 0 0;
}

.wrap-contents .con-rating .radio input:checked + label {
  color: #ff4200;
}

.wrap-contents .con-rating .radio input {
  position: relative;
  top: 2px;
}

.wrap-contents .con-rating .comment input, .wrap-contents .con-rating .comment button {
  float: left;
}

.wrap-contents .con-rating .comment input {
  width: 78%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #b1b1b1;
}

.wrap-contents .con-rating .comment button {
  width: 20%;
  margin: 0 0 0 2%;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background: #0178dd;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 1250px) {
  .wrap-contents .con-rating .question, .wrap-contents .con-rating .radio, .wrap-contents .con-rating .comment {
	display:inline-block;
	width: 100%;
  }

  .wrap-contents .con-rating .question {
	margin: 0 0 20px 0;
  }

  .wrap-contents .con-rating .radio {
	width: 68%;
  }

  .wrap-contents .con-rating .comment {
	width: 30%;
  }

  .wrap-contents .con-rating .comment input {
	width: 68%;
  }

  .wrap-contents .con-rating .comment button {
	width: 30%;
  }
}

@media all and (max-width: 655px) {
  .wrap-contents .con-rating .radio {
	width:100%;
	margin: 0 0 15px 0;
  }

  .wrap-contents .con-rating .comment {
	width: 100%;
  }

  .wrap-contents .con-rating .question {
	margin: 0 0 10px 0;
  }
}

@media all and (max-width: 555px) {
  .wrap-contents .con-rating .people, .wrap-contents .con-rating .mody-time {
	width:100%;
	float: none;
  }

  .wrap-contents .con-rating .people {
	padding: 0 0 0 60px;
	background-image: none;
  }

  .wrap-contents .con-rating .mody-time {
	padding: 0 0 0 60px;
  }

  .wrap-contents .con-rating .info {
	padding: 20px 0;
	background: url(../../images/common/ico_people.png) no-repeat 20px center;
  }

  .wrap-contents .con-rating .radio > div {
	padding: 0 4% 2% 0;
  }
}

.main .wrap-footer {
  margin: 0px;
}

.wrap-footer {
  background: #343539;
  text-align: left;
  color: #fff;
  margin: 70px 0 0 0;
  overflow: hidden;
}

.wrap-footer .footer_bottom {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #494a4d;
}

.wrap-footer .footer_link {
  float: left;
  padding: 4px 0 0 0;
}

.wrap-footer .footer_link a {
  position: relative;
  padding: 0 18px 0 0;
  margin: 0 15px 0 0;
  color: #fff;
  font-family: 'Noto Light';
  display: inline-block;
  vertical-align: middle;
}

.wrap-footer .footer_link a.private {
  position: relative;
  color: #069edb;
}

.wrap-footer .footer_link a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  width: 3px;
  height: 10px;
  background: url('../../images/common/dot-footer.png') no-repeat center center;
}

.wrap-footer .footer_link a:last-child::after {
  display: none;
}

.wrap-footer .footer_sns {
  float: right;
}

.footer_sns li {
  padding-left: 0 !important;
  background: none !important;
}

.wrap-footer .footer_sns li {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.wrap-footer .footer_sns li button {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../images/common/icon-sns-footer.png') no-repeat;
  text-indent: -99999px;
}

.wrap-footer .footer_sns li.facebook button {
  background-position: 0 0;
}

.wrap-footer .footer_sns li.instagram button {
  background-position: -1px -40px;
}

.wrap-footer .footer_sns li.youtube button {
  background-position: 0 -80px;
}

.wrap-footer .footer_sns li.blog button {
  background-position: 0 -120px;
}

.wrap-footer .footer_info {
  overflow: hidden;
  /* padding: 40px 0; */
  padding: 30px 0;
}

.wrap-footer .footer_info .left {float: left;} /*20240718 추가*/
.wrap-footer .footer_info .right {float: right;} /*20240718 추가*/

.footer_logo{
  /* display:inline-block; */
  display:block;
  vertical-align:top;
}

.footer_logo > img{
  width:80px;
}

.footer_address{
  display:inline-block;
  vertical-align:top;
}

.wrap-footer .footer_address {
  font-family: 'Noto Light';
  font-size: 17px;
  color: #b1b1b1;
  /* padding-left: 40px; */
  padding-top: 8px;
}

.wrap-footer .footer_address ul li{
  color:#fff;
  font-family:'Gmarket-Light';
  display:inline-block;
  vertical-align:top;
  margin-top: 0;
}

.wrap-footer .footer_address ul li + li{
  margin-left:10px;padding-left:10px;
  position:relative;
}
.wrap-footer .footer_address ul li + li:before{
  content:'';
  background:#fff;
  position:absolute;
  top:5px;left:0;
  width:1px;
  height:10px;
}

.wrap-footer .footer_address p{
  color:#606060;
  margin-top: 5px;
}

.wrap-footer .footer_address strong {
  font-size: 17px;
}

.wrap-footer .footer-link{
  display:inline-block;
  vertical-align:top;
  /* float:right; */
  /* padding-top: 5px; */
}

.wrap-footer .footer-link ul li{
  display:inline-block;
  vertical-align:top;
  padding: 0 20px;
  margin: 0;
  position:relative;
}

.wrap-footer .footer-link ul li + li:before{
  content:'';
  width:1px;
  height:8px;
  background:#fff;
  position:absolute;
  top: 5px;
  left: -1px;
}

.wrap-footer .footer-link ul li a{
  color:#fff;
  transition: all ease .5s;
}

.wrap-footer .footer-link ul li a:hover{
  color:#2d96d3;
}

.wrap-footer .familysite input[type="submit"] {
  cursor: pointer;
  width: 75px;
  height: 50px;
  text-indent: -9999px;
  background: #606060 url('../../images/common/familysite_arrow.png') no-repeat center center;
  border: 0;
  margin: 0 0 0 -3px;
  display: inline-block;
  vertical-align: top;
}

@media all and (min-width: 1921px) {
  .wrap-footer {
	font-size:16px;
  }
}

@media all and (max-width: 1500px) {
  .wrap-footer .footer-link {
	/* float:inherit; */
	margin-top:20px;
	/* margin-left:210px; */
  }
  /* 20240718 추가 ~start */
  .wrap-footer .footer_info {padding: 40px 20px;}
  .wrap-footer .footer_info .left,
  .wrap-footer .footer_info .right {float:inherit;}
  .wrap-footer{text-align:center;}	
  .footer_logo{text-align:center;}
  /* 20240718 추가 ~end */
}

@media all and (max-width: 820px) {
  .footer_logo{margin-bottom:20px;}
  .wrap-footer .footer_address{padding:0;margin-top:10px;}	
  .wrap-footer .footer-link{margin-left:0;}	
  .footer_logo > img{width:40px;}
}

/* 
@media all and (max-width: 820px) {
  .wrap-footer{text-align:center;}	
  .footer_logo{display:block;text-align:center;margin-bottom:20px;}
  .wrap-footer .footer_address{padding:0;margin-top:10px;}	
  .wrap-footer .footer-link{margin-left:0;}	
  .footer_logo > img{width:40px;}
}
*/

/*sub layout*/
.wrap-contents .subject{
  margin-bottom:50px;
}
.wrap-contents .subject h2.on {
  font-size: 46px;
  text-align: center;
  padding: 70px 0 50px;
  font-family: 'Gmarket-Bold';
  color: #2b2b2b;
  position:relative;
}

.wrap-contents .subject h2.on:after{content:'';width:50px;height:3px;background:#2b2b2b;position:absolute;bottom:30px;left:50%;margin-left:-25px;}

/*4depth css*/
.wrap-contents .tab .tab_div {
  margin: 0 0 40px 0;
}

.wrap-contents .tab .div_3 > ul {
  display: inline-block;
  width: 100%;
  border: 2px solid #d6d6d6
}

.wrap-contents .tab .div_3 > ul > li {
  float: left;
  width: 25%;
  text-align: center;
}

.wrap-contents .tab .div_3 > ul > li > a:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  width: 2px;
  height: 15px;
  background: #d6d6d6;
  transform: translate(0, -50%);
}

.wrap-contents .tab .div_3 > ul > li:last-child a:after {
  display: none;
}

.wrap-contents .tab .div_3 > ul > li > a:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #d6d6d6;
  z-index: 1;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-contents .tab .div_3 > ul > li > a:hover:before, .wrap-contents .tab .div_3 > ul > li._on > a:before, .wrap-contents .tab .div_3 > ul > li._active > a:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background: #183d93;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-contents .tab .div_3 > ul > li > a {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  color: #888;
  position: relative;
}

.wrap-contents .tab .div_3 > ul > li > a:hover, .wrap-contents .tab ul li._on a, .wrap-contents .tab .div_3 > ul > li._active > a {
  color: #183d93;
  font-family: 'Noto Medium';
}

/**.wrap-contents .tab .div_3 > ul li a:hover:after, .wrap-contents .tab ul li._on a:after, .wrap-contents .tab ul li._active a:after {content:''; position:absolute; left:50%; top:-7px; z-index:200; width:12px; height:12px; border-radius:100%; background:#5da61d; transform:translate(-50%,0);}**/
.wrap-contents .tab .tab_div > a {
  display: none;
}

#menuUItab > .tab_div .div_4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
}

#menuUItab > .tab_div .div_4 > ul {
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  display: block;
  width: 100%;
  font-size: 0;
  background: #fff;
}

#menuUItab > .tab_div .div_4 > ul > li {
  display: inline-block;
  text-align: center;
  margin-bottom: 3px;
  width: auto !important;
}

#menuUItab > .tab_div .div_4 > ul > li + li {
  position: relative;
}

#menuUItab > .tab_div .div_4 > ul > li + li:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background: #cfcfcf;
}

#menuUItab > .tab_div .div_4 > ul > li > a {
  padding: 15px 30px;
  text-align: center;
  border: 0;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  font-size: 16px;
}

#menuUItab > .tab_div .div_4 > ul > li._active > a, #menuUItab > .tab_div .div_4 > ul > li._on > a, #menuUItab > .tab_div .div_4 > ul > li > a:hover {
  color: #1d3138;
  font-family: 'Noto Regular';
  position: relative;
  z-index: 1;
}

#menuUItab > .tab_div .div_4 > ul > li._active > a:before, #menuUItab > .tab_div .div_4 > ul > li._on > a:before, #menuUItab > .tab_div .div_4 > ul > li > a:hover:before {
  content: '';
  width: 25px;
  height: 25px;
  background: #cee0f6;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -35px;
  z-index: -1;
}

@media all and (max-width: 860px) {
  .wrap-contents .tab ul li {
	width:33.333% !important;
  }
}

@media all and (max-width: 680px) {
  .wrap-contents .subject h2.on{
	font-size:26px;
  }
  .wrap-contents .tab .tab_div {
	position:relative;
	margin: 0 0 30px 0;
  }

  .wrap-contents .tab .tab_div > a {
	font-family: 'Noto Medium';
	display: block;
	background: url('../../images/common/arrow_tab4.jpg') no-repeat right center;
	width: 100%;
	font-size: 18px;
	height: 55px;
	line-height: 50px;
	padding: 0 0 0 20px;
	color: #183d93;
	border: 2px solid #183d93;
  }

  .wrap-contents .tab .tab_div > a.open {
	background: url('../../images/common/arrow_tab4_over.jpg') no-repeat right center;
  }

  .wrap-contents .tab .div_3 > ul {
	opacity: 0;
	max-height: 0px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 75px;
	z-index: 110;
	transition: max-height, opacity 0s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .wrap-contents .tab .div_3 > ul.open {
	opacity: 1;
	max-height: 1000px;
	transition: max-height, opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .wrap-contents .tab .div_3 > ul > li {
	width: 100% !important;
  }

  .wrap-contents .tab .div_3 > ul > li {
	text-align: left;
  }

  .wrap-contents .tab .div_3 > ul > li > a {
	background: #fff;
	padding: 0 0 0 15px;
	height: 55px;
	line-height: 55px;
  }

  .wrap-contents .tab .div_3 > ul > li > a:hover:after {
	display: none;
  }

  #menuUItab > .tab_div .div_4 {
	position: initial;
  }

  #menuUItab > .tab_div .div_4 > ul {
	padding: 15px 0;
  }

  #menuUItab > .tab_div .div_4 > ul > li {
	width: 100% !important;
	display: block;
  }

  #menuUItab > .tab_div .div_4 > ul > li > a {
	padding: 5px 5px 5px 12px;
	text-align: left;
  }

  .wrap-contents .tab .tab_div > a.a_4 {
	display: none;
  }

  #menuUItab > .tab_div .div_4 > ul > li._active > a:before, #menuUItab > .tab_div .div_4 > ul > li._on > a:before, #menuUItab > .tab_div .div_4 > ul > li > a:hover:before, #menuUItab > .tab_div .div_4 > ul > li + li:after {
	display: none;
  }
}

.wrap-contents .tab2 > ul {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.wrap-contents .tab2 > ul:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 24px;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #929db5;
}

.wrap-contents .tab2 > ul:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #929db5;
}

.wrap-contents .tab2 > ul > li {
  float: left;
  margin: 0 10px 10px 0;
}

.wrap-contents .tab2 > ul > li > a {
  font-family: 'Noto DemiLight';
  display: block;
  font-size: 16px;
  color: #3b4763;
  padding: 10px 25px;
  border-radius: 100px;
  border: 1px solid #929db5;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-contents .tab2 > ul > li:hover > a, .wrap-contents .tab2 > ul > li._on > a {
  font-family: 'Noto DemiLight';
  background: #018cff;
  border: 1px solid #018cff;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.wrap-contents .tab2 > a {
  display: none;
}

@media all and (max-width: 680px) {
  .wrap-contents .tab2 {
	position:relative;
  }

  .wrap-contents .tab2 > a {
	font-family: 'Noto Medium';
	display: block;
	background: #018cff url('../../images/common/arrow_tab5.jpg') no-repeat right center;
	width: 100%;
	font-size: 18px;
	height: 55px;
	line-height: 55px;
	padding: 0 0 0 20px;
	color: #fff;
  }

  .wrap-contents .tab2 > a.open {
	background: #018cff url('../../images/common/arrow_tab5_over.jpg') no-repeat right center;
  }

  .wrap-contents .tab2 ul {
	opacity: 0;
	max-height: 0px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 75px;
	z-index: 100;
	transition: max-height, opacity 0s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .wrap-contents .tab2 ul.open {
	opacity: 1;
	max-height: 1000px;
	transition: max-height, opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .wrap-contents .tab2 > ul {
	border-top: 1px solid #929db5;
  }

  .wrap-contents .tab2 > ul > li > a {
	border-radius: 0px;
  }

  .wrap-contents .tab2 ul li {
	width: 100% !important;
	margin: -1px 0 0 0;
  }

  .wrap-contents .tab2 ul li {
	text-align: left;
  }

  .wrap-contents .tab2 ul li a {
	background: #fff;
	padding: 0 0 0 15px;
	height: 55px;
	line-height: 55px;
  }

  .wrap-contents .tab2 ul li a:hover:after, .wrap-contents .tab ul li._on a:after, .wrap-contents .tab ul li._active a:after {
	display: none;
  }
}

/*4depth css 끝*/
/**22.08.25**/
.login-mobile {
  display: none;
  text-align: center;
}

.login-mobile a {
  display: inline-block;
  float: left;
  padding: 5px 0;
  color: #fff;
  padding: 8px 15px;
  font-size: 13px;
  position: relative;
}

.login-mobile a + a:before {
  content: '';
  width: 1px;
  height: 6px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 15px;
  left: 0;
}

@media all and (max-width: 1000px) {
  .login-mobile {
	display:block;
  }

  .wrap-header .head-navi .div_1 {
	padding-top: 0;
  }

  .wrap-header .head-navi .div_2.on {
	top: 0;
  }
}


