@CHARSET "UTF-8";

body {
	/* font-size: 14px; */
	background-color: #fff;
}


/*********************** placeholder 영역 ***********************/
input:-ms-input-placeholder { color: #a9a9a9; } /*Internet Explorer 10 이상에 적용 */
input::-webkit-input-placeholder { color: #a9a9a9; } /* Webkit, Blink, Edge에 적용 */
input::-moz-placeholder { color: #a9a9a9; } /* Mozilla Firefox 4 부터 18에 적용 */
input::-moz-placeholder { color: #a9a9a9; } /* Mozilla Firefox 19 이상에 적용 */


/*********************** 공통 영역 ***********************/
.header > .header_inner, 
.header > .top_login_ul,
.search_area > .search_group,
.tm_menu_bar > ul.tm_menu_bar_inner,
.pn-ProductNav_Wrapper,
.category_bar > .category_bar_inner,
.orderby_product > .orderby_product_inner,
.main_content_search, 
.bottom > .bottom_inner {
	margin: 0 auto;
	max-width: 90%; 	
}

/*
li.divide1 {
	width: 100%;
}

li.divide2 {
	width: 50%;
}

li.divide3 {
	width: 33.33%;
}

li.divide4 {
	width: 25%;
}

li.divide5 {
	width: 20%;
}

li.divide6 {
	width: 16.66%;
}

li.divide7 {
	width: 14.28%;
}

li.divide8 {
	width: 12.5%;
}

li.divide9 {
	width: 11.11%;
}

li.divide10 {
	width: 10%;
}
*/



/*********************** header 영역 ***********************/
.header {
	position: relative;
	padding: 10px 0;
	
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}

.header > .header_inner {
	position: relative;
	/* font-size: .8em; */
}

.header > .header_inner > .top_logo {
	display: block;	
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #a9a9a9;
	vertical-align: middle;
}

.header > .header_inner > .top_logo > a {
	color: #a9a9a9;
	font-size: 1.1em;
}

.header > .header_inner > .top_logo > a > img {
	max-width: 290px;
	max-height: 50px;
}



.header > .header_inner > ul.menu_bar {
	position: relative;
	display: inline-block;
	padding-top: 20px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	font-size: .85em;
}

.header > .header_inner > ul.menu_bar > li {
	position: relative;
	display: inline-block;
	height: 100%;
	text-align: center;	
	background: url(/images/portal/bar15_darker.png) 100% 50% no-repeat;
	background-size: 1px 10px;
	/* float: left; */
	vertical-align: middle;
}	

.header > .header_inner > ul.menu_bar > li:last-child {
	background: none;
	padding-right: 0;
}

.header > .header_inner > ul.menu_bar > li > a {
	display: block;
	padding: 5px 10px;
	color: #333;
}

.header > .header_inner > ul.menu_bar > li:first-child > a {
	padding-left: 0;
}

.header > .header_inner > ul.menu_bar > li:last-child > a {
	padding-right: 0;
}




/*********************** 검색 영역 ***********************/
.search_area {
	position: relative;
	display: block;
	width: auto;
	padding: 20px 0;
	border: none;
	background-color: #fff;	
}

.search_area > .search_group {
	position: relative;
	display: block;
	width: auto;
}

.search_box {
	display: table;
	margin: auto;
	width: 100%;
	max-width: 400px;
	height: 36px;

	
	/* border: solid 1px #ee3449; */
	border-radius: 18px;
	background-color: #fff;
}

.search_box > .left_search {
	display: table-cell;
	position: relative; /* 이거 없으면 사파리브라우저에서 버튼역할 못함 */
	width: 18px;
	height: 100%;		
}

.search_box > .input_keyword {
	font-size: .9em;
}

.search_box > .btn_search {
	display: table-cell;
	position: relative; /* 이거 없으면 사파리브라우저에서 버튼역할 못함 */
	/*border-left: solid 1px #fff; 검색창 배경 투명 */
	width: 36px;
	height: 100%;	
	cursor: pointer;
	/*z-index: 100;*/
	
	
	/* background: url(/images/portal/search_parent.png) no-repeat center; */
	background: url(/images/portal/kimtaenyeon/searchi.png) no-repeat center;
	background-size: 18px;
}


.search_box > .btn_search:before {
    content: "";
    display: inline-block;

	position: absolute;
	width: 50%;
	height: 50%;
	top: 25%;
	left: 25%;
	background-image: url(/images/portal/search_parent3.png);
	/* background-position: -1px; */
	background-repeat: no-repeat;
	background-size: 18px;  /* 18px + 1px(background-position) */
}
	
	


/*********************** 메뉴 영역 ***********************/
.tm_menu_bar {
	position: relative;
	display: block;
	/* padding: 0 0 20px 0; */
	text-align: center;
	background-color: #fff;
}

.tm_menu_bar > ul.tm_menu_bar_inner {
	position: relative;
	display: block;
	font-size: .9em;
}


.tm_menu_bar > ul.tm_menu_bar_inner > li {
	position: relative;
	display: inline-block;
	text-align: center;	
	padding-bottom: 20px;
}	

.tm_menu_bar > ul.tm_menu_bar_inner > li:last-child {
	background: none;
}

.tm_menu_bar > ul.tm_menu_bar_inner > li > a {
	display: block;
	padding: 0 10px;
	color: #000;
}



/*********************** 카테고리 메뉴 영역 ***********************/
.category_bar {	
	background-color: #fff;		
	/* background-image: url(/images/portal/bg1.gif); */
}

.category_bar > .category_bar_inner {	
	
}

.category_bar > .category_bar_inner > ul.category {
	position: relative;
	display: block;
	padding: 40px 0 20px 0;
	text-align: center;
	margin: auto;
	/* font-size: .9em; */	
	/* background-color: #fff; */
}

.category_bar > .category_bar_inner > ul.category > li {
	position: relative;
	display: inline-block;
	text-align: center;	
	background: url(/images/portal/bar15_darker.png) 100% 50% no-repeat;
	/*float: left;*/
	
	padding: 0 5px;
}	

.category_bar > .category_bar_inner > ul.category > li:last-child {
	background: none;
}

.category_bar > .category_bar_inner > ul.category > li > a {
	display: block;
	padding: 10px 10px;
	color: #a9a9a9;
}

/*
.category_bar > .category_bar_inner > ul.category > li > a.sel {
	color: #1ca8f9;
	font-weight: bold;
	border-bottom: 5px solid #1ca8f9;
}
*/





/*********************** 정보 영역 ***********************/

.orderby_product:nth-child(odd)  {
	background-color: #f6f6f6;
	background-image: url(/images/portal/bg1.gif);
}

.orderby_product:nth-child(even) {
	background-color: #fff;
}

.orderby_product > .orderby_product_inner {
	padding: 20px 0;
	overflow: hidden;
}


.prd_element_group {
	width: 100%;
	/* margin: 0 5% 30px 5%; */   
	margin-bottom: 30px; 
}

.prd_element {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	
	display: inline-block;
	width: 50%; /* 2개씩 보기 */

	/* background: url(/images/portal/hoonjanggol/h1.jpg) no-repeat center;	 */
	background-size: 100% auto;
	vertical-align: top;
}
	
.prd_element.ptypeB.ptypeB2times { /* 게시판 상품은 2배 넓이 */
	width: 100%;
}

.prd_element > .prd_card {
	position: relative;
	
	display: block;
}

.prd_element > .prd_card:before {
    content: "";
    display: inline-block;
    /* padding-top: 125%; */ /* 300:375 사각형일 경우 */
    /* padding-top: 56.36%; */  /* 479:270 */
    /* padding-top: 100%; */ /* 정사각형일 경우 */
    padding-top: 125%; /* 300:375 사각형일 경우 */  
}

.prd_element.ptypeB.ptypeB2times > .prd_card:before { /* 게시판 상품은 2배 넓이라 높이는 0.5배 */
	padding-top: 62.5%;
}
	
.prd_element > .prd_card > .prd_img {
	display: block;
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	transition: all .5s ease;
	
	background-repeat: no-repeat;
	background-position: center;
	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	border: 1px solid #eee;
}


.prd_element.ptypeB > .prd_card > .prd_img { /* 게시판 상품 */
	border: 1px solid #d7d7d7;
}


.prd_element > .prd_card:focus > .prd_img, 
.prd_element > .prd_card:hover > .prd_img {
	transform: scale(1.05);
	
	/* scale(1.2) 일 경우
	100 / 120 = 0.833333333333333 
	top: 8.33333%;	
	right: 8.33333%;	
	bottom: 8.33333%;	
	left: 8.33333%;	*/
}


.product_title,
.prd_element > .prd_card {
	margin: 0 10px;	
}


a.more_link {
	clear: both;
		
	max-width: 100px;
	margin: 20px auto;
	
	display: block;
	padding: 5px 40px;
	border: 1px solid #bdbec0;
	color: #bdbec0;
	text-align: center;
}

	
.product_title {
	margin: 20px auto 0 auto;
	text-align: center;
}

.product_title > .black_color_big {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;	
}

.product_title > .gray_color_big {
	color: #939498;
	font-size: 1.3em;
	font-weight: bold;	
}

.product_title > .gray_color {
	color: #939498;
	font-size: .8em;
	font-weight: normal;	
}

	
	
	


.prd_element > .prd_title {
	display: block;
	margin: 10px 15px 0 15px;

	color: #333;
	font-size: .9em;
	font-weight: bold;
}

.prd_element > .prd_title2 {
	display: block;
	margin: 5px 15px 0 15px;

	color: #666666;
	font-size: .75em;
	font-weight: normal;	
}



.prd_price {
	margin: 10px 15px 0 15px;
	display: block;
	text-align: left;
}

.prd_price .prd_left {
	display: inline-block;
	text-align: left;
}

.prd_price .prd_left .prd_org_price {
	font-size: .8em;
	color: #8c909b;
	text-decoration: line-through;
}

.prd_price .prd_left .prd_dc_price {
	font-size: .9em;
	color: #20232c;
	font-weight: bold;
}


.prd_price .prd_right {
	display: inline-block;
	text-align: right;
	float: right;
	/*margin-top: 5px;*/
	font-size: .95em;
	color: #ee3137;
	
	font-family: helvetica;
	
	line-height: 200%; /* 세로중앙정렬 땜에 */
}




/*********************** 이미지맵 관련 ***********************/
a.btn_top {
	position: fixed; 
	right: 10px; 
	bottom: 10px; 
	z-index: 100;
	
	
	padding: 5px 10px;
	background: rgba(97, 97, 97, 0.7);
	color: #fff;
	border-radius: 5px;
	font-size: .9em; /* font-size: 12px; */

	
	opacity: .8;
	/* background-color: ${portalInfoMap.main_color}; */
} 


.menu_content_img {
	max-width: 100%; 
	margin: auto; 
	text-align: center;  
	display: none;
}


#map_container {
	position: relative;
	margin: auto;
}
#map_container .map_button_prev,
#map_container .map_button_next {
	display: none;
	
	
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-align: center;
	
	width: 10%;
	max-width: 92.052631578947368px; /* 이미지넓이 318 * height 44 / 이미지높이 152 */
	height: 44px;
	margin-top: -22px;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;		
}	
#map_container .map_button_prev span,
#map_container .map_button_next span {
	line-height: 44px;
}	
#map_container .map_button_prev {
	left: 10px;
	right: auto;
	background-image: url(/images/portal/arr_left.jpg);
}
#map_container .map_button_next {
	right: 10px;
	left: auto;
	background-image: url(/images/portal/arr_right.jpg);;
}




