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

@font-face {
  font-family: 'OTWelcomeRA2';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/OTWelcomeRA.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gmarket";
  font-weight: 300;
  src: url(../font/GmarketSansLight.woff2) format("woff2");
  src: url(../font/GmarketSansLight.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: 500;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: 700;
  src: url(../font/GmarketSansBold.woff2) format("woff2"); 
  src: url(../font/GmarketSansBold.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: 'Noto Sans KR', 'sans-serif';
  word-break: keep-all;
}
.malang,
.malang *
{
  font-family: 'malang', sans-serif !important;
}
.welcom,
.welcom *
{
  font-family: 'welcom', sans-serif !important;
}
.paybooc,
.paybooc *
{
  font-family: 'paybooc', sans-serif !important;
}
.gmarket,
.gmarket *
{
  font-family: 'gmarket', sans-serif !important;
}

img{
  max-width: 100%;
}

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

.sub_wrap .inner{max-width: 1200px;}

.gnb_nav .gnb {display: flex; gap: 45px; margin-right: 0px;}

.gnb_nav .gnb .depth1 {font-weight: 600; position: relative; transition: .3s;}

.gnb_nav .gnb .depth1:hover > .depth1_a,
.gnb_nav .gnb .depth1.active > .depth1_a
{color: rgb(227, 108, 144);}

.gnb_nav .gnb .depth1_a {display: inline-block; font-size: 16px; line-height: 32px; position: relative; white-space: nowrap; top : 2px;padding-bottom: 20px;}

.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px; background-color: rgb(227, 108, 144); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}

.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: rgb(227, 108, 144);}

.gnb_nav .snb .depth2 a:hover {color: rgb(227, 108, 144);}

.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; background: rgb(227, 108, 144); position: absolute; top: 0; right: 0; cursor: pointer;}

