@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

#new_wrap {position: relative; height: 100%; margin: 0 auto; max-width: 1920px; width: 100%;}
br {opacity: 0;}

	/* 퀵메뉴 */
	
	.quick_menu {position: fixed; right: 30px; bottom: 30px;  border-radius: 50%; text-align: center; z-index: 500;}
	.quick_menu a + a {margin-top: 20px;}
	.quick_menu a {display: block; padding: 20px 0; width: 100px; height: 100px; border-radius: 50%; background: #fae100; }
	.quick_ic {display: inline-block; vertical-align: middle; width: 25px; height: 30px; background: url("/images/pen_ic.png") center no-repeat; background-size: 100%;}
	.quick_menu p {color: #000; font-size: 15px; line-height: 23px; font-weight: 900; margin-top: 10px;}

	.quick_menu a.adm_btn {padding: 0;}
	.quick_menu a.adm_btn p {line-height: 100px;}

	#ssch_frm .ssch_scharea .btn_submit {display: none;}
	/* 헤더 */

	#header {position: absolute; top: 0; left: 0; width: 100%; height: 90px; z-index: 1500; background: none; border-bottom: 1px solid rgba(255,255,255,0.2);}
	#header .head {display:flex; justify-content:space-between; align-items:center; width: 1400px; height: 100%; margin: 0 auto;}
	#header .head h1 img.logo_on {display: none;}
	.gnb > li {position: relative; float: left; height: 90px;}
	.gnb > li + li {margin-left: 40px;}
	.gnb > li > a {display: block; color: #fff; font-weight: 800; font-size: 20px; z-index: 1; line-height: 90px;}
	.head_right span {position: relative; display: inline-block; vertical-align: middle;}
	.head_right span.register {width: auto;}
	.head_right span a {color: #fff; font-size: 16px; line-height: 23px; font-weight: 300;}
	.head_right span + span {margin-left: 40px;}
	.head_right span + span:before {content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: -20px; width: 1px; height: 10px; background: rgba(255,255,255,0.5);}
	.head_right span.search_ic {margin-left: 20px; width: 20px; height: 20px; background: url("/images/search_ic.png") center no-repeat; background-size: 100%; cursor: pointer;} 
	.head_right span.search_ic:before {display: none;}
	.head_right span.head_btn {display: none;}

	.head_right span.d_order {position: relative;}
	.d_order_wrap {display: none; Position: absolute; top: 40px; left: 50%; transform: translateX(-50%); background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.15); padding: 20px; border-radius: 15px; width: 125px;}
	.d_order_wrap li a {display: block; color: #000; padding-left: 10px;  word-break: keep-all;}
	.d_order_wrap li:hover a {font-weight: 700;}
	.d_order_wrap li + li {margin-top: 10px;}
	
	
	.head_right span.d_bell {position: relative;}
	.head_right span.d_bell.active .badge { opacity: 1; }
	.head_right span.d_bell .badge {position: absolute; top: -5px; right: -10px; width: 15px; height: 15px; display: flex; text-align: center; background: #F00; color: #FFF; font-size: 10px; justify-content: center; align-items: center; border-radius: 15em; opacity: 0;}
	.head_right span.d_bell.active { color: #F00; }
	.d_bell_wrap {display: none; Position: absolute; top: 40px; left: 50%; transform: translateX(-50%); background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.15); padding: 20px; border-radius: 15px; width: 300px;}
	.d_bell_wrap li a {display: block; color: #000; padding-left: 10px; }
	.d_bell_wrap li + li {margin-top: 10px;}

	.head_bg {display: none;}

	.head_search.on {display: block;}
	.head_search {display: none; position: absolute; top: 0; left: 0; width: 100%; height: 280px; background: #fff; z-index: 1200;}
	.head_search_inner {position: relative; max-width: 1400px; width: 100%; margin: 0 auto; padding: 60px 0;}
	.search_title {color: #000; font-size: 28px; line-height: 36px; font-weight: 900;}
	.sch_form {position: relative; width: 1130px; margin-top: 20px;}
	.sch_menu { width: 100%; height: 75px; border: 1px solid #444; border-radius: 50px;  padding-left: 40px; color: #9c9c9c; font-size: 22px; font-weight: 300; padding-right: 70px;}
	.sch_menu::placeholder {color: #9c9c9c; font-size: 22px; font-weight: 300;}
	.sch_submit {position: absolute; top: 50%; transform: translateY(-50%); right: 30px;}
	.sch_text {color: #010101; font-size: 20px; line-height: 28px; font-weight: 300; margin-top: 20px; margin-left: 20px;}
	.search_close {position: absolute; top: 60px; right: 0; width: 20px; height: 18px; background: url("/images/search_close.png") center no-repeat; background-size: 100%; cursor: pointer; z-index: 20;}

	.gnb > li > a:before {display: none; content: ""; position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); width: 110%; height: 10px; background: #fae100; z-index: -1;} 
	.gnb > li:hover .gnb_2depth {display: block;}
	.gnb_2depth {display: none; position: absolute; left: -50px; width: 1000px;}
	.gnb_2depth.shop {left: -200px;}
	.gnb_2depth:before {content: ""; position: absolute; left: 50%; transform: translateX(-50%); width: 10000px; height: 85px; background: rgba(255,255,255,0.95);}
	.gnb_2depth li {float: left; height: 85px;}
	.gnb_2depth li + li {margin-left: 30px;}
	.gnb_2depth li a {position: relative; display: block; line-height: 85px; color: #000; font-size: 18px; font-weight: 300;}

	.gnb_2depth li:hover a:before {content: ""; position: absolute; left: 0; bottom: 28px; width: 100%; height: 1px; background: #000;}

	#header:hover {background: #fff; border-bottom: 1px solid #ddd;}
	#header:hover .head h1 img.logo {display: none;}
	#header:hover .head h1 img.logo_on {display: inline-block;}
	#header:hover .gnb > li > a {color: #000;}
	#header:hover .gnb > li:hover > a {color: #000;}
	#header:hover .gnb > li:hover > a:before {display: block;}
	#header:hover .head_right span a {color: #000;}
	#header:hover .head_right span + span:before {background: #000;}
	#header:hover .head_right span.search_ic {background: url("/images/search_ic_on.png") center no-repeat; background-size: 100%;}



	/* 비주얼 */

	.visual {position: relative; height: 940px;}
	.vis_list.bg01 {position: relative; height: 940px; background: url("/images/vis_img1.jpg") center no-repeat; background-size: cover;}
	.vis_list.bg02 {position: relative; height: 940px; background: url("/images/vis_img2.jpg") center no-repeat; background-size: cover;}
	.vis_list.bg03 {position: relative; height: 940px; background: url("/images/vis_img3.jpg") center no-repeat; background-size: cover;}
	.vis_txt {position: absolute; top: 320px; left: 0; right: 0; width: 1400px; margin: auto; text-align: right;}
	.vis_txt h2 {color: #fff; font-size: 55px; line-height: 65px; font-weight: 900;}
	.vis_txt h2 span {font-size: 80px; line-height: 90px; }
	.vis_txt p {color: #fff; font-size: 24px; line-height: 32px; font-weight: 300; margin-top: 30px;}
	.vis_slider .slick-dots {bottom: 70px; left: 50%; transform: translateX(-50%);}
	.vis_slider .slick-dots li button {display: none;}
	.vis_slider .slick-dots li button:before {display: none;}
	.vis_slider .slick-dots li {width: 7px; height: 7px; background: rgba(255,255,255,0.8); border-radius: 50%;}
	.vis_slider .slick-dots li.slick-active:before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); width: 30px; height: 30px; border: 2px solid #fff; border-radius: 50%;}
	.vis_slider .slick-dots li + li {margin-left: 30px;}

	/* 섹션 1 */

	.section1 {position: relative; padding: 130px 0 110px;}
	.inner {position: relative; width: 1400px; margin: 0 auto;}
	.section1:before {content: ""; position: absolute; top: 130px; left: 0; width: 50%; height: 470px; background: #ffefaa; border-top-right-radius: 50px; border-bottom-right-radius: 50px;}
	.sec1_wrap {min-height: 590px;}
	.sec1_txt {padding-top: 90px; max-width: 475px;}
	.sec1_txt h2 {color: #000; font-size: 45px; line-height: 60px; font-weight: 900;}
	.sec1_txt p {color: #666; font-size: 22px; line-height: 32px; font-weight: 300; margin-top: 10px;}
	.sec1_txt a.more {display: inline-block; color: #000; font-size: 16px; line-height: 70px; line-height: 70px; background: #fff; color: #000; border-radius: 50px; padding: 0 40px; margin-top: 40px; font-weight: 800; box-shadow: 0 0 15px rgba(0,0,0,0.25);}
	.sec1_txt .direction {text-align: right; margin-top: 130px;}
	.direction.mob {display: none;}
	.sec1_txt .direction span {display: inline-block; vertical-align: middle; width: 70px; height: 70px; box-shadow: 0 0 15px rgba(0,0,0,0.25); cursor: pointer; z-index: 20; border-radius: 50%;}
	.sec1_txt .direction span.sec1_prev {background: #fff url("/images/prev_black.png") center no-repeat; background-size: 17px;}
	.sec1_txt .direction span.sec1_next {background: #fff url("/images/next_black.png") center no-repeat; background-size: 17px; margin-left: 15px;}
	.sec1_slider {position: absolute !important; top: 90px; left: 530px; width: 1200px; margin: -15px;}
	.sec1_slider .sec1_list {padding: 15px; }
	.sec1_slider .sec1_list a {display: block;}
	.sec1_slider .sec1_list .img_wrap {position: relative; height: 290px; border-top-left-radius: 25px; border-top-right-radius: 25px; overflow: hidden; box-shadow: 0 0 15px rgba(0,0,0,0.25);}
	.sec1_slider .sec1_list .img_wrap img {position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); max-width: 100%; max-height: 100%; width: 100%; height: 100%;}
	.sec1_slider .sec1_list .txt_wrap {padding: 45px 35px 60px; background: #fff; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; box-shadow: 0 0 15px rgba(0,0,0,0.25);}
	.sec1_slider .sec1_list .txt_wrap h3 {color: #4c3f38; font-size: 25px; line-height: 32px; font-weight: 800;}
	.sec1_slider .sec1_list .txt_wrap .txt_content {color: #868787; font-size: 20px; line-height: 1.2; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-top: 10px;}
	.sec1_slider .sec1_list .txt_wrap span {display: block; color: #77644d; font-size: 20px; line-height: 28px; font-weight: 900; margin-top: 20px;}

	.dd_price {display: block; color: #c67c04; font-size: 20px; font-weight: 700; margin-top: 10px;}


	/* 섹션 2*/

	.section2 {padding-bottom: 150px;}
	.sec2_tbl_wrap ul li {display: table; width: 100%;}
	.sec2_tbl_wrap ul li + li {margin-top: 70px;}
	.sec2_tbl_img {display: table-cell; vertical-align: middle; width: 67.85%;}
	.sec2_tbl_img img {width: 100%;}
	.sec2_tbl_txt {display: table-cell; vertical-align: middle; width: 32.15%;}
	.sec2_tbl_txt.right {padding-left: 80px;}
	.sec2_tbl_txt h3 {color: #000; font-size: 45px; line-height: 55px; font-weight: 900;}
	.sec2_tbl_txt p {color: #666; font-size: 22px; line-height: 30px; font-weight: 300; margin-top: 10px;}
	.sec2_tbl_txt a {display: inline-block; vertical-align: middle; height: 70px; line-height: 70px; border-radius: 50px; padding: 0 40px; box-shadow: 0 0 15px rgba(0,0,0,0.25); color: #000; font-size: 18px; font-weight: 800; margin-top: 40px;}
	.sec2_tbl_wrap ul.mob {display: none;}

	.sec2_logo {text-align: center; margin: 30px 0;}
	.sec2_logo img {width: 180px;}

	/* 섹션 3 */

	.section3 {position: relative; padding: 120px 0 150px; background: #ffefaa;}
	.section3:before {display: none; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 115px; background: url("/images/sec3_text.png") center no-repeat; background-size: 100%;}
	.sec3_txt {text-align: center;}
	.sec3_txt h2 {color: #000; font-size: 45px; line-height: 60px; font-weight: 900;}
	.sec3_txt p {color: #666; font-size: 22px; line-height: 30px; font-weight: 300; margin-top: 10px;}
	.sec3_slider {margin: 50px -15px 0;}
	.sec3_slider .slick-arrow {width: 70px; height: 70px; border-radius: 50%; cursor: pointer; z-index: 120; box-shadow: 0 0 15px rgba(0,0,0,0.15);}
	.sec3_slider .slick-arrow.slick-prev {left: -100px; background: #fff url("/images/prev_black.png") center no-repeat; background-size: 17px;}
	.sec3_slider .slick-arrow.slick-next {right: -100px; background: #fff url("/images/next_black.png") center no-repeat; background-size: 17px;}
	.sec3_slider .slick-arrow.slick-next {}
	.sec3_list {padding: 0 15px; }
	.sec3_list a {display: block; height: 100%; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 25px; overflow: hidden;}
	.sec3_list .img_wrap {position: relative; height: 340px; border-top-left-radius: 25px; border-top-right-radius: 25px; overflow: hidden;}
	.sec3_list .img_wrap img {position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); max-width: 100%; max-height: 100%; width: 100%; height: 100%;}
	.sec3_list .txt_wrap {border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; background: #fff; padding: 40px 35px 70px;}
	.sec3_list .txt_wrap h3 {color: #4c3f38; font-size: 25px; line-height: 33px; font-weight: 800;}
	.sec3_list .txt_wrap .sec3_text_content {display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; color: #868787; font-size: 20px; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; margin-top: 10px; font-weight: 300;}
	.sec3_list .txt_wrap span {display: inline-block; vertical-align: middle; color: #77644d; font-size: 20px; line-height: 30px; font-weight: 900; margin-top: 20px;}

	/* 섹션 4 */
	
	.section4 {padding: 100px 0 0;}
	.sec4_txt h2 {color: #000; font-size: 45px; line-height: 55px; font-weight: 900;}
	.sec4_txt h2 span {display: inline-block; color: #666; font-size: 22px; line-height: 30px; font-weight: 300; margin-left: 20px;}
	.sec4_menu {margin-top: 50px;}
	.sec4_menu ul {position: relative; margin: 0 -10px;}
	.sec4_menu ul:after {content: ""; display: block; clear: both;}
	.sec4_menu ul li {float: left; width: 50%; padding: 0 10px;}
	.sec4_menu ul li a {position: relative; display: block; padding: 70px 50px; border-top-left-radius: 25px; border-top-right-radius: 25px;}
	.sec4_menu ul li.notice a {background: #ededed;}
	.sec4_menu ul li.notice a:before {content: ""; position: absolute; right: 50px; top: 50%; transform: translateY(-50%); width: 100px; height: 106px; background: url("/images/sec4_ic1.png") center no-repeat; background-size: 100%;}
	.sec4_menu ul li.event a {background: #f9e000;}
	.sec4_menu ul li.event a:before {content: ""; position: absolute; right: 50px; top: 50%; transform: translateY(-50%); width: 100px; height: 100px; background: url("/images/sec4_ic2.png") center no-repeat; background-size: 100%;}
	.sec4_menu ul li a h3 {color: #000; font-size: 35px; line-height: 60px; font-weight: 900;}
	.sec4_menu ul li a p {color: #666; font-size: 22px; line-height: 30px; margin-top: 10px;}
	.sec4_menu ul li a span {display: inline-block; vertical-align: middle; height: 55px; border: 2px solid #555; color: #555; padding: 0 30px; line-height: 51px; font-size: 16px; font-weight: 800; margin-top: 50px; border-radius: 50px;}

	.sec4_menu ul li.event a h3 {color: #4c3f38;}
	.sec4_menu ul li.event a p {color: #4c3f38;}
	.sec4_menu ul li.event a span {color: #4c3f38; border: 2px solid #4c3f38;}

	/* 공지사항 이벤트 새로 */

	.section4.new_section4 {padding: 100px 0;}
	.board_wrap {position: relative; margin: 0 -30px;}
	.board_wrap:after {content: ""; display: block; clear: both;}
	.board_wrap > li {float: left; padding: 0 30px;}
	.board_wrap > li.board_lt {width: calc(100% - 520px);}
	.board_wrap > li.board_rt {width: 520px;}
	.board_txt {display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px;}
	.board_txt h2 {font-size: 45px; color: #000000; font-weight: 900;}
	.board_txt h2 span {font-size: 22px; color: #666666; font-weight: 300;}
	.notice_menu {position: relative; margin: -10px;}
	.notice_menu:after {content: ""; display: block; clear: both;}
	.notice_menu > li {float: left; width: 50%; padding: 10px;}
	.notice_menu > li:hover a {background: #f9e000;}
	.notice_menu > li:hover a h2 {color: #000;}
	.notice_menu > li:hover a .notice_content {color: #000;}
	.notice_menu > li:hover a span {color: #000;}
	.notice_menu > li > a {display: block; padding: 30px; border-radius: 25px; border: 1px solid #e5e5e5;}
	.notice_menu > li > a h2 {font-size: 25px; line-height: 1.2; color: #000000; font-weight: 800; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 2.4em;}
	.notice_menu > li > a .notice_content {font-size: 18px; line-height: 1.5; color: #666; font-weight: 300; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 3em; margin-top: 20px;}
	.notice_menu > li > a span {display: flex; align-items: center; font-size: 16px; color: #929292; font-weight: 300; margin-top: 30px}
	.notice_menu > li > a span .time_ic {display: inline-block; vertical-align: middle; width: 19px; height: 19px; background: url("/images/main/time_icon.png") center no-repeat; background-size: 100%; margin-right: 5px;}
	.board_txt .direction {display: flex; align-items: center;}
	.board_txt .direction span {position: relative; display: flex; align-items: center; width: 13px; height: 21px; cursor: pointer;}
	.board_txt .direction span.ev_prev {background: url("/images/main/ev_prev.png") center no-repeat; background-size: 100%;}
	.board_txt .direction span.ev_next {background: url("/images/main/ev_next.png") center no-repeat; background-size: 100%; margin-left: 40px;}
	.board_txt .direction span.ev_next:before {content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: -20px; width: 1px; height: 20px; background: #ccc;}
	
	.event_list a {position: relative; display: block; height: 100%;}
	.event_list a .img_wrap {position: relative; display: block; overflow: hidden; border-radius: 25px; height: 520px;}
	.event_list a img {position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); max-width: none;}
	.event_list .txt_wrap {margin-top: 15px;}
	.event_list .txt_wrap h2 {display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: 25px; color: #000; font-weight: 800;}
	.event_list .txt_wrap .txt_content {font-size: 20px; line-height: 1.4; color: #868787; font-weight: 300; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
	.d_cate_list_wrap {position: absolute; top: 30px; left: 30px; z-index: 15;}
	.cate_list {display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; font-weight: 800; width: 110px; height: 35px; border-radius: 50px; background: #000;}



	/* 푸터 */

	#footer {padding: 70px 0; background: #1b202f;}
	.foot {position: relative; width: 1400px; min-height: 210px; margin: 0 auto;}
	.ft_tp {display: table; width: 100%; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.3);}
	.ft_tp_lt {display: table-cell; width: 50%; vertical-align: middle;}
	.ft_tp_lt h2 {color: #fff; display: inline-block; font-size: 42px; line-height: 50px; font-weight: 900;}
	.ft_tp_lt h2 em {display: block; color: #fff; font-size: 17px; line-height: 23px; font-weight: 800;}
	.ft_tp_lt span {display: inline-block; color: #fff; font-size: 15px; line-height: 25px; font-weight: 300; margin-left: 20px;}
	.ft_tp_rt {display: table-cell; width: 50%; vertical-align: middle; text-align: right;}
	.ft_tp_rt ul li {display: inline-block; vertical-align: middle;}
	.ft_tp_rt ul li + li {margin-left: 15px;}
	.ft_tp_rt ul li a {display: block; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #babcc1}
	.ft_tp_rt ul li:nth-child(1) a {background: url("/images/ft_sns1.png") center no-repeat; background-size: 25px;}
	.ft_tp_rt ul li:nth-child(2) a {background: url("/images/ft_sns2.png") center no-repeat; background-size: 13px;}
	.ft_tp_rt ul li:nth-child(3) a {background: url("/images/ft_sns3.png") center no-repeat; background-size: 19px;}
	
	.ft_menu {padding-top: 30px;}
	.ft_menu1 span {display: inline-block; vertical-align: middle;}
	.ft_menu1 span + span {margin-left: 20px;}
	.ft_menu1 span a {color: #fff; font-size: 16px; line-height: 23px; font-weight: 300;}
	.ft_menu1 span a strong {font-weight: 600;}
	.ft_menu2 {margin-top: 20px;}
	.ft_menu2 span {display: inline-block; vertical-align: middle; color: #d4d4d4; font-size: 16px; line-height: 22px; font-weight: 300;}
	.ft_menu2 span + span {margin-left: 20px;}
	.ft_menu2 span strong {display: inline-block; vertical-align: middle; color: #fff; font-weight: 700; margin-right: 10px;}
	.ft_menu2 span:last-child {margin-left: 0; margin-top: 10px;}
	.ft_menu3 {margin-top: 10px;}
	.ft_menu3 span {display: inline-block; vertical-align: middle; color: #a5a5a5; font-size: 15px; line-height: 22px; font-weight: 300;}
	.ft_menu3 span + span {margin-left: 20px;}
	.ft_menu3 span .dpunch_ic {display: inline-block; vertical-align: middle; width: 100px; height: 10px; background: url("/images/dpunch_ic.png") center no-repeat; background-size: 100%; margin-left: 10px;}

	.mob_foot {display: none;}

	@media (max-width: 1650px) {
		
		/* 섹션 3 */

		.section3 { padding: 7.27vw 0 9.09vw; }
		.section3:before {height: 6.97vw; }
		.sec3_txt h2 { font-size: 2.73vw; line-height: 3.64vw; }
		.sec3_txt p { font-size: 1.33vw; line-height: 1.82vw;  margin-top: 0.61vw;}
		.sec3_slider {margin: 3.03vw -0.91vw 0;}
		.sec3_slider .slick-arrow {width: 4.24vw; height: 4.24vw; box-shadow: 0 0 0.91vw rgba(0,0,0,0.15);}
		.sec3_slider .slick-arrow.slick-prev {left: -1.52vw; background-size: 1.03vw;}
		.sec3_slider .slick-arrow.slick-next {right: -1.52vw; background-size: 1.03vw;}
		.sec3_list {padding: 0 0.91vw; }
		.sec3_list a {box-shadow: 0 0 0.61vw rgba(0,0,0,0.2); border-radius: 1.52vw; }
		.sec3_list .img_wrap { height: 20.61vw; border-top-left-radius: 1.52vw; border-top-right-radius: 1.52vw; }
		.sec3_list .txt_wrap {border-bottom-left-radius: 1.52vw; border-bottom-right-radius: 1.52vw; padding: 2.42vw 2.12vw 4.24vw;}
		.sec3_list .txt_wrap h3 { font-size: 1.52vw; line-height: 2.00vw; }
		.sec3_list .txt_wrap .sec3_text_content {font-size: 1.21vw; margin-top: 0.61vw; }
		.sec3_list .txt_wrap span {   font-size: 1.21vw; line-height: 1.82vw;  margin-top: 1.21vw;}
	}

	@media (max-width: 1500px) {
		
		/* 퀵메뉴 */
		
		.quick_menu { right: 2.00vw; bottom: 2.00vw; }
		.quick_menu a + a {margin-top: 1.33vw;} 
		.quick_menu a { padding: 1.33vw 0; width: 6.67vw; height: 6.67vw;}
		.quick_ic {  width: 1.67vw; height: 2.00vw;}
		.quick_menu p { font-size: 1.00vw; line-height: 1.53vw;  margin-top: 0.67vw;}

		.quick_menu a.adm_btn p {line-height: 6.67vw;}


		/* 헤더 */

		#header {width: 100%; height: 6.00vw; }
		#header .head {width: 93.33vw;}
		#header .head h1 img {width: 5.73vw;}
		.gnb > li {  height: 6.00vw;}
		.gnb > li + li {margin-left: 2.67vw;}
		.gnb > li > a { line-height: 6.00vw;   font-size: 1.33vw;}
		.head_right span a {font-size: 1.07vw; line-height: 1.53vw; }
		.head_right span + span {margin-left: 2.67vw;}
		.head_right span + span:before {left: -1.33vw; height: 0.67vw; }
		.head_right span.search_ic {margin-left: 1.33vw; width: 1.33vw; height: 1.33vw; }

		

		.d_order_wrap {  top: 2.67vw; box-shadow: 0 0 1.00vw rgba(0,0,0,0.15); padding: 1.33vw; border-radius: 1.00vw; width: 8.33vw;}
		.d_order_wrap li a {  padding-left: 0.67vw; }
		.d_order_wrap li + li {margin-top: 0.67vw;}

		.head_search {height: 18.67vw; }
		.head_search_inner { max-width: 93.33vw; padding: 4.00vw 0;}
		.search_title { font-size: 1.87vw; line-height: 2.40vw; }
		.sch_form { width: 75.33vw; margin-top: 1.33vw;}
		.sch_menu {width: 100%; height: 5.00vw; border-radius: 3.33vw;  padding-left: 2.67vw;  font-size: 1.47vw;  padding-right: 4.67vw;}
		.sch_menu::placeholder { font-size: 1.47vw; }
		.sch_submit {right: 2.00vw;}
		.sch_submit img {width: 1.80vw;}
		.sch_text { font-size: 1.33vw; line-height: 1.87vw;  margin-top: 1.33vw; margin-left: 1.33vw;}
		.search_close { top: 4.00vw; width: 1.33vw; height: 1.20vw; }

		.gnb > li > a:before {bottom: 2.13vw;} 
		.gnb_2depth { left: -3.33vw; width: 66.67vw;}
		.gnb_2depth.shop {left: -13.33vw;}
		.gnb_2depth:before {width: 666.67vw; height: 5.67vw;}
		.gnb_2depth li { height: 5.67vw;}
		.gnb_2depth li + li {margin-left: 2.00vw;}
		.gnb_2depth li a {  line-height: 5.67vw;  font-size: 1.20vw; }
		.gnb_2depth li:hover a:before {bottom: 1.87vw;}


		/* 비주얼 */

		.visual { height: 62.67vw;}
		.vis_list.bg01 { height: 62.67vw;}
		.vis_list.bg02 { height: 62.67vw; }
		.vis_list.bg03 { height: 62.67vw; }
		.vis_list.bg04 { height: 62.67vw; }
		.vis_txt { top: 21.33vw; width: 93.33vw; }
		.vis_txt h2 { font-size: 3.67vw; line-height: 4.33vw; }
		.vis_txt h2 span {font-size: 5.33vw; line-height: 6.00vw; }
		.vis_txt p { font-size: 1.60vw; line-height: 2.13vw;  margin-top: 2.00vw;}
		.vis_slider .slick-dots {bottom: 4.67vw; }
		.vis_slider .slick-dots li {width: 0.47vw; height: 0.47vw; }
		.vis_slider .slick-dots li.slick-active:before {width: 2.00vw; height: 2.00vw; border: 0.13vw solid #fff; }
		.vis_slider .slick-dots li + li {margin-left: 2.00vw;}

		/* 섹션 1 */

		.section1 { padding: 8.67vw 0 7.33vw;}
		.inner { width: 93.33vw;}
		.section1:before {  top: 8.67vw; height: 31.33vw; border-top-right-radius: 3.33vw; border-bottom-right-radius: 3.33vw;}
		.sec1_wrap {min-height: 39.33vw;}
		.sec1_txt {padding-top: 6.00vw; max-width: 31.67vw;}
		.sec1_txt h2 { font-size: 3.00vw; line-height: 4.00vw; }
		.sec1_txt p { font-size: 1.47vw; line-height: 2.13vw;  margin-top: 0.67vw;}
		.sec1_txt a.more {  font-size: 1.07vw; line-height: 4.67vw; line-height: 4.67vw; border-radius: 3.33vw; padding: 0 2.67vw; margin-top: 2.67vw;  box-shadow: 0 0 1.00vw rgba(0,0,0,0.25);}
		.sec1_txt .direction { margin-top: 8.67vw;}
		.sec1_txt .direction span {  width: 4.67vw; height: 4.67vw; box-shadow: 0 0 1.00vw rgba(0,0,0,0.25); }
		.sec1_txt .direction span.sec1_prev {background-size: 1.13vw;}
		.sec1_txt .direction span.sec1_next {background-size: 1.13vw; margin-left: 1.00vw;}
		.sec1_slider { top: 6.00vw; left: 35.33vw; width: 80.00vw; margin: -1.00vw;}
		.sec1_slider .sec1_list {padding: 1.00vw; }
		.sec1_slider .sec1_list .img_wrap { height: 19.33vw; border-top-left-radius: 1.67vw; border-top-right-radius: 1.67vw;  box-shadow: 0 0 1.00vw rgba(0,0,0,0.25);}
		.sec1_slider .sec1_list .txt_wrap {padding: 3.00vw 2.33vw 4.00vw; border-bottom-left-radius: 1.67vw; border-bottom-right-radius: 1.67vw; box-shadow: 0 0 1.00vw rgba(0,0,0,0.25);}
		.sec1_slider .sec1_list .txt_wrap h3 { font-size: 1.67vw; line-height: 2.13vw; }
		.sec1_slider .sec1_list .txt_wrap .txt_content { font-size: 1.33vw; margin-top: 0.67vw;}
		.sec1_slider .sec1_list .txt_wrap span {  font-size: 1.33vw; line-height: 1.87vw;  margin-top: 1.33vw;}

		.sec1_slider .sec1_list .dd_price {  font-size: 1.33vw;  margin-top: 0.67vw;}

		/* 섹션 2*/

		.section2 {padding-bottom: 10.00vw;}
		.sec2_tbl_wrap ul li + li {margin-top: 4.67vw;}
		.sec2_tbl_txt.right {padding-left: 5.33vw;}
		.sec2_tbl_txt h3 { font-size: 3.00vw; line-height: 3.67vw; }
		.sec2_tbl_txt p { font-size: 1.47vw; line-height: 2.00vw;  margin-top: 0.67vw;}
		.sec2_tbl_txt a {  height: 4.67vw; line-height: 4.67vw; border-radius: 3.33vw; padding: 0 2.67vw; box-shadow: 0 0 1.00vw rgba(0,0,0,0.25);  font-size: 1.20vw;  margin-top: 2.67vw;}

		.sec2_logo { margin: 2.00vw 0;}
		.sec2_logo img {width: 12.00vw;}

		/* 섹션 3 */

		.section3 { padding: 8.00vw 0 10.00vw; }
		.section3:before {height: 7.67vw; }
		.sec3_txt h2 { font-size: 3.00vw; line-height: 4.00vw; }
		.sec3_txt p { font-size: 1.47vw; line-height: 2.00vw;  margin-top: 0.67vw;}
		.sec3_slider {margin: 3.33vw -1.00vw 0;}
		.sec3_slider .slick-arrow {width: 4.67vw; height: 4.67vw; box-shadow: 0 0 1.00vw rgba(0,0,0,0.15);}
		.sec3_slider .slick-arrow.slick-prev {left: -1.67vw; background-size: 1.13vw;}
		.sec3_slider .slick-arrow.slick-next {right: -1.67vw; background-size: 1.13vw;}
		.sec3_list {padding: 0 1.00vw; }
		.sec3_list a {box-shadow: 0 0 0.67vw rgba(0,0,0,0.2); border-radius: 1.67vw; }
		.sec3_list .img_wrap { height: 22.67vw; border-top-left-radius: 1.67vw; border-top-right-radius: 1.67vw; }
		.sec3_list .txt_wrap {border-bottom-left-radius: 1.67vw; border-bottom-right-radius: 1.67vw; padding: 2.67vw 2.33vw 4.67vw;}
		.sec3_list .txt_wrap h3 { font-size: 1.67vw; line-height: 2.20vw; }
		.sec3_list .txt_wrap .sec3_text_content {font-size: 1.33vw; margin-top: 0.67vw; }
		.sec3_list .txt_wrap span {   font-size: 1.33vw; line-height: 2.00vw;  margin-top: 1.33vw;}

		/* 섹션 4 */
	
		.section4 {padding: 6.67vw 0 0;}
		.sec4_txt h2 { font-size: 3.00vw; line-height: 3.67vw; }
		.sec4_txt h2 span {  font-size: 1.47vw; line-height: 2.00vw;  margin-left: 1.33vw;}
		.sec4_menu {margin-top: 3.33vw;}
		.sec4_menu ul { margin: 0 -0.67vw;}
		.sec4_menu ul li {padding: 0 0.67vw;}
		.sec4_menu ul li a {  padding: 4.67vw 3.33vw; border-top-left-radius: 1.67vw; border-top-right-radius: 1.67vw;}
		.sec4_menu ul li.notice a:before {  right: 3.33vw; width: 6.67vw; height: 7.07vw; }
		.sec4_menu ul li.event a:before {  right: 3.33vw; width: 6.67vw; height: 6.67vw; }
		.sec4_menu ul li a h3 { font-size: 2.33vw; line-height: 4.00vw; }
		.sec4_menu ul li a p { font-size: 1.47vw; line-height: 2.00vw; margin-top: 0.67vw;}
		.sec4_menu ul li a span {  height: 3.67vw; border: 0.13vw solid #555; padding: 0 2.00vw; line-height: 3.40vw; font-size: 1.07vw;  margin-top: 3.33vw; border-radius: 3.33vw;}
		.sec4_menu ul li.event a span { border: 0.13vw solid #fff;}

		/* 공지사항 이벤트 새로 */

		.section4.new_section4 {padding: 6.67vw 0;}
		.board_wrap { margin: 0 -2.00vw;}
		.board_wrap > li { padding: 0 2.00vw;}
		.board_wrap > li.board_lt {width: calc(100% - 34.67vw);}
		.board_wrap > li.board_rt {width: 34.67vw;}
		.board_txt {margin-bottom: 2.00vw;}
		.board_txt h2 {font-size: 3.00vw;  }
		.board_txt h2 span {font-size: 1.47vw;  }
		.notice_menu { margin: -0.67vw;}
		.notice_menu > li { padding: 0.67vw;}
		.notice_menu > li > a { padding: 2.00vw; border-radius: 1.67vw;}
		.notice_menu > li > a h2 {font-size: 1.67vw;}
		.notice_menu > li > a .notice_content {font-size: 1.20vw; margin-top: 1.33vw;}
		.notice_menu > li > a span {font-size: 1.07vw;   margin-top: 2.00vw}
		.notice_menu > li > a span .time_ic {  width: 1.27vw; height: 1.27vw; margin-right: 0.33vw;}
		.board_txt .direction span {width: 0.87vw; height: 1.40vw;}
		.board_txt .direction span.ev_next {margin-left: 2.67vw;}
		.board_txt .direction span.ev_next:before {left: -1.33vw; height: 1.33vw; }

		.event_list a .img_wrap { border-radius: 1.67vw; height: 34.67vw;}
		.event_list .txt_wrap {margin-top: 1.00vw;}
		.event_list .txt_wrap h2 {font-size: 1.67vw;  }
		.event_list .txt_wrap .txt_content {font-size: 1.33vw; }

		.d_cate_list_wrap { top: 2.00vw; left: 2.00vw; }
		.cate_list {font-size: 1.20vw;   width: 7.33vw; height: 2.33vw; border-radius: 3.33vw;}


		/* 푸터 */

		#footer {padding: 4.67vw 0;}
		.foot { width: 93.33vw; min-height: 14.00vw; }
		.ft_tp {padding-bottom: 2.00vw;}
		.ft_tp_lt h2 { font-size: 2.80vw; line-height: 3.33vw; }
		.ft_tp_lt h2 em {font-size: 1.13vw; line-height: 1.53vw; }
		.ft_tp_lt span {font-size: 1.00vw; line-height: 1.67vw;  margin-left: 1.33vw;}
		.ft_tp_rt ul li + li {margin-left: 1.00vw;}
		.ft_tp_rt ul li a { width: 2.67vw; height: 2.67vw;}
		.ft_tp_rt ul li:nth-child(1) a {background-size: 1.67vw;}
		.ft_tp_rt ul li:nth-child(2) a {background-size: 0.87vw;}
		.ft_tp_rt ul li:nth-child(3) a {background-size: 1.27vw;}
		
		.ft_menu {padding-top: 2.00vw;}
		.ft_menu1 span + span {margin-left: 1.33vw;}
		.ft_menu1 span a { font-size: 1.07vw; line-height: 1.53vw; }
		.ft_menu2 {margin-top: 1.33vw;}
		.ft_menu2 span {   font-size: 1.07vw; line-height: 1.47vw; }
		.ft_menu2 span + span {margin-left: 1.33vw;}
		.ft_menu2 span strong {margin-right: 0.67vw;}
		.ft_menu2 span:last-child {margin-left: 0; margin-top: 0.67vw;}
		.ft_menu3 {margin-top: 0.67vw;}
		.ft_menu3 {margin-top: 0.67vw;}
		.ft_menu3 span {   font-size: 1.00vw; line-height: 1.47vw; }
		.ft_menu3 span + span {margin-left: 1.33vw;}
		.ft_menu3 span .dpunch_ic {width: 6.67vw; height: 0.67vw; margin-left: 0.67vw;}

	}

	@media (max-width: 1024px) {
		
		/* 퀵메뉴 */
		
		.quick_menu { right: 2.93vw; bottom: 2.93vw;}
		.quick_menu a { padding: 1.95vw 0;  width: 9.77vw; height: 9.77vw;}
		.quick_menu a + a {margin-top: 1.33vw;}
		.quick_ic {  width: 2.44vw; height: 2.93vw;}
		.quick_menu p { font-size: 1.46vw; line-height: 2.25vw;  margin-top: 0.98vw;}

		.quick_menu a.adm_btn p {line-height: 9.77vw;}


		/* 헤더 */

		#header {width: 100%; height: 8.79vw; padding: 0 3.91vw;}
		#header .head {width: 100%;}
		#header .head h1 img {width: 8.40vw;}
		.gnb > li {  height: 8.79vw;}
		.gnb > li + li {margin-left: 3.91vw;}
		.gnb > li > a { line-height: 8.79vw;   font-size: 1.95vw;}
		.head_right span a {font-size: 1.56vw; line-height: 2.25vw; }
		.head_right span + span {margin-left: 3.91vw;}
		.head_right span + span:before {left: -1.95vw; height: 0.98vw; }
		.head_right span.search_ic {margin-left: 1.95vw; width: 1.95vw; height: 1.95vw; }

		#header:hover .head_right span.search_ic {background: url("/images/search_mob_ic_on.png") center no-repeat; background-size: 100%;}
		#header:hover .head_right span.head_btn {background: url("/images/head_btn_on.png") center no-repeat; background-size: 100%;}

		.head_right span.d_bell {margin-right: 1.30vw; margin-top: 0;}
		.head_right span.d_bell i {font-size: 2.93vw;}

		.head_bg.on {display: block;}
		.head_bg {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2500; background: rgba(0,0,0,0.5);}
		.head_bg_inner {float: right; width: 78.13vw; height: 100%; background: #fff; padding: 0 1.95vw; overflow-y: auto;}
		.head_bg_tp {height: 9.77vw; position: relative; }
		.head_bg_tp h1 {position: absolute; top: 50%; transform: translateY(-50%); left: 0;}
		.head_bg_tp h1 img {width: 8.40vw;}
		.head_bg_tp .head_close_btn {position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 2.93vw; height: 2.73vw; background: url("/images/close_btn.png") center no-repeat; background-size: 100%; cursor: pointer;}
		.head_regi_wrap {position: relative; padding: 2.93vw 0; border-top: 0.10vw solid #e1e1e1; margin: 0 -0.49vw; }
		.head_regi_wrap:after {content: ""; display: block; clear: both;}
		.head_regi_wrap span {float: left; width: 50%; padding: 0 0.49vw;}
		.head_regi_wrap span a {display: block; height: 6.84vw; line-height: 6.64vw; text-align: center; font-size: 2.44vw;  border-radius: 4.88vw}
		.head_regi_wrap span.login a {border: 0.10vw solid #000; color: #000;}
		.head_regi_wrap span.register a {background: #000; color: #fff;}

		.head_order_wrap {position: relative; margin: 2.93vw 0 4.88vw;}
		.head_order_wrap ul {position: relative; margin: 0 -0.98vw;}
		.head_order_wrap ul:after {content: ""; display: block; clear: both;}
		.head_order_wrap ul li {position: relative; float: left; width: 33.33%; padding: 0 0.98vw;}
		.head_order_wrap ul li + li:before {content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 4.88vw; background: #ccc;}
		.head_order_wrap ul li a {display: block;  text-align: center; font-size: 2.54vw; line-height: 3.22vw; color: #000; margin-top: 0.98vw;}
		.head_order_wrap .cart_ic {display: inline-block; width: 4.30vw; height: 4.30vw; background: url("/images/dp_cart_ic.png") center no-repeat; background-size: 100%;}
		.head_order_wrap .wish_ic {display: inline-block; width: 6.15vw; height: 5.37vw; background: url("/images/dp_wish_ic.png") center no-repeat; background-size: 100%;}
		.head_order_wrap .buy_ic {display: inline-block; width: 8.69vw; height: 5.37vw; background: url("/images/dp_buy_ic2.png") center no-repeat; background-size: 8.69vw;}

		.accordion > li:last-child {border-bottom: 0.10vw solid #e1e1e1;}
		.accordion .link {position: relative; cursor: pointer; padding: 0 4.88vw; display: block;  color: #14151a;  font-size: 3.42vw;  font-weight: 700; border-top: 0.10vw solid #e1e1e1; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease;  transition: all 0.4s ease; height: 9.77vw; line-height: 9.57vw;  background: url("/images/head_mob_arrow.png") 95% center no-repeat; background-size: 2.44vw 1.27vw;}
		.accordion .link a {display: block;}
		.accordion li.open .link { color: #000; background: #fae100 url("/images/head_mob_arrow_on.png") 95% center no-repeat; background-size: 2.44vw; border-bottom: 0;}
		.submenu {display: none;  padding: 3.91vw 4.88vw; border-top: 0.10vw solid #e1e1e1;}
		.submenu li + li {margin-top: 1.95vw;}
		.submenu a {position: relative; display: inline-block;  color: #000;  font-size: 2.73vw;  line-height: 3.52vw;}
		.submenu a:hover:before {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #000;}

		.accordion .link.dd_none {background: none;}
		.accordion li.open .link.dd_none {background: none;}

		.gnb {display: none;}
		.head_right span.login {display: none;}
		.head_right span.register {display: none;}
		.head_right span.d_order {display: none;}
		.head_right span.search_ic {margin-left: 0; width: 2.93vw; height: 2.93vw; background: url("/images/search_mob_ic.png") center no-repeat; background-size: 100%;}
		.head_right span.head_btn {display: inline-block; width: 4.39vw; height: 2.93vw; background: url("/images/head_btn.png") center no-repeat; background-size: 100%; cursor: pointer;}

		.d_order_wrap {  top: 3.91vw; box-shadow: 0 0 1.46vw rgba(0,0,0,0.15); padding: 1.95vw; border-radius: 1.46vw; width: 12.21vw;}
		.d_order_wrap li a {  padding-left: 0.98vw; }
		.d_order_wrap li + li {margin-top: 0.98vw;}

		.head_search {height: 27.34vw; }
		.head_search_inner { max-width: 100%; padding: 5.86vw 3.91vw;}
		.search_title { font-size: 2.73vw; line-height: 3.52vw; }
		.sch_form { width: 92.19vw; margin-top: 1.95vw; }
		.sch_menu {width: 100%; height: 7.32vw; border-radius: 4.88vw; padding-left: 3.91vw;  font-size: 2.15vw;  padding-right: 6.84vw;}
		.sch_menu::placeholder { font-size: 2.15vw; }
		.sch_submit {right: 2.93vw;}
		.sch_submit img {width: 2.64vw;}
		.sch_text { font-size: 1.95vw; line-height: 2.73vw;  margin-top: 1.95vw; margin-left: 1.95vw;}
		.search_close { top: 5.86vw; right: 3.91vw; width: 1.95vw; height: 1.76vw; }

		.gnb > li > a:before {top: 1.95vw; width: 0.49vw; height: 0.49vw; } 
		.gnb_2depth { left: -4.88vw; width: 97.66vw;}
		.gnb_2depth.shop {left: -19.53vw;}
		.gnb_2depth:before {width: 976.56vw; height: 8.30vw;}
		.gnb_2depth li { height: 8.30vw;}
		.gnb_2depth li + li {margin-left: 2.93vw;}
		.gnb_2depth li a {  line-height: 8.30vw;  font-size: 1.76vw; }
		.gnb_2depth li:hover a:before {bottom: 1.95vw;}

		/* 비주얼 */

		.visual { height: 91.80vw;}
		.vis_list.bg01 { height: 91.80vw;}
		.vis_list.bg02 { height: 91.80vw; }
		.vis_list.bg03 { height: 91.80vw; }
		.vis_list.bg04 { height: 91.80vw; }
		.vis_txt { top: 31.25vw; width: 100%; padding-right: 3.91vw;}
		.vis_txt h2 { font-size: 5.37vw; line-height: 6.35vw; }
		.vis_txt h2 span {font-size: 7.81vw; line-height: 8.79vw; }
		.vis_txt p { font-size: 2.34vw; line-height: 3.13vw;  margin-top: 2.93vw;}
		.vis_slider .slick-dots {bottom: 6.84vw; }
		.vis_slider .slick-dots li {width: 0.68vw; height: 0.68vw; }
		.vis_slider .slick-dots li.slick-active:before {width: 2.93vw; height: 2.93vw; border: 0.20vw solid #fff; }
		.vis_slider .slick-dots li + li {margin-left: 2.93vw;}

		/* 섹션 1 */

		.section1 { padding: 12.70vw 3.91vw 10.74vw;}
		.inner { width: 100%;}
		.section1:before {  top: 12.70vw; height: 45.90vw; border-top-right-radius: 4.88vw; border-bottom-right-radius: 4.88vw;}
		.sec1_wrap {min-height: 57.62vw;}
		.sec1_txt {padding-top: 8.79vw; max-width: 46.39vw;}
		.sec1_txt h2 { font-size: 4.39vw; line-height: 5.86vw; }
		.sec1_txt p { font-size: 2.15vw; line-height: 3.13vw;  margin-top: 0.98vw;}
		.sec1_txt a.more {  font-size: 1.56vw; line-height: 6.84vw; line-height: 6.84vw; border-radius: 4.88vw; padding: 0 3.91vw; margin-top: 3.91vw;  box-shadow: 0 0 1.46vw rgba(0,0,0,0.25);}
		.sec1_txt .direction { margin-top: 12.70vw; text-align: left;}
		.sec1_txt .direction span {  width: 6.84vw; height: 6.84vw; box-shadow: 0 0 1.46vw rgba(0,0,0,0.25); }
		.sec1_txt .direction span.sec1_prev {background-size: 1.66vw;}
		.sec1_txt .direction span.sec1_next {background-size: 1.66vw; margin-left: 1.46vw;}
		.sec1_slider { top: 8.79vw; left: 39.06vw; width: 117.19vw; margin: -1.46vw;}
		.sec1_slider .sec1_list {padding: 1.46vw; }
		.sec1_slider .sec1_list .img_wrap { height: 28.32vw; border-top-left-radius: 2.44vw; border-top-right-radius: 2.44vw;  box-shadow: 0 0 1.46vw rgba(0,0,0,0.25);}
		.sec1_slider .sec1_list .txt_wrap {padding: 4.39vw 3.42vw 5.86vw; border-bottom-left-radius: 2.44vw; border-bottom-right-radius: 2.44vw; box-shadow: 0 0 1.46vw rgba(0,0,0,0.25);}
		.sec1_slider .sec1_list .txt_wrap h3 { font-size: 2.44vw; line-height: 3.13vw; }
		.sec1_slider .sec1_list .txt_wrap .txt_content { font-size: 1.95vw; margin-top: 0.98vw;}
		.sec1_slider .sec1_list .txt_wrap span {  font-size: 1.95vw; line-height: 2.73vw;  margin-top: 1.95vw;}

		.dd_price {  font-size: 1.95vw;  margin-top: 0.98vw;}

		/* 섹션 2*/

		.section2 {padding: 0 3.91vw; padding-bottom: 14.65vw;}
		.sec2_tbl_wrap ul.pc {display: none;}
		.sec2_tbl_wrap ul.mob {display: block;}
		.sec2_tbl_wrap ul li {display: block;}
		.sec2_tbl_wrap ul li + li {margin-top: 6.84vw;}
		.sec2_tbl_img {display: block; width: 100%;}
		.sec2_tbl_txt {display: block; width: 100%; margin-top: 6.84vw;}
		.sec2_tbl_txt.right {padding-left: 7.81vw;}
		.sec2_tbl_txt h3 { font-size: 4.39vw; line-height: 5.37vw; }
		.sec2_tbl_txt p { font-size: 2.15vw; line-height: 2.93vw;  margin-top: 0.98vw;}
		.sec2_tbl_txt a {  height: 6.84vw; line-height: 6.84vw; border-radius: 4.88vw; padding: 0 3.91vw; box-shadow: 0 0 1.46vw rgba(0,0,0,0.25);  font-size: 1.76vw;  margin-top: 3.91vw;}

		.sec2_logo { margin: 2.93vw 0;}
		.sec2_logo img {width: 17.58vw;}

		/* 섹션 3 */

		.section3 { padding: 11.72vw 3.91vw 14.65vw; }
		.section3:before {height: 11.23vw; }
		.sec3_txt h2 { font-size: 4.39vw; line-height: 5.86vw; }
		.sec3_txt p { font-size: 2.15vw; line-height: 2.93vw;  margin-top: 0.98vw;}
		.sec3_slider {margin: 4.88vw -1.46vw 0;}
		.sec3_slider .slick-arrow {width: 6.84vw; height: 6.84vw; box-shadow: 0 0 1.46vw rgba(0,0,0,0.15);}
		.sec3_slider .slick-arrow.slick-prev {left: -2.44vw; background-size: 1.66vw;}
		.sec3_slider .slick-arrow.slick-next {right: -2.44vw; background-size: 1.66vw;}
		.sec3_list {padding: 0 1.46vw; }
		.sec3_list a {box-shadow: 0 0 0.98vw rgba(0,0,0,0.2); border-radius: 2.44vw; }
		.sec3_list .img_wrap { height: 33.20vw; border-top-left-radius: 2.44vw; border-top-right-radius: 2.44vw; }
		.sec3_list .txt_wrap {border-bottom-left-radius: 2.44vw; border-bottom-right-radius: 2.44vw; padding: 3.91vw 3.42vw 6.84vw;}
		.sec3_list .txt_wrap h3 { font-size: 2.44vw; line-height: 3.22vw; }
		.sec3_list .txt_wrap .sec3_text_content {font-size: 1.95vw; margin-top: 0.98vw; }
		.sec3_list .txt_wrap span {   font-size: 1.95vw; line-height: 2.93vw;  margin-top: 1.95vw;}

		/* 섹션 4 */
	
		.section4 {padding: 9.77vw 3.91vw 0;}
		.sec4_txt h2 { font-size: 4.39vw; line-height: 5.37vw; }
		.sec4_txt h2 span {  font-size: 2.15vw; line-height: 2.93vw;  margin-left: 1.95vw;}
		.sec4_menu {margin-top: 4.88vw;}
		.sec4_menu ul { margin: 0 -0.98vw;}
		.sec4_menu ul li {padding: 0 0.98vw;}
		.sec4_menu ul li a {  padding: 6.84vw 4.88vw; border-top-left-radius: 2.44vw; border-top-right-radius: 2.44vw;}
		.sec4_menu ul li.notice a:before {top: auto; transform: translateY(0); bottom: 3.91vw;  right: 2.93vw; width: 9.77vw; height: 10.35vw; }
		.sec4_menu ul li.event a:before {top: auto; transform: translateY(0); bottom: 3.91vw;  right: 2.93vw; width: 9.77vw; height: 9.77vw; }
		.sec4_menu ul li a h3 { font-size: 3.42vw; line-height: 5.86vw; }
		.sec4_menu ul li a p { font-size: 2.15vw; line-height: 2.93vw; margin-top: 0.98vw;}
		.sec4_menu ul li a span {  height: 5.37vw; border: 0.20vw solid #555; padding: 0 2.93vw; line-height: 4.98vw; font-size: 1.56vw;  margin-top: 4.88vw; border-radius: 4.88vw;}
		.sec4_menu ul li.event a span { border: 0.20vw solid #fff;}

		/* 공지사항 이벤트 새로 */

		.section4.new_section4 {padding: 9.77vw 3.91vw;}
		.board_wrap { margin: -2.93vw 0;}
		.board_wrap > li { padding: 2.93vw 0;}
		.board_wrap > li.board_lt {width: 100%;}
		.board_wrap > li.board_rt {width: 100%;}
		.board_txt {margin-bottom: 2.93vw;}
		.board_txt h2 {font-size: 4.39vw;  }
		.board_txt h2 span {font-size: 2.15vw;  }
		.notice_menu { margin: -0.98vw;}
		.notice_menu > li { padding: 0.98vw;}
		.notice_menu > li > a { padding: 2.93vw; border-radius: 2.44vw;}
		.notice_menu > li > a h2 {font-size: 2.44vw;}
		.notice_menu > li > a .notice_content {font-size: 1.76vw; margin-top: 1.95vw;}
		.notice_menu > li > a span {font-size: 1.56vw;   margin-top: 2.93vw}
		.notice_menu > li > a span .time_ic {  width: 1.86vw; height: 1.86vw; margin-right: 0.49vw;}
		.board_txt .direction span {width: 1.27vw; height: 2.05vw;}
		.board_txt .direction span.ev_next {margin-left: 3.91vw;}
		.board_txt .direction span.ev_next:before {left: -1.95vw; height: 1.95vw; }

		.event_list a .img_wrap {border-radius: 2.44vw; height: 50.78vw;}
		.event_list a img {width: 100%;}
		.event_list .txt_wrap {margin-top: 1.46vw;}
		.event_list .txt_wrap h2 {font-size: 2.44vw;  }
		.event_list .txt_wrap .txt_content {font-size: 1.95vw;}

		.d_cate_list_wrap { top: 2.93vw; left: 2.93vw; }
		.cate_list {font-size: 1.76vw;   width: 10.74vw; height: 3.42vw; border-radius: 4.88vw;}


		/* 푸터 */

		#footer {padding: 6.84vw 3.91vw;}
		.foot { width: 100%; min-height: 20.51vw; }
		.ft_tp {padding-bottom: 2.93vw;}
		.ft_tp_lt h2 { font-size: 4.10vw; line-height: 4.88vw; }
		.ft_tp_lt h2 em {font-size: 1.66vw; line-height: 2.25vw; }
		.ft_tp_lt span {font-size: 1.46vw; line-height: 2.44vw;  margin-left: 1.95vw;}
		.ft_tp_rt ul li + li {margin-left: 1.46vw;}
		.ft_tp_rt ul li a { width: 3.91vw; height: 3.91vw;}
		.ft_tp_rt ul li:nth-child(1) a {background-size: 2.44vw;}
		.ft_tp_rt ul li:nth-child(2) a {background-size: 1.27vw;}
		.ft_tp_rt ul li:nth-child(3) a {background-size: 1.86vw;}

		.ft_tp_lt {width: 70%;}
		.ft_tp_rt {width: 30%;}
		
		.ft_menu {padding-top: 2.93vw;}
		.ft_menu1 span + span {margin-left: 1.95vw;}
		.ft_menu1 span a { font-size: 1.56vw; line-height: 2.25vw; }
		.ft_menu2 {margin-top: 1.95vw;}
		.ft_menu2 span {   font-size: 1.56vw; line-height: 2.15vw; }
		.ft_menu2 span:nth-child(4) {clear: both; margin-left: 0;}
		.ft_menu2 span:nth-child(n+4) {margin-top: 0.98vw;}
		.ft_menu2 span + span {margin-left: 1.95vw;}
		.ft_menu2 span:last-child {margin-left: 1.95vw; margin-top: 0.98vw;}
		.ft_menu3 {margin-top: 0.67vw;}
		.ft_menu2 span strong {margin-right: 0.98vw;}
		.ft_menu3 {margin-top: 0.98vw;}
		.ft_menu3 span {   font-size: 1.46vw; line-height: 2.15vw; }
		.ft_menu3 span + span {margin-left: 1.95vw;}
		.ft_menu3 span .dpunch_ic {width: 9.77vw; height: 0.98vw; margin-left: 0.98vw;}
	}

	@media (max-width: 768px) {
		
		/* 퀵메뉴 */
		
		.quick_menu { right: 3.91vw; bottom: 3.91vw; }
		.quick_menu a { padding: 2.60vw 0; width: 13.02vw; height: 13.02vw;}
		.quick_menu a + a {margin-top: 2.60vw;}
		.quick_ic {  width: 3.26vw; height: 3.91vw;}
		.quick_menu p { font-size: 2.34vw; line-height: 3.39vw;  margin-top: 0;}

		.quick_menu a.adm_btn p {line-height: 13.02vw;}

		/* 헤더 */

		#header {height: 16.93vw; padding: 0 2.60vw;}
		#header .head h1 img {width: 11.20vw;}
		.gnb {display: none;}

		.head_right span a {font-size: 2.08vw; line-height: 2.99vw; }
		.head_right span + span {margin-left: 5.21vw;}
		.head_right span + span:before {left: -2.60vw; height: 2.60vw; }
		.head_right span.login {display: none;}
		.head_right span.register {display: none;}
		.head_right span.search_ic {margin-left: 0; width: 3.91vw; height: 3.91vw; background: url("/images/search_mob_ic.png") center no-repeat; background-size: 100%;}
		.head_right span.head_btn {display: inline-block; width: 5.86vw; height: 3.91vw; background: url("/images/head_btn.png") center no-repeat; background-size: 100%; cursor: pointer;}

		.head_right span.d_bell {margin-right: 1.30vw;}
		.head_right span.d_bell i {font-size: 3.91vw;}

		.head_bg.on {display: block;}
		.head_bg {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2500; background: rgba(0,0,0,0.5);}
		.head_bg_inner {float: right; width: 78.13vw; height: 100%; background: #fff; padding: 0 2.60vw;}
		.head_bg_tp {height: 13.02vw; position: relative; }
		.head_bg_tp h1 {position: absolute; top: 50%; transform: translateY(-50%); left: 0;}
		.head_bg_tp h1 img {width: 11.20vw;}
		.head_bg_tp .head_close_btn {position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 3.91vw; height: 3.65vw; background: url("/images/close_btn.png") center no-repeat; background-size: 100%; cursor: pointer;}
		.head_regi_wrap {position: relative; padding: 3.91vw 0; border-top: 1px solid #e1e1e1; margin: 0 -0.65vw; }
		.head_regi_wrap:after {content: ""; display: block; clear: both;}
		.head_regi_wrap span {float: left; width: 50%; padding: 0 0.65vw;}
		.head_regi_wrap span a {display: block; height: 9.11vw; line-height: 8.85vw; text-align: center; font-size: 3.26vw;  border-radius: 6.51vw}
		.head_regi_wrap span.login a {border: 1px solid #000; color: #000;}
		.head_regi_wrap span.register a {background: #000; color: #fff;}

		.head_order_wrap {position: relative; margin: 3.91vw 0 6.51vw;}
		.head_order_wrap ul {position: relative; margin: 0 -1.30vw;}
		.head_order_wrap ul li {padding: 0 1.30vw;}
		.head_order_wrap ul li + li:before {height: 6.51vw; }
		.head_order_wrap ul li a {font-size: 3.39vw; line-height: 4.30vw; margin-top: 1.30vw;}
		.head_order_wrap .cart_ic {width: 5.73vw; height: 5.73vw; }
		.head_order_wrap .wish_ic {width: 8.20vw; height: 7.16vw; }
		.head_order_wrap .buy_ic { width: 11.59vw; height: 7.16vw; background-size: 11.59vw}

		.accordion > li:last-child {border-bottom: 1px solid #e1e1e1;}
		.accordion .link {position: relative; cursor: pointer; padding: 0 6.51vw; display: block;  color: #14151a;  font-size: 4.56vw;  font-weight: 700; border-top: 0.13vw solid #e1e1e1; height: 13.02vw; line-height: 12.76vw;  background: url("/images/head_mob_arrow.png") 95% center no-repeat; background-size: 3.26vw 1.69vw;}
		.accordion .link a {display: block;}
		.accordion li.open .link { background-size: 3.26vw; border-bottom: 0;}
		.submenu {display: none;  padding: 5.21vw 6.51vw;}
		.submenu li + li {margin-top: 2.60vw;}
		.submenu a {font-size: 3.65vw;  line-height: 4.69vw;  }

		.accordion .link.dd_none {background: none;}
		.accordion li.open .link.dd_none {background: none;}

		.head_search {height: auto; }
		.head_search_inner { max-width: 100%; padding: 7.81vw 2.60vw;}
		.search_title { font-size: 3.65vw; line-height: 4.69vw; }
		.sch_form { width: 94.79vw; margin-top: 2.60vw; }
		.sch_menu {width: 100%; height: 9.77vw; border-radius: 6.51vw; padding-left: 5.21vw;  font-size: 3.65vw;  padding-right: 9.11vw;}
		.sch_menu::placeholder { font-size: 3.65vw; }
		.sch_submit { right: 3.91vw;}
		.sch_submit img {width: 3.52vw;}
		.sch_text { font-size: 3.13vw; line-height: 4.17vw;  margin-top: 2.60vw; margin-left: 2.60vw; word-break: keep-all;}
		.search_close { top: 7.81vw; right: 5.21vw; width: 3.91vw; height: 3.65vw; background: url("/images/close_btn.png") center no-repeat; background-size: 100%;}

		#header:hover .head_right span.search_ic {background: url("/images/search_mob_ic_on.png") center no-repeat; background-size: 100%;}
		#header:hover .head_right span.head_btn {background: url("/images/head_btn_on.png") center no-repeat; background-size: 100%;}


		/* 비주얼 */

		.visual { height: 122.40vw;}
		.vis_list.bg01 { height: 122.40vw; background: url("/images/vis_mob_img1.jpg") center no-repeat; background-size: cover;}
		.vis_list.bg02 { height: 122.40vw; background: url("/images/vis_mob_img2.jpg") center no-repeat; background-size: cover;}
		.vis_list.bg03 { height: 122.40vw; background: url("/images/vis_mob_img3.jpg") center no-repeat; background-size: cover;}
		.vis_txt { bottom: 26.04vw; top: auto; width: 100%; padding-right: 2.60vw;}
		.vis_txt h2 { font-size: 7.16vw; line-height: 8.46vw; }
		.vis_txt h2 span {font-size: 10.42vw; line-height: 11.72vw; }
		.vis_txt p { font-size: 3.13vw; line-height: 4.17vw;  margin-top: 3.91vw;}
		.vis_slider .slick-dots {bottom: 9.11vw; }
		.vis_slider .slick-dots li {width: 0.91vw; height: 0.91vw; }
		.vis_slider .slick-dots li.slick-active:before {width: 3.91vw; height: 3.91vw; border: 0.26vw solid #fff; }
		.vis_slider .slick-dots li + li {margin-left: 3.91vw;}

		/* 섹션 1 */

		.section1 { padding: 13.02vw 2.60vw 14.32vw;}
		.section1:before {top: 0; width: 100%; height: 61.20vw; border-top-right-radius: 0; border-bottom-right-radius: 0;}
		.sec1_wrap {min-height: 76.82vw;}
		.sec1_txt {padding-top: 0; max-width: 100%; text-align: center; margin-bottom: 6.51vw;}
		.sec1_txt h2 { font-size: 5.86vw; line-height: 7.81vw; }
		.sec1_txt p { font-size: 3.13vw; line-height: 4.17vw;  margin-top: 1.30vw;}
		.sec1_txt a.more {  font-size: 2.08vw; line-height: 9.11vw; line-height: 9.11vw; border-radius: 6.51vw; padding: 0 5.21vw; margin-top: 5.21vw;  box-shadow: 0 0 1.95vw rgba(0,0,0,0.25);}
		.sec1_txt .direction.pc {display: none;}
		.direction.mob {display: block; text-align: center; margin-top: 9.11vw;}
		.direction.mob span {display: inline-block;  width: 9.11vw; height: 9.11vw; box-shadow: 0 0 1.95vw rgba(0,0,0,0.25);  border-radius: 50%; cursor: pointer;}
		.direction.mob span.sec1_prev {background: #fff url("/images/prev_black.png") center no-repeat; background-size: 2.21vw; }
		.direction.mob span.sec1_next {margin-left: 1.95vw; background: #fff url("/images/next_black.png") center no-repeat; background-size: 2.21vw;}
		.sec1_slider {position: relative !important; top: auto; left: auto; width: 100%; margin: -1.30vw;}
		.sec1_slider .sec1_list {padding: 1.30vw; }
		.sec1_slider .sec1_list .img_wrap { height: 37.76vw; border-top-left-radius: 3.26vw; border-top-right-radius: 3.26vw;  box-shadow: 0 0 1.95vw rgba(0,0,0,0.25);}
		.sec1_slider .sec1_list .txt_wrap {padding: 5.86vw 4.56vw 7.81vw; border-bottom-left-radius: 3.26vw; border-bottom-right-radius: 3.26vw; box-shadow: 0 0 1.95vw rgba(0,0,0,0.25);}
		.sec1_slider .sec1_list .txt_wrap h3 { font-size: 3.26vw; line-height: 4.17vw; }
		.sec1_slider .sec1_list .txt_wrap .txt_content { font-size: 3.13vw; margin-top: 1.30vw;}
		.sec1_slider .sec1_list .txt_wrap span {  font-size: 3.13vw; line-height: 4.17vw;  margin-top: 2.60vw;}

		.dd_price {  font-size: 3.13vw;  margin-top: 1.30vw;}

		/* 섹션 2*/

		.section2 {padding: 0 2.60vw; padding-bottom: 19.53vw;}

		.sec2_tbl_wrap ul li + li {margin-top: 9.11vw;}
		.sec2_tbl_txt {margin-top: 9.11vw;}
		.sec2_tbl_txt h3 { font-size: 5.86vw; line-height: 7.16vw; }
		.sec2_tbl_txt p { font-size: 3.13vw; line-height: 4.17vw;  margin-top: 1.30vw;}
		.sec2_tbl_txt a {  height: 9.11vw; line-height: 9.11vw; border-radius: 6.51vw; padding: 0 5.21vw; box-shadow: 0 0 1.95vw rgba(0,0,0,0.25);  font-size: 2.34vw;  margin-top: 5.21vw;}

		.sec2_logo { margin: 3.91vw 0;}
		.sec2_logo img {width: 23.44vw;}

		/* 섹션 3 */

		.section3 { padding: 15.63vw 2.60vw 19.53vw; }
		.section3:before {height: 14.97vw; }
		.sec3_txt h2 { font-size: 5.86vw; line-height: 7.81vw; }
		.sec3_txt p { font-size: 3.13vw; line-height: 4.17vw;  margin-top: 1.30vw;}
		.sec3_slider {margin: 6.51vw -0.65vw 0;}
		.sec3_slider .slick-arrow {width: 9.11vw; height: 9.11vw; box-shadow: 0 0 1.95vw rgba(0,0,0,0.15);}
		.sec3_slider .slick-arrow.slick-prev {left: -1.30vw; background-size: 2.21vw;}
		.sec3_slider .slick-arrow.slick-next {right: -1.30vw; background-size: 2.21vw;}
		.sec3_list {padding: 0 0.65vw; }
		.sec3_list a {box-shadow: 0 0 1.30vw rgba(0,0,0,0.2); border-radius: 3.26vw; }
		.sec3_list .img_wrap { height: 44.27vw; border-top-left-radius: 3.26vw; border-top-right-radius: 3.26vw; }
		.sec3_list .txt_wrap {border-bottom-left-radius: 3.26vw; border-bottom-right-radius: 3.26vw; padding: 5.21vw 4.56vw 9.11vw;}
		.sec3_list .txt_wrap h3 { font-size: 3.26vw; line-height: 4.30vw; }
		.sec3_list .txt_wrap .sec3_text_content {font-size: 3.13vw; margin-top: 1.30vw; }
		.sec3_list .txt_wrap span {   font-size: 3.13vw; line-height: 4.17vw;  margin-top: 2.60vw;}

		/* 섹션 4 */
	
		.section4 {padding: 13.02vw 2.60vw 6.51vw;}
		.sec4_txt h2 { font-size: 5.86vw; line-height: 7.16vw; }
		.sec4_txt h2 span {display: block;  font-size: 3.13vw; line-height: 4.17vw;  margin-left: 0; margin-top: 1.30vw;}
		.sec4_menu {margin-top: 6.51vw;}
		.sec4_menu ul { margin: -1.30vw 0;}
		.sec4_menu ul li {float: none; width: 100%; padding:  1.30vw 0;}
		.sec4_menu ul li a {  padding: 9.11vw 6.51vw; border-radius: 3.26vw;}
		.sec4_menu ul li.notice a:before {top: auto; transform: translateY(0); bottom: 5.21vw;  right: 3.91vw; width: 13.02vw; height: 13.80vw; }
		.sec4_menu ul li.event a:before {top: auto; transform: translateY(0); bottom: 5.21vw;  right: 3.91vw; width: 13.02vw; height: 13.02vw; }
		.sec4_menu ul li a h3 { font-size: 4.56vw; line-height: 7.81vw; }
		.sec4_menu ul li a p { font-size: 3.13vw; line-height: 4.17vw; margin-top: 1.30vw;}
		.sec4_menu ul li a span {  height: 9.11vw; border: 0.26vw solid #555; padding: 0 6.51vw; line-height: 8.85vw; font-size: 3.13vw;  margin-top: 6.51vw; border-radius: 6.51vw;}
		.sec4_menu ul li.event a span { border: 0.26vw solid #fff;}

		/* 공지사항 이벤트 새로 */

		.section4.new_section4 {padding: 13.02vw 2.60vw;}
		.board_wrap { margin: -3.91vw 0;}
		.board_wrap > li { padding: 3.91vw 0;}
		.board_txt {margin-bottom: 3.91vw;}
		.board_txt h2 {font-size: 5.86vw;  }
		.board_txt h2 span {font-size: 3.13vw;  }
		.notice_menu { margin: -1.30vw 0;}
		.notice_menu > li { padding: 1.30vw 0; width: 100%;}
		.notice_menu > li > a { padding: 3.91vw; border-radius: 3.26vw;}
		.notice_menu > li > a h2 {font-size: 3.26vw;}
		.notice_menu > li > a .notice_content {font-size: 3.13vw; margin-top: 2.60vw;}
		.notice_menu > li > a span {font-size: 3.13vw;   margin-top: 3.91vw}
		.notice_menu > li > a span .time_ic {  width: 2.47vw; height: 2.47vw; margin-right: 0.65vw;}
		.board_txt .direction span {width: 1.69vw; height: 2.73vw;}
		.board_txt .direction span.ev_next {margin-left: 5.21vw;}
		.board_txt .direction span.ev_next:before {left: -2.60vw; height: 2.60vw; }

		.event_list a .img_wrap {border-radius: 3.26vw; height: 67.71vw;}
		.event_list .txt_wrap {margin-top: 1.95vw;}
		.event_list .txt_wrap h2 {font-size: 3.26vw;  }
		.event_list .txt_wrap .txt_content {font-size: 3.13vw;}

		.d_cate_list_wrap { top: 3.91vw; left: 3.91vw; }
		.cate_list { font-size: 2.60vw;   width: 14.32vw; height: 4.56vw; border-radius: 6.51vw;}

		
		/* 푸터 */

		#footer {padding: 9.11vw 2.60vw;}
		.foot {display: none;}
		.mob_foot {position: relative; display: block; min-height: 27.34vw; }
		.mob_foot h2 em {display: block; color: #fff; font-size: 3.39vw; line-height: 4.17vw;}
		.mob_foot h2 {color: #fff; font-size: 5.47vw; line-height: 6.51vw; text-align: center;}
		.mob_foot h2 a {color: #fff;}
		.mob_foot .mob_foot_txt1 {text-align: center;}
		.mob_foot .mob_foot_txt1 span {display: inline-block; color: #fff; font-size: 3.13vw; line-height: 5.21vw; margin-top: 3.91vw;}
		.ft_mob_menu1 {text-align: center; margin-top: 3.91vw;}
		.ft_mob_menu1 span {display: inline-block; vertical-align: middle;}
		.ft_mob_menu1 span + span {margin-left: 2.60vw;}
		.ft_mob_menu1 span a {display: block; color: #fff; font-size: 3.65vw; line-height: 5.21vw;}
		.ft_mob_menu2 {text-align: center; margin-top: 3.91vw;}
		.ft_mob_menu2 span {display: inline-block; color: #fff; font-size: 3.13vw; line-height: 5.21vw;}
		.ft_mob_menu2 span a {color: #fff;}
		.ft_mob_menu2 span:nth-child(3) {margin-left: 2.60vw;}
		.ft_mob_menu2 span:nth-child(n+4) {display: block;}
		.ft_mob_menu3 {margin-top: 3.91vw; text-align: center;}
		.ft_mob_menu3 span {display: block; color: #fff; font-size: 3.13vw; line-height: 5.21vw;}
		.ft_mob_menu3 span .dpunch_ic {display: inline-block; vertical-align: middle; width: 13.02vw; height: 1.30vw; margin-left: 1.30vw; background: url("/images/dpunch_ic.png") center no-repeat; background-size: 100%;}
		.ft_mob_menu4 {margin-top: 3.91vw; text-align: center;}
		.ft_mob_menu4 span {display: inline-block; vertical-align: middle;}
		.ft_mob_menu4 span a {display: block; width: 9.11vw; height: 9.11vw; border: 1px solid #fff; border-radius: 50%;}
		.ft_mob_menu4 span + span {margin-left: 2.60vw;}
		.ft_mob_menu4 span:nth-child(1) a {background: url("/images/ft_mob_sns_ic1.png") center no-repeat; background-size: 5.34vw}
		.ft_mob_menu4 span:nth-child(2) a {background: url("/images/ft_mob_sns_ic2.png") center no-repeat; background-size: 2.73vw}
		.ft_mob_menu4 span:nth-child(3) a {background: url("/images/ft_mob_sns_ic3.png") center no-repeat; background-size: 4.04vw}
	}

