@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');

body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
} 
body *{
  line-height: 1.3;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Noto Sans KR', 'sans-serif';
  word-break: keep-all;
}
.gmarketsans{
  font-family: 'GmarketSans', 'sans-serif' !important;
}

.inner{
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}

/* common */
.header *{
  font-family: 'Noto Sans KR', 'sans-serif' !important;
}
.header {width: 100%; border-bottom: 1px solid #fff; position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, .header.sub {background : rgba(0,0,0,0.7)}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo img {display: block; max-width: 212px; position: relative;}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 30px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 18px; position: relative; white-space: nowrap; top : 2px;
color: #fff;
}
.gnb_nav .gnb .depth1:hover > .depth1_a {font-weight: bold;}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}
.ham_open {width: 26px; height: 20px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: none;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px; background-color: #fff;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; border-top: 4px solid #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}
.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}
.gnb_nav .snb .depth2 a:hover {color: #fff;}
.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 999999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; background: rgb(0, 144, 226); position: absolute; top: 0; right: 0; cursor: pointer;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 700; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px; background-color: #fff; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_gnb_nav .depth2 a:hover {color: #fff;}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}

@media screen and (max-width: 1415px){
  .gnb_nav .gnb{
    gap: 25px;
  }
  .gnb_nav .gnb .depth1_a{
    font-size: 16px;
  }
  .header .logo img{
    max-width: 160px;
  }

  .gnb_nav .gnb {gap: 20px;}
  .gnb_nav .gnb .depth1_a {font-size: 16px;
  }
}
@media screen and (max-width: 1024px){
  .gnb_nav .ham_open .bar{
    height: 2px;
  }
  .ham_open{
    display: flex;
  }
	.header {height: 60px;}
	.header .logo img {width: 150px;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);
  }
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 0 15px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;}
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding-left: 5px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){

	.ham_open {width: 22px; height: 16px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 10px 0;
  padding-left: 15px;
  }
	.all_gnb_nav .snb {font-size: 16px;}
}


/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.sub_visual{
  width: 100%;
  height: 100vh;
  position: relative;
}
.sub_visual.sv01 {
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
}
.sub_visual.sv02 {
  background: url(/html/img/sub_visual02.jpg) no-repeat center/cover;
}
.sub_visual.sv03 {
  background: url(/html/img/sub_visual03.jpg) no-repeat center/cover;
}
.sub_visual.sv04 {
  background: url(/html/img/sub_visual04.jpg) no-repeat center/cover;
}
.sub_visual.sv05 {
  background: url(/html/img/sub_visual05.jpg) no-repeat center/cover;
}
.sub_visual.sv06 {
  background: url(/html/img/sub_visual06.jpg) no-repeat center/cover;
}
.sub_visual.sv07 {
  background: url(/html/img/sub_visual07.jpg) no-repeat center/cover;
}
.sub_visual.sv08 {
  background: url(/html/img/sub_visual08.jpg) no-repeat center/cover;
}
.sub_visual.sv09 {
  background: url(/html/img/sub_visual09.jpg) no-repeat center/cover;
}
.sub_visual.sv10 {
  background: url(/html/img/sub_visual10.jpg) no-repeat center/cover;
}
.sub_visual.sv11 {
  background: url(/html/img/sub_visual11.jpg) no-repeat center/cover;
}


