@charset "utf-8";


#header .logo {
	position: absolute;
	top: 20px;
	left: 20px;
	border-bottom: 0;
	padding: 0;
}
#header .logo a {
	font-size: 40px;
}
#container {
	padding-top: 79px;
}
#footer {
	margin-top: 20px;
}

.product {
	min-height: 620px;
}
.product .tabs {
	justify-content: center;
	margin-bottom: 50px;
}
.product .tabs button {
	width: 140px;
	height: 42px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	color: #dc9c51;
	border: 1px solid #dc9c51;
	box-sizing: border-box;
}
.product .tabs button.active {
	background: #dc9c51;
	color: #fff;
	font-weight: bold;
}

.product .step_form {
	position: absolute;
	font-family: 'GimpoGothic';
	width: 220px;
	margin-top: 40px;
	z-index: 3;
}
.product .step_form > div {
	position: relative;
	min-height: 70px;
	font-size: 0;
}
.product .step_form > div:before {
	content: '';
	position:absolute;
	width: 2px;
	height: 100%;
	background: #E0E0E7;
}
.product .step_form > div:last-child:before {
	display: none;
}
.product .step_form > div strong {
	display: block;
	padding-left: 25px;
	transform: rotate(0.03deg);
	font-size: 15px;
	color: #ADADAD;
}
.product .step_form > div .circle:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: -2px;
	left: -7px;
}
.product .step_form > div .circle:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #E0E0E7;
	position: absolute;
	top: 2px;
	left: -3px;
}
.product .step_form p {
	color: #595959;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	margin-left: 25px;
	margin-top: 7px;
	white-space: nowrap;
}
.product .step_form .prev {
	position:relative;
	display: none;
	width: 90px;
	height: 28px;
	background: #dc9c51 url("../images/ico-return.svg")no-repeat 85% 50%;
	border-radius: 5px 2px 2px 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
    line-height: 20px;
	padding: 6px 10px;
	margin-left: 35px;
	margin-top: 5px;
	box-sizing: border-box;
}
.product .step_form .prev:before {
	content: ''; 
	background: url("../images/ico-tri.svg")no-repeat 50% 50%;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
    left: -12px;
    z-index: -1;
    top: 2px;
}
.product .step_form > div.on {
	font-size: 15px;
}
.product .step_form > div.on:before {
	background: #dc9c51;
}
.product .step_form > div.on strong {
	color: #dc9c51;
}
.product .step_form > div.on .circle:before {
	background: #dc9c51;
}
.product .step_form > div.on .circle:after {
	background: #fff;
}
.product .step_form > div.active {
	padding-bottom: 10px;
}
.product .step_form > div.active .prev {
	display: block;
}
.product .step_form > div.check .circle:after {
	width: 11px;
    height: 11px;
    top: 1px;
    left: -4px;
	background: #dc9c51 url("../images/ico-check-white.svg")no-repeat 50% 50% / 100%;
}




.product .list {
	max-width: 1573px;
	margin: 0 auto;
}
.product .list > .swiper-container {
	height: 435px;
}
.product .list > .swiper-container .swiper-button-prev,
.product .list > .swiper-container .swiper-button-next {
	top: 260px;
	transform: translateY(-50%);
	margin-top: 0;
	transition: all .3s;
	-webkit-tap-highlight-color: transparent;
}
.product .list > .swiper-container .swiper-button-prev span,
.product .list > .swiper-container .swiper-button-next span {
	display: block;
    width: 110px;
    position: absolute;
	top: 13px;
	color: #B0B0B0;
	font-size: 16px;
}
.product .list > .swiper-container .swiper-button-prev:hover span,
.product .list > .swiper-container .swiper-button-next:hover span {
	color: #dc9c51;
}
.product .list > .swiper-container .swiper-button-prev {
	left: 20%;
	background: url("../images/arrow-left.svg")no-repeat 50% 50% / 100%;
}
.product .list > .swiper-container .swiper-button-prev:hover {
	background: url("../images/arrow-left-on.svg")no-repeat 50% 50% / 100%;
}
.product .list > .swiper-container .swiper-button-prev span {
    left: 25px;
    padding-left: 15px;
}
.product .list > .swiper-container .swiper-button-next {
	right: 20%;
	background: url("../images/arrow-right.svg")no-repeat 50% 50% / 100%;
}
.product .list > .swiper-container .swiper-button-next:hover {
	background: url("../images/arrow-right-on.svg")no-repeat 50% 50% / 100%;
}
.product .list > .swiper-container .swiper-button-next span {
	right: 25px;
	text-align: right;
	padding-right: 15px;
}
.product .list > .swiper-container > .swiper-wrapper > .swiper-slide {
	width: 40%;
	min-width: 605px;
	opacity: 0.25;
}
.product .list > .swiper-container > .swiper-wrapper > .swiper-slide-active {
	opacity: 1;
	z-index: 1;
}
.product .list .box {
	text-align:center;
}
.product .list > .swiper-container .swiper-slide .box {
	transform: scale(0.8);
}
.product .list .box .title {
	color: #dc9c51;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 30px;
}
.product .list > .swiper-container .swiper-slide .box .title {
	display: none;
}
.product .list > .swiper-container .swiper-slide .box .title em {
	display: block;
	width: 78px;
	height: 34px;
	line-height: 34px;
	background: #dc9c51;
	color: #fff;
	border: 1px solid #dc9c51;
	font-size: 15px;
	margin: 0 auto 15px;
}
.product .list .box .title strong {
	font-size: 50px;
	font-weight: 700;
}
.product .list .box .title p {
	font-size: 24px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	margin-top: 10px;
	letter-spacing: 4px;
}
.product .list > .swiper-container .swiper-slide .box .thumbnail {
	width: 200px;
	margin: 160px auto 0;
}


