@charset "UTF-8";


/* 공통 */
.show-default {display:block;}
.hide-default {display:none;}


/* header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 999;
}

.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
  max-width:1550px;
  margin:0 auto;
}

.header .header__logo {
  width: 250px;
  height: 55px;
  background-image: url(../img/w_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
}
.header.bk .header__logo {
  background-image: url(../img/c_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.header .header__menu {
  display: -webkit-box;
  width: calc(100% - 275px - 275px)
}

.header .header__menu > li {
  position: relative;
}
.header .header__menu > li:last-child .menu__depth1 {
	padding-right: 0;
}
.header .header__menu .menu__depth1 {
  display: block;
  line-height: 1em;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  padding-right: 90px;
  -webkit-transition: color ease .3s;
  transition: color ease .3s;
}
.header.bk .header__menu .menu__depth1 {
	color:#000;
}
.header .header__menu .menu__depth2 {
  width: 100%;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 2;
  display: none;
  opacity: 0;
}

.header .header__menu .menu__depth2 > a {
  display: block;
  font-size: 16px;
  line-height: 1em;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.header .header__menu .menu__depth2 > a:not(:last-child) {
  margin-bottom: 25px;
}

.header .header__menu .menu__depth2 > a:hover {
  color: #4876ef;
  font-weight: 500;
}

.header .header__link {
  
}

.header .header__link > a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 8px 20px;
    height: 35px;
    line-height: 1em;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .header__link > a:not(:last-child) {
  margin-right: 15px;
}

.header .header__sub-bg {
  background-color: #fff;
  height: 350px;
  width: 100%;
  position: absolute;
  top: 101%;
  z-index: 1;
  display: none;
  opacity: 0;
}

.header.sub {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  padding-top: 28px;
}

.header.sub .header__logo {
  background-image: url(/resources/image/common/logo_active.png);
}

.header.sub .header__menu .menu__depth1 {
  color: #000;
}

.header.sub .header__link > a:first-child {
  background-color: #4876ef;
  border-color: #4876ef;
}

.header.sub .header__link > a:last-child {
  background-color: #00d3ab;
  border-color: #00d3ab;
}


.header.active {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

.header.active .header__logo {
  background-image: url(../img/c_logo.png);
}

.header.active .header__menu .menu__depth1 {
  color: #000;
}

.header.active .header__link > a:first-child {
  background-color: #4876ef;
  border-color: #4876ef;
}

.header.active .header__link > a:last-child {
  background-color: #00d3ab;
  border-color: #00d3ab;
}

.header.hide {
  top: -145px;
}

.header.scroll {
  padding-top: 28px;
}


.header__mask {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  opacity: 0;
}

/* 모바일 header */
.header.sub .header__btn .btn__wrap span,
.header.active .header__btn .btn__wrap span,
.header.bk .header__btn .btn__wrap span{ 
	background-color: #404040; 
}
.header__btn { 
	margin-left: auto; 
}
.header__btn .btn__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 29px;
	height: 29px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}
.header__btn .btn__wrap span {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	margin-bottom: 9px;
}
.header__btn .btn__wrap span:nth-last-child(-n + 2) {
	margin-bottom: 0;
}
.header__btn .btn__wrap span:nth-child(odd) {
	margin-right: 9px;
}
.side__menu {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-y: hidden;
  background-color: #fff;
  z-index: 1001;
  display: none;
  
}

.side__menu .menu__top {
  padding: 20px;
  border-bottom: 1px solid #eee;
  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;
}

