@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;
}
img{
  max-width: 100%;
}

.inner{
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.gnb_nav .gnb {display: flex; gap: 0px; margin-right: 0px;
width: 100%;
justify-content: center;
}

.gnb_nav .gnb .depth1 {font-weight: 700; position: relative; transition: .3s;
  flex: 1;
  max-width: 120px;
  text-align: center;
  color: #2f2725;
  font-size: 18px;
}

.gnb_nav .gnb .depth1:hover > .depth1_a,
.gnb_nav .gnb .depth1.active > .depth1_a
{
  background: #2f2725;
  color: #fff;
}

.gnb_nav .gnb .depth1_a {font-size: 18px; position: relative; white-space: nowrap;
  color: #2f2725;
  padding: 16px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}

.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px; background-color: #0063B0; 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;
  }

.ham_open .bar {display: block; width: 100%; height: 3px; background-color:#2f2725;}

.gnb_nav .snb .depth2 a:hover {color: #0063B0;}

.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; background: #0063B0; position: absolute; top: 0; right: 0; cursor: pointer;}

.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 #0063B0; 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: #0063B0;}

.all_gnb_nav .active p.depth1_a{
  color: #0063B0;
}

/* common */
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.header {width: 100%; background-color: #fff;  position: fixed; top: 66px; left: 0; z-index: 99999; transition: 0.3s;}
.header .header-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  max-width: 1001px;
  width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
}
.header .header-top .go-shoppingmall{
  display: flex;
  gap: 60px;
}
.header .header-top .go-shoppingmall a{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #2f2725;
}
.header .header-top .go-shoppingmall a:hover{
  text-decoration: underline;
}
.header .header-top .go-shoppingmall img{
  max-width: 40px;
}
.header.scr, .header.sub {
  top: 0;
}
.header .inner {height: 100%; align-items: center;
max-width: 1001px;
width: 100%;
padding: 0;
}
.header .logo img {display: block; max-width: 150px; position: relative; top: 0px;}
.gnb_nav {display: flex; align-items: center;}


.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}


.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}

.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; left: 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);}

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

}
@media screen and (max-width: 1024px){
  .header .header-top .go-shoppingmall{
    gap: 16px;
    margin-left: auto;
  }
  .header .header-top .go-shoppingmall span{
    display: none;
  }
  .header .header-top .go-shoppingmall img{
    width: 30px;
  }
  .header .header-middle{
    display: none;
  }
  .ham_open{
    display: flex;
  }
	.header {height: auto;}
  .header .header-top{gap: 20px;padding: 20px;}
	.header .logo img {width: 100px;}
	.header .logo img {width: 100px;}
	.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 {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: 15px;
  font-size: 16px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px){

	.ham_open {width: 22px; height: 16px;}
	.all_menu_wrap {width: 100%;}
	.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;}
}


/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#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%;
  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;
}
}

/* subtop */


.main-inner{
  max-width: 1001px;
  width: 100%;
  margin: 0 auto;
}
.main-wrap{
  padding-top: 157px;
}

.pc-wrap .pb50{
  margin-bottom: 50px !important;
}
.pc-wrap .pb100{
  margin-bottom: 100px !important;
} 

/* .main-wrap .imgbox:nth-child(1){
  margin-bottom: 20px;
}
.main-wrap .imgbox:nth-child(2){
  margin-bottom: 60px;
}
.main-wrap .imgbox:nth-child(3){
  margin-bottom: 20px;
}
.main-wrap .imgbox:nth-child(4){
  margin-bottom: 30px;
}
.main-wrap .imgbox:nth-child(5){
  margin-bottom: 60px;
}
.main-wrap .imgbox:nth-child(6){
  margin-bottom: 40px;
} */

