@charset "UTF-8";
 * { box-sizing: border-box; margin: 0; padding: 0; }
.mainframe{
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: 'El Messiri','Noto Serif JP','Noto Serif TC',serif;
	font-size: 15px;
	display: flow-root;
}
.mainframe a {
	text-decoration: none;
}
.mainframe a:hover,a:focus { text-decoration: none; }
.mainframe img {
	max-width: 100%;
	display: block;
}
/*.mainframe button {
	background: none;
	border: none;
}
.mainframe button:hover {
	cursor: pointer;
}*/
p, a, p a, p span {
	font-size: 15px;
	color: #000000;
	margin: 0;
}
/*指定文字*/
.font-noto{
	font-family: 'El Messiri','Noto Serif JP','Noto Serif TC',serif !important;
}
/*大Banner*/
.mainframe h1 {
	font-family: 'El Messiri','Noto Serif JP','Noto Serif TC',serif;
	font-weight: 700;
}
.section__top {
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 1200px) {
	.section__top {
		padding: 0;
	}
}
.section__top img {
	width: 100%;
}
@media screen and (max-width: 600px) {
	.section__top img.top--db {
		display: none;
	}
}
.section__top img.top--dn {
	display: none;
}
@media screen and (max-width: 600px) {
	.section__top img.top--dn {
		display: block;
	}
}
/*前言*/
.section__desc {
	padding: 5rem 3rem 0;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.section__desc {
		padding: 3rem 2.5rem 0;
	}
}
.section__desc h1 {
	font-size: 30px;
	margin-bottom: 1.5rem;
	line-height: 1.75;
}
@media screen and (max-width: 600px) {
	.section__desc h1 {
		font-size: 22.5px;
	}
}
.section__desc p {
	text-align: center;
}
@media screen and (max-width: 500px) {
	.section__desc p {
		text-align: justify;
	}
}
.section__desc p span {
	font-size: 15px;
	letter-spacing: 0.04em;
	display: block;
	line-height: 2.5;
}
@media screen and (max-width: 500px) {
	.section__desc p span {
		display: inline;
		font-size: 13px;
	}
}
.section__desc p.special {
	display: inline-block;
	padding: 1.3rem 1.5rem;
	color: #FFFFFF;
	background-color: #d96d3b;
	font-size: 17.25px;
	margin-top: 3rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
@media screen and (max-width: 500px) {
	.section__desc p.special {
		text-align: center;
		font-size: 13px;
	}
}
@media screen and (max-width: 320px) {
	.section__desc p.special {
		width: calc(100% - 1.5rem);
		padding: 0.75rem;
		font-size: 12.75px;
	}
}
.section__desc p.special2 {
	text-align: center;
	margin-top: 0.5rem;
}
.section__desc p.special2 span {
	color: #651018;
	font-size: 12.75px;
	line-height: 1.5;
}
/*測驗*/
.qa{
	width:100%;
	max-width:1100px;
	margin:0 auto;
}
/*手機平板區塊隱藏*/
@media screen and (max-width: 767px) {
    .qa .dsk {
        display: none; 
	} 
}
.qa .sp {
    display: none; 
}
@media screen and (max-width: 767px) {
    .qa .sp {
        display: block;
	}
	.qa .dsk {
        display: none; 
	} 
}
/*主選單*/
.section__nav {
	position: relative;
	width: 100%;
}
.section__nav .menu-nav {
	position: relative;
	padding: 0;
	width: 100%;
	z-index: 3;
}
@media screen and (max-width: 600px) {
	.section__nav .menu-nav {
		padding: 0.5rem 0;
	}
}
.section__nav .menu-nav .inner {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 1.2rem auto 1.5rem auto;
}
@media screen and (max-width: 600px) {
	.section__nav .menu-nav .inner {
		padding: 0 0.2rem;
		width: 95%;
	}
}
.section__nav .menu-nav .inner .menu-item {
	display: flex;
	justify-content: center;
	width: calc(33.33% - 10px);
	margin: 4px;
	text-align: center;
	padding: 1.4rem 0;
	border: #000 1px solid;
}
@media screen and (max-width: 600px) {
	.section__nav .menu-nav .inner .menu-item {
		width: calc(33.33% - 6px);
		padding: 0.7rem 0;
		margin: 2px;
	}
}
.section__nav .menu-nav .inner .menu-item p {
	display: flex;
	color: #333333;
	margin: 0;
}
@media screen and (max-width: 600px) {
	.section__nav .menu-nav .inner .menu-item p {
		font-size: 0.9em;
	}
}
.section__nav .menu-nav .inner .menu-item p:after {
	content: url("../images/arrow.svg");
	display: block;
	top: 0px;
	left: 6px;
	zoom: 80%;
	position: relative;
}
@media screen and (max-width: 600px) {
	.section__nav .menu-nav .inner .menu-item p:after {
		zoom: 60%;
		top: 4px;
	}
}
.section__nav.cloned {
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
	background-color: #fff;
}
.section__nav.original {
	margin-bottom: 2rem;
}
/*標題*/
.tittle {
	width:100%;
	text-align:center;
}
#sec1 .tittle h1,.natural{
	color:#c4bdb4;
}
#sec2 .tittle h1,.wave{
	color:#becabe;
}
#sec3 .tittle h1,.straight{
	color:#c3cdd3;
}