.product .select_group {
	position: relative;
	text-align:center;
	margin-top: 40px;
}
.product .select_group > div {
	display:none;
}
.product .select_group .swiper-wrapper {
	justify-content: center;
}
.product .select_group .swiper-slide {
	width: auto;
	margin: 0 17px;
}
.product .select_group input[type=radio] {
	display: none;
}
.product .select_group input[type=radio] + label .thumb {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
}
.product .select_group input[type=radio] + label .name {
	font-size: 15px;
	color: #595959;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	line-height: 1.4;
}
.product .select_group input[type=radio] + label .check {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #1E1E1E;
	border-radius: 2px;
	box-sizing: border-box;
	margin: 10px auto 0;
}
.product .select_group input[type=radio]:checked + label .check {
	background: #FFD073 url("../images/ico-check.svg")no-repeat 50% 50% / 10px;
}
.product .desc {
	text-align:center;
	margin-top: 40px;
	font-size: 14px;
	color: #595959;
	transform: rotate(0.03deg);
}
.product .list > .swiper-container > .swiper-wrapper > .swiper-slide-active .title {
	display: block;
}
.product .list > .swiper-container .swiper-slide-active .select_group {
	display: block;
}
.product .list > .swiper-container .swiper-slide-active .box {
	transform: scale(1);
}
.product .list > .swiper-container .swiper-slide-active .box .thumbnail {
	width: 275px;
	margin: 0 auto;
}


#brand {
	display: none;
}
#brand .box .title {
	font-family: 'Playfair Display'
}
#brand .box .title strong {
	font-family: 'GimpoGothic';
	font-size: 45px;
}
.list .box input[type=radio] {
	display: none;
}
#brand .box input[type=radio] + label {
	pointer-events: none;
}
.list .box input[type=radio] + label .check {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #1E1E1E;
	border-radius: 2px;
	box-sizing: border-box;
	margin: 10px auto 0;
}
.list .box input[type=radio]:checked + label .check {
	background: #FFD073 url("../images/ico-check.svg")no-repeat 50% 50% / 10px;
}
#brand .swiper-container {
	height: auto;
}
#brand .thumbnail {
	width: auto;
	height: 400px;
}
#brand .thumbnail img {
	width: auto;
	height: 100%;
}
#brand .swiper-slide-active input[type=radio] + label {
	pointer-events: auto;
}
#brand .swiper-button-prev, 
#brand .swiper-button-next {
	top: 390px;
}



