﻿body, html {
    min-width: 1300px;
    position: relative;
}

/*모바일 확인용 임시링크*/
.mobile_link {
    background-color: black;
    text-align: center;
    color: white;
}

.mobile_link > span {
    line-height:35px;
}

/*sns 이미지*/
.sns_img {
    position: fixed; 
    top: 300px;
    right: 50px;
    z-index:999;
}
popup_sldie_wrap_inner
.sns_img_wrap {
    width:35px;
    height:35px;
    margin-bottom: 10px;
    border-radius:50%;
}

.sns_img_wrap > img {
    width: 100%;
    height:100%;
    object-fit:cover;
    cursor: pointer;
}

.sns_img_wrap > a > img {
    width: 100%;
    height:100%;
    object-fit:cover;
    cursor: pointer;
}

/*customer 이미지*/
.customer_img {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom:120px;
    right:100px;
    z-index:998;
    cursor:pointer;
}

.customer_img > customer_img_wrap {
    width: 100%;
    height: 100%;
}

.customer_img > customer_img_wrap > img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.customer_img_txt {
    position:relative;
    right: 20px;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    width: 120px;
    padding: 5px 0px;
}


/*헤더 css*/
.header_inner_wrap_top {
    display: flex;
    align-items: center;
    background-color: #4f9294;
    cursor: pointer;
    color:fff;
}

.clear {
    font-size: 32px;
    padding-right: 10px;
}

.clear > span {
    color: white;
    cursor: pointer;
}

.header_inner_wrap_top_txt {
    text-align: center;
    max-width: 1300px;
    padding: 0.5rem 0;
    margin: auto;
}

.header_inner_wrap_top_txt > span {
    color: white;
}

.header_inner_wrap_bottom {
    width: 100%;
}

.header_inner_wrap_bottom_member {
    max-width: 1300px;
    margin: auto;
    text-align:right;
    padding: 1rem 0;
}

.member-icon {
    display:flex;
    justify-content: end;
    height: 16px;
}

.member-icon > span {
    display:block;
    padding: 0 10px;
    line-height: 16px;
    cursor:pointer;
}

.member-icon > span:nth-child(2) {
    border-left: 1px solid;
}

.member-icon > span:nth-child(3) {
    border-left: 1px solid;
}

.header_inner_wrap_bottom_center {
     max-width: 1300px;
     margin: auto;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 1rem 0;
}

/*.bottom_center {
    margin-left:120px;
}*/

.logo {
    width: 11rem;
    cursor: pointer;
}

.bottom_center_icon_wrap {
    display: flex;
    align-items: center;
    justify-content:center;
}

.bottom_center_icon_wrap > span {
    display: block;
    padding: 0 0.5rem;
    cursor: pointer;
}

.bottom_center_icon_wrap > a > span {
    display: block;
    padding: 0 0.5rem;
    cursor: pointer;
    color:black;
}

.influ_width {
    width: 125px;
}

.hover5 {
    color:#115c5e;
    border-bottom-color:#115c5e;
    font-weight: 700;
}

.header_inner_wrap_bottom_menu_wrap_inner {
    max-width: 1300px;
    margin:auto;
    padding-bottom:15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin:auto;
}