.tittle h1{
	font-size:43px;
	letter-spacing:2px;
	margin: 0 auto 0 auto;
	padding-top:80px;
}
.tittle h1 span{
	font-size:36px;
}
.tittle h5{
	 font-size: 16px;
     letter-spacing: 2px;
	 line-height: 1.8;
     font-weight: 500;
     color: #434343;
	 margin: 15px auto 0 auto;
}
/*類別介紹重點*/
.trend-block{
	width:100%;
	margin: 3% auto 0 auto;
	clear: both;
	display: flex;
    justify-content: center;
	align-items: center;
}
@media (max-width: 991px){
	.trend-block {
		flex-direction: column;
		align-items: center;
	}	
}
.trend-block .flex{
	display:flex;
	flex-direction: row;
	justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
/*類型介紹*/
.trend-box{
	width:65%;
	max-width:900px;
	padding: 0 0 2% 0;
}
.trend-box a{
	display:contents;
}
.trend-box img{
	width:43%;
}
.trend-box .a{
	margin:-5% 0 0 0;
}
.trend-box:after {
    content: "";
    position: absolute;
    background-color: #5c6076b8;
    width: 80px;
    height: 360px;
    left: 16%;
    z-index: 0;
}
#sec1 .trend-box:after {
	background-color: #d4cbc2a6;
}
#sec2 .trend-box:after {
	background-color: #cbd9cca8;
}
#sec3 .trend-box:after {
	background-color: #c6cbd196;
}

.trend-box .b{
	margin:10% 0 0 -3%;
}
@media (max-width: 2560px){
	.trend-box:after {
		width:80px;
		height: 350px;
		left: 25%;
	}
}
@media (max-width: 2000px){
	.trend-box:after {
		width:80px;
		height: 350px;
		left: 15%;
	}
}
@media (max-width: 1700px){
	.trend-box:after {
		width:80px;
		height: 350px;
		left: 12%;
	}
}
@media (max-width: 1650px){
	.trend-box:after {
		width:80px;
		height: 350px;
		left: 10%;
	}
}
@media (max-width: 1600px){
	.trend-box:after {
		width:80px;
		height: 350px;
		left: 8%;
	}
}
@media (max-width: 1500px){
	.trend-box:after {
		width:80px;
		height: 350px;
		left: 4%;
	}
}
@media (max-width: 1200px){
	.trend-box:after {
		width:80px;
		height: 350px;
		left: 2%;
	}
}
@media (max-width: 991px){
	.trend-box .flex {
		display: flex;
		flex-direction: column;
	}
	.trend-box{
		width:100%;
		margin:1rem auto;
		padding: 2% 0;
	}
	.trend-box:after {
		width:80px;
		height: 380px;
		left: 5%;
	}
}
@media (max-width: 768px){
	.trend-box img{
		width:45%;
	}
	.trend-box:after {
		width:60px;
		height: 200px;
		left: 1%;
	}
}
@media (max-width: 640px){
	.trend-box:after {
		width:40px;
		height: 200px;
		left: 0;
	}
}
@media (max-width: 320px){
	.trend-box:after {
		width:40px;
		height: 160px;
		left: 0;
	}
}

