@charset "utf-8";
@import "common.css";

/*header*/
	#header { position: relative; display: flex; height: 80px; padding: 0 80px; background: #fff; justify-content: space-between; border-bottom: 1px solid #e4e8ec; }
	#header .nav { display: flex; position: absolute; height: 100%; align-items: center; left: 50%; transform: translateX(-50%); z-index: 1000; background: rgba(255,255,255,0.9); }
	#header .nav a { margin: 0 23px; color: #0c0d15; font-weight: 500; transition: all 0.2s; }
	#header .nav a.on { font-weight: bold; color: #ca141e; }
	#header .nav a:hover { color: #ca141e; }
	#header .nav a img { display: none; }
	#header .login_box a { padding: 0 7px; border-radius: 2px; background-color: #ca141e; height: 24px; display: flex; justify-content: center; align-items: center; margin-left: 8px; }
	#header .login_box span { font-size: 12px; color: #fff; position: relative;
	 top: -2px; }

/*visual*/
	#visual { position: relative; height: 1000px; }
	#visual .v_radio { display: none; }
	#visual .v_mask { position: absolute; z-index: 50; }
	#visual .v_mask img { position: absolute; left: 0; top: 0; }
	#visual .v_bg { width: 100%; height: 100%; }
	#visual .v_bg img { position: absolute; width: 100%; height: 100%; z-index: 10; opacity: 0; transition: all 1s; }
	#visual .v_bg img:nth-child(1) { opacity: 1; }
	#visual .v_text_box { position: absolute; display: flex; top: 310px; left: 296px; width: 600px; height: 320px; z-index: 100; }
	#visual .v_text_box .indi_box { width: 64px; height: 100%; }
	#visual .v_text_box .indi_box label { width: 40px; height: 40px; transition: all 0.5s; float: right; cursor: pointer; letter-spacing: -1px; }
	#visual .v_text_box .text_inner { position: absolute; left: 64px; width: 536px; height: 100%; font-size: 32px; font-weight: 500; letter-spacing: -2.24px; color: #000; background: rgba(255, 255, 255, 0.9); }
	#visual .v_text_box .text_inner > div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-left: 64px; padding-top: 64px; box-sizing: border-box; opacity: 0; transition: all 1s; }
	#visual .v_text_box .text_inner div div p:nth-child(2) { font-weight: 800; font-size: 56px; letter-spacing: -2.53px; }
	#visual .v_text_box .text_inner div div p:nth-child(3) { font-size: 56px; letter-spacing: -3px; }
	#visual .v_text_box .text_inner div a { position: absolute; width: 45px; height: 45px; background: #ca141e; border-radius: 50%; top: 50%; right: 0; transform: translate(50%, -50%); }
	#visual .v_text_box .text_inner div .v_sub_text { font-size: 14.4px }

	#v_text1:checked ~ .v_bg img:nth-child(1) { opacity: 1; }
	#v_text1:checked ~ .v_bg img:nth-child(2) { opacity: 0; }
	#v_text1:checked ~ .v_bg img:nth-child(3) { opacity: 0; }
	#v_text2:checked ~ .v_bg img:nth-child(1) { opacity: 0; }
	#v_text2:checked ~ .v_bg img:nth-child(2) { opacity: 1; }
	#v_text2:checked ~ .v_bg img:nth-child(3) { opacity: 0; }
	#v_text3:checked ~ .v_bg img:nth-child(1) { opacity: 0; }
	#v_text3:checked ~ .v_bg img:nth-child(2) { opacity: 0; }
	#v_text3:checked ~ .v_bg img:nth-child(3) { opacity: 1; }
	#v_text1:checked ~ .v_text_box .v_btn1 { width: 64px; height: 70px; background-color: rgba(255, 255, 255, 0.9); color: #000; font-weight: bold; font-size: 24px; letter-spacing: -1.5px; }
	#v_text1:checked ~ .v_text_box .v_btn2 { width: 40px; height: 40px; background: #131415; color: #fff; }
	#v_text1:checked ~ .v_text_box .v_btn3 { width: 40px; height: 40px; background: #ca141e; color: #fff; }
	#v_text2:checked ~ .v_text_box .v_btn1 { width: 40px; height: 40px; background: #131415; color: #fff; }
	#v_text2:checked ~ .v_text_box .v_btn2 { width: 64px; height: 70px; background-color: rgba(255, 255, 255, 0.9); color: #000; font-weight: bold; font-size: 24px; letter-spacing: -1.5px; }
	#v_text2:checked ~ .v_text_box .v_btn3 { width: 40px; height: 40px; background: #ca141e; color: #fff; }
	#v_text3:checked ~ .v_text_box .v_btn1 { width: 40px; height: 40px; background: #131415; color: #fff; }
	#v_text3:checked ~ .v_text_box .v_btn2 { width: 40px; height: 40px; background: #ca141e; color: #fff; }
	#v_text3:checked ~ .v_text_box .v_btn3 { width: 64px; height: 70px; background-color: rgba(255, 255, 255, 0.9); color: #000; font-weight: bold; font-size: 24px; letter-spacing: -1.5px; }
	#v_text1:checked ~ .v_text_box .text_inner .v_text1 { opacity: 1 }
	#v_text2:checked ~ .v_text_box .text_inner .v_text2 { opacity: 1 }
	#v_text3:checked ~ .v_text_box .text_inner .v_text3 { opacity: 1 }

