/*common*/
.none{display: none!important}
.w_content{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.cn_hei{height: 81px;}
.ptb_100{
    padding: 100px 0;
}
.ptb_80{
    padding: 80px 0;
}
.pt_100{
    padding: 100px 0 0;
}
.mt_100{
	margin: 100px auto 0;
}

.mtb{margin:130px 0}
.ptb{padding:130px 0}

.mt{margin-top:130px}
.mb{margin-bottom:130px}

.pt{padding-top:130px}
.pb{padding-bottom:130px}

.mb50{margin-bottom:50px!important;}
.mt50{margin-top:50px}

.gray{background:#f5f9fb;}

.sm_tit{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    color:#2ac7ce;
    width: 100%;
}
.stitle{font-size: 50px;}

.main_visual{
    background:url('/img/main_visual.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.main_visual .con_box{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}


/**/
.scroll-icon {
  display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 35px;
    font-size: 22px;
    color: #222;
    border-radius: 20px;
    border: solid 2px;
    transition: .4s;
    position: absolute;
    bottom: 50px;
    z-index: 9;
    transform: translateX(-50%);
    left: 50%;
}


.scroll-icon::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}

.scroll-icon:hover {
  border: 1px solid #2ac7ce;
  color: #2ac7ce;
}
.scroll-icon:hover::after {
  background-color: #2ac7ce;
}

@keyframes scroll-icon {
    0% { transform: translateY(-12px); opacity: 0; }
   30%, 70% { opacity: 1; }
  100% { transform: translateY(12px); opacity: 0; }
}

/**/

.main_visual .con_box .box{width:100%;}

.main_visual .text span{
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.main_visual .text h2{
    font-size: 60px;
    font-weight: 800;
    color: #000;
}
.main_visual .text p {
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.3;
    font-weight: 300;color: #666;
}
.main_visual .text button{
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 17px;
    padding: 13px 30px;
    font-weight: 500;
    margin-top: 50px;
    border-radius: 26px;
}
.main_visual .text button:hover{
    background: #2ac7ce;color:#fff;border: 1px solid #2ac7ce;
}
#hd .head_box{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#hd .head_box h1{
    width:160px
}
#hd .head_box ul{
    display: flex;align-items: center;
}

#hd .head_box .menu li{
    margin: 0 50px;position: relative;
}
#hd .head_box .menu li a{
    font-size: 18px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    font-weight: 500;
    position: relative;white-space: nowrap;
}
#hd .head_box .menu li a:hover,
#hd .head_box .menu li.active > a{
    border-bottom:5px solid #2ac7ce;color: #2ac7ce;
}
#hd .head_box .menu li.shop a{color:#2ac7ce}


/*
#hd .head_box .menu li.shop:before{
    content: '';
    position: absolute;
    background: url(/img/shopping-cart.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: 29px;
    left: -25px;
    background-size: contain;
}
*/

#hd .head_box .log li{
    margin-left: 20px;position:relative;
}
#hd .head_box .log li a{
    color: #444;white-space: nowrap;
    font-weight: 400;font-size: 14px;
}
#hd .head_box .log li.bar a{
    position:relative;
}
#hd .head_box .log li.bar a:before{ 
    content: '';
    background: #666;
    width: 1px;
    height: 13px;
    position: absolute;
    right: -10px;
    top: 3px;
}
.cart .num{
	width: 25px;
    height: 25px;
    display: block;
    background: red;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: -18px;
}
.fixed #hd .head_box{
    height: 70px;  
}

/*메인 타이틀*/
.section {width:100%}
.section h2{
    font-size: 50px;
    font-weight: 900;
    text-align: center;
}


