@charset "utf-8";

/* skipnavi */
#skipnavi {
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #333;
  z-index: 9999;
}

#skipnavi a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.625rem 1.625rem;
  margin-top: -100px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  background-color: #000;
}

#skipnavi a:link {
  color: #333;
}

#skipnavi a:focus {
  margin-top: 0;
  text-decoration: underline;
  color: #fff
}

/* globals */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mobile-bg-wrap{background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
}

.mobile-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: #fff;
  z-index: 20;
}

.moSearch-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.9);
  z-index: 20;
}

.container {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%  ;
  height: 90px;
  background-color: rgba(255,255,255,1);
  border-bottom: 1px solid #ddd;
}

/* header */
.header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header .header__tit {
  order: 1;
  padding-right: 20px;

}
.header .header_info {
  order: 4;
  border-left: 1px solid #ddd;
  height: 90px;
  padding:16px 20px

}
.header .header_info p{
  font-size: 14px

}
.header .header__tit .header__tit-txt {
  display: block;
  text-align:left;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.header .header__tit .header__tit-txt em {
  display: block;
  margin-top: 2px;
   font-weight: bold;
  text-transform: none;
  font-family:'Noto Sans SC' ;
}

.header .header__logo {
  width: 160px;
}

.header .header__logo a {
  display: block;
  width: 184px;
  height: 62px;
  background: url('../images/common/logo.svg') no-repeat;
  background-size: 100% auto;
}
.header .header__sns {
  order: 3;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.header .header__sns li {
  margin: 0 8px;
}
.header .header__sns li a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: #222;
  font-size: 26px;
  border-radius: 50%;
}
.header .header__sns li:nth-child(1) a:before {
  content: "\ebd3";
  font-family: xeicon;
}
.header .header__sns li:nth-child(2) a:before {
  content: "\ebe9";
  font-family: xeicon;
}
.header .header__sns li:nth-child(3) a:before {
  content: "\ec32";
  font-family: xeicon;
}
/* .header .header__sns li:nth-child(3) a {
  background: #fff;
  color: #62b0e3;
} */


.header .header__moMenu,
.header .header__moSearch,
.header .header__subscribe {
  display: none;
}

/* nav */
.gnb {
  order:2;
  width:600px
}

.gnb_wrap {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.gnb .gnb__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.gnb .gnb__item {
  position: relative;
  width: 33.3%;
  padding: 32px 0;
  text-decoration: underline 3px #333;
  text-underline-position: under;
  border-left: 1px solid #ddd;
}
.gnb .gnb__item .dot{
  content: '';
  position: absolute;
  width:6px; height: 6px;
  background: #000;
  border-radius: 50%;
  bottom: calc(100% - 28px);
  left: 50%;
  margin-left: -3px
}
.gnb .gnb__item:last-of-type{
  border-right: 1px solid #ddd;
}
.gnb .gnb__item > a {
  display: block;
  width: 100%;
  font-size: 25px;
  font-family: 'GMARKETSANSTTFBOLD';
  text-align: center;
}

.gnb .gnb__depth-list {
  display: none;
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 9;
  background-color: rgba(255,255,255,1)
}

.gnb .gnb__depth-item {
  position: relative;
}
.gnb .gnb__depth-item:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: rgba(255,255,255,0.9);
}
.gnb .gnb__depth-item a {
  display: block;
  padding: 10px 0;
  text-align: center;
  transition: all 100ms ease-in-out;
}



/* hover */
.gnb .gnb__item:hover .gnb__depth-list,
.gnb .gnb__item.active {
  display: block;
}
.gnb .gnb__depth-item:hover a {
  text-decoration: underline 3px #333;
  font-weight: bold;
}



/* footer */
.footer {
  padding: 30px 0;
  background-color: #424242;
}
.footer h2 {
  width: 210px;
  height: 60px;
  margin-bottom: 15px;
  background: url('../images/common/f_logo.png') no-repeat;
}
.footer .f_left {
  display: flex;
  align-items: center
}
.footer .f_left .copyright {
  font-size: 14px;
  color: #bbbbbb;
  margin-left: 10px
}
.footer .container{
  display: flex;
  justify-content: space-between;
}
.footer .f_right {
  display: flex;
  align-items: center;
}
.footer .f_right h4{
  margin-left: 10px
}





/* common */
.font-serif { font-family: 'Noto Serif KR', serif !important; }
.font-ch { font-family:'Noto Sans SC' !important; }
.fw-300 {font-family: 'S-CoreDream-3Light' !important; font-weight: 300 !important;}
.fw-400 {font-family: 'S-CoreDream-4Regular' !important; font-weight: 400 !important;}
.fw-600 {font-family: 'S-CoreDream-6Bold' !important; font-weight: 600 !important;}
.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

/*  ------------------------------------------------------ */

@media screen and (min-width: 768px) {
  .sm-only {
    display: none !important;
  }

}

@media screen and (max-width: 767px) {
  .md-only {
    display: none !important;
  }
  .footer .container{display: block;}
  .footer .f_right{margin: 20px auto; justify-content: center}
}

@media screen and (min-width: 1220px) {
  .md-only {
    display: none !important;
  }
}

@media screen and (max-width: 1219px) {
  .lg-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1219px) {
  .md-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 1221px) {
  .lg-hidden {
    display: none !important;
  }
}

/*  ------------------------------------------------------ */


/*  -----------------------  반응형   --------------------------------------  */
@media all and (min-width:1024px) {
  .mobile-bg,
  .moSearch {
    display: none;
  }

}

@media all and (max-width:1200px) {
  .container {
    position: relative;
    width: 100%;
    padding: 0 15px;
  }

  .gnb_wrap {
    max-width: 100%;
    padding: 0 15px;
  }

  .gnb__search {
    right: 15px;
  }

  .footer .footer__link {
    right: 15px;
  }

}

@media all and (max-width: 1024px) {
  .sub_bg h2 span{font-size: 22px !important}
  .top_text{font-size: 32px}
  .option{margin-right: 25%}
  .header .header__logo{width: auto}
  .header .header_info{display: none}
  .header .header__logo,
  .header .header__sns {
  }
  .header .header__tit {
    order: -1;
  }
  .header .header__tit .header__tit-txt {
    font-size: 15px;
    text-align: left;
  }
  .header .header__subscribe {
    position: absolute;
    right: 60px;
    display: block;
    width: 36px;
    height: 36px;
    background: transparent url('../images/common/subscribe.png') no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    z-index: 20;
    margin-top:10px
  }
  .header .header__moMenu {
    position: absolute;
    right: 15px;
    display: block;
    width: 36px;
    height: 36px;
    background: transparent url('../images/common/ico-menu.png') no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    z-index: 20;
  }
  .gnb {
    display: none
  }


  /* 모바일 메뉴스타일 변경*/
  .mobile .header__subscribe,
  .mobile .option{display: none}
  .mobile header{width:80%; right: 0; left:auto;}
  .mobile .gnb__item{display: block}
  .mobile .gnb .gnb__item > a{text-align: left}
  .mobile .gnb .gnb__item .dot{left:24px; top:-8px}
  .mobile .gnb .gnb__depth-list{padding:10px 0}
  .mobile .gnb .gnb__depth-item{border-bottom: 1px solid #ddd;padding-right: 10px}
  .mobile .header .header__logo a {width: 184px;
    height: 62px;
}

  /* 모바일 메뉴스타일 변경*/

  .mobile,
  .moSearch {
    overflow: hidden;
  }

  .wMain .gnb.fixed,
  .gnb.sub.fixed,
  .mobile .wMain .gnb.fixed,
  .mobile .gnb.sub.fixed {
    background-color: #fff;
    /* display: none; */
  }

  .mobile .header {
    background-color: #fff;
    border-bottom: 1px solid #fff;
  }
  .mobile .header__tit-txt,
  .mobile .header .header__tit .header__tit-txt em {
    color: #fff;
  }

  .mobile .header__sns {
    display: flex;
    position: absolute;
    justify-content: center;
    top: 100px;
    left: 50%;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    transform: translateX(-50%);
  }

  .mobile .header .header__sns li {
    margin: 0 20px;
  }

  .mobile .header .header__sns li a {
    background: #fff;
    color: #000;
  }

  .mobile .gnb {
    position: fixed;
    display: block;
    top: 80px !important;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 90%;
    z-index: 20;
    -ms-overflow-style: none;
  }
  .mobile .gnb::-webkit-scrollbar{ display:none; }


  .mobile .gnb .gnb__list {
    display: block;
    padding-right: 50px;
    box-shadow: none;
  }

  .mobile .gnb .gnb__item {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 20px;
    background-color: transparent;
    text-decoration: none
  }

  .mobile .gnb .gnb__depth-list {
    display: block;
    position: relative;
  }

  .mobile .gnb .gnb__item:hover {
    background-color: transparent;
  }
  .mobile .gnb .gnb__item:hover a {
    color: #333;
  }
  .mobile .gnb .gnb__item:hover > a {
    color: #333;
  }

  .mobile .gnb .gnb__depth-item:first-child:before  {
    display: none;
  }

  .mobile .gnb .gnb__item > a {
    padding-bottom: 15px;
    color: #000;
  }
  .mobile .gnb .gnb__depth-item a {
    padding: 15px 0;
  }
  .mobile .gnb .gnb__item:hover .gnb__depth-list,
  .mobile .gnb .gnb__item.active {
    display: block;
  }
  .mobile .gnb .gnb__depth-item:hover a {
    text-decoration: underline;
  }

  .mobile .gnb_wrap {
    padding: 0;
  }

  .mobile .header .header__moMenu {
    background-image: url(../images/common/ico-menu-close.png);
  }

  .mobile .gnb__search {
    display: none;
  }

  .moSearch .searchForm__inner {
  display: block;
}
	.search  .searchForm {
		overflow: hidden;
		top: 0;
		opacity: 1;
		z-index: 100;
	}

	#searchForm {
		height: 100%;
	}
	.searchForm__inner {
		display: -webkit-flex;
	  display: -ms-flex;
	  display: flex;
	   justify-content: center;
	   align-items: center;
	   height: 100%;
	}
	.searchForm__inner .searchBtn {
		background-color: #62b0e3;
	}
	.searchForm__inner i {
	color: #fff;
	font-size: 30px;
	}

	.mo_srch_close {
	 position: absolute;
		top: 150px;
		right: 50px;
		cursor: pointer;
	}

.moSearch #searchForm {
	height: 100%;
}

.moSearch .searchForm__inner {
	display: -webkit-flex;
  display: -ms-flex;
  display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
}

.moSearch .searchForm__inner input {
    width: 80%;
    font-size: 15px;
}
.moSearch .searchForm__inner .searchBtn {
	width: 36px;
	height: 36px;
}
.moSearch .searchForm__inner i {
color: #fff;
font-size: 22px;
}

}

