@charset "utf-8";

/* */
#wrap{position: relative;}
#header{background:#fff;}
.head .language .lang_box a {
	background: #fff;
}
#contents{padding-top:80px;}
.innerwrap{max-width:1600px;width:94%;margin:0 auto;}
footer {position: unset;}

/* top_btn */
body {
    position: relative;
}
.top_btn {
    position: fixed;
    right: 60px;
    bottom: 20px;
    cursor: pointer;
    z-index: 100;
}

/* ===== pc ===== */
.pcbr{display:block;}
.mbbr{display:none;}

.pc_view{}
.m_view{display: none;}

.pageTop {
	overflow:hidden;
	display:flex;align-items:center;
	position:relative;
	height:320px;
}
.pageTop .bg {
	position:absolute;left:0;top:0;z-index:-1;
	width:100%;height:100%;
}
.pageTop.pn1 .bg{background:url(/img/page_visual01.jpg) no-repeat center;background-size:cover;}
.pageTop.pn2 .bg{background:url(/img/page_visual02.jpg) no-repeat center;background-size:cover;}
.pageTop.pn3 .bg{background:url(/img/page_visual03.jpg) no-repeat center;background-size:cover;}
.pageTop.pn4 .bg{background:url(/img/page_visual04.jpg) no-repeat center;background-size:cover;}
.pageTop.pn5 .bg{background:url(/img/page_visual05.jpg) no-repeat center;background-size:cover;}
.pageTop.pn6.sn1 .bg{background:url(/img/page_visual6_1.jpg) no-repeat center;background-size:cover;}
.pageTop.pn6.sn2 .bg{background:url(/img/page_visual6_2.jpg) no-repeat center;background-size:cover;}
.pageTop.pn7 .bg{background:url(/img/page_visual07.jpg) no-repeat center;background-size:cover;}
.pageTop .pageSlg{font-size:46px;color:#fff;font-weight:700;}

.pageTitleArea ul {
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.pageTitleArea ul li {
	position: relative;
	padding-right: 11px;
	margin-right: 4px;
	font-size: 17px;
	color: #6f6e6b;
	line-height: 36px;
}
.pageTitleArea ul li a {
	display: block;
	padding-left: 40px;
	background: url(/img/common/pl_home.png) no-repeat left top;
	font-size: 17px;
	color: #6f6e6b;
}
.pageTitleArea ul li:not(:last-child):after {
	display: block;
	content: "";
	width: 7px;
	height: 11px;
	background: url(/img/common/pl_arr.png) no-repeat;
	position: absolute;
	right: 0;
	top: 14px;
}
.category ul {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.category ul li {
	flex: 1;
}
.category ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 12px;
	height: 45px;
	font-size: 21px;
	color: #363636;
	font-weight: 500;
	text-align: center;
	transition: color var(--transition-option);
}
.category ul li.on a {
	font-weight: bold;
	color: var(--main-color01);
	border-bottom: solid 1px var(--main-color01);
}
.category ul li:not([class="on"]) a:hover {
	color: var(--main-color02);
}
.page {
	padding-bottom: 60px;
}

/* pn1 m11 -- about us */
.m11 h1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.m11 img {
	overflow: hidden;
	border-radius: var(--border-radius);
	margin: 10px 0;
}
.m11 span {
	display: block;
	font-size: 15px;
	margin-bottom: 30px;
}
.m11 span ul li {
	margin: 10px 0;
	font-size: 15px;
}
.m11 span ul li b {
	display: block;
	font-size: 17px;
	margin-bottom: 5px;
}

/* 오시는 길 */
.m11.way {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.m11.way h3 {
	font-size: 36px;
    font-weight: 700;
}
.m11.way .address {
	font-size: 18px;
}
.m11.way .infoWrap {
	display: flex;
	width: 100%;
	flex-direction: row;
	margin-bottom: 50px;
	gap: 10px;
}
.m11.way .infoWrap span {
	display: inline;
	margin-bottom: 0;
	font-size: 24px;
}
.m11.way .infoWrap a {
	flex: 1;
	border: 1px solid var(--btn-white-color02);
	border-radius: var(--border-radius);
	padding: 30px 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}
.m11.way .infoWrap a span b {
	margin-right: 5px;
}
.m11.way .map {
	width: 100%;
	overflow: hidden;
	border-radius: var(--border-radius);
}


/* pn2 m21 --product */
.m21 .prdList {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 3.5rem 1rem;
}
.m21 .prdList li {
	box-sizing: border-box;
	cursor: pointer;
}
.m21 .prdList li:hover .thumb {
	border-radius: 1.4rem;
}
.m21 .prdList li:hover .thumb img {
	transform: scale(1.2);
}
.m21 .prdList li:nth-child(3n) {
	margin-right: 0;
}
.m21 .prdList li .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: .4rem;
	transition: border-radius var(--transition-option);
}
.m21 .prdList li .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all var(--transition-option);
}
.m21 .prdList li .prdDetail {
	padding-top: 1.6rem;
	padding-bottom: .4rem;
}
.m21 .prdList li .prdName {
	font-size: 30px;
	color: #111;
	font-weight: 400;
}

/* pn2 m21_view --product_detail */
.m21_view .preInfo {
	display: grid;
    align-items: start;
    grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	padding: 0 100px;
}
.m21_view .preInfo .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.m21_view .preInfo .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
}
.m21_view .preInfo .txts {
	padding: 16px;
}
.m21_view .preInfo .txts h3 {
	font-size: 30px;
}
.m21_view .preInfo .txts p {
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 16px;
}
.m21_view .preInfo .txts .price_original {
	color: #595b5c;
	text-align: right;
}
.m21_view .preInfo .txts .price_original span {
	color: var(--main-color01);
}
.m21_view .preInfo .txts .price_original em {
	text-decoration: line-through;
}
.m21_view .preInfo .txts .price_option {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.m21_view .preInfo .txts .price_option span {
	font-size: 22px;
	margin-left: auto;
}
.m21_view .preInfo .txts .price_option span b {
	font-size: 28px;
	color: var(--main-color01);
}
.m21_view .preInfo .txts button {
	margin-top: 32px;
	max-width: 100%;
}
.m21_view .feature {
	display: flex;
	flex-direction: column;
	max-width: 645px;
	align-items: center;
	margin: 0 auto;
}

/* pn3 m31 --customer */
.m31 ul li {
	display: grid;
	grid-template-columns: 100px 1fr 200px 80px 80px;
	padding: 12px 0;
	font-size: 17px;
	border-top: 1px solid var(--btn-white-color02);
	align-items: center;
}
.m31 ul li:first-child {
	border-top: 2px solid var(--main-color01);
}
.m31 ul li:last-child {
	border-bottom: 1px solid var(--btn-white-color02);
}
.m31 ul li:first-child div,
.m31 ul li:not(:first-child) div:not(:nth-child(2)) {
	text-align: center;
}
.m31 ul li .txt {
	padding-left: 50px;
}
.m31 ul li .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.m31 ul li .view_btn {
	background: url(/img/fileview_btn.png) no-repeat center center / 24px;
}
.m31 ul li .download_btn {
	background: url(/img/download_btn.png) no-repeat center center / 24px;
}
.m31 ul li .view_btn,
.m31 ul li .download_btn {
	display: block;
	border-radius: 50%;
	background-color: var(--btn-white-color01);
	width: 35px;
	height: 35px;
	transition: background var(--transition-option);
}
.m31 ul li .view_btn:hover,
.m31 ul li .download_btn:hover {
	background-color: var(--btn-white-color02);
}

/*페이징처리*/
.page_list{text-align:center;margin-top:50px;display:block}
.page_list span { display: inline-block; vertical-align:middle; }
.page_list strong{display:inline-block;margin:0 0 5px;width:40px;height:40px;background:#595b5c;border:1px solid #d5d5db;color:#fff;vertical-align:top;text-align:center;line-height:40px;font-weight:normal}
.page_list>a{display:inline-block;width:40px;height:40px;background:#fff;color:#4e4e4e;line-height:40px;text-align:center;border:1px solid #d5d5db;vertical-align: middle; }
.page_list .p_first>a { display:inline-block;width:40px;height:40px;background:#fff;color:#4e4e4e;line-height:40px;text-align:center;vertical-align: middle;}
.page_list .p_prev>a { display:inline-block;width:40px;height:40px;background:#fff;color:#4e4e4e;line-height:40px;text-align:center;vertical-align: middle;}
.page_list .p_next>a { display:inline-block;width:40px;height:40px;background:#fff;color:#4e4e4e;line-height:40px;text-align:center;vertical-align: middle;}
.page_list .p_end>a { display:inline-block;width:40px;height:40px;background:#fff;color:#4e4e4e;line-height:40px;text-align:center;vertical-align: middle;}

.page_list>a:hover,.page>a:focus{border:1px solid #797979;background:#fff}
.page_list>a.start,.page>a.prev, .page>a.next, .page>a.end,
.page_list>a.start:hover,.page>a.prev:hover, .page>a.next:hover, .page_list>a.end:hover,
.page_list>a.start:focus,.page>a.prev:focus, .page>a.next:focus, .page_list>a.end:focus{border:0;background:none}
.page_list .paging_count{display:none}
/*페이징처리(모바일단독)*/
.page_list .mo_p_first>a { display:inline-block;width:40px;height:40px;background:#fff;color:#4e4e4e;line-height:40px;text-align:center;vertical-align: middle; }
.page_list .mo_p_prev>a { display:inline-block;width:40px;height:40px;background:#fff;color:#4e4e4e;line-height:40px;text-align:center;vertical-align: middle;}
.page_list .mo_p_next>a { display:inline-block;width:40px;height:40px;background:#fff;color:#4e4e4e;line-height:40px;text-align:center;vertical-align: middle; }
.page_list .mo_p_end>a { display:inline-block;width:40px;height:40px;background:#fff;color:#4e4e4e;line-height:40px;text-align:center;vertical-align: middle; }
.page_list .mo_paging_count{display:none}

@media(max-width:767px) {
    .page_list{margin-top:30px}
.page_list .ds_number{display:none}
.page_list .paging_count{display:inline-block;margin:0 10px;vertical-align:middle; }
.page_list .mo_paging_count { display: inline-block;vertical-align: middle; }
.page_list + .right{text-align:center}
}

@media all and (max-width:767px){
    /* 팝업용 페이징 */
    .page_list.popup .ds_number{display:inline-block !important}
    .page_list.popup .p_first>a,
    .page_list.popup .p_prev>a,
    .page_list.popup .p_next>a,
    .page_list.popup .p_end>a{width:30px;height:30px}
    .page_list.popup strong{width:30px;height:30px;line-height:30px}
    .page_list.popup>a{width:30px;height:30px;line-height:30px}
}

/* pn3 m31_view -- customer detail */
.m31_view .board_view {
	border-top: 2px solid var(--main-color01);

}
.m31_view .board_view .b_info {
	overflow: hidden;
}
.m31_view .board_view .b_info strong {
	font-size: 28px;
	text-align: center;
	padding: 20px 0;
	line-height: 150%;
	display: block;
}
.m31_view .bd_view_ul_info {
	display: flex;
    padding: 15px 0 5px 0;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
}
.m31_view .bd_view_ul_info li {
    overflow: hidden;
    display: inline-block;
    position: relative;
    min-height: 18px;
    margin-right: 30px;
    padding: 0 0 10px 80px;
    line-height: 18px;
    color: #333;
}
.m31_view .bd_view_ul_info li span.info_tit {
    float: left;
    position: absolute;
    left: 10px;
    font-weight: 700;
}
.m31_view .board_view .b_content {
	clear: both;
    position: relative;
    padding: 30px 20px;
    line-height: 20px;
    border-bottom: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    overflow: hidden;
}
.m31_view .board_view dl.b_file {
    border-bottom: 1px solid #b7b7b7;
    min-height: 50px;
	display: grid;
	align-items: center;
	grid-template-columns: 150px 1fr;
}
.m31_view .board_view dl.b_file dt,
.m31_view .board_view dl.b_file dd {
	padding: 12px 7px;
}
.m31_view .board_view dl.b_file dt {
	color: #323232;
	font-weight: bold;
	text-align: center;
}
.m31_view .board_view dl.b_file dd {
	white-space: normal;
    font-size: 15px;
    color: #444;
}
.m31_view .board_view dl.b_file dd ul {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.m31_view .board_view dl.b_file dd ul li:first-child {
	margin-right: 10px;
}
.m31_view .board_view dl.b_file dd ul li:not(:first-child) {
	width: 35px;
	height: 35px;
	background-color: var(--btn-white-color02);
	border-radius: 100%;
	overflow: hidden;
}
.m31_view .board_view dl.b_file dd ul li:not(:first-child) a {
	display: block;
	width: 100%;
	height: 100%;
}
.m31_view .board_view dl.b_file dd ul li a.download_btn {
	background: url(/img/fileview_btn.png) no-repeat center center / 19px;
}
.m31_view .board_view dl.b_file dd ul li a.view_btn {
	background: url(/img/download_btn.png) no-repeat center center / 19px;
}
.m31_view .b_page {
    overflow: hidden;
    border: 1px solid #b7b7b7;
    border-left: 0;
    border-right: 0;
    margin-top: 40px;
}
.m31_view .b_page ul li:first-child {
    border-right: 1px solid #b7b7b7;
}
.m31_view .b_page ul li {width: 50%; float: left;}
.m31_view .b_page ul li a {
    display: block;
    padding: 25px 0;
    text-align: center;
    margin: 3px;
}
.m31_view .b_page ul li a div span {
	font-size: 19px;
}
.m31_view .b_page ul li a div span img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}
.m31_view .b_page ul li a .before_txt {
    display: block;
    margin-top: 10px;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.m31_view .bd_butt {
	margin-top: 20px;
	text-align: center;
}
.m31_view .bd_butt .btn {
	margin: 3px;
    padding: 10px 35px;
    display: inline-block;
    border: 1px solid var(--main-color01);
}

/* pn4 m41 -- contact */
.m41 h2 {
	/* font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	color: var(--main-color01); */
}

/* pn7 m70 --login */
.pageTitleArea.pn7 {display: none;}
.m70 {
	padding: 170px 0 230px;
}
.m70 .inner {
	width: 94%;
	max-width: 500px;
}
.m70 .inner h1 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 55px;
}
.m70 .inner form ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}
.m70.loginPage .inner form ul li:nth-child(3) {
	display: grid;
    gap: 10px;
	font-size: 15px;
	grid-template-columns: 25px 1fr;
	align-items: center;
}
.m70.loginPage .inner form .formList li:not(:nth-child(3)) input {
	width: 100%;
	height: 48px;
	border-radius: 12px;
	padding: 0 14px;
}
.m70.loginPage .inner form .formList li:not(:nth-child(3)) label {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	min-width: 0;
	min-height: 36px;
	padding: 6px 0;
	color: #363636;
}
.m70 .inner form .login_other {
	margin-top: 24px;
	display: flex;
	gap: 1px;
	justify-content: center;
}
.m70 .inner form .login_other a {
	padding: 0 10px;
	color: #363636;
	transition: all var(--transition-option);
}
.m70 .inner form .login_other a:hover {
	color: black;
}

/* pn7 m70 --join */
.joinPage .inner {
	max-width: 950px;
}
.joinPage .btn_list {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.joinPage .btn_list button {
	background-color: var(--txt-color01);
	border: 2px solid var(--btn-white-color02);
	color: var(--main-color01);
	padding: 20px 10px;
}
.joinPage .btn_list h1 {
	margin-bottom: auto;
}
.joinPage .form_box ul li {
	grid-template-columns: 120px 1fr;
}
.findPage .tabs {
	display: flex;
	margin-bottom: 40px;
}
.findPage .tabs li{
	width: 50%;
	cursor: pointer;
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #363636;
}
.findPage .tabs li.on {
	color: var(--main-color01);
	font-weight: bold;
	border-bottom: solid 1px var(--main-color01);
}
.findPage .tabconwrap .tabcon {
	display: none;
}
.findPage .tabconwrap .tabcon.on {
	display: block;
}
.findPage .inner form ul li input {
	width: 100%;
	height: 48px;
	border-radius: 12px;
	padding: 0 14px;
}

/* pn7 m70 --info */
.infoPage .form_box .pc-2-m-1 {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 140px);
    gap: 15px;
	justify-items: center;
	align-items: center;
	margin-bottom: 15px;
}
.infoPage .form_box .pc-2-m-1 .qr_wrap {
	max-width: 240px;
}
.infoPage .form_box .pc-2-m-1 .qr_wrap img {
	padding: 10px 15px;
}
.infoPage .form_box .adress-input {
	display: grid;
	grid-template-columns: 1fr 140px;
	gap: 10px;
}
.infoPage .input-group {
    display: grid;
    grid-template-columns: 1fr 40px;
	justify-items: center;
}
.infoPage .input-group-text {
    width: 25px;
    background: url(/img/common/icon_view.png) no-repeat center center / 25px;
}
.infoPage .input-group-text.show-password {
    background: url(/img/common/icon_hide.png) no-repeat center center / 25px;
}
.infoPage .logout_btn {
	background-color: var(--btn-white-color01);
	color: #363636;
	margin-top: 20px;
}
.infoPage .logout_btn:hover {
	background-color: var(--btn-white-color02);
}


/* ===== mobile ===== */
@media (max-width:812px) {

    .pcbr{display:none;}
    .mbbr{display:block;}
	
    .pc_view{display: none;}
    .m_view{}

    /*  */
    #contents{padding-top:56px;}
	
	.pageTop {
		height: 130px;
	}
	.category ul li a {
		font-size: 18px;
	}
	.pageTop .pageSlg{font-size:32px;}

	/* 오시는 길 */
	.m11.way h3 {
		font-size: 36px;
	}
	.m11.way .address {
		font-size: 16px;
	}
	.m11.way .infoWrap {
		flex-direction: column;
	}
	.m11.way .infoWrap a {
		flex-direction: column;
	}
	.m11.way .infoWrap span {
		font-size: 18px;
	}
	.m11 .map {
		height: 90vw;
	}

	/* pn2 m21 --product */
	.m21 .prdList {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}
	.m21 .prdList li {

	}
	.m21 .prdList li .thumb {
		padding-bottom: 56.25%;
	}
	.m21 .prdList li .prdDetail {
		padding-top: 1.2rem;
		font-size: 12px;
	}
	.m21 .prdList li .prdName {
		font-size: 18px;
	}

	/* pn2 m21_view --product_detail */
	.m21_view .preInfo {
		grid-template-columns: 1fr;
		padding: 0;
		gap: 0;
	}
	.m21_view .preInfo .txts p {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}

	/* pn3 m31 --customer */
	.m31 ul li {
		grid-template-areas: 'txt txt'
		'date date'
		'view download';
		grid-template-columns: repeat(2, 1fr);
		padding: 5px 10px;
		font-size: 16px;
		border-top: none;
		border: 1px solid var(--btn-white-color02);
		border-top: 2px solid var(--main-color01);
		box-shadow: 1px 1px 0 var(--btn-white-color02);
		margin-bottom: 10px;
	}
	.m31 ul li:last-child {
		border-bottom: 1px solid var(--btn-white-color02);
		margin-bottom: 0;
	}
	.m31 ul li:first-child,
	.m31 ul li:not(:first-child) .cate {
		display: none;
	}
	.m31 ul li div {
		padding: 5px 0;
	}
	.m31 ul li div:not(.txt) {
		border-top: 1px dashed #dcdcdc;
	}
	.m31 ul li:not(:first-child) .txt {
		padding-left: 0;
		display: flex;
		overflow: hidden;
		grid-area: txt;
	}
	.m31 ul li:not(:first-child) .date {grid-area: date;}
	.m31 ul li:not(:first-child) .btn.view {grid-area: view;}
	.m31 ul li:not(:first-child) .btn.download {grid-area: download;}
	.m31 ul li:first-child div,
	.m31 ul li:not(:first-child) div:not(:nth-child(2)) {
		text-align: unset;
	}
	.m31 ul li .btn {
		justify-content: flex-start;
	}
	.m31 ul li .txt:before {
		display: inline-flex;
		flex: none;
		content: '제목';
		margin-left: 5px;
		width: 100px;
		font-weight: 700;
	}
	.m31 ul li .date:before {
		display: inline-block;
		content: '작성날짜';
		margin-left: 5px;
		width: 100px;
		font-weight: 700;
	}
	.m31 ul li .btn.view:before {
		display: inline-block;
		content: '바로가기';
		margin-left: 5px;
		width: 100px;
		font-weight: 700;
	}
	.m31 ul li .view_btn,
	.m31 ul li .download_btn {
		display: inline-block;
	}
	.m31 ul li .view_btn {
		background: url(/img/fileview_btn.png) no-repeat center center / 19px;
	}
	.m31 ul li .download_btn {
		background: url(/img/download_btn.png) no-repeat center center / 19px;
	}
	.m31 ul li .view_btn,
	.m31 ul li .download_btn {
		background-color: var(--btn-white-color01);
		width: 28px;
		height: 28px;
	}

	.m31_view .board_view .b_info strong {
        padding: 10px;
		font-size: 17px;
    }
	.m31_view .board_view .b_content {
        padding: 20px;
    }
	.m31_view .board_view dl.b_file {
		grid-template-columns: auto;
	}
	.m31_view .board_view dl.b_file dt,
	.m31_view .board_view dl.b_file dd {
		text-align: left;
		padding: 10px 7px;
	}

	/* pn4 m41 -- contact */
	.m41 h2 {
		/* font-size: px; */
	}

	/* pn7 m70 --login */
	.m70 {
		padding: 50px 0;
	}
	.m70.loginPage .inner {
		width: 100%;
	}
	.m70 .inner h1 {
		font-size: 32px;
	}
	.m70.loginPage .inner form .formList li:not(:nth-child(3)) label {
		display: none;
	}
	.m70.loginPage .inner form .login_other {
		flex-direction: column;
		gap: 16px;
		margin-top: 16px;
	}
	.m70.loginPage .inner form .login_other span {
		display: none;
	}
	.m70.loginPage .inner form button,
	.m70.loginPage .inner form .login_other a {
		height: 56px;
		font-size: 17px;
		border-radius: 15px;
	}
	.m70 .inner form .login_other a:first-child {
		background: var(--btn-white-color01);
	}
	.m70 .inner form .login_other a:first-child:hover {
		background: var(--btn-white-color02);
	}
	.m70 .inner form .login_other a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* pn7 m70 --join */
	.joinPage .btn_list {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.joinPage .btn_list button {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.joinPage .btn_list button img {
		object-fit: contain;
		height: 105px;
	}
	.m70.joinPage .form_box ul li {
		grid-template-columns: 1fr;
	}
}