#map_container ul.btn_list {
	display: block;

	z-index: 10;
	
	position: absolute;
	top: 5.294117647058824%; /* =100*54/1020 */
	left: 10.052083333333333%; /* =100*193/1920 */
	width: 44.270833333333333%; /* =100*850/1920 */
	height: 7.843137254901961%; /* =100*80/1020 */
}
#map_container ul.btn_list > li {
	position: relative;
	float: left;
	display: inline-block;
	width: 20%;
	height: 100%;
}
#map_container ul.btn_list > li > a {
	display: block;
	cursor: pointer;
	
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/*
	width: 20%;
	height: 100%;
	*/
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;					
}	
#map_container ul.btn_list > li.stamp > a {
	/*left: 0;*/
	background-image: url(/images/portal/im_stamp_off.png);			
}	
#map_container ul.btn_list > li.stamp.on > a {
	background-image: url(/images/portal/im_stamp_on.png);			
}	
#map_container ul.btn_list > li.stamp.no {
	display: none;
}	
#map_container ul.btn_list > li.survey > a {
	/*left: 20%;*/
	background-image: url(/images/portal/im_survey_off.png);			
}	
#map_container ul.btn_list > li.survey.on > a {
	background-image: url(/images/portal/im_survey_on.png);			
}		
#map_container ul.btn_list > li.survey.no {
	display: none;
}		
#map_container ul.btn_list > li.consultation > a {
	/*left: 40%;*/
	background-image: url(/images/portal/im_consultation_off.png);			
}	
#map_container ul.btn_list > li.consultation.on > a {
	background-image: url(/images/portal/im_consultation_on.png);			
}		
#map_container ul.btn_list > li.consultation.no {
	display: none;
}		
#map_container ul.btn_list > li.realtime > a {
	/*left: 60%;*/
	background-image: url(/images/portal/im_realtime_off.png);			
}	
#map_container ul.btn_list > li.realtime.on > a {
	background-image: url(/images/portal/im_realtime_on.png);			
}			
#map_container ul.btn_list > li.realtime.no {
	display: none;
}		
#map_container ul.btn_list > li.reference > a {
	/*left: 80%;*/
	background-image: url(/images/portal/im_reference_off.png);			
}	
#map_container ul.btn_list > li.reference.on > a {
	background-image: url(/images/portal/im_reference_on.png);			
}		
#map_container ul.btn_list > li.reference.no {
	display: none;
}		