@media all and (max-width:960px) {
  .footer {
    text-align: center;
  }
  .footer h2 {
    width: 150px;
    height: 20px;
    margin: 0 auto 15px;
    background-size: 100% auto;
  }
  .footer .footer__info {
    margin-bottom: 20px;
  }
  .footer .footer__info h3 {
    font-size: 14px;
  }
  .footer .footer__info address {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.6;
  }
  .foot
  er .footer__info address span:nth-child(1),
  .footer .footer__info address span:nth-child(3) {
    display: block;
  }

  .footer .footer__link {
    position: relative;
    right: auto;
    font-size: 12px;
  }

}

.mobile__button{display: none}

@media all and (max-width:768px) {
  .header .header__logo a {
    width: 100px;
    height: 36px;
}
  .mobile .gnb .gnb__item .dot{display: none}
  .header .header__logo{display: flex;align-items: center}
  .mobile .gnb .gnb__item > a{position: relative;margin-top: 20px}
.gnb .gnb__depth-item a{text-align: left}
  .gnb__item{display: flex;align-items:flex-start}
  .gnb .gnb__item .dot{ top:-5px}
  .gnb .gnb__item{border-left: none}
  .gnb .gnb__item:last-of-type{border-right:none}


  .mobile__button{display: block;}
  .mobile__button .list{text-align: center;margin-top: 30px}
  .mobile__button .list button{
    border: 1px solid #ddd;
background: #fff;
width:200px;
margin-left: -50px;
height: 30px;
cursor: pointer
  }
  .mobile__button .subscribe{margin-top: 10px;text-align: center}
  .mobile__button .subscribe button{
    border: 1px solid #ddd;
    background: #fff;
    width:200px;
    height: 30px;
    cursor: pointer;margin-left:-50px;


  }
  .mobile__button .option{display: block;margin-right: auto;}
  .mobile__button .option select{ border: 1px solid #ddd;
    margin-left:-50px;
    width:200px;
    height: 30px;
    cursor: pointer;
  }
  .gnb .gnb__item{padding: 0}
  .mobile .gnb .gnb__item > a{margin-top:10px}
}

