@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');

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

body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  line-height: 1.5;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'SCoreDream', 'sans-serif';
  word-break: keep-all;
}
 
.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.pd{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.inner{
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}

/* common */
.header *{
  font-family: 'SCoreDream', '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 img {display: block; max-width: 212px; position: relative; top: 4px;}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 60px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 16px; position: relative; white-space: nowrap; top : 2px;
font-weight: bold;
}
.gnb_nav .gnb .depth1:hover > .depth1_a {color: #A9806A;}
.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: #A9806A;}
.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 #A9806A; 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: #A9806A;}
.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: #A9806A; 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: #A9806A; 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: #A9806A;}
.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: 160px;}
	.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: 10px 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: 25px; height: 22px;}
	.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;
}
.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 */


.mobile{
  display: none !important;
}
.pc{
  display: block !important;
}
@media(max-width:1024px){
  .mobile{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
}

.foot-wrap{
  background-color: rgb(248, 246, 245);
  padding: 90px 0;
}
.foot-wrap .con-line{
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.foot-wrap .con-line .logo{
  width: 212px;
}
.foot-wrap .con-line .txt{

}
.foot-wrap .con-line .txt .top-link{
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 40px;
}
.foot-wrap .con-line .txt .top-link a{
  font-size: 14px;
  font-weight: 500;
  color: rgb(34, 34, 34);
}
.foot-wrap .con-line .txt .top-link a:hover{
  text-decoration: underline;
}
.foot-wrap .con-line .middle-info p{
  font-size: 14px;
  font-weight: normal;
  color: rgb(141, 145, 150);
  padding-bottom: 10px;
}
.foot-wrap .con-line .middle-info p:last-child{
  padding-bottom: 0;
}
.foot-wrap .con-line .middle-info p span{
  position: relative;
  padding-right: 20px;
}
.foot-wrap .con-line .middle-info p span::after{
  content: "|";
  display: block;
  position: absolute;
  top: 50%;
  right:5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #8D9196;
}
.foot-wrap .con-line .copyright{
  color: #8D9196;
  font-weight: bold;
  font-size: 14px;
  padding-top: 30px;
}
.foot-wrap .con-line .middle-info p span:last-child{
  padding-right: 0;
}
.foot-wrap .con-line .middle-info p span:last-child::after{
  display: none;
}

@media(max-width:1024px){
  .foot-wrap{
    padding: 60px 0;
  }
  .foot-wrap .con-line{
    gap: 30px;
  }
  .foot-wrap .con-line .logo{
    width: 200px;
  }
  .foot-wrap .con-line .txt .top-link{
    gap: 15px;
    padding-bottom: 30px;
  }
  .foot-wrap .con-line .middle-info p span{
    padding-right: 0px;
    display: block;
    padding-bottom: 10px;
  }
  .foot-wrap .con-line .middle-info p span:last-child{
    padding-bottom: 0;
  }
  .foot-wrap .con-line .middle-info p span::after{
    display: none;
  }
}

/* footer */


#sub_container {
  margin-top: 100px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 150px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}
.sub_visual .sub_tit {
  font-size: 55px;
  color: #fff;
}
.sub_visual .subtop-txtbox p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 7.2px;
  color: rgb(222, 181, 161);
  padding-bottom: 12px;
}
.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%;
  max-width: 1200px;
  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 {
    margin-top: 80px;
  }
.subtop-con-wrap{
  padding: 60px 0;
}
.sub_visual .sub_tit {
  font-size: 30px;
}
.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_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

.side-menu{
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 88px;
  z-index: 999;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: none;
}
.side-menu .imgbox.bd{
  position: relative
}
.side-menu .imgbox.bd::after{
  content: "";
  width: 62px;
  height: 1px;
  background: rgb(239, 239, 239);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}


@media(max-width:1024px){
  .side-menu{
    display: block;
    bottom: 15px;
    right: 15px;
    width: 60px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  .side-menu .imgbox.bd::after{
    width: 40px;
  }
}

.tut-lf{
  position: relative;
  /* font-weight: 500 !important; */
}
.tut-lf::before{
  content: "";
  display: block;
  width: 60px;
  height: 50px;
  background: url(../img/tit-lf.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0px;
  left: -60px;
}
.sub01-sec03 .con-line > li.txt-area .txtbox > .tit span::before{
  top: 10px;
}
.sub04-sec03 .sub01-sec-titbox h2 span::before{
  top: 2px;
}
.tut-lf.white::before{
  background: url(../img/white-tit-lf.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.main-sec03 .con-line .left .txtbox h2 span > span{
  font-weight: 500;
}

@media(max-width:1024px){
  .tut-lf::before{
    width: 40px;
    height: 33px;
    left: -35px;
  }
  .sub04-sec03 .sub01-sec-titbox h2 span::before{
    top: 5px;
  }
}