@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSansBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fw_m {font-family: 'GmarketSansMedium';}
.fw_b {font-family: 'GmarketSansBold';}
.br_780_on {display: none;}

.main_section {
  position: relative;
}
.d_inner {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.d_inner2 {
  position: relative;
  max-width: 1280px;
  width: 96%;
  margin: 0 auto;
}
.img_780_off {display: block;}
.img_780_on {display: none;}

figure img {
  display: block;
  width: 100%;
}
.d_togglebar {display: none;}

/*---new---*/
.hd_admin{position:fixed;bottom:10px;left:10px;z-index:999;}
.hd_admin a{padding:0 20px;display:inline-block;;line-height:40px;background:#d12323;color:#fff}
.hd_admin a:hover{background:#ff0000}


/* HEADER */


#d_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background:#fff;
}
#d_header .d_inner {
  transition: .4s;
}
#d_header .d_inner2 {
  height: 150px;
  display: flex;
  justify-content: space-between;
  transition: .4s;
}
.d_gnb {
  height: 100%;
}
.d_gnb > ul {
  display: flex;
  gap:70px;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}


.d_gnb > ul > li {
	height:100%;
}

.d_gnb > ul > li > a {
  line-height:100px;
  display: block;
  width: 100%;
  padding: 0 35px;
  font-size: 1.125rem;
  font-weight:700;
}
.d_hd_tel {
  display: flex;
  align-items: center;
}
.d_hd_tel .d_tel_icon {margin-right: 10px;}
.d_hd_tel_text {color: #fff;}
.d_hd_tel_text h3 {font-size: 1rem;}
.d_hd_tel_text span {font-size: 1.5625rem;}

.header_off {display: block;}
.header_on {display: none;}

@media screen and (max-width:1080px){
	.d_gnb > ul {gap:30px;}
}
@media screen and (max-width:780px){
	.d_gnb > ul {gap:0px;}
	.d_gnb > ul > li > a {line-height:75px;}
}

/* HEADER ON */
#d_header.on .d_inner {
  background-color: #fff;
}
#d_header.on .d_inner2 {
  height: 90px;
}
#d_header.on .d_gnb > ul > li > a {
  color: #222;
}
#d_header.on .d_hd_tel .header_on {display: block;}
#d_header.on .d_hd_tel .header_off {display: none;}
#d_header.on .d_hd_tel_text {color: #222;}

/* Toggle btn */
#d_header .d_togglebar {
  position: relative;
  height: 100%;
  width: 25px;
  cursor: pointer;
  right: 2.5%;
}
#d_header .d_togglebar span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.2s;
  top: 50%;
  left: 0;
}
#d_header.on .d_togglebar span {
  background-color: #222;
}
#d_header .d_togglebar:hover span:nth-child(1) {
  width: 25px;
}
#d_header .d_togglebar:hover span:nth-child(3) {
  width: 25px;
  margin-left: 0;
}
#d_header .d_togglebar span:nth-child(1) {
  transform: translateY(-9px);
  width: 13px;
}
#d_header .d_togglebar span:nth-child(3) {
  transform: translateY(9px);
  width: 13px;
  margin-left: 12px;
}

/* TOGGLE NAV */
/* Toggle nav */
#d_tog_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.5); */
  z-index: 9999;
  display: none;
}
#d_tog_menu .d_tog_menu_inner {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  max-width: 320px;
  background: #fff;
  /* border-radius: 20px 0 0 20px; */
  padding: 100px 10px 0 35px;
  transition: transform 0.4s;
}
#d_tog_close {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 50px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
}
#d_tog_close span {
  position: absolute;
  top: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #ccc;
  transition: transform 0.3s;
}
#d_tog_close span:nth-child(1) {transform: rotate(45deg);}
#d_tog_close span:nth-child(2) {transform: rotate(-45deg);}
#d_tog_close:hover span:nth-child(1),
#d_tog_close:hover span:nth-child(2) {
  transform: rotate(0);
}
#d_tog_menu .d_tog_top {
}
#d_tog_menu .d_tog_top .d_tog_top_cont {
  width: 90%;
  margin: 0 auto;
}
#d_tog_menu .d_tog_nav > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  padding: 15px 0;
  position: relative;
  transition: all .4s;
}
#d_tog_menu .d_tog_nav > ul > .d_toggle_li > a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../img/header/m_menu_arrow.png") center center no-repeat;
  width: 23px;
  height: 100%;
}
#d_tog_menu .d_tog_nav > ul > li > a.active::before {
  transform: translateY(-50%) rotate(180deg);
}
#d_tog_menu .d_tog_nav > ul > li:hover > a {
  color: #ff5a00;
}
#d_tog_menu .d_tog_nav > ul > li > ul {
  background-color: #fff;
  padding: 10px 7%;
  display: none;
}
#d_tog_menu .d_tog_nav > ul > li > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  letter-spacing: -0.045em;
  padding: 6px 0;
  color: #777;
  transition: all .3s;
}
#d_tog_menu .d_tog_nav > ul > li > ul > li:hover > a {
  color: #005aff;
  font-family : Pretendard_B , sans-serif;
}