.sub_visual .sub_tit {
  font-size: 62.5px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -4.69px;
  color: rgb(255, 255, 255);
  padding-bottom: 40.5px;
  margin-bottom: 40px;
  position: relative;
}
.sub_visual .sub_tit::after{
  content: "";
  display: block;
  width: 77px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub_visual .subtop-txtbox p{
  font-size: 19px;
  font-weight: normal;
  line-height: 1.58;
  letter-spacing: -1.43px;
  color: rgb(255, 255, 255);
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #C29C89;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
  #sub_container {
  }
.subtop-con-wrap{
}
.sub_visual{
  height: 400px;
}
.subtop-con-wrap{
  top: calc(50% + 30px);
}
.sub_visual .sub_tit {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30.5px;
}
.sub_visual .sub_tit::after{
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.sub_visual .subtop-txtbox p{
  text-align: center;
}
.sub_nav_ul {
  font-size: 16px;
}
.sub_nav_ul .home{
  display: none;
}
.sub_nav_ul .home.nostr{
  display: flex;
}
.sub_nav_ul .home a{
  width: 50px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 50%;
}
.sub_nav_ul .depth_p {
  padding: 15px 10px;
}
.sub_visual .subtop-txtbox p{
  letter-spacing: 0.5px;
  padding-bottom: 6px;
}
.sub_visual .subtop-txtbox p br{
  display: none;
}
.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

/* subtop */




.footer-wrap{
  padding: 76px 0;
  background: #fff;
  width: 100%;
  position: relative;
  border-top: 1px solid rgb(38, 68, 109);
}
.footer-wrap .con-line{
  display: flex;
  align-items: start;
  gap: 70px;
}
.footer-wrap .con-line li:first-child{
  width: 240px;
}
.footer-wrap .con-line li:first-child img{
  max-width: 240px;
  width: 100%;
}
.footer-wrap .con-line li:last-child{
  width: calc(100% - 310px);
}
.footer-wrap .con-line li:last-child .txtbox p{
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}
.footer-wrap .con-line li:last-child .txtbox p:last-child{
  padding-bottom: 0;
}
.footer-wrap .con-line li:last-child .txtbox p span{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(89, 86, 86);
  position: relative;
}
.footer-wrap .con-line li:last-child .txtbox p span::after{
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: rgb(89, 86, 86);
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.footer-wrap .con-line li:last-child .txtbox p span:last-child::after{
  display: none;
}
.footer-wrap .con-line li:last-child .txtbox p.copyright{
  padding-top: 3px;
}
.footer-wrap .con-line li:last-child .txtbox p.copyright span{
  font-size: 12px;
  letter-spacing: -0.3px;
}


@media(max-width:1350px){
  .footer-wrap .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .footer-wrap .con-line li:first-child{
    width: 180px;
  }
  .footer-wrap .con-line li:last-child{
    width: calc(100% - 210px);
  }
  .footer-wrap .con-line li:first-child,
  .footer-wrap .con-line li:last-child{
    width: 100%;
  }
}

@media(max-width:1024px){
  .footer-wrap{
    padding: 40px 0;
  }
  .footer-wrap .con-line li:first-child img{
    max-width: 160px;
  }
  .footer-wrap .con-line li:last-child .txtbox p{
    padding-bottom: 16px;
    gap: 6px;
    flex-wrap: wrap;
  }
  .footer-wrap .con-line li:last-child .txtbox p span{
    display: block;
    width: 100%;
  }
  .footer-wrap .con-line li:last-child .txtbox p span:last-child{
    padding-bottom: 6px;
  }
  .footer-wrap .con-line li:last-child .txtbox p span::after{
   display: none;
  }
  .footer-wrap .con-line li:last-child .txtbox p.copyright span{
    font-size: 10px;
  }
}

.board-inner{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media(max-width:1024px){
  .board-inner{
    padding-top: 60px;
  }
}

.quick-menu{
  position: fixed;
  top: 78px;
  right: 0;
  z-index: 999999;
  display: flex;
  align-items: start;
  gap: 0;
  transition: all 0.4s ease-in-out;
}
.quick-menu .quickbtn{
  width: 33px;
  height: 99px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.quick-menu .quickbtn img{
  max-width: 18px;
}
.quick-menu .quick-menu-line{
  width: 119px;
}
.quick-menu{
  overflow-y: auto;
}
.quick-menu .quick-menu-line{
  max-height: calc(100vh - 80px);
}
.quick-menu::-webkit-scrollbar{
  width: 0px;
  height: 0px;
}
.quick-menu::-webkit-scrollbar-thumb{
  width: 0;
  height: 0px;
  border-radius: 3px;
  background: #606060;
}

.quick-menu .quick-menu-line > li{
  background-color: rgb(1, 148, 211);
  border-bottom: 1px solid #fff;
}
.quick-menu .quick-menu-line a{
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -1.27px;
  text-align: center;
  color: rgb(255, 255, 255);
  display: block;
  padding: 30px 10px;
}
.quick-menu .quick-menu-line .topBtn{
  background: transparent;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.quick-menu .quick-menu-line .topBtn .topbtn-con{
  width: 100%;
  text-align: center;
  padding: 19px 0;
}
.quick-menu .quick-menu-line .topBtn .topbtn-con img{
  max-width: 16px;
  padding-bottom: 1.5px;
}
.quick-menu .quick-menu-line .topBtn .topbtn-con p{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -1.27px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.act .quick-menu .quick-menu-line .topBtn{
  background: #6C7988;
}
.quick-menu.thd{
  right: -119px;
}

@media(max-width:1600px){
  .quick-menu .quick-menu-line a{
    padding: 16px 5px;
  }
  .quick-menu{
    top: 85px;
  }
  .quick-menu .quick-menu-line li:nth-child(6){
    display: none;
  }
}

@media(max-width:1024px){
  .quick-pc{
    display: none;
  }
  .quick-menu.thd{
    right: -80px;
  }
  .quick-menu .quickbtn{
    border: 1px solid #f1f1f1;
  }
  .quick-menu{
    position: fixed;
    top: 80px;
    right: 0px;
  }
  .quick-menu .quick-menu-line{
    width: 80px;
  }
  .quick-menu .quick-menu-line{
    max-height: calc(100vh - 15px);
  }
  .quick-menu .quick-menu-line a{
    font-size: 14px;
    padding: 15px 5px;
  }
  .quick-menu .quick-menu-line .topBtn .topbtn-con{
    padding: 12px 0;
  }
  .quick-menu .quick-menu-line .topBtn .topbtn-con img{
    max-width: 14px;
  }
  .quick-menu .quick-menu-line .topBtn .topbtn-con p{
    font-size: 14px;
  }
  .quick-menu .quick-menu-line .topBtn{
    background: #6C7988;
  }
}