﻿@charset "utf-8";
@import url("/Library/Css/user_layout.css");


/*메인*/

#mContainer {width: 100%; margin-top: 130px;}
#mContainer #Container {width: 1100px; margin: 0 auto;}
.grid {width: 1100px; margin: 0 auto; box-sizing: border-box;}
.mConBox1{width:auto;margin:0;padding:60px 0 80px;background-color:/*#9fc8ff;*/#1e2746; background-image:url("/image/main/bg.png"); background-size:cover;}
.mConBox1 h2{margin-bottom:50px;font-family:'NanumSquareB';font-size:33px;font-weight:400; line-height:1;letter-spacing:-1.5px;text-align:center;}
.mConBox1 h2 .brand{display:block;width:114px;margin:0 auto 26px;padding-bottom:3px;border-bottom:7px solid #363636;font-size:24px;color:#333;text-align:center;}
.mConBox1 .grid{display:flex;justify-content:space-between;}
.mConBox1 .grid .primary-btns li{margin-top:20px;border-radius:20px;overflow:hidden;box-shadow:0 0 5px rgba(44,67,82,0.24);}
.mConBox1 .grid .primary-btns li:first-child{margin-top:0;}
.mConBox1 .grid .m_slider{float:none;width:540px;height:400px;border-radius:20px;border:none;overflow:hidden;box-shadow:0 0 5px rgba(44,67,82,0.24);}
.mConBox1 .grid .m_slider .bx-controls{top:32px;right:29px;bottom:auto;left:auto;width:auto;height:15px;}
.mConBox1 .grid .m_slider .bx-controls .bx-pager a{width:15px;height:15px;border-radius:7.5px;background-color:#789fd2;}
.mConBox1 .grid .m_slider .bx-controls .bx-pager a.active{background-color:#fff;}
.mConBox1 .grid .secondary-btns{border-radius:20px;overflow:hidden;box-shadow:0 0 5px rgba(44,67,82,0.24); background-color:#fff;
display:flex; flex-wrap:wrap; flex-direction:column; align-items:center; justify-content:space-around; width:260px;}
.mConBox1 .grid .secondary-btns li{border-top:1px solid #3d7fd6; padding:20px 0; width:100%; text-indent:20px;}
.mConBox1 .grid .secondary-btns li:first-child{border-top:none; }

.mobile_sb{display:none;}
/*메인 롤링 배너*/
.m_slider{position:relative; /*width:810px;*/width:100%; 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: #ff5419;
    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: #59637b;
}

/* 공통 */
.dflexA{display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.w1100{width:1100px; margin:0 auto; padding:60px 0;}

/*공지사항 이용후기*/
.mConBox2{background-color:#dde8ec; padding:40px 0;}

.mConBox2 h2 {position: relative; font-size:20px; font-family: 'NanumSquareB';font-weight: bold; color: #333; padding:30px 8% 24px;}

.mConBox2 .dflexA{margin:0 auto;}
.mConBox2 .dflexA > div{width:49%; background-color:#fff; border-radius:20px;}
.main-notice ul {padding:0 8% 30px; box-sizing: border-box;}
.mConBox2 .dflexA .main-notice ul li {margin-bottom:10px; line-height: 220%;}
.main-notice ul li span {background-color:#2daedf; display:inline-block; width:82px; height:65px; color:#fff; font-size:25px; line-height:65px; text-align:center;}
.main-notice ul li:nth-child(4) , .main-notice ul li:nth-child(5){display:none;}
.mConBox2 .dflexA .main-notice ul li:nth-child(3){margin-bottom:0;}
.main-notice ul li a {position: relative; display: block; width: 78%; font-size: 16px; overflow: hidden; max-height:55px;}

.review ul {padding:0 8% 30px;}
.review ul li {width:47%; border:1px solid #ddd; height:213px;}
.review ul li:nth-child(3){display:none;}
.review ul li a{display:block; padding:20px 20px 15px;}
.review ul li > div{padding: 0 20px 0; overflow:hidden;}
.review ul li img {width:100%; height: 98px; font-family: 'NanumSquareB';}
.review ul li strong {display: block; width: 100%; font-size:16px; text-align:center; overflow: hidden; text-overflow:ellipsis; white-space:nowrap;}
.review ul li span.exp {display: block; width: 100%; margin-top:8px; font-size:12px; max-height:40px; overflow: hidden;}


/*BEST 쇼핑몰*/

.titName{font-size:39px; text-align:center; margin-bottom:50px;}
.titName strong{font-weight:bold; font-family: 'NanumSquareB'; line-height:52px}
.titName p{width: 37px;height: 5px;background-color: #333;margin: 0 auto 20px;}
.titName:hover p{background-color:#0076a3;}

.Bshop ul li{margin-right:20px;}

/*hot deal*/
.mConBox4{background-image:url("/image/main/hotdeal_bg.png"); width:100%;}
.hot-deal ul {width: 100%; text-align: center; flex-wrap:nowrap;}
.hot-deal ul li{position:relative; width:204px; height:218px; overflow:hidden;}
.hot-deal ul li a{display:block;  overflow:hidden; }
.hot-deal ul li a img{width:100%; height:100%;}
.hot-deal ul li .TxtArea{position:absolute; top:0; width:100%; height:0; background-color:#000000a3; display:flex; flex-direction: column;
justify-content: center;}

.hot-deal ul li p.Hname {font-size: 13px; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 15px;}
.hot-deal ul li p.Hprice {font-size: 16px; font-weight: bold; color: #fff; margin-top: 7px; overflow: hidden;}

.hot-deal ul li:hover .TxtArea{height:100%; cursor:pointer;}
/*
@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:1100px){
.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 (max-width:768px){
.popUpArea{display:none;}
}


/* 하단정보배너 */
.mConBox5{background-image:url("/image/main/info_bg.png"); width:100%;}
.mConBox5 > div > div{width:33%; border-radius:20px; height:299px;}
.mConBox5 div h2{padding:0 40px; font-size:24px; line-height:86px; font-family: "NanumSquareR";}
.mConBox5 div p{margin:0 40px 0;}
.mConBox5 .cs-info {background-color:#0076A3; color:#fff;}
.mConBox5 .bank-info {background-color:#5AC8F2;}
.mConBox5 div.bank-info p{margin:10px 40px 0;}
.mConBox5 .top-rate{ background-color:#fff;}
.mConBox5 .top-rate .exch{margin:10px 40px 0; color:#333;}
.mConBox5 .top-rate .exch h3{font-size:16px; margin-bottom:27px;}
.mConBox5 .top-rate .exch p{margin:0 0 0 5px; font-family: "NanumSquareR"; font-size:24px;}
.mConBox5 .top-rate .exch strong{font-size:34px; font-family: "NanumSquareR"; font-weight:500; display:inline-block; margin-top:20px;
letter-spacing:-1px;}


@media (max-width:1130px){
#mContainer{margin-top:0;}
.mConBox1{width:100%;}
.w1100{width:96%; margin:40px auto 0; padding:40px 0;}
.grid{width:100%;}
.m_slider .bxslider li a img{width:100%;}

.mConBox1 .grid{flex-direction:column;}
.mConBox1 .grid .m_slider{margin:0 auto;}
/*반응형일때 숨기고 해제 배너*/
.primary-btns{display:none;}
.mobile_sb{display:block; width:80%; margin:10px auto;}
.mobile_sb li{width:48%; background-color: #3095bc; border-radius: 20px; text-align: center;}
.mobile_sb li:last-child{background-color:#f3d2e0;}
.mConBox1 .grid .secondary-btns{flex-wrap:nowrap; width:96%; margin:0 auto; flex-direction: row;}
.mConBox1 .grid .secondary-btns li{border-top:none;}
.mConBox1 .grid .secondary-btns li:nth-child(2){border-left:1px solid #3d7fd6; border-right:1px solid #3d7fd6;}

.mConBox2 .dflexA > div{width:100%; margin-bottom:20px;}
.mConBox2 .dflexA .main-notice ul li{justify-content:normal; flex-wrap:nowrap;}
.main-notice ul li a{margin-left:20px;}
.mConBox2. ul li a img{width:100%;}
.Bshop ul li{margin-right:50px;}
.titName{font-size:30px;}
.hot-deal ul li:nth-child(5){display:none;}
.hot-deal ul li{width:24%;}

.mConBox5 .top-rate .exch h3{font-size:14px;}
}
@media (max-width:1100px){
.mConBox5 > div > div{width:48%;}
.mConBox5 .top-rate{width:100%; margin-top:20px;}
}
@media (max-width:870px){
.Bshop ul li{margin-right:80px;}
}
@media (max-width:768px){
.Bshop ul li{margin-right:2%;}
}
@media (max-width:768px){
.Bshop ul li{margin-right:3%;}
}
@media (max-width:550px){
.Bshop ul li{margin-right:4%;}
}
@media (max-width:470px){
.Bshop ul li{margin-right:5%;}
}
@media (max-width:420px){
.Bshop ul li{margin-right:6%;}
}
@media (max-width:768px){
.mConBox1 h2{font-size:28px;}
.mConBox1 .grid .m_slider{width:96%; max-width:540px; height:auto;}
.mConBox1 .grid .m_slider img{width:100%;}
.mobile_sb{width:96%;}
.mConBox1 .grid .secondary-btns{flex-wrap:wrap;}
.mConBox1 .grid .secondary-btns li{border-top:1px solid #3d7fd6; text-indent:33%;}
.mConBox1 .grid .secondary-btns li:nth-child(2){border:none;border-top:1px solid #3d7fd6;}
.titName{font-size:28px; margin-bottom:20px;}
.titName p{margin:0 auto;}
.mConBox4 .w1100{padding:40px 0;} 
.hot-deal ul li:nth-child(4){display:none;}
.hot-deal ul li{width:32%; height:auto;}
.mConBox5 > div > div{width:100%; margin-bottom:20px;}
.mConBox5 .top-rate{width:100%; margin-top:0;}
}
@media (max-width:590px){
.mobile_sb li{width:49%;}
.mobile_sb li img{width:80%;}
.mConBox2 h2{padding:20px 4% 20px;}
.main-notice ul , .review ul{padding:0 4% 20px;}
.main-notice ul li a{font-size:14px; margin-left:15px;}
.main-notice ul li span{font-size:20px;}
.review ul li{height:200px;}
.review ul li strong{font-size:14px;}
.review ul li a{padding:5px 5px 10px;}
.review ul li > div{padding:0 5px 0;}
}
@media (max-width:482px){
.w1100{width:96%; margin:20px auto 0; padding:20px 0;}
.mConBox1 h2{font-size:20px; margin-bottom:30px;}
.mConBox1 h2 em{font-weight:900;}
.mobile_sb li{width:100%; height:100px; margin-bottom:10px;}
.mobile_sb li img{width:50%; height:100%;}
.mConBox1 .grid .secondary-btns li{text-indent:10%;}

.m_slider .bx-controls{bottom:5px;}
.m_slider .bx-pager a{width:10px; height:10px;}
.titName{font-size:24px;}

.review ul li{width:49%;}
.hot-deal ul li:nth-child(3){display:none;}
.hot-deal ul li{width:48%;}
.mConBox5 > div > div{height:auto; padding-bottom:30px;}
.mConBox5 div h2{padding:0 20px; line-height:70px;}
.mConBox5 div p , .mConBox5 div.bank-info p , .mConBox5 .top-rate .exch{margin:0 20px 0;}
}

@media all and (min-width:100px) and (max-width:860px){
.mConBox3 .search-ma ul li{width:40%; margin-left:0; margin:0 5%; }
.mConBox3 .search-ma ul li:nth-child(3), .mConBox3 .search-ma ul li:nth-child(4){display:none;}
.mConBox3 .search-ma ul li img{width:100%;}

}

#floating , #floating2 , #floating3 , #floating4{display:none;}

@media (max-width:1450px){
#floating , #floating2 , #floating3 , #floating4{display:none;}
}

/*팝업*/
/*#full{width:100%; height:100%; background-color:rgba(0,0,0,0.5); position:fixed; left:0; top:0;}*/
.LayerPopArea{width:auto; height:auto;
display:flex;flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center;}
.popBody{width:100%; height:100%;}
@media (max-width:768px){
.LayerPopArea{background:rgba(0,0,0,0.7); }
}