@media (max-width: 1024px) {
  #d_header.on .d_inner {
    background-color: #fff;
  }
  #d_header .d_inner2 {
    height: 60px;
  }
  #d_header.on .d_inner2 {
    height: 60px;
  }
}

/* 모션 */
.txt_motion span{display: block;overflow: hidden;}
.txt_motion span i{display: inline-block;transform: translateY(150%);transition: all .65s ease;}
.txt_motion.on span i{transform: translateY(0);}

.content_img{overflow: hidden;}
.content_img img{display: block;margin: 0 auto;transform: translateY(25px); transition: all .6s ease-out; opacity:0;}
.content_img.on img{transform: translateY(0); opacity:1;}


/* SECTION02 */
#d_section02 {
  position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 70;
}
#d_section02 .d_inner {
  background-color: #2f0202;
}
#d_section02 .d_inner2 {
  height: 100px;
}
.d_form_tit {
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
  color: #fff;
  height: 100%;
}
.d_form_tit span {vertical-align: middle; margin-right: 15px;}
.d_form_tit h3 {font-size: 2.1875rem;}
.d_sec2_form {
  float: right;
  width: 50%;
  height: 100%;
}
#d_section01 .d_inner {
	background: url("../img/d_section/c01.jpg");
	background-repeat: no-repeat;
}	
#d_section02 .d_inner {
	background: url("../img/d_section/c02.jpg");
	background-repeat: no-repeat;
}	
#d_section04 .d_inner {
	background: url("../img/d_section/cc06.jpg");
	background-repeat: no-repeat;
}	
#d_section05-1 .d_inner {
	background: url("../img/d_section/c03-1.jpg");
	background-repeat: no-repeat;
}	
#d_section05 .d_inner {
	background: url("../img/d_section/c03-2.jpg");
	background-repeat: no-repeat;
}	
#d_section06 .d_inner {
	background: url("../img/d_section/c04.jpg");
	background-repeat: no-repeat;
}	
#d_section08 .d_inner {
	background: url("../img/d_section/c05.jpg");
	background-repeat: no-repeat;
}	

@media (max-width: 780px) {
	#d_section01 .d_inner {
		background: url("../img/d_section/m_c01.jpg");
		background-repeat: no-repeat;
	}	
	#d_section05-1 .d_inner {
		background: url("../img/d_section/mmm.jpg");
		background-repeat: no-repeat;
	}
	#d_section05 .d_inner {
		background: url("../img/d_section/m_c3-2.jpg");
		background-repeat: no-repeat;
	}	
	#d_section04 .d_inner {
	background: url("../img/d_section/m_cc06.jpg");
	background-repeat: no-repeat;
	}
	#d_section06 .d_inner {
	background: url("../img/d_section/m_c04.jpg");
	background-repeat: no-repeat;
	}
	#d_section08 .d_inner {
	background: url("../img/d_section/m_c05.jpg");
	background-repeat: no-repeat;
	}	
}
@media (max-width: 485px) {
	#d_section01 .d_inner {

		background-size: cover;		
	}	
	#d_section06 .d_inner {
		background-size: cover;	
	}
	#d_section08 .d_inner {
		background-size: cover;	
	}
	#d_section05-1 .d_inner {
		background-size: cover;	
	}
}

/* SECTION05 */

.d_circle01 {
  position: absolute;
  top: 45%;
  right: 20%;
  animation: circle01 8s linear infinite alternate;
  animation-delay: 1s;
}
.d_circle02 {
  position: absolute;
  top: -5%;
  left: 2.5%;
  animation: circle02 8s linear infinite alternate;
  animation-delay: 1s;
}
.d_circle03 {
  position: absolute;
  top: 30%;
  right: 2.5%;
  animation: circle03 8s linear infinite alternate;
  animation-delay: 1s;
}
@keyframes circle01 {
  to {
    top: 45%;
    right: 80%;
  }
}
@keyframes circle02 {
  to {
    top: -5%;
    left: calc(97.5% - 102px);
  }
}
@keyframes circle03 {
  to {
    top: 30%;
    right: calc(97.5% - 68px);
  }
}
.d_section05 figure {position: relative;}
.d_floating_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}