.main_section .section .icon_list ul{
    display: flex;
    flex-wrap: wrap;
}
.main_section .section .icon_list ul li{
    width: 33.33%;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    
}
.main_section .section .icon_list ul li img{
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.main_section .section .icon_list ul li div{
    text-align: left;
    padding: 0 30px;
}
.main_section .section .icon_list ul li div p{
    margin: 0 0 12px;
}
.main_section .section .icon_list ul li p{
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 12px;
}
.main_section .section .icon_list ul li span{
    font-size: 16px;
    color: #777;
    font-weight: 400;
    line-height: 1.3;
}

.section .text_box{
    display: flex;align-items: center;
}
.section .text_box .tbox{
    width: 50%;
}
.section .text_box .tbox.pd{
    padding: 50px 0 0 50px;
}
.section .text_box .tbox > h3{
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 30px;
}
.section .text_box .tbox p{
   font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
}
.section.ban{
    background: url(/theme/cosmetic/img/banner.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 80px 0;
    background-position: center;
    background-size:cover;position: relative;
}

.section.ban h3{
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.section.ban p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.section.ban p br{display: none}
.section.ban button{
    background: none;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    width: 150px;
    border-radius: 80px;
}
.section.ban button:hover{
    background: #fff;color: #2ac7ce;
}
.inner_box{
    display: flex;gap: 50px;
}
.inner_box .map{
    width: 50%;
    
}
.inner_box .map iframe{
    width:100%;
    height:100%;border-radius: 20px;
}
.inner_box .inp_box{
    width: 50%;
}
.inner_box .inp_box label{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

#main_contact input{
    width: 100%;
    font-size: 16px;
    padding: 14px 20px;
    border: 1px solid #ddd;
    margin-bottom:20px;
    border-radius: 10px;

}
#main_contact input::placeholder,#main_contact textarea::placeholder{font-size: 16px; color: #aaa}
#main_contact textarea{
    width: 100%;
    height: 150px;
    font-size: 16px;
    padding: 14px 20px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 10px;
}
#main_contact button{
    width: 100%;
    
    font-weight: 700;
    font-size: 20px;
    border: none;
    padding: 13px 0;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(to left, #4fe1a0, #178af4);
}
#main_contact button:hover{
    background: #2ac7ce;
}
.sub_content .section h3{
    text-align: left;
    font-size: 50px;
    font-weight: 200;line-height: 1.3;
}
.sub_content .section h3 span{
    font-weight: 800;
}

.section .flex_box ul {
    display: flex;
    flex-wrap: wrap;
}
.section .flex_box ul li{
    width: 50%;
}
.section .flex_box ul li .box h2{
    font-size: 20px;
}

/*차별화된 강점*/
.section .flex_box.wrap ul li{
    padding: 15px;
    border-radius: 20px;
    width: 50%;
}
.section .flex_box.wrap ul li .f_box{
    display: flex;border: 1px solid #ddd;
    align-items: center;
    gap: 30px;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}
.section .flex_box.wrap ul li .f_box.reversal{flex-direction: row-reverse;}

.section .flex_box.wrap ul li .f_box.reversal .item.txt,
.section .flex_box.wrap ul li .f_box.reversal .item.txt h2{text-align: right;}

.section .flex_box.wrap ul li .f_box .img{width: 20%;}

.section .flex_box.wrap ul li .f_box .txt{
    text-align: left;
    width: 80%;
}
.section .flex_box.wrap ul li .f_box .txt h2{
    font-size: 28px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 15px;
}
.section .flex_box.wrap ul li .f_box .txt p{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;color: #555;
}

/*미래와 가치*/
.value_list{
    background: url(/img/map_bg.png) no-repeat;
    margin-top: 50px;
    padding: 80px 0 0;
    background-position: center; 
    background-size: contain;
}
.value_list ul{
    display: flex;
    justify-content: center;
    gap: 50px;
    width: 70%;
    margin: 0 auto;
}
.value_list ul li{
    width: 33.33%;
    text-align: center;
    padding: 50px 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px 0 30px 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.value_list ul li img{
    width: 60px;
}
.value_list ul li .txt p{
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0 15px;
}
.value_list ul li .txt span{
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    font-weight: 400;
}

.value_list .val_text{
    font-size: 20px;
    margin: 30px auto;
    line-height: 1.5;
    font-weight: 400;
    color:#555;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0 50px;
}

.value_list .arrow{
    width: 30px;
    margin:30px auto 20px; display: block;
}
.value_list .logo{
    width: 300px;margin:30px auto 0px;  display: block;
}

/*연혁*/
.section.history ul{
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;width: 100%;}
.section.history ul li{
    padding: 0;
    width: 650px;
    margin-bottom: 80px;margin-right:0!important;
    border-radius: 0;
}
.section.history ul li h2{
    text-align: center;display: inline-block;
    font-size: 40px;
    font-weight: 800;
    margin: 0;
}
.section.history ul li .tit{
    font-size: 30px;
    color: #48d1ed;text-decoration: underline;height: 35px;
}

.section.history ul li .f_box{
    border-radius: 0;border: none;
    background: none;
    padding: 0;
    display: flex;
    margin-top: 20px;
    width: 100%;
    align-items: center;gap: 30px;
}
.section.history ul li .f_box .item{width: 50%;}
.section.history ul li .f_box .item.img img{
    width: 310px;
    height: 310px;
    border-radius: 0;
    object-fit: cover;
}

.section.history ul li .f_box .item.txt .list{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.section.history ul li .f_box .item.txt .list h2{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section.history ul li .f_box .item.txt .list p{
    font-size: 16px;
}

.load_more_wrap {
  text-align: center;
  margin-top: 30px;
}

.load_more_btn {
  background-color: #2ac7ce;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.load_more_btn:hover {
  background-color: #25b1b7;
}

/**/
.subpage_content{
    height: 100%;padding-top: 80px;
}

.subpage_content .sub_title{
    height: 130px;
    background-size: cover;
    background-position: center;
    position: relative;
    background: linear-gradient(to left, #4fe1a0, #178af4), url(/theme/cosmetic/img/banner_bg.png) repeat-x;
    background-blend-mode: overlay;background-position: center;
}
.subpage_content .sub_title .sub_text{
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
}
.subpage_content .sub_title .sub_text p{
    font-size: 30px;
    color: #fff;
    font-weight: 800;
}
.subpage_content .sub_title .sub_text span{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.subpage_content .sub_menu > ul{
    width: 60%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.subpage_content .sub_menu > ul li{
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 0 25px;
    height: 40px;
    display: flex;
    border-radius: 25px;
    border: 1px solid #222;
    align-items: center;
    justify-content: center;cursor: pointer;
}

.subpage_content .sub_menu > ul li:hover {background:#48d6f2;color:#fff;border: 1px solid #48d6f2;}

.sub_content p{font-size: 20px;}
.sub_content .sec_box {text-align: center;}
.sub_content .sec_box img{width: 700px;}
.sub_content .section h2.dot{position: relative}
.sub_content .section h2.dot:after{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: 50%;
    bottom: -55px;
    background: #2ac7ce;
    transform: translateX(50%);border-radius: 6px;
}

.sub_content.service .about_text p{
    font-size: 18px;
    text-align: center;color: #444;line-height: 1.3;font-weight: 400;
}
.sub_content.service .section {margin-top: 80px;}
.sub_content.service .section h3{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}
.sub_content .about_text img{
    max-width: 1300px;
    width: 100%;border-radius: 20px;
    object-fit: cover;
    height: 300px;
}
.service .tab{
    display: flex;gap:10px;
    justify-content: center;
    flex-wrap: wrap;
}
.service .tab li > a{
    font-size: 16px;
    padding: 0 25px;
    height: 40px;
    display: flex;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #F8F9F9;
    color: #333;
}
.service .tab li > a:hover,
.service .tab li.on > a{background: #2ac7ce; color: #fff;}

.service .fixed{
    position: fixed;z-index: 99;
    left: 0;
    top: 81px;
    width: 100%;
    background: #F8F9F9;
    max-width: 100%;
}
.service .fixed li > a:hover,
.service .fixed li.on > a{
    color: #2ac7ce!important;background:none!important;
  text-decoration: underline;
  font-weight: 600;
}

.service .fixed li > a{
    font-size: 18px;
  padding: 0 30px;
  height: 60px;
  display: flex;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #F8F9F9;
}


.section .text_box .text_list{
    box-sizing: border-box;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.section .text_box .text_list .txt_lit{
    background-color: rgb(255, 255, 255); */
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 30px 40px;
}
.section .text_box .text_list .txt_lit img{
    width: 18%;
}
.section .text_box .text_list .txt_lit p{
    font-size: 20px;
    font-weight: 600;
}
.section .text_box .text_list .txt_lit span{
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    color: #444;
    font-weight: 300;
    line-height: 1.3;
}
.section .text_box.prog .text_list{
    gap: 50px;display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 50px;
}
.section .text_box.prog .text_list .txt_lit{
    display: inline-block;
    width: 100%;padding: 40px;
    background: #F8F9F9;
    text-align: center;position: relative;
}
.section .text_box.prog .text_list .txt_lit:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -42px;
    background: url(/img/arrow-right.svg) no-repeat;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    background-size: contain;
}
.section .text_box.prog .text_list .txt_lit:nth-child(4):after,.section .text_box.prog .text_list .txt_lit:nth-child(7):after,
.section .text_box.prog .text_list .txt_lit:nth-child(8):after{
    content: none;
}
.section .text_box.prog .text_list .txt_lit .num{
    background: #2ac7ce;
    line-height: 70px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin: 0 0 20px;

}
.section .text_box.prog .text_list .txt_lit span{
    font-size: 16px;margin-top: 10px;
}

.section .text_box.prog .text_list .txt_lit.img{
    background: none;
  padding: 0;
}
.section .text_box.prog .text_list .txt_lit.img img{
    width: 100%;
  padding-top: 40px;
}
.section.succ .text_box ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.section.succ .text_box ul li{
  background: #fff;
  font-size: 0;
border: 10px solid #fff;
}
.section.succ .text_box ul li:hover{
    background: #2ac7ce;color: #fff;border: 10px solid #2ac7ce;
}


.section.succ .text_box ul li img{
    width:100%;
}
.section.succ .text_box ul li p{text-align: center; padding: 30px 0 20px;}

.section.host .serv_box p{
    font-weight: 500;font-size: 30px;margin-bottom: 20px;
}
.section.host .serv_box ul{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
    flex-wrap: nowrap;
    flex-direction: row;
}
.section.host .serv_box ul li{
    width: 33.33%;
    background: #fff;
    border-radius: 10px;overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.section.host .serv_box ul li .box h1{
    padding: 40px 0;
    
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}
.section.host .serv_box .one li .box h1,
.section.host .serv_box .one li .box a{background: #0086ff;}

.section.host .serv_box .two li .box h1,
.section.host .serv_box .two li .box a{background: #2ac7ce;}

.section.host .serv_box .three li .box h1,
.section.host .serv_box .three li .box a{background: #43df9c;}

.section.host .serv_box .one li .box h2{color:#0086ff}
.section.host .serv_box .two li .box h2{color:#2ac7ce}
.section.host .serv_box .three li .box h2{color: #43df9c}

.section.host .serv_box ul li .box p{
    padding: 30px 70px;
    text-align: left;
}
.section.host .serv_box ul li .box p span{
    font-size: 18px;font-weight: 300;
    color: #222;position: relative;
    display: block;
    line-height: 2;padding-left: 40px;
}
.section.host .serv_box ul li .box p span:before{
    content: '';
  position: absolute;
  background: url(/img/h_info.svg) no-repeat;
    background-size: auto;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 15px;
  background-size: contain;
}

.section.host .serv_box ul li .box p span:last-child{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.section.host .serv_box ul li .box h2{
    font-size: 30px;
    padding-bottom: 30px;
}
.section.host .serv_box ul li .box a{
    background: #2ac7ce;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 20px;border-radius: 8px;
}

.section .text_box.progverti .text_list{
    display: inline-block;
    width: 100%;
}
.section .text_box.progverti .text_list .txt_lit{
    width: 100%;
    background: #F8F9F9;
    padding:50px 50px 50px 140px;
    display: inline-block;margin-bottom: 50px;position: relative;
}

.section .text_box.progverti .text_list .txt_lit:after{
    content: '';
    position: absolute;
    bottom: -41px;
    left: 50%;
    background: url(/img/arrow-bottom.svg) no-repeat;
    width: 35px;
    height: 35px;
    transform: translateX(-50%);
    background-size: contain;
}
.section .text_box.progverti .text_list .txt_lit:last-child:after{
    content: none;
}
.section .text_box.progverti .text_list .txt_lit .num{
    background: #2ac7ce;
    line-height: 70px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin: 0 0 20px;
    text-align: center;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}


/*푸터*/
#ft{
    background: #000;
}
#ft .ft_info{
    padding:30px 0 50px;}
#ft .ft_info .ft_ul{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 25px;
}
#ft .ft_info .ft_ul li{
    display: inline-block;
    float: left;
    margin-right: 30px;
    opacity: 0.8;
    
}
#ft .ft_info a{
    color:#fff;font-size: 16px;
}
#ft .ft_info .ft_info_wr{
    color: #bbb;
    font-size: 16px;
    letter-spacing: -0.01em;
    margin-top: 50px;
    display: flex;
    gap: 50px;
}
#ft .ft_info .ft_info_wr .ft_logo > a{
    width: 180px;
    display: block;
}
#ft .ft_info .ft_info_wr .ft_text > p{
    font-size: 14px;
    line-height: 30px;
    font-weight: 200;
    color: #fff;
    opacity: 0.7;
}
#ft .ft_info .ft_info_wr .ft_text > p span{
    display: block;
    margin-top: 20px;
    opacity: 0.5;
}

/*공지사항 롤링*/
#banner_wrap .notice_area{
    background: #2ac7ce;
    height:45px;
    overflow: hidden;
    color:#fff;
}
#banner_wrap .notice_area_inner{
	height: 45px;
    display: flex;
}
#banner_wrap h2{
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0;
    width: 90px;
}
#banner_wrap .news_swiper{
    width: 100%;
    height: 45px;position:relative;padding-left:35px;
}
#banner_wrap .news_swiper:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 13px;
    background: url(/theme/cosmetic/img/notice_ic.svg) no-repeat;
    width: 20px;
    height: 20px;
}
.rolling{
	position: relative;
    width: 100%;
    height: auto;
}
#banner_wrap .news_swiper li{
	width: 100%;
    height: 46px;
    line-height: 46px;
}
#banner_wrap .news_swiper li p{
	width: 100%;display:inline-block;
    text-overflow: ellipsis;
    overflow: hidden;font-size:16px;
    white-space: nowrap;
}
#banner_wrap .news_swiper li a:hover{
	color:#fff;
}
#banner_wrap .news_swiper ul li span{
	float: right;
}
.bx-wrapper{
	max-width: 100%!important;
}
.bx-viewport{
	height:auto;
}
.bx-viewport ul li.sct_li{
	width:400px!important;
}
/*공지사항 롤링*/

