:root {
	--main-color:#567dc1;
	--gray-color:#F2F2F2;
}
@font-face {
	font-family:'Pretendard';
	src:url('../fonts/Pretendard-Bold.otf') format('opentype');
	font-weight:600;
	font-style:normal;
}
@font-face {
	font-family:'Pretendard';
	src:url('../fonts/Pretendard-Medium.otf') format('opentype');
	font-weight:300;
	font-style:normal;
}
@font-face {
	font-family:'Pretendard';
	src:url('../fonts/Pretendard-Light.otf') format('opentype');
	font-weight:100;
	font-style: normal;
}
/*리셋코드*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,button {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0 none;
}
dl,ul,ol,menu,li {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
input,select,textarea,button {
	vertical-align:middle;
	font-size:100%;
}
button {
	border:0 none;
	background-color:transparent;
	cursor:pointer;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
body {
	-webkit-text-size-adjust:none;
}
input[type='text'],input[type='password'],input[type='submit'],input[type='search'],input[type='tel'],input[type='email'],html input[type='button'],input[type='reset'] {
	-webkit-appearance:none;
	border-radius:0;
}
input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance:none;
}
body {
	background:#fff;
}
body,th,td,input,select,textarea,button {
	font-size:14px;
	line-height:1.5;
	font-family:'Malgun Gothic','맑은 고딕',sans-serif;
	color:#333;
}
a {
	color:#333;
	text-decoration:none;
}
a:active,a:hover {
	text-decoration:none;
}
address,caption,cite,code,dfn,em,var {
	font-style:normal;
	font-weight:normal;
}
* {
	font-family:'Pretendard';
	font-weight:300;
	box-sizing:border-box;
}
.mobile_header {
	display:none;
}
.mobile_menu {
	display:none;
}
.bold {
	font-weight:600;
}
.index_back_image {
	position:absolute;
	width:100%;
}
.index_back_image>p>img {
	position:relative;
	width:100vw;
}
.index_main_header {
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
}
.index_main_wrap {
	position:relative;
	width:1400px;
	height:100%;
	display:flex;
}
.index_logo_area {
	position:relative;
	width:50%;
	height:100px;
}
.index_login_area {
	position:relative;
	width:50%;
	height:100px;
	display:flex;
	justify-content:flex-end;
}
.index_logo_area>p {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
.index_logo_area>p>img {
	position:relative;
	width:150px;
}
.index_login_box {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.index_login_box>p {
	position:relative;
	width:73px;
	height:31px;
	background-color:#6d6e70;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:20px;
}
.index_login_box>p:nth-child(1) {
	margin-right:10px;
	background-color:#42B3C2;
}
.index_login_box>p>a {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	color:white;
}
.index_main_section {
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
}
.index_wrap {
	position:relative;
	width:1400px;
	height:100%;
	display:flex;
	flex-direction:column;
}
.index_main_text {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	margin-top:70px;
}
.index_main_menu {
	position:relative;
	width:100%;
	height:200px;
	margin-top:80px;
}
.index_main_menu>ul {
	position:relative;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.5);
	display:flex;
	border-radius:10px;
	border:1px solid #dcdcdc;
}
.index_main_menu>ul>li {
	position:relative;
	width:calc(100%/6);
	height:100%;
	border-right:1px solid #dcdcdc;
}
.index_main_menu>ul>li:last-child {
	border:none;
}
.main_box_image {
	position:relative;
	width:100%;
	height:130px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main_box_image>p>img {
	width:60px;
}
.main_box_text {
	position:relative;
	width:100%;
	height:70px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main_box_text>p {
	font-size: 20px;
}
/*header*/
header {
	position:relative;
	width:100%;
	height:100px;
	display:flex;
	justify-content:center;
}
.subpage_header {
	position:relative;
	width:1400px;
	height:100%;
	display:flex;
}
.sub_logo_area {
	position:relative;
	width:20%;
	height:100%;
	display:flex;
	align-items:center;
}
.sub_menu_area {
	position:relative;
	width:60%;
	height:100%;
}
.sub_login_area {
	position:relative;
	width:20%;
	height:100%;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.sub_menu_area>ul {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-around;
}
.sub_menu_area>ul>li>a {
	font-size: 20px;
}
/*Login Page*/
.sub_visual_section {
	position:relative;
	width:100%;
	height:270px;
}
.sub_visual_black {
	position:relative;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}
.sub_visual_title {
	position:relative;
	width:100%;
	height:150px;
	display:flex;
	justify-content:center;
	align-items:flex-end;
	font-size:50px;
	color:white;
}
.sub_visual_bread {
	position:relative;
	width:100%;
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:16px;
	color:white;
	font-weight:100;
}
.login_section {
	position:relative;
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.login_title {
	position:relative;
	width:100%;
	height:200px;
	display:flex;
	justify-content:center;
	align-items:flex-end;
}
.login_form {
	position:relative;
	width:500px;
	height:400px;
	margin-top:70px;
}
.login_form>p {
	position:relative;
	width:100%;
	height:50px;
	margin-bottom:15px;
}
.login_form>p>input {
	position:relative;
	border:1px solid #dcdcdc;
	width:484px;
	height:100%;
	padding-left:15px;
	font-size:16px;
}
.save_login {
	position:relative;
	width:100%;
	height:40px;
	display:flex;
	align-items:center;
}
.save_login>label {
	margin-left:10px;
}
.login_submit {
	position:relative;
	width:100%;
	height:100%;
}
.login_submit>input {
	position:relative;
	width:500px!important;
	height:100%;
	cursor:pointer;
	background-color:#555555;
	color:white;
	font-weight:600;
	font-family:'Pretendard'!!important;
	border:none!important;
}
.find_login {
	position:relative;
	width:100%;
	height:50px;
	display:flex;
	justify-content:space-between;
}
.find_login>li:nth-child(1) {
	display:flex;
}
.find_login>li>p>a {
	font-size: 15px;
}
/*block_center*/
.center_section {
	position:relative;
	width:100%;
	height:260px;
	display:flex;
	justify-content:center;
	background-image:url('../images/center.jpg');
	background-size:100%;
}
.center_wrap {
	position:relative;
	width:1400px;
	height:100%;
}
.center_wrap>p:nth-child(1) {
	font-size:50px;
	margin-top:50px;
}
.center_wrap>p:nth-child(2) {
	font-size:15px;
	font-weight:100;
	line-height:30px;
}
.page_line {
	position:relative;
	width:100%;
	height:60px;
	display:flex;
	justify-content:center;
}
.page_line_wrap {
	position:relative;
	width:1400px;
	height:100%;
}
.page_line_wrap>ul {
	position:relative;
	width:300px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.page_line_wrap>ul>li>a {
	font-size:15px;
}
footer {
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
	background-color:#6d6e70;
	text-align:center;
	bottom:0;
}
.footer_wrap {
	position:relative;
	width:1400px;
	height:100%;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
	padding:15px 0px;
}
.footer_wrap>p {
	color:white;
	font-weight:100;
	line-height: 30px;
}
/*member*/
.member_info {
	position:relative;
	width:100%;
	height:1200px;
	display:flex;
	justify-content:center;
}
.member_info_wrap {
	position:relative;
	width:1400px;
	height:100%;
}
.member_box1 {
	position:relative;
	width:100%;
	height:400px;
	overflow-y:scroll;
	border:1px solid #dcdcdc;
	padding:15px;
}
.member_box1 {
	color:#666666;
}
.member_title {
	margin:10px 0px;
	font-size:18px;
	font-weight:600;
}
.member_check {
	font-size:17px;
	margin-top:20px;
	border-bottom:1px solid #dcdcdc;
	padding-bottom:30px;
}
.member_check>label {
	margin-left:10px;
}
.member_next {
	position:relative;
	width:100%;
	height:100px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.member_next>p {
	position:relative;
	width:300px;
	height:60px;
	background-color:#555555;
}
.member_next>p>a {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:20px;
	color: white;
}
/*join*/
.join_section {
	position:relative;
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.join_title {
	position:relative;
	width:100%;
	height:200px;
	display:flex;
	justify-content:center;
	align-items:flex-end;
}
.join_form {
	position:relative;
	width:800px;
	margin-top:70px;
}
.join_sub_title {
	position:relative;
	width:100%;
	height:50px;
}
.join_sub_title>p {
	font-size:25px;
	border-bottom:1px solid #dcdcdc;
}
.join_form_box {
	position:relative;
	width:100%;
	margin-bottom:50px;
}
.join_form_box>li {
	position:relative;
	width:100%;
	height:80px;
	display:flex;
	align-items:center;
}
.join_w100 {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
}
.join_w100>p:nth-child(1) {
	position:relative;
	width:15%;
	height:100%;
	font-size:18px;
	display:flex;
	align-items:center;
}
.join_w100>p:nth-child(2) {
	position:relative;
	width:95%;
	height:100%;
	display:flex;
	align-items:center;
}
.join_w100>p:nth-child(2)>input {
	position:relative;
	width:100%;
	height:55px;
	border:none;
	border:1px solid #dcdcdc;
	border-radius:4px;
	font-family:'Pretendard';
	outline:none;
	padding-left:10px;
	font-size:15px;
}
.join_w50 {
	position:relative;
	width:50%;
	height:60px;
	display:flex;
}
.join_w50>p:nth-child(1) {
	position:relative;
	width:27%;
	height:100%;
	font-size:18px;
	display:flex;
	align-items:center;
}
.join_w50>p:nth-child(2) {
	position:relative;
	width:70%;
	height:100%;
	display:flex;
	align-items:center;
}
.join_w50>p:nth-child(2)>input {
	position:relative;
	width:100%;
	height:55px;
	border:none;
	border:1px solid #dcdcdc;
	border-radius:4px;
	font-family:'Pretendard';
	outline:none;
	padding-left:15px;
	font-size:15px;
}
.join_form_box>li>.join_w50:nth-child(2) {
	position:relative;
	display:flex;
	justify-content:flex-end;
}
.join_radio {
	position:relative;
	width:100%;
	height:60px;
	display:flex;
	align-items:center;
	font-size:18px;
}
.join_address {
	display:flex;
	align-items:center;
}
.join_radio>p:nth-child(1) {
	margin-right:80px;
}
.join_radio>p:nth-child(2) {
	margin-right:30px;
}
.join_address>p:nth-child(2) {
	position:relative;
	width:80%;
}
.join_address>p:nth-child(3) {
	position:relative;
	width:15%;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0px 10px;
}
.join_address>p:nth-child(3)>a {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	color:white;
	background-color:#42B3C2;
	border-radius:3px;
}
.join_btn {
	position:relative;
	width:100%;
	height:60px;
}
.join_btn>p {
	position:relative;
	width:100%;
	height:100%;
}
.join_btn>p>input {
	position:relative;
	width:100%;
	height:100%;
	border:none;
	font-family:"Pretendard";
	font-size:20px;
	color:white;
	background-color:#42B3C2;
	border-radius:3px;
	cursor: pointer;
}
/*subheader*/
.sub_header_menu {
	position:relative;
	width:100%;
	height:55px;
	background-color:#42B3C2;
	display:flex;
	justify-content:center;
}
.sub_header_menu>ul {
	position:relative;
	width:900px;
	display:flex;
}
.sub_header_menu>ul>li {
	position:relative;
	width:100%;
	height:55px;
	background-color:#42B3C2;
	border-left:1px solid white;
	display:flex;
	justify-content:center;
	align-items:center;
}
.sub_header_menu>ul>li>a {
	font-weight:600;
	color:white;
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: 17px;
}
.sub_header_select {
	background-color:white!important;
}
.sub_header_select>a {
	color:#42B3C2!important;
	font-weight: 600;
}
/*about*/
.about_section {
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
}
.about_wrap {
	position:relative;
	width:1300px;
	height:100%;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.about_back {
	position:relative;
	width:100%;
	height:400px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.about_main_text {
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.about_main_text_sub_title {
	font-size:16px;
	color:#42B3C2;
	font-weight:600;
}
.about_main_text_main_title {
	font-size:30px;
	font-weight:300;
}
.mfont {
	color:#42B3C2!important;
}
.about_sub_text {
	position:relative;
	width:100%;
	text-align:center;
	height:200px;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	line-height:40px;
	font-size:	18px!important;
}
.about_video {
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.about_video_title {
	position:relative;
	width:100%;
	height:130px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.about_video_sub_text {
	position:relative;
	width:67%;
	text-align:center;
	display:flex;
	align-items:center;
	flex-direction:column;
	margin-bottom:30px;
	font-size:18px;
	line-height:40px;
}
.mif_sub_text {
	position:relative;
	width:90%;
	text-align:center;
	padding-bottom: 30px;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	line-height:40px;
}
.mif_ul {
	position:relative;
	width:1200px;
}
.mif_box {
	position:relative;
	width:100%;
	background-color:#F6F6F6;
	display:flex;
	margin-bottom:100px;
	border:1px solid #dcdcdc;
}
.mif_left {
	position:relative;
	width:45%;
	height:100%;
}
.mif_left>img {
	position:relative;
	width:100%;
}
.mif_right {
	position:relative;
	width:55%;
	height:100%;
	display:flex;
	justify-content:center;
	padding:10px 0px;
}
.mif_right_wrap {
	position:relative;
	width:80%;
	height:100%;
}
.mif_title {
	position:relative;
	font-size:28px;
	font-weight:100;
	width:100%;
	height:60px;
	display:flex;
	align-items:center;
}
.mif_sub_title {
	position:relative;
	width:100%;
	height:40px;
	display:flex;
	align-items:center;
	font-size:17px;
	color:#A7A7A7;
}
.mif_info {
	line-height:20px;
}
.shop_section {
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
	padding-bottom:100px;
}
.shop_wrap {
	position:relative;
	width:1300px;
	height:100%;
}
.shop_wrap>.about_main_text {
	height:200px;
}
.product_ul {
	position:relative;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.product_ul>li {
	position:relative;
	margin-right:100px;
}
.product_ul>li:nth-child(2){
	margin-right: 0px!important;
}
.product_img>p {
	position:absolute;
}
.product_sub {
	padding:3px 10px;
	background-color:#42B3C2;
	color:white;
	font-size:15px;
	z-index:999;
}
.product_price {
	position:relative;
	width:100%;
	height:120px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.product_price>p:nth-child(1) {
	font-size:25px;
	padding-bottom:10px;
}
.product_price>p:nth-child(2) {
	font-size:20px;
}
del {
	color: #42B3C2;
}
.product_ul>li:hover a>div.product_img>img {
	filter:blur(5px);
	/* 블러 강도 설정 (5px) */
	transition:filter 0.3s ease;
	/* 부드러운 전환 효과 추가 */
}
.product_ul>li a>div>p>img {
	filter:none;
	/* 기본 상태에서는 블러 제거 */
	transition:filter 0.3s ease;
	/* 부드러운 전환 효과 */
}
.board_section {
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
}
.board_wrap {
	position:relative;
	width:1600px;
	height:100%;
}
.board_wrap>.about_main_text {
	height:200px;
}
.shop_info_section {
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
}
.shop_info_wrap {
	position:relative;
	width:1200px;
	height:100%;
	flex-wrap:nowrap;
}
.shop_info_area {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
}
.shop_info_left {
	position:relative;
	width:570px;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.shop_info_right {
	position:relative;
	width:570px;
	height:100%;
	padding:50px 0px;
}
.shop_info_img {
	position:relative;
	width:400px;
	height:500px;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
}
.shop_info_img>img {
	position:relative;
	width:100%;
}
.shop_info_name {
	position:relative;
	width:100%;
	height:60px;
	display:flex;
	align-items:center;
	border-bottom:1px solid #dcdcdc;
}
.shop_info_name>p {
	font-size:32px;
	margin-left:10px;
}
.shop_info_price {
	position:relative;
	width:100%;
	height:60px;
	display:flex;
	align-items:center;
	border-bottom:1px solid #dcdcdc;
}
.shop_info_price_title {
	position:relative;
	width:20%;
	margin-left:10px;
	font-size:20px;
	font-weight:100;
}
.discount {
	font-size:30px;
	color:#42B3C2;
}
.non_discount {
	font-size:23px;
}
.non_discount>del {
	color:#7C7C7C;
}
.shop_info_delivery {
	position:relative;
	width:100%;
	height:60px;
	display:flex;
	align-items:center;
	border-bottom:1px solid #dcdcdc;
}
.shop_info_delivery_title {
	position:relative;
	width:20%;
	font-size:20px;
	font-weight:100;
	margin-left:10px;
}
.discount {
	font-size:30px;
	color:#42B3C2;
}
.non_discount {
	font-size:23px;
}
.non_discount>del {
	color:#7C7C7C;
}
.shop_info_info {
	position:relative;
	width:100%;
	height:60px;
	display:flex;
	align-items:center;
	border-bottom:1px solid #dcdcdc;
}
.shop_info_info>p {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
.shop_info_info>p>span {
	padding:2px 20px;
	background-color:#42B3C2;
	margin-left:10px;
	color:white;
	border-radius:5px;
}
.shop_info_count {
	position:relative;
	width:100%;
	height:60px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	border-bottom:1px solid #dcdcdc;
	padding-left:10px;
}
.shop_info_select {
	position:relative;
	width:100%;
	height:50px;
	display:flex;
	align-items:center;
	padding-left:10px;
	border-bottom:1.5px solid #333333;
	justify-content:space-between;
}
.shop_result {
	position:relative;
	width:100%;
	height:100px;
	display:flex;
	padding-top:30px;
	padding-left:20px;
	display:flex;
	justify-content:space-between;
}
.shop_result>p:nth-child(2) {
	padding-right:20px;
	font-size:20px;
}
.shop_info_buy {
	position:relative;
	width:100%;
	height:50px;
}
.shop_info_buy>div {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#42B3C2;
	color:white;
}
.shop_info_buy>div>button {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#42B3C2;
	color:white;
	font-size:18px;
	font-weight:300;
	font-family:'Pretendard';
}
.shop_info_buy>div>a {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
	background-color:#42B3C2;
	color:white;
}
.product_info_section {
	position:relative;
	width:100%;
	padding:20px;
}
.product_info_wrap {
	position:relative;
	width:100%;
	height:100%;
}
.count_box {
	margin-top:10px;
	/* 여백은 상황에 맞게 조절 */
}
.quantity_wrapper {
	display:flex;
	align-items: center;
}
.quantity_btn {
	width:30px;
	height:30px;
	border-radius:50%;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:20px;
	cursor:pointer;
	margin:0 5px;
	/* 좌우 간격 */
	text-align:center;
	line-height:15px;
	/* 세로 가운데 정렬 */
}
.quantity_text {
	font-size:18px;
	width:30px;
	text-align:center;
	display: inline-block;
}
/* 탭 메뉴 공통 스타일 */
.product_info_tabs .tab_menu {
	display:flex;
	border-bottom:1px solid #ccc;
	list-style:none;
	margin:0;
	padding: 0;
}
.product_info_tabs .tab_menu li {
	flex:1;
	/* 탭 폭을 자동 균등 분배 */
	text-align:center;
	padding:15px 0;
	cursor:pointer;
	font-size:16px;
	color:#666;
	transition:all 0.2s;
}
/* 활성 탭 스타일 (밑줄,색 강조 등) */
.product_info_tabs .tab_menu li.active {
	color:#333;
	font-weight:bold;
	border-bottom:3px solid #42B3C2;
	/* 예시 색상: 청록색 */
}
/* 탭 콘텐츠 영역 공통 스타일 */
.product_info_tabs .tab_content {
	padding:20px 0;
	min-height: 100px;
	/* 필요시 배경,폰트 스타일 등 추가 */
}
/* 모달창 오버레이 배경 */
.modal_overlay {
	display:none;
	/* 기본적으로 숨김 */
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:9999;
	/* 화면 최상단에 위치 */
}
/* 모달창 컨테이너 */
.modal_content {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	width:580px;
	padding:20px;
	box-shadow:0 2px 10px rgba(0,0,0,0.3);
	border-radius:8px;
}
.modal_content h2 {
	margin-top:0;
	margin-bottom:15px;
	font-size:20px;
}
.order_form_group {
	margin-bottom:10px;
}
.order_form_group label {
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}
.order_form_group input,.order_form_group select,.order_form_group textarea {
	width:100%;
	box-sizing:border-box;
	padding:8px;
	border:1px solid #ccc;
	border-radius:4px;
}
.order_form_group textarea {
	resize:vertical;
	height:60px;
}
.modal_buttons {
	text-align:right;
}
.modal_buttons button {
	padding:8px 16px;
	margin-left:5px;
	border:none;
	border-radius:4px;
	cursor:pointer;
}
.modal_buttons .close_btn {
	background-color:#999;
	color:#fff;
}
.modal_buttons .submit_btn {
	background-color:#42B3C2;
	color:#fff;
}
.modal_sns {
	position:fixed;
	width:55px;
	height:130px;
	z-index:9999;
	bottom:100px;
	right:24px;
}
.modal_sns>ul {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	justify-content:space-between;
}
.modal_sns>ul>li {
	position:relative;
	width:56px;
	height:56px;
	background-size:contain;
	border-radius:100px;
}
.modal_sns>ul>li>a {
	position:relative;
	display:flex;
	width:100%!important;
	height:100%!important;
}
.telegram {
	background-image:url('../images/telegram.png');
}
.kakao {
	background-image:url('../images/kakao.png');
}
.main_text_img {
	width:1000px;
}
.faq_item>div>div>span,.faq_item>div>div>p {
	font-size:19px!important;
}
.faq_section h2 {
	text-align:center;
	color:#42B3C2;
	font-size:28px!important;
}
.faq_answer>p {
	font-size:18px;
}
.modal_overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:9999;
}
.modal_content {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	width:400px;
	max-width:90%;
	padding:20px;
	box-shadow:0 2px 10px rgba(0,0,0,0.3);
	border-radius:8px;
	box-sizing:border-box;
}
.modal_content h2 {
	margin-top:0;
	margin-bottom:15px;
	font-size:20px;
	font-weight:bold;
}
.order_form_group {
	margin-bottom:12px;
}
.order_form_group label {
	display:block;
	margin-bottom:6px;
	font-weight:bold;
}
.order_form_group input,.order_form_group select,.order_form_group textarea {
	width:100%;
	box-sizing:border-box;
	padding:8px;
	border:1px solid #ccc;
	border-radius:4px;
}
.order_form_group textarea {
	resize:vertical;
	height:60px;
}
.qty_price_box {
	padding:10px;
	background-color:#f9f9f9;
	border:1px solid #ddd;
	border-radius:6px;
}
.qty_price_box p {
	margin:5px 0;
}
.modal_buttons {
	text-align:right;
	margin-top:15px;
}
.modal_buttons button {
	padding:8px 16px;
	margin-left:5px;
	border:none;
	border-radius:4px;
	cursor:pointer;
}
.modal_buttons .close_btn {
	background-color:#999;
	color:#fff;
}
.modal_buttons .submit_btn {
	background-color:#42B3C2;
	color:#fff;
}
.address_search_btn {
	display:inline-block;
	margin-top:5px;
	padding:6px 12px;
	border:1px solid #ccc;
	background:#eee;
	border-radius:4px;
	font-size:14px;
	cursor:pointer;
}
.address_search_btn:hover {
	background: #ddd;
}
/* 주문 완료 모달 */
#orderCompleteModal .modal_content h2 {
	margin-bottom:10px;
	font-size:22px;
	color:#333;
}
#orderCompleteModal .modal_buttons {
	text-align:center;
	margin-top:20px;
}
#orderCompleteModal .modal_buttons .close_btn {
	background-color:#0099ff;
	color:#fff;
}
.product_list_area {
	margin:20px 0;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding:20px 20px;
}
.product_list_area ul {
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding:0;
	margin:0;
	gap:15px;
}
.product_list_area li {
	width:100px;
	border:1px solid #ccc;
	border-radius:6px;
	overflow:hidden;
	box-sizing:border-box;
	text-align:center;
	padding:10px;
	min-width:200px;
}
.product_list_area img {
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto 10px auto;
}
.product_box_title {
	font-weight:bold;
	margin-bottom:5px;
}
.product_box_price {
	color:black;
	margin-bottom:5px;
}
.product_box_category {
	background-color:#42b3c2;
	color:white;
}
.product_list_title {
	font-size:20px;
	padding-bottom:20px;
}
.board_list_section {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px;
}
.board_list_wrap { width: 100%; }
.board_table { width: 100%; border-collapse: collapse; }
.board_table th, .board_table td {
    border: 1px solid #ccc;
    padding: 10px; text-align: center;
}
.board_table th { background-color: #f7f7f7; }
.board_write_button {
    text-align: right; margin-top: 10px;
}
.board_write_button a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #42B3C2; color: #fff;
    text-decoration: none; border-radius: 4px;
}
.board_write_button a:hover {
    background-color: #444;
}

/* FAQ 스타일 */
.faq_section {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    padding: 20px;
    box-sizing: border-box;
}
.faq_section h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
}
.faq_item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.faq_question {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    justify-content: space-between;
}
.faq_question_left {
    display: flex;
    align-items: center;
}
.check_icon {
    color: #42B3C2;
    margin-right: 8px;
}
.faq_question p {
    margin: 0;
    font-weight: 600;
}
.arrow_icon {
    margin-left: 10px;
    transition: transform 0.2s ease;
}
.rotate_arrow {
    transform: rotate(180deg);
}
.faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 0;
    font-size: 0.95em;
    line-height: 1.4;
}
.product_img>img{
	width: 110%;
}
.sub_visual_section{
	background-repeat: no-repeat;
	background-size: 100%;
}
.form_order>label{
		width: 20%;
	}
	.form_order>input{
		margin-left: 20px;
		border: 1px solid #dcdcdc;
	}
	.sub_visual_section {
 width: 100%;
 height: 300px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
@media (max-width:768px){
	.main_text_img {
			width:100%;
	}
	body {
			width:100vw;
	}
	.index_main_text>p>img {
			width:80vw;
	}
	.index_back_image>p>img {
			width:auto;
	}
	.index_main_menu>ul>li {
			width:calc(200%/6);
	}
	.index_main_menu>ul {
			flex-wrap:wrap;
			width:80%;
	}
	.index_main_menu {
			width:100%;
			display:flex;
			justify-content:center;
			height:auto;
	}
	body>div>picture>img {
			width:100vw;
	}
	.main_box_image {
			height:90px;
	}
	.main_box_text {
			height:40px;
	}
	.main_box_text>p {
			font-size:1rem;
	}
	.main_box_image>p>img {
			width:40px;
	}
	.index_main_menu {
			margin-top:20px;
	}
	.index_main_header {
			display:flex;
			justify-content:center;
	}
	.index_main_wrap {
			width:90%;
			margin-top:20px;
	}
	header {
			display:none;
	}
	.sub_logo_area {
			width:50%;
	}
	.subpage_header {
			width:90%;
	}
	.mobile_header {
			position:relative;
			width:100%;
			display:flex;
			justify-content:center;
			align-items:center;
	}
	.sub_login_area {
			width:40%;
	}
	.index_login_box {
			justify-content:flex-end;
	}
	.menu {
		background-color:transparent;
		border:none;
		cursor:pointer;
		display:flex;
		padding:0;
	}
	.line {
		fill:none;
		stroke:#42b3c2;
		stroke-width:6;
		transition:stroke-dasharray 600ms cubic-bezier(0.4,0,0.2,1),stroke-dashoffset 600ms cubic-bezier(0.4,0,0.2,1);
	}
	.line1 {
		stroke-dasharray:60 207;
		stroke-width:6;
	}
	.line2 {
		stroke-dasharray:60 60;
		stroke-width:6;
	}
	.line3 {
		stroke-dasharray:60 207;
		stroke-width:6;
	}
	.opened .line1 {
		stroke-dasharray:90 207;
		stroke-dashoffset:-134;
		stroke-width:6;
	}
	.opened .line2 {
		stroke-dasharray:1 60;
		stroke-dashoffset:-30;
		stroke-width:6;
	}
	.opened .line3 {
		stroke-dasharray:90 207;
		stroke-dashoffset:-134;
		stroke-width:6;
	}
	.sub_menu_btn {
		position:relative;
		width:10%;
		height:100%;
		display:flex;
		align-items:center;
	}
	.mobile_menu {
		position:fixed;
		width:50%;
		height:100%;
		background-color:white;
		z-index:9999;
		border-right:1px solid #dcdcdc;
	}
	.mobile_menu>ul {
		position:relative;
		width:100%;
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.mobile_menu>ul>li {
		position:relative;
		width:90%;
		height:60px;
		display:flex;
		justify-content:center;
		align-items:center;
		cursor:pointer;
	}
	.mobile_menu>ul>li>a {
		font-size:17px;
	}
	.mobile_menu>ul>li:nth-child(1) {
		display:flex;
		justify-content:flex-end;
	}
	.mobile_menu>ul>li:nth-child(1) svg {
		position:relative;
		width: 20px;
	}
	.mobile_menu {
		position:fixed;
		top:0;
		left:-50%;
		/* 처음에는 화면 왼쪽 밖에 위치 */
		width:50%;
		height:100%;
		background-color:white;
		z-index:9999;
		border-right:1px solid #dcdcdc;
		transition:left 0.3s ease;
		/* 슬라이드 효과 */
	}
	.mobile_menu.active {
		left:0;
		/* active 클래스가 붙으면 왼쪽 0으로 슬라이드 인 */
	}
	.mobile_menu>ul {
		position:relative;
		width:100%;
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		margin:0;
		padding:0;
	}
	.mobile_menu>ul>li {
		position:relative;
		width:90%;
		height:60px;
		display:flex;
		justify-content:center;
		align-items:center;
		cursor:pointer;
		list-style:none;
		border-bottom:1px solid #dcdcdc;
	}
	.mobile_menu>ul>li>a {
		font-size:17px;
		color:#555555!important;
		text-decoration:none;
		transition:0.3s;
	}
	.mobile_menu>ul>li:hover a {
		color:#42b3c2!important;
	}
	.mobile_menu>ul>li:nth-child(1) {
		display:flex;
		justify-content:flex-end;
		border-bottom:none;
	}
	.mobile_menu>ul>li:nth-child(1) svg {
		position:relative;
		width:20px;
	}
	.mobile_menu {
		display:block;
	}
	.about_back>p>img {
		position:relative;
		width:100vw;
		transform:scale(2);
	}
	.about_back {
		position:relative;
		width:100vw;
		overflow:hidden;
	}
	.about_main_text {
		position:relative;
		margin-bottom:45px;
	}
	.about_main_text {
		position:relative;
		width:90%;
		text-align:center;
	}
	.about_sub_text {
		line-height:20px;
		width:90%;
		height: 300px;
		font-size:100px;
	}
	body>section.about_section>div>div.about_sub_text>p {
		font-size:18px!important;
	}
	.about_video>video {
		height:300px;
	}
	.about_video_title {
		margin-bottom:40px;
	}
	.about_video_title {
		margin-top:40px;
	}
	.about_main_text_main_title {
		text-align:center;
	}
	.about_video_sub_text {
		height:auto;
	}
	.center_section {
		background-repeat:no-repeat;
		background-size:1300px;
		background-position:right top;
	}
	.center_section::before {
		content:"";
		position:absolute;
		width:100%;
		height:100%;
		backdrop-filter:blur(5px);
	}
	.center_wrap>p:nth-child(1) {
		margin-top:10px;
		font-size:35px;
	}
	.center_wrap>p:nth-child(2) {
		font-size:13px;
		line-height:25px;
		font-weight:600;
	}
	.center_wrap {
		width:90%;
		height:auto;
	}
	.page_line_wrap {
		position:relative;
		width:100%;
	}
	.center_section {
		height:auto;
	}
	.page_line_wrap {
		width:90%;
	}
	.center_section {
		padding-bottom:40px;
	}
	.footer_wrap>p {
		font-size:12px;
	}
	.footer_wrap {
		width:90%;
	}
	.about_back {
		overflow:hidden;
	}
	.mif_sub_text>p {
		white-space:normal;
	}
	.mif_sub_text {
		white-space:normal;
	}
	.mif_ul {
		width:100%;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-direction:column;
	}
	.mif_box {
		position:relative;
		width:80%;
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
	}
	.mif_left {
		width:100%;
	}
	.mif_right {
		width:100%;
	}
	.product_ul {
		width:90%;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.shop_section {
		position:relative;
		width:100%;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.shop_wrap {
		position:relative;
		width:100%;
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.product_ul>li {
		width:90%;
	}
	.login_title {
		height:150px;
	}
	.product_img>img {
		width:80vw;
	}
	.login_title>p>img {
		width:90vw;
	}
	.login_form {
		width:90vw;
	}
	.login_input>input {
		width:90vw!important;
	}
	.login_submit {
		width:90vw;
	}
	.login_submit>input {
		width:90vw!important;
	}
	.member_info {
		position:relative;
		width:100%;
	}
	.member_info_wrap {
		position:relative;
		width:90%;
	}
	.member_box1 {
		font-size:12px;
	}
	.member_check>label {
		font-size:14px;
	}
	.join_form {
		position:relative;
		width:100%;
	}
	.join_section>form>ul>li:nth-child(2) {
		display:flex;
		flex-direction:column;
		height:240px;
		align-items:flex-start!important;
	}
	.join_w50 {
		width:100%;
		display:flex;
		height:120px;
		flex-direction:column;
	}
	.join_form_box>li>.join_w50:nth-child(2) {
		justify-content:flex-start;
	}
	.join_sub_title {
		width:90%;
	}
	.join_form_box {
		width:90%;
	}
	.join_form {
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.join_address {
		display:flex;
		align-items:flex-start;
		height:137px;
		justify-content:flex-start;
	}
	.join_section>form>ul>li:nth-child(7)>div>p:nth-child(2)>input[type=text] {
		width:100%;
	}
	body>section.join_section>form>ul>li:nth-child(7) {
		height:130px;
	}
	.join_address>p:nth-child(3) {
		width:30%;
	}
	.join_address>p:nth-child(2) {
		width:95%;
	}
	.join_w100 {
		display:flex;
		flex-direction:column;
	}
	.join_form_box>li {
		height:120px;
	}
	.join_w100 {
		position:relative;
		width:100%;
	}
	.join_w100>p:nth-child(1) {
		width:100%;
	}
	.join_w50>p:nth-child(1) {
		width:100%;
	}
	.join_w50>p:nth-child(2) {
		width:95%;
	}
	body>section.join_section>form>ul>li:nth-child(7)>div>p:nth-child(3) {
		position:relative;
		width:95%;
		height:50px!important;
	}
	.join_address>p:nth-child(3) {
		padding:0px;
	}
	.join_address>p:nth-child(3)>a {
		margin-top:20px;
		padding:20px;
	}
	.join_btn>p>input {
		width:95%;
	}
	.shop_info_wrap {
		position:relative;
		width:100%;
	}
	.shop_info_img {
		position:relative;
		width:100%;
	}
	.shop_info_left {
		position:relative;
		width:100%;
	}
	.product_info_tabs .tab_menu li {
		font-size: 12px;
	}
	.product_ul>li{
		margin-right: 0px;
	}
	.sub_header_menu>ul>li>a{
		font-size: 15px;
	}
	.about_video>video{
		width: 90%!important;
	}
	.form_order{
		display: flex;
		align-items: center;
		width: 100%;
	}
	.form_order>label{
		width: 20%;
	}
	.form_order>input{
		margin-left: 20px;
		border: 1px solid #dcdcdc;
	}
	.board_table th:nth-child(1){
		display: none;
	}
	.board_table tr>td:nth-child(1){
		display: none;
	}
	.board_box img{
		max-width: 100%!important;
	}
	.sub_visual_section {
   height: 200px;
 }
 .sub_visual_title{
 	height: 115px;
 }
 .about_video_sub_text{
 	width: 83%;
 }
 .about_back{
 	height: 300px;
 }
 .about_sub_text>p{
 	line-height: 30px;
 }
 .about_main_text_main_title{
 	padding-bottom: 20px;
 }
.shop_wrap>.about_main_text{
	height: auto;
	padding-top: 40px;
}

}
