@charset "utf-8";

/* tag reset */
.preload * {
	transition: none !important;
}
.webfont { /* 웹폰트가 로드되기 전에 적용되는 클래스 */
	opacity: 0;
	/*opacity: 1; /* 관리자에디터사용시 활성화 */
}
.fonts_loaded body { /* 웹폰트가 완전히 로드되었을 때 적용되는 클래스 */
	
}

::-moz-selection {
  color: white;
  background-color: #e4feff;
  -webkit-text-stroke: initial;
}
::selection {
  color: white;
  background-color: #e4feff;
  -webkit-text-stroke: initial;
}

html { font-size: 62.5%; }
@media (max-width: 1199px) {
	html { font-size: 56.25%; }
}
@media (max-width: 740px) {
	html { font-size: 50%; }
}
body {
	font-family: 'NotoSansWeb',Dotum,돋움,Gulim,굴림,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수정 */
}
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: 100%; }
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; width: 100%; }
.dtr { display: table-row; }
.dtc { display: table-cell; vertical-align: middle; }
.displaynone { display: none !important; }

.max-wd { max-width: 1500px; margin: 0 auto; padding: 0 50px; box-sizing: border-box; }
.max-wd14 { max-width: 1500px; margin: 0 auto; padding: 0 50px; box-sizing: border-box; }
.max-wd12 { max-width: 1300px; margin: 0 auto; padding: 0 50px; box-sizing: border-box; }
@media (max-width: 1199px) {
	.max-wd { padding: 0 20px; }
	.max-wd14 { padding: 0 20px; }
	.max-wd12 { padding: 0 20px; }
}
@media (max-width: 740px) {
	.max-wd { padding: 0 10px; }
	.max-wd14 { padding: 0 10px; }
	.max-wd12 { padding: 0 10px; }
}

.displaypc, .displaymobile { display: none; }
.displaypc.active, .displaymobile.active { display: block; }

.fixo-dimmed {
	position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100;
	background: rgba(0,0,0,.6);
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	cursor: pointer;
}
.fixo-dimmed.active {
	visibility: visible;
	opacity: 1;
}


/* 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;
}


/* Layout */
body {
	
}
#fixoWrap {
}
#fixoContainer {
}
#fixoContent {
	overflow: hidden;
}

/* fixoHeader : 공통상단 */
#fixoHeader {
	position: fixed; top: 0; left: 0; right: 0; z-index: 100;
	height: 90px;
	background: rgba(0,0,0,.4);
	transition: all .3s;
}
#fixoHeader .box-header {
	position: relative;
	max-width: 1500px;
	padding: 0 50px; margin: auto;
	box-sizing: border-box;
}
#fixoHeader .box-section h1 {
	float: left;
	padding: 30px 0 0 0;
	position: relative;
}
#fixoHeader .box-section .gnb {
	float: right;
	padding: 15px 0 0 0;
}
#fixoHeader .box-section .gnb > ul > li {
	float: left;
	position: relative;
}
#fixoHeader .box-section .gnb > ul > li:not(:first-child) {
	padding: 0 0 0 60px;
}
#fixoHeader .box-section .gnb > ul > li > a {
	display: block;
	font-size: 1.7rem; line-height: 72px; color: #fff; font-weight: 300;
}
#fixoHeader .box-section .gnb > ul > li > a:hover {
	color: #e4feff;
}

#fixoHeader .box-section .btn-gnb {
	position: absolute; top: 15px; right: 15px;
	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: 1360px) {
	#fixoHeader, #fixoHeader.active {
		height: 60px;
	}
	#fixoHeader .box-header {
		padding: 0 15px;
		height: inherit;
	}
	#fixoHeader .box-section h1 {
		padding: 13px 0 0 0;
	}
	#fixoHeader .box-section h1 img {
		height: 34px;
	}
	#fixoHeader .box-section .gnb {
		height: 0;
		float: none;
		padding: 0; margin: 0;
		position: fixed; top: 60px; bottom: 0; left: 0; right: 0;
		overflow: hidden; overflow-y: auto;
		transition: height .4s;
	}
	#fixoHeader .box-section .gnb.open {
		height: calc(100% - 60px);
	}
	#fixoHeader .box-section .gnb > ul {
		float: none;
		background: rgba(0,0,0,.4);
	}
	#fixoHeader .box-section .gnb > ul > li {
		float: none;
		margin: 0 20px;
	}
	#fixoHeader .box-section .gnb > ul > li:not(:first-child) {
		padding: 0;
		border-top: 1px solid #ddd;
	}
	#fixoHeader .box-section .gnb > ul > li > a {
		display: block;
		height: 45px;
		padding: 0 10px;
		line-height: 45px;
	}

	#fixoHeader .box-section .btn-gnb {
		display: block;
	}
}
@media (max-width: 740px) {
	#fixoHeader, #fixoHeader.active {
		height: 50px;
	}
	#fixoHeader .box-section h1 {
		padding: 12px 0 0 0;
	}
	#fixoHeader .box-section h1 img {
		height: 25px;
	}
	#fixoHeader .box-section .gnb {
		top: 50px;
	}
	#fixoHeader .box-section .gnb.open {
		height: calc(100% - 50px);
	}

	#fixoHeader .box-section .btn-gnb {
		top: 10px; right: 10px;
	}
}


