/*
Theme Name: lotte v2
Theme URI: http://blog.lotte.co.kr
Author: ungki.h by idimnida
Author URI: https://ungki.me
Description: Lotte Group Blog, v2018
Version: 1.0.0
License: MIT
License URI: https://ungki.me
Text Domain: lotte
Tags: lotte

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lotte is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Fonts
# Typography
# Helper classes
# Forms
# Navigation menu
# Accessibility
# Clearings
# Media
	## Captions
	## Galleries
# Media embed
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

div.grid ul li:nth-child(3n) {
	margin-right: 0 !important;
}

section.conList article.thumnail .txt .txtBox p {
	display:none;
}

section.conList article.thumnail .txt .txtBox span {
	display:none;
}

.single .entry-content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: #222;
	text-align: justify;
	margin: 0 auto;
}

.entry-content p {
	margin-top: 30px;
	font-weight: normal;
	line-height: 1.7;
	text-align: justify;
	color: #000;
}


main article .thumb {
	overflow: hidden;
	padding-bottom: 73.32%;
	height: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
        max-width: 100%;
}