/*섹션레이아웃*/
.section_box h2.sec_title{
    font-size: 40px;
    font-weight: 800;
    width: 100%;
    text-align: center;
    color: #002104;
}
.new_best{
    display: flex;
	justify-content: space-between;position:relative;
}
.new_best .swiper-slide{
    width: 400px!important;
	border:1px solid #eee;
	overflow: hidden;margin-right: 40px!important;
}
.new_best img{
    max-width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.badge_new:after{
	position: absolute;
	content: '';
	font-size: 0.92em;
	top: 0;
	right: 0;
	background: url('/theme/cosmetic/img/badge_new.png') no-repeat;
	width:129px;
	height:113px;
}
.siler_mob .swiper-slide{
	height: 280px;
}
.siler_mob .swiper-slide img{
	width: 100%;display:block;
	height: 100%!important;
	object-fit: cover;
}
.sct_li .price{
	margin-top: 5px;
}
.meal_plan_box{
	width: 100%;display:inline-block;
}
.meal_plan li{
	float: left;
    margin-right: 40px;
    width: 400px;
}
.plan_table_box{
	padding: 83px 30px 30px;
	position: relative;
}
.plan_table_box:after{
	position:absolute;
	content:'';
	width:150px;
	height:40px;
	top: 25px;
	left: 50%;
	background:url('/theme/cosmetic/img/meal_logo.svg')no-repeat;
	transform: translateX(-50%);
}
.plan_table{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.baimg_area{
	background: url('/theme/cosmetic/img/spro_ban_bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	height: 140px;
	color: #fff;
	text-align: center;
	padding: 30px;
}
.baimg_area h2{
	color:#fff;
	margin: 40px 0 10px;
	font-size: 28px;
    font-weight: 700;
    display: inline-block;
    max-width: 100%;
}
.baimg_area span{
	font-size: 15px;
	font-weight: 400;
	display: block;
}
.meal_plan li:last-child{
	margin-right:0;
}
.batext_area{
	padding: 30px;
}
.batext_area p{
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 10px;
	word-break:keep-all
}
.batext_area span{
	font-size: 17px;
	color: #8d939c;
	display: block;
	font-weight: 400;
}
.price{
	font-size: 20px;
	font-weight: 700;
	color: #2ac7ce;
	margin-top:25px;
}
.item_price .price{
	margin: 10px 0 20px;
}
.item_price .price.btn{
	margin: 10px 0 20px;
	display: flex;padding: 0;margin-bottom: 10px;
    align-items: center;justify-content: space-between;
}
.item_price .price.btn button{
	background:none;border:none;
}
.item_price .price.btn button img{width: 30px;
    height: 30px;}


.batext_area .price span.nanu_font{
	font-family: 'Nanum Gothic', sans-serif;
	color:#2ac7ce;
	display:inline-block;
	font-size: 17px;
    font-weight: 700;
}
.nanu_font{
	font-family: 'Nanum Gothic', sans-serif;
}
.prod_item{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.prod_item li{
	width: 31%;
    background: #f9f9f9;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #eee;
}
.prod_item li.sold_out{
	position:relative;
}
.prod_item li.sold_out:after{
	content: '';
    position: absolute;
    background: url(/img/sold_out.svg) no-repeat;
    width: 60%;
    height: 45%;
    z-index: 99;
    transform: translate(-50%);
    left: 50%;
    top: 30%;
}
.prod_item li.sold_out:before{
	content: '';
    position: absolute;
    background: #000;
	opacity:0.1;
    width:100%;
    height: 100%;
    z-index: 99;
    left:0;
    top: 0;
}
.prod_item li:nth-child(3n){
	margin-right: 0;
}
.item_img{
	height:300px;position:relative;
}
.item_img img{
	object-fit: cover;
	height: 100%;width: 100%;
	position: relative;
}
.item_price{
	letter-spacing: -0.05em;
	padding: 20px 20px 0;
	display: inline-block;width: 100%;
}
.item_price .item_title{
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #002104;
}
.item_price .item_text{
	display: block;
    font-size: 16px;
    color: #666;
    font-weight: 400;
}
.item_price .num{
	display: inline-block;
}
.it_cart_btn{
	font-size: 13px;
	font-weight: 400;
    padding:10px 15px 0px;
    background: #2ac7ce;
    float: right;
    color: #fff;border-radius:5px;
	margin-left: 5px;
}
.item_qty{
	padding: 0 0 30px 30px;display: flex;
}
.opt_count{
	display: inline-block;
    border: 1px solid #ddd;
    margin: 0;border-radius: 5px;
    overflow: hidden;
}
.opt_count button{
	width:30px;
    height: 30px;
    border: none;
    float: left;
    background: #fff;
	position:relative;
}
.opt_count input{
	height: 30px;
    border: none;
    border-right: 1px solid #ddd;
    float: left;
    text-align: center;
    border-left: 1px solid #ddd;
    padding: 0;
	width: 30px;
	font-size: 13px;
    color: #666;background: #fff;
}
.sit_qty_minus:after{
	position:absolute;
	content:'';
	font-size: 0.92em;
	top: 14px;
    left: 10px;
	background:url('/theme/cosmetic/img/minus.png') no-repeat;
	width:10px;
	height:10px;
}
.sit_qty_plus:after{
	position:absolute;
	content:'';
	font-size: 0.92em;
	top: 10px;
    left: 10px;
	background:url('/theme/cosmetic/img/plus.png') no-repeat;
	width:10px;
	height:10px;
}
.cer_mark{
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 80px;
	height: 80px;
}
.cer_mark:after{
	position: absolute;
	content: '';
	font-size: 0.92em;
	top: 0;
	left: 0;
	background: url('/theme/cosmetic/img/Sprout_mark.svg') no-repeat;
	width: 80px;
	height: 80px;
}

/**/

.mob_menu{
    display: none;
    z-index: 99999;
    position: fixed;
    height: 25px;
    right: 30px;
    top: 28px;
}
#nav-icon3{
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
#nav-icon3 span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #2ac7ce;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 10px;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 20px;
  }
  
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
.mob_menu_box{
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background-color: #f0f0f0;
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease-in-out;
    z-index: 999;
    background: #000;
}
.mob_menu_box.active {
    transform: translateX(0);
            opacity: 1;
}

.mob_menu_box > ul{
    position: absolute;
    width: 100%;
    top: 45%;
    transform: translateY(-50%);
}
.mob_menu_box > ul li{
    padding: 30px 0;
    text-align: center;
}
.mob_menu_box > ul li a{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: 70%;
    display: inline-block;
    /*border-bottom: 1px solid #fff;
    padding-bottom: 30px;*/
}
.mob_menu_box > ul li:hover > a{
    color: #2ac7ce;
}
.mob_menu_box > ul li.active a{color: #2ac7ce;}
.bottom_btn{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bottom_btn > ul{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0;gap: 50px;
}
.bottom_btn > ul li{
	position:relative;
}
.bottom_btn > ul li a{
    font-size: 16px;
    font-weight: 300;
    display: block;
    white-space: nowrap;
    color: #fff;
    padding-bottom: 50px;
}
.bottom_btn .cart > a{
	display: flex;
    align-items: center;
    gap: 3px;
}
.bottom_btn .cart > a .num{
	position: initial;
}
.custom-select {display: none;}

@media screen and (max-width: 1300px) {
    .w_content{
        padding-left: 30px!important;padding-right: 30px!important;
    }
    #ft .ft_info .ft_ul{padding-top:30px }
    #ft .ft_info .ft_info_wr{padding-bottom: 50px;}
    
    .section .flex_box.wrap ul li .f_box{padding: 30px;}
    .section .flex_box.wrap ul li .f_box .img{width: 30%;}
    .section .flex_box.wrap ul li .f_box .txt{width:70%;}
    
    .value_list ul{width: 100%;}

    .section.host .serv_box ul li .box p{padding:30px;}
}

@media screen and (max-width: 1024px) {
    .main_section .section .icon_list ul li{
        width: 50%;
    }
    #hd .head_box .menu li{
        margin: 0 15px;
    }
    
    .main_visual .text h2{font-size:45px;}
    .main_visual .text p {font-size: 18px;}
    
    .inner_box{
        flex-direction: column;
    }
    .inner_box .map {
        width: 100%;
        height: 400px;
    }
    .inner_box .inp_box {
        width: 100%;
    }
    .section .flex_box ul{
        flex-direction: column;
    }
    .section .flex_box.wrap ul li{
        width: 100%;padding: 0;margin-bottom: 20px;
    }
    
    .section .flex_box.wrap ul li .f_box .img{
        width: 15%;
    }
    .section .flex_box.wrap ul li .f_box .txt{
        width: 85%;
    }
    .value_list{padding: 0;}
    .value_list ul{gap:20px;}
    .value_list .val_text br{display:none}
    
    .sub_content.service .about_text p br{display: none}
    .sub_content.service .section h3{font-size: 35px;}
    .section.host .serv_box ul li .box h1 {padding: 25px 0; font-size: 25px;}
    .section.host .serv_box ul li .box p span{font-size: 14px;}
    .section.host .serv_box ul li .box p span:before{top: 4px;}
    .section.host .serv_box ul li .box h2 {
        font-size: 25px;
        padding-bottom: 0px;
    }
    
    .section .text_box{flex-direction: column;}
    .section .text_box .tbox{width: 100%;}
    .section .text_box .tbox.pd{padding: 40px 0 0;}
    .section .text_box.prog .text_list .txt_lit{padding: 20px 25px;}
    .section .text_box .text_list .txt_lit{padding: 20px;}
    .section .text_box .text_list .txt_lit img{width: 30%;}
    
    .section.host .serv_box ul{gap:20px;}
    .section.host .serv_box ul li .box p{padding:15px 10px 0px;}
    .section.host .serv_box ul li .box p span:last-child{padding-bottom: 20px;}
    .service .fixed{padding: 10px 0 !important;}
    .service .fixed li > a{height: auto;}
    .subpage_content .sub_title{background: linear-gradient(to left, #4fe1a0, #178af4), url(/theme/cosmetic/img/banner_bg_m.png) repeat-x;background-size: cover}
    .prod_item{
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap:15px;
    }
}
@media screen and (max-width: 1000px) {
    .section .text_box.prog .text_list{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .section .text_box.prog .text_list .txt_lit:nth-child(4):after,.section .text_box.prog .text_list .txt_lit:nth-child(7):after{
        content: "";
    }
    .section .text_box.prog .text_list .txt_lit:nth-child(3):after,.section .text_box.prog .text_list .txt_lit:nth-child(6):after,
    .section .text_box.prog .text_list .txt_lit:nth-child(8):after{
        content: none;
    }
    
}
.prod_item li{
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: left;
    text-decoration: none;width: auto;
}
    .item_img{height: 230px;}
}
@media screen and (max-width: 900px) {
    .section .text_box{
        flex-direction: column;
    }
    .section .text_box .tbox {
        width: 100%;
    }
    .section .text_box .tbox.pd {
        padding: 50px 0px 0 0px;
    }
    .section .text_box .tbox > h3{
        font-size: 40px;
    }
    .section.ban h3{
        font-size: 40px;
    }
    .section.ban p br{display: block}
    .section.ban{padding: 40px 0}
}


@media screen and (max-width: 768px) {
    .ptb_100{padding: 50px 0;}
    .ptb_80{padding: 40px 0;}
    .pt_100{padding: 50px 0 0;}
    
    .mt_100{margin: 50px auto 0;}

    .mtb{margin:80px 0}
    .ptb{padding:80px 0}

    .mt{margin-top:80px}
    .mb{margin-bottom:80px}

    .pt{padding-top:80px}
    .pb{padding-bottom:80px}

    .mb50{margin-bottom:30px!importnat}
    .mt50{margin-top:30px}
    
    
    .main_visual {
        background: url(/img/main_visual_m.jpg) no-repeat;
        background-size: contain;
        background-position: bottom;
        width: 100%;
        height: 100vh;
    }
    .main_visual .con_box{
        top: 30%;
    }
    .mob_menu{display: block}
    #hd .head_box ul{display: none}
    
    .section h2{
        font-size:40px;
    }
    .main_section .section .icon_list ul li{
        width: 100%;
    }
    #ft .ft_info .ft_info_wr{
        flex-direction: column;
    }
    #ft .ft_info .ft_info_wr .ft_text > p br{display: none}
    
    .value_list ul{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .value_list ul li{
        width: 100%;
        display: flex;
        padding: 20px 0 20px 30px;
        gap: 30px;align-items: center;box-shadow:none;
     }
    
    .value_list ul li img{width: 15%;}
    .value_list ul li .txt{width: 75%;text-align: left!important;}
    .value_list ul li .txt p{margin: 0 0 10px;font-size: 20px}
    .value_list .val_text{padding: 0;}
    
    .sub_content.service .section{margin-top: 50px;}
    
    .section .text_box.prog .text_list{
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    }
    .section .text_box.prog .text_list .txt_lit:nth-child(3):after,.section .text_box.prog .text_list .txt_lit:nth-child(7):after{
        content: "";
    }
    .section .text_box.prog .text_list .txt_lit:nth-child(2):after,.section .text_box.prog .text_list .txt_lit:nth-child(4):after,
    .section .text_box.prog .text_list .txt_lit:nth-child(6):after{
        content: none;
    }
    
    .section .text_box .text_list{gap: 15px;grid-template-columns: none;}
    .section .text_box .text_list .txt_lit {padding: 20px 30px;}
    .section .text_box .text_list .txt_lit p{font-size: 18px;}
    .section .text_box .text_list .txt_lit img{width: 18%;}
    .section.host .serv_box ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 15px;
    }
    .section.host .serv_box ul li{width: 100%;}
    .item_price{padding: 20px 20px 0;}
}

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

    
}
@media screen and (max-width: 600px) {
    .section.ban h3{font-size: 6vw;}
    .main_visual .text h2 {font-size: 8vw;}
    .main_visual .text p {font-size: 16px;}
}
@media screen and (max-width: 510px) {
    .cn_hei{height: 61px;}
    .sub_content.service .section h3{
        font-size: 30px;
    }
    
    .main_visual .text p br{
        display: none;
    }
    .main_visual .text button{
        padding: 10px 20px;
    }
    #hd .head_box{
        height: 60px;
    }
    #hd .head_box h1 {
        width: 130px;
    }
    .mob_menu{
        top:20px;
    }
    
    .main_section .section .icon_list ul li{
        margin-bottom: 20px;
    }
    .main_section .section .icon_list ul li div{
        padding: 0 0 0 20px;
    }
    .section.ban p{font-size: 16px;}
    
    .section.ban .w_content{padding: 0;}
    .subpage_content{
        padding-top: 60px;
		width:95%;
    }
    .sub_content .section h3{
        font-size: 40px;
    }
    .value_list{margin-top: 30px;}
    .value_list .val_text{font-size: 18px;}
    .value_list .logo{width:60%}
    
    /**/
    .sub_content.service{margin: 0;}
    .sub_content.service .tab {
        display: none;
        flex-wrap: wrap;
        padding: 0 !important;
        gap: 0;
    }
    .sub_content.service .tab li{width: 33.33%;}
    
    .service .tab li > a{padding: 0}
    .section .text_box .text_list .txt_lit span{font-size: 14px;}
    .section .text_box .text_list .txt_lit p{font-size: 18px;}
    
    .service .fixed{top: 61px;}
    
    .subpage_content .tab{
        display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    gap: 0;
    }
    .subpage_content .tab li{
        width: 25%;
    }
    
    /**/
    .custom-select {
      position: relative;display: block;width: 100%;
    }

    .select-btn {
      display: flex;
        align-items: center;
        cursor: pointer;
        background: #2ac7ce;
        padding: 15px 20px;
        justify-content: flex-start;
    }

    .select-btn .sBtn-text {
      font-size: 16px;
        color: #fff;
        font-weight: 600;
    }

    .select-btn .arrow {
      border: 1px solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(45deg);
        transition: transform 0.3s;
        position: absolute;
        right: 20px;
        top: 16px;
    }

    .select-btn.active .arrow {
      transform: rotate(-135deg);
    }

    .options {
      display: none;
        position: absolute;
        width: 100%;
        background: #F8F9F9;
        z-index: 1000;
        overflow-y: auto;border-bottom: 1px solid #ddd;
    }

    .option {
        border-bottom: 1px solid #fff;
        cursor: pointer;
        transition: background 0.2s;
    }

    .option:hover {
      background: #f0f0f0;
    }
    .option .option-text a{
        font-size: 14px;
        color: #444;
        padding: 15px 20px;
        display: inline-block;
        width: 100%;
    }
    .custom-select.active .options {
      display: block;
    }
    /**/
    
    .sub_content.service .about_text p{font-size: 14px;line-height: 1.5;}
    .section .text_box .text_list{flex-direction: column;}
    .section .text_box .text_list .txt_lit{width: 100%;}
    
    .section .text_box.prog .text_list .txt_lit{width: 100%;padding: 20px 20px;}
    .section .text_box.prog .text_list .txt_lit:after{content: none;}
    .section .text_box.prog .text_list .txt_lit span{font-size: 14px;}
    
    .section .text_box.prog .text_list .txt_lit:nth-child(3):after,.section .text_box.prog .text_list .txt_lit:nth-child(5):after,
    .section .text_box.prog .text_list .txt_lit:nth-child(7):after{
        content: none;
    }
    .section .text_box.prog .text_list{gap:20px;}
    .section.succ .text_box ul{gap:15px}
    .section.succ .text_box ul li{border: 4px solid #fff;}
    .section.succ .text_box ul li:hover{border: 4px solid #2ac7ce;}
    .section.succ .text_box ul li p{padding: 15px 0 15px;}
    .sub_content p {font-size: 16px;}
    .sub_content.service .section h3{margin-bottom: 30px;}
    
    .section.succ .text_box ul{display:flex;flex-direction: column;}
    .section.succ .text_box ul li{width:100%;}
    
    .section .text_box.progverti .text_list .txt_lit{padding: 30px 30px 30px 140px;}
    
    .section .text_box.prog .text_list .txt_lit .num{
        line-height: 50px;
        width: 50px;
        height: 50px;
        margin: 0 0 10px;
    }
    .item_img {height: 180px;}
}

@media screen and (max-width: 425px) {
    .ptb_100{padding: 30px 0;}
    .ptb_80{padding: 20px 0;}
    .pt_100{padding: 30px 0 0;}
    
    .mt_100{margin: 30px auto 0;}

    .mtb{margin:40px 0}
    .ptb{padding:40px 0}

    .mt{margin-top:40px}
    .mb{margin-bottom:40px}

    .pt{padding-top:40px}
    .pb{padding-bottom:40px}

    .mb50{margin-bottom:10px!important;}
    .mt50{margin-top:10px}
    
    .w_content{
        padding-left:15px!important;padding-right:15px!important;
    }
    .mob_menu{right: 15px;top:21px}
    #nav-icon3{width: 25px;height: 20px;}
    #nav-icon3 span{height: 3px;}
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3){top:8px;}
    #nav-icon3 span:nth-child(4){top:16px;}
    
    .scroll-icon{
        bottom: 20px;
    }
    .main_visual .con_box {
        top: 40%;
    }
    .sub_content.service .section h3 {
        font-size: 20px;margin-bottom: 15px;
    }
    .main_section .section .icon_list ul li { margin-bottom: 10px;}
    .main_section .section .icon_list ul li span{font-size: 14px;}
    .main_section .section .icon_list ul li div p{font-size: 16px;margin-bottom: 5px;}

    .main_section .section .icon_list ul li div {
        padding: 0 0 0 10px;
    }
    .main_section .section .icon_list ul li img{
        width: 90px;height: 90px;
    }

    #main_contact input::placeholder,#main_contact textarea::placeholder{font-size: 14px; }
    #main_contact textarea{
        width: 100%;
        height: 150px;
        font-size: 16px;
        padding: 14px 20px;
        border: 1px solid #ddd;
        margin-bottom: 30px;
        border-radius: 10px;
    }
    #main_contact button{
        width: 100%;

        font-weight: 700;
        font-size: 16px;
        border: none;
        padding: 13px 0;
        color: #fff;
        border-radius: 10px;
        background: linear-gradient(to left, #4fe1a0, #178af4);
    }

    .section h2{font-size: 30px;}
    .section.ban {
        padding: 30px 0;
    }
    .section.ban h3 {
        font-size: 7vw;
    }
    .section.ban button {
        background: none;
        border: 2px solid #fff;
        color: #fff;
        padding: 8px 0;
        font-size: 14px;
        font-weight: 500;
        margin-top: 30px;
        width: 130px;
        border-radius: 80px;
    }
    .section .text_box .tbox p{
        font-size: 14px;
    }
    .section .text_box .text_list .txt_lit {
        padding:20px 15px;gap:10px;
    }
    .section .text_box .text_list .txt_lit span{
        margin-top: 5px;
    }
    .section .text_box.progverti .text_list .txt_lit {
        padding: 20px 20px 20px 80px;
    }
    .section .text_box.progverti .text_list .txt_lit .num{
    width: 50px;
    height: 50px;
    font-size: 16px;
    left: 20px;line-height:50px;
    }
    .section.ban p{margin-top: 14px;line-height: 1.3;}
    .section.ban p br{display: none;}
    .sub_content .about_text img{height: 270px;}
    .sub_content .section h3,.section .text_box .tbox > h3{font-size: 24px;}
    .sub_content.service .section {
        margin-top: 40px;
    }
    .section .flex_box.wrap ul li{margin-bottom: 10px;}
    .section .flex_box.wrap ul li .f_box .txt p{font-size: 14px;line-height: 1.3;}
    .section .flex_box.wrap ul li .f_box .txt h2{font-size: 16px;margin-bottom: 5px;}
    
    .section .flex_box.wrap ul li .f_box{gap:20px;padding: 20px 15px;}
    .section .flex_box.wrap ul li .f_box .img {
        width: 20%;
    }
    .section .flex_box.wrap ul li .f_box .txt{
        width: 80%;
    }
    
    .sm_tit{font-size: 14px;}
    .value_list .logo {
        width: 40%;
    }
    .value_list ul{gap:10px}
    .value_list ul li{gap:20px;padding: 20px 15px;}
    .value_list ul li img{width: 20%}
    .value_list ul li .txt{width: 80%;}
    .value_list ul li .txt p{font-size: 16px;margin:0 0 5px;}
    .value_list ul li .txt span{font-size: 14px;line-height: 1.3;}
    .value_list .val_text{font-size: 14px;}
    
    .subpage_content .sub_title .sub_text p{font-size: 20px;font-weight: 700;}
    .subpage_content .sub_title{height: 70px;}
    
    
    
    #ft .ft_info .ft_ul li{margin-right: 10px;}
    #ft .ft_info .ft_ul li a{font-size: 14px;}
    #ft .ft_info .ft_info_wr .ft_logo > a{width: 140px;}
    
    .section_box h2.sec_title{font-size: 30px;}
    .item_price{padding: 15px;}
    .item_price .item_title{font-size: 16px}
    .item_price .item_text{font-size: 14px}
    .item_price .price{margin: 10px 0 0;}
    .price{font-size: 14px}
    .item_img{height: 120px;}
    
    .inner_box .inp_box label {
        font-size: 16px;
    }
    
    .section.host .serv_box p{font-size: 20px;margin-bottom: 0px;}
    .section.host .serv_box ul li .box h1 {
        padding: 15px 0;
        font-size: 18px;
    }
    .section.host .serv_box ul li .box p span {
        font-size: 12px;
        font-weight: 500;padding-left: 32px;
    }
    .section.host .serv_box ul li .box p span:before {
        width: 12px;
        height: 12px;
        top: 6px;
    }
    .section.host .serv_box ul li .box p {
        padding: 10px 0;
    }
    .section.host .serv_box ul li .box p span:last-child {
        padding-bottom: 10px;
    }
    .section.host .serv_box ul li .box h2 {
        font-size: 18px;
        padding-bottom: 0px;
    }
    .section.host .serv_box ul li .box a {
        padding: 10px 0;
        font-size: 14px;
        margin: 10px;
    }
}