/* SECTION06 */
.d_deco_img {
  position: absolute;
  bottom: -12.56%;
  z-index: 3;
}

/* SECTION07 */
#d_section07 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#d_section07 .d_inner {
  background: url("../img/d_section/p06.jpg") 50% 50% / cover no-repeat;
  /* height: 500px; */
  padding: 250px 2.5% 120px;
}
#d_section07 .d_inner > figure,
#d_section07 .sec07_sort {
  margin-bottom: 70px;
}
#d_section07 .sec07_sort {
  display: flex;
  justify-content: center;
}
#d_section07 .sec07_sort li {margin: 0 6px; position: relative;}
#d_section07 .sec07_sort li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  color: #ddc079;
  border: 2px solid #ddc079;
  border-radius: 50px;
  width: 187px;
  height: 53px;
  z-index: 2;
}
#d_section07 .sec07_sort li.on a {
  position: relative;
  background-color: #ff5a00;
  color: #fff;
  border:  none;
  border-radius: 0;
  transform: skewX(-15deg);
}
#d_section07 .sec07_sort li.on::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -35px;
  width: 100%;
  height: 100%;
  background-color: #ffd201;
  transform: skewX(-15deg);
  z-index: 2;
  /* display: none; */
}
#d_section07 .sec07_sort_list.on {display: block;}
#d_section07 .sec07_sort_list {display: none;}
#d_section07 .sec07_sort_list li {
  float: left;
  width: 25%;
  text-align: center;
}
#d_section07 .sec07_sort_list span {
  display: block;
}
#d_section07 .sec07_sort_list span img {
  width: 100%;
  padding: 0 2.5%;
}
#d_section07 .sec07_sort_list span:nth-child(2) {
  font-size: 1.5625rem;
  font-family: 'GmarketSansMedium';
  margin-top: 22px;
  margin-bottom: 45px;
}
.d_deco_bg {
  position: absolute;
  top: 0;
  z-index: 2;
}
/* .d_deco_bg h4 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: red;
} */

/* FOOTER */

.d_footer {margin-bottom: 100PX;}
.d_footer .d_inner {
  /* height: 264px; */
  background-color: #272224;
  padding: 50px 2.5%;
}
.d_ft_logo {
  float: left;
  margin-right: 70px;
}
.d_ft_cont {
  float: left;
  color: #9c9396;
}
/* .d_privacy {margin-bottom: 15px;} */
.d_privacy li {display: inline-block; margin-right: 25px;}
.d_privacy li:last-child {margin-right: 0;}
.d_ft_info {margin-bottom: 25px;}
.d_privacy li a {font-size: 1rem; color: #fff;}
.d_ft_info span {font-size: 1rem;}
.d_copy {font-size: 0.875rem;}

.d_ft_sub_cont {
  position: absolute;
  bottom: 50px;
  right: 2.5%;
}
.d_ft_sns {
  display: flex;
  margin-bottom: 30px;
}
.d_ft_sns li {margin-right: 16px;}
.d_ft_sns li:last-child {margin-right: 0;}
.d_ft_sub_cont h2 {
  color: #fff000; 
  font-size: 1.875rem;
  margin-bottom: 20px;

/* 	background-color: #fff;
  
  
  background-image: linear-gradient(#fff000, #ffb600);
  
  
  background-size: 100%;
  background-repeat: repeat;
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent; */
}
.d_ft_tel .d_tel_num {font-size: 2.8125rem;}

/* PRIVACY */
/*popup privacy_olicy terms_service */
.k_pop_wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.7);z-index: 9999;display: none;}
.k_pop_inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 80%;max-width: 800px;background: #FFF;box-shadow: 5px 5px 13px rgba(0,0,0,0.3);padding: 40px;}