#btn_contents {
	display: none;
	z-index: 10;
	text-align: center;
	position: absolute;
	top: 50px;
	bottom: 50px;
	left: 50px;
	right: 70px;	/* =left + btn_iframe.border*2 */	
}
.btn_iframe {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 10px solid #aaa;
}





/* eposter관련 */
.classify_no {
	padding: 3px 5px;
	margin-right: 10px;
	color: #7c7c7c;
	background-color: #f0f0f0;
	border: 1px solid #e2e2e2;
	font-size: .6em;
}
.gt {
	font-size: .7em;
	color: #ccc;
}
.classify_name {
	margin: 5px 0 0 0;
	font-size: .7em;
	color: #7c7c7c;
}

/* 이미지맵 관련 */
#poly-5074nocursor,
#poly-1325nocursor,
#poly-8760nocursor,
#poly-8401nocursor,
#poly-2712nocursor {
	cursor: auto;
}

/* 세로로 길어서 스크롤이 필요한 이미지 */
#detail_contents.h90p {
	height: 90%;
}

#detail_contents.h90p_w500 {
	height: 90%;
	width: 100%;
	max-width: 500px;
	margin: auto;
}
#detail_contents.h90p_w800 {
	height: 90%;
	max-width: 800px;
	margin: auto;
}