.gnb_nav .snb {width: auto; min-width: 200px; padding: 10px 0; font-size: 16px; text-align: center; line-height: 1.3; background: #fff; border-top: 4px solid rgb(227, 108, 144); 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;}

.all_gnb_nav .depth2 a:hover {color: rgb(227, 108, 144);}

.all_gnb_nav .active p.depth1_a{
  color: rgb(227, 108, 144);
}
.mobile{
  display: none !important;
}

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

/* 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: flex-end; padding-top: 60px; max-width: 1540px; }
.header .logo{padding-bottom: 20px;}
.header .logo img {display: block; max-width: 212px; position: relative; top: 0px;}
.gnb_nav {display: flex; align-items: center;}

.gnb_nav .gnb *{
  font-family: 'malang', sans-serif !important;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}

.gnb .snb .depth2{position: relative;}
.gnb_nav .snb .depth2 a {display: block; padding: 9px 30px 8px; word-break: keep-all;}
/* .gnb_nav .snb .depth2 + .depth2 {padding-top: 17px;} */


/* 3차 메뉴 */
.gnb .snb .depth2 .depth3{display: none;width: 180px;padding: 20px 0;font-size: 16px;text-align: center;line-height: 1.3;background: #fff;border-top: 4px solid rgb(227, 108, 144);box-shadow: 0 3px 3px rgba(0, 0, 0, .1);position: absolute;top: 0;left: 100%;}
.gnb .snb .depth2:first-child .depth3{top: -14px;}
.gnb .snb .depth2 .depth3 > li:nth-child(n + 2){margin-top: 12px;}
.gnb .snb .depth2 .depth3 > li a{display: block;padding: 0 20px;}
/* 3차 메뉴 */


.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 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 .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_menu_wrap.on {opacity: 1; transform: translateY(0);}

.all_menu_wrap .sml_banner_wrap{display: none;gap: 10px;flex-wrap: wrap;margin-top: 20px;padding: 0 10px;}
.all_menu_wrap .sml_banner_wrap > li{width: calc(50% - 5px);background-color: #FDEDED;text-align: center;padding: 0 10px;border-radius: 8px;overflow: hidden;}


.hd-marker-line *{
  font-family: 'welcom', sans-serif !important;
}
.hd-marker-line{padding-bottom: 20px;}
.hd-marker-line ul{
  display: flex;
  gap: 13px;
}
.hd-marker-line ul > li{
  width: 193px;
  border-radius: 23px;
  background-color: rgb(253, 237, 237);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: normal;
}
.hd-marker-line ul > li .con{
  display: block;
  width: 100%;
  padding: 15px 16px;
  padding-left: 90px;
  display: flex;
  align-items: center;
}
.hd-marker-line ul > li img{
  position: absolute;
}
.hd-marker-line ul > li:nth-child(1) img{
  bottom: 0;
  width: 68px;
  left: 12px;
}
.hd-marker-line ul > li:nth-child(2) img{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 48px;
  left: 18px;
}
.hd-marker-line ul > li:nth-child(3) img{
  top: 0;
  width: 57px;
  left: 18px;
}
.hd-marker-line ul > li .txtbox p{
  font-size: 15px;
  font-weight: normal;
  line-height: 1.31;
  letter-spacing: -0.53px;
  color: rgb(94, 90, 88);
}
.hd-marker-line ul > li .txtbox p span{
  color: rgb(233, 137, 118);
}

@media screen and (max-width: 1440px){
  .hd-marker-line{
    display: none;
  }
  .header .inner{
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
  }
  .header .inner{
    align-items: center;
  }
	.header {
    /* height: 80px; */
    height: auto;
  }
  .header .inner{
    padding-top: 24px;
    padding-bottom: 14px;
  }
  .header .logo{padding-bottom: 0;}
	.header .logo img {width: 130px;}
	.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: 15px 20px; 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 {position: relative;margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
  .all_gnb_nav .depth2.mo_depth1::after{content: '';position: absolute;top: 15px;right: 30px;width: 20px;height: 20px;background: url(/html/img/ham_arr.svg) no-repeat center / cover;z-index: 11;transition: transform 0.3s;}
  .all_gnb_nav .depth2.mo_depth1.open::after{transform: rotate(180deg);}
	.all_gnb_nav .depth2 a {
    position: relative;
    z-index: 22;
    display: block;
    padding: 15px;
    font-size: 16px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }

  .header .all_menu_wrap .all_gnb_nav .depth2 .depth3{width: 100%;padding: 12px 0;font-size: 15px;text-align: left;border: unset;box-shadow: unset;position: unset;}
  .header .all_menu_wrap .all_gnb_nav .depth2 .depth3 > li a{padding: 8px 25px;font-size: 15px;}
  .gnb .snb .depth2 .depth3 > li:nth-child(n + 2){margin-top: 0;}

  .all_menu_wrap .sml_banner_wrap{display: flex;}
}
@media screen and (max-width: 1200px){
  
  .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: 20px;
  }
  
	.all_gnb_nav .snb {font-size: 16px;}
}
@media screen and (max-width: 360px){
  .all_menu_wrap .sml_banner_wrap > li{width: 100%;max-height: 75px;}
  .all_menu_wrap .sml_banner_wrap > li img{height: 100%;}
}

/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 155px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  min-height: 355px;
  padding: 120px 0 140px;
}
.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: 50px;
  font-weight: 400;
  color: #e36c90;
}
.sub_visual .subtop-txtbox p{
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-top: 10px;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  background-color: #fdeded;
  position: relative;
  z-index: 100;
}
.sub_nav .inner{
  max-width: 980px;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #f5c7d2;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #f5c7d2;
  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: 360px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #e36c90;
  padding: 20px 24px;
  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: #fdeded;
  border: 1px solid #f5c7d2;
  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 #f5c7d2;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #e36c90;
  padding: 18px 24px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #e36c90;
  color: #fff;
}


@media(max-width:1024px){
  #sub_container {
    margin-top: 90px;
  }
  .subtop-con-wrap{
    min-height: 200px;
    padding: 60px 0;
  }
  .sub_visual.sv04 {
    background-position: center right 30%;
  }
  

  .sub_visual .sub_tit {
    font-size: 30px;
  }
  .sub_visual .subtop-txtbox p{
    font-size: 15px;
    margin-top: 5px;
  }  
  .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 {
    font-size: 16px;
    padding: 15px 10px;
  }
  .sub_nav_ul .drop_menu li a{
    font-size: 15px;
    padding: 12px 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;
  }
}

/* subtop */


