﻿@charset "utf-8";
@import url("/Library/Css/user_layout.css");


/*메인*/

/* Main menu */

body{font-family: "pretendard";}
#menu {}

#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: #1a3163 ;
}

*html #menu li a:hover /* IE6 */
{
	color: #1a3163 ;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 50px;
    left: calc(width - 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: #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);
	color:#fff;
}

#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 */

* 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;}

#mContainer {width: 100%; margin-top:160px;}
#mContainer #Container {width:1260px; margin: 0 auto;}

.mConBox1 {width:100%; margin: 0 auto;}
.mConBox1:after {content: ""; display: block; clear: both; z-index: 1;}

.mConBox1 .m_slider {float: left;}
.mConBox1 .m_slider img{width:100%;}
/*메인 롤링 배너*/
.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:90px; 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;
}

.mConBox2 {width: 1260px; margin: 0 auto; padding-bottom: 1px; background-color:/*#9fd9da*/#1a3163; position:relative; top:-80px;}
.mConBox2 .info-btn{width:1178px; margin:0 auto;  height:auto;}
.mConBox2 .info-btn ul{overflow:hidden; padding:48px 0; display:flex; justify-content:space-between;}
.mConBox2 .info-btn li:last-child{border-right:none;}
.mConBox2:after {content: ""; display: block; clear: both; z-index: 1;}
.mConBox2 ul li {float: left;  width: 25%; box-sizing: border-box;text-align:center; border-right:1px solid #fff;}

.mConBox3 {width: 1260px; margin:-40px auto; height:630px; border:1px solid #dedede; display:flex; flex-wrap:wrap; overflow:hidden; 
justify-content:space-between;}
.mConBox3 .leftArea{height:100%; border-right:1px solid #dedede;}

.mConBox3 .leftArea p{height:50%;}
.mConBox3 .leftArea p:first-child{border-bottom:1px solid #dedede;}
.mConBox3 .midArea{text-align:center;}
.mConBox3 .midArea .bestmall{width:470px; margin:50px auto;}
.mConBox3 h2{font-size:36px; font-family:"pretendard"; line-height:52px; font-weight:medium;text-align:center;}
.mConBox3 h2 span{color:#1a3163;}
.mConBox3 .midArea > p{font-family:/*"Noto Sans CJK KR DemiLight"*/"pretendard"; font-size:13px; font-weight:regular;}

.mConBox3 .midArea .bestmall ul{display:flex; flex-wrap:wrap; justify-content:space-between; margin-top:24px;}
.mConBox3 .midArea .bestmall li{margin-bottom:24px;}
.mConBox3 .midArea .bestmall li:nth-child(3) , .mConBox3 .midArea .bestmall li:nth-child(4){margin-bottom:0;}

.mConBox3 .rightArea{width:315px; height:100%; border-left:1px solid #dedede; overflow:hidden;}
.mConBox3 .rightArea .main-notice {width:100%; height:50%; border-bottom:1px solid #dedede; background-color:#f4f4f4;}
.mConBox3 .rightArea .main-notice > div{width:80%; margin:0 auto; padding-top:50px;}
.main-notice ul {width:100%; height: 130px;box-sizing: border-box; margin:24px 0 10px;}
.main-notice ul li {position: relative; width: 100%; line-height: 220%; overflow:hidden;} 
.main-notice ul li a {position: relative; display: block; width:80%; font-size: 13px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.main-notice ul li span {position: absolute; right: 0; top: 0;}

.main-notice div > p{text-align:right;}
.mConBox3 .rightArea > p{height:50%;}
.mConBox3 .rightArea > p img{height:100%;}

/*BEST REVIEW*/

.mConBox4 {width:100%; background-color:#1a3163; margin-top:80px;}

.dflexA{display:flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.mConBox4 > .dflexA{width:1260px; margin:0 auto; padding:100px 0;}

.mConBox4 h3 {width:100%; color:#fff; font-size:42px; line-height:50px; font-weight:400; font-family: 'pretendard';}
.mConBox4 h3.bold{font-weight:900;}
.mConBox4 h3.bold > span{display:inline-block; padding-bottom:10px; border-bottom:3px solid #050a01;}
.titArea p{margin-top:20px; font-size:15px; font-family:"pretendard"; color:#fff;}
.titArea p span{display:block;}
.mConBox4 .reviewA{background-color:#252821; width:73%;}
.mConBox4 .reviewA > ul{padding:30px 0; width:93%; margin:0 auto;}
.mConBox4 .reviewA li.dflexA{justify-content:flex-start;}
.mConBox4 .reviewA li.dflexA a{display:block; width:320px; height:210px; overflow:hidden;}
.mConBox4 .reviewA li.dflexA a img{width:100%; height:100%;}
.reviewTxt{width:53%; margin-left:60px; font-family:'pretendard'; font-size:14px; color:#fff;}
.reviewTxt h5{font-size:32px; font-family:'pretendard'; color:#FFF200; line-height:46px; margin-bottom:10px; font-weight:600;}
.reviewTxt p{color:#fff; font-size:14px;}
.reviewTxt p.exp{font-size:14px; max-height:60px; overflow:hidden;}
.reviewTxt p.dateA{margin-top:20px;}
/*HOTDEAL*/

.mConBox5 {width: 1260px; margin:0 auto; margin-top:70px;}

.mConBox5 h2 {width:100%;font-size: 50px;font-weight: 400;font-family: 'pretendard';margin-bottom: 15px;line-height: 72px; text-align:center;}
.mConBox5 h2 > span {color:#000; font-weight:600;}
.mConBox5 > p {color:#000; font-size:16px; font-weight: 300; color:#909090; text-align:center;}
.sCheBox{margin:50px 0;}
.hot-deal .bx-wrapper{max-width:100%; }
.hot-deal ul {width: 100%; text-align: center;}
.hot-deal ul:after {content: ""; display: block; clear: both; z-index: 1;}

.hot-deal ul li{margin-right:44px;}
.hot-deal ul li a{display:flex; width:100%; height:/*207px*/auto; overflow:hidden; border:1px solid #ddd; align-items:center; justify-content:space-around;}

.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;}

.m_slider2{width:95%; margin:0 auto;}
.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:482px) and (max-width:767px){

.popUpArea{display:none;}
}
@media all and (min-width:100px) and (max-width:481px){

.popUpArea{display:none;}
}

/* 대행절차 */
.mConBox6 {width: 1260px; margin:80px auto;}
.mConBox6:after {content: ""; display: block; clear: both; z-index: 1;}

.tab {position: relative; width: 100%;}
/*.tab .stepTab{display:flex; flex-wrap:nowrap; width:100%; align-items:center;}*/
.tab .stepTab .menu_tab ul {border-bottom: none;height: 100%;}

.tab .stepTab .menu_tab ul:after {content:""; display: block; clear: both; z-index: 1;}
.tab .stepTab .menu_tab ul li {float: left;width:150px;height:50px;line-height:50px;/*border: 1px solid #dbdbdb; border-right:none;*/ 
font-family: "pretendard"; background: #eee; text-align: center; vertical-align: middle; font-size: 14px;}
.tab .stepTab .menu_tab ul li.active {background: #1a3163; font-weight: bold; color: #fbfbfb; border-bottom:none;}
.tab .stepTab .menu_tab ul li.active a {color: #fbfbfb;}

.tab img{height:107px;}
.stepTab div[class^="menu_tab0"] {border: 1px solid #dbdbdb;  text-align: center; width:100%; padding:25px 0;}

/* 하단정보배너 */
.mConBox7 {width: 1260px; margin: 0 auto; margin-top: 50px;}
.mConBox7 h4{font-size:18px; font-weight:900; margin-bottom:20px;}
.mConBox7 {width: 1260px; margin: 0 auto; align-items:flex-start; justify-content:normal; /*background-color:#f7f7f7; border:1px solid #dbdbdb;*/ border-radius:5px;}
.mConBox7-1{justify-content:space-between; }
/*.mConBox7 > div {padding:30px 3% 0;}*/
.mConBox7 .cs-info {/*margin-right:5%;*/ width:44%;}
.mConBox7-1 .cs-info{width:auto;}
/*.kakaoImgA{width:260px;}*/

/*.mConBox7 .cs-info  h4{margin-left:65px; margin-bottom:0;}
.mConBox7 .cs-info img{margin-top:-15px;}*/
.mConBox7 .bank-info {}
.mConBox7 .top-rate h3{font-weight:normal; font-size:17px; font-family:'pretendard'; margin-bottom:10px;}
.mConBox7 .top-rate p{font-weight:600; font-size:17px; font-family:'pretendard';}
.mConBox7 .top-rate span{font-weight:900; font-size:24px; font-family:/*'Myriad Pro'*/"pretendard"; color:#E91100;}
.mConBox7 .search-de form{display:flex; flex-wrap:nowrap; align-items:center;}
.mConBox7 .search-de input{color:#fff; text-indent:5px;}
.mConBox7 .search-de input::placeholder{color:#fff;}
.mConBox7 .search-de input[type="text"]{width:230px; height:33px; background:#1a3163; border:none ;color:#fff; margin:5px 10px 5px 0;
border-radius:3px;}
.mConBox7 .top-rate , .mConBox7 .search-de{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:1400px){
.m_slider .bx-controls{bottom:5%;}
.mConBox2{width:96%; top:0; background:none; margin-top:40px;}
.mConBox2 .info-btn{width:100%;}
.mConBox2 .info-btn ul{flex-wrap:wrap; padding:0; }
.mConBox2 ul li{border-right:none;width: 48%;margin-right: 2%;padding:20px 0;background-color:#1a3163;margin-bottom:10px; border-radius:10px;}
.mConBox2 ul li:nth-child(2), .mConBox2 ul li:nth-child(4){margin-right:0; margin-left:2%;}
.mConBox2 ul li:nth-child(3), .mConBox2 ul li:nth-child(4){margin-bottom:0;}
.mConBox2, .mConBox3, .mConBox5, .mConBox6, .mConBox7{width:96%; margin:40px auto 0;}
.mConBox4{margin-top:40px;}
.mConBox4 > .dflexA{width:96%;}

}
@media (max-width:1300px){
#mContainer {margin-top:0;}
}
@media (max-width:1260px){

.mConBox3 .leftArea ,  .mConBox3 .rightArea{width:28%;}
.mConBox3 .leftArea p img , .mConBox3 .rightArea > p img{width:100%; height:100%;}
.mConBox3 .midArea{width:39%;}
.mConBox3 .midArea .bestmall{width:100%;}
.mConBox3 .midArea .bestmall li{width:48%; margin-right:1%;}
.mConBox3 .midArea .bestmall li a{display:block; width:100%; height:100%;}
.mConBox3 .midArea .bestmall li:nth-child(2), .mConBox3 .midArea .bestmall li:nth-child(4){margin-right:0; margin-left:0;}
.mConBox3 .midArea .bestmall li a img{width:100%;}
.mConBox4 > .dflexA{padding:40px 0;}
.mConBox4 h3{font-size:2rem; line-height:30px;}
.reviewTxt{margin-left:20px;}
.reviewTxt h5{font-size:24px; line-height:30px;}
.mConBox5 h2{font-size:2rem; margin-top:0; line-height:30px;}

/*.hot-deal ul li {margin-right:0.5%;}*/
.sCheBox li{margin-right:0;}
.sCheBox li a img{width:100%;}
.mConBox3 h2{font-size:2rem;}
.mConBox7{flex-wrap:wrap;}
/*.mConBox7 div{width:50%;}*/
.mConBox7-1 > div{width:50%;}
.mConBox7-1 > div.top-rate > div{justify-content:normal;}
.mConBox7-1 > div.top-rate > div > p{margin-right: 50px;}
}

@media (max-width:1130px){
.mConBox1{width:100%;}
.mConBox3{flex-wrap:wrap; height:auto;}
.mConBox3 .leftArea , .mConBox3 .rightArea{width:100%; display:flex; justify-content:space-around; background-color:#f7f7f7; 
border-bottom:1px solid #dedede; }
.mConBox3 .leftArea{border-right:none;}
.mConBox3 .leftArea p:first-child{border:none;}
.mConBox3 .midArea{width:100%;}
.mConBox3 .midArea .bestmall ul{width:95%; margin:25px auto 0;}
.mConBox3 .midArea .bestmall li{width:20%;}
.mConBox3 .rightArea{width:100%; border-bottom:none; border-top:1px solid #dedede;}
.mConBox3 .rightArea .main-notice{border:none;}
.mConBox3 .leftArea p img, .mConBox3 .rightArea > p img{width:auto; height:auto;}

.mConBox4 > .dflexA{flex-wrap:wrap; padding:30px 0;}
.mConBox4 .titArea{width:100%;}
.mConBox4 h3{text-align:center;}
.titArea p{text-align:center; margin:10px 0 20px;}
.titArea p span{display:inline-block;}
.mConBox4 .reviewA{width:96%; margin:0 auto;}
.mConBox4 .reviewTxt{width:auto;}
.mConBox4 .reviewA li.dflexA a{width:200px; height:130px;}
.mConBox4 .reviewA li.dflexA a img{height:100%;}
.reviewTxt p.dateA{margin-top:10px;}
.mConBox6{display:none;}

}

@media (max-width:768px){
.mConBox2, .mConBox3, .mConBox5, .mConBox7{margin:20px auto 0;}
.mConBox2 ul li{width:49.8%;margin-right:0%; margin-bottom:2px; border-radius:5px;}
.mConBox2 ul li:nth-child(2), .mConBox2 ul li:nth-child(4){margin-left:0%;}
.mConBox4 h3 , .mConBox4 h2, .mConBox5 h2{font-size:1.5rem;}
.mConBox3 .rightArea{flex-wrap:wrap;}
.mConBox3 .rightArea .main-notice > div{width:95%;}
.mConBox3 .midArea .bestmall{margin:20px auto;}
.mConBox3 .rightArea .main-notice > div{padding-top:20px;}
.mConBox4{margin-top:20px;}
.mConBox4 .reviewA{width:100%;}
.sCheBox{margin:30px auto;}
.LayerPopArea{background:rgba(0,0,0,0.7); }
.mConBox7 .cs-info{width:100%; padding-bottom:0;}
.mConBox7 > div{padding:30px 3%;}
}
@media (max-width:720px){
.mConBox3 .leftArea p img, .mConBox3 .rightArea > p img{width:100%; height:100%;}

.hot-deal ul li{margin-right:1.5%; width:250px; }
.hot-deal ul li a{display:block; height:130px; border:none; overflow:initial;}
.hot-deal ul li a img{height:100%; width:100%;}
/*
.mConBox7 div{width:100%;}
.mConBox7 .bank-info , .mConBox7 .top-rate{width:50%; float:left;}
.mConBox7 .top-rate h3 {font-size:14px;}

.mConBox7 .search-de{margin-top:30px;}
.mConBox7 .search-de > span{display:block; width:50%; float:left;}
*/
}

@media (max-width:600px){
/*.mConBox2 ul li{width:100%; margin-right:0; margin-left:0;}
.mConBox2 ul li:nth-child(3){margin-bottom:5px;}*/
.mConBox2 ul li{padding:15px 0;}
.mConBox3 .midArea .bestmall ul{flex-wrap:wrap;}
.mConBox3 .midArea .bestmall li{width:48%;}
.mConBox3 .midArea .bestmall li a img{width:auto;}
.mConBox4 .reviewA li.dflexA{flex-wrap:wrap;}
.mConBox4 .reviewA li.dflexA > p{margin:0 auto;}
.mConBox4 .reviewTxt{width:90%; margin:15px auto 0; text-align:center;}
.reviewTxt h5{font-size:20px; line-height:1; text-align:center;}
.reviewTxt p{font-size:12px;}

.hot-deal ul li{margin-right:3%;;}

}
@media (max-width:575px){
.mConBox2 ul li a img{width:96%;}
}
@media (max-width:530px){
.mConBox7 .bank-info{width:100%; margin-top:-15px;}
 .mConBox7 .top-rate{margin-top:20px; width:100%;}
 .mConBox7 .top-rate div{width:65%;}
 .mConBox7 .search-de > span{width:100%; float:none;}
}
@media (max-width:482px){
.mConBox2, .mConBox3, .mConBox5, .mConBox7{width:93%; margin:10px auto 0;}
.mConBox4 > .dflexA{width:93%;}
.mConBox4{margin-top:10px;}
.mConBox4 h2 , .mConBox5 h2 {margin-top:20px; }
.mConBox4 h2{text-align:left; margin-bottom:20px;}
.m_slider .bx-controls{bottom:5px;}
.m_slider .bx-pager a{width:10px; height:10px;}

.mConBox3 .leftArea{flex-wrap:nowrap;}
.mConBox3 .rightArea > p{width:100%;}
.mConBox3 .leftArea p{text-align:center;}
.mConBox3 .leftArea p img, .mConBox3 .rightArea > p img{width:auto; height:auto; margin:0 auto;}
.mConBox3 .leftArea p img{width:80%;}

.mConBox3 .midArea .bestmall li a img{width:90%;}

}

