/* 모바일용 CSS */
/* 기본 CSS */

.container{
width:97%;
max-width:1132px;
margin:0 auto;
}    

.header:after, .container:after{
display:block;
content:"";
clear:both;
}
    
.blind{
position:absolute;
width:0;
height:0;
line-height:0;
text-indent:-9999px;
overflow:hidden;
}

.sec-tit{
font-size:42px;
color:#3f51b5;
font-weight:normal;
}

/* 헤더 영역 CSS */
.header{
position:relative;
padding:18px 5%;
}
    
.header .logo{
float:left;
}
    
.header .gnb{
display:none;
position:absolute;
top:100%;
left:0;
width:100%;
background:#ff7800;
z-index:10; /* 레이어 우선순위 */
}
    
.header .gnb li{
border-bottom:1px solid #ffffff;
}
    
.header .gnb li a{
display:block;
padding:14px 0 14px 5%;
font-size:14px;
color:#fff;
}
    
.header .menu-toggle-btn{
float:right;
width:20px;
margin-top:4px;
cursor:pointer;
}
    
.header .menu-toggle-btn span{
display:block;
width:100%;
height:2px;
background:#3f51b5;
}
    
.header .menu-toggle-btn span:nth-child(2){
margin:5px 0;
}

/* 슬라이더 영역 CSS */
.slider img{
display:block;
width:100%;
max-width:100%;
height:auto;
}
    
/* 디스플레이 영역 CSS */
.display-section{
margin-top:30px;
text-align:left;
}

.display-section .sec-tit{
margin-bottom:30px;
}
    
.display-section .desc{
color:#616161;
line-height:1.9;
font-size:12px;
}

.display-section .desc a{
display:inline-block;
border:1px solid #d3d3d3;
padding:0px 2px 0px 2px;
background-color:#EFEFEF;
font-size:12px;
margin-bottom:2px;
}
    
/* 프로모션 영역 CSS */
.promotion-section{
margin-top:10px;
}

.promo-list {
font-size:12px;
}

.promo-list h1 {
margin-bottom:10px;
}

.promo-list img {
margin-bottom:5px;
}

.promo-list .img_no{
text-align:left;
}

/* 검색추천 */
.promo-list .search-group {
text-align: center;
}

.promo-list .input-group{
position: relative;		
display: inline-block;
margin-top:30px;
}

/* 검색추천 PC 오른쪽 */
@media all and (min-width:1132px){
.promo-list .search-group { text-align:right; }
.promo-list .input-group{ position: relative; }	
}

.promo-list .append_loading {
font-size:18px;
}


/* 푸터 영역 CSS */
.footer{
margin-top:20px;
}
    
.footer p{
margin:34px 0;
color:#3f51b5;
text-align:center;
font-size:9px;
}

/* 태블릿용 CSS */
@media all and (min-width:768px){

.promotion-section .promo-list li:first-child{
margin-left:0;
}   

/* 푸터 영역 CSS */
.footer{
margin-top:20px;
}
    
.footer p{
margin:34px 0;
color:#3f51b5;
text-align:center;
font-size:12px;
}

}


/* PC용 CSS */
@media all and (min-width:1132px){

/* 헤더 영역 CSS */
.header{
position:static;
padding:28px 52px;
}
    
.header .gnb{
display:block !important;
position:static;
float:right;
width:auto;
margin-top:6px;
background:none;
}
    
.header .gnb li{
float:left;
margin-left:21px;
border-bottom:0;
}
    
.header .gnb li a{
padding:0;
font-size:16px;
color:#08c;
}

.header .gnb li a:hover { color:#F06; }

.header .menu-toggle-btn{
display:none !important;
}
    
/* 디스플레이 영역 CSS */
.display-section{
margin-top:30px;
text-align:left;
}
    
.display-section .sec-tit{
float:left;
}
    
.display-section .desc{
position:relative;
float:right;
padding-left:20px;
color:#616161; 
line-height:1.9;
font-size:12px;
}
    
.display-section .desc:before{ /* 세로줄 */
display:block;
position:absolute;
top:9px;
left:0;
width:2px;
height:30px;
background:#e0e0e0;
content:"";
}

/* 프로모션 영역 CSS */
.promotion-section{
margin-top:20px;
}

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 설정 */
#photo_main{
display:block;
width:100%;
text-align:center;
margin-bottom:10px;
margin-top:20px;
}

/* 테두리 */
#photo_main .photo {
position: relative;	
display: inline-block;
border:1px solid #d3d3d3;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
padding:5px 5px 5px 5px;
margin-bottom:10px;
list-style:none;
vertical-align:top;
margin-right:10px;
}

#photo_main .photo:hover { background-color:#d3d3d3}

#photo_main .photo li{
font-size:9px; 
}

#photo_main .photo strong{ font-size:10px; }

/* 사진 new */
#photo_main .photo_new {
position:absolute;
left:53px;
top:-3px;
}

/* 카카오 검색 */
#photo_daum{
display:block;
width:100%;
text-align:center;
margin-bottom:10px;
margin-top:20px;
}

/* 테두리 */
.daum_photo_search {
display: inline-block;
border:1px solid #d3d3d3;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
padding:5px 5px 5px 5px;
margin-bottom:10px;
list-style:none;
vertical-align:top;
margin-right:10px;
}

.daum_photo_search:hover { background-color:#d3d3d3}

.daum_photo_search li{
font-size:9px; 
}

.daum_photo_search strong{ font-size:10px; }

/* photo view */
#photo_view .photo_sub_menu {
display: inline-block;
border:1px solid #d3d3d3;
border-radius:3px;
padding:5px 5px 5px 5px;
margin-right:5px;
margin-bottom:10px;	
list-style:none;
text-align:center;
vertical-align:top;
}

#photo_view .photo_sub_menu:hover { background-color:#d3d3d3}

/* PC용 사진크기 */
@media all and (min-width:1132px){
#photo_view .img img{ width:1132px; }
}

#photo_view .photo_sns {
float:right;
padding:5px 5px 5px 5px;
margin-bottom:10px;	
list-style:none;
vertical-align:top;
text-align:left;
}

#photo_view .head, #photo_view .fooder {
display:block;
border:1px solid #d3d3d3;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
margin-bottom:5px;
padding: 5px 5px 5px 5px;
background-color:#F9F9F9;
}

#photo_view .fooder h2{
margin-bottom:5px;
}

#photo_view ul .title { font-size:30px; font-weight:bolder; margin-bottom:5px; }
#photo_view ul li { display:inline-block; font-size:20px; margin-right:5px; }

#photo_view .tag {
display:inline-block;
border:1px solid #d3d3d3;
padding:5px 5px 5px 5px;
background-color:#EFEFEF;
font-size:18px;
margin-bottom:5px;
}

#photo_view .fooder { margin-top:50px; }
#photo_view .fb-like { margin-left:0; }
#photo_view .button { text-align:center; }
