/* BASIC css start */
.title_style_2{font-family: 'Roboto Condensed', 'Noto Sans KR', sans-serif;}
.title_style_3{margin-bottom: 33px;}

#store_list {padding:0px;}
#store_list .store_list_menu {}
#store_list .store_list_menu img {width:100%; }
#store_list .store_list_menu > ul {margin-top:65px; padding:0; }
#store_list .store_list_menu > ul > li {position:relative; margin:0 0 70px; padding:0; }
#store_list .store_list_menu > ul > li:last-child{margin-bottom: 0;}
#store_list .store_list_menu > ul > li > .desc_style_1{margin-bottom:10px;}

.step_list_con{display:flex; flex-wrap: wrap; align-items:stretch; margin-bottom: -30px; }
.step_list_con .step_list{position: relative; display:flex; align-items:center; justify-content: center; text-align: center; width: 33%; padding: 10px; margin-bottom: 30px;
 border-right: 1px solid #c5c5c7;  box-sizing: border-box;}
.step_list_con .step_list:nth-child(3n){border-right: none;}
.step_list_con .step_list .step{font-size: 15px; line-height: 21px; font-weight: 700;}
.step_list_con .step_list .step_desc{font-size: 13px; line-height: 19px;}

.section_need { padding:0px 0px 0px;  background-color:#fff; margin-top: 10px;}
.section_need p {margin:10px 0px;}
.section_need table th, .section_need table td{padding: 7px 13px; border-bottom: 2px solid #e1e1e1;border-left: 2px solid #e1e1e1; box-sizing: border-box;}
.section_need table th {text-align:center;background-color:white;width: 25%; height:5em; font-size: 13px; font-weight: 700;text-align: center;letter-spacing: -0.05em;}
.section_need table td {text-align:right;background-color:white;padding-right: 8px;height:8em;text-align: left;font-size: 13px;}
.section_need table td  strong{font-weight: 400;}

.h_title > h3 {font-family: 'Roboto Condensed', 'Noto Sans KR', sans-serif; font-size: 40px; line-height: 46px; letter-spacing: -0.5px; font-weight: bold; color: #000; text-align: center;}

#wrap{margin-left:auto; margin-right: auto; margin-bottom: 70px; overflow: hidden;}
#designer{float:left;}
#marketer{float:left;}

.benefit_list_con{display: flex; flex-wrap: wrap; align-items: stretch; margin-bottom: -50px;}
.benefit_list_con .benefit_list{position: relative; display: flex; justify-content: center; width: 20%; margin-bottom: 50px;}
.benefit_list_con .benefit_inner{ cursor: pointer;}
.benefit_list_con .benefit_icon{text-align: center; transition: opacity 0.2s;}
.benefit_list_con .benefit_icon > img{height: 79px; margin-bottom: 8px;}
.benefit_list_con .benefit_icon .benefit_title{font-size: 12px; font-weight: 600;}
.benefit_list_con .benefit_desc_con{position: absolute; opacity: 0; top:50%; left:50%; width: 100%; text-align: center; transform: translate(-50%, -50%); transition: opacity 0.2s;}
.benefit_list_con .benefit_desc{display: inline-block;}
.benefit_list_con .benefit_desc > li{font-size: 13px; color: #000; text-align: left; list-style-type: disc; word-break: keep-all; font-weight: 700;}
.benefit_list_con .benefit_inner:hover .benefit_icon{opacity: 0.1;}
.benefit_list_con .benefit_inner:hover .benefit_desc_con{opacity: 1;}
/* BASIC css end */