#detail_contents.max_w300 img {
	max-width: 300px;
}
#detail_contents.max_w400 img {
	max-width: 400px;
}
#detail_contents.max_w450 img {
	max-width: 450px;
}
#detail_contents.max_w500 img {
	max-width: 500px;
}
#detail_contents.max_w550 img {
	max-width: 550px;
}
#detail_contents.max_w600 img {
	max-width: 600px;
}
#detail_contents.max_w700 img {
	max-width: 700px;
}
#detail_contents.max_w800 img {
	max-width: 800px;
}
#detail_contents.max_w1000 img {
	max-width: 1000px;
}
#detail_contents.max_w1500 img {
	max-width: 1500px;
}



		
/* 내부에서 iframe팝업을 또 호출하는 경우가 있어서 */
#detail_contents[class*="/pdetail/"] { /* class 속성에 /pdetail/이라는 문자열이 포함되어 있는 요소 */
	left: 0;
	right: 0;
}
#detail_contents[class*="/pdetail/"] > .detail_iframe {
	border: none;
	width: 100%;
}
		
		

/*********************** 포토갤러리 영역 ***********************/
.photo_gallery {
	margin-left: 10px;	
	margin-right: 10px;	
		
	margin-top: 20px;
	margin-bottom: 20px;
}
	
