@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('/css/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('/css/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('/css/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* COMMON */
* {
  box-sizing: border-box;
}
body {
  font-family: 'Gmarket Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.btn {
  width: 100px;
  height: 48px;
  background-color: #36A938;
  cursor: pointer;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.btn.btn--black {
  width: 340px;
  height: 64px;
  background-color: #2D332F;
  color: #FFF;
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.btn.btn--white {
  width: 340px;
  height: 64px;
  background-color: #FFF;
  color: #1A1A1A;
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, .4);
  /* 스크롤바 막대 색상 */
  border-radius: 8px;
}


/* TOP BANNER */
.topBanner {
  width: 100%;
  height: 80px;
  background-color: #36A938;
}
.topBanner .inner {
  height: 80px;
  display: flex;
  align-items: center;
}
.topBanner .swiper-container {
  height: 80px;
}
.topBanner .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.topBanner .swiper-container .swiper-slide a {
  color: #FFF;
}
.topBanner .swiper-container .swiper-slide a span {
  font-size: 20px;
  font-weight: 700;
}
.topBanner .swiper-prev,
.topBanner .swiper-next {
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #fff;
  z-index: 1;
}


/* HEADER */
header {
  position: sticky;
  top: 0;
  height: 88px;
  border-bottom: 1px solid #f4f4f4;
  background-color: #FFF;
  z-index: 9;
}
header .inner {
  display: flex;
}
header .inner .logo img{
  width: 102px;
  height: 72px;
  position: absolute;
  top: 8px;
  left: -6px;
}
header .inner .main-menu .items {
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 120px;
}
header .inner .main-menu .items .item {
  position: relative;
}
header .inner .main-menu .items .item .item__name {
  padding: 0 32px;
  cursor: pointer;
}
header .inner .main-menu .items .item .item__name:hover {
  color: #36A938;
}
header .inner .main-menu .items .item .item__contents {
  display: none;
  width: 120px;
  background-color: #FFF;
  border-radius: 16px;
  box-shadow: 0 0 8px rgba(78, 175, 67,.4);
  text-align: center;
  padding: 10px 0;
  position: absolute;
  top: -22px;
  left: 3px;
}
header .inner .main-menu .items .item .item__contents li:first-child {
  padding-top: 0;
}
header .inner .main-menu .items .item .item__contents a {
  display: block;
  height: 100%;
  padding: 12px 0;
}
header .inner .main-menu .items .item .item__contents a:hover {
  color: #36A938;
}
header .inner .main-menu .items .item:hover > .item__contents {
  display: block;
}

header .inner .sub-menu {
  height: 88px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}
header .inner .sub-menu .btn {
  margin-left: 30px;
}

header .inner .sub-menu .myPage {
  width: 48px;
}
header .inner .sub-menu .myPage>img {
  width: 100%;
  cursor: pointer;
}



/* MAIN PROGRAM */
.main-program {
  background-color: #F5FAF8;
  padding: 120px 0;
  height: 900px;
  box-sizing: border-box;
}
.main-program .inner .content--text {
  text-align: center;
}
.main-program .inner .content--text h3 {
  font-size: 36px;
  line-height: 1.6;
}
.main-program .inner .content--text h3 span {
  font-weight: 700;
}
.main-program .inner .content--text p {
  font-size: 24px;
  line-height: 1.6;
}
.main-program .inner .content--img .logo1 {
  position: absolute;
  top: 485px;
  left: 43%;
  width: 168px;
}
.main-program .inner .content--img .logo2 {
  position: absolute;
  top: 421px;
  left: 231px;
  width: 160px;
}
.main-program .inner .content--img .logo3 {
  position: absolute;
  top: 530px;
  left: 136px;
  width: 130px;
}
.main-program .inner .content--img .logo4 {
  position: absolute;
  top: 642px;
  left: 251px;
  width: 158px;
}
.main-program .inner .content--img .logo5 {
  position: absolute;
  top: 400px;
  right: 144px;
  width: 170px;
}
.main-program .inner .content--img .logo6 {
  position: absolute;
  top: 555px;
  right: 121px;
  width: 110px;
}
.main-program .inner .content--img .logo7 {
  position: absolute;
  top: 644px;
  right: 274px;
  width: 110px;
}
.main-program .inner .content--img .fade-in {
  opacity: 0;
}


/* Marketing Program */
.marketing-program {
  background-color: #374640;
  color: #FFF;
  text-align: center;
  padding: 120px 0;
  box-sizing: border-box;
}
.marketing-program .inner .content--text {
  font-size: 24px;
  line-height: 1.6;
}
.marketing-program .inner .content--text h3 {
  font-size: 36px;
}
.marketing-program .inner .content--text h3 span {
  font-weight: 700;
}
.marketing-program .inner .content--text p {
  padding: 24px 0;
}
.marketing-program .inner .content--icon {
  display: flex;
}
.marketing-program .inner .content--icon .icon {
  width: 180px;
  flex-grow: 1;
  margin: 48px 0 40px 0;
}
.marketing-program .inner .content--icon .icon .icon1,
.marketing-program .inner .content--icon .icon .icon2,
.marketing-program .inner .content--icon .icon .icon3,
.marketing-program .inner .content--icon .icon .icon4,
.marketing-program .inner .content--icon .icon .icon5,
.marketing-program .inner .content--icon .icon .icon6{
  margin: 0 auto;
  width: 160px;
}
.marketing-program .inner .content--icon .icon p {
  font-size: 20px;
  line-height: 2;
}
.marketing-program .inner .content--icon .icon p span{
  font-size: 28px;
  font-weight: 700;
}


/* Design Program  */
.design-program {
  background-color: #F6FAF8;
  color: #333;
  text-align: center;
  padding: 120px 0;
  box-sizing: border-box;
}
.design-program .inner .content--text {
  font-size: 24px;
  line-height: 1.6;
}
.design-program .inner .content--text h3 {
  font-size: 36px;
}
.design-program .inner .content--text h3 span {
  font-weight: 700;
}
.design-program .inner .content--text p {
  padding: 24px 0;
}
.design-program .inner .content--img {
  display: flex;
  flex-grow: 1;
}
.design-program .inner .content--img .design {
  margin: 140px 0 40px 0;
}
.design-program .inner .content--img .design1 {
  width: 200px;
}
.design-program .inner .content--img p {
  font-size: 18px;
  margin-top: 30px;
}


/* Trans Program */
.trans-program {
  background-color: #374640;
  color: #FFF;
  text-align: center;
  padding: 120px 0;
  box-sizing: border-box;
}
.trans-program .inner .content--text {
  font-size: 24px;
  line-height: 1.6;
}
.trans-program .inner .content--text h3 {
  font-size: 36px;
}
.trans-program .inner .content--text h3 span {
  font-weight: 700;
}
.trans-program .inner .content--text p {
  padding: 24px 0;
}
.trans-program .inner .content--box {
  display: flex;
  margin: 76px 50px 40px;
}
.trans-program .inner .content--box .desc {
  width: 340px;
  height: 280px;
  background-color: #FFF;
  border-radius: 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  text-align: left;
  margin-left: 40px;
  padding: 60px 20px;
  box-sizing: border-box;
  box-shadow: 10px 10px 20px rgba(0,0,0,.2);
}
.trans-program .inner .content--box .desc:first-child {
  margin-left: 0;
}
.trans-program .inner .content--box .desc span {
  font-weight: 700;
}


/* Trade Program */
.trade-program {
  background-color: #F6FAF8;
  color: #333;
  text-align: center;
  padding: 120px 0;
  box-sizing: border-box;
}
.trade-program .inner .content--text {
  font-size: 24px;
  line-height: 1.6;
}
.trade-program .inner .content--text h3 {
  font-size: 36px;
}
.trade-program .inner .content--text h3 span {
  font-weight: 700;
}
.trade-program .inner .content--text p {
  padding: 24px 0;
}
/* Marquee */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(246,250,248,1),rgba(246,250,248,0));
  content: "";
  height: 100%;
  width: 260px;
  z-index: 2;
}
.overlay::after {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgba(246,250,248,1),rgba(246,250,248,0));
  content: "";
  height: 100%;
  width: 260px;
  z-index: 2;
}
.trade-program .inner .wrap {
  margin: 96px auto 0;
  width: 1200px;
}
.wrap--logobar {
    /* background-color: grey; */
    height: 300px;
    overflow: hidden;
    position: relative;
}