/*介紹區塊*/
.info{
	width:35%;
	max-width:450px;
	order:1;
	letter-spacing:2px;
}
.info h3{
	margin:0 0 10px 0;
	text-decoration: underline;
	font-size: 18px;
	font-weight:700;
}
.info p{
	letter-spacing:2px;
	text-align:justify;
	line-height: 1.5;
}
.info .point{
	width:100%;
	max-width: 430px;
	border:1px #333 solid;
	margin:30px 0;
}
.info .point h4{
	display: table;
    width: auto;
    margin-top: -10px;
    margin-left: 15px;
	margin-bottom: 0;
    padding: 0 10px;
    background: #fff;
	font-size: 16px;
    font-weight: 600;
}
.info .point ul{
	width:97%;
	list-style: disc;
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.info .point ul li{
	display: list-item;
    text-align: -webkit-match-parent;
	line-height:1.5;
	letter-spacing:2px;
}
@media (max-width: 991px){
	.info{
		width:90%;
	}
}
@media screen and (max-width: 500px) {
	.info .point ul li{
		font-size:15px;
	}
	.info .point h4{
		margin-top: -10px;
	}
}
/*款式與材質推薦*/
.info .cloth ul{
	width:100%;
	margin-block-start: 0;
	padding-inline-start: 0;
}
.info .cloth li{
	width:20%;
	float: left;
	text-align:center;
	font-size:12px;
	list-style: none;
}
@media screen and (max-width: 500px) {
	.info .cloth ul{	
		display: flex;
		justify-content: center;
	}
	.info .cloth li{
		width:20%;
		display: flex;
        align-items: center;
        flex-direction: column;
	}
}
/*畫重點動畫CSS*/
.c-marker {     
		background: -webkit-linear-gradient(left,#f3ecb6 50%, transparent 50%);     
		background: -moz-linear-gradient(left, #f3ecb6 50%, transparent 50%);     
		background: linear-gradient(left, #f3ecb6 50%, transparent 50%);
		background-repeat: no-repeat; 	
		background-size: 200% 1.5em;      
		background-position: 100% 0em;     
		transition: 2s; 
		transition-delay: .4s;
	} 
	.c-marker.is-active{     
		background-position: 0% 0em; 
	}

/*商品排列*/
.section__items {
	position: relative;
	display: flex;
    flex-direction: column;
}
.section__items .item {
	max-width: 1000px;
	width: 100%;
	margin: 6rem auto 0 auto;
    padding-bottom: 2rem;
	display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 1200px) {
	.section__items .item {
		width: 98%;
	}
}
@media screen and (max-width: 600px) {
	.section__items .item {
		width: 95%;
		margin:4rem auto 1rem auto ;
	}
}
.section__items .item .title {
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto 20px auto;
}
.section__items .item .title h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom:10px;
}

@media screen and (max-width: 600px) {
  .section__items .item .title h1 {
    font-size: 23px;
  }
}
/*商品資訊*/
.item-list{
	width:100%;
	display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}
.item-list .item-col{
	display: flex;
	align-items: stretch;
	width: calc(33.3333% - 1rem);
	margin: 0 0.5rem 0.5rem;
}
@media screen and (max-width: 600px) {
	.item-list .item-col {
		width: calc(50% - 1rem);
		margin: 0 0.25rem 0.5rem;
	}
}
.item-list .item-col a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width:100%;
	align-items: center;
	position: relative;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-list .item-col a:hover {
	transform: translateY(5px);
}
.item-list .item-col a .shop-button {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0.4rem 0.6rem 0.3rem;
    margin: 0.6rem 0 1rem 0;
    font-size: 15px;
    letter-spacing: 0.08rem;
	display: inline-block;
}
.item-list .item-col a .shop-button:after {
	font-size: 9px;
	content: "Shop Now";
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
}
.item-list .item-col a .name{
	margin: 0.6rem 0 0 0;
	font-size: 13px;
	letter-spacing:1px;
	text-align: center;
	line-height: 1.5;
}
.item-list .item-col a .item-price--discount,.item-list .item-col a .item-price{
	line-height: 2;
}
.item-list .item-col a .item-price--discount span:first-child {
	color: #666666;
    text-decoration: line-through;
    margin-right: 0.25rem;
}
.item-list .item-col a .item-price--discount span:last-child:before {
    color: #666666;
    content: "→";
    margin-right: 0.75rem;
    position: relative;
    top: 1px;
}
.item-list .item-col a .item-price--discount span:last-child{
	color: #fc1212;
}
/*更多商品*/
.section__more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4rem auto 8rem;
}
.section__more .button {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	color: #FFFFFF;
	padding: 1rem 2rem 0.8rem;
    font-size: 14px;
    width: 280px;
    text-align: center;
    border-radius: 35px;
}
.section__more .button:after {
	content: "→";
	margin-left: 0.5rem;
	top: 1px;
	position: relative;
}
.section__more .button:hover {
	transform: translateX(3px);
}
@media screen and (max-width: 767px) {
	.section__more {
		margin: 4rem auto;
	}
	.section__more .button {
		padding: 1.4rem 2rem 1.2rem;
	}
}
/*返回TOP按鈕*/
#backtop {
	position: fixed;
	bottom: 100px;
	right: 15px;
	width: 35px;
	display: block;
	text-decoration: none;
	display: none;
	text-align: center;
	z-index: 5;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
#backtop img {
	display: inline-block;
	width: 35px;
	margin-top: 9px;
}
/*問答專區*/

.quiz-fullscreen {
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 1000;
      transition: opacity 0.4s ease;
    }

    .quiz-question {
      display: none;
      text-align: center;
      padding: 2rem;
      animation: fadeIn 0.5s ease;
    }

    .quiz-question.active {
	  width: 100%;
      max-width: 800px;
      display: flex;
	  flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
    }
	.quiz-question .tittle-q {
		width: 80%;
		max-width: 200px;
		margin: 10px auto;
		height:auto;
	}
	.quiz-question h2{
	font-size: 28px;
	margin: 20px auto 0 auto;
	font-weight: 700;
	}
	.quiz-question h2 span{
		font-size: 24px;
	}
	.quiz-question h3{
	font-size: 22px;
	font-weight:700;
	margin: 20px auto;
	}
	.quiz-question h4{
	font-size: 15px;
	margin: 10px auto;
	}
    .quiz-question p {
      font-size: 16px;
	  line-height: 2;
      margin-bottom: 2rem;
    }
	.quiz-question hr {
	  display: block;
	  width: 100%;
	  max-width: 330px;
	}
    .quiz-question .ace{
      margin: 0.5rem;
      padding: 0.75rem 0.8rem 0.50rem 0.8rem;
      font-size: 14px;
      border: none;
      background: #222;
      color: #fff;
      cursor: pointer;
      transition: background 0.3s;
	  width: 100px;
	  font-family: 'El Messiri','Noto Serif JP','Noto Serif TC',serif;
    }
.quiz-question .button-re,.button-re {
      margin: 0.5rem;
      padding: 0.85rem 0.8rem 0.5rem 0.8rem;
      font-size: 1rem;
      border: none;
	  background: #757575;
      color: #ffffff;
      cursor: pointer;
      transition: background 0.3s;
	  width:200px;
	  text-align: center;
	  letter-spacing:2px;
    }

    .quiz-question .ace:hover,.button-re:hover {
      background: #444;
    }
	.button-re{
		width:60%;
		max-width: 200px;
		margin: 50px auto;
		font-size: 14px;
	}
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
@media screen and (max-width: 500px) {
	    .quiz-question {
			 padding: 0.5rem 0;
		}
}
    /* 模擬診斷結果區塊 */
    .quiz {
      padding: 100px 20px;
      min-height: 100vh;
    }
/*類型圖片*/
.pic-box{
	width:100%;
	display: flex;
    justify-content: center;
}
.pic{
	width:28%;
	max-width:300px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
/*介紹區塊*/
.pic-info{
	text-align:left;
	width:72%;
	max-width:430px;
	order:1;
	letter-spacing:2px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.pic-info h3{
	margin:0 0 10px 0;
	text-decoration: underline;
	font-size: 18px;
	font-weight:700;
}
.pic-info p{
	letter-spacing:2px;
	text-align:justify;
	line-height: 1.5;
	font-size: 15px;
	margin-bottom: 10px;
}
.pic-info .point{
	width:98%;
	/*max-width: 350px;*/
	border:1px #333 solid;
	margin:30px 0;
}
.pic-info .point h4{
	display: table;
    width: auto;
    margin-top: -10px;
    margin-left: 15px;
	margin-bottom: 0;
    padding: 0 10px;
    background: #fff;
	font-size: 16px;
    font-weight: 600;
}
.pic-info .point ul{
	width:99%;
	list-style: disc;
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	text-align;left;
}
.pic-info .point ul li{
	display: list-item;
    text-align: -webkit-match-parent;
	line-height:1.5;
	letter-spacing:3px;
}
@media (max-width: 991px){
	.pic{
		width:40%;
	}
	.pic-info{
		width:65%;
	}
}
@media screen and (max-width: 500px) {
	.pic-info .point{
		padding-inline-start: 10px;
		margin: 15px 0;
	}
	.pic-info .point ul{
		padding-inline-start: 25px;
	}
	.pic-info .point ul li{
		font-size:14px;
	}
	.pic-info .point h4{
		margin-top: -10px;
	}
}
/*款式與材質推薦*/
.pic-info .cloth ul{
	width:100%;
	margin-block-start: 0;
	padding-inline-start: 0;
}
.pic-info .cloth li{
	width:15%;
	float: left;
	text-align:center;
	font-size:12px;
	list-style: none;
}
@media screen and (max-width: 500px) {
	.pic-info .cloth li{
		width:20%;
	}
}
/*
==============================================================================================
                                          vars.css
==============================================================================================
*/
:root {
  /*===================== colors */
  --color-basic: #000;
  --color-border: #ddd;
  --color-light: #999;
  --color-dark: #777;
  --color-highlight: #C03636;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #A6A6A6;
  --color-red: #A91212;
  --color-green: #17592A;
  --color-brown: #7E4F18;
  --color-beige: #E0D2AC;
  --color-purple: #693589;
  --color-blue: #1444C0;
  --color-yellow: #EBCC61;
  --color-orange: #EB9B22;
  --color-gold: #D6B768;
  --color-silver: #DFDFDF;
  --color-bordeaux: #670F17;
  --color-errormsg: var(--color-red);
  /*===================== z-index */
  --zindex-behind: -1;
  --zindex-middle: 0;
  --zindex-front: 1;
  --zindex-header: 9999;
  --zindex-drawer: 99999;
  --zindex-modal: 999999;
  /*===================== utility */
  --hover-opacity: .8;
  --transition-default: .15s ease;
  /*===================== fonts */
  --font-primary: 'Inter', 'Noto Sans TC', sans-serif;
  --font-tc: 'Noto Sans TC', sans-serif;
  --font-en: 'Inter', sans-serif;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  :root {
    /*===================== container width */
    --container-fluid: 100%;
    --container-basis: 1440px;
    --container-products: 1310px;
    --container-wide: 1200px;
    --container-narrow: 1000px;
    /*===================== title */
    --index-s: 1.8rem;
    --index-l: 3.8rem;
    /*===================== text */
    --text-s: 1.3rem;
    --text-m: 1.5rem;
    --text-l: 1.8rem;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  :root {
    /*===================== container width */
    --container-fluid: 100%;
    --container-basis: 100%;
    --container-products: 100%;
    --container-wide: 100%;
    --container-narrow: 100%;
    --inner-wide: 0 1.5rem;
    --inner-narrow: 0 2.25rem;
    /*===================== title */
    --index-s: 1.2rem;
    --index-l: 2.6rem;
    /*===================== text */
    --text-xs: 1rem;
    --text-s: 1.1rem;
    --text-m: 1.3rem;
    --text-l: 1.4rem;
  }
}

/*
==============================================================================================
																				3. footer
==============================================================================================
*/
#footer {
  width: 100%;
  margin-top: auto;
  background: #efefef;
  letter-spacing: 0.04em;
  font-family: 'Inter', 'Noto Sans TC', sans-serif!important;
}

#footer .footer__inner {
  margin: auto;
}

#footer .inqury__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*font-style: normal;*/
  font-weight: 700;
}

#footer .inqury__information {
  font-size: 9px;
  color: var(--color-light);
  line-height: 1.5;
}