/* fixoFooter : 공통하단 */
#fixoFooter {
	background: #404040;
	padding: 0 0 60px;
}
#fixoFooter .nopay-area{
	border-bottom: 1px solid #ccc;
	padding:5rem 0;
}
#fixoFooter .nopay-area>span{
	font-size: 1.8rem;
	font-weight: 500;
	color: #bebab7;
	display: block;
	text-align: center;
	cursor: pointer;
}
#fixoFooter .footer-logo {
	float: left;
	padding: 50px 110px 0 0;
}
#fixoFooter .footer-info {
	float: left;
	padding: 55px 0 0 0;
	line-height: 2.2rem; color: #bebab7;
}
#fixoFooter .footer-info .tel {
	font-size: 1.8rem;  font-weight: 500; 
}
#fixoFooter .footer-info .info {
	font-size: 1.6rem; font-weight: 200;
	padding-bottom: 16px;
	word-break: keep-all;
}
#fixoFooter .footer-info .area-copy {
	font-size: 1.4rem; font-weight: 200;
}
#fixoFooter .footer-info .area-copy .copy {
	float: left;
}
#fixoFooter .footer-info .area-copy .copy:after {
	content: 'DAONMEDI with POSTFIXO';
	display: block;
	height: 0;
	color: #fff; font-size: 0; letter-spacing: normal; opacity: 0.5;
}
#fixoFooter .footer-info .area-copy .copy span {
	display: inline-block;
}
#fixoFooter .footer-info .area-copy .copy span:first-child {
	padding-right: 30px;
}
#fixoFooter .footer-info .area-copy .blog-icon {
	float: right;
}
@media (min-width: 1200px) {
	
}
@media (max-width: 1199px) {
	#fixoFooter .footer-logo {
		float: none;
		display: block;
		padding: 50px 0 0 0;
	}
	#fixoFooter .footer-logo img {
		width: 300px;
	}
	#fixoFooter .footer-info {
		float: none;
		display: block;
		padding: 30px 0 0 0;
	}
}
@media (max-width: 740px) {
	#fixoFooter {
		padding: 0 0 30px;
	}
	#fixoFooter .footer-logo {
		padding: 30px 0 0 0;
	}
	#fixoFooter .footer-logo img {
		width: 200px;
	}
	#fixoFooter .footer-info {
		padding: 20px 0 0 0;
	}
	#fixoFooter .footer-info .area-copy .copy {
		float: none;
		padding: 0 0 20px;
	}
	#fixoFooter .footer-info .area-copy .blog-icon {
		float: none;
	}
}





/* 팝업창 */
@media (max-width: 740px) {
	.fixo-layer-popup {
		top: 60px !important; left: 50% !important;
		-ms-transform: translateX(-50%); transform: translateX(-50%);
		width: 300px;
	}
	.fixo-layer-popup iframe {
		width: 300px !important;
	}
	.xans-popup-footer {
		width: 100% !important;
	}
}


.btn-up {
	position: fixed; bottom: 100px; right: 40px;
	display: none;
}
.btn-up.active {
	display: block;
}
@media (max-width: 1090px) {
	.btn-up {
		bottom: 100px; right: 20px;
	}
	.btn-up img {
		width: 45px;
	}
}
@media (max-width: 740px) {
	.btn-up {
		bottom: 20px; right: 10px;
	}
	.btn-up img {
		width: 40px;
	}
}

/* nopay */
.nopay {
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px;
  width: calc(100% - 40px);
}
.nopay.show {
  visibility: visible;
  pointer-events: auto;
  height: 100%;
  overflow-y: auto;
}

@media (max-width: 1279px) {
  .nopay {
    padding: 40px 20px 0px 20px;
  }
  .nopay img {
    max-width: unset;
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .nopay {
    padding: 30px 20px 0px 20px;
  }
  .nopay img {
    max-width: unset;
    width: 100%;
  }
}