.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > .menu {
    height: 33px;
    text-align: center;
    cursor:pointer;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > a > .menu {
    height: 33px;
    text-align: center;
    cursor:pointer;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > .menu:first-child {
    /*display: flex;
    align-items:center;
    justify-content: center;
    gap: 10px;*/
}

/*.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > .menu:first-child:hover,
.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > .menu:nth-child(2):hover,
.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > .menu:nth-child(3):hover,
.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > .menu:nth-child(4):hover,
.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > .menu:nth-child(5):hover {
    color:#4a8b8d;
    border-bottom: 2px solid #4a8b8d;
}*/

.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > .menu:hover {
    color:#4a8b8d;
    /*border-bottom: 2px solid #4a8b8d;*/
}

.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > a > .menu:hover {
    color:#4a8b8d;
    /*border-bottom: 2px solid #4a8b8d;*/
}

.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > .menu:first-child > span:nth-child(2) {
   vertical-align: top;
}

.header_inner_wrap_bottom_menu_wrap_inner > .heaer_menu > .menu > span {
    line-height: 33px;
}

.header_menu_blcok {
    border-radius: 20px;
    text-align: center;
    padding: 3px 0;

    /*padding*/
}
/*헤더 css*/

.dropdown {
    display: none;
    position: absolute;
    top: 42px;
}
/*메인 contnet*/


.main_slider {
    position: relative;
}

.heaer_drop { 
    width: 100%;
    padding: 30px 0;
    background-color: white;
    position: absolute;
    z-index:998;
    top:0px;
    border-top: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
}

.drop_content {
    max-width:1150px;
    margin: auto;
    display: flex;
    justify-content:flex-start;
}

.drop_content_dbdata {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    justify-content: space-between;
    row-gap:15px;
    /*flex-wrap:wrap;*/
}

.drop_content_best {
    padding-right: 40px;
    width:200px;
}

.drop_content_best_title {
    padding-bottom: 15px;
    font-weight: 700;
    cursor: pointer;
}

.drop_content_best_title:hover {
    color: black;
}

.drop_content_title  {
    width: 190px;
    padding-right: 10px;
    margin-bottom: 15px;
    /*border-bottom:1px solid #707070;*/
    font-weight: 600;
    cursor: pointer;
}

.drop_content_title > span {
    border-bottom:1px solid #707070;
    display:inline-block;
    padding-bottom: 10px;
}

.drop_content_title > a > span {
    border-bottom:1px solid #707070;
    display:inline-block;
    padding-bottom: 10px;
}

.drop_content_title:hover,
.drop_content_title > a:hover,
.drop_content_sub_title:hover {
    color:#4a8b8d;
}

.drop_content_sub_title {
    padding-top: 5px;
    cursor: pointer;
}

.drop_content_event {
    position: relative;
}

.magarzine_title {
    margin-top: 30px;
}

.influencer { 
    width:125px;
    height:33px;
    text-align: center;
    border:1px solid #115c5e;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
}

.influencer > span { 
    line-height: 33px;
}

.influencer:hover {
    background-color:#115c5e;
    color:white;
}


.dop_img {
    width: 376px;
    height: 195px;
}

.dop_img_wrap {
    width: 100%;
    height: 100%;
}

.dop_img_wrap > img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

/*sell drop*/
.header_drop_sell {
    position:absolute;
    z-index:998;
    top:0;
    width: 100%;
}

.header_drop_sell_wrap_inner {
    position: relative;
    padding: 30px 20px; 
    max-width:593px;
    left:1050px;
    background-color:white;
}

.drop_sell_contnet {
    display: flex;
    justify-content:space-between;
}

.drop_sell_contnet_txt {
    cursor:pointer;
}

.drop_sell_contnet_txt:hover {
    color:#4a8b8d;
}

.drop_event_contnet_txt > a > span {
    font-size: 16px;
    color:#575757;
    cursor: pointer;
}

.drop_event_contnet_txt > a > span:hover {
    color:#4a8b8d;
}

.drop_sell_contnet_img {
    width:376px;
    height: 195px;
}

.drop_sell_contnet_img_wrap {
    width: 100%;
    height: 100%;
}

/*event drop*/

.header_drop_event {
    position:absolute;
    z-index:998;
    top:0;
    width: 100%;
}

.header_drop_event_wrap_inner {
    position:relative;
    padding: 30px 20px; 
    max-width:593px;
    left:1180px;
    background-color:white;
}

.drop_event_contnet {
    display: flex;
    justify-content:space-between;
}

.drop_event_contnet_txt > a > span {
    display:block;
    padding-bottom: 8px;
}

.drop_event_contnet_img {
    width:376px;
    height: 195px;
}

.drop_event_contnet_img_wrap {
    width: 100%;
    height: 100%;
}


.drop_event_contnet_img_wrap > img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

/*best wrap*/
.best_wrap_inner {
    max-width: 1300px;
    margin: auto;
    padding: 110px 0 80px;
}

.best_txt {
    text-align: center;
}

.best_menu {
    max-width: 600px;
    margin: auto; 
    text-align: center;
    padding: 2rem 0;
}

.best_menu > ul {
    display: flex;
    align-items:center;
    justify-content: center;
    gap: 2rem
}

.best_menu > ul > li {
    border-bottom: 2px solid #9f9f9f;
    color:#9f9f9f;
    cursor: pointer;
}

.best_content {
    min-height: 480px;
    position: relative;
}
.actives-hover {
    color: #115c5e !important;
    border-bottom-color: #115c5e !important;
    font-weight: 700 !important;
}
.best-li-content{
    display:none;
}

.best_content_wrap_inner {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
}

.best_content_wrap_inner > .content {
    position: relative;
}

.best_content_wrap_inner > .content > a > .content_wrap {
    width: 311px;
    height: 300px;
    border: 1px solid #cacaca;
    overflow: hidden;
    cursor:pointer;
}

.best_content_wrap_inner > .content > a > .content_wrap > img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.best_content_wrap_inner > .content > a > .content_wrap > img:hover {
    transform:scale(1.1);
    transition:.6s;   
}

.best_content_wrap_inner > .content > a > .content_wrap > .best_txt {
    background: #115C5E;
    border-radius: 6px;
    color: #ffffff;
    width: 48px;
    padding: 2px 0px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}

/*best 상품단 css*/
.relation_Item_All_Info_Area {
    padding: 10px 10px;
    width: 100%;
}

.relation_Item_Price_Area {
    display: flex;
    align-items: center;
    padding-top: 15px;
}
        
.relation_Item_Discount_Price {
    font-weight:700;
    margin-right: 10px;
}
.relation_Item_Discount_Price_Before {
    color:#9F9F9F;
    text-decoration: line-through;
    margin-left: 10px;
    margin-right: 10px;
            
}
.relation_Item_Discount_Price_Percent {
    font-weight:700;
    margin-left: 10px;
    margin-right: 10px;
}

.relation_Item_Price_Info {
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    width: fit-content;
    padding: 2px 4px;
}
.relation_Item_Price_Info_Area {
   display:flex;
   gap:10px; 
}

/*suggection wrap*/
.suggection_wrap_inner {
    max-width: 1300px;
    margin: auto;
    padding-bottom: 5rem;
}

.suggection_txt {
    text-align: center;
    padding-bottom: 2rem;
}

.suggection_content_wrap_inner {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
}

.suggection_content_wrap_inner > .content {
    position: relative;
}

.suggection_content_wrap_inner > .content > a > .content_wrap {
    width: 311px;
    height: 300px;
    border: 1px solid #cacaca;
    overflow:hidden;
    cursor:pointer;
}

.suggection_content_wrap_inner > .content > a > .content_wrap > img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    
}

.suggection_content_wrap_inner > .content > a > .content_wrap > img:hover {
    transform:scale(1.1);
    transition:.6s;   
}

.suggection_content_wrap_inner > .content > a > .content_wrap > .best_txt {
    background: #115C5E;
    border-radius: 6px;
    color: #ffffff;
    width: 48px;
    padding: 2px 0px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}

.bottom_discount {
    display:flex;
}

.bottom_discount_first, 
.bottom_discount_last {
    border:1px solid #cacaca;
    padding: 6px;
}

/*business wrap*/
.business_wrap_inner_wrap {
    background-color: #fcf7e9;
}

.business {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.business_txt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}

.business_txt_main > p {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.business_button_wrap_txt {
    display: flex;
    border: 1px solid #d8d8d8;
    width: 137px;
    height: 50px;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.business_button_wrap_txt > span {
    display: block;
}
    
.business_video {
    width: 690px;
    height:350px;
}
.business_video_wrap {
    width: 100%;
    height:100%;
}

/*magazine wrap*/
.magazine_wrap_inner {
    max-width: 1300px;
    margin: auto;
    padding: 5rem 0;
}

.magazine_txt {
    text-align: center;
    padding-bottom: 2rem;
}

.magazine_content_wrap_inner {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}

.magazine_content_wrap_inner > .content {
    width: 400px;
    height: 550px;
}

.magazine_content_wrap_inner > .content > .content_img {
    height: 300px;
    width: 100%;
    border: 1px solid #707070;
    overflow:hidden;
    cursor: pointer;
}

.magazine_content_wrap_inner > .content > .content_img > img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.relation_Item_Name_Info {
    font-size: 18px;
}

.content_img > img:hover {
    transform: scale(1.1);
    transition: .6s;
}

.magazine_bottom_txt {
    text-align: center;
    width: 140px;
    height: 35px;
    margin: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight:700;
}

.issue_bg {
    background-color: #ffc609;
}

.magazine_bottom_txt > span {
    line-height: 35px;
}

.magazine_txt_product {
    text-align: center;
    padding: 50px 0;
}

.magazine_txt_product_main > span {
    font-size: 22px;
    font-weight: 700;
    color:#3e3e3e;
}

.magazine_txt_product_sub {
    padding: 10px 0;
}

.bottom_discount {
    display:flex;
}

.bottom_discount_first, 
.bottom_discount_last {
    border:1px solid #cacaca;
    padding: 6px;
}

/*ring wrap*/
.ring_wrap {
    background-color: #e6e7ec;
}

.ring_wrap_inner {
    max-width: 1300px;
    height: 100px;
    margin: auto;
}

.ring_img {
    height: 100%;
    cursor:pointer;
}

.ring_wrap_inner > .ring_img > img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

/*youtube wrap*/
.youtube_txt {
    max-width:1300px;
    margin: auto;
    text-align: center;
    padding: 100px 0;
}
.m_banner {
    overflow: hidden;
    position: relative;
    margin-bottom: 5rem;
    max-width: 1300px;
    margin: auto;
}

.m_banner_wrap {
    margin-bottom: 4rem;
}

.mb_inner {
    display: flex;
}

.mb_box {
    transition: all 0.5s;
    padding: 50px;
    box-sizing: border-box;
    width: 160px;
    height: 390px;
}

.mb_box.active {
    padding: 0;
}

.mb_box>iframe {
    transition: all 0.5s;
    opacity: 0.5;
}

.mb_box.active>iframe {
    opacity: 1;
}

.mb_box_mid {
    width: 860px;
    margin: 0 auto;
    height: 450px;

}

.mb_box_mid>img {
    width: 100%;
    height: 100%;
}

.mb_box>img {
    width: 100%;
    height: 100%;
}

.mb_btn_l,
.mb_btn_r {
    z-index: 10;
    position: absolute;
    top: 50%;
    display: flex;
    background-color: black;
}

.mb_btn_l > span,
.mb_btn_r > span {
    color:white;
}

.mb_btn_l {
    transform: translateY(-50%);
    cursor: pointer;
    left: 1rem;
    padding: .5rem;
    border: none;
}

.mb_btn_icon {
    width: 1rem;
    height: 1rem;
    color: white;
}

.mb_btn_r {
    transform: translateY(-50%);
    cursor: pointer;
    right: 1rem;
    padding: .5rem;
    border: none;
}

/*information wrap*/
#information {
  padding-top: 100px;
  box-sizing: border-box;
}

#information h5 {
  font-size: 16px;
  color:#d94722 ;
  text-align: center;
  font-weight: 500;
  line-height: 30px;
}

#information h2 {
  font-size: 40px;
  color:#000;
  line-height: 50px;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700;
}
#information .info-box {
  width: 100%;
  height: 970px;
  overflow: hidden;
}