.photo_element {
	position: relative;
	
	display: inline-block;
	/* width: 25%; 4개씩 */
	width: 33.33%; /* 3개씩 */

	/* background: url(/images/portal/hoonjanggol/h1.jpg) no-repeat center;	 */
	background-size: 100% auto;
}

.photo_element:before {
    content: "";
    display: inline-block;
    padding-top: 75%; /* 4:3 사각형일 경우 */   
}


.photo_card {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	margin: 1px;
	
	
	
	background-repeat: no-repeat;
	background-position: center;
	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}


.photo_mask {
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


.photo_mask > .photo_mask_table {
	display: none;
	width: 100%;
	height: 100%;
}

.photo_mask:focus > .photo_mask_table, .photo_mask:hover > .photo_mask_table {
	display: table;
}


.photo_mask > .photo_mask_table > .photo_mask_cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*padding: 5px;*/
	color: #fff;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.photo_mask > .photo_mask_table > .photo_mask_cell > .photo_mask_title_line1 {
	padding: 10px;
	font-size: .6em;
}


.photo_main {
	max-width: 100%;
	margin: 0 auto;
	
	background-color: #fff;
	
	padding: 20px;
	margin-top: 0;
	margin-bottom: 0;	
}

#photo_datetime {
	color: #666; 
	font-size: .9em; 
	border-bottom: 1px solid #ededed; 
	padding-top: 5px; 
	padding-bottom: 20px;
}

#photo_note {
	color: #545454;
	font-size: .99em; 
	
	padding: 20px 0;
}

#photo_img {
	display: block;
	text-align: center;
}




/*********************** 검색결과 영역 ***********************/
.main_content_search {
	padding: 20px 0 30px 0;
}

/*********************** bottom 영역 ***********************/
.bottom {
	padding: 10px 0; /* padding: 10px;로 하면 가로스크롤이 생긴다. */
	text-align: center;
	color: #000;
	font-size: .8em;
	
	/* background-color: #aaa; */
	background-color: rgba(0, 0, 0, 0.7);	
}

.bottom > .bottom_inner > .info {
	padding: 0.5px;
	color: #aaa;
}

.bottom > .bottom_inner > .info > a {
	color: #aaa;
}

.bottom > .bottom_inner > .bottom_visitor {
	padding: 5px 0; 
	color: #eee;
}



/*********************** 로그인 영역 ***********************/

ul.top_login_ul {
	display: block;
	padding-bottom: 10px;
	text-align: right;
	font-size: .73em;
}

ul.top_login_ul > li {
	margin-top: 5px;
	padding: 0 12px;
	position: relative;
	display: inline-block;
	text-align: center;
	/* background: url(/images/portal/bar15_darker.png) 100% 50% no-repeat; */
	/* float: left; */					
}

ul.top_login_ul > li:after {
	content: '';
	display: inline-block;						
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #a9a9a9;

	position: absolute;
	right: -2px; /* width 4px의 50% */
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);							
}

