@charset "utf-8";

/* tag reset */
.preload * {
	transition: none !important;
}
.webfont { /* 웹폰트가 로드되기 전에 적용되는 클래스 */
	opacity: 0;
	/*opacity: 1; /* 관리자에디터사용시 활성화 */
}
.fonts_loaded body { /* 웹폰트가 완전히 로드되었을 때 적용되는 클래스 */
	
}

::-moz-selection {
  color: white;
  background-color: #f777b6;
  -webkit-text-stroke: initial;
}
::selection {
  color: white;
  background-color: #f777b6;
  -webkit-text-stroke: initial;
}

html { font-size: 62.5%; }
@media (max-width: 900px) {
	html { font-size: 56.25%; }
}
@media (max-width: 740px) {
	html { font-size: 50%; }
}
body {
	font-family: 'NotoSansWeb',sans-serif;
	color: #666; font-weight: 400;
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: none; /* 모바일에서 text 사이즈 변동 없게 */
	-webkit-font-smoothing: subpixel-antialiased; /* antialiased or subpixel-antialiased 웹킷 브라우저 웹폰트 선명하게 처리 */
	font-variant-ligatures: none; /* fi수정 */
	overflow-y: scroll;
}
img {
	max-width: 100%;
	line-height: 0; font-size: 0;
	/*image-rendering: optimizeSpeed;*/ /* low quality */
	/*image-rendering: optimizeQuality;*/ /* high quality */
	-ms-interpolation-mode: bicubic; /* blur */
	/* -ms-interpolation-mode: nearest-neighbor; /* sharpen */
	/*-webkit-backface-visibility: hidden; /* css3이면가시성속성 */
	/*backface-visibility: hidden;*/
}
/* reset */
* { padding: 0; margin: 0; border: 0; outline: 0; vertical-align: top; }
article, aside, figcaption, figure, footer, header, nav, section { display: block; }
ul, li, ol, dl { list-style: none; }
td { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
input, select, textarea { vertical-align: middle; border: 0; }
label { cursor: pointer; }
a, input, select, textarea { text-decoration: none; }
textarea { -webkit-overflow-scrolling: touch; }
input[type='checkbox'] { appearance: checkbox; }
input[type='text'], input[type='tel'], input[type='password'], textarea { appearance: none; border-radius: 0; color: #666; }
/*input[type='text'], input[type='tel'], input[type='password'] { width: auto; }*/
input::placeholder { color: #ccc; }
a:hover { text-decoration: none; }
/* call class */
.clear {*zoom:1} /* float clear */
.clear:after {content:" "; display:block; clear:both;} /* float clear */
.float_l {float:left;} /* float left */
.float_r {float:right;} /* float right */
.none_blank { font-size: 0; line-height: 0; letter-spacing: -4px; } /* 이미지여백삭제 (letter-spacing: window 사파리) */
@-moz-document url-prefix() { .none_blank {letter-spacing: 0;} } /* 파폭 */
.dt { display: table; table-layout: fixed; width: 100%; }
.dtr { display: table-row; }
.dtc { display: table-cell; vertical-align: middle; }
.displaynone { display: none !important; }

.displaypc, .displaymobile { display: none; }
.displaypc.active, .displaymobile.active { display: block; }


/* motion */
.fixo-motion .fixo-motion-down {
	transform: translateY(-50px);
}
.fixo-motion .fixo-motion-up {
	transform: translateY(50px);
}
.fixo-motion .fixo-motion-left {
	transform: translateX(50px);
}
.fixo-motion .fixo-motion-right {
	transform: translateX(-50px);
}
.fixo-motion .fixo-delay {
	opacity: 0;
}
.fixo-motion .fixo-delay.active {
	opacity: 1;
	transform: translate(0, 0);
}
.fixo-motion .fixo-nodelay {
	transition: none !important;
}

.fixo-motion2 .fixo-motion-down {
	transform: translateY(-50px);
}
.fixo-motion2 .fixo-motion-up {
	transform: translateY(50px);
}
.fixo-motion2 .fixo-motion-left {
	transform: translateX(50px);
}
.fixo-motion2 .fixo-motion-right {
	transform: translateX(-50px);
}
.fixo-motion2 .fixo-delay {
	opacity: 0;
}
.fixo-motion2 .fixo-delay.active {
	opacity: 1;
	transform: translate(0, 0);
}
.fixo-motion2 .fixo-delay.reset {
	transition: none;
}

.fixo-delay1 {
	transition: all 0.5s ease-out 0.2s;
}
.fixo-delay2 {
	transition: all 0.5s ease-out 0.4s;
}
.fixo-delay3 {
	transition: all 0.5s ease-out 0.6s;
}
.fixo-delay4 {
	transition: all 0.5s ease-out 0.8s;
}
.fixo-delay5 {
	transition: all 0.5s ease-out 1s;
}
.fixo-delay6 {
	transition: all 0.5s ease-out 1.2s;
}
.fixo-delay7 {
	transition: all 0.5s ease-out 1.4s;
}
.fixo-delay8 {
	transition: all 0.5s ease-out 1.6s;
}

.mwidth {
	position: relative;
	width: 100%; /*max-width: 900px;*/ max-width: 1180px;
	padding: 0 50px; margin: auto;
	box-sizing: border-box;
}
@media (max-width: 900px) {
	.mwidth { padding: 0 20px; }
}
@media (max-width: 740px) {
	.mwidth { padding: 0 10px; }
}


/* Layout */
body {
	
}
#fixoWrap {
}
#fixoContainer {
}
#fixoContent {
	overflow: hidden;
}

