@charset "UTF-8"; 

@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://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

@import url("https://use.typekit.net/rfj4ajd.css");



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

:root {
  --color-point : rgb(42,121,210);
  --color-point2 : rgb(50, 103, 237);

  --gray-bg : rgb(243, 243, 243);
}
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;
}
 
.cmt{
  font-family: "Cormorant", serif !important;
}

.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.en{
  font-family: 'contralto-medium', sans-serif !important;
}

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

/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  /* color: #A9806A; */
}
.gnb_nav .ham_open .bar{background-color: var(--color-point);}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: var(--color-point);}
.all_gnb_nav p.depth1_a::after{background-color: var(--color-point);}
.all_gnb_nav .depth2 a:hover {color: var(--color-point);}
.gnb_nav .snb .depth2.on a{
  color: var(--color-point);
}
.all_gnb_nav .depth2.on > a
{
  color: var(--color-point);
}

/* 헤더컬러 */


.header{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.header.scr{
  border-bottom: 1px solid #d9d9d9;
}
.header .header-top-area{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.header.scr .header-top-area{
  padding-top: 0px;
  padding-bottom: 0px;
  height: 0;
  border-bottom: 1px solid transparent;
}
.header .header-top-area .con-line{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.header .header-top-area .con-line > .sns{

}
.header .header-top-area .con-line > .sns .sns-line{
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .header-top-area .con-line > .sns .sns-line > a{
  display: block;
  width: 40px;
}
.header .header-top-area .con-line > .logobox .logo img{
  display: block;
  width: 93px;
}
.header .header-top-area .con-line > .shop-tool .tool-line{
  display: flex;
  gap: 13px;
  align-items: flex-start;
  
}
.header .header-top-area .con-line > .shop-tool .tool-line > a{
  display: block;
  text-align: left;
}
.header .header-top-area .con-line > .shop-tool .tool-line > a .iconbox{
  text-align: center;
  margin-bottom: 7px;
}
.header .header-top-area .con-line > .shop-tool .tool-line > a .iconbox img{
  display: inline-block;
  width: 20px;
}
.header .header-top-area .con-line > .shop-tool .tool-line > a .txtbox{
  /* text-align: left; */
  text-align: center;
}
.header .header-top-area .con-line > .shop-tool .tool-line > a .txtbox p{
  color: #333;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
}
.right-btn-area{
  display: none;
}
.header .header-bottom-area .inner{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.ham_open {
  /* width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; */
/* display: flex; */
cursor: pointer;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; 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 {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 40px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s; }
.header.scr .gnb_nav .gnb .depth1{
  line-height: 70px;
}
.gnb_nav .gnb .depth1_a {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  top : 2px;
  color: rgb(25,25,25);
}
/* 메뉴 호버타입1 */
.gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}
/* 메뉴 호버타입1 */


.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}

.header .header-bottom-area .pd-search-frm-wrapper .iptbox{
  position: relative;
  width: 240px;
}
.header .header-bottom-area .pd-search-frm-wrapper .iptbox input{
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(0,0,0);
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 25px;
}
.header .header-bottom-area .pd-search-frm-wrapper .iptbox button{
  width: 18px;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


.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 .all_menu_top .logo img{
  width: 93px;
}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; 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; overflow-y: auto;}

.all_gnb_nav::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.all_gnb_nav::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}


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


.all_gnb_nav .gnb li .snb{
  padding-top: 35px;
}
.all_gnb_nav .gnb li .snb > h2{
  display: none;
}



/* 언어변경 버튼 */
header .language_btn{font-size: 0;position: relative;}
header .language_btn button {outline: none;border: none;display: block;background-color: transparent;}
header .language_btn button img{max-width: 100%;}
header .language_btn .lang_list{display: none;position: absolute;top: 150%;left: 50%;background-color: #fff;border: rgba(0, 0, 0, 0.05) solid 1px;border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px 0;transform: translateX(-50%);padding: 12px 10px; z-index: 9;}
header .language_btn .lang_list > li:nth-child(n + 2){margin-top: 10px;}
header .language_btn .lang_list > li a{display: block;font-size: 12px;font-weight: 400;color: #1D1D1D;line-height: 2;padding: 0 20px;transition: color 0.3s;white-space: nowrap;}
header .language_btn .lang_list > li a:hover{color: #3561FD;}

.all_menu_membertool-wrapper{
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.all_menu_membertool-wrapper .tool-line{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  flex-wrap: wrap;
}
.all_menu_membertool-wrapper .tool-line > a{
  display: block;
  width: calc(25% - (12px / 4));
  text-align: center;
  padding: 5px 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
}
.all_menu_membertool-wrapper .tool-line > a .txtbox p{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}


@media screen and (max-width: 1600px){
  .header .snb > h2{
  }
  .gnb_nav .snb{
    padding: 20px 0;
  }
}

@media(max-width:1300px){
  .gnb_nav .gnb .depth1_a{
    font-size: 16px;
  }
  .gnb_nav .gnb{
    gap: 28px;
  }
  .header .header-bottom-area .pd-search-frm-wrapper .iptbox{
    width: 150px;
  }
}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px){
  .header{
    border-bottom: 1px solid #d9d9d9;
  }
  .all_menu_wrap .all_menu_top .logo img{
    width: 52px;
  }
  .header .header-top-area{
    height: auto !important;
    border: none !important;
  }
  .header .header-top-area .con-line > .logobox .logo img{
    width: 66px;
  }
  .all_gnb_nav .gnb li .snb{
    padding-top: 0px;
  }
  .right-btn-area{
    display: flex;
  }
  .ham_open{
    display: flex;
  }
	.header {height: 80px;
  display: flex;
  align-items: center;
  }
	.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;
  width: 25px;
  height: 25px;
  }
	.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;
  }

  .right-btn-area{
    gap: 8px;
  }
  .right-btn-area > div{
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a{
    color: rgb(51, 139, 73);
  }

  .right-btn-area .mb-search-area .search-pop-btn{
    display: block;
    cursor: pointer;
    width: 28px;
    border: none;
    outline: none;
    background: transparent;
  }
  .header .header-top-area .con-line > .sns,
  .header .header-top-area .con-line > .shop-tool,
  .header-bottom-area
  {
    display: none;
  }
  .header .header-top-area{
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    border: none;
  }
  .header .header-top-area .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
	.all_menu_wrap .all_menu_top {height: 60px;}
  .all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 17px;
  }

  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
  .all_gnb_nav .gnb{
    height: auto;
  }
}
@media screen and (max-width: 768px){
  .all_gnb_nav p.depth1_a{
    padding: 12px 10px;
    font-size: 15px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 15px;
  }
  .all_gnb_nav p.depth1_a .arr{
    width: 20px;
    height: 20px;
  }
	.ham_open {width: 22px;}
	.all_menu_wrap {width: 95%;}
  header .language_btn{margin-right: 0px;}
  header .language_btn button {width: 22px;}
  header .language_btn .lang_list > li a{padding: 0 10px;}
}

/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 191px;
}
.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 */

.search-popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999999999999999999999999999;
  display: none;
}
.header-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background: rgb(0,0,0,0.5);
  display: none;
}
.header-bg2{
  z-index: 99999999999999999999999999999;
}
.search-popup-wrap .search-pop-box{
  max-width: 800px;
  width: 100%;
  padding: 84px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.search-popup-wrap .search-pop-box .search-frm-box{
  position: relative;
  width: 100%;
  padding: 15px 18px;
  padding-right: 80px;
  padding-left: 52px;
  border-radius: 999px;
  border: solid 3px rgb(119, 177, 70);
  background-color: rgb(255, 255, 255);
}
.search-pop-ipt{
  width: 100%;
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.55px;
  color: rgb(25,25,25);
}
.search-pop-ipt::placeholder{
  color: rgb(126, 126, 126);
}
.search-popup-wrap .search-pop-box .search-frm-box button{
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-popup-closebtn{
  display: block;
  cursor: pointer;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.search-popup-closebtn:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
/* .search-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
} */

@media(max-width:1024px){

  .search-popup-wrap{
    height: 100vh;
    background: transparent;
  }
  .search-popup-wrap .search-pop-box{
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #fff;
    width: 95%;
  }
  .search-popup-wrap .search-pop-box .search-frm-box{
    padding: 10px 15px;
    padding-right: 55px;
    padding-left: 15px;
    border: solid 2px rgb(119, 177, 70);
  }
  .search-pop-ipt{
    font-size: 16px;
  }
  .search-popup-wrap .search-pop-box .search-frm-box button{
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .search-popup-closebtn{
    margin-top: 30px;
    font-size: 16px;
  }
}

/* search-popup */

.main-wrap,
.main-banner,
.main-sec,
.sub-wrap,
.sub-sec{
  position: relative;
  width: 100%;
}
.sub-wrap{
  padding-bottom: 12rem;
}
.main-banner-swiper{
  width: 100%;
  position: relative;
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
}
.main-banner-swiper .swiper-slide01,
.main-banner-swiper .swiper-slide
{
  background: url(/html/img/main-visual01.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide02{
  background: url(/html/img/main-visual02.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide03{
  background: url(/html/img/main-visual03.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide04{
  background: url(/html/img/main-visual04.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide .txtbox{
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.main-banner-swiper .swiper-slide .txtbox h2{
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1.6px;
  color: rgb(255, 255, 255);
  font-family: "Cormorant", serif !important;
}
.main-banner-tool{
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 2;
}
.main-banner-tool .swiper1-pause{
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.main-banner-tool .swiper1-pause img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
}
.main-banner-tool .swiper1-pause img.play,
.main-banner-tool .swiper1-pause.stop img.pause
{
  opacity: 0;
}
.main-banner-tool .swiper1-pause.stop img.play{
  opacity: 1;
}
.main-banner-tool .swiper1-paging{
  display: flex;
  align-items: center;
  gap: 4px; 
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet{
  width: 40px;
  height: 2px;
  border-radius: 0;
  opacity: 0.3;
  background: #fff;
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 0.7;
}

@media(max-width:1024px){
  .main-banner-swiper{
    height: 70vh;
    min-height: 400px;
    max-height: 600px;
  }
  .main-banner-swiper .swiper-slide .txtbox{
    top: calc(50% + 40px);
  }
  .main-banner-swiper .swiper-slide .txtbox h2{
    font-size: 32px;
    letter-spacing: -0.6px;
  }
  .main-banner-tool{
    bottom: 30px;
    gap: 3px;
  }
  .main-banner-tool .swiper1-pause{
    width: 20px;
    height: 20px;
  }
  .main-banner-tool .swiper1-paging{
    gap: 3px; 
  }
  .main-banner-tool .swiper1-paging .swiper-pagination-bullet{
    width: 20px;
    height: 1px;
  }
}

/* main */


/* 팝업 */

.popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  display: none;
}
.popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.7);
}
.popup-wrap .popup-box{
  max-width: 600px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  padding: 24px;
}
.popup-wrap.img-popup-wrap .popup-box{
  max-width: 800px;
}
.popup-wrap .popup-box .close-x{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup-wrap .popup-box .titbox{
  margin-bottom: 24px;
  padding-right: 32px;
}
.popup-wrap .popup-box .titbox h3{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: rgb(24, 29, 39);
  margin-bottom: 20px;
}
.popup-wrap .popup-box .titbox p{
  font-size: 16px;
  font-weight: normal;
  color: rgb(83, 88, 98);
}
.popup-wrap .popup-box .titbox .prv-txt-box{
  max-height: 50vh;
  overflow-y: auto;
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}


.popup-wrap .popup-box .inq-frm-wrap .ipt-box{
  margin-bottom: 10px;
}
.n-ipt{
  padding: 15px 12px;
  border-radius: 8px;
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  width: 100%;
}
.n-ipt::placeholder{
  color: rgb(160, 160, 160);
}
.agr-box{
  width: 100%;
  position: relative;
  margin-bottom: 6px;
}
.agr-box.last,
.popup-wrap .popup-box .inq-frm-wrap .ipt-box.last
{
  margin-bottom: 20px;
}
.agr-box input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.agr-box label{
  display: flex;
  gap: 10px;
  align-items: center;
}
.agr-box label .box{
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agr-box label .box img{
  opacity: 0;
  width: 70%;
  position: relative;
  left: 1px;
}
.agr-box label .txt{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
  color: rgb(25, 25, 25);
}
.agr-box input:checked + label .box{
  background: #000;
  border-color: #000;
}
.agr-box input:checked + label .box img{
  opacity: 1;
}
.popup-wrap .popup-box .inq-frm-wrap .submitbox button{
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  background-color: rgb(25, 25, 25);
  display: block;
  width: 100%;
}

@media(max-width:1024px){
  .popup-wrap .popup-box{
    max-width: 600px;
    width: calc(100% - 30px);
    border-radius: 16px;
    padding: 20px 15px;
  }
  .popup-wrap .popup-box .close-x{
    top: 20px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
  .popup-wrap .popup-box .titbox{
    margin-bottom: 16px;
    padding-right: 28px;
  }
  .popup-wrap .popup-box .titbox h3{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .popup-wrap .popup-box .titbox p{
    font-size: 14px;
  }

  .popup-wrap .popup-box .inq-frm-wrap .ipt-box{
    margin-bottom: 4px;
  }
  .n-ipt{
    padding: 10px 12px;
  }
  .agr-box{
    margin-bottom: 4px;
  }
  .agr-box.last,
  .popup-wrap .popup-box .inq-frm-wrap .ipt-box.last
  {
    margin-bottom: 15px;
  }
  .agr-box label{
    gap: 8px;
  }
  .agr-box label .box{
    width: 18px;
    height: 18px;
  }
  .agr-box label .box img{
  }
  .popup-wrap .popup-box .inq-frm-wrap .submitbox button{
    padding: 7px 0;
  }
}


/* 로딩프레임 */

.loading-wrap{
    display: none ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 9999999;
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}


.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

/* 퀵버튼 */

/* Fixed button */
.fixed_btns{display: flex;flex-direction: column;gap: 8px;position: fixed;bottom: 5%;right: 30px;z-index: 999;width: 68px;}
.fixed_btns .fixed_button{position: relative;border-radius: 41.1%;box-shadow: 0 0 20px rgb(0, 0, 0, 0.08);}
.fixed_btns .fixed_button > img{width: 68px;}
.fixed_btns .fixed_button .fixed_hover{position: absolute;top: 0;right: 0;width: 0;height: 100%;transition: width 0.3s;overflow: hidden;}
.fixed_btns .fixed_button .fixed_hover img{position: absolute;top: 0;right: 0;height: 100%;}
.fixed_btns .fixed_button .call_hover img{min-width: 205px;}
.fixed_btns .fixed_button:hover .call_hover{width: 205px;}
.fixed_btns .fixed_button .kakao_hover img{min-width: 168px;}
.fixed_btns .fixed_button:hover .kakao_hover{width: 168px;}

.fixed_btns .fixed_button:hover .fixed_hover2{
  width: 205px;
}
.fixed_btns .fixed_button:hover .fixed_hover3{
  width: 205px;
}
.fixed_btns .fixed_button .fixed_hover2 img,
.fixed_btns .fixed_button .fixed_hover3 img
{min-width: 205px;}

@media screen and (max-width: 1024px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 12px;width: 60px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 182px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 182px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 148px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 148px;}

}
@media screen and (max-width: 768px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 8px;width: 45px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 136px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 136px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 112px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 112px;}

}

/*  */

.mobile{
  display: none !important;
}
.alw{
  display: block !important;
}
.text-center{
  text-align: center !important;
}

.link-a1 a{
  display: block;
  text-align: center;
  padding: 15px 0;
  border-radius: 8px;
  border: solid 2px rgb(255, 255, 255);
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  width: 196px;
  transition: all 0.3s ease-in-out;
}
.link-a1 a:hover{
  background: rgb(25,25,25);
  border: 1px solid rgb(25,25,25);
}
.cr1{
  color: var(--color-point2) !important;
}
.grbg{
  background: var(--gray-bg);
}

.pd-thumb-imgbox{
  position: relative;
  border-radius: 20px;
  border: solid 1px rgb(221, 221, 221);
  overflow: hidden;
  display: block;
}
.pd-thumb-imgbox .tag-list{
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pd-thumb-imgbox .tag-list > span{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 4px 12px;
  display: inline-block;
  border-radius: 8px;
}
.pd-thumb-imgbox .tag-list > span.yellow{
  background-color: rgb(248, 198, 0);
}
.pd-thumb-imgbox .tag-list > span.green{
  background-color: rgb(0, 176, 116);
}
.img-pop-btn{
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}

.cm-link1.js-center{
  display: flex;
  justify-content: center;
}
.cm-link1 a{
  display: flex;
  width: 240px;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 14px 5px;
  border-radius: 8px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.cm-link1 a .txt{
  font-size: 20px;
  font-weight: normal;
  color: rgb(85, 85, 85);
  transition: all 0.3s ease-in-out;
}
.cm-link1 a img{
  display: block;
  width: 20px;
}
.cm-link1 a:hover{
  border: solid 1px rgb(0,0,0);
}
.cm-link1 a:hover .txt{
  color: rgb(0,0,0); 
}
.mb-cmlink1{
  display: none !important;
  margin-top: 30px;
}



@media(max-width:1024px){
  .link-a1 a{
    padding: 8px 0;
    border: solid 1px rgb(255, 255, 255);
    font-size: 16px;
  }

  .pd-thumb-imgbox{
    border-radius: 16px;
  }
  .pd-thumb-imgbox .tag-list{
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    gap: 6px;
  }
  .pd-thumb-imgbox .tag-list > span{
    font-size: 14px;
    padding: 3px 8px;
  }

  .mb-cmlink1{
    display: flex !important;
  }
  .cm-link1 a{
    width: 180px;
    gap: 6px;
    padding: 8px 4px 6px;
    border: solid 1px rgb(0,0,0);
  }
  .cm-link1 a .txt{
    font-size: 16px;
    color: rgb(0,0,0); 
  }
  .cm-link1 a img{
    width: 18px;
  }
}

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

}

/* cm */

.foot-wrap{
  z-index: 88;
}
.foot-wrap,
.foot-wrap > section{
  position: relative;
  width: 100%;
}
.foot-sec01{
  padding: 64px 0;
  background-color: rgb(3, 3, 3);
}
.foot-sec01 .top-line{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 29px;
  border-bottom: 1px solid rgb(64, 64, 64);
}
.foot-sec01 .top-line .logo{
  width: 113px;
}
.foot-sec01 .top-line .sub-navbox{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.foot-sec01 .top-line .sub-navbox > a{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.41px;
  color: rgb(255, 255, 255);
}
.foot-sec01 .bottom-info-wrapper .infobox p{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 4px;
}
.foot-sec01 .bottom-info-wrapper .infobox p:last-child{
  margin-bottom: 0;
}
.foot-sec01 .bottom-info-wrapper .infobox p > span{
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: rgb(153, 153, 153);
}
.foot-sec01 .bottom-info-wrapper .infobox p > span::after{
  content: "";
  background-color: rgb(47, 47, 47);
  display: block;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: -8.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.foot-sec01 .bottom-info-wrapper .infobox p > span:last-child::after{
  display: none;
}
.foot-sec01 .bottom-info-wrapper .copyright{
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
  color: rgb(102, 102, 102);
}

@media(max-width:1024px){
  .foot-sec01{
    padding: 40px 0 100px;
  }
  .foot-sec01 .top-line{
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 19px;
  }
  .foot-sec01 .top-line .logo{
    width: 100%;
  }
  .foot-sec01 .top-line .logo img{
    max-width: 100px;
    width: 100%;
    display: inline-block;
  }
  .foot-sec01 .top-line .sub-navbox{
    gap: 12px;
    /* display: none; */
  }
  .foot-sec01 .top-line .sub-navbox > a{
    font-size: 16px;
  }
  .foot-sec01 .bottom-info-wrapper .infobox p{
    gap: 4px;
    margin-bottom: 4px;
  }
  .foot-sec01 .bottom-info-wrapper .infobox p > span{
    font-size: 14px;
  }
  .foot-sec01 .bottom-info-wrapper .copyright{
    font-size: 13px;
  }
}

@media(max-width:767px){
  .foot-sec01 .bottom-info-wrapper .infobox p > span{
    width: 100%;
  }
  .foot-sec01 .bottom-info-wrapper .infobox p > span::after{
    display: none;
  }
  .foot-sec01 .top-line .sub-navbox{
    gap: 8px 10px;
  }
}

@media(max-width:400px){
  .foot-sec01 .top-line .sub-navbox{
    gap: 8px;
    /* display: none; */ 
  }
  .foot-sec01 .top-line .sub-navbox > a{
    font-size: 14px;
  }
}

/* footer */

.right-fixed-btn{
  position: fixed;
  z-index: 999;
  bottom: 60px;
  right: 32px;
}
.right-fixed-btn ul li{
  margin-bottom: 10px;
  position: relative;
}
.right-fixed-btn ul li:last-child{
  margin-bottom: 0;
}
.right-fixed-btn ul li .icon{
  cursor: pointer;
}
.right-fixed-btn ul li .icon img{
  width: 56px;
  display: block;
}
.right-fixed-btn ul li .hover-ct{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%,-50%);
  -webkit-transform: translate(-100%,-50%);
  width: 250px;
  padding-right: 15px;
  display: none;
}
.right-fixed-btn ul li .hover-ct::before{
  content: "";
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(20%,-50%) rotate(45deg);
  -webkit-transform: translate(20%,-50%) rotate(45deg);
}
.right-fixed-btn ul li .hover-ct .hover-ct-smallbox{
  background-color: rgba(0, 0, 0, 1);
  border-radius: 9999px;
  padding: 13px 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.right-fixed-btn ul li .hover-ct .hover-ct-smallbox img{
  display: block;
  width: 26px;
}
.right-fixed-btn ul li .hover-ct .hover-ct-smallbox .txt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: rgb(253, 253, 253);
}

@media(max-width:1700px){
  .right-fixed-btn{
    bottom: 20px;
  }
  .right-fixed-btn ul li .icon img{
    width: 40px;
  }
  .right-fixed-btn ul li{
    margin-bottom: 5px;
  }
}

@media(max-width:1024px){
  .right-fixed-btn{
    bottom: 82px;
    right: 20px;
  }
  .right-fixed-btn ul li{
    margin-bottom: 4px;
  }
  .right-fixed-btn ul li .icon img{
    width: 32px;
  }
  .right-fixed-btn ul li .hover-ct{
    display: none !important;
  }
}

/* quick */

.mb-bottom-flotaing-wrapper{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  display: none;
  border-top: 1px solid rgb(220,233,250);
}
.mb-bottom-flotaing-wrapper .con-line{
  display: flex;
}
.mb-bottom-flotaing-wrapper .con-line > li{
  flex: 1;
}
.mb-bottom-flotaing-wrapper .con-line > li a{
  padding: 12px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.mb-bottom-flotaing-wrapper .con-line > li a .iconbox{
  margin-bottom: 4px;
}
.mb-bottom-flotaing-wrapper .con-line > li a .iconbox img{
  display: inline-block;
  width: 24px;
}
.mb-bottom-flotaing-wrapper .con-line > li a .txtbox p{
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: rgb(51, 51, 51);
}

@media(max-width:1024px){
  .mb-bottom-flotaing-wrapper{
    display: block;
  }
}

/* quick2 */

.page-tit{
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.96px;
  color: rgb(25, 25, 25);
  margin-bottom: 60px;
  padding-top: 80px;
}

@media(max-width:1024px){
  .page-tit{
    font-size: 28px;
    margin-bottom: 30px;
    padding-top: 60px;
  }
}

.bo_inner{
  padding-bottom: 80px;
}
.adm_alink{
  display: inline-block !important;
  vertical-align: middle !important;
  border-radius: 5px !important;
  min-width: 150px !important;
  padding: 10px 15px !important;
  border: 1px solid rgb(25,25,25) !important;
  color: rgb(25,25,25) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
.adm_alink:hover{
  text-decoration: underline;
}

#bo_cate{
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}
#bo_cate #bo_cate_ul{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#bo_cate #bo_cate_ul > li{
  width: calc(25% - (30px / 4));  
}
#bo_cate #bo_cate_ul > li a{
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: rgb(136, 136, 136);
  padding: 16px 0;
  border: solid 1px rgb(204, 204, 204);
  transition: all 0.3s ease-in-out;
}
#bo_cate #bo_cate_ul > li a#bo_cate_on,
#bo_cate #bo_cate_ul > li a:hover
{
  border: solid 1px rgb(0, 0, 0);
  color: rgb(25, 25, 25);
}

#bo_v_title .bo_v_cate{

}


@media(max-width:1024px){
  .adm_alink{
    border-radius: 4px !important;
    min-width: 120px !important;
    padding: 8px 10px !important;
    font-size: 16px !important;
  }

  #bo_cate{
    margin-bottom: 30px !important;
  }
  #bo_cate #bo_cate_ul{
    gap: 6px;
  }
  #bo_cate #bo_cate_ul > li{
    width: calc(50% - 3px);  
  }
  #bo_cate #bo_cate_ul > li a{
    font-size: 16px;
    padding: 8px 0;
  }

}

/* board */


.stv-wrapper{
  position: fixed;
  right: 0;
  top: 170px;
  width: 118px;
  z-index: 999;
}
.stv-wrapper .stv-box{
  width: 100%;
  border: solid 1px rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
}
.stv-wrapper .stv-box .tit{
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
  padding: 16px 5px;
  background-color: rgb(243, 243, 243);
}
.stv-wrapper .stv-box .tit .txt{
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -1px;
  color: rgb(51, 51, 51);
}
.stv-wrapper .stv-box .tit .txt .num{
  color: rgb(0, 119, 255);
}
.stv-wrapper .stv-box .tit .stv-controll-btn{
  cursor: pointer;
  width: 16px;
  border: none;
  outline: none;
  background: transparent;
}
.stv-wrapper .stv-box .stv-pd-box{
  padding: 8px;
  max-height: 280px;
  overflow-y: auto;
}
.stv-wrapper .stv-box .stv-pd-box .stv-deleteall-btn{
  background: transparent;
  outline: none;
  cursor: pointer;
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: solid 1px rgb(221, 221, 221);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: rgb(69, 69, 69);
  margin-bottom: 20px;
}
.stv-wrapper .stv-box .stv-pd-box .stv-deleteall-btn:hover{
  text-decoration: underline;
}
.stv-pd-smallbox-wrap .stv-pd-smallbox{
  margin-bottom: 20px;
  display: block;
}
.stv-pd-smallbox-wrap .stv-pd-smallbox .subject{
  font-size: 12px;
  font-weight: normal;
  color: rgb(25, 25, 25);

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
  margin-top: 8px;
}
.stv-wrapper .stv-moreview-btn{
  outline: none;
  border: none;
  border-top: solid 1px rgb(221, 221, 221);
  background-color: rgb(243, 243, 243);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -1px;
  text-align: center;
  color: rgb(51, 51, 51);
  display: block;
}

@media(max-width:1600px){
  .stv-wrapper .stv-box .tit{
    padding: 10px 4px;
  }
  .stv-wrapper .stv-box .tit .txt{
    font-size: 12px;
  }
  .stv-wrapper .stv-box .tit .stv-controll-btn{
    width: 14px;
  }
  .stv-wrapper .stv-box .stv-pd-box{
    padding: 6px;
  }
  .stv-wrapper .stv-box .stv-pd-box .stv-deleteall-btn{
    padding: 5px 5px;
    margin-bottom: 12px;
  }
  .stv-pd-smallbox-wrap .stv-pd-smallbox{
    margin-bottom: 12px;
  }
  .stv-pd-smallbox-wrap .stv-pd-smallbox .subject{
    margin-top: 6px;
  }
  .stv-wrapper .stv-moreview-btn{
    padding: 6px 5px;
  }
}

@media(max-width:1024px){
  .stv-wrapper{
    display: none;
  }
}