#information .info-con1 {
  width: 780px;
  height: 970px;
  margin: auto;
  padding: 80px;
  box-sizing: border-box;
  background: url(/Source/Client/image/scale_new.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
#information .info-con1 .info-con1-box  {
  width: 100%;
  height: 100%;
  margin: auto;
  margin-top: 1350px;
  margin-left: 200px;
}


#information .info-con1 .info-con1-box h3{
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  line-height: 65px;
}
#information .info-con1 .info-con1-box p{
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  margin-top: 30px;
  letter-spacing: -0.4px;
}
#information .info-con1 .info-con1-box a{
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border:1px solid #fff;
  background: url(/Source/Client/image/view2.png) no-repeat 23px 23px;
  background-size: 14px 14px;
  text-indent: -9999999px;
  margin-top: 70px;
}
#information .info-con1 a:hover{
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border:1px solid #fff;
  background: url(/Source/Client/image/view.png) no-repeat 23px 23px;
  background-color: #fff;
  background-size: 14px 14px;
  text-indent: -9999999px;
}
#information .align {
  max-width: 2560px;
  height: auto;
  margin: auto;
  padding: 100px 20px 0 20px;

}
#information .info-con2 {
  max-width: 1370px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#information .info-con2-box1 {
  width: calc(60% - 8px);
  height: 290px;
  background: #fff;
 
}
#information .info-con2-box2 {
  width: calc(40% - 8px);
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#information .info-con2-box2-1,
#information .info-con2-box2-2 {
  width: 100%;
  height: 137px;
  background: #fff;
}