@keyframes fadeInOnce {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.quick-bar-wrap{
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  max-width: 1200px;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.quick-bar-wrap.scr{
  bottom: 30px;
   transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
.quick-bar-wrap.animate-flash {
  animation: fadeInOnce 0.6s;
}
.quick-bar-wrap .con-line{
  display: flex;
  border-radius: 9999px;
  overflow: hidden;
}
.quick-bar-wrap .con-line > .closed-li{
  width: 100px;
  background-color: rgb(197, 69, 108);
}
.quick-bar-wrap .con-line > li{
  width: calc(25% - (100px / 4));
  background-color: rgb(227, 108, 144);
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-bar-wrap .con-line > .closed-li .quick-bar-closed{
  display: block;
  border: none;
  outline: none;
  background: none;
  width: 100%;
  text-align: center;
  min-height: 72px;
}
.quick-bar-wrap .con-line > .closed-li .quick-bar-closed img{
  display: inline-block;
  margin-bottom: 9px;
}
.quick-bar-wrap .con-line > .closed-li .quick-bar-closed p{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.77px;
  color: rgb(255, 255, 255);
}
.quick-bar-wrap .con-line > li a{
  padding: 24px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.99px;
  color: rgb(255, 255, 255);
  text-align: center;
  width: 100%;
}
.quick-bar-wrap.closed{
  max-width: 100px;
}
.quick-bar-wrap.closed .con-line > li{
  display: none;
}
.quick-bar-wrap .con-line > .closed-li{
  display: flex !important;
}
.quick-bar-wrap.closed .con-line > .closed-li .quick-bar-closed img{
  transform: rotate(180deg);
}

.quick-inq-wrap{
  /* position: fixed;
  bottom: 120px;
  right: calc(50vw - 600px); */
  max-width: 477px;
  width: 100%;
  z-index: 999; 
  padding: 11px 15px;
  border-radius: 9999px;
  overflow: hidden;
  background: #fff;
}
.quick-inq-wrap .quick-inq-box form .con-line{
  display: flex;
  gap: 16px;
}
.quick-inq-wrap .quick-inq-box form .con-line > .submit-li{
  width: 87px;
}
.quick-inq-wrap .quick-inq-box form .con-line > li.ipt-box{
  display: flex;
  align-items: center;
  gap: 6px;
}
.quick-inq-wrap .quick-inq-box form .con-line > li label{
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.77px;
  color: rgb(94, 90, 88);
}
.quick-inq-wrap .quick-inq-box form .con-line > li:nth-child(1) label,
.quick-inq-wrap .quick-inq-box form .con-line > li:nth-child(3) label
{
  width: 20px;
}
.quick-inq-wrap .quick-inq-box form .con-line > li:nth-child(2) label{
  width: 28px;
}
.quick-inq-wrap .quick-inq-box form .con-line > li:nth-child(1) input,
.quick-inq-wrap .quick-inq-box form .con-line > li:nth-child(3) input
{
  width: calc(100% - 26px);
}
.quick-inq-wrap .quick-inq-box form .con-line > li:nth-child(2) input{
  width: calc(100% - 34px);
}
.quick-inq-wrap .quick-inq-box form .con-line > li:nth-child(1) input{
  max-width: 50px;
}
.quick-inq-wrap .quick-inq-box form .con-line > li:nth-child(2) input{
  max-width: 77px;
}
.quick-inq-wrap .quick-inq-box form .con-line > li:nth-child(3) input{
  max-width: 87.5px;
}
.quick-inq-wrap .quick-inq-box form .con-line > li input{
  border: none;
  outline: none;
  border-bottom: 1px solid rgb(94, 90, 88);
  font-size: 12px;
  font-weight: 400;
  color: #000;
  overflow: hidden;
}
.quick-inq-wrap .quick-inq-box form .con-line > .submit-li button{
  border: none;
  outline: none;
  border-radius: 999px;
  background-color: rgb(227, 108, 144);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.77px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 8px 0;
  width: 100%;
}
.quick-inq-wrap .quick-inq-box form .con-line > .submit-li button:hover{
  text-decoration: underline;
}

@media(max-width:1024px){
  .quick-bar-wrap{
    left: initial;
    transform: initial !important;
    -webkit-transform: initial !important;
    max-width: initial;
    width: 100px;
    right: 20px;
  }
  .quick-bar-wrap .con-line{
    flex-wrap: wrap;
    border-radius: 16px;
  }
  .quick-bar-wrap .con-line > .closed-li{
    width: 100%;
  }
  .quick-bar-wrap .con-line > li{
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .quick-bar-wrap .con-line > li:last-child{
    border: none;
  }
  .quick-bar-wrap .con-line > .closed-li .quick-bar-closed{
    min-height: initial;
  }
  .quick-bar-wrap .con-line > .closed-li .quick-bar-closed img{
    margin-bottom: 5px;
  }
  .quick-bar-wrap .con-line > li a{
    padding: 10px 0;
    font-size: 16px;
  }
  .quick-bar-wrap .con-line > .closed-li .quick-bar-closed{
    padding: 10px 0;
  }
  .quick-inq-wrap{
    max-width: 100%;
    border-radius: 12px;
  }
  .quick-inq-wrap .quick-inq-box form .con-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .quick-inq-wrap .quick-inq-box form .con-line > li {
    width: 100% !important;
  }
  .quick-inq-wrap .quick-inq-box form .con-line > li label{
    font-size: 13px;
  }
  .quick-inq-wrap .quick-inq-box form .con-line > li label
  {
    width: 34px !important;
  }
  .quick-inq-wrap .quick-inq-box form .con-line > li input
  {
    width: calc(100% - 34px) !important;
    max-width: 100% !important;
  }
  .quick-inq-wrap .quick-inq-box form .con-line > li input{
    font-size: 13px;
  }
  .quick-inq-wrap .quick-inq-box form .con-line > .submit-li button{
    font-size: 14px;
    padding: 6px 0;
  }
}

/* quick메뉴 */

.foot-bottom{
  z-index: 1000;
}
.foot-wrap, .foot-top, .foot-bottom{
  position: relative;
  width: 100%;
}
.foot-top{
  padding: 130px 0;
  border-top: 1px solid rgba(94, 90, 88,0.1);
}
.foot-top .con-line{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
.foot-top .con-line > li .ft-tit{
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -2.37px;
  color: rgb(227, 108, 144);
  margin-bottom: 36px;
}
.foot-top .con-line > li .conbox > .midium-txtbox{
  margin-bottom: 40px;
}
.foot-top .con-line > li .conbox > .midium-txtbox:last-child{
  margin-bottom: 0;
}
.foot-top .con-line > li .conbox > .midium-txtbox h3{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1.1px;
  color: rgb(94, 90, 88);
  margin-bottom: 12px;
}
.foot-top .con-line > li .conbox > .midium-txtbox p{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.75px;
  color: rgb(94, 90, 88);
}
.foot-top .con-line > li .conbox > .midium-txtbox p .pink{
  color: #e0527d;
}
.foot-top .con-line > li .conbox > .midium-txtbox p b{
  font-weight: 600;
}
.foot-top .con-line > li .conbox > .midium-txtbox p .subtxt{
  display: block;
  margin-bottom: 5px;
}
.foot-top .con-line > li .conbox > .midium-txtbox p .block{
  display: block;
  margin-top: 10px;
}
.foot-top .con-line > li .conbox > .midium-txtbox p .subtxt:last-child{
  margin-bottom: 0;
}
.foot-top .con-line > li .conbox > .midium-txtbox p .tel-txt{
  font-size: 30px;
}
.foot-top .con-line > li .conbox .work-time-wrap{
  margin-bottom: 80px;
}
.foot-top .con-line > li.right{
  position: relative;
}
.foot-top .con-line > li.right .map-imgbox{
  position: absolute;
  top: 0;
  left: -84px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  width: 540px;
}
.mb40{
  margin-bottom: 40px !important;
}
.p-mk{
  display: block;
  position: relative;
  padding-left: 10px;
}
.p-mk::before{
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.cm-link1 a{
  display: flex;
  max-width: 270px;
  width: 100%;
  padding: 20px 30px;
  justify-content: space-between;
  align-items: center;
  border-radius: 999px;
  background-color: rgb(227, 108, 144);
}
.cm-link1 a > .txt{
  width: 180px;
}
.cm-link1 a > .arrowicon{
  width: 20px;
}
.cm-link1 a > span{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.9px;
  color: rgb(255, 255, 255);
}
.work-time-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.work-time-line:last-child{
  margin-bottom: 0;
}
.work-time-line > li{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.38px;
  color: rgb(94, 90, 88);
}
.work-time-line > .tit{
  display: flex;
  justify-content: space-between;
  width: 55px;
}
.work-time-line > .txt{
  width: calc(100% - 65px);
}
.smbr{
  display: none !important;
}


.foot-bottom{
  padding: 46px 0 100px;
  background-color: rgb(197, 69, 108); 
}
.foot-bottom .inner > .con-line{
  display: flex;
  position: relative;
  gap: 120px;
  align-items: flex-start;
}
.foot-bottom .inner > .con-line > .logobox{
  width: 171px;
}
.foot-bottom .inner > .con-line > .bus-info-box{
  width: calc(100% - 171px);
}
.foot-bottom .inner > .con-line > .quick-inq-wrap{
  position: absolute;
  bottom: 0;
  right: 0;
}
.foot-bottom .inner > .con-line > .bus-info-box .top-agrbox{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.foot-bottom .inner > .con-line > .bus-info-box .top-agrbox > a{
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.75px;
  color: rgb(255, 255, 255);
}
.foot-bottom .inner > .con-line > .bus-info-box .businfo-txt p{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.foot-bottom .inner > .con-line > .bus-info-box .businfo-txt p,
.foot-bottom .inner > .con-line > .bus-info-box .businfo-txt p span{
  font-size: 15px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -0.75px;
  color: rgb(255, 255, 255);
}


@media(max-width:1400px){
  .foot-top .inner > .con-line > li.right .map-imgbox{
    left: -30px;
    width: 480px;
  }
}

@media(max-width:1280px){
  .foot-top .con-line > li.right .map-imgbox{
    width: 450px;
  }
  .foot-top .con-line > li .conbox > .midium-txtbox p{
    font-size: 14px;
  }
}

@media(max-width:1200px){
  .foot-top{
    padding: 60px 0;
  }
  .foot-top .con-line{
    gap: 60px;
  }
  .foot-top .con-line > li{
    width: 100%;
  }
  .foot-top .con-line > li .ft-tit{
    font-size: 24px;
    letter-spacing: -1.37px;
    margin-bottom: 20px;
  }
  .foot-top .con-line > li .conbox > .midium-txtbox{
    margin-bottom: 15px;
  }
  .foot-top .con-line > li .conbox > .midium-txtbox h3{
    font-size: 18px;
    color: rgb(94, 90, 88);
    margin-bottom: 6px;
  }
  .foot-top .con-line > li .conbox > .midium-txtbox p{
    font-size: 14px;
  }
  .foot-top .con-line > li .conbox > .midium-txtbox p .subtxt{
    margin-bottom: 4px;
  }
  .foot-top .con-line > li .conbox > .midium-txtbox p .tel-txt{
    font-size: 22px;
  }
  .foot-top .con-line > li .conbox .work-time-wrap{
    margin-bottom: 25px;
  }
  .foot-top .con-line > li.right{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .foot-top .con-line > li.right .map-imgbox{
    position: relative;
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    max-width: 400px;
    width: 100%;
    order: 1;
  }
  .foot-top .inner > .con-line > li.right .map-imgbox{
    left: 0;
  }
  .mb40{
    margin-bottom: 15px !important;
  }
  .p-mk{
    padding-left: 8px;
  }
  .cm-link1 a{
    max-width: 200px;
    padding: 15px 20px;
  }
  .cm-link1 a > .txt{
    width: 150px;
  }
  .cm-link1 a > span{
    font-size: 17px;
  }
  .work-time-line{
    margin-bottom: 6px;
  }
  .work-time-line > li{
    font-size: 14px;
  }
  .work-time-line > .tit{
    width: 50px;
  }
  .work-time-line > .txt{
    width: calc(100% - 60px);
  }


  .foot-bottom{
    padding: 30px 0 100px;
  }
  .foot-bottom .inner > .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .foot-bottom .inner > .con-line > .logobox{
    width: 100%;
  }
  .foot-bottom .inner > .con-line > .logobox img{
    max-width: 170px;
    width: 100%;
  }
  .foot-bottom .inner > .con-line > .bus-info-box{
    width: 100%;
  }
  .foot-bottom .inner > .con-line > .quick-inq-wrap{
    position: relative;
  }
  .foot-bottom .inner > .con-line > .bus-info-box .top-agrbox{
    gap: 10px;
    margin-bottom: 20px;
  }
  .foot-bottom .inner > .con-line > .bus-info-box .businfo-txt p{
    gap: 3px;
  }
  .foot-bottom .inner > .con-line > .bus-info-box .businfo-txt p:first-child{
    margin-bottom: 3px;
  }
  .foot-bottom .inner > .con-line > .bus-info-box .businfo-txt p,
  .foot-bottom .inner > .con-line > .bus-info-box .businfo-txt p span{
    font-size: 14px;
  }
  .foot-bottom .inner > .con-line > .bus-info-box .businfo-txt p span{
    width: 100%;
  }
}

@media(max-width:767px){
  .foot-top .con-line > li.right .map-imgbox{
    max-width: 100%;
    width: 100%;
    order: 0;
  }
}
@media(max-width:500px){
  .smbr{
    display: block !important;
  }
}

/* footer */


.pg_wrap{float: none;display: block;text-align: center;margin-top: 60px;}
.pg_current{min-width: 32px;height: 32px;background-color: #e36c90;border: #E5E5E5 solid 1px;font-size: 14px;font-weight: 700;line-height: 32px;border-radius: 4px;}
.pg_page{min-width: 32px;height: 32px;background-color: #fff;border: #DFE3E8 solid 1px;font-size: 14px;font-weight: 700;line-height: 32px;color: #212B36;}
/* .pg_end {background: url(/html/img/btn_end2.png) no-repeat 50% 50% #fff;} */
/* .pg_start {background: url(/html/img/btn_first2.png) no-repeat 50% 50% #fff;} */


.bo-inner{padding: 160px 20px;}
.bo-inner .bo_tit_box{padding-bottom: 80px;}
.bo-inner .bo_tit_box h3{font-size: 45px;font-weight: 400;color: #e36c90;text-align: center;}
.bo-inner .bo_tit_box p{font-size: 16px;font-weight: 400;color: #000;text-align: center;margin-top: 30px;}

@media screen and (max-width:1024px) {
  .bo-inner{padding: 120px 20px;}
  .bo-inner .bo_tit_box{padding-bottom: 40px;}
  .bo-inner .bo_tit_box h3{font-size: 30px;}
  .bo-inner .bo_tit_box p{font-size: 15px;margin-top: 18px;}
}
@media screen and (max-width:768px) {
  .bo-inner{padding: 100px 20px;}
}

.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.board-btn-wrap{
  margin-top: 3rem !important;
}
.board-btn-wrap.sub-btn-wrap a, 
.board-btn-wrap.sub-btn-wrap button{
  display: block;
  font-size: 16px;
}

.top-subject-box .tool-line{
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.top-subject-box .tool-line li a{
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  display: block;
  min-width: 100px;
  height: auto;
  padding: 8px 5px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.top-subject-box .tool-line li.tool-button01 a{
  background: #e36c90;
  border: 1px solid #e36c90;
  color: #fff;
}
.top-subject-box .tool-line li a:hover{
  text-decoration: underline;
}
.view-conwrap{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.sub-btn-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 0 1rem;
}
.sub-btn-wrap.center{
  justify-content: center;
}

.sub-btn-wrap a,
.sub-btn-wrap button {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  padding: 0 20px;
  min-width: 150px;
  border: 0;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.sub-btn-wrap .cancel {
  border: 1px solid #e0e0e0;
}

.sub-btn-wrap .submit {
  color: #fff;
  border-color: #e36c90;
  background: #e36c90;
}

@media(max-width:1024px){
  .sub-btn-wrap a,
  .sub-btn-wrap button {
    font-size: 15px;
    line-height: 40px;
    min-width: 120px;
  }
}



.btn_submit{background: #e36c90;}
.btn_submit:hover{background: #e0527d;}
#reg_result{background: transparent !important;}
#reg_result .reg_result_p{color: #e36c90 !important;}
.reg_btn_submit{background: #e0527d !important;}
#reg_result .result_txt{text-align: center !important;}
#mb_confirm p strong{color: #e0527d !important;}
.mbskin{max-width: 360px !important;width: 100% !important;}

/* 회원 버튼 */
.member_box{position: absolute;top: 20px;right: 40px;display: flex;gap: 20px;z-index: 11;}
.member_box > li a{font-size: 16px;font-weight: 400;color: #000;}
.member_box > li a.log_btn{color: #e36c90;}
.member_box > li a:hover{text-decoration: underline;}

@media(max-width:1024px){
  .member_box{top: 10px;right: 20px;gap: 16px;}
  .member_box > li a{font-size: 15px;}
}




/* 팝업 */
@media screen and (max-width:768px) {
  .hd_pops_con {
    width: 100% !important;
    height: fit-content !important;
  }
  .hd_pops_con p {
    font-size: 0;
  }
  .hd_pops {
    width: calc(100vw - 20px) !important;
    max-width: 450px;
    left: 10px !important;
  }
}