﻿@charset "utf-8";
@import url("/Library/Css/user_layout.css");


/*메인*/

#mContainer {width: 100%; margin-top: 20px;}
#mContainer #Container {width: 1200px; margin: 0 auto;}

.mConBox1 {width: 1200px; margin: 0 auto;}
.mConBox1:after {content: ""; display: block; clear: both; z-index: 1;}

.mConBox1 .m_slider {float: left; width:70%;height:437px; outline:1px solid #e1e1e1;}

.mConBox1 .Rbox {position: relative; float: right; /*width: 278px;*/width:29%; overflow:hidden;  box-sizing: border-box;}
.mConBox1 .Rbox .login-box {margin:0 auto;border: 1px solid #e1e1e1; padding: 20px 5%;}
.mConBox1 .Rbox .login-box .input-sec{display:flex;}
.mConBox1 .Rbox .login-box .input-sec > p:last-child{margin-top:-1px;}
.mConBox1 .Rbox .login-box input[type="text"], .mConBox1 .Rbox .login-box input[type="password"] {padding: 10px; box-sizing: border-box; background: #f9fafc;}
/*.mConBox1 .Rbox .login-box input[type="image"] {position: absolute; top:20px; right:20px;}*/

.mConBox1 .Rbox .login-box h2 {position: relative; width: 100%; height: 34px; line-height: 30px; font-size: 13px; font-weight: bold; background: #000; color: #fbfbfb; padding: 0 15px; box-sizing: border-box;}
.mConBox1 .Rbox .login-box h2 span.out {position: absolute; top: 3px; right: 10px;}
.mConBox1 .Rbox .login-box h2 span.out a {font-size: 11px; font-weight: 300; color: #FF0;}
.mConBox1 .Rbox .login-box .logout {border: 1px solid #dbdbdb; box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);}
.mConBox1 .Rbox .login-box .logout ul li {width: 100%; box-sizing: border-box; line-height: 15px; font-size: 13px; padding:14px 15px;}

.mConBox1 .Rbox .login-util:after {content: ""; display: block; clear: both; z-index: 1;}
.mConBox1 .Rbox .login-util ul li {float: left; margin-right: 10px; padding-right: 12px; background: url(/image/main/Login_UtilLine.gif) no-repeat right 50%;
font-size:14px;  margin-top:16px;}
.mConBox1 .Rbox .login-util ul li:last-child {margin-right: 0; padding-right: 0; background: none;}

.mConBox1 .Rbox .login-sns{width:100%; margin:10px 0; display:flex;}
.mConBox1 .Rbox .login-sns > a{display:inline-block; border:1px solid #e1e1e1; cursor:pointer; margin-right:3%; width:48%; /*box-shadow: 3px 3px 11px rgb(249 217 104);*/}
.mConBox1 .Rbox .login-sns > a:hover{box-shadow: 0px 0px 20px rgb(0 0 0 / 20%); border-color:#f9d968}
.mConBox1 .Rbox .login-sns > a:nth-child(2){margin-right:0;}

.mConBox1 .Rbox .btn-box {width:100%;}
.mConBox1 .Rbox .btn-box strong{width:100%; background-color:#9a9a9a; line-height:70px; text-align:center; display:block; margin-bottom:10px; margin-top:6.06px;}
.mConBox1 .Rbox .btn-box p{width:100%; background-color:#6D6B6B; line-height:70px; text-align:center;}
.mConBox1 .Rbox .btn-box strong:hover{background-color:#f9cd31;}
.mConBox1 .Rbox .btn-box p:hover{background-color:#f9d968;}
.mConBox1 .Rbox .btn-box p:hover a{color:#000;}
.mConBox1 .Rbox .btn-box p > a , .mConBox1 .Rbox .btn-box span > a{display:block; width:100%; height:100%; cursor:pointer;}
.mConBox1 .Rbox .btn-box span{display:block; width:100%; background-color:#000; line-height:70px; text-align:center; margin-top:10px;}
.mConBox1 .Rbox .btn-box span:hover{background-color:#2160eb;}
.mConBox1 .Rbox .btn-box em{color:#fff; font-size:18px;}
.mConBox1 .Rbox .btn-box p:hover a em , .mConBox1 .Rbox .btn-box strong:hover a em{font-weight:900; color:#000;font-size:17px;}
.mConBox1 .Rbox .btn-box span:hover a em{font-weight:900; font-size:17px;}

/*메인 롤링 배너*/
.m_slider{position:relative; /*width:810px;*/width:100%; }
.m_slider .frame {overflow: hidden; position: relative;}
.m_slider .frame ul {list-style: none; margin: 0; padding: 0; position: absolute;}
.m_slider ul li{width:100%; float: left; !important;}
.m_slider .frame ul li { float: left; margin: 0 1px 0 0; padding: 0; cursor: pointer; }
.m_slider .frame ul li img {width:1882px;}
.m_slider .frame ul li.active { color: #fff; background: #a03232; }
.m_slider .bx-controls {position:absolute; width:100%; height:16px; bottom:20px; left: 0; z-index:100; }
.m_slider .bx-pager {display:table; margin:0 auto;}
.m_slider .bx-pager .bx-pager-item {float:left;}
.m_slider .bx-pager .bx-pager-item .active {}
.m_slider .bx-controls-direction {display:none;}
.m_slider .Rbtn1{position:absolute; left:-17px; top:248px; z-index:100;}
.m_slider .Rbtn2{position:absolute; right:-17px; top:248px; z-index:100;}
.m_slider .over_bg{background:url(/image/main/banner_over.png) bottom center no-repeat;width:100%; height:570px;}

.m_slider .bx-pager a {
    background: #333;
    display: block;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.m_slider .bx-pager a.active {
    background: #ccc;
}

/* 리뷰 공지사항 입금자를찾습니다 */

.MContBox2 {width: 1200px; margin: 0 auto; margin-top: 50px; display:flex;}
.MContBox2:after {content: ""; display: block; clear: both; z-index: 1;}
.MContBox2 h2 {
	position: relative;
	
}

#container h2.Tit-area{height:29px; margin-bottom:15px;}
#container p.bgBorder{width:100%; border-bottom:1px solid #F9D968;}

.MContBox2 > div {float: left;}

.main-notice {width:46%; margin-right:4%;}
.main-notice ul {width:100%; box-sizing: border-box;}
.main-notice ul li {position: relative; width: 100%; line-height:60px; border-bottom:1px solid #c7c7c7;}
.main-notice ul li a {position: relative; display: block; width: 230px; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.main-notice ul li span {position: absolute; right: 0; top: 0;}


.review {width:46%; margin-left:4%; }
.review ul {width:100%; padding-top: 25px; box-sizing: border-box; text-align: center; overflow:hidden; height:240px;}
.review ul li {width:46%; margin-right:4%; float:left;}
.review ul li a{display:block; width:100%; height:100%;}
.review ul li:last-child {margin-right: 0; margin-left:4%;}
.review ul li img {width:100%; height:180px; box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);}
.review ul li span.exp {display: block; width: 100%; line-height:30px; height:30px; margin-top:12px; font-size:16px; text-align:center; overflow: hidden;}




/*hot deal*/

.MContBox3 {width: 1200px; margin:0 auto; margin-top:80px;}
.MContBox3 p.bgBorder{margin-bottom:20px;}
.hot-deal ul {width: 100%; text-align: center;}
.hot-deal ul:after {content: ""; display: block; clear: both; z-index: 1;}
.hot-deal ul li a{display:block; width:270px; height:250px;}
.hot-deal ul li a img{width:100%; height:100%; border-radius:30px; box-shadow: 9px 3px 10px rgb(0 0 0 / 12%);}
.hot-deal ul li span {display: block;}
.hot-deal ul li span.Hname {font-size: 13px; color: #616161; white-space: nowrap; text-overflow: ellipsis; margin-top: 15px;}
.hot-deal ul li span.Hprice {font-size: 16px; font-weight: bold; color: #010101; margin-top: 7px;}

/*BEST 쇼핑몰*/

.MContBox4 {width: 1200px; margin: 0 auto; margin-top:80px;}

.Bshop {position: relative; width: 100%; height: auto; box-sizing: border-box; background: #fff;}


.m_slider2{margin-top:40px;}
.m_slider2 a{display:block; width:275px;}
.m_slider2 a img{width:100%; box-shadow: inset 1px 1px 10px rgb(0 0 0 / 12%);}
/*.m_slider2 #slider2-B {position:absolute; left: 0; top: 88px; z-index:100;}
.m_slider2 #slider2-N {position:absolute; right: 0px; top: 88px; z-index:100;}
*/

@media all and (min-width:768px) and (max-width:1920px){
.hot-deal ul li{float:left; width:190px; margin-right:30px;}

}

@media all and (min-width:768px) and (max-width:1200px){
.hot-deal ul li{float:left;  margin-right:1%; }
}

@media all and (min-width:681px) and (max-width:768px){
.hot-deal ul li{float:left;  margin-right:1.5%; }
}
@media all and (min-width:600px) and (max-width:680px){
.hot-deal ul li{float:left;  margin-right:2%; }
}
@media all and (min-width:470px) and (max-width:599px){
.hot-deal ul li{float:left;  margin-right:3%; }
}

@media all and (min-width:421px) and (max-width:469px){
.hot-deal ul li{float:left;  margin-right:5%; }
}
@media all and (min-width:100px) and (max-width:420px){
.hot-deal ul li{float:left;  margin-right:6%; }
}

@media all and (min-width:768px) and (max-width:1920px){
.Bshop ul li{float:left;  }
}
@media all and (min-width:482px) and (max-width:767px){

.popUpArea{display:none;}
}
@media all and (min-width:100px) and (max-width:481px){

.popUpArea{display:none;}
}


/* 대행절차 */

.MContBox5 {width:100%; margin-top:80px; background:url('/image/main/gold.png');}

.tab {position: relative; width:1200px; margin:0 auto; padding:40px 0;}
.tab .search-de {position: absolute; top: 5px; right: 0;}
.tab .search-de span {display: inline-block;}
.tab .search-de span.in-de {margin-left: 20px;}
.tab .stepTab .menu_tab ul {width:100%; border-bottom:none; margin-bottom:60px;}
.tab .stepTab .menu_tab ul:after {content:""; display: block; clear: both; z-index: 1;}
.tab .stepTab .menu_tab ul li {float: left; width: 124px; border-radius:30px; margin-right:30px; height:60px; line-height: 60px;
background: #fff; text-align: center; vertical-align: middle; font-size: 14px; font-weight:900;} 
.tab .stepTab .menu_tab ul li:last-child {border-right: none;}
.tab .stepTab .menu_tab ul li.active {background: #000; font-weight: bold; color: #fbfbfb;}
.tab .stepTab .menu_tab ul li.active a {color: #fbfbfb; }

.stepTab div[class^="menu_tab0"] {text-align: center;}

/*배너, 노데이타*/
.MContBox6{width:1200px; margin:0 auto; margin-top:80px;}
.dflex{display:flex;}
.info-btn{width:280px; margin-right:5%;}
.MContBox6 ul{margin-top:30px;}
.info-btn ul li{border:1px solid #f7f7f7; box-shadow: 9px 3px 10px rgb(0 0 0 / 12%);}

.MContBox6 .search-ma {width:80%; box-sizing: border-box;}
.MContBox6 .search-ma ul{display:flex;}
.MContBox6 .search-ma ul:after {content: ""; display: block; clear: both; z-index: 1;}
.MContBox6 .search-ma ul li {float: left;margin-right: 3%;width:32%;}
.MContBox6 .search-ma ul li:nth-child(3){margin-right:0;}
.MContBox6 .search-ma ul li:last-child {margin-right: 0;}
.MContBox6 .search-ma ul li img {width:100%; height:240px; border-radius:50px;}
.MContBox6 .search-ma ul li > p{width:100%;display:flex; margin-top:20px;}
.MContBox6 .search-ma ul li span.num-page{float:left;width:80%; font-weight:900; font-size:16px; color:#666; margin-bottom:7px; display:block;}
.MContBox6 .search-ma ul li p > a.more{float:right; text-align:right; width:20%; font-weight:900;}


/* 하단정보배너 */

.MContBox7:before{content:""; width:100%; height:50px; background-color:#F9D968; display:block;}
.MContBox7{background-color:#000; overflow:hidden; margin-top:80px; }

.MContBox7 > div.dflex{width:1200px; margin:0 auto; display:flex; padding:50px 0;}

#container .MContBox7 h2.Tit-area{height:auto;}
.MContBox7 > .dflex > div {float: left;}
.MContBox7 .deliver{width:33%; margin-right:10%;}
.MContBox7 .deliver p{margin:30px 0; font-size:16px; color:#fff;}

.MContBox7 .deliver .search-de input[type="text"]{width:190px; height:34px; background:#f5f5f5; border:1px solid #d4d4d4; padding-left:5px; color:#313131; vertical-align: top; box-sizing: border-box;}
.MContBox7 .bank-info {width:33%; margin-right:10%;}
.MContBox7 .cs-info {width:33%;}
/*
.MContBox7 .top-rate{width:30%; }
.MContBox7 .top-rate .na-name {
	width:100%;
	height: 40px;
	line-height: 40px;
	background:#2c2c2c;
	text-align:center;
	color: #fbfbfb;
	font-size:18px;
}
.MContBox7 .top-rate .rate-con {
	width: 198px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #3f4253;
	border-top: none;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
}
.MContBox7 .top-rate .rate-con span {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
*/

/*고시환율*/
.MContBox7 .top-rate .exch{width:50%; float:left;/* height:100px; */margin-top: 10px;}
.MContBox7 .top-rate .exch ul{width:96%;/* height:90px; *//*outline:1px solid #ccc;*/ margin:0 auto;}
.MContBox7 .top-rate h3{text-align:center; margin:8px 0; color: #000; font-weight: 900; font-size: 15px;}
.MContBox7 .top-rate .exch ul li{width:132px; margin:0 auto;height: 35px;}
.MContBox7 .top-rate .exch ul li:last-child{color:#f00; font-size:13px;}
/* Main menu */

/*#menu {display:flex;}*/

#menu li
{
	position: relative;
}

#menu ul ul a 
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
	color: #0076a3;
}

*html #menu li a:hover /* IE6 */
{
	color: #0076a3;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 80px;
    left:50%;
    z-index: 99999;    
    background: #fbfbfb;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
	text-align:left;
    margin: 0;
    padding: 0 3px;
    display: block; 
	border-bottom:1px solid #333;

}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    	box-shadow: none;    
}

#menu ul a
{    
	font-size:13px;
	font-weight:300;
    padding: 10px;
	height: 10px;
	width: 130px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	color:#fff;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #f9d968;
	background: -moz-linear-gradient(#666,  #f9d968);	
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#f9d968));
	background: -webkit-linear-gradient(#666,  #f9d968);
	background: -o-linear-gradient(#666,  #f9d968);
	background: -ms-linear-gradient(#666,  #f9d968);
	background: linear-gradient(#666,  #f9d968);
	color:#f7f7f7; font-weight:900;
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 970px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background:url(images/topnav_s.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url (images/topnav_a.gif) repeat-x; }
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 970px;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}

@media all and (min-width:100px) and (max-width:1000px){
#mContainer {margin-top:0;}
}

@media all and (min-width:100px) and (max-width:1230px){

.mConBox1{width:96%;}
.MContBox2, .MContBox3, .MContBox4, .mConBox5, .MContBox6{width:94%; margin:40px auto;}
.m_slider .bxslider li a img{width:100%;}

}

@media all and (min-width:100px) and (max-width:482px){
.MContBox2, .MContBox3, .MContBox4, .mConBox5, .MContBox6{width:94%; margin:20px auto;}
.MContBox3 h2 , .MContBox4 h2 {margin-top:40px; }
.MContBox3 h2{text-align:left; margin-bottom:20px;}
.m_slider .bx-controls{bottom:5px;}
.m_slider .bx-pager a{width:10px; height:10px;}
}

@media all and (min-width:860px) and (max-width:1040px){
.MContBox6 .search-ma ul li{width:46%; margin-right:4%;}
.MContBox6 .search-ma ul li:nth-child(2){width:46%; margin-left:4%; margin-right:0;}
.MContBox6 .search-ma ul li:nth-child(3), .MContBox6 .search-ma ul li:nth-child(4){display:none;}
.MContBox6 .search-ma ul li img{width:100%;}

}

@media all and (min-width:100px) and (max-width:1130px){
.MContBox5{display:none;}
}


#floating , #floating2{display:none;}



@media all and (min-width:100px) and (max-width:1230px){
.tab{width:98%; margin:0 auto;}
.MContBox5 .stepTab > div img{display:block; width:100%;}
.mConBox1 .Rbox .login-sns > a img{width:164px; display:block; margin:0 auto; height:53px;}
}

@media all and (min-width:1041px) and (max-width:1230px){
.mConBox1 .Rbox .login-sns > a img{width:100%;}
}

@media all and (min-width:601px) and (max-width:1040px){
.mConBox1{width:100%;}
.mConBox1 .m_slider{width:100%; float:none; height:auto; border:none; outline:1px solid #e1e1e1;}
.mConBox1 .Rbox{float:none; width:96%; display:flex; margin:30px auto 0;}
.mConBox1 .Rbox .rbox1{width:50%;}
.mConBox1 .Rbox .login-box{width:48%; margin-right:2%; height:176px; float:left;}
.mConBox1 .Rbox .login-sns{width:100%; margin:0 0 10px}
.mConBox1 .Rbox .btn-box{width:100%;}
.mConBox1 .Rbox .login-sns > a img{width:164px; display:block; margin:0 auto;}
}
@media all and (min-width:601px) and (max-width:800px){
.mConBox1 .Rbox .login-sns > a img{width:100%;}
}
@media all and (min-width:100px) and (max-width:600px){
.mConBox1{width:100%;}
.mConBox1 .m_slider{width:100%; float:none; height:auto;}
.mConBox1 .Rbox{float:none; width:94%; margin:30px auto 0;}
.mConBox1 .Rbox .rbox1{width:100%}
.mConBox1 .Rbox .login-box{width:89.5%; height:auto; float:none; margin-bottom:10px;}
.mConBox1 .Rbox .login-box1{width:99%; border:1px solid #ccc; margin-bottom:10px; float:none; padding:0; height:205px;}
.mConBox1 .Rbox .login-box .input-sec{width:80%; margin:20px auto 10px;}

.mConBox1 .Rbox .login-box .item2, .mConBox1 .Rbox .login-box .login-util{margin-left:10%;}
.mConBox1 .Rbox .login-box .login-util{margin-left:10%;}
.mConBox1 .Rbox .login-box .logout{box-shadow:none;}
.mConBox1 .Rbox .login-sns{width:100%; margin:0 0 10px}
.mConBox1 .Rbox .btn-box{width:100%;}

.MContBox2{display:block;}
.MContBox2 > div{float:none;}
.review{margin-left:0; margin-top:20px;}

.MContBox6{}
.dflex{display:block;}
.MContBox6 .search-ma{float:none; width:100%; margin-top:20px;}

/*하단정보*/
.MContBox7 > div.dflex{width:100%; float:none; display:block;}

}
/*notice,review*/

@media all and (min-width:551px) and (max-width:860px){
.MContBox6 .dflex{display:block;}
.info-btn{width:100%; margin-right:0;}
.info-btn ul{width:100%; overflow:hidden;}
.info-btn ul li{width: 49%;float:left;background: linear-gradient(#f8f8f8, #f8f8f8);height: 75px;border-radius: 10px;/*border: 1px solid #ccc;*/
margin-right: 1%;margin-bottom: 1%; overflow:hidden; box-shadow:none;}
.info-btn ul li a img{display:block; margin:0 auto; text-align:center;}
.info-btn ul li:nth-child(2), .info-btn ul li:nth-child(4){margin-right:0;}
.MContBox6 .search-ma{width:100%; margin-top:40px;}
.MContBox6 .search-ma ul li img{height:190px;}

}
@media all and (min-width:100px) and (max-width:600px){
.MContBox6 .search-ma ul li{width:46%; margin-right:4%;}
.MContBox6 .search-ma ul li:nth-child(2){width:46%; margin-left:4%; margin-right:0;}
.MContBox6 .search-ma ul li:nth-child(3){display:none;}
.MContBox6 .search-ma ul li img{height:190px;}
}

@media all and (min-width:100px) and (max-width:550px){
.MContBox6 .dflex{display:block;}
.info-btn{width:100%; margin-right:0;}
.info-btn ul{width:100%; overflow:hidden;}
.info-btn ul li{ background: linear-gradient(#f8f8f8, #f8f8f8);height: 75px;border-radius: 10px;
margin-bottom: 1%; overflow:hidden;  box-shadow:none; }
.info-btn ul li a img{display:block; margin:0 auto; text-align:center;}
.MContBox6 .search-ma{width:100%; margin-top:40px;}


.main-notice ul li{line-height:50px;}
.main-notice ul li a{font-size:14px;}
}

@media all and (min-width:431px) and (max-width:482px){
.MContBox6 .search-ma ul li{width:48%; margin-right:2%;}
.MContBox6 .search-ma ul li:nth-child(2){width:48%; margin-left:2%; margin-right:0;}
.MContBox6 .search-ma ul li:nth-child(3){display:none;}
.MContBox6 .search-ma ul li span.num-page{font-size:14px;}
}

@media all and (min-width:100px) and (max-width:430px){
.MContBox6 .search-ma ul li{width:240px; margin:0 auto;}
.MContBox6 .search-ma ul li:nth-child(2){display:none;}
.MContBox6 .search-ma ul li:nth-child(3){display:none;}
.MContBox6 .search-ma ul li span.num-page{font-size:14px;}
.MContBox6 .search-ma ul li img{height:240px;}

}


@media all and (min-width:100px) and (max-width:800px){
.MContBox2{display:block;}
.MContBox2 > div{float:none; width:100%; margin-right:0;}
.MContBox2 > div.review{margin-top:40px; margin-left:0;}

}


@media all and (min-width:100px) and (max-width:1040px){
.MContBox7 > div.dflex{width:96%;}
.MContBox7 .deliver, .MContBox7 .bank-info{width:auto; margin-right:3%;}
.MContBox7 .cs-info{width:auto;}

}
@media all and (min-width:656px) and (max-width:975px){
.MContBox7 > div.dflex{display:block;}
.MContBox7 div{margin-bottom:30px;}
.MContBox7 .deliver{float:none; width:100%; margin-bottom:0; }
.search-de{display:flex;}
.out-de{margin-right:10px;}
}

@media all and (min-width:100px) and (max-width:670px){
.MContBox7 > div.dflex{display:block;}
.MContBox7 > .dflex > div{float:none;}
.MContBox7 div{float:none; margin:0 auto 30px;}
.MContBox7 .deliver{float:none; width:300px; margin-left:10%;}
.MContBox7 .bank-info, .MContBox7 .cs-info{width:300px; margin:0 0 30px 10%; float:none;}
}
@media all and (min-width:100px) and (max-width:420px){
.MContBox7 > .dflex > div.cs-info > img{width:100%;}
}

@media all and (min-width:100px) and (max-width:435px){
.review ul li{width:80%; margin:0 auto; float:none;}
.review ul li:nth-child(2){display:none;}
.review ul li:last-child{display:none;}
}
@media all and (min-width:100px) and (max-width:390px){
.mConBox1 .Rbox .login-sns > a img{width:100%;}
}
@media (max-width:1040px){
.mConBox1 .Rbox .btn-box strong{margin-top:0; margin-bottom:4px;}
.mConBox1 .Rbox .btn-box1 span{margin-top:4px;}
}

@media (max-width:768px){

}