#information .info-con2-box1 a,
#information .info-con2-box2-1 a,
#information .info-con2-box2-2 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px;
  box-sizing: border-box;
}

#information .info-con2-box1-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#information .info-con2-box1 p {
  font-size: 25px;
  font-weight: 100;
  color: #000;
}
#information .info-con2-box1 p span{
  font-size: 50px;
  font-weight: 700;
}
#information .info-con2-box1 a > span {
  display: block;
  position: absolute;
  bottom: 58.5px;
  right: 58px;
  width: 20px;
  height: 20px;
  background: url(../img/icon/view.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999999px;
}

#information .info-con2-box1-2 {
  display: flex;
  align-items: center;
  margin-top: 50px;
  width: 100%;
}
#information .info-con2-box1-2 p{
  font-size: 16px;
  font-weight: 500;
}
#information .info-con2-box1-2 p+p{
  margin-left: 80px;
}
#information .info-con2-box1-2 p span{
  font-size: 20px;
  font-weight: 200;
  margin-left: 10px;
  padding-left: 20px;
  display:inline-block;

}
#information .info-con2-box1-2 p span::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../img/icon/updown.png) no-repeat;
  background-position: 0px 17px;
  background-size: 100% 100%;
}
#information .info-con2-box1-1 h3,
#information .info-con2-box2-1 h3,
#information .info-con2-box2-2 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.4px;
  line-height: 25px;
}
#information .info-con2-box2-1 h3,
#information .info-con2-box2-2 h3 {
  margin-top: -10px;

}
#information .info-con2-box1-1 h4{
  font-size: 13px;
  color: #999;
  font-weight: 100;
}
#information .info-con2-box2-1 h4,
#information .info-con2-box2-2 h4{
  font-size: 18px;
  color: #999;
  font-weight: 100;
  letter-spacing: -0.4px;
  line-height: 30px;
  margin-top: 10px;
}
#information .info-con2-box2-1 a > span,
#information .info-con2-box2-2 a > span {
  display: block;
  position: absolute;
  bottom: 58.5px;
  right: 50px;
  width: 20px;
  height: 20px;
  background: url(../img/icon/view.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999999px;
}