.trade-program .inner .wrap .list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  margin-left: 0;
}
.trade-program .inner .wrap .list .list__item {
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  height: 260px;
  padding: 20px;
  text-align: center;
  /* width: 20%; */
}
.trade-program .inner .wrap .list .list__item .trade {
  width: 240px;
  height: 240px;
  border-radius: 24px;
  color: #FFF;
  text-align: center;
}
.trade-program .inner .wrap .list .list__item .trade1 {
  background-color: #4774A3;
  box-shadow: 10px 10px 20px rgba(71,116,163,.4);
}
.trade-program .inner .wrap .list .list__item .trade2 {
  background-color: #FA8563;
  box-shadow: 10px 10px 20px rgba(250,133,99,.4);
}
.trade-program .inner .wrap .list .list__item .trade3 {
  background-color: #58CC81;
  box-shadow: 10px 10px 20px rgba(88,204,129,.4);
}
.trade-program .inner .wrap .list .list__item .trade4 {
  background-color: #3F9DD1;
  box-shadow: 10px 10px 20px rgba(63,157,209,.4);
}
.trade-program .inner .wrap .list .list__item .trade5 {
  background-color: #95A5A5;
  box-shadow: 10px 10px 20px rgba(149,165,165,.4);
}
.trade-program .inner .wrap .list .list__item .trade img {
  width: 100px;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 34px;
}