@media all and (max-width:460px) {
  .f_left{display: block!important;}
  .footer h2{height: 60px}
}
@media all and (max-width:300px) {
  .mobile .gnb .gnb__list{width: 100%}
}




/* quick menu */

/* 퀵메뉴 */
.quick {
  position: absolute;
  top: 850px;
  right: 50%;
  margin-right: -720px;
  z-index: 19;
}
.quick.fixed {
    position: fixed;
    top: 90px;
    margin-top: 15px;
}
.quick-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  margin-bottom: 17px;
  background-color: #2c72a8;
  border-radius: 50%;
  transition: background 100ms ease-in-out;
  color: #fff;
  font-size: 12px;
  font-family: 'S-CoreDream-6Bold';
  overflow: hidden;

}
.quick-item > a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'S-CoreDream-6Bold';
  word-break: keep-all;
  font-size: 12px;
}
.quick-item-b > a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'S-CoreDream-6Bold';
  word-break: keep-all;
  font-size: 12px;
}
.quick-item .txt-quick {
  display: none;
  width: 100%;
  text-align: center;
}
.quick-item-b .txt-quick {
  display: none;
  width: 100%;
  text-align: center;
}
.quick-item .ico-quick:after {
  content: "";
  display: block;
  height: 34px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.quick-item-b .ico-quick:after {
  content: "";
  display: block;
  height: 34px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.quick-item .ico-quick.quick1:after {
  width: 100px;
  height:99px;
  background-image: url('../images/common/q_ico1.jpg');
}
.quick-item .ico-quick.quick2:after {
  width: 100px;
  height:99px;
  background-image: url('../images/common/q_ico2.jpg');
}
.quick-item .ico-quick.quick3:after {
  width: 100px;
  height:99px;
  background-image: url('../images/common/q_ico3.jpg');
}

@media screen and(max-width: 840px) {


}



.ist_sns_set1 {
    font-size: 0;
    text-align: center;
}
.ist_sns_set1 li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
@media screen and(max-width: 840px) {
    .ist_sns_set1 li {
        margin-left: 15px;
        margin-left: 1.78571429vw;
        margin-right: 15px;
        margin-right: 1.78571429vw;
    }
    .ist_sns_set1 li img {
        width: 55px;
        width: 6.54761905vw;
    }
}
.lst_thumbtype2 .inner {
    background-color: #fff;
}
