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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: "gmarket";
  font-weight: normal;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: bold;
  src: url(../font/GmarketSansBold.woff2) format("woff2"); 
  src: url(../font/GmarketSansBold.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: normal;
  src: url(../font/LINESeedKR-Rg.woff2) format("woff2");
  src: url(../font/LINESeedKR-Rg.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: bold;
  src: url(../font/LINESeedKR-Bd.woff2) format("woff2");
  src: url(../font/LINESeedKR-Bd.woff) format("woff");
}


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: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}
 
.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.inner{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
img{
  max-width: 100%;
}

/* common */
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.header {width: 100%; background-color: #fff; border-bottom: 1px solid transparent; position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, .header.sub {border-color: #C6C6C6;}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo a{display: block;width: 86px;height: 60px;}
.header .logo a img{max-width: 100%;}
.header .logo a .main{
  display: none;
}


.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 100px; margin-right: 80px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 23px; position: relative; white-space: nowrap; top : 2px;}
.gnb_nav .gnb .depth1:hover > .depth1_a {color: #007FFF;}
.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: #000;}
.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 #007FFF; 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: #007FFF;}
.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: 99999; 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: #007FFF; 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: #007FFF; 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: #007FFF;}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}

@media screen and (max-width: 1415px){

}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.header .logo img {width: 200px;}
	.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: 15px;}
	.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;
}
.subtop{
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.subtop.bg01-1{
  background: url(../img/sub01-1-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.subtop.bg01-2{
  background: url(../img/sub01-2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.subtop.bg01-3{
  background: url(../img/sub01-3-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.subtop.bg02{
  background: url(../img/sub02-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.subtop .subtop-txtbox{
  text-align: right;
  padding: 180px 0 70px;
}
.subtop .subtop-txtbox *{
  color: #fff;
}
.subtop .subtop-txtbox p{
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 14px;
}
.subtop .subtop-txtbox h2{
  font-size: 70px;
  font-weight: 900;
}

@media(max-width:1024px){
  .subtop .subtop-txtbox{
    text-align: left;
    padding: 80px 0 30px;
  }
  .subtop .subtop-txtbox p{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .subtop .subtop-txtbox h2{
    font-size: 50px;
  }
  .subtop{
    margin-top: 80px;
  }
}

@media(max-width:767px){
  .subtop .subtop-txtbox p{
    font-size: 16px;
  }
  .subtop .subtop-txtbox h2{
    font-size: 36px;
  }
}

/* subtop */