/* fixoHeader : 공통상단 */
#fixoHeader {
	position: relative; z-index: 98;
}
#fixoHeader .header-top {
	position: fixed; top: 0; left: 0; right: 0;
}
#fixoHeader .header-top h1 {
	padding: 20px 0 9px;
	background: rgba(62,58,57,.7);
	text-align: center;
}
#fixoHeader .header-top .gnb-wrap {
	text-align: center;
}
#fixoHeader .header-top .gnb-wrap .gnb {
	background: rgba(62,58,57,.9);
}
#fixoHeader .header-top .gnb-wrap .gnb ul {
	font-size: 0;
}
#fixoHeader .header-top .gnb-wrap .gnb ul li {
	display: inline-block;
	vertical-align: top;
}
#fixoHeader .header-top .gnb-wrap .gnb ul li:not(:last-child) {
	margin: 0 45px 0 0;
}
#fixoHeader .header-top .gnb-wrap .gnb ul li a {
	font-size: 1.6rem; letter-spacing: -.096rem; line-height: 42px; font-weight: 500; color: #eceded;
}
#fixoHeader .header-top .gnb-wrap .gnb ul li a:hover {
	color: #eceded;
}

#fixoHeader .header-top .btn-gnb {
	position: absolute; top: 50%; right: 15px; z-index: 50;
	margin-top: -14px;
	width: 28px; height: 28px;
	text-align: center;
	font-size: 24px; line-height: 28px; letter-spacing: normal; font-weight: 400; color: #fff;
	cursor: pointer;
	display: none;
}
@media (max-width: 900px) {
	#fixoHeader .header-top h1 {
		text-align: left;
		padding: 13px 0 13px 10px;
	}
	#fixoHeader .header-top h1 img {
		height: 35px;
	}
	#fixoHeader .header-top .gnb-wrap {
		float: none;
		padding: 0;
		position: fixed; top: 60px; bottom: 0; left: 0; right: 0;
		overflow: hidden; overflow-y: auto;
		opacity: 0;
		visibility: hidden;
	}
	#fixoHeader .header-top .gnb-wrap.mobile-menu {
		transition: all .3s;
	}
	#fixoHeader .header-top .gnb-wrap.open {
		opacity: 1;
		visibility: visible;
	}
	#fixoHeader .header-top .gnb-wrap .gnb {
		text-align: left;
	}
	#fixoHeader .header-top .gnb-wrap .gnb ul li {
		display: block;
		margin: 0 20px;
	}
	#fixoHeader .header-top .gnb-wrap .gnb ul li:not(:last-child) {
		margin: 0 20px;
	}
	#fixoHeader .header-top .gnb-wrap .gnb ul li:not(:first-child) {
		margin: 0 20px;
		border-top: 1px solid #fff;
	}
	#fixoHeader .header-top .gnb-wrap .gnb ul li a {
		display: block;
		padding: 15px 10px;
		line-height: 1.5rem;
	}

	#fixoHeader .header-top .btn-gnb {
		display: block;
	}
}
@media (max-width: 740px) {
	#fixoHeader .header-top h1 {
		padding: 5px 0 5px 10px;
	}
	#fixoHeader .header-top h1 img {
		height: 30px;
	}
	#fixoHeader .header-top .gnb-wrap {
		top: 40px;
	}
}