.side__menu .menu__top .top__link > a {
	display:block;
	width:178px;
	height: 40px;
	background:url(../img/c_logo.png)no-repeat;
	background-size: contain;
	text-indent:-1111px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.side__menu .menu__top .top__link > a:not(:last-child) {
  margin-right: 6px;
}

.side__menu .menu__top .top__close {
  width: 20px;
}

.side__menu .menu__top .top__close img {
  width: 100%;
}

.side__menu .menu__wrap {
  padding: 40px 10%;
}

.side__menu .menu__wrap .menu__list .m_depth1 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
}
.side__menu .menu__wrap .menu__list .m_depth1::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/resources/image/common/side_arrow01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 24px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.side__menu .menu__wrap .menu__list .m_depth1.on::before {
  background-image: url(/resources/image/common/side_arrow02.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.side__menu .menu__wrap .menu__list .m_depth1.no::before {
	displaY: none;
}
.side__menu .menu__wrap .menu__list .m_depth1 a {
	displaY: block;
	color:#000;
}

.side__menu .menu__wrap .menu__list .m_depth2 {
  padding-top: 0;
  padding-bottom: 15px;
  display: none;
}

.side__menu .menu__wrap .menu__list .m_depth2 > a {
  display: block;
  color: #888;
  font-size: 17px;
  margin-bottom: 15px;
}

.side__menu .menu__wrap .menu__list .m_depth2 > a:last-child {
  margin-bottom: 0;
}

/* footer */
.footer {
	background: #222;
	position: relative;
	padding: 0 0 130px;
	color: #fff;
	font-weight: 300;
	font-family: 'Noto Sans KR', sans-serif;
}
.footer .in {
	margin: 0 165px;
	position: relative;
}
.footer_dots {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    width: 1590px;
    margin: 0 auto;
}

.footer_dots img:nth-child(1) {
  position: absolute;
  left: 0;
  top: -50px;
}

.footer_dots img:nth-child(2) {
  position: absolute;
  right: 80px;
  top: 45px;
}

.footer_dots img:nth-child(3) {
  position: absolute;
  right: -25px;
  top: -40px;
}

.footer_cont {
	padding-top: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer_cont > * {
	margin-right: 110px;
}
.footer_cont .first_text li {
	margin-bottom: 20px;
}
.footer_cont .first_text li a {
	displaY: block;
	font-size: 16px;
	color: #fff;
}
.footer_cont .first_text li a b {
	/* color: #a4bdff; */
	font-weight: 500;
}
.footer_cont .text .tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
}
.footer_cont .text .sub {
	font-size: 16px;
}
.footer_cont .text .sub p {
	line-height: 1em;
	margin-bottom: 15px;
}
.footer_cont .text .sub em {
	margin-top: 19px;
	margin-bottom: 15px;
	display: block;
}
.footer_cont .text .small {
	font-size: 14px;
	color: #fff;
	line-height: 1.8em;
}
.footer_cont .text .sns {
	margin-top: 28px;
}
.footer_cont .text .sns li {
	margin-right: 22px;
}
.footer_right {
	position: absolute;
	right: 0; top: 120px;
}
.footer_right .big {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 30px;
}
.footer_right .big img { 
  width: 190px;
}
.footer_right .copy {
	font-size: 14px;
}
.top__btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 9999;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.top__btn:hover {
  background-image: url('/resources/image/common/f_arw02.png');
}





@media all and (max-width:1589px) { 
	
	/* footer */
	.footer_dots { width: 100%; }
	.footer_dots img:nth-child(1) { left: 3.90625%; }
	.footer_dots img:nth-child(2) { margin-right: 3.90625%; }
	.footer_dots img:nth-child(3) { right: 3.90625%; }
	.footer_right { position: static; margin-top: 30px; }

}

@media all and (max-width:1300px) {
	.header .header__menu .menu__depth1 { padding-right: 65px; }
}

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

	.header .header__link,
	.header .header__menu { display: none; }

}

/* 타블렛 세로 */
@media all and (max-width:1024px) {
	
	.footer_cont { display: block; padding-top: 50px; }
	.footer_cont > * { margin-right: 40px; display: inline-block; vertical-align: top; }
	.footer_cont > div:last-child { margin-right: 0; display: block; margin-top: 30px; }

}

/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:767px) {

	.top__btn { position: fixed;
    bottom: 30px;
    top: auto;
    right: 10px; }

}

@media all and (max-width: 640px) {
	.header .header__inner { width: 100%; padding: 0 20px; }
	
	.header .header__logo { width:178px; height:40px;  }
	.header__btn .btn__wrap { width: 24px; height: 25px; }
	.header__btn .btn__wrap span {width: 7px;height: 7px; }
	.header { padding:20px 0; }
	.header.sub,
	.header.active,
	.header.scroll {padding-top: 20px;height: 78px;box-sizing: border-box;}
	
	/* footer */
	.footer {padding: 0 0 50px; }
	.footer_cont > * { margin-right: 0; display: block; }
	.footer_cont .first_text { margin-bottom: 20px; }
	.footer_cont .first_text li { display: inline-block; margin-right: 15px; margin-bottom:0; }
	.footer_cont .first_text li a {font-size:1rem;}
	.footer_cont .text .sub { font-size: 1rem;  }
	.footer_cont .text .sub p {margin-bottom:10px;}
	.footer_cont .text .sub em {margin:5px 0;}
	.footer_right .big { margin-bottom:10px; font-size: 27px; line-height: 1.5em; }
	.footer_right .big img {width:150px;}
  
}

/* 모바일 가로 */
@media all and (max-width:568px) {

}

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

}

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

}

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

}


/* 공통 */

/* PC이하 ~ 타블렛 가로 */
@media all and (max-width:1199px) {
	.show-1199 {display:block;}
	.hide-1199 {display:none;}
}
/* 타블렛 가로 이하 */
@media all and (max-width:1023px) {
	.show-1023 {display:block;}
	.hide-1023 {display:none;}
}
/* 타블렛 이하 ~ 모바일 */
@media all and (max-width:767px) {
	.show-767 {display:block;}
	.hide-767 {display:none;}
}
/* 모바일 가로 미만 */
@media all and (max-width:568px) {
	.show-568 {display:block;}
	.hide-568 {display:none;}
}
/* 모바일 최소 */
@media all and (max-width:425px) {
	.show-425 {display:block;}
	.hide-425 {display:none;}
}

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

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