/* step02 */
.product .step02 .grid3 {
	max-width: 1110px;
	margin: 0 auto;
	padding-bottom: 90px;
}
.product .step02 > .swiper-container {
	height: auto!important;
}
.product .step02 > .swiper-container > .swiper-wrapper > .swiper-slide {
	opacity: 1;
	min-width: auto!important;
}
.product .step02 > .swiper-container .swiper-slide .box {
	transform: scale(1)!important;
}
.product .step02 > .swiper-container .swiper-slide .box .title {
    display: block;
}
.product .step02 > .swiper-container .swiper-slide .box .thumbnail,
.product .step02 > .swiper-container .swiper-slide-active .box .thumbnail {
	width: auto;
	margin:0 auto!important;
}
.product .step02 > .swiper-container .swiper-button-prev, 
.product .step02 > .swiper-container .swiper-button-next {
	display: none;
}
.product .step02 .swiper-slide img {
	width: auto;
	height: 100%;
}
.product .step02 .box .title strong {
	font-size: 35px;
}
.product .step02 .box .title p {
	font-size: 22px;
}
.product .step02 .box .table {
	width: 175px;
	margin: 30px auto 0;
	font-size: 20px;
}
.product .step02 .box .table .cell {
	color: #595959;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	text-align: left;
	padding: 5px 0;
}
.product .step02 .box .table .cell strong {
	font-weight: 400;
	color: #131313;
}