/*contents*/
	#contents { position: relative; }
	#contents .wrap { width: 100%; max-width: 1200px; margin: 0 auto; }
	#contents .left_side { position: absolute; width: calc((100% - 1200px) / 2); height: 120px; background: #fff; top: -60px; left: 0; }
	.top_layer { width: 100%; height: 120px; background: #fff; position: relative; display: flex; align-items: center; }

	.sub_nav { position: absolute; z-index: 100; width: calc((100% - 1200px) / 2 + 1200px); background: #fff; height: 120px; top: -100px; display: flex; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05) }
	.sub_nav .inner { width: 1200px; margin-left: auto; justify-content: space-around; padding: 0 20px; }
	.sub_nav a { display: flex; justify-content: center; flex-direction: column; text-align: center; transition: all 0.2s; font-weight: 600; letter-spacing: -0.4px; }
	.sub_nav a:hover { color: #ca141e; }
	.sub_nav a img { margin: 0 auto; width: 40px; height: 40px; margin-bottom: 10px; }

	/*main_page*/
	.main_page { margin-top: 40px; }
	.main_page .section { padding: 120px 0; }
	.main_page .section:nth-child(even) { background: #fff; }
	.main_page .section:nth-child(odd) { background: #f8fafc; }
	.main_page .section .section_title { font-size: 40px; letter-spacing: -1px; color: #131415; font-weight: 500; margin-bottom: 40px; }
	.main_page .section .section_title span { font-weight: 800; }
	.main_page .section .slide_box { position: relative; }
	.main_page .section .slide_box .item_box { position: relative; width:calc(100% + 40px); height: 489px; margin: 0 -20px; overflow: hidden; }
	.main_page .section .slide_box .item_box .item { position: absolute; left: -100%; top: 0; width: calc(100% / 3); padding: 0 20px; box-sizing: border-box; color: #131415; }
	.main_page .section .slide_box .item_box .item:nth-child(1) { left: 0; }
	.main_page .section .slide_box .item_box .item:nth-child(2) { left: calc(100% / 3 * 1); }
	.main_page .section .slide_box .item_box .item:nth-child(3) { left: calc(100% / 3 * 2); }
	.main_page .section .slide_box .item_box .item .item_title { font-size: 18px; font-weight: 800; letter-spacing: -0.55px; align-items: center; margin-top: 10px; margin-bottom: 10px; }
	.main_page .section .slide_box .item_box .item .item_title .sell_info { display: flex; align-items: center; }
	.main_page .section .slide_box .item_box .item .item_title .sell_info .sell_type { display: inline-block; width: 38px; line-height: 24px; border-radius: 2px; color: #fff; font-size: 12px; font-weight: normal; text-align: center; margin-left: 8px; }
	.main_page .section .slide_box .item_box .item .item_title .sell_info .type1 { background: #ea398d; }
	.main_page .section .slide_box .item_box .item .item_title .sell_info .type2 { background: #1471ca; }
	.main_page .section .slide_box .item_box .item .item_title .sell_info .type3 { background: #ff7500; }
	.main_page .section .slide_box .item_box .item .item_title .sell_info .badge { display: inline-block; width: 42px; line-height: 24px; border-radius: 2px; color: #fff; font-size: 12px; font-weight: normal; text-align: center; margin-left: 8px; background: #ff000e; }
	.main_page .section .slide_box .item_box .item .item_title .price { font-size: 18px; letter-spacing: -0.8px; }
	.main_page .section .slide_box .item_box .item .item_info { font-size: 18px; letter-spacing: -0.45px; font-weight: bold; color: #131415; }
	.main_page .section .slide_box .item_box .item .item_info .info2 { font-size: 16px; letter-spacing: -0.8px; color: #8e959d; }
	.main_page .section .slide_btn div { position: absolute; top: 160px; }
	.main_page .section .slide_btn div svg { width: 56px; height: 56px; fill: #e4e8ec; cursor: pointer; transition: all 0.3s; }
	.main_page .section .slide_btn div svg:hover { fill: #ca141e; }
	.main_page .section .slide_btn .s_prev { left: -80px; }
	.main_page .section .slide_btn .s_next { right: -80px; }
	.main_page .section .slide_btn .s_prev svg { transform: rotate(180deg); }

	/*sub_page*/
	/*detail_page*/
	.img_section { position: relative; width: 1190px; height: 660px; overflow: hidden; text-align:center; margin: 0 auto; }
	.img_section .slide_img img { position: absolute; opacity: 0; width: 1190px; height:660px; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 1s;text-align:center; }/* Å©±â¤Ñ °íÄ¡Áö¸¶½Ã¿À*/
	.img_section .slide_img img.active { opacity: 1; }
	.img_section .sub_mask { position: absolute; width: 416px; height: 100%; top: 0; left: 0; background: #000; opacity: 0.8; }
	.img_section .arrow_box { position: absolute; width: 112px; height: 56px; background: #f0f; left: 360px; bottom: 92px; }
	.img_section .arrow_box div { width: 50%; cursor: pointer; background: #131415; }
	.img_section .arrow_box div:nth-child(1) { transform: rotate(180deg); background: #9b0008; }
	.detail_page .detail_title .main_title { font-size: 32px; letter-spacing: -0.8px; font-weight: 800; color: #131415; margin-right: 32px; }
	.detail_page .detail_title .main_title { font-size: 32px; letter-spacing: -0.8px; font-weight: 800; color: #131415; margin-right: 32px; }
	.detail_page .detail_title .sub_title { font-size: 14.4px; font-weight: 500; color: #000; }
	.detail_page .info_section { margin-top: -60px; margin-bottom: 24px; }
	.detail_page .info_section .table_box table { width: 100%; font-size: 18px; letter-spacing: -0.5px; color: #000; }
	.detail_page .info_section .table_box table tr { height: 56px; border-bottom: 1px solid #fff; }
	.detail_page .info_section .table_box table td { background: #f8fafc; padding: 0 16px; }
	.detail_page .info_section .table_box table .t_title { font-weight: bold; width: 136px; background: #e4e8ec; text-align: center; }
	.detail_page .info_section .table_box table .price_info { font-size: 32px; letter-spacing: -0.8px; font-weight: 800; color: #131415; width: 376px; text-align: center; }
	.detail_page .sell_type { display: inline-block; width: 38px; line-height: 24px; border-radius: 2px; color: #fff; font-size: 12px; font-weight: normal; text-align: center; margin-top: 5px; margin-right: 4px; }
	.detail_page .type1 { background: #ea398d; }
	.detail_page .type2 { background: #1471ca; }
	.detail_page .type3 { background: #ff7500; }
	.detail_page .phone_box { display: flex; width: 100%; font-size: 18px; font-weight: bold; letter-spacing: -0.5px; color: #000; border-top: 1px solid #131415; margin-bottom: 48px; }
	.detail_page .phone_box span:nth-child(2) { margin-left: 8px; margin-right: 16px; }
	.detail_page .phone_box span:nth-child(3) { font-size: 28px; letter-spacing: normal; color: #131415; }
	.detail_page .phone_box div { width: 50%; height: 80px; border-bottom: 1px solid #e4e8ec; }
	.detail_page .phone_box .phone { width: 50%; border-right: 1px solid #e4e8ec; }

	.img_section .thum_box { background: rgba(0,0,0,0.6); padding: 6px; position: absolute; right: 0; bottom: 0; display: flex; align-items: center; height: 100px; }
	.img_section .thum_box div { width: 70px; height: 70px; margin: 0 3px; transition: all 0.5s; background: #000; }
	.img_section .thum_box div:first-child { margin-left: 0; }
	.img_section .thum_box div:last-child { margin-right: 0; }

	.img_section .thum_box div img { width: 100%; height: 100%; opacity: 0.7; transition: all 0.5s; }
	.img_section .thum_box div.active { width: 100px; height: 100px; }
	.img_section .thum_box div.active img { opacity: 1; }

	/*list_page*/
	.list_page .list_page_title { margin: 80px 0 40px; font-size: 18px; font-weight: bold; letter-spacing: -0.45px; color: #131415; align-items: baseline; }
	.list_page .list_page_title .cate { font-size: 40px; letter-spacing: -1px;font-weight: 800; }
	.list_page .item_list { flex-wrap: wrap; }
	.list_page .item_list .item { width: 373px; color: #131415; margin-right: 40px; margin-bottom: 80px; }
	.list_page .item_list .item:nth-child(3n) { margin-right: 0px; }
	.list_page .item_list .item .item_title { font-size: 18px; font-weight: 800; letter-spacing: -0.55px; align-items: center; margin-top: 10px; margin-bottom: 10px; }
	.list_page .item_list .item .item_title .sell_info { display: flex; align-items: center; }
	.list_page .item_list .item .item_title .price { font-size: 15px; letter-spacing: -0.8px; }
	.list_page .item_list .item .item_info { font-size: 18px; letter-spacing: -0.45px; font-weight: bold; color: #131415; }
	.list_page .item_list .item .item_info .info2 { font-size: 18px; letter-spacing: -0.8px; color: #8e959d; }
	.list_page .item_list .item .item_title .sell_info .sell_type { display: inline-block; width: 38px; line-height: 24px; border-radius: 2px; color: #fff; font-size: 12px; font-weight: normal; text-align: center; margin-left: 8px; }
	.list_page .item_list .item .item_title .sell_info .badge { display: inline-block; width: 42px; line-height: 24px; border-radius: 2px; background: #ff000e; color: #fff; font-size: 12px; font-weight: normal; text-align: center; margin-left: 8px; }
	.list_page .item_list .item .item_title .sell_info .type1 { background: #ea398d; }
	.list_page .item_list .item .item_title .sell_info .type2 { background: #1471ca; }
	.list_page .item_list .item .item_title .sell_info .type3 { background: #ff7500; }
	.list_page .pagination { margin-bottom: 120px; }
	.list_page .pagination .page-item { width: 52px; height: 40px; border: 1px solid rgba(0,0,0,0.05); margin-left: -1px; display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 500; letter-spacing: -0.45px; color: #8e959d; }
	.list_page .pagination .page-item:first-child { border-radius: 8px 0 0 8px; }
	.list_page .pagination .page-item:last-child { border-radius: 0 8px 8px 0; }
	.list_page .pagination .page-item.on { height: 52px; background: #000; font-weight: bold; color: #fff; background: #ca141e; border-radius: 4px; border-color: #ca141e; }

	/*login_page*/
	.login_page { text-align: center; padding: 216px 0; }
	.login_page .wrap { max-width: 373px!important; }
	.login_page .page_title { font-size: 40px; letter-spacing: -1px; color: #131415; font-weight: 800; }
	.login_page .page_title .sub_title { font-size: 15px; line-height: 28px; font-weight: normal; letter-spacing: normal; margin: 16px 0 32px; }
	.login_page .form_box { font-size: 18px; }
	.login_page .form_box .form_item { margin-bottom: 8px; }
	.login_page .form_box .form_item input { display: inline-block; width: 100%; height: 56px!important; padding: 0 24px!important; border-radius: 4px; border: 1px solid #e4e8ec; }
	.login_page .form_box .btn_box button { width: 100%; height: 56px; background: #ca141e; border-radius: 4px; color: #fff; font-weight: 600; cursor: pointer; }
	.login_page .form_box .chk_box { text-align: left; margin-top: 16px; margin-bottom: 32px; }
	.login_page .form_box .chk_box input { display: none; }
	.login_page .form_box .chk_box input:checked ~ img { background: #ca141e; }
	.login_page .form_box .chk_box img { background: #e4e8ec; }
	.login_page .form_box .chk_box span { font-size: 16px; color: #131415; font-weight: 500; }
	.login_page .link_box { font-size: 16px; line-height: 28px; color: #131415; }
	.login_page .link_box button { font-weight: bold; color: #ca141e; background: none; margin-top: -5px; margin-left: 5px; cursor: pointer; font-size: 16px; }


	/*join_page*/
	.join_page { padding: 80px 0; }
	.join_page .form_box .page_title { font-size: 40px; letter-spacing: -1px; color: #131415; font-weight: 800; text-align: center; margin-bottom: 32px; }
	.join_page .form_box .form_item .text { font-size: 16px; font-weight: 500; padding: 24px; height: 400px; border: 1px solid #e4e8ec; overflow-y: scroll; }
	.join_page .form_box .form_item .chk_box { text-align: center; margin-top: 16px; margin-bottom: 48px; }
	.join_page .form_box .form_item .chk_box input { display: none; }
	.join_page .form_box .form_item .chk_box input:checked ~ img { background: #ca141e; }
	.join_page .form_box .form_item .chk_box img { background: #e4e8ec; }
	.join_page .form_box .form_item .chk_box span { font-size: 16px; color: #131415; font-weight: 500; }
	.join_page .form_box .btn_box { text-align: center; }
	.join_page .form_box .btn_box button { width: 160px; height: 56px; border-radius: 4px; font-size: 18px; font-weight: 600; color: #8e959d; background: #e4e8ec; margin: 4px; cursor: pointer; }
	.join_page .form_box .btn_box button:nth-child(2) { color: #fff; background: #ca141e;  }


/*contact_page*/
	.sub_page .cont_page_title.fl-b{display:block;text-align:center;margin-bottom:30px}
	.sub_page .cont_page_title .cate {font-weight:600;font-size:25px}
	.sub_page .contact_imgBox{width:80%;text-align:center;margin:0 auto}
	.sub_page .contact_imgBox img{width:inherit;border:1px solid #aaa}
	.sub_page .contact_imgBox span{font-size:18px;display:inline-block;background-color:#555;color:#fff;width:inherit;border:1px solid #555;padding:20px 0}


	/*aboutUs_page*/
	.sub_page .aboutUs_page_title.fl-b{display:block;text-align:center;margin-bottom:30px}
	.sub_page .aboutUs_page_title .cate {font-weight:600;font-size:25px}
	.sub_page .about_wrap{display:flex}
	.sub_page .about_wrap>div{text-align:center}
	.sub_page .about_wrap .img_box{text-align:center}
	.sub_page .about_wrap .img_box{flex-grow:1;overflow:hidden;width:50%}
	.sub_page .about_wrap .img_box img{width:-webkit-fill-available;margin-top:-140px;float:right}
	.sub_page .about_wrap .txt_box{flex-basis:48%;margin-left:2%}
	.sub_page .about_wrap .txt_box p{line-height:1.6}
	.sub_page .about_wrap .txt_box p.subtxt{font-weight:600;font-size:18px;margin-bottom:10px}
	.sub_page .about_wrap .txt_box .subtxt,.description{text-align:left;width:90%}
  .sub_page .about_wrap .txt_box .description p{margin-bottom:5px}


/*footer*/
	#footer .business { line-height: 64px; font-size: 16px; font-weight: bold; letter-spacing: -0.4px; color: #131415; background: #f8fafc; text-align: center; }
	#footer .business a { margin: 0 20px; }
	#footer .copyright { line-height: 64px; background: #131415; font-size: 12px; font-weight: 500; letter-spacing: -0.3px; color: #8e959d; text-align: center; }


.history_box { position: fixed; z-index: 1000; width: 245px; right: 20px; top: 100px; box-shadow: 5px 7px 15px #131313; display: none; }
	.history_box .h_title { font-size: 21px; font-weight: bold; text-align: center; background: #e4e8ec; color: #333; line-height: 70px; }
	.history_box .history_list { padding: 14px; background: #fff; }
	.history_box .history_list .history_item { border-bottom: 1px solid #333; margin-top: 26px; padding-bottom: 8px; }
	.history_box .history_list .history_item:nth-child(1) { margin-top: 0; }
	.history_box .history_list .history_item:last-child { border: none; padding-bottom: 0; }
	.history_box .history_list .history_item img { width: 100%; height: 130px; }
	.history_box .history_list .history_item .item_title {  }
	.history_box .history_list .history_item .item_title > div { width: 50%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 40px; margin: 1px; }
	.history_box .history_list .history_item .item_title > div:nth-child(1){ font-size: 16px; font-weight: bold; }
	.history_box .history_list .history_item .item_title > div:nth-child(2){ align-items: center; color: #000; font-weight: bold; }
	.history_box .history_arrow { font-size: 16px; font-weight: bold; line-height: 38px; text-align: center; position: relative; background: #e4e8ec; }
	.history_box .history_arrow a { display: inline-block; width: 48%; }
	.history_box .history_arrow a:first-child { border-right: 1px solid #d2d6d9; }
	.history_box .history_list .history_item .sell_type { display: inline-block; width: 24px; line-height: 16px; border-radius: 2px; color: #fff; font-size: 10px; font-weight: normal; text-align: center; position: relative; top: -2px; margin-right: 2px; }
	.history_box .type1 { background: #ea398d; }
	.history_box .type2 { background: #1471ca; }
	.history_box .type3 { background: #ff7500; }

/*mobie*/
/* media queries */
@media (max-width:430px) {
	body { width: 100vw; overflow-x: hidden; }
	.mob { display: block; }

	/*header*/
	#header { height: 56px; padding: 0 24px; }
	#header .logo_box img { width: 173px; }
	#header .login_box { display: none; }
	#header .menu_btn { display: flex; }
	#header .menu_btn a { margin-right: 16px; }
	#header .menu_btn img:nth-child(2) { display: none; }
	#header .menu_btn.on img:nth-child(1) { display: none; }
	#header .menu_btn.on img:nth-child(2) { display: block; }
	#header .nav { display: none; width: 100%; height: 90px; top: 57px; font-size: 12px; overflow: hidden; overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; left: 0; transform: translateX(0) }
	#header .nav::-webkit-scrollbar { display: none; }
	#header .nav.on { display: flex; }
	#header .nav .inner { display: table; overflow: visible; padding: 15px; width: 630px; }
	#header .nav .inner a { display: table-cell; width: 65px; text-align: center; }
	#header .nav .inner a img { width: 30px; height: 30px; display: block; margin: 0 auto; }

	#visual { position: relative; height: 576px; overflow-x: hidden;; }
	#visual .v_mask { bottom: 0; }
	#visual .v_mask img:nth-child(1) { display: none; }
	#visual .v_mask img { width: 250px; height: 160px; left: 30px; top: -135px; }
	#visual .v_bg img { width: 200%; left: 50%; transform: translateX(-50%); }
	#visual .v_text_box { position: absolute; display: flex; top: 377px; left: 0px; width: 255px; height: 200px; z-index: 100; font-size: 12px; }
	#visual .v_text_box .indi_box { width: 100%; height: 40px; display: flex; align-items: flex-end; }
	#visual .v_text_box .indi_box label { width: 32px; height: 32px; }
	#visual .v_text_box .text_inner { left: 0px; top: 40px; width: 100%; height: 160px; font-size: 32px; font-weight: 500; letter-spacing: -2.24px; color: #000; background: #fff; }
	#visual .v_text_box .text_inner > div { padding-left: 32px; padding-top: 32px; opacity: 0; transition: all 1s; font-size: 16px; line-height: 1.1; }
	#visual .v_text_box .text_inner div div p:nth-child(2) { font-weight: 800; font-size: 24px; letter-spacing: -1px; margin-top: 8px; }
	#visual .v_text_box .text_inner div div p:nth-child(3) { font-size: 24px; letter-spacing: -1px; }
	#visual .v_text_box .text_inner div a { display: none; }
	#visual .v_text_box .text_inner div .v_sub_text { font-size: 12px; margin-top: 8px; }

	#v_text1:checked ~ .v_text_box .v_btn1 { width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.9); color: #000; font-weight: 500; font-size: 18px; letter-spacing: -1.5px; }
	#v_text1:checked ~ .v_text_box .v_btn2 { width: 32px; height: 32px; background: #131415; color: #fff; }
	#v_text1:checked ~ .v_text_box .v_btn3 { width: 32px; height: 32px; background: #ca141e; color: #fff; }
	#v_text2:checked ~ .v_text_box .v_btn1 { width: 32px; height: 32px; background: #131415; color: #fff; }
	#v_text2:checked ~ .v_text_box .v_btn2 { width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.9); color: #000; font-weight: 500; font-size: 18px; letter-spacing: -1.5px; }
	#v_text2:checked ~ .v_text_box .v_btn3 { width: 32px; height: 32px; background: #ca141e; color: #fff; }
	#v_text3:checked ~ .v_text_box .v_btn1 { width: 32px; height: 32px; background: #131415; color: #fff; }
	#v_text3:checked ~ .v_text_box .v_btn2 { width: 32px; height: 32px; background: #ca141e; color: #fff; }
	#v_text3:checked ~ .v_text_box .v_btn3 { width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.9); color: #000; font-weight: 500; font-size: 18px; letter-spacing: -1.5px; }

	/*main_page*/
	.main_page { margin-top: 0px; }
	.main_page .sub_nav { display: none; }
	.main_page .section { padding: 48px 0; }
	.main_page .section .section_title { font-size: 22px; letter-spacing: -0.55px; color: #131415; margin-bottom: 24px; padding-left: 32px; }
	.main_page .section .slide_box { position: relative; overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; }
	.main_page .section .slide_box::-webkit-scrollbar { display: none; }

	.main_page .section .slide_btn { display: none; }
	.main_page .section .slide_box .item_box { width: 2686px; height: auto; margin: 0; padding: 0 32px; }
	.main_page .section .slide_box .item_box .item { position: relative; padding: 0; width: 247px; left: 0!important; padding-right: 24px;  display: table-cell; }
	.main_page .section .slide_box .item_box .item .item_img { width: 247px; height: 247px; overflow: hidden; }
	.main_page .section .slide_box .item_box .item .item_img img { width: 100%; height: 100%; }
	.main_page .section .slide_box .item_box .item .item_title { font-size: 14px; letter-spacing: -0.55px;  margin-top: 8px; margin-bottom: 8px; }
	.main_page .section .slide_box .item_box .item .item_title .sell_info .sell_type { width: 30px; line-height: 20px; font-size: 10px; }
	.main_page .section .slide_box .item_box .item .item_title .sell_info .badge { width: 35px; line-height: 20px; font-size: 10px; margin-left: 4px; }
	.main_page .section .slide_box .item_box .item .item_title .price { font-size: 18px; }
	.main_page .section .slide_box .item_box .item .item_info { font-size: 15px; letter-spacing: -0.37px; }
	.main_page .section .slide_box .item_box .item .item_info .info2 { font-size: 12px; letter-spacing: -0.6px; }

	.mob .phone_box { display: flex; width: 100%; font-size: 16px; letter-spacing: -0.5px; color: #fff; position: fixed; bottom: 0; text-align: center; z-index: 200; }
	.mob .phone_box div { width: 50%; height: 48px; background: #ffe600; }
	.mob .phone_box div a { color: #fff; font-weight: bold; }
	.mob .phone_box div a img { margin-right: 4px; }
	.mob .phone_box .kakao a img { width: 25px; }
	.mob .phone_box .kakao a { color: #000; }
	.mob .phone_box .phone { background: #131415; }

	/*list_page*/
	.list_page { padding: 0 32px; }
	.list_page .list_page_title { margin: 32px 0 24px; }
	.list_page .list_page_title span { display: none; }
	.list_page .list_page_title .cate { font-size: 22px; letter-spacing: -0.5px; font-weight: 800; }
	.list_page .item_list .item { max-width: 148px; width: 48%; margin-bottom: 70px; margin-right: 16px; position: relative; }
	.list_page .item_list .item:nth-child(3n) { margin-right: 16px; }
	.list_page .item_list .item:nth-child(2n) { margin-right: 0px!important; }

	.list_page .item_list .item .item_img { width: 100%; height: 145px; }
	.list_page .item_list .item .item_img img { width: 100%; height: 100%; }
	.list_page .item_list .item .item_title { font-size: 16px; margin-bottom: 8px; }
	.list_page .item_list .item .item_title .sell_info { flex-wrap: wrap; }
	.list_page .item_list .item .item_title .sell_info .sell_type { width: 30px; line-height: 20px; font-size: 10px; margin-left: 0; margin-right: 4px; }
	.list_page .item_list .item .item_title .sell_info .badge { width: 36px; line-height: 20px; font-size: 10px; margin-left: 0; }
	.list_page .item_list .item .item_title .sell_info > div { display: block; width: 100%; order: 0; margin-bottom: 4px; }
	.list_page .item_list .item .item_title .sell_info > span { order: 1 }
	.list_page .item_list .item .item_info { font-size: 14px; letter-spacing: -0.35px; }
	.list_page .item_list .item .item_info .info2 { font-size: 12px; letter-spacing: -0.8px; font-weight: normal; }
	.list_page .item_list .item .item_title .price { position: absolute; font-size: 24px; letter-spacing: -0.6px; bottom: -32px }


	.list_page .pagination { margin-bottom: 40px; }

	/*detail_page*/
	.img_section { height: 423px; width: 100%; }
	.img_section .sub_mask { display: none; }
	.img_section .slide_img img { width: auto; max-width: 200%; height: 100%; top: 0; left: 50%; transform: translate(-50%, 0); }
	.img_section .arrow_box { width: 80px; height: 40px; left: initial; bottom: 0px; right: 0; z-index: 10000; }
	.img_section .arrow_box div { width: 50%; cursor: pointer; background: #131415; }
	.img_section .arrow_box div img { width: 70%; }
	.img_section .arrow_box div:nth-child(1) { transform: rotate(180deg); background: #9b0008; }
	#contents .left_side { display: none; }
	.top_layer { width: 100%; height: 120px; top: 0px; flex-wrap: wrap; height: auto; margin-top: 40px; }
	.detail_page .wrap { padding: 0 32px; box-sizing: border-box; }
	.detail_page .detail_title .main_title { font-size: 22px; letter-spacing: -0.5px; }
	.detail_page .detail_title .sub_title { margin: 16px 0 24px; }
	.detail_page .info_section { margin-top: 0px; margin-bottom: 40px; }
	.detail_page .info_section .table_box table { display: none; }
	.detail_page .m_table .m_table_data { display: flex; border-bottom: 1px solid #fff; }
	.detail_page .m_table .m_table_data .fl-cc { display: block; }
	.detail_page .m_table .m_table_data > div:nth-child(1) { width: 132px; background: #e4e8ec; padding: 12px 16px; box-sizing: border-box; font-size: 16px; letter-spacing: -0.44px; color: #000; font-weight: bold; }
	.detail_page .m_table .m_table_data > div:nth-child(2) { width: 180px; background: #f8fafc; padding: 12px 6px 12px 16px; box-sizing: border-box; font-size: 16px; letter-spacing: -0.44px; color: #000; }
	.detail_page .sell_type { width: 30px; line-height: 20px; font-size: 10px; margin-top: 5px; margin-right: 4px; }
	.detail_page .phone_box { display: none; }

	.img_section .thum_box { background: rgba(0,0,0,0.6); padding: 3px; position: absolute; right: 0; bottom: 0; display: flex; align-items: center; height: 40px; }
	.img_section .thum_box div { width: 30px; height: 30px; margin: 0 2px; transition: all 0.5s; background: #000; }
	.img_section .thum_box div img { width: 100%; height: 100%; opacity: 0.7; transition: all 0.5s; }
	.img_section .thum_box div.active { width: 40px; height: 40px; }
	.img_section .thum_box div.active img { opacity: 1; }

	/*join_page*/
	.join_page { padding: 32px; }
	.join_page .form_box .page_title { font-size: 22px; letter-spacing: -0.5px; text-align: left; margin-bottom: 16px; }
	.join_page .form_box .form_item .text { font-size: 12px; height: 170px; }
	.join_page .form_box .form_item .chk_box { text-align: right; margin-bottom: 24px; }
	.join_page .form_box .form_item .chk_box label { user-select: none; cursor: pointer; }
	.join_page .form_box .form_item .chk_box span:nth-child(3) { display: none; }
	.join_page .form_box .form_item .chk_box span:nth-child(4) { display: inline; }
	.join_page .form_box .btn_box { display: flex; }
	.join_page .form_box .btn_box button { height: 48px; }

	/*login_page*/
	.login_page { text-align: center; padding: 117px 0; }
	.login_page .wrap { padding: 0 32px; box-sizing: border-box; }
	.login_page .page_title { font-size: 24px; letter-spacing: -0.55px; }
	.login_page .page_title .sub_title { font-size: 14px; line-height: 20px; margin: 12px 0 24px; }
	.login_page .form_box { font-size: 16px; }
	.login_page .link_box { font-size: 14px; line-height: 24px; }


	/*contact_us*/
	.sub_page .wrap .contact_imgBox{width:100%;}



	/*about_us*/
	.sub_page .about_wrap{display:block}
	.sub_page .about_wrap.img_box{margin:20px 0 20px 0}
	.sub_page .about_wrap .img_box img{width:300px}
	.sub_page .about_wrap .txt_box p,.description{text-align:center}
	.sub_page .about_wrap .txt_box p.subtxt{text-align:center;margin-top:20px}
	.sub_page .about_wrap .txt_box .subtxt, .description{width:100%}

	#footer .business { line-height: 48px; font-size: 12px; letter-spacing: -0.3px; }
	#footer .business a { margin: 0 8px; }
	#footer .copyright { line-height: 18px; margin-bottom: 48px; padding: 16px 0; }

}
