﻿@charset "utf-8";
@import url("/Library/Css/user_layout.css?v=200807_1");


/*메인*/

#mContainer {width: 100%;}


/* Main menu */

#menu {display:flex; float:right;}

#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;
	background:#DFF0F2;
}

#menu li:hover > a
{
	color:#c92d18;
}

*html #menu li a:hover /* IE6 */
{
	color:#c92d18;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 70px;
    left: calc(width - 50%);
    z-index: 99999;    
    background:#fff;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);	
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
	text-align:left;
    margin: 0;
    padding: 0 3px;
    display: block; 

}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    	box-shadow: none;    
}

#menu ul a
{    
	font-size:13px;
	font-weight:400;
    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:#DFF0F2;
	color:#333;
}

#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;}

.grid{margin:0 auto;}

/** 스킨적용(2020-08-03) **/
/* 공통 */
#cd-vertical-nav{position:fixed;top:50%;right:42px;z-index:1;transform:translateY(-50%);}
#cd-vertical-nav *{box-sizing:border-box;}
#cd-vertical-nav .cd-dot{display:block;position:absolute;top:50%;right:15px;width:12px;height:12px;border-radius:100%;background-color:#a6a6a6;transform:translateY(-50%);}
#cd-vertical-nav .cd-label{display:none;padding:0 56px 0 25px;font-family:'Noto Sans KR',sans-serif;font-size:13px;font-weight:500;color:#fff;line-height:30px;}
#cd-vertical-nav a{display:block;position:relative;height:30px;margin:6px 0;}
#cd-vertical-nav a:hover{background-color:#102970;}
#cd-vertical-nav a:hover .cd-dot{right:12px;width:18px;height:18px;border:3px solid #ebb329;background-color:transparent;}
#cd-vertical-nav a:hover .cd-label{display:block;}