/*footer*/
.footer_content {
   display: flex;
   max-width: 1300px;
   margin: auto;
   padding: 50px 0;
   justify-content: space-between;
}

.customer_txt > span {
   font-size: 24px;
}

.bottom_logo {
   width:145px;
   height:45px;
}

.bottom_logo > img {
   width: 100%;
   height: 100%;
}

.bottom_txt {
    line-height: 2;
}

.bottom_txt > p {
    padding-top: 11px;
}

.bottom_txt > p:nth-child(2) {
    line-height:1.1;
}

.tel {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #8f8f8f;
    padding: 20px 0;
    justify-content:space-between;
    gap:20px;
}

.tel_num > span {
   font-size: 34px;
   font-weight:700;
   color:#ffc609;
}

.inquiry {
    display: flex;
    align-items: center;
    justify-content:center;
    border: 2px solid #8f8f8f;
    border-radius: 10px;
    width: 90px;
    height: 25px;
    text-align: center;
    margin-bottom: 10px;
    cursor:pointer;
}

.right_inquiry > .inquiry {
    cursor:pointer;
}

.date_wrap {
    display: flex;
    justify-content:space-between;
    padding: 20px 0;
}

.four-font {
    font-size: 14px;
}

.main_title-font {
    font-size:36px;
    font-weight:500;
    padding-bottom: 15px;
}