/* step03 */
.step03 {
	padding-bottom: 90px;
}
.step03 .m_menu {
	display: none;
	justify-content: center;
	padding: 0 20px 30px;
}
.step03 .m_menu .f_btn {
	flex: 1;
	background: #dc9c51;
	color: #fff;
	margin-right: 15px;
	font-size: 15px;
}
.step03 .m_menu select {
	flex: 1;
	background: #FFFFFF url('../images/ico-down.svg') no-repeat calc(50% - -35px) 50% / 13px;
	border: 1px solid #000000;
	text-align: center;
	text-align-last: center;
	font-size: 15px;
	color: #434343;
	padding: 0;
}
.step03 .m {
	display: none;
}
.step_wrap {
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 25px;
	box-sizing: border-box;
}
.step_wrap .side {
	width: 120px;
	margin-right: 80px;
}
.step_wrap .side .m h4 {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #131313;
	padding-bottom: 30px;
}
.step_wrap .side .m h4 .close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/ico-close-red.svg")no-repeat 50% 50% / 15px;
}
.step_wrap .side .m .apply_btn {
	position: absolute;
	left: 20px;
    bottom: 20px;
	display: block;
	width: calc(100% - 40px);
	height: 42px;
	background: #dc9c51;
	color: #fff;
	font-size: 16px;
}
.step_wrap .side ul {
	border-top: 3px solid #dc9c51;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.step_wrap .side ul h3 {
	font-size: 18px;
	font-weight: 700;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	margin-bottom: 15px;
}
.step_wrap .side ul li {
	display: none;
}
.step_wrap .side ul li:nth-child(1),
.step_wrap .side ul li:nth-child(2),
.step_wrap .side ul li:nth-child(3),
.step_wrap .side ul li:nth-child(4) {
	display: block;
}
.step_wrap .side .more {
	position: relative;
}
.step_wrap .side .more:before {
	content: '...펼쳐보기';
	font-size: 12px;
	color: #dc9c51;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
.step_wrap .side ul.on li {
	display: block;
}
.step_wrap .side ul.on .more {
	display: none;
}
.step_wrap input {
	display: none;
}
.step_wrap input + label {
	position: relative;
	display: block;
	padding-left: 25px;
	font-size: 15px;
	color: #515151;
	margin: 10px 0;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	white-space: nowrap;
}
.step_wrap input + label:before {
	content:'';
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #1E1E1E;
	border-radius: 2px;
	box-sizing: border-box;
}
.step_wrap input:checked + label {
	color: #131313;
}
.step_wrap input:checked + label:before {
	background: #FFD073 url("../images/ico-check.svg")no-repeat 50% 50% / 12px;
}
.step_wrap .content {
	width: calc(100% - 200px);
}
.step_wrap .prd_list {
	flex-wrap: wrap;
}
.step_wrap .prd_list .item {
	position: relative;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.step_wrap .prd_list .item:nth-child(4n) {
	margin-right: 0;
}
.step_wrap .prd_list .item .check {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}
.step_wrap .prd_list .item .check input + label {
	margin: 0;
}
.step_wrap .prd_list .item button {
	display: block;
	width: 100%;
	text-align: left;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
.step_wrap .prd_list .item .thumb {
	position: relative;
	margin-bottom: 10px;
}
.step_wrap .prd_list .item .thumb img {
	width: 100%;
}
.step_wrap .prd_list .item .name a {
	font-size: 14px;
	color: #000;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}


.not_scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.prd_modal {
	display: none;
}
.prd_modal.open {
	display: block;
}
.prd_modal .close {
	position: absolute;
	top: -80px;
	right: 0;
	width: 24px;
	height: 24px;
}
.prd_modal .close img {
	width: 100%;
}
.prd_modal .modal-cont {
	position: relative;
	max-width: 1110px;
    margin: 0 auto;
    padding: 0 100px;
	box-sizing: border-box;
}
.prd_modal .slide {
	position: relative;
	width: 400px;
	overflow: hidden;
	margin-right: 80px;
}
.prd_modal .slide .gallery-top {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.prd_modal .slide .gallery-top .swiper-slide {
	height: 0;
	padding-bottom: 100%;
}
.prd_modal .slide .gallery-thumbs .swiper-slide {
	height: 0;
    padding-bottom: 15%;
	overflow: hidden;
}
.prd_modal .slide .gallery-thumbs .swiper-slide:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.prd_modal .slide .gallery-thumbs .swiper-slide-thumb-active:after {
	display: none;
}
.prd_modal .slide img {
	width: 100%;
	height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    object-fit: cover;
}
.prd_modal .slide .swiper-button-prev,
.prd_modal .slide .swiper-button-next {
	width: 40px;
	height: 40px;
}
.prd_modal .slide .swiper-button-prev {
	background: url("../images/arrow-left-white.svg")no-repeat 50% 50% / 15px;
}
.prd_modal .slide .swiper-button-next {
	background: url("../images/arrow-right-white.svg")no-repeat 50% 50% / 15px;
}
.prd_modal .info {
	width: 420px;
}
.prd_modal .info h2 {
	font-size: 30px;
	font-weight: 700;
	color: #dc9c51;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	margin-bottom: 30px;
}
.prd_modal .info table {
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
.prd_modal .info table tbody {
	border-top: 1px solid #dc9c51;
}
.prd_modal .info table tr {
	border-bottom: 0.5px dashed #9F9A8A;
}
.prd_modal .info table tr:last-child {
	border-bottom: 0;
}
.prd_modal .info table tr:last-child th,
.prd_modal .info table tr:last-child td {
	padding-bottom: 30px;
}
.prd_modal .info table th {
	width: 110px;
	text-align: left;
	color: #131313;
	font-size: 18px;
	font-weight: 400;
	padding: 20px 0 10px;
}
.prd_modal .info table td {
	font-size: 16px;
	color: #515151;
	padding: 20px 0 10px;
}
.prd_modal .info table td a {
	color: #dc9c51;
	background: url("../images/ico-qna.svg")no-repeat 100% 50%;
	padding-right: 25px;
}
.prd_modal .info table td select {
	max-width: 180px;
	height: 32px;
	border: 1px solid #9B9B9B;
	padding: 0 10px;
	color: #515151;
	font-size: 16px;
}
.prd_modal .info table td.t_red {
	color: #dc9c51;
}
.prd_modal .info table .total td {
	text-align: right;
}
.prd_modal .info table .total td strong {
	font-size: 20px;	
}
.prd_modal .info table .total td span {
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}
.prd_modal .info table .btn_area button {
	width: 100%;
	height: 45px;
	color: #dc9c51;
	border: 1px solid #dc9c51;
	margin: 5px 0;
	font-size: 18px;
}
.prd_modal .info table .btn_area .flex button {
	flex: 1;
}
.prd_modal .info table .btn_area .flex button.select_btn {
	background: #dc9c51;
	color: #fff;
	margin-right: 10px;
}
.prd_modal .info table .btn_area .flex button.select_btn:before {
	content: '선택하기';
}
.prd_modal .info table .btn_area .flex button.select_btn.on {
    background: #dc9c51 url("../images/ico-check-white.svg")no-repeat 70% 50% / 20px;
    text-indent: -10px;
}
.prd_modal .info table .btn_area .flex button.select_btn.on:before {
	content: '선택됨';
}



.product .result {
	padding-bottom: 60px;
}
.product .result .box {
	max-width: 1000px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	padding: 20px 0;
	box-sizing: border-box;
}
.product .result .box .flex {
	justify-content: center;
}
.product .result .box .flex > div {
	position: relative;
	padding-bottom: 75px;
}
.product .result .box h3 {
	font-size: 28px;
	font-weight: 600;
	color: #dc9c51;
	padding-bottom: 20px;
	border-bottom: 1px solid #454240;
	margin-bottom: 20px;
}
.product .result .box .customize {
	flex: 1;
	padding: 0 20px;
}
.product .result .box .note {
	width: 461px;
	padding: 0 20px;
	border-left: 1px solid #E4E4E4;
	box-sizing: border-box;
}
.product .result .box ul li {
	display: flex;
	align-items: center;
	min-height: 90px;
	border-bottom: 0.5px solid #E4E4E4;
	padding: 10px;
	box-sizing: border-box;
}
.product .result .box ul li .thumb {
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 15px;
}
.product .result .box ul li .thumb img {
	width: 100%;
}
.product .result .box ul li .thumb + .info {
	width: calc(100% - 85px);
}
.product .result .box ul li .info {
	width: 100%;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
.product .result .box ul li .info strong {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #313131;
}
.product .result .box ul li .info p {
	font-size: 15px;
	color: #595959;
	margin-top: 8px;
}
.product .result .box ul li .info p span {
	display: inline-block;
}
.product .result .box ul li .info p span:before {
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 7px;
	background: #C5C5C5;
	margin: 0 8px;
}
.product .result .box .link {
    display: block;
    width: calc(100% - 40px);
    height: 55px;
    line-height: 57px;
    position: absolute;
    left: 20px;
	bottom: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid #dc9c51;
	box-sizing: border-box;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
.product .result .box .customize .link {
	background: #dc9c51;
	color: #fff;
}
.product .result .box .note .link {
	background: #fff;
	color: #dc9c51;
}







.product .btn_group {
	position:absolute;
	bottom: 0;
	right: 10px;
	z-index: 3;
}
.product .btn_group a {
	width: 75px;
	height: 80px;
	border-radius: 50px;
	box-sizing: border-box;
	border: 1.5px solid #dc9c51;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding-top: 25px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
.product .btn_group a.prev {
	background: #FFFFFF url("../images/btn-left.svg")no-repeat 50% 67%;
	color: #dc9c51;
	margin-right: 5px;
}
.product .btn_group a.next {
	background: #dc9c51 url("../images/btn-right.svg")no-repeat 50% 67%;
	color: #fff;
}
.product .btn_group a.next.on {
	animation: fadeInTop 1s  linear;
}
@keyframes fadeInTop {
	0%{
		-webkit-transform:translateY(0px);
		-ms-transform:translateY(0px);
		transform:translateY(0px)
	}
	25%{
		-webkit-transform:translateY(-30px);
		-ms-transform:translateY(-30px);
		transform:translateY(-30px)
	}
	50%{
		-webkit-transform:translateY(0px);
		-ms-transform:translateY(0px);
		transform:translateY(0px)
	}
	75%{
		-webkit-transform:translateY(-10px);
		-ms-transform:translateY(-10px);
		transform:translateY(-10px)
	}
	100%{
		-webkit-transform:translateY(0px);
		-ms-transform:translateY(0px);
		transform:translateY(0px)
	}
}

.filter_fix {
	display: none;
}





@media screen and (max-width: 1600px) {
	.step03 {
		padding-left: 175px;
	}
	.step_wrap .prd_list .item {
		width: calc(25% - 15px);
	}
	.prd_modal .modal-cont {
		padding: 0 0 0 120px;
	}
}
@media screen and (max-width: 1280px) {
	.product > .inner {
		padding: 0;
	}
	.product .step_form {
		margin-left: 20px;
	}
	
	.product .list .box .title strong {
		font-size: 40px;
	}
	.product .list .box .title p {
		font-size: 20px;
	}
	.product .list > .swiper-container > .swiper-wrapper > .swiper-slide {
		width: 35%;
		min-width: 530px;
	}
	.product .select_group input[type=radio] + label .thumb {
		width: 75px;
		height: 75px;
	}
	.product .list > .swiper-container .swiper-button-prev {
		left: 20%;
	}
	.product .list > .swiper-container .swiper-button-next {
		right: 20%;
	}
	
	
	.product .step02 .grid3 {
		margin-left: 100px;
	}
	.product .step02 .grid3 .box .title strong {
		font-size: 30px;
	}
	.product .step02 .box .title p {
		font-size: 18px;
	}
	.product .step02 .box .table {
		font-size: 18px;
	}
	
	
	
	.step_wrap .side {
		margin-right: 25px;
	}
	.step_wrap .content {
		width: calc(100% - 145px);
	}
	.prd_modal .modal-cont {
		max-width: 86%;
	}
	.prd_modal .slide {
		margin-right: 40px;
	}
	
	
	.product .btn_group a {
		width: 65px;
		height: 70px;
		font-size: 14px;
		padding-top: 20px;
	}
}
@media screen and (min-width: 1024px) {
	.product .step02 .swiper-wrapper {
		transform: translate3d(0, 0, 0)!important;
	}
}
@media screen and (max-width: 1024px) {
	#header .logo {
		position: static;
		border-bottom: 1px solid #515151;
		padding: 7px 0 15px;
	}
	#container {
		padding-top: 63px;
	}
	.navi {
		padding: 10px;
	}
	
	
	.product .tabs {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.product .tabs button {
		width: 120px;
		height: 32px;
		font-size: 12px;
	}	
	
	.filter_fix {
		display: block;
		position: fixed;
		left: 20px;
		bottom: 70px;
		z-index: 3;
	}
	.filter_fix.open {
		display: none;
	}
	.filter_fix button {
		display: block;
		width: 50px;
		height: 50px;
		background: #dc9c51 url("../images/ico-filter.svg")no-repeat 50% 50%;
		border-radius: 50px;
		border: 1px solid #dc9c51;
		font-size: 0;
	}
	.product .d_step.open .step_form,
	.product .p_step.open .step_form {
		display: block;
	}
	.product .step_form {
		display: none;
		background: rgba(255, 255, 255, 0.8);
		border: 1px solid #D0D0D0;
		border-radius: 30px;
		margin-top: 0;
		top: auto;
		bottom: 70px;
		padding: 30px 15px 30px;
		position: fixed;
		width: 180px;
		box-sizing: border-box;
	}
	.product .step_form .close {
		position: absolute;
		top: 13px;
		right: 20px;
		display: block;
		width: 18px;
		height: 18px;
		background:url("../images/ico-close-red.svg")no-repeat 50% 50% / 15px;
	}
	.product .step_form > div {
		min-height: auto;
	}
	.product .step_form > div.on {
		background: #FFFFFF;
		border: 0.5px solid #D0D0D0;
		border-radius: 30px;
	}
	.product .step_form > div:before {
		display: none;
	}
	.product .step_form > div .circle {
		display: none;
	}
	.product .step_form > div.on {
		min-height: 46px;
		margin-top: 10px;
		padding: 9px 0 5px;
		box-sizing: border-box;
	}
	.product .step_form > div.on strong {
		color: #595959;
		font-size: 12px;
		padding-left: 50px;
	}
	.product .step_form > div.on strong span {
		position: absolute;
		top: -9px;
		left: -1px;
		display: block;
		background: #dc9c51;
		border: 1px solid #dc9c51;
		border-radius: 50%;
		color: #fff;
		width: 42px;
		height: 42px;
		line-height: 42px;
		text-align: center;
	}
	.product .step_form > div.on p {
		font-size: 12px;
		margin: 0 0 0 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-top: 5px;
	}
	.product .step_form > div.on .prev {
		display: none;
	}
	
	
	
	.product .list > .swiper-container {
		height: 330px;
		padding-bottom: 40px;
	}
	.product .list .box .title {
		margin-bottom:20px;
		position: absolute;
		/*left: -65px;
		width: 100vw;*/
		text-align: center;
		width: 100%;
	}
	.product .list .box .title strong {
		font-size: 30px;
	}
	.product .list .box .title p {
		font-size: 18px;
		margin-top: 5px;
	}
	.product .list > .swiper-container > .swiper-wrapper > .swiper-slide {
		min-width: auto;
	}
	.product .list > .swiper-container .swiper-slide .box .thumbnail {
		margin: 100px auto 0;
	}
	.product .list > .swiper-container .swiper-slide-active .box .thumbnail {
		width: 175px;
		margin: 0 auto;
		padding-top: 120px;
	}
	.product .list > .swiper-container .swiper-button-prev, 
	.product .list > .swiper-container .swiper-button-next {
		top: auto;
		width: 25px;
		height: 35px;
		bottom: 0;
		transform: none;
	}
	.product .list > .swiper-container .swiper-button-prev {
		left: 10%;
		background-size: auto 20px;
		background-image: url("../images/arrow-left2.svg");
	} 
	.product .list > .swiper-container .swiper-button-next {
		right: 10%;
		background-size: auto 20px;
		background-image: url("../images/arrow-right2.svg");
	}
	.product .list > .swiper-container .swiper-button-prev:hover,
	.product .list > .swiper-container .swiper-button-next:hover {
		background-size: auto 20px;
	}
	.product .list > .swiper-container .swiper-button-prev span, 
	.product .list > .swiper-container .swiper-button-next span {
		font-size: 12px;
		top: 12px;
		width: 85px;
		color: #434343;
	}
	.product .list > .swiper-container .swiper-button-prev span {
		left: 25px;
		padding-left: 0;
	}
	.product .list > .swiper-container .swiper-button-next span {
		right: 25px;
		text-align: right;
		padding-right: 0;
	}
	
	.product .select_group {
		padding-top: 70px;
		margin-top: 30px;
		padding-bottom: 135px;
	}
	.product .select_group > div {
		max-width: 300px;
		margin: 0 auto;
	}
	.product .select_group .swiper-slide {
		margin: 0 12px;
	}
	.product .select_group .swiper-wrapper {
		justify-content: normal;
	}
	.product .select_group input[type=radio] + label .name {
		font-size: 12px;
	}
	.product .select_group input[type=radio] + label .check {
		margin: 5px auto 0;
	}
	.product .desc {
		font-size: 13px;
		color: #dc9c51;
		position: absolute;
		top: 0px;
		left: 0;
		padding: 12px 0;
		width: calc(100% - 40px);
		border-top: 1px solid #515151;
		border-bottom: 1px solid #515151;
		margin: 0 20px;
		line-height: 1.2;
	}
	
	
	.product .step02 {
		padding-bottom: 140px;
	}
	.product .step02 .grid3 {
		margin-left: 0px;
	}
	.product .step02 .swiper-wrapper {
		align-items: center;
	}
	.product .step02 > .swiper-container .swiper-button-prev, 
	.product .step02 > .swiper-container .swiper-button-next {
		display: block;
	}
	.product .step02 > .swiper-container .swiper-slide .box .title {
		display: none;
	}
	.product .step02 > .swiper-container .swiper-slide .box {
		transform: scale(0.8)!important;
	}
	.product .step02 > .swiper-container .swiper-slide-active .box {
		transform: scale(1)!important;
	}
	.product .step02 > .swiper-container .swiper-slide-active .box .title {
		display: block;
	}
	.product .step02 > .swiper-container > .swiper-wrapper > .swiper-slide {
		opacity: 0.25;
	}
	.product .step02 > .swiper-container > .swiper-wrapper > .swiper-slide-active {
		opacity: 1;
	}
	.product .step02 > .swiper-container .swiper-slide .box .thumbnail {
		width: auto!important;
	}
	.product .step02 .box .table {
		display: none;
		font-size: 15px;
		width: 140px;
	}
	.product .step02 .swiper-slide-active .box .table {
		display: table;
	}
	
	
	
	.step03 {
		padding-left: 0;
		padding-bottom: 135px;
	}
	.step03 .m_menu {
		display: flex;
	}
	.step_wrap .side {
		position: fixed;
		top: 0;
		right: -100%;
		background: rgba(255, 255, 255, 0.95);
		z-index: 12;
		margin-right: 0;
		width: 250px;
		height: 100%;
		transition: all .3s;
	}
	.step_wrap .side.open {
		right: 0;
	}
	.step_wrap .side.open:before {
		content:'';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.step_wrap .side .scroll {
		padding: 30px 20px;
		box-sizing: border-box;
		height: calc(100vh - 60px);
		overflow-y: scroll;
	}
	.step03 .m {
		display: block;
	}
	.step_wrap {
		padding: 0 20px;
	}
	.step_wrap .content {
		width: 100%;
	}
	.step_wrap .prd_list .item {
		width: calc(25% - 12px);
		margin-bottom: 30px;
		margin-right: 15px;
	}
	.prd_modal .close {
		top: 0;
		left: auto;
		transform: none;
		right: 15px;
	}
	.prd_modal .modal-cont {
		max-width: 100%;
		margin-left: 0;
		width: 100%;
		padding: 50px 20px 80px;
		box-sizing: border-box;
		overflow-y: scroll;
	}
	.prd_modal .slide {
		width: 50%;
		margin-right: 40px;
	}
	.prd_modal .info {
		width: calc(50% - 40px);
	}
	.prd_modal .info h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.prd_modal .info table th {
		font-size: 16px;
	}
	.prd_modal .info table td {
		font-size: 14px;
	}
	
	
	.product .result .box {
		margin: 0 20px;
	}
	.product .result .box .note {
		width: 350px;
	}
	.product .result .box h3 {
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.product .result .box ul li {
		min-height: 80px;
	}
	.product .result .box ul li .thumb {
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}
	.product .result .box ul li .info strong {
		font-size: 16px;
	}
	.product .result .box ul li .info p {
		font-size: 13px;
	}
	.product .result .box .link {
		font-size: 16px;
	}
	
	
	
	
	.product .btn_group {
		position: fixed;
		bottom:0;
		left: 0;
		width: 100%;
		z-index: 3;
	}
	.product .btn_group a {
		flex: 1;
		height: 50px;
		line-height: 48px;
		border-radius: 0;
		background-image:none!important;
		padding-top: 0;
		font-size: 0;
		border: 0;
		font-weight: 400;
		margin: 0!important;
	}
	.product .btn_group a:before {
		font-size: 15px;
	}
	.product .btn_group a.prev {
		color: #000;
	}
	.product .btn_group a.prev:before {
		content: '이전 단계'; 
	}
	.product .btn_group a.next:before {
		content: '다음 단계'; 
	}
	.product .btn_group a.next.on {
		animation: none;
	}
	
	
	#brand {
		padding-bottom: 130px;
	}
	#brand .list > .swiper-container {
		padding-bottom: 59px;
	}
	#brand .box .title strong {
		font-size: 30px;
	}
	#brand .thumbnail {
		width: auto;
		height: auto;
		padding-top: 140px;
	}
	#brand .list > .swiper-container .swiper-slide-active .box .thumbnail {
		padding-top: 190px;
	}
	#brand .thumbnail img {
		/*
		width: 100%;
		max-width: 350px;
		*/
	}
	#brand #brand01 + label img {
		margin-left: calc(33.333% - 100px);
	}
	#brand #brand05 + label img {
		margin-left: calc(33.333% - 200px);
	}
	#brand .swiper-button-prev, 
	#brand .swiper-button-next {
		top: auto;
		bottom: 10px;
	}
	
	
	
	
	#footer {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.step_wrap .prd_list .item {
		width: calc(50% - 8px);
	}
	.step_wrap .prd_list .item:nth-child(4n) {
		margin-right: 15px;
	}
	.step_wrap .prd_list .item:nth-child(2n) {
		margin-right: 0px;
	}
	.step_wrap .prd_list .item .name a {
		font-size: 12px;
	}
	
	
	.prd_modal .box {
		display: block;
	}
	.prd_modal .slide {
		width: 100%;
		margin-right: 0;
	}
	.prd_modal .info {
		width: 100%;
		margin-top: 30px;
	}
	.prd_modal .info h2 {
		font-size: 20px;
	}
	.prd_modal .info table th {
		width: 80px;
		font-size: 14px;
	}
	.prd_modal .info table td {
		font-size: 12px;
	}
	.prd_modal .info table tr:last-child th, 
	.prd_modal .info table tr:last-child td {
		padding-bottom: 20px;
	}
	.prd_modal .info table td select {
		font-size: 14px;
	}
	.prd_modal .info table .total td strong {
		font-size: 18px;
	}
	.prd_modal .info table .total td span {
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
	.prd_modal .info table tfoot td {
		padding-top: 0;
	}
	.prd_modal .info table .btn_area button {
		height: 40px;
		font-size: 16px;
	}
	
	
	.product .result .box .flex {
		display: block;
	}
	.product .result .box .note {
		width: 100%;
		border: 0;
		margin-top: 30px;
	}
	.product .result .box ul li {
		padding: 10px 5px;
		min-height: auto;
	}
	.product .result .box h3 {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.product .result .box ul li .thumb {
		width: 55px;
		height: 55px;
	}
	.product .result .box ul li .info strong {
		font-size: 14px;
	}
	.product .result .box ul li .info p {
		font-size: 12px;
	}
	.product .result .box .link {
		font-size: 14px;
		height: 45px;
		line-height: 47px;
	}
}
@media screen and (max-width: 500px) {
	.product .select_group .swiper-slide {
		width: 22%;
	}
	.product .select_group input[type=radio] + label .thumb {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
}
@media screen and (max-width: 380px) {
	.product .list .box .title {
		/*left: -57px;*/
	}
	.product .list .box .title strong {
		font-size: 25px;
	}
	.product .list .box .title p {
		font-size: 16px;
	}
}