﻿@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;}

h2.TitName{font-family:'휴먼엑스포'; font-size:30px; line-height:30px; text-align:center;}
.mConBox1 .Rbox {position: relative; float: right; /*width: 278px;*/width:29%; box-sizing: border-box; font-family: '휴먼엑스포';}
.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[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: 34px; font-size: 13px;  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; font-family: '휴먼엑스포'; 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:15px 0; display:flex;}
.mConBox1 .Rbox .login-sns > a{display:inline-block; border:1px solid #e1e1e1; cursor:pointer; margin-right:3%; width:48%; text-align:center; height:50px; 
font-size:16px; line-height:50px;}
.mConBox1 .Rbox .login-sns > a:hover{box-shadow: 0px 0px 20px rgb(26 49 99);/* border-color:#1A3163;*/}
.mConBox1 .Rbox .login-sns > a:nth-child(2){margin-right:0;}

.mConBox1 .Rbox .login-snsA{width:auto; display:flex; outline:1px solid #e1e1e1; justify-content:space-between; align-items:center; height:50px; 
padding:7px 0; margin-top:10px;}
.mConBox1 .Rbox .login-snsA > h3{font-size:20px;padding-left:5%;margin-top:4px;text-shadow: 1px 1px 1px #0c3873;color:#ffffffed;}
.mConBox1 .Rbox .login-snsA > p{display:flex; align-items:center; width:48%; padding-right:5%; justify-content:space-between;}
.mConBox1 .Rbox .login-snsA > p a{cursor:pointer;}
.mConBox1 .Rbox .login-snsA > p a img{width:40px;}
.mConBox1 .Rbox .login-snsA > p a:hover img{transform:rotate(0deg);-moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1);   transition:all 0.8s;}

.mConBox1 .Rbox .login-snsA > a:hover{box-shadow: 0px 0px 20px rgb(26 49 99);/* border-color:#1A3163;*/}
.mConBox1 .Rbox .login-snsA > a:nth-child(2){margin-right:0;}