.pop_content{position: relative;}
.pop_content h4{font-size: 1.3rem;font-weight: bold;letter-spacing: -0.045em;margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #ddd;}
.pop_content p{max-height: 350px;overflow-y: scroll;font-size: 14px;}
.pop_content p i{display: block;}
.pop_content p i b{font-weight: 500;}

.pop_close{position: absolute;top: 0;right: 0;width: 30px;height: 30px;}
.pop_close span{position: absolute;top: 14px;left: 0;width: 100%;height: 2px;background: #222;transition: transform 0.3s;}
.pop_close span:nth-child(1){transform: rotate(45deg);}
.pop_close span:nth-child(2){transform: rotate(-45deg);}
.pop_close:hover span{transform: rotate(0);}

/* form */
.d_form {height: 100%;}
.form_btn #btn_submit {
	width: 170px;
	height: 54px;
	font-size: 1.4rem;
  color: #fff;
  background-color: #960000;
  border: none;
  cursor: pointer;
  line-height: 55px;
}
@media screen and (max-width:1080px) {
	.form_btn #btn_submit {width: 150px;}
}
.form_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.form_inner ul:nth-child(1) {
	display: flex;
	justify-content: center;
}
.form_con {
	max-width: 1150px;
}
.form_input {
	height: 54px;
  border: none;
  padding-left: 17px;
  font-size: 1.125rem;
  color: #222;
}
.form_input::placeholder {
  color: #b3b3b3;
}
.form_name {width: 188px; margin-right: 9px;}
.form_tel {width: 229px; margin-right: 7px;}
.form_inner ul li {
	margin-top: 0;
}
.form_inner ul:nth-child(2) {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.form_check {
	width: auto;
  margin-top: 9px;
}
.form_radio label b, .form_check label b {
	color: #333; font-weight:400;
}
.form_inner ul li {
	/* padding: 30px 0 0; */
}
.d_kakao_btn {
	right: 56px;	
}
input#agree1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  overflow: hidden;
}
.form_radio label span, 
.form_check label span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  border-radius: 13px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 9px;
}
.check_flex {display: flex; align-items: center; padding:35px 0; font-weight:400;}
.form_radio input[type='radio']:checked + label span, .form_check input[type='checkbox']:checked + label span {
    background: url("../img/d_icon/chk.png") no-repeat 50% 50% #390000;
    border-color: #fff;
}

/* MOVE TEL ICON */
.d_hd_tel span {position: relative; width: 50px; height: 50px;}
.d_hd_tel span img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation:     
		-webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    5% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    10% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    15% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    20% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    25% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    30% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    35% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    40% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    45% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    5% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    10% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    15% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    20% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    25% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    30% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    35% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    40% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    45% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

/* top_btn */
#d_top_btn {
	position: absolute;
	display:flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	right: 50px;
	width: 58px;
	height: 58px;
	background-color: #4f2a2a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#d_top_btn a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.d_index-3 {position: relative; z-index: 3;}


/* 반응형 작업 */
@media (max-width: 1580px) {
	#d_top_btn {
    top: -50px;
    right: 50px;
}
@media (max-width: 1320px) {
  .d_form_tit {width: auto;}
  .d_sec2_form {width: auto;}
  .form_inner {padding-left: 0;}
}
@media (max-width: 1140px) {
  .d_gnb > ul > li > a {
    padding: 0 15px;
  }
/*   .d_gnb, .d_hd_tel {
    display: none;
  } */
  .d_togglebar {display: block;}
}

@media (max-width: 1064px) {
  .d_form_tit {width: 100%;}
  .d_sec2_form {width: 100%;}
  #d_section02 .d_inner2 {height: auto;}
  .d_form_tit {justify-content: center; margin: 20px 0;}
  .form_inner ul:nth-child(2) {justify-content: center;}
	.d_footer {margin-bottom: 195PX;}
}

@media (max-width: 780px) {
  #d_section07 .sec07_sort_list li {
    width: 50%;
  }
   .d_gnb > ul > li > a {
    padding: 0 10px;
  }
@media (max-width: 480px){
	.d_gnb, .d_hd_tel {
    display: none;
  }
}
  .d_ft_cont {
    margin-top: 30px;
    width: 100%;
  }
  .d_ft_sub_cont {
    bottom: initial;
    top: 50px;
  }
  #d_section07 .sec07_sort li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #ddc079;
    border: 2px solid #ddc079;
    border-radius: 50px;
    width: 120px;
    height: 50px;
    z-index: 2;
  }
  #d_section07 .d_inner {
    padding: 140px 2.5% 80px;
  }
  #d_section07 .sec07_sort li.on::before {
    left: -10px;
  }
  .d_logo img {height: 100px;}
}
@media (max-width: 780px) {
  .br_780_on {display: block;}
  .img_780_off {display: none;}
  .img_780_on {display: block;}
}

.d_sv {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;	
	background: url("../img/d_section/test_sv.jpg") 50% 50% / cover no-repeat;
	height: 400px;
}



/*백진 오종인 퍼블 */


/* 오종인 */