ul.top_login_ul > li:last-child {
	padding-right: 0;
	background: none;
}

ul.top_login_ul > li:last-child:after {
	width: 0;
}


ul.top_login_ul > li > a {
	display: inline-block;
	color: #6f6f6f;
	font-weight: bold;
}		


/*********************** 컨텐츠 관련 ***********************/
.bg_img:before {
	display: block;
	content: '';
}

.bg_img {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;	
}

						
						
						
/* Web */
@media all and (min-width: 1024px) {	

	/*********************** 공통 영역 ***********************/
	.header > .header_inner, 
	.header > .top_login_ul,
	.search_area > .search_group,
	.tm_menu_bar > ul.tm_menu_bar_inner,
	.pn-ProductNav_Wrapper,
	.category_bar > .category_bar_inner,
	.orderby_product > .orderby_product_inner,
	.main_content_search, 
	.bottom > .bottom_inner {
		margin: 0 auto;
		max-width: 90%; 	
	}


	/*********************** header 영역 ***********************/
	.header > .header_inner > .top_logo {
		display: inline-block;	
		width: auto;
	}	
	
	.header > .header_inner > ul.menu_bar {
		position: absolute;
		right: 0;
		width: auto;
		padding-top: 0;
	
		/* 수직 중앙 정렬 (수평 중앙 정렬은 left: 50%; transform: translate(-50%, 0);)*/
		top: 50%;
	    -ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);		
	}		
	




	/*********************** 검색 영역 ***********************/
	


	/*********************** 메뉴 영역 ***********************/
	
	
	
	/*********************** 카테고리 메뉴 영역 ***********************/
	.category_bar > .category_bar_inner > ul.category > li {
		padding: 0 20px;
		min-width: 100px;
	}	
	
	.category_bar > .category_bar_inner > ul.category > li > a {
		padding: 10px 20px;
	}	
	




	/*********************** 정보 영역 ***********************/	
	.prd_element {
		width: 25%; /* 4개씩 */
	}
	
	.prd_element.ptypeB.ptypeB2times { /* 게시판 상품은 2배 넓이->1024이상에선 2배 아니게. */
		width: 25%;
	}

	.prd_element.ptypeB.ptypeB2times > .prd_card:before {
		padding-top: 125%;
	}
	
		
	.prd_element > .prd_card {
		margin: 0 15px;	
	}	
	

	/*********************** 포토갤러리 영역 ***********************/
	.photo_gallery {
		margin-left: 15px;	
		margin-right: 15px;	
	}
		
	.photo_element {
		/* width: 12.5%; 8개씩 */
		width: 16.66%; /* 6개씩 */
		
		/*float: left;*/
	}	
	
	/*
	.photo_card {
		margin: 10px;
		
	    -webkit-transition: -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
	    transition: -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
	    transition: transform .2s cubic-bezier(.165, .84, .44, 1);
	    transition: transform .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
	}
	
	.photo_card:hover {		
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	    
	    -webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    transform: scale(1.05);
	}
		
	
	
	.shape1 .photo_card {
		margin-bottom: 5px;
	}
	
	.shape2 .photo_card {
		margin-bottom: 5px;
	}

	.shape1 {
		width: 50%;
	}
	
	.shape2,
	.shape5 {
		width: 33.33%;
	}
	
	.shape6 {
		width: 66.66%;
	}	
	

	.shape1:before {
	    padding-top: 50%;
	}	

	.shape6:before {
	    padding-top: 37.5%;  
	}	
	*/
	
	
	
	
	
	
	
	
	
		

	.photo_mask > .photo_mask_table > .photo_mask_cell > .photo_mask_title_line1 {
		font-size: .9em;
	}

	
	.photo_main {
		max-width: 768px;	
		
		padding: 40px;
		margin-top: 40px;
		margin-bottom: 40px;
	}	
	
	#photo_datetime {
		padding-bottom: 30px;
	}
	
	#photo_note {
		padding: 30px 0;
	}			
}