#footer .navigation__wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-facebook {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}
.icon-facebook:hover {
transform: scale(1.1);
}
.icon-instagram {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}
.icon-instagram:hover {
  transform: scale(1.1);
}
.icon-line {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}
.icon-line:hover {
  transform: scale(1.1);
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  #footer .footer__inner {
    max-width: var(--container-wide);
    width: 95%;
    padding: 40px 0;
  }
  #footer .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footer__content--upper {
    padding-bottom: 25px;
  }
  #footer .footer__content--lower {
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  #footer .inqury__title {
    font-size: 25px;
  }
  #footer .inqury__title .icon {
    width: 30px;
  }
  #footer .inqury__title .text {
    margin-left: 8px;
  }
  #footer .inqury__information {
    margin-top: 5px;
  }
  #footer .navigation__wrapper ul {
    font-size: 13px;
  }
  #footer .navigation__wrapper ul li:not(:nth-of-type(1)) {
    margin-left: 20px;
  }
  #footer .navigation__wrapper ul li a{
   font-size:13px;
  }
  #footer .copyright {
    font-size: 9px;
  }
  #footer .social__list li {
    width: 25px;
  }
  #footer .social__list li:not(:nth-of-type(1)) {
    margin-left: 20px;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  #footer .footer__inner {
    width: var(--container-fluid);
    padding: 38px 0 63px;
    text-align: center;
  }
  #footer .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .footer__content--upper {
    padding-bottom: 30px;
  }
  #footer .inqury__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .inqury__title .icon {
    width: 2.4rem;
  }
  #footer .inqury__title .text {
    margin-left: .6rem;
	font-size: 22px;
  }
  #footer .inqury__information {
    margin-top: 0.5rem;
  }
  #footer .navigation__wrapper {
    margin-top: 25px;
    padding: 0 3rem;
  }
  #footer .navigation__wrapper ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px
  }
  #footer .navigation__wrapper ul li {
    padding: .4rem .75rem;
  }
  #footer .navigation__wrapper ul li a{
   font-size:13px;
  }
  #footer .copyright {
    margin-top: 2.5rem;
    font-size: 10px;
    color: var(--color-light);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #footer .social__wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #footer .social__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .social__list li {
    width: 33px;
  }
   #footer .social__list li a{
	width: 33px;   
   }
  #footer .social__list li:not(:nth-of-type(1)) {
    margin-left: 1.6rem;
  }
  .icon-facebook {
	  width: 26px;
	  height: 26px;
	  transition: transform 0.3s ease;
	}
	.icon-facebook:hover {
	transform: scale(1.1);
	}
	.icon-instagram {
	  width: 26px;
	  height: 26px;
	  transition: transform 0.3s ease;
	}
	.icon-instagram:hover {
	  transform: scale(1.1);
	}
	.icon-line {
	  width: 26px;
	  height: 26px;
	  transition: transform 0.3s ease;
	}
	.icon-line:hover {
	  transform: scale(1.1);
	}
}