/* fixoFooter : 공통하단 */
#fixoFooter {
	position: fixed; bottom: 0; left: 0;
	width: 100%;
	background: rgba(62,58,57,.5);
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
#fixoFooter .line1 {
	font-size: 1.4rem; line-height: 2.2rem; color: #fff;
	word-break: keep-all;
}
#fixoFooter .copy {
	font-size: 1.4rem; line-height: 2.2rem; color: #b5b5b6;
	word-break: keep-all;
}
#fixoFooter .copy:after {
	content: 'DAONMEDI with POSTFIXO';
	display: block;
	height: 0;
	color: #fff; font-size: 0; letter-spacing: normal; opacity: 0.5;
}
@media (max-width: 900px) {
	
}
@media (max-width: 740px) {
	#fixoFooter {
		position: relative;
	}
}





/* 팝업창 */
.fixo-popup-wrap {
	position: absolute; top: 100px; left: 0; z-index: 100;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 100%;
}
.fixo-popup-wrap.vertical {
	width: 100%; max-width: 1140px;
}
.fixo-popup-wrap.vertical .fixo-popup {
	flex-basis: 50%;
}
.fixo-popup {
	position: relative;
	display: none;
	padding: 0;
	box-sizing: border-box;
}
.fixo-popup.active {
	display: block;
}
.fixo-popup .popup-box {
	display: inline-block;
}
.fixo-popup .img img {
	width: 100%; max-width: 100%;
	vertical-align: top;
}
.fixo-popup.video {
	width: 500px;
}
.fixo-popup.video .popup-box {
	display: block;
}
.fixo-popup.video .img {
	position: relative;
	width: 100%;
	/*padding-bottom: 100%;*/
	padding-bottom: 56.25%;
}
.fixo-popup.video .img iframe, 
.fixo-popup.video .img video {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
}
.fixo-popup .popup-control {
    z-index:2;
	display: flex;
	justify-content: space-between;
	background: #222;
	line-height: 30px;
}
.fixo-popup .popup-control .btn-check {
	margin: 0 0 0 10px;
	font-size: 0;
}
.fixo-popup .popup-control .btn-check label {
	cursor: pointer;
}
.fixo-popup .popup-control .btn-check input {
	display: inline-block;
	vertical-align: middle;
	width: 14px; height: 14px;
	border: 1px solid #fff;
	background: rgba(255,255,255,.8);
	border-radius: 0px;
}
.fixo-popup .popup-control .btn-check span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	font-size: 12px; color: #fff;
}
.fixo-popup .popup-control .btn-close {
	margin: 0 10px 0 0;
	font-size: 12px; color: #fff;
	cursor: pointer;
}
@media (max-width: 1279px) {
	.fixo-popup-wrap {
		top: 100px; left: 50%; right: auto;
		transform: translateX(-50%);
		display: block;
		padding: 0;
	}
	.fixo-popup-wrap.vertical {
		width: auto;
	}
	.fixo-popup, .fixo-popup.video {
		padding: 0 20px;
		width: 450px;
	}
}
@media (max-width: 719px) {
	.fixo-popup, .fixo-popup.video {
		padding: 0 10px;
		width: 320px;
	}
}