/* Footer */
footer {
  background-color: #374640;
  /* height: 600px; */
  color: #ECF8EB;
  padding: 60px 0 60px;
  font-size: 14px;
}
footer a {
  color: #ECF8EB;
}
footer .inner .footer-menu {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
footer .inner .footer-menu>li {
  margin-right: 64px;
  line-height: 3;
}
footer .inner .footer-menu>li a {
  color: #ECF8EB;
}

footer .inner .footer-info {
  margin-top: 40px;
  line-height: 2.2;
  font-size: 12px;
}
footer .inner .footer-info li {
  font-weight: 300;
}
footer .inner .footer-info .company-name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
footer .inner .footer-info .social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}
footer .inner .footer-info .social .sns-list {
  display: flex;
  align-items: center;
}
footer .inner .footer-info .social .sns-list li img {
  width: 20px;
  margin-right: 16px;
}
footer .inner .footer-info .social .select {
  position: relative;
  text-align: right;
  width: 160px;
}
footer .inner .footer-info .social .select ul {
  background-color: #374640;
  border: 1px solid rgba(236,248,235,.4);
  border-radius: 8px;
  bottom: 44px;
  right: 0;
  height: 120px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  width: 100%;
  display: none;
}
footer .inner .footer-info .social .select.active ul {
  display: initial;
}
footer .inner .footer-info .social .select ul li a{
  color: rgba(236,248,235,.6);
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
}
footer .inner .footer-info .social .select ul li a:hover {
  color: rgba(236,248,235,1);
}
footer .inner .footer-info .social .select .selected {
  border: 1px solid #ECF8EB;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  height: 40px;
  justify-content: space-between;
  padding: 9px 6px 9px 12px;
  text-align: left;
  align-items: center;
}
footer .inner .footer-info .social .select .selected .arrow {
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 40px;
  align-items: center;
}
footer .inner .footer-info .social .select .option a {
  display: block;
}
footer .inner .footer-info .terms {
  margin-top: 60px;
}
footer .inner .footer-info .terms>a {
  color: #ECF8EB;
  margin-right: 10px;
}
footer .inner .footer-info .terms>a>span {
  font-weight: 700;
}