.mConBox1 .Rbox .btn-box {width:100%; margin-top:20px/*12.58px*/;}
.mConBox1 .Rbox .btn-box1{margin-top:12.58px;}
.mConBox1 .Rbox .btn-box2{margin-top:13.07px;}
.mConBox1 .Rbox .btn-box p{width:100%; background-color:#6D6B6B; line-height:70px; text-align:center;  transition: .4s; font-family: '휴먼엑스포';}
.mConBox1 .Rbox .btn-box p:hover{background-color:#1a3163;}
.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-box1 span{display:block; width:100%; background-color:#383737; line-height:70px; text-align:center; margin-top:7px; transition: .4s;}
.mConBox1 .Rbox .btn-box2 span.mt7{display:block; width:100%; background-color:#383737; line-height:70px; text-align:center; margin-top:7px; transition: .4s;}
.mConBox1 .Rbox .btn-box span:hover{background-color:#1a3163;}
.mConBox1 .Rbox .btn-box2 strong{display:block; width:100%; background-color:#000; line-height:70px; text-align:center; margin-top:7px; transition: .4s;}
.mConBox1 .Rbox .btn-box2 strong:hover{background-color:#1a3163;}
.mConBox1 .Rbox .btn-box em{color:#fff; font-size:18px;}
.mConBox1 .Rbox .btn-box p:hover a em{font-size:17px; }
.mConBox1 .Rbox .btn-box span:hover a em{font-size:17px;}

.mConBox2 {width: 1200px; height:auto; margin:50px auto 30px;}
.mConBox2:after {content: ""; display: block; clear: both; z-index: 1;}
.mConBox2 .info-btn{width:100%;}
.mConBox2 .info-btn ul{width:100%; flex-flow: wrap; justify-content:space-between; display:flex;}
.mConBox2 ul li {float: left;  width:30%; box-sizing: border-box; text-align:center; margin-bottom:20px;}
.mConBox2 ul li a{display:block; width:100%; height:auto; background-color:#1a3163; border-radius:13px;}
.mConBox2 ul li a img{transform:scale(1); transition:transform 0.3s linear;}
/*.mConBox2 ul li a:hover{background-color:#a3daff;}*/
.mConBox2 ul li a img:hover{transform:scale(0.95);}
.mConBox2 ul li:nth-child(3) , .mConBox2 ul li:last-child{margin-right:0;}


/*배송신청, 엑셀,구매 배너*/
.mCont3 {width:100%; height:402px; background:url("/image/main/bgImg.png") repeat; background-size: cover;}
.mCont3 ul{width:1200px; height:100%; margin:20px auto 0; display:flex; flex-flow:wrap; justify-content:space-between;}
.mCont3 li{width:30%; height:300px; float:left; margin-top:65px; background-color: rgb(68 67 67 / 58%);}
.mCont3 li:hover{background-color:/*#1a3163*/rgb(26 49 99 / 90%);;}
.mCont3 li:last-child{margin-right:0;}
.mCont3 li span , .mCont3 li strong{display:block;}
.mCont3 li .redColor{text-align:center; font-size:31px; color:#f00; margin-top:50px;}

.mCont3 li .iconImg{margin:50px auto;}
.mCont3 li .iconImg img{text-align:center; display:block; margin:0 auto;}
.mCont3 li strong{text-align:center; font-size:36px; font-weight:900; color:#fff;}

.flArea{width: 1200px; margin:0 auto; padding:50px 0;}
.mConBox3 {background-color:#f9f9f9; margin-top:50px;}

.mConBox3 h4{margin:20px 0; text-align:center; color:#F55650; font-size:20px; font-family:'휴먼엑스포';}
.mConBox3 .search-ma {width: 100%; margin-top: 16px; padding: 30px 0 30px; box-sizing: border-box;}

.mConBox3 .search-ma ul {width:100%; margin: 0 auto; display:flex; flex-flow:wrap; flex-wrap:wrap; overflow:hidden; height:285px;}

@media (max-width:768px){
.mConBox3 .search-ma ul{height:225px;}
}
.mConBox3 .search-ma ul li {width: 23%; margin-right:2.6%; margin-bottom:15px;}
.mConBox3 .search-ma ul li:nth-child(4) {margin-right: 0;}
.mConBox3 .search-ma ul li span {display: block;   font-size:16px; line-height:25px;}
.mConBox3 .search-ma ul li span img{width:100%; height:240px;}
.mConBox3 .search-ma ul li span.num-page {margin-top: 20px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.mConBox3 .search-ma > p{ width:120px; margin:40px auto 0;}
a.morebtn{color:#fff; background-color:#1a3163;  font-weight:900; display:inline-block; width:120px; height:40px; line-height:40px; position:relative; line-height:0; font-size:14px; border-radius:22px;}
a.morebtn:hover{background-color:#64baf5;}
a.morebtn > span{position:absolute; top:19px; left:24%;}


/*메인 롤링 배너*/
.m_slider{position:relative; /*width:810px;*/width:70%; height:auto; }
.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: #152a57;
    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;
}


/*hot deal*/

.mConBox4 {width:100%; margin: 0 auto;}
.hot-deal{margin-top:40px;}
.hot-deal ul {width: 100%; text-align: center; display:flex;}
.hot-deal ul:after {content: ""; display: block; clear: both; z-index: 1;}
.hot-deal ul li{width:285px; margin-right:30px;}
.hot-deal ul li a{display:block; width:100%; height:240px; overflow:hidden;}
.hot-deal ul li a img{width:100%; height:100%;}
.hot-deal ul li span {display: block;}
.hot-deal ul li span.Hname {font-size: 13px; color: #616161; overflow: hidden; 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 쇼핑몰*/

.mConBox5 {width:100%; margin: 0 auto; background:url("/image/main/bgbg.png") repeat; background-size:cover;}

.Bshop {position: relative; width: 100%; height: auto; padding: 30px 0; box-sizing: border-box;}
.Bshop li{margin-right:10px;}
.Bshop li a{display:block; height:100px; overflow:hidden;}
.m_slider2{100%;}
.m_slider2 #slider2-B {position:absolute; left:0; top:35%; z-index:100;}
.m_slider2 #slider2-N {position:absolute; right: 0; top:35%; z-index:100;}


@media (max-width:1920px){
.Bshop ul li{float:left;  }
}
@media (max-width:767px){

.popUpArea{display:none;}
}
@media (max-width:481px){
.popUpArea{display:none;}
}


/* 대행절차 */

.mConBox7 {width: 1200px; margin: 0 auto; margin-top: 50px;}
.mConBox7 h2{margin-bottom:40px;}
.tab {position: relative; width: 100%;}
.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:auto; margin-bottom:40px;}
.tab .stepTab .menu_tab ul:after {content:""; display: block; clear: both; z-index: 1;}
.tab .stepTab .menu_tab ul li {float: left; width: 160px; margin-right:20px; height:40px; line-height: 40px; background: #64baf5; text-align: center; vertical-align: middle;
font-size: 14px; border-radius:20px;}
.tab .stepTab .menu_tab ul li a{color:#1a3163; font-weight:600;}
.tab .stepTab .menu_tab ul li:last-child {border-right: none;}
.tab .stepTab .menu_tab ul li.active {background: #1a3163;; font-weight: bold;}
.tab .stepTab .menu_tab ul li.active a {color: #fff;}
.tab .stepTab .menu_tab ul li:hover{background-color:#ccc;}
.stepTab div[class^="menu_tab0"] {text-align: center;}

/* 하단정보배너 */

.mConBox8 {width: 1200px; margin: 0 auto; margin-top:80px;}
.mConBox8 .na-name{margin:10px 0 20px;}
.FlexAr{display:flex; justify-content:space-between; padding-bottom:30px; border-bottom:1px solid #ddd;}
.FlexAr1{border:none; padding-top:30px;}
.mConBox8 .cs-info {width:50%; border-right:1px solid #ddd;}
.main-notice {width:45%;}
.main-notice .na-name{margin-bottom:20px; display:inline-block;}
.main-notice a.morebtn{height:30px; width:100px;}
.main-notice a.morebtn > span{top:14px; left:34%;}
.main-notice > span{float:right;}
.main-notice ul {width:100%; height:auto; box-sizing: border-box;}
.main-notice ul li {position: relative; width: 100%; line-height:30px;}
.main-notice ul li i{display:inline-block; font-size:12px; font-style:normal; font-size:5px;}
.main-notice ul li a {position: relative; display: block;  font-size: 16px; overflow: hidden;}
.main-notice ul li > span {position: absolute; right: 0; top: 0;}


.mConBox8 .bank-info {width:50%; border-right:1px solid #ccc;}

.mConBox8 .top-rate{width:45%;}
.mConBox8 .top-rate .na-name {
	width:100%;
	height: 40px;
	line-height: 40px;
	color: #fbfbfb;
	font-size:18px;
	
}
.mConBox8 .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;
}
.mConBox8 .top-rate .rate-con span {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}


/*고시환율*/
.mConBox8 .top-rate .exch{width:100%;}
.mConBox8 .top-rate h3{margin:15px 0; color: #000; font-size:18px;}
.mConBox8 .top-rate .exch ul li{display:inline; margin:0 auto;height: 35px; color:#f5615b; font-size:30px; line-height:35px;font-weight:900;}
.mConBox8 .top-rate .exch ul li span{font-size:18px;}
/* Main menu */

#menu {display:flex;}

#menu li
{
	padding-bottom: 10px;
	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: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 50px;
    left:50px;
    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;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#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;
}

.LayerPopArea{width:auto; height:auto;
display:flex;flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center;}
.popBody{width:100%; height:100%;}

#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 (max-width:1280px){

.mConBox1, .mConBox2, .mConBox4, .mConBox7 , .mConBox8{width:90%; margin:40px auto;}
.mConBox1 .Rbox .btn-box{margin-top:16px;}
.flArea{width:90%;}
.mConBox4 .flArea{width:100%;}
.mCont3 ul{width:90%; }
.m_slider .bxslider li a img{width:100%;}
.mConBox2 ul li a img{width:100%;}

.mCont3 li strong{font-size:24px;}

.mConBox7{display:none;}
}

/*#############################################*/
@media (max-width:1280px){

#container{margin:0 auto;}
.mConBox3{margin-top:40px;}
.mConBox1 .m_slider{width:100%; float:none; height:auto; border:none; outline:1px solid #e1e1e1;}
.mConBox1 .Rbox{float:none; width:100%; 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-snsA{width:100%; margin-top:0;}
.mConBox1 .Rbox .login-sns{width:100%; margin:0 0 10px}
.mConBox1 .Rbox .btn-box{width:100%;}
.mConBox1 .Rbox .login-sns > a img{display:inline-block;margin:0 auto;}
.mConBox1 .Rbox .btn-box1{margin-top:8px;}
.mConBox1 .Rbox .btn-box2{margin-top:0;}
.mConBox1 .Rbox .btn-box1 span{margin-top:6px;}
.mConBox1 .Rbox .btn-box2 span.mt7 , .mConBox1 .Rbox .btn-box2 strong{margin-top:4px;}


.mConBox2 li{width:32%;}
.mConBox2 ul li{margin-bottom:10px;}
.info-btn li{width:32%;}
.mCont3{height:350px;}
.mCont3 li{height:250px;}
.mCont3 li .iconImg{margin:50px auto; height:80px;}
.mConBox3 .search-ma ul li span img{width:100%;}
.mConBox3 .search-ma ul li span.num-page{margin-top:10px;}
.mConBox3 .search-ma ul li span{font-size:14px;}

.mConBox4 .flArea{padding:0;}

.hot-deal ul li a{ height:200px;}

.Bshop{margin:0 auto;}
.m_slider2 .bx-wrapper{width:96%;}
.Bshop li a{display:block; overflow:hidden;}

.mConBox8 .top-rate .exch ul li {font-size:24px;}
}
@media (max-width:1000px){
.hot-deal ul li{margin-right:50px;}
.hot-deal ul li a{width:200px;}
.Bshop li{margin-right:1.5%;}
.Bshop li a{overflow:visible;}
.m_slider2 #slider2-B img , .m_slider2 #slider2-N img{width:35px;}
}


@media (max-width:890px){
.mConBox8 .top-rate .exch ul li span{font-size:14px;}
}
@media (max-width:855px){
.mConBox8 .top-rate .exch ul li{font-size:22px;}
}
@media (max-width:840px){
.hot-deal ul li{margin-right:70px;}
.Bshop li{margin-right:2%;}
}
@media (max-width:794px){
.mConBox8 .top-rate .exch ul li{font-size:20px;}
.Bshop li{margin-right:2.5%;}
}

@media (max-width:768px){
.mConBox1, .mConBox2, .mConBox4, .mConBox7 , .mConBox8{width:96%; margin:20px auto;}
.m_slider .bx-pager a{width:10px; height:10px;}
.mConBox1{margin-top:30px;}
.mConBox3{margin-top:20px;}
.mCont3 ul , .m_slider2 .bx-wrapper{width:96%;}
.mConBox1 .Rbox .login-box {display:none;}
.mConBox1 .Rbox{margin:20px auto 0;}
.mConBox1 .Rbox .rbox1 {width:100%;}
.mConBox1 .Rbox .btn-box{margin-top:0;}
.mConBox1 .Rbox .btn-box p , .mConBox1 .Rbox .btn-box span{border-radius:5px; margin-top:10px;}
.mConBox1 .Rbox .btn-box2 p{margin-top:0;}
.mConBox2 ul li{width:48%; margin-right:2%;}
.mConBox2 ul li:nth-child(3){margin-right:2%;}
.mConBox2 ul li:nth-child(2), .mConBox2 ul li:nth-child(4), .mConBox2 ul li:nth-child(6){margin-right:0;}
.mCont3{height:300px;}
h2.TitName{font-size:20px;}
.mConBox3 h4 {font-size:16px;}
.flArea{padding:20px 0;}
.mCont3 li{height:190px; margin-top:55px; width:32%;}
.mCont3 li .iconImg {margin:30px auto 30px;}
.mCont3 li .iconImg img{height:80px;}
.mCont3 li strong{font-size:18px;}
.mConBox3 .search-ma ul li span{font-size:14px;}
a.morebtn{width:100px; height:30px; font-size:12px;}
a.morebtn > span{top:14px; left:23%;}
.mConBox3 .search-ma{padding:10px 0;}
.mConBox3 h4{margin:10px 0;}
.mConBox3 .search-ma ul li{width:32%; margin-right:2%;}
.mConBox3 .search-ma ul li span{font-size:14px;}
.mConBox3 .search-ma ul li span img{width:100%; height:180px;}
.mConBox3 .search-ma ul li:nth-child(3){margin-right:0;}
.mConBox3 .search-ma ul li:nth-child(4){display:none;}
.mConBox3 .search-ma > p{margin:20px auto 0;}
.hot-deal ul li span.Hname{font-size:13px; margin-top:10px;}
.hot-deal ul li span.Hprice {font-size:14px; margin-top:5px;}
.FlexAr{flex-flow: column; }
.mConBox8 .cs-info , .mConBox8 .bank-info{border-right:none; width:100%;}
.main-notice{width:100%; margin-top:20px;}
 .mConBox8 .top-rate{width:100%; margin-top:30px;}
.mConBox8 .na-name{margin:0 0 20px;}
.mConBox8 .top-rate .exch ul li{font-size:23px;}
}
@media (max-width:730px){
.hot-deal ul li{margin-right:80px;}
.hot-deal ul li a{width:180px; height:180px;}
.Bshop li{margin-right:2.8%;}
}
@media (max-width:711px){
.Bshop li{margin-right:3.3%;}
}
@media (max-width:650px){
.Bshop li{margin-right:4%;}

#footer .copyright .BlockSpan{display:block;}
}

@media (max-width:600px){

.mConBox1 .m_slider{width:100%; float:none; height:auto;}
.mConBox1 .Rbox{float:none; width:100%; margin:30px auto 0;}
.mConBox1 .Rbox .rbox1{width:100%}
.mConBox1 .Rbox .login-box{width:89.5%; height:auto; float:left; 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%;}
.Bshop li{margin-right:4.8%;}
.mConBox3 .search-ma ul li{width:48%; margin-right:2%;}
.mConBox3 .search-ma ul li:nth-child(2){margin-right:0;}
.mConBox3 .search-ma ul li:nth-child(3){display:none;}
}

@media (max-width:580px){
.hot-deal ul li{margin-right:2.5%;}
}

@media (max-width:550px){
.hot-deal ul li{margin-right:116px;}
.Bshop li {margin-right:0; margin:0 3%;}
}

@media (max-width:500px){
.mCont3{height:195px;}
.mCont3 li{height:135px; margin-top:30px;}
.mCont3 li .iconImg {margin:30px auto 10px; height:45px;}
.mCont3 li .iconImg img{height:40px;}
.mCont3 li strong{font-size:14px;}
.mConBox3 .search-ma ul li span{font-size:12px;}

}


@media (max-width:482px){
.mConBox4 h2 , .mConBox5 h2 {margin-top:40px; }
.mConBox4 h2{margin-bottom:20px;}
.m_slider .bx-controls{bottom:5px;}

.mConBox2 ul li{width:49%; margin-right:1%; margin-bottom:5px;}
}
@media (max-width:440px){
.Bshop li{margin:0 3.5%;}
}
@media (max-width:400px){
.hot-deal ul li{margin-right:116px;}
.Bshop li{margin:0; margin-right:8%;}
}
@media (max-width:390px){
.mConBox8 .top-rate .exch ul li{font-size:22px;}
}
@media all and (min-width:100px) and (max-width:1450px){
#floating , #floating2{display:none;}
}