/* .main-wrap .tel-con-line{
  padding: 0 20px;
  padding-bottom: 40px;
} */
.main-wrap .tel-con-line{
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
}
/* .main-wrap .tel-con-line.last{
  border-bottom: 10px solid #0063B0;
} */
.main-wrap .tel-con-line > li{
  width: 50%;
}
.main-wrap .tel-con-line > li:nth-child(1),
.main-wrap .tel-con-line > li:nth-child(2){
  margin-bottom: 30px;
}

.pc{
  display: block !important;
}
.mobile{
  display: none !important;
}

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

.foot-wrap .foot-inner{
  max-width: 1001px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.foot-wrap .foot-bottom .foot-inner{
  max-width: 1001px;
  padding: 0 20px;
}
.foot-wrap .foot-top .con-line{
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.foot-wrap .foot-top .con-line > li{
  flex: 1;
  border-right: 1px solid #ddd;
}
.foot-wrap .foot-top .con-line > li:last-child{
  border: none;
}
.foot-wrap .foot-top .con-line > li .imgbox{
  text-align: center;
}
.foot-wrap .foot-top .con-line > li:first-child{
  font-size: 22px;
  font-weight: 500;
  color: #8D867E;
  text-align: center;
}
.foot-wrap .foot-top .con-line > li .imgbox img{
  max-width: 120px;
}
.foot-wrap .foot-bottom{
  background: #FCFCFC;
  padding: 40px 0;
  position: relative;
}
.partner-sel{
  position: absolute;
  top: 0px;
  right: 0;
  width: 200px;
}
.partner-sel select{
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 25px 0 15px;
  cursor: pointer;
  background: #fff url(../img/sel-bottom-arrow.svg) no-repeat center right 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px rgb(216, 216, 216);
}


.foot-wrap .foot-bottom .con-line{
  display: flex;
  gap: 30px;
  align-items: start;
}
.foot-wrap .foot-bottom .con-line > li:first-child{
  width: 110px;
}
.foot-wrap .foot-bottom .con-line > li:last-child{
  width: calc(100% - 140px);
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-top .con-subline{
  display: flex;
  align-items: center;
  gap: 26px;
  padding-bottom: 30px;
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-top .con-subline li{
  position: relative;
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-top .con-subline li::after{
  content: "";
  display: block;
  width: 1.3px;
  height: 80%;
  background: #8D867E;
  position: absolute;
  top: 50%;
  right: -13.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-top .con-subline li:last-child::after{
  display: none;
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-top .con-subline li a{
  font-size: 15px;
  color: #8D867E;
  font-weight: 400;
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-top .con-subline li a:hover{
  font-weight: bold;
}

.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p,
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p span
{
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, .8);
  padding-bottom: 6px;
  line-height: 1.5;
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p span{
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  padding-bottom: 0;
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p span::after{
  content: "";
  display: block;
  width: 1.3px;
  height: 80%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  right: -0.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p span:last-child{
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p span:last-child::after{
  display: none;
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p.foot-p{
  padding-bottom: 3px;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p.foot-p::before{
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p.copyright{
  font-size: 12px;
  padding-top: 10px;
}

.mo-goshop-link{
}
.mo-goshop-link a{
  display: flex;
  gap: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #252062;
  padding: 20px;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.mo-goshop-link img{
  max-width: 20px;
}


.top-txtbox{
  max-width: 1001px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #2f2725;
  z-index: 3;
}
.top-txtbox p{
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}



@media(max-width:1024px){
  .partner-sel{
    width: 150px;
  }
  .partner-sel select{
    height: 40px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    background: #fff url(../img/sel-bottom-arrow.svg) no-repeat center right 10px;
  }
  .foot-wrap .foot-top{
    display: none;
  }
  .header.scr, .header.sub{
    border-bottom: 1px solid #eee;
  }

  .header{
    top: 45px;
  }
  .top-txtbox p{
    padding: 12px 10px;
    font-size: 16px;
    text-align: center;
  }
}

@media(max-width:767px){
  .foot-wrap .foot-top .con-line{
    padding: 12px 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .foot-wrap .foot-top .con-line > li{
    flex: none;
  }
  .foot-wrap .foot-top .con-line > li:first-child{
    font-size: 16px;
  }
  .foot-wrap .foot-top .con-line > li .imgbox img{
    max-width: 80px;
  }
  .foot-wrap .foot-bottom{
    padding: 30px 0;
  }
  .partner-sel{
    position: relative;
    padding-bottom: 20px;
    width: 100%;
  }
  
  .foot-wrap .foot-bottom .con-line{
    flex-wrap: wrap;
    gap: 20px;
  }
  .foot-wrap .foot-bottom .con-line > li:first-child{
    width: 100%;
  }
  .foot-wrap .foot-bottom .con-line > li:first-child img{
    max-width: 100px;
  }
  .foot-wrap .foot-bottom .con-line > li:last-child{
    width: 100%;
  }
  .foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-top .con-subline{
    gap: 13px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-top .con-subline li::after{
    width: 1px;
    right: -6.5px;
  }
  .foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-top .con-subline li a{
    font-size: 14px;
  }
  
  .foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p,
  .foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p span
  {
    padding-bottom: 4px;
    line-height: 1.4;
  }
  .foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p span{
    margin-right: 0px;
    padding-right: 0px;
    display: block;
  }
  .foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p span::after{
    width: 1px;
    display: none;
  }
  .foot-wrap .foot-bottom .con-line li:last-child .txtbox .txtbox-middle p.foot-p{
    padding-bottom: 2px;
    padding-left: 13px;
  }
}

.guide-wrap{
  padding: 50px 20px;
  border-top: 1px solid #eee;
}
.guide-wrap .inner{
  max-width: 1001px;
}
.guide-wrap .page-tit{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
.guide-wrap .txtbox{
  margin-bottom: 40px;
}
.guide-wrap .txtbox:last-child{
  margin-bottom: 0;
}
.guide-wrap .txtbox > h3{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.guide-wrap .txtbox .small-txtbox{
  margin-bottom: 20px;
}
.guide-wrap .txtbox .small-txtbox:last-child{
  margin-bottom: 0;
}
.guide-wrap .txtbox .small-txtbox > h3{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  position: relative;
  padding-left: 12px;
}
.guide-wrap .txtbox .small-txtbox > h3::before{
  content: "·";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.guide-wrap .txtbox .small-txtbox > p{
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}
.guide-wrap .txtbox .small-txtbox > p:last-child{
  margin-bottom: 0;
}
.guide-wrap .txtbox .small-txtbox > p::before{
  content: "-";
  position: absolute;
  top: 0;
  left: 12px;
}
.guide-wrap .stat-wrap{
  width: 100%;
  overflow-x: auto;
}
.guide-wrap .stat{ 
  min-width: 600px;
  width: 100%;
  border-top: 2px solid rgb(19,19,19);
  border-bottom: 1px solid #ccc;
  border-spacing: 0;
}
.guide-wrap .stat tr th,
.guide-wrap .stat tr td{
  width: 25%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid #ccc;
}
.guide-wrap .stat tr th:last-child,
.guide-wrap .stat tr td:last-child{
  border-right: none;
}
.guide-wrap .stat tr th{
  padding: 12px 5px;
  font-weight: bold;
  background: rgb(241, 242, 247);
}
.guide-wrap .stat tr td{
  padding: 8px 5px;
}

.mk-p{
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}
.mk-p:last-child{
  margin-bottom: 0;
}
.mk-p::before{
  content: "·";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.cm-con-wrap01 .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.cm-con-wrap01 .con-line > li{
  width: calc(33.33% - (40px / 3));
  background: #f1f1f1;
}
.cm-con-wrap01 .con-line > li .conbox .stepbox{
  background-color: rgb(70, 176, 181);
}
.cm-con-wrap01 .con-line > li .conbox .stepbox01{
  /* background-color: rgb(139, 222, 225); */
  background-color: rgb(70, 176, 181);
}
.cm-con-wrap01 .con-line > li .conbox .stepbox02{
  /* background-color: rgb(70, 191, 197); */
  background-color: rgb(70, 176, 181);
}
.cm-con-wrap01 .con-line > li .conbox .stepbox03{
  /* background-color: rgb(0, 171, 178); */
  background-color: rgb(70, 176, 181);
}
.cm-con-wrap01 .con-line > li .conbox .stepbox{
}
.cm-con-wrap01 .con-line > li .conbox .stepbox p{
  padding: 25px 0;
  font-family: 'Poppins', sans-serif !important;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.48px;
  color: rgb(255, 255, 255);
}
.cm-con-wrap01 .con-line > li .conbox .txtbox{
  text-align: center;
  padding: 20px 20px;
  /* border: solid 1px rgb(209, 209, 209); */
}
.cm-con-wrap01 .con-line > li .conbox .txtbox h4{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: rgb(25, 25, 25);
  margin-bottom: 8px;
}
.cm-con-wrap01 .con-line > li .conbox .txtbox p{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.4px;
  color: rgb(25, 25, 25);
}
.cm-con-wrap01 .con-line > li .conbox .txtbox h5.date{
  text-align: center;
  margin-bottom: 28px;
}
.cm-con-wrap01 .con-line > li .conbox .txtbox h5.date > span{
  display: inline-block;
  padding: 8px 15px;
  border-radius: 9999px;
  background-color: rgb(217, 217, 217);

  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: rgb(25, 25, 25);
}

@media(max-width:1024px){
  .guide-wrap{
    padding: 30px 20px;
  }
  .guide-wrap .page-tit{
    margin-bottom: 30px;
  }
  .guide-wrap .txtbox{
    margin-bottom: 20px;
  }
  .guide-wrap .txtbox > h3{
    margin-bottom: 8px;
  }
  .guide-wrap .txtbox .small-txtbox{
    margin-bottom: 10px;
  }
  .guide-wrap .txtbox .small-txtbox > h3{
    margin-bottom: 4px;
  }
  .guide-wrap .stat tr th,
  .guide-wrap .stat tr td{
    font-size: 13px;
  }
  .guide-wrap .stat tr th{
    padding: 8px 4px;
  }
  .guide-wrap .stat tr td{
    padding: 5px 4px;
  }
  
  .mk-p{
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
  }
  .mk-p:last-child{
    margin-bottom: 0;
  }
  .mk-p::before{
    content: "·";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
  }


  .cm-con-wrap01 .con-line{
    gap: 20px 10px;
  }
  .cm-con-wrap01  .con-line > li{
    width: calc(50% - (10px / 2));
  }
  .cm-con-wrap01 .con-line > li .conbox .stepbox{

  }
  .cm-con-wrap01 .con-line > li .conbox .stepbox p{
    padding: 12px 0;
    font-size: 16px;
  }
  .cm-con-wrap01 .con-line > li .conbox .txtbox{
    padding: 30px 20px;
  }
  .cm-con-wrap01 .con-line > li .conbox .txtbox h4{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .cm-con-wrap01 .con-line > li .conbox .txtbox p{
    font-size: 16px;
  }
  .cm-con-wrap01 .con-line > li .conbox .txtbox h5.date{
    margin-bottom: 12px;
  }
  .cm-con-wrap01 .con-line > li .conbox .txtbox h5.date > span{
    padding: 5px 15px;
    font-size: 16px;
  }
}

@media(max-width:767px){
  .cm-con-wrap01 .con-line{
    gap: 10px;
  }
  .cm-con-wrap01 .con-line > li .conbox .txtbox h4{
    font-size: 18px;
  }
  .cm-con-wrap01 .con-line > li .conbox .txtbox{
    padding: 17px 15px 20px;
  }
}

/* 채무 */


.link_box{width: 100%;max-width: 1001px;margin: 0 auto;}
.link_box .link{display: flex;justify-content: right;}

@media(max-width:767px){
  .link_box .link > li img{width: 50px;}
}