.you_wrap_inner {
    max-width: 1300px;
    margin: auto;
}

.you_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_content,
.left_contenr {
    width: 160px;
    height: 390px;
    overflow:hidden;
    position: relative;  
}

.swiper-button-prve,
.swiper-button-next {
    position: absolute;
    z-index: 100;
}

.center_content {
    width: 860px;
    height: 450px;
}

a {
    color:#000;
}

.menu > a:hover {
    color:#4a8b8d;
}

.influ_menu:hover {
    color:#115c5e;
    border:1px solid #115c5e;
    background-color:#fff;
}

.magazine_box_wrap {
    width: 270px;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    color: #8F8F8F;
    cursor: pointer;
}

/*메인 배너 슬라이드*/
.slide {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    user-select: none;
}
.slide_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0px;
    width: 100%;
    flex-shrink: 0;
    transition: left 0.15s;
}

.slide_item > img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.slide_button {
    display: flex;
    z-index: 990;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    border-radius: 100%;
    cursor: pointer;
    color: white;
}

.slide_prev_button {
    left: 150px;
}
.slide_next_button {
    right: 150px;
}

.slide_next_button > span,
.slide_prev_button > span {
    font-size: 5rem;
}
    
.slide_pagination {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.slide_pagination > li {
    color: #7fb5ff88;
    cursor: pointer;
    font-size: 25px;
}
.slide_pagination > li.active {
    color: #7fb5ff;
}

.slide_item_duplicate {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0px;
    width: 100%;
    flex-shrink: 0;
    transition: left 0.15s;
}

/*main fixed 팝업창*/
.popup_sldie {
    position:fixed;
    width:670px;
    height:428px;
    bottom: 50px;
    left: 100px;
    z-index: 1000;
    display:block;
}

.popup_sldie_wrap_inner {
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
}

.popup_sldie_wrap_inner > .swiper-container {
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.swiper-wrapper > .first_silde {
    background-color: white;
}

.swiper-wrapper > .second_silde {
    background-color: #115c5e;
}

.swiper-wrapper > .third_silde {
    background-color: #ffc609;
}

.popup_sldie_wrap_inner > .clear_under {
    width: 100%;
    height:60px;
    display: flex;
    justify-content : space-between;
    align-items: center;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.clear_under_Close_Area{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16%;
    cursor : pointer;
}

.clear_under > span:first-child {
   font-size: 16px;
}

.clear_under > span:nth-child(2) {
    display:block;
    padding: 0 10px;
    cursor: pointer;
}
.swiper-slide > img {
    object-fit:cover;
}

/*메인 검색창*/
.search {
}

.search_wrap_inner {
  position:fixed;
  display:none;
  width: 769px;
  height: 350px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 80px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search_clear { 
  text-align: end;
}

.search_clear > span {
    cursor:pointer;
    font-size:30px;
}

.search_main_title {
  font-size: 28px;
  color: #262626;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.title_search {
  padding-bottom: 10px;
  border-bottom: 2px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title_search > input {
  border:none;
  width: 100%;
  padding-left:15px;
}

.title_search > span {
    cursor:pointer;
    font-size:30px;
}

.bottom_title > .bottom_main_title  {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  color:#111111;
  font-weight: 500;
}

.bottom_main_title {
    position: relative;
}

.bottom_main_title > span {
    position: relative;
    z-index: 1;
    font-weight:600;
}

.bottom_main_title::after {
    content: '';
    position: absolute;   
    left: 85px;
    width: 7px;
    height: 7px;
    background-color: #115C5E;
    border-radius: 50%;
    z-index: 0;
}

.circle_title {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 60px;
}

.circle_title > .circle_title_content {
  width: 182px;
  height: 42px;
  border: 1px solid #cacaca;
  color: #cacaca;
  border-radius: 50px;
  padding-left: 20px;
  cursor:pointer;
}

.circle_title > .circle_title_content > span {
  line-height: 42px;
}

/*공통*/
.user {
    background: #DAECED;
}

.user_Point_Area {
    max-width: 1300px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 40px 0px 40px 0px;
    gap: 0px 20px;
    margin: auto;
}

.user_More_Point_Area {
    width: 100%;
    height: 385px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border: 1px solid #CCCCCC;
}
.user_More_Point_Area_T {
    width: 100%;
    text-align: center;
    height: 150px;
    background: var(--main_color);
    padding: 32px;
    border-radius: 12px 12px 0px 0px;
}
.user_More_Point_Area_B {
        width: 100%;
        height: 235px;
}
.user_More_Point_Area_B_T ,.user_More_Point_Area_B_B {
        height:50%;
}
.point {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    height: 117px;
    line-height: 117px;
}
.point_info {
    font-size: 24px;
    font-weight:400;
}
.point_Txt {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    height: 117px;
    line-height: 117px;
}
.user_Name {
    color: #ffffff;
    font-weight: 600;
}
.user_Name_Info {
        font-weight: 400;
}
.user_More_Point_Txt {
    color:#ffffff;
}
.under_Line {
    text-decoration:underline;
}
.inline_flex {
    display: inline-flex;
}
.user_Grade_Graph_Area {
    width: 100%;
    height: 385px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border: 1px solid #CCCCCC;
}
.user_Grade_Graph_Area_T {
    height: 105px;
    width: 100%;
    text-align:center;
    padding:10px;
}
.user_Grade_Graph_Area_M {
    width: 100%;
    /*height: 175px;*/
}
.user_Grade_Graph_Area_B {
    height: 105px;
    width: 100%;
    text-align:center;
    padding:10px;
}
.percent {
    font-size: 28px;
    font-weight: 600;
}
.font_weight_500 {
    font-weight:500;
}
/*마이페이지 수정 0728*/

/*테이블 css 0927*/
.table-wraper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 15px;
}

.max-height-overflow {
    height: 400px;
    overflow-y: auto;
}

.table-common {
    width: 100%;
}

.table-common > thead tr th {
    height: 40px;
    background-color: var(--mono_back);
    border: 1px solid var(--mono_line);
    text-align: center;
    color: var(--mono_main);
}

.table-common > tbody tr td {
    height: 40px;
    border: 1px solid var(--mono_line);
    text-align: center;
    color: var(--mono_main);
    padding: 0 5px;
}

.table-common > tbody tr td .drkid-input {
    width: 100%;
}

.table-common > tbody tr.active-tr {
    background-color: #F4FAFF;
}

/*테이블 css 0927*/