/* 하이라이트 */
.mConBox1{width:auto;}
.main{display:flex;min-width:0;width:auto;overflow:visible; height:auto;}
.m_slider{height:100%;overflow:hidden; position:relative; width:100%;}
.m_slider .bx-wrapper , .bx-viewport .bx-wrapper{margin:0 auto;}
.m_slider .bx-controls {height:39px;top:114px;bottom:auto; left:214px;}
.m_slider .bx-controls-direction{display:block;}
.m_slider .bx-controls-direction a{display:block;position:absolute;top:0;width:37px;height:39px;background-repeat:no-repeat;font-size:0;}
.m_slider .bx-controls-direction a.bx-prev{left:159px;background-image:url(/Image/Main/slide-prev1.png); top:50px;}
.m_slider .bx-controls-direction a.bx-next{left:197px;background-image:url(/Image/Main/slide-next1.png); top:50px;}
.main .m_slider p{bottom:137px;left:157px;padding:0 19px 4px 0;border-bottom-color:#454c4c;font-family:'Noto Sans KR',sans-serif;font-weight:700;letter-spacing:-0.5px;}
.main .m_slider p:before{width:9px;background-color:#454c4c;}
.main .m_slider p a{color:#777;}
.main .main_left img{width:100%; height:100%; display:block;}
.m_slider img{width:100%; /*height:630px;*/}

/* 오버레이 버튼 */
.overlay-btns{width:1140px; margin:0 auto;}
.overlay-btns .grid{position:relative;top:-73px;width:1140px;padding:20px;box-sizing:border-box; background: url(/Image/Main/bg-overlay-btns2.png) no-repeat left bottom;}
.overlay-btns .up-img{display:flex;justify-content:space-between;}

/* 이용 가이드 */
#section1{width:1140px; margin:0 auto;}
.guide{margin-top:-13px;padding-bottom:62px;}
.guide .grid{width:1140px;padding:20px 20px 18px;box-sizing:border-box;}
.guide .glist{display:flex;}
.guide .num{display:flex;margin-top:38px;justify-content:space-between;}
.guide .num img{box-shadow: 2px 2px 25px rgba(0,0,0,12%);}
/* 섹션 타이틀 */
/*.sec-tit{margin-bottom:40px;font-family:'Noto Sans KR',sans-serif;font-size:30px;font-weight:300;color:#000;line-height:1;letter-spacing:-0.5px;text-align:center; position: relative;}*/
.sec-tit{margin-bottom:40px;font-family:'SCDream',sans-serif;font-size:30px;font-weight:500;color:#000;line-height:1;letter-spacing:-0.5px;text-align:center; position: relative;}
.sec-tit strong{font-weight:500;}
.sec-tit span{display:inline-block;width:348px;height:74px; color:#000; padding-top:22px;background:url(/Image/Main/bg-sec-tit.png) no-repeat left top, url(/Image/Main/bg-sec-tit.png) no-repeat right bottom;box-sizing:border-box;}
.sec-tit.thick span{background-image:url(/Image/Main/bg-sec-tit-thick.png), url(/Image/Main/bg-sec-tit-thick.png);}

 /* 주인을 찾습니다 */
 .find2{padding:50px 0 60px;}
.find2{background:url(/Image/Main/bg-sec2.png) repeat-y center top;}
.find2 *{box-sizing:border-box;}
.find2 .grid{position:relative;width:1150px;padding-left:25px;}
.find2 .sec-tit{margin-bottom:30px;}
.find2 .bxslider11 li{min-height:358px;}
.find2 .bxslider11 li a{display:flex;position:relative;}
.find2 .bxslider11 li a .info{position:relative;width:565px;padding:78px 46px 0;background-color:#fff;font-family:'Noto Sans KR',sans-serif;font-size:16px;font-weight:500;color:#000;overflow:hidden;}
.find2 .bxslider11 li a .info:before{display:block;position:absolute;top:0;left:0;width:90px;height:90px;margin:-45px 0 0 -45px;background-color:#fe4720;transform:rotate(45deg);content:"";}
.find2 .bxslider11 li a span > span{display:block;}
.find2 .bxslider11 li a .invoice{padding:10px 20px 15px;border-left:1px solid #242424;font-size:25px;font-weight:700;}
.find2 .bxslider11 li a .invoice em{margin-left:17px;}
.find2 .bxslider11 li a .reg-date{padding:0 20px 6px;border-left:1px solid #242424;}
.find2 .bxslider11 li a .reg-date em{margin-left:11px;}
.find2 .bxslider11 li a .more{display:inline-block;position:relative;margin-top:54px;padding:0 17px 3px 0;border-bottom:1px solid #4c4c4c;font-size:14px;font-weight:400;}
.find2 .bxslider11 li a .more:after{display:block;position:absolute;right:0;bottom:2px;width:9px;height:1px;background-color:#4c4c4c;transform:rotate(45deg);content:"";}
.find2 .bxslider11 li a .thumb{position:relative;top:27px;left:-27px;z-index:1;width:565px;height:306px;box-shadow:2px 2px 25px rgba(0,0,0,.2);}
.find2 .bxslider11 li a .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;}
.find2 .bx-controls-direction a{display:block;position:absolute;bottom:90px;width:15px;height:16px;background-repeat:no-repeat;font-size:0;}
.find2 .bx-controls-direction a.bx-prev{left:453px;background-image:url(/Image/Main/slide-prev2.png);}
.find2 .bx-controls-direction a.bx-next{left:488px;background-image:url(/Image/Main/slide-next2.png);}

/* 배송·구매대행 절차 */
 .mConBox4{width:auto;margin-top:0;padding:80px 0 38px;background:url(/Image/Main/bg-sec3.png) no-repeat;}
 .mConBox4 .bx-viewport{padding-bottom:48px;}
 .mConBox4 .bx-viewport ul li.word{margin-top:8px;font-family:'Noto Sans KR',sans-serif;font-size:15px;font-weight:500;color:#000;}
 .mConBox4 .bx-controls-direction a{display:block;position:absolute;bottom:0;width:8px;height:13px;background-repeat:no-repeat;font-size:0;}
 .mConBox4 .bx-controls-direction a.bx-prev{left:0;background-image:url(/Image/Main/slide-prev3.png);}
 .mConBox4 .bx-controls-direction a.bx-next{left:1091px;background-image:url(/Image/Main/slide-next3.png);}
 .mConBox4 .bx-pager{display:flex;position:absolute;bottom:5px;left:29px;width:1041px;height:3px;background-color:#d9d9d9;}
 .mConBox4 .bx-pager .bx-pager-item{flex:1;}
 .mConBox4 .bx-pager .bx-pager-item .bx-pager-link{display:block;height:100%;font-size:0;}
 .mConBox4 .bx-pager .bx-pager-item .bx-pager-link.active{background-color:#f05945;}
 .card-info{display:flex;justify-content:space-between;margin-bottom:80px;}
 .card-info li{width:535px;}
 .card-info li.exchange-rate{display:flex;}
 .card-info li.exchange-rate .rate{display:block;width:353px;padding:34px 0 0 22px;border:1px solid #d7d7d7;border-left:none;background-color:#102970;font-family:'Noto Sans KR',sans-serif;font-weight:500;color:#fff;}
 .card-info li.exchange-rate .rate em{display:block;margin-bottom:12px;font-size:23px;font-weight:900;letter-spacing:-0.5px;}
 .card-info li.exchange-rate .rate em img{margin-top:1px;vertical-align:top;}
 .process1{overflow:hidden;}
 .process1 h2{margin-bottom:40px;font-size:30px;color:#000;line-height:1;}
 .process1 > ul{width:340px;margin:0 auto;text-align:center;box-sizing:border-box;}
 .process1 > ul li{float:left;position:relative;width:110px;margin:0 30px 50px;padding-bottom:8px;font-family:'Noto Sans KR',sans-serif;font-size:16px;font-weight:600;color:#797979;}
 .process1 > ul li a{font-size:18px;font-weight:400;color:#000;}
 .process1 > ul li.active{border-bottom:2px solid #f05945;}
 .process1 > ul li.active a{font-weight:700;color:#102970;}
 .process1 > ul li:hover:after{display:none;}
 .process1 > ul:after{display:block;clear:both;content:"";}

/* BEST Shop */
 .mConBox5{width:auto;background:url(/Image/Main/sec-4.png) repeat center top;}
 .mConBox5 *{box-sizing:border-box;}
 .mConBox5 > div{float:none;}
 .mConBox5 .grid{position:relative;height:602px;padding:246px 0 0 309px;}
 .mConBox5 .tit-img{position:absolute;bottom:-44px;left:-16px;z-index:1;}
 .mConBox5 .m_slider2{width:714px;margin:0 auto;}
 .mConBox5 .m_slider2 ul li{display:flex;justify-content:space-between;}
 .mConBox5 .bx-controls-direction a{display:block;position:absolute;left:50%;width:36px;height:36px;margin-left:136px;background-repeat:no-repeat;font-size:0;}
 .mConBox5 .bx-controls-direction a.bx-prev{top:83px;background-image:url(/Image/Main/slide-up2.png);}
 .mConBox5 .bx-controls-direction a.bx-next{top:438px;background-image:url(/Image/Main/slide-down2.png);}

/* Hot deal */
 .deal{padding:80px 0 0;background:url(/Image/Main/bg-sec5.png) repeat-y center top;}
 .deal *{box-sizing:border-box;}
 .deal h2{margin-bottom:40px;font-size:30px;color:#000;line-height:1;}
 .deal .deal-inner{display:flex;justify-content:space-between;margin-top:30px;}
 .deal .txt{padding:20px 15px 5px;background-color:#f9f9f9;overflow:hidden;}
 .deal .deal-inner > ul:first-child .txt,  .deal .deal-inner > ul:nth-child(2) .txt{background-color:#fff;}
 .deal .txt li:first-child{margin-bottom:15px;font-size:16px;font-weight:bold;}
 .deal .txt li:nth-child(2){margin-bottom:-5px;font-size:13px;font-weight:100;line-height:0.8;}
 .deal .txt li:nth-child(3){display:inline-block;margin-left:5px;font-size:17px;font-weight:bold;line-height:2;}
 .deal .txt p{padding-bottom:10px;text-align:right;}

/* 공지사항 */
 .bottom-util{width:100%;height:65px;border-top:1px solid #c2c2c2;overflow:hidden;}
 .bottom-util .grid{display:flex;position:relative;}
 .bottom-util *{box-sizing:border-box;}
 .bottom-util ul > li:last-child{border-left:none;}
 .bottom-util ul a{display:block;height:100%;}
 .bottom-util ul li{font-family:'Noto Sans KR',sans-serif;font-size:18px;color:#282828;line-height:64px;}
 .bottom-util .bx-controls-direction a{display:block;position:absolute;right:0;width:25px;height:22px;background-repeat:no-repeat;font-size:0;}
 .bottom-util .bx-controls-direction a.bx-prev{top:11px;background-image:url(/Image/Main/slide-up1.png);}
 .bottom-util .bx-controls-direction a.bx-next{top:32px;background-image:url(/Image/Main/slide-down1.png);}
 .bottom-lt{float:left;width:113px;background:url(/Image/Main/bg-sec-notice.png) no-repeat 80px 25px;}
 .bottom-lt li a{font-weight:500;}
 .bxslider7 li{position:relative;width:987px;text-align:left;}
 .bxslider7 li .date{position:absolute;top:0;right:83px;}

#section1 .glist{position: relative}
#section1 .glist::before{content:""; position: absolute; top:0; right: 0; width: 1063px; height: 3px;  z-index: 50}
#section1 .glist li{width:20%;box-shadow: 2px 2px 25px rgba(0,0,0,12%); height:180px; overflow:hidden}
#section1 .glist li a{filter: grayscale(100%); display:block; width:100%;}
#section1 .glist li a:hover, #section1 .glist li a:focus{filter: grayscale(0%);}
#section1 .glist li a img{width:100%; height:100%; }

/* 배송·구매대행 절차 */
#section3{padding:80px 0 50px;}
#section3 {width:auto;margin-top:0;padding:80px 0 38px;background:url(/Image/Main/bg-sec3.png) no-repeat;}
#section3  .bx-viewport{padding-bottom:48px;}
#section3  .bx-viewport ul li.word{margin-top:8px;font-family:'Noto Sans KR',sans-serif;font-size:15px;font-weight:500;color:#000;}
#section3  .bx-controls-direction a{display:block;position:absolute;bottom:0;width:8px;height:13px;background-repeat:no-repeat;font-size:0;}
#section3  .bx-controls-direction a.bx-prev{left:0;background-image:url(/Image/Main/slide-prev3.png);}
#section3  .bx-controls-direction a.bx-next{left:1140px;background-image:url(/Image/Main/slide-next3.png);}
#section3  .bx-pager{display:flex;position:absolute;bottom:5px;left:25px;width:1100px;height:3px;background-color:#d9d9d9;}
#section3  .bx-pager .bx-pager-item{flex:1;}
#section3  .bx-pager .bx-pager-item .bx-pager-link{display:block;height:100%;font-size:0;}
#section3  .bx-pager .bx-pager-item .bx-pager-link.active{background-color:#f05945;}
#section3 .card-info{display:flex;justify-content:space-between;margin-bottom:80px;}
#section3 .card-info li{width:535px;}
#section3 .card-info li.exchange-rate{display:flex;}
#section3 .card-info li.exchange-rate .rate{display:block;width:353px;padding:34px 0 0 22px;border:1px solid #d7d7d7;border-left:none;background-color:#102970;font-family:'Noto Sans KR',sans-serif;font-weight:500;color:#fff;}
#section3 .card-info li.exchange-rate .rate em{display:block;margin-bottom:12px;font-size:23px;font-weight:900;letter-spacing:-0.5px;}
#section3 .card-info li.exchange-rate .rate em img{margin-top:1px;vertical-align:top;}
#section3 .process1{overflow:hidden;}
#section3 .process1 h2{margin-bottom:40px;font-size:30px;color:#000;line-height:1;}
#section3 .process1 > ul{width:340px;margin:0 auto;text-align:center;box-sizing:border-box;}
#section3 .process1 > ul li{float:left;position:relative;width:110px;margin:0 30px 50px;padding-bottom:8px;font-family:'Noto Sans KR',sans-serif;font-size:16px;font-weight:600;color:#797979;}
#section3 .process1 > ul li a{font-size:18px;font-weight:400;color:#000;}
#section3 .process1 > ul li.active{border-bottom:2px solid #f05945;}
#section3 .process1 > ul li.active a{font-weight:700;color:#102970;}
#section3 .process1 > ul li:hover:after{display:none;}
#section3 .process1 > ul:after{display:block;clear:both;content:"";}



#section4{width:1140px; height:240px;  margin:50px auto; display:flex;}
#section4 div{width:33%;}
#section4 h2{font-size:24px; color:#f05945; font-weight:900; line-height:50px; position:relative;}
#section4 h2 span{display:block; position:absolute; top:20px; right:0;}  

#section4 div ul{margin-top:10px;}
#section4 div ul li{font-size:16px; display:flex; line-height:40px; border-bottom:1px solid #e5e5e5;}

#section4 div ul li a{display:inline-block; width:79%;  text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
#section4 div ul li a > strong{color: #8D8D8D; font-size:16px; margin-right: 15px; font-size:16px;}

#section4 div ul li .date{width:100px;}
#section4 .main-notice, #section4 .faq{width: 39%; border-right: 1px solid #ddd; padding-right:2%;}

#section4 .faq, #section4 .review{padding-left: 15px}
#section4 .review{width: 20%;}
#section4 .review ul{margin-top:20px;}
#section4 .review ul li{border: none; line-height:1; border:none;}
#section4 .review ul li a{width:100%;  height:100%;display:block; overflow:hidden;}
#section4 .review ul li img{display:block;width:90%; border:1px solid #fafafa; height:100px; margin-bottom:5px;  box-shadow:5px 5px 10px rgba(0,0,0,0.2);}
#section4 .review ul li strong{display: block; font-size: 16px; margin-bottom: 10px; overflow : hidden; display : -webkit-box; -webkit-line-clamp : 1; -webkit-box-orient : vertical;}
#section4 .review ul li p{overflow : hidden; line-height: 1.3;text-overflow:ellipsis; white-space:normal; margin-top:20px;}
#section4 .review .sub_main_tit{margin-bottom: 15px;}

@media (max-width:1500px){
#section3 .bx-pager{width:73%;}
#section3 .bx-controls-direction a.bx-next{left:77%;}
}

@media (max-width:1200px){
.main{height:auto;}
.main_left{width:20%; height:520px;}
.m_slider{width:100%;}
.m_slider img{display:block; /*height:520px;*/}

.overlay-btns{width:96%; margin:0 auto;}
.overlay-btns .grid{width:100%; margin:0 auto; background:none; padding:10px 20px 0;}
.overlay-btns .up-img li{width:30%; margin-right:1%;}
.overlay-btns .up-img li:last-child{margin-right:0;}
.overlay-btns .up-img img{display:block; width:100%;box-shadow: 2px 2px 25px rgba(0,0,0,12%);}
.grid , .find2 .grid{width:96%; margin:0 auto;}

#section1 , #section4{width:96%; margin:0 auto;}
.guide .grid{width:100%; padding:0;}
#section1 .glist::before{width:97%;}
#section1 .glist li a{display:block; width:100%; height:100%; overflow:hidden;}
.guide .num img{width:100%; }

.find2 .bxslider11 li a .info{width:50%;}
.find2 .bxslider11 li a .thumb{width:50%;}
.find2 .bx-controls-direction a.bx-prev{left:38%;}
.find2 .bx-controls-direction a.bx-next{left:43%;}
.find2 .bxslider11 li a .invoice{font-size:16px;}

.grid, .find2 .grid > .bx-wrapper{width:105%; overflow:hidden;}
}

@media (max-width:1100px){
#section4{display:block; height:auto;}
#section4 .main-notice{width:100%; border-right:none;}
#section4 .faq{width:63%; float:left; padding-left:0; border-right:none;}
#section4 .review{width:32%; float:left; padding-left:2%;}
}

@media (max-width:1000px){
.main_left{height:450px;}
/*.m_slider img{height:450px;}*/
}
@media (max-width:768px){

.m_slider .bx-controls-direction a.bx-prev{left:85px;}
.m_slider .bx-controls-direction a.bx-next{left:125px;}
.main_left{display:none;}
.m_slider{width:100%; /*height:300px;*/}
/*.m_slider img{height:300px;}*/
.m_slider .bx-controls-direction a.bx-prev{background-size:25px; left:7%;}
.m_slider .bx-controls-direction a.bx-next{background-size:25px; left:13%;}
.overlay-btns .grid{top:-50px; padding:10px 0 0;}
.overlay-btns .up-img li{width:33%;}
.guide .glist{display:block; overflow:hidden;}
#section1 .glist li{width:33.3%; float:left;}
.sec-tit{font-size:24px;}
.sec-tit span{height:55px; width:200px; }
.find2 .grid{padding-left:0;}
.find2 .bxslider11 li{min-height:230px;}
.find2 .bxslider11 li a .info{padding:25px 3% 0; height:200px; font-size:14px; width:60%;}
.find2 .bxslider11 li a .thumb{height:230px;}
.find2 .bx-controls-direction a{bottom:15%;}
.find2 .bxslider11 li a .info:before{width:60px; height:90px;}
.find2 .bxslider11 li a .more{margin-top:16px;}
.find2 .bxslider11 li a .invoice{font-size:14px; padding:10px 2px 10px; border-left:none;}
.find2 .bxslider11 li a .reg-date{padding:0 2px 6px; border-left:none;}

#section3 .process1 h2{font-size:24px;}
#section3 .sec-tit span{width:250px;}

#section3{display:none;}
#section4{display:block; height:auto;}
#section4 div ul li{font-size:14px;}
#section4 .main-notice{width:100%;}
#section4 .main-notice, #section4 .faq{border-right:none;}
#section4 .faq{width:100%; padding-right:0; float:none; margin:10px 0; border-right:none;}
#section4 .review{width:100%; float:none; padding-left:0;}
#section4 .review ul li a{display:block;}
#section4 .review ul li img{width:40%; margin-right:5%; float:left;}
#section4 .review ul li p{width:45%; float:left; }
}

@media (max-width:920px){
.guide .num{display:block;}
.guide .num img{width:auto; margin:0 auto; display:block;}
}
@media (max-width:600px){

.guide .num img{width:100%; }
}

@media (max-width:482px){
/*.m_slider{height:205px;}*/
/*.m_slider img{height:205px;}*/
.m_slider .bx-controls-direction a.bx-prev{background-size:20px; left:7%; top:30px;}
.m_slider .bx-controls-direction a.bx-next{background-size:20px; left:13%;top:30px;}
.overlay-btns .grid{top: -25px;}
#section1 .glist li{height:140px;}
.guide{padding-bottom:20px;}
.find2{padding:0;}
.find2 .bxslider11 li a .info{height:170px;}
.find2 .bxslider11 li a .thumb{height:170px;}
.find2 .bxslider11 li a .thumb img{height:170px;}
.find2 .bx-controls-direction a{bottom:25%;}
#section4{padding-top:20px;}
#section4 h2{font-size:18px;}
#section4 div ul li a > strong{font-size:14px;}
#section4 div ul li .date{font-size:12px;}
#section4 .review ul li img{width:50%;}
#section4 .review ul li p{width:44%;}

}

/*팝업*/
/*#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); }
}

.exchange-box {
	border: 1px solid #ccc;
}
.exchange-title {
	background-color: #333;
	color: white;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
}
.exchange-row {
	display: flex;
	justify-content: space-around;
	padding: 10px;
	background-color: #fff;
}
.currency-block {
	/*text-align: center;*/
	font-size: 14px;
}
.currency-block img {
	width: 25px;
	vertical-align: middle;
}
.krw-value {
	color: red;
	margin-top: 5px;
}