@charset "utf-8";
@import url("font.css");

/*========================================================
 Reset
========================================================*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/*-ms-touch-action:none;*/
}

html,
body {
	height: 100%;
	color: #03010f;
	font-size: 14px;
	letter-spacing: -.25px;
	line-height: 1.4;
	font-family: SSTPro, "맑은고딕", Malgun Gothic, "돋움", Dotum, Tahoma, sans-serif;
	word-break: keep-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td,
table th {
	word-break: keep-all;
	word-wrap: break-word;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

hr {
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 1px;
	border: 0;
	border-top: 1px solid #b5b1b2;
	margin: 0;
	padding: 0;
	overflow: visible;
}

a {
	background: transparent;
	text-decoration: none;
	color: inherit;
}

a:hover,
a:active {
	text-decoration: none;
	outline: 0;
}

address,
caption,
strong[lang=en],
em,
cite,
b {
	font-weight: normal;
	font-style: normal;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

legend,
caption {
	position: absolute;
	left: -99999px;
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -99999px;
	clip: rect(0, 0, 0, 0);
	*display: none;
}

fieldset,
img {
	border: 0
}

label,
select,
input,
textarea {
	vertical-align: middle;
}

img {
	max-width: 100%;
	vertical-align: top;
}


/*========================================================
 Common
========================================================*/
.black{
	color: #03010f !important;
}
#skip-nav {
	z-index: 10001;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
}

#skip-nav a {
	overflow: hidden;
	display: block;
	position: relative;
	top: -30px;
	left: 0;
	float: left;
	width: 0;
	text-align: center;
	outline: none;
	white-space: nowrap;
}

#skip-nav a:active,
#skip-nav a:focus {
	top: 0;
	width: auto;
	cursor: pointer;
}

#skip-nav span {
	display: inline-block;
	padding: 1px 6px 2px 6px;
	border: 1px solid #4ec53d;
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	background: #000;
}

.blind {
	position: absolute;
	left: -99999px;
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -99999px;
	clip: rect(0, 0, 0, 0);
}

.hide {
	display: none;
}

.v-hidden {
	visibility: hidden;
}

.openLayer-mode {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/**** Mediaquery view ****/
.not-pc,
.only-mo {
	display: none !important;
}

.only-mo-view {
	display: none;
}

.word-pack {
	display: inline-block;
}

@media screen and (max-width:1024px) {

	.not-pc,
	.only-mo {
		display: block !important;
	}

	.only-pc {
		display: none !important;
	}
}

@media screen and (max-width:768px) {

	.not-mo,
	.only-pc-view {
		display: none !important;
	}

	.only-mo-view {
		display: block;
	}
}

/**** Frame ****/
.frame-full {
	position: relative;
	width: 100%;
}

.frame-max {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.frame-mid {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}
.footer .frame-mid{
	display: flex;
}
.frame-mid .iteam{
	display: inline-block;
	width: 20%;
}

.frame-min {
	position: relative;
	max-width: 970px;
	margin: 0 auto;
}

/* slider */
.frame-slider1 {
	max-width: 1250px;
	margin: 0 auto;
}

.frame-slider2 {
	max-width: 1230px;
	margin: 0 auto;
}

.frame-slider3 {
	max-width: 1200px;
	margin: 0 auto;
}

/**/
.mid-full-frame {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}

/**** Float / Position ****/
.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

[class*="frame-"] .pos-left {
	position: absolute;
	top: 0;
	left: 0;
}

[class*="frame-"] .pos-right {
	position: absolute;
	top: 0;
	right: 0;
}

/**** Text Align,Style ****/
.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-bold {
	font-weight: bold;
}

.text-normal {
	font-weight: normal;
}

.text-strong {
	font-weight: 700;
	color: #03010f;
}

.text-thin {
	font-weight: 300;
}

.text-mal {
	font-family: "맑은고딕", Malgun Gothic
}

.text-elps {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-elps2 {
	display: block;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-elps3 {
	display: block;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-nowrap {
	white-space: nowrap;
}

/**** Text Color ****/
.text-point-or,
.es {
	color: #e75300 !important;
}

.text-point-wh {
	color: #fff;
}

.text-guide-gr {
	color: #6f6f75 !important;
}

.text-grey {
	color: #6f6f75 !important;
}

/* error */
.valid {
	color: #e85301;
}

.error {
	color: #e85301;
}

/**** Label / tag ****/
/* label */
[class^="label-"] {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-right: 2px;
	height: 25px;
	border: 1px solid transparent;
	font-size: 12px;
	text-align: center;
	line-height: 1.9
}

.label-dark {
	background-color: #03010f;
	color: #fff;
}

.label-primary {
	background-color: #e75300;
	color: #fff;
}

.label-white {
	background-color: #fff;
	border: 1px solid #6f6f75;
}

.label-grey {
	background-color: #f0f0f0;
	color: #6f6f75;
}

.label-blue {
	background-color: #0085ba;
	color: #fff;
}

.label-purple {
	background-color: #734f8a;
	color: #fff;
}

.label-yellow {
	background-color: #ebab3d;
	color: #fff;
}

.label-green {
	background-color: #88b560;
	color: #fff;
}

/* dot-label */
[class^="dot-label-"] {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 8px;
	border-radius: 100%
}

.dot-label-primary {
	background-color: #e75300;
}

.dot-label-grey {
	background-color: #ccc;
}

.dot-label-purple {
	background-color: #734f8a;
}

.dot-label-blue {
	background-color: #0085ba;
}

.dot-label-yellow {
	background-color: #ebab3d;
}

.dot-label-green {
	background-color: #88b560;
}

/* tag */
[class*="tag-"] {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	min-width: 50px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 3.4
}

.tag-dark {
	background-color: #03010f;
	color: #fff;
}

.tag-primary {
	background-color: #e75300;
	color: #fff;
}

.tags-div>[class*="tag-"]+[class*="tag-"] {
	margin-left: -3px
}

/**** background Color ****/
.bg-orange {
	background-color: #e75300;
	color: #fff;
}

.bg-grey {
	background-color: #6f6f75;
	color: #fff;
}

.bg-grey2 {
	background-color: #f1f5f9;
}

.bg-grey3 {
	background-color: #f0f0f0;
}

.bg-grey4 {
	background-color: #e4e7ec;
}

.bg-dark {
	background-color: #2b2a32;
	color: #fff;
}

.bg-black {
	background-color: #03010f;
	color: #fff;
}

.bg-white {
	background-color: #fff;
	color: #03010f;
}

.bg-orange-opt {
	background: rgba(231, 83, 0, .95);
	color: #fff;
}

.bg-grey-opt {
	background: rgba(111, 111, 117, .95);
	color: #fff;
}

.bg-dark-opt {
	background: rgba(43, 42, 50, .95);
	color: #fff;
}

.bg-black-opt {
	background: rgba(3, 1, 15, .95);
	color: #fff;
}

.bg-white-opt {
	background: rgba(241, 244, 249, .95);
	color: #03010f;
}

.rwd-bg1 {
	background-color: #f1f5f9;
}

.rwd-bg2 {
	background-color: #fff;
}

.rwd-bg3 {
	background-color: #fff;
}

.rwd-bg4 {
	background-color: #f0f0f0;
}

/**** Image hover ****/
img.hover-img {
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	opacity: 1;
}

img.hover-img:hover {
	opacity: .85;
}

@media screen and (max-width:1280px) {

	/**** Frame ****/
	.frame-full,
	.frame-max,
	.frame-mid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mid-full-frame {
		padding-left: 20px;
		padding-right: 20px;
	}

	/**** Float / Position ****/
	.frame-full .pos-left,
	.frame-max .pos-left,
	.frame-mid .pos-left {
		left: 20px;
	}

	.frame-full .pos-right,
	.frame-max .pos-right,
	.frame-mid .pos-right {
		right: 20px;
	}
}

@media screen and (max-width:1024px) {

	/**** Frame ****/
	.frame-full,
	.frame-max,
	.frame-mid {
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}

	.frame-min {
		padding: 0;
	}

	.mid-full-frame {
		padding: 0;
	}

	/**** background Color ****/
	.rwd-bg1 {
		background-color: #fff;
	}

	.rwd-bg2 {
		background-color: #f1f5f9;
	}

	.rwd-bg3 {
		background-color: #333335;
	}

	.rwd-bg4 {
		background-color: #fff;
	}

	.rwd-div {
		padding: 0 !important;
	}
}

@media screen and (max-width:995px) {

	/**** Frame ****/
	.frame-min {
		padding: 0;
		max-width: 100%;
	}
}


/*========================================================
 Layout
========================================================*/
.wrap {
	position: relative;
	height: 100%;
	min-width: 320px;
}

.wrap-web {
	min-width: 1280px;
}

/**** Header ****/
.header {
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 90px;
	background: #252525;
	transition: .3s;
	-webkit-transition: .3s;
}

.header-wrap {
	position: relative;
	max-width: 1920px;
	height: 100%;
	padding: 0 60px;
	margin: 0 auto;
}

.header-wrap .header-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.header-wrap .header-inner .logo {
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 400;
	height: 66px;
}

/* Util */
.header-wrap .header-inner .util {
	position: absolute;
	top: 34px;
	right: 0;
}

.util>ul:after {
	display: block;
	content: '';
	clear: both;
}

.util>ul>li {
	position: relative;
	float: left;
	padding: 0 20px;
}

.util>ul>li:after {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	right: 0;
	width: 1px;
	height: 17px;
	background: #6f6f75;
}

.util>ul>li:last-child {
	padding: 0 0 0 20px;
}

.util>ul>li:last-child:after {
	content: none;
}

.util>ul>li>a>span {
	padding-left: 8px;
}

[class*="btn-util-"] {
	color: #a8a8aa;
	font-size: 13px;
	display: block
}

[class*="btn-util-"]:before {
	display: inline-block;
	content: '';
	width: 21px;
	height: 21px;
	vertical-align: middle;
	background-image: url("../images/btn_util.png");
	background-size: 21px 62px;
	opacity: .8
}

.btn-util-login:before {
	background-position: 0 0
}

.btn-util-search:before {
	background-position: 0 bottom
}

/* Util-layer */
.util-div {
	position: relative;
}

.util-login-box {
	display: none;
	position: absolute;
	top: 33px;
	left: 50%;
	z-index: 1;
	min-width: 142px;
	max-width: 150px;
	padding-top: 10px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.util-login-box .box-inner:before {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -10px;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.util-login-box .box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #000;
	padding: 34px 20px 31px;
}

.user-greet {
	position: relative;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
	padding-bottom: 16px
}

.user-greet em {
	font-weight: bold
}

.user-greet:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 15px;
	height: 2px;
	background: #e75300;
}

/* 로그인메뉴 */
.log-menu li {
	font-size: 12px;
	line-height: 1;
	color: #706f75;
	margin-top: 17px;
}

.log-menu li:first-child {
	margin-top: 0
}

.log-menu li span {
	display: inline-block;
	vertical-align: top;
}

.log-menu li .ico-util-list {
	width: 11px;
	height: 11px;
	background: url("../images/ico_util_list.png");
	margin-right: 8px;
}

.log-menu li .ico-util-list.modify {
	background-position: left top;
}

.log-menu li .ico-util-list.academy {
	background-position: right top;
}

.log-menu li .ico-util-list.logout {
	background-position: left bottom;
}

.log-menu li .ico-util-list.cart {
	background-position: right bottom;
}

.user-greet+.log-menu {
	margin-top: 25px
}

/* 검색레이어 */
.util-search-box {
	display: none;
	position: fixed;
	z-index: 300;
	width: 100%;
	height: 320px;
	top: 0;
	left: 0;
	background: #03010f;
	color: #fff;
}

.util-search-box .box-inner {
	max-width: 770px;
	margin: 0 auto;
	height: 100%;
}

.util-search-box .btn-search-close {
	position: fixed;
	top: 30px;
	right: 60px;
	opacity: 0;
	transition: .2s;
	-webkit-transition: .2s
}

.toggle-on .util-search-box .btn-search-close {
	opacity: 1;
}

.util-search-box .btn-search-close .ico-close {
	width: 32px;
	height: 32px;
}

.util-search-box .search-form-group {
	padding-top: 127px
}

/* 검색입력폼 */
.search-form-group label {
	color: #ababb2;
	display: block;
	font-size: 14px;
	padding-left: 20px;
}

.search-form-group .input-group {
	margin-top: 4px;
	padding-left: 20px;
}

.search-form-group .input-group:after {
	position: absolute;
	display: block;
	content: '';
	top: 100%;
	left: 0;
	width: 100%;
	width: 100%;
	height: 3px;
	background: #fff;
	transition: .3s;
	-webkit-transition: .3s
}

.search-form-group .input-group.focus:after {
	background: #e85301;
}

.search-form-group .input-group.input-lg .input-text {
	background: transparent;
	color: #fff;
	border: 0;
	padding: 0;
	font-size: 24px;
	height: 62px
}

.search-form-group .input-group .btn-gnb-search {
	padding: 20px;
}

/* 개발 form 태그 대응 */
.search-form-group .input-group.input-lg form .input-text {
	width: 100%;
}

/**** Footer ****/
.footer {
	padding: 54px 0 70px;
	background: #03010f;
}

.footer-inner address,
.footer-inner .bottom-info>ul>li {
	color: #6f6f75;
}

.footer-inner .info-menu {
	margin:0 0 20px;
}

.footer-inner .info-menu ul {
	overflow: hidden
}

.footer-inner .info-menu ul>li {
	position: relative;
	float: left;
	padding-right: 16px;
	margin-right: 16px;
	line-height: 1.6
}

.footer-inner .info-menu ul>li:after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	width: 1px;
	height: 10px;
	background: #6f6f75
}

.footer-inner .info-menu ul>li:last-child:after {
	content: none;
}

.footer-inner .info-menu ul>li>a {
	font-size: 18px;
	color: #fff;
}

.footer-inner .bottom-info>ul,
.footer-inner .bottom-info>ul>li+li {
	margin-top: 5px;
}

.footer-inner .bottom-info>ul>li>p {
	display: inline-block;
	vertical-align: top
}

.footer-inner .bottom-info>ul>li>p:first-child {
	margin-right: 14px;
}

.footer-inner .bottom-info>ul>li .inner-line {
	position: relative;
	padding-right: 12px;
}

.footer-inner .bottom-info>ul>li .inner-line:first-child {
	margin-right: 10px;
}

.footer-inner .bottom-info>ul>li .inner-line:first-child:after {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	background: #6f6f75
}

.footer-inner .copyright {
	margin-top: 23px;
	font-size: 12px;
	color: #6f6f75;
}

.footer-inner .footer-right {
	position: absolute;
	right: 0;
	top: -9px;
}

.footer-right {
	width: 42%
}

.footer-right .grid-area .colum {
	max-width: 242px;
}

/* link-box */
.footer-right .grid-area .link-box {
	width: 100%;
}

/* sns */
.bottom-info .pos-right {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #202020;
}

.sns-follow-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px
}

.sns-follow-list li:last-child {
	margin-right: 0;
}

@media screen and (max-width:1240px) {

	/**** Footer ****/
	.footer-inner .footer-right,
	.bottom-info .pos-right {
		right: 30px;
	}
}

@media screen and (max-width:1024px) {

	/**** Header ****/
	.header {
		background: none;
		height: 60px;
	}

	.header.m-gnb-open,
	.header.scrolled {
		background: #03010f;
	}

	.header-wrap {
		padding: 0 20px;
	}

	.header-wrap .header-inner .logo {
		top: 18px;
		left: 0;
		height: 28px;
	}
	.header-wrap .header-inner .logo a img{
		height: 100%;
	}

	.header-wrap .header-inner .util {
		top: 18px;
		right: 0;
	}

	/**** Util ****/
	.util>ul>li>a>span {
		padding-left: 0;
		display: none;
	}

	.util>ul>li {
		padding: 0 10px;
	}

	.util>ul>li:last-child {
		padding: 0 0 0 10px;
		z-index: 201;
	}

	.util>ul>li:after {
		content: none;
	}

	[class*="btn-util-"]:before {
		opacity: 1
	}

	/* Util-layer */
	.util-div {
		position: relative;
	}

	.util-layer-box {
		top: 60px;
	}

	.util-login-box {
		top: 26px;
	}

	.util-layer-wrap {
		padding: 15px 30px;
	}

	.util-search-box .box-inner {
		padding: 0 40px;
	}

	.util-search-box .btn-search-close {
		right: 18px;
		top: 18px;
	}

	.util-search-box .btn-search-close .ico-close {
		width: 21px;
		height: 20px;
	}

	/* 검색레이어 */
	.util-search-box {
		height: 170px;
	}

	.util-search-box .search-form-group {
		padding-top: 70px
	}

	.search-form-group label {
		padding-left: 10px;
		font-size: 12px;
	}

	.search-form-group .input-group {
		padding-left: 10px;
		margin-top: 3px;
	}

	.search-form-group .input-group.input-lg .input-text {
		height: 40px;
		font-size: 18px
	}

	.search-form-group .input-group .btn-gnb-search {
		padding: 10px;
	}

	/**** Footer ****/
	.footer {
		padding: 35px 0 40px;
	}

	.footer-inner,
	.footer-inner .info-menu {
		text-align: center
	}

	.footer-inner .info-menu {
		margin-bottom: 30px;
	}

	.footer-inner .info-menu ul {
		display: inline-block;
		width: 100%;
		text-align: center
	}

	.footer-inner .info-menu ul>li {
		display: inline-block;
		float: none;
		margin: 0 2.13%;
		padding: 0
	}

	.footer-inner .info-menu ul>li:after {
		content: none;
	}

	.footer-inner .info-menu ul>li:first-child {
		margin-left: 0;
	}

	.footer-inner .info-menu ul>li:last-child {
		margin-right: 0;
	}

	.footer-inner .info-menu ul>li>a {
		font-size: 14px;
	}

	.footer-inner address {
		padding: 0 40px;
		word-break: break-all;
	}

	.footer-inner address,
	.footer-inner .bottom-info>ul>li {
		font-size: 12px;
		line-height: 1.6
	}

	.footer-inner .bottom-info>ul,
	.footer-inner .bottom-info>ul>li+li {
		margin-top: 0;
	}

	.footer-inner .bottom-info>ul>li>p {
		display: block;
	}

	.footer-inner .bottom-info>ul>li>p:first-child {
		margin-right: 0;
	}

	.footer-inner .bottom-info>ul>li .inner-line {
		position: relative;
		padding-right: 0
	}

	.footer-inner .bottom-info>ul>li .inner-line:first-child {
		margin-right: 0;
	}

	.footer-inner .bottom-info>ul>li .inner-line:first-child:after {
		content: none;
	}

	.footer-inner .copyright {
		margin-top: 35px;
	}

	.footer-inner .footer-right {
		position: static;
	}

	.footer-right {
		width: 100%;
		margin-top: 35px;
	}

	.footer-right .grid-area .colum {
		max-width: none;
	}

	.bottom-info .pos-right {
		position: static;
		width: 100%;
	}

	.sns-follow-list {
		text-align: center;
		margin-top: 40px;
	}

	.sns-follow-list li {
		margin-right: 3px;
	}
}


/*========================================================
 Gnb
========================================================*/
.btn-gnb {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	width: 21px;
	height: 20px;
	border-bottom: 2px solid #fff;
	overflow: visible;
}

.btn-gnb:before,
.btn-gnb:after {
	position: absolute;
	left: 2px;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.btn-gnb:before {
	top: 2px;
	left: 0;
}

.btn-gnb:after {
	top: 10px;
	left: 0;
}

.gnb-wrap {
	position: relative;
	padding-top: 0;
	text-align: center;
	height: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.gnb-wrap .gnb {
	display: inline-block;
	height: 100%;
}

.gnb-wrap .gnb:after {
	display: block;
	clear: both;
	content: '';
}

.gnb>li {
	position: relative;
	float: left;
	height: 100%;
	border-right: 2px solid #191919;
}

.gnb>li>a {
	display: block;
	height: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 90px;
	padding: 0 35px;
}

.gnb>li>a>span {
	position: relative;
	display: block;
	padding: 0 6px;
	font-weight: 300;
}

.gnb>li>a>span:after {
	position: absolute;
	bottom: -7px;
	left: 0;
	display: block;
	content: '';
	width: 0;
	height: 3px;
	background: #e75300;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

/* depth2 */
.gnb>li .depth2 {
	display: none;
	position: absolute;
	top: 90px;
	left: -11px;
	min-width: 150px;
	background: #252525;
	padding: 20px 25px;
	border-top: 2px solid #e75300;
}

.gnb>li .depth2 ul>li {
	color: #fff;
	text-align: left;
}

.gnb>li .depth2 ul>li>a {
	display: block;
	padding: 9px 0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	white-space: nowrap;
	font-size: 16px
}

/* active */
/* .gnb>li.active>a>span:after,
.gnb>li.on>a>span:after,
.gnb>li>a:hover>span:after {
	width: 100%;
} */
.gnb>li.active{
	background: #191919;
}
.gnb>li:hover{
	background: #fff;
}
.gnb>li:hover>a span{
	color: #202020; 
	font-weight: 700;
}
.gnb>li .depth2 ul>li>a:hover {
	opacity: .8
}

@media screen and (max-width:1024px) {
	.btn-gnb {
		display: block;
		top: 18px;
	}

	.gnb-wrap {
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 100;
		width: 100%;
		height: 100%;
		background: #03010f;
		padding: 0 30px;
		text-align: right
	}

	.gnb-wrap .gnb {
		display: block;
		height: auto;
		margin-top: 90px;
	}

	.gnb-wrap .gnb>li {
		float: none;
		height: auto;
		margin: 0;
	}

	.gnb-wrap.m-gnb-open {
		left: 0;
	}

	/* 모바일 모드에서 gnb */
	.m-gnb-open .gnb-wrap {
		left: 0;
	}

	.m-gnb-open .btn-gnb.close {
		border-bottom: 0;
	}

	.m-gnb-open .btn-gnb.close:before {
		top: 50%;
		width: 130%;
		transform: rotate(45deg);
	}

	.m-gnb-open .btn-gnb.close:after {
		top: 50%;
		width: 130%;
		bottom: 0;
		transform: rotate(-45deg);
	}

	.m-gnb-open .gnb>li>a {
		padding: 12px 0;
		font-size: 16px;
		font-weight: bold
	}

	.m-gnb-open .gnb>li>a>span:after {
		content: none;
	}

	.m-gnb-open .gnb>li>a>span {
		display: inline-block;
		padding: 0;
	}

	.m-gnb-open .gnb>li .depth2 {
		position: relative;
		top: -5px;
		left: 0;
		width: auto;
		background: none;
		padding: 0 0 3px;
	}

	.m-gnb-open .gnb>li .depth2 ul {
		position: relative;
	}

	.m-gnb-open .gnb>li .depth2 ul>li {
		position: relative;
		text-align: right;
		padding-right: 20px;
	}

	.m-gnb-open .gnb>li .depth2 ul>li>a {
		font-size: 14px;
		padding: 11px 0;
	}

	.m-gnb-open .gnb>li .depth2 ul:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: calc(100% - 20px);
		background: #fff;
	}

	.m-gnb-open .gnb>li .depth2 ul>li:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 10px;
		height: 1px;
		background: #fff;
	}
}


/*========================================================
 Content Layout
========================================================*/
.container {
	position: relative;
	min-height: calc(100% - 337px)
}

.content-area:after {
	display: block;
	clear: both;
	content: '';
}

@media screen and (max-width:768px) {
	.container {
		min-height: calc(100% - 396px)
	}
}

/*========================================================
 Grid Layout
========================================================*/
.grid-wrap {
	width: 100%;
}

.grid-area {
	width: 100%;
	display: block;
}

.grid-area:after {
	display: block;
	content: '';
	clear: both;
}

.grid-area>.colum {
	float: left;
	word-break: break-word;
}

.grid-area>.colum .inner {
	position: relative;
	height: 100%;
}

.grid-area>.colum .inner>a {
	display: block;
	width: 100%;
	height: 100%;
}

.grid-area>.colum .inner:after {
	display: block;
	content: '';
	clear: both
}

/* Table type */
.grid-area-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.grid-area-table .colum {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
}

.grid-area-table .colum>* {
	white-space: normal;
}

/* Fixed type */
.grid-area-fix {
	width: 100%;
	display: block;
}

.grid-area-fix:after {
	display: block;
	content: '';
	clear: both;
}

.grid-area-fix .colum {
	float: left;
	font-size: 1.3rem;
	word-break: break-word;
}

/**** Colum width ****/
.colum.col-12 {
	width: 100%;
}

.colum.col-11 {
	width: 91.66666667%;
}

.colum.col-10 {
	width: 83.33333333%;
}

.colum.col-9 {
	width: 75%;
}

.colum.col-8 {
	width: 66.66666667%;
}

.colum.col-7 {
	width: 58.33333333%;
}

.colum.col-6 {
	width: 50%;
}

.colum.col-5 {
	width: 41.66666667%;
}

.colum.col-4 {
	width: 33.33333333%;
}

.colum.col-3 {
	width: 25%;
}

.colum.col-2 {
	width: 16.66666667%;
}

.colum.col-1 {
	width: 8.33333333%;
}

/* 예외 colum-unit-10 */
.colum.wp-10 {
	width: 10%;
}

.colum.wp-15 {
	width: 15%;
}

.colum.wp-18 {
	width: 18%;
}

.colum.wp-20 {
	width: 20%;
}

.colum.wp-25 {
	width: 25%;
}

.colum.wp-30 {
	width: 30%;
}

.colum.wp-35 {
	width: 35%;
}

.colum.wp-40 {
	width: 40%;
}

.colum.wp-45 {
	width: 45%;
}

.colum.wp-50 {
	width: 50%;
}

.colum.wp-55 {
	width: 55%;
}

.colum.wp-60 {
	width: 60%;
}

.colum.wp-65 {
	width: 65%;
}

.colum.wp-70 {
	width: 70%;
}

.colum.wp-80 {
	width: 80%;
}

.colum.wp-85 {
	width: 85%;
}

.colum.wp-90 {
	width: 90%;
}

.colum.wp-100,
.w-full {
	width: 100%;
}

.grid-area.col-md-pull .colum,
.grid-area.col-sm-pull .colum {
	min-width: 100%;
}

/***** colum 2 ****/
.grid-area.span2>.colum {
	width: 48.71%;
}

/* gap */
.grid-area.span2>.colum {
	margin-left: 2.56%
}

.grid-area.span2>.colum:nth-child(2n+1) {
	margin-left: 0;
}

.grid-area.span2>.colum>.inner {
	margin-top: 30px
}

.grid-area.span2>.colum:nth-child(-n+2) .inner {
	margin: 0;
}

.grid-area.span2-1>.colum {
	width: 49.186%;
}

/* gap */
.grid-area.span2-1>.colum {
	margin-left: 5px
}

.grid-area.span2-1>.colum:nth-child(2n+1) {
	margin-left: 0;
}

.grid-area.span2-1>.colum>.inner {
	margin-bottom: 4px
}

.grid-area.span2-1>.colum:nth-last-child(-n+2) .inner {
	margin-bottom: 0;
}

/**** colum 3 ****/
.grid-area.span3>.colum {
	width: 31.62%;
}

/* gap */
.grid-area.span3>.colum {
	margin-left: 2.56%
}

.grid-area.span3>.colum:nth-child(3n+1) {
	margin-left: 0;
}

.grid-area.span3>.colum>.inner {
	margin-top: 8.12%
}

.grid-area.span3.type-1>.colum .inner {
	margin-top: 15%
}

.grid-area.span3>.colum:nth-child(-n+3) .inner {
	margin-top: 0
}

.grid-area.span3-1>.colum {
	width: 31.62%;
}

/* gap */
.grid-area.span3-1>.colum {
	margin-left: 2.56%
}

.grid-area.span3-1>.colum:nth-child(3n+1) {
	margin-left: 0;
}

.grid-area.span3-1>.colum>.inner {
	margin-top: 30px
}

.grid-area.span3-1>.colum:nth-child(-n+3) .inner {
	margin-top: 0
}

/**** colum 4 ****/
.grid-area.span4>.colum {
	width: 23.07%;
}

/* gap */
.grid-area.span4>.colum {
	margin-left: 2.56%;
}

.grid-area.span4>.colum:nth-child(4n+1) {
	margin-left: 0;
}

.grid-area.span4>.colum>.inner {
	margin-top: 10.50%
}

.grid-area.span4>.colum:nth-child(-n+4) .inner {
	margin-top: 0;
}

.grid-area.span4-1>.colum {
	width: 22.68%;
}

/* gap */
.grid-area.span4-1>.colum {
	margin-left: 3.092%;
}

.grid-area.span4-1>.colum:nth-child(4n+1) {
	margin-left: 0;
}

.grid-area.span4-1>.colum>.inner {
	margin-bottom: 20.50%
}

.grid-area.span4-1>.colum:nth-last-child(-n+4) .inner {
	margin-bottom: 0;
}

/**** col-md- ****/
@media screen and (max-width:1024px) {

	.grid-area-table.col-md-push:not(.mixed)>.colum,
	.grid-area.col-md-push:not(.mixed):not([class*="span"])>.colum:not([class*="col-sm-"]) {
		float: none;
		display: block;
		width: 100%;
	}

	/**** colum 3 ****/
	.grid-area.span3-1.col-md-push>.colum {
		width: 48.72%;
	}

	/* gap */
	.grid-area.span3-1.col-md-push .colum {
		margin-left: 2.56%
	}

	.grid-area.span3-1.col-md-push>.colum:nth-child(1) {
		margin-left: 0;
	}

	.grid-area.span3-1.col-md-push>.colum:nth-child(2n+1) {
		margin-left: 0;
	}

	.grid-area.span3-1.col-md-push>.colum>.inner {
		margin-top: 20px;
	}

	.grid-area.span3-1.col-md-push>.colum:nth-child(-n+2)>.inner {
		margin-top: 0;
	}

	.grid-area.span3-1.col-md-push>.colum:nth-last-child(-n+3)>.inner {
		margin-bottom: 0
	}

	/**** colum 3 mix ****/
	.grid-area.span3.col-mix-push>.colum {
		width: 48.72%;
	}

	/* gap */
	.grid-area.span3.col-mix-push .colum {
		margin-left: 2.56%
	}

	.grid-area.span3.col-mix-push>.colum:nth-child(-n+2) .inner {
		margin-top: 0
	}

	.grid-area.span3.col-mix-push>.colum:nth-child(1) {
		margin-left: 0;
	}

	.grid-area.span3.col-mix-push>.colum:nth-child(2n+1) {
		margin-left: 0;
	}

	.grid-area.span3.col-mix-push>.colum>.inner {
		margin-top: 5.12%
	}

	.grid-area.span3.col-mix-push.type-1>.colum>.inner {
		margin-top: 8.12%
	}

	.grid-area.span3.col-mix-push.type-1>.colum:nth-child(-n+2) .inner {
		margin-top: 0
	}

	/**** colum 4 ****/
	.grid-area.span4.col-mix-push>.colum {
		width: 48.72%
	}

	/*gap */
	.grid-area.span4.col-mix-push>.colum>.inner {
		margin-top: 20px
	}

	.grid-area.span4.col-mix-push>.colum:nth-child(-n+2)>.inner {
		margin-top: 0;
	}

	.grid-area.span4.col-mix-push>.colum {
		margin-left: 2.56%;
	}

	.grid-area.span4.col-mix-push>.colum:nth-child(2n+1) {
		margin-left: 0;
	}
}

/**** col-sm- ****/
@media screen and (max-width:768px) {

	/**** Colum width ****/
	.colum.col-sm-12 {
		width: 100%;
	}

	.colum.col-sm-6 {
		width: 50%;
	}

	.grid-area.col-sm-push:not(.mixed):not([class*="span"])>.colum:not([class*="col-sm-"]) {
		float: none;
		display: block;
		width: 100%;
	}

	/**** colum 2 ****/
	.grid-area.span2.col-sm-push>.colum .inner {
		margin-top: 20px
	}

	.grid-area.span2.col-sm-push>.colum {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
	}

	/**** gap ****/
	.grid-area.span2.col-sm-push>.colum:first-child>.inner {
		margin-top: 0;
	}

	.grid-area.span2.col-sm-push>.colum:last-child>.inner {
		margin-bottom: 0;
	}

	.grid-area.span2-1.col-sm-push>.colum {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
	}

	/**** gap ****/
	.grid-area.span2-1.col-sm-push>.colum:nth-last-child(-n+2)>.inner {
		margin-bottom: 4px;
	}

	.grid-area.span2-1.col-sm-push>.colum:last-child>.inner {
		margin-bottom: 0;
	}

	/**** colum 3 ****/
	.grid-area.span3.col-sm-push>.colum {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
	}

	/* gap */
	.grid-area.span3.col-sm-push>.colum:first-child>.inner {
		margin-top: 0
	}

	.grid-area.span3.col-sm-push>.colum>.inner {
		margin-top: 20px
	}

	.grid-area.span3.col-sm-push>.colum:last-child>.inner {
		margin-bottom: 0;
	}

	.grid-area.span3.type-1.col-sm-push>.colum>.inner {
		margin-top: 40px;
	}

	.grid-area.span3.type-1.col-sm-push>.colum:first-child>.inner {
		margin-top: 0;
	}

	.grid-area.span3.type-1.col-sm-push>.colum:last-child>.inner {
		margin-bottom: 0;
	}

	/**** colum 3 mix ****/
	.grid-area.span3.col-mix-push>.colum {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
	}

	/* gap */
	.grid-area.span3.col-mix-push>.colum .inner,
	.grid-area.span3.col-mix-push>.colum:nth-child(-n+2)>.inner {
		margin-top: 20px;
	}

	.grid-area.span3.col-mix-push>.colum:nth-child(1)>.inner {
		margin-top: 0;
	}

	.grid-area.span3.type-1.col-mix-push>.colum .inner,
	.grid-area.span3.type-1.col-mix-push>.colum:nth-child(-n+2)>.inner {
		margin-top: 40px;
	}

	.grid-area.span3.type-1.col-mix-push>.colum:nth-child(1)>.inner {
		margin-top: 0;
	}

	/**** colum 4 ****/
	.grid-area.span4-1.col-sm-push>.colum {
		width: 47.93%;
	}

	/*gap */
	.grid-area.span4-1.col-sm-push>.colum {
		margin-left: 4.12%;
	}

	.grid-area.span4-1.col-sm-push>.colum:nth-child(1) {
		margin-left: 0;
	}

	.grid-area.span4-1.col-sm-push>.colum:nth-child(2n+1) {
		margin-left: 0;
	}

	.grid-area.span4-1.col-sm-push>.colum>.inner,
	.grid-area.span4-1.col-sm-push>.colum:nth-last-child(-n+4)>.inner {
		margin-bottom: 9.00%;
	}

	.grid-area.span4-1.col-sm-push>.colum:nth-last-child(-n+2)>.inner {
		margin-bottom: 0;
	}

	/**** colum 4 mix ****/
	.grid-area.span4.col-mix-push>.colum {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
	}

	/*gap */
	.grid-area.span4.col-mix-push>.colum .inner,
	.grid-area.span4.col-mix-push>.colum:nth-child(-n+2)>.inner {
		margin-top: 40px;
	}

	.grid-area.span4.col-mix-push>.colum:nth-child(1)>.inner {
		margin-top: 0;
	}

	.grid-area.span4.col-mix-push>.colum:nth-child(2n+1) {
		margin-left: 0;
	}

	/* grid 간격 예외(.pro-list) */
	.pro-list .grid-area.span4.col-mix-push>.colum .inner,
	.pro-list .grid-area.span4.col-mix-push>.colum:nth-child(-n+2)>.inner {
		margin-top: 20px;
	}

	.pro-list .grid-area.span4.col-mix-push>.colum:nth-child(1)>.inner {
		margin-top: 0;
	}
}


/*========================================================
 Icon
========================================================*/
/**** Arrow ****/
[class*="ico-arr-"] {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	transition: .2s;
	-webkit-transition: .2s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

[class*="ico-arr-"]:after,
[class*="ico-arr-"]:before {
	position: absolute;
	display: block;
	content: '';
	background-color: #000;
	box-shadow: inset 0 0 0 32px;
}

/* right */
.ico-arr-right:before {
	top: 0;
	left: 50%;
	width: 1px;
	height: 59.45%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.ico-arr-right:after {
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 59.45%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* before */
.ico-arr-left:before {
	top: 0;
	left: 50%;
	width: 1px;
	height: 59.45%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.ico-arr-left:after {
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 59.45%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* down */
.ico-arr-down:before {
	top: 50%;
	right: 0;
	width: 60%;
	height: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ico-arr-down:after {
	top: 50%;
	left: 0;
	width: 60%;
	height: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* up */
.ico-arr-up:before {
	top: 50%;
	right: 0;
	width: 60%;
	height: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ico-arr-up:after {
	top: 50%;
	left: 0;
	width: 60%;
	height: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Toggle arrow icon */
.ico-toggle-arr {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	transition: .2s;
	-webkit-transition: .2s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.ico-toggle-arr:after,
.ico-toggle-arr:before {
	position: absolute;
	display: block;
	content: '';
	background-color: #000;
	box-shadow: inset 0 0 0 32px;
}

.ico-toggle-arr:before {
	top: 50%;
	right: 0;
	width: 60%;
	height: 1px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.ico-toggle-arr:after {
	top: 50%;
	left: 0;
	width: 60%;
	height: 1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.toggle-on .ico-toggle-arr:before {
	transform: rotate(45deg);
}

.toggle-on .ico-toggle-arr:after {
	transform: rotate(-45deg);
}

.btn-tb-toggle {
	width: 40px;
	height: 40px;
	text-align: center
}

.btn-tb-toggle .ico-toggle-arr {
	width: 18px;
	height: 18px;
}

.btn-tb-toggle .ico-toggle-arr:after,
.btn-tb-toggle .ico-toggle-arr:before {
	height: 2px;
	background-color: #6f6f75;
}

/**** Arrow(Fill) ****/
[class*="ico-arrfill-"]:after {
	display: inline-block;
	content: '';
	border-width: 4px 0 4px 5px;
	border-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	transition: 0.3s;
}

.ico-arrfill-up:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.ico-arrfill-down:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

/**** Arrow(More) ****/
.text-more-link {
	display: inline-block;
	color: #e75300;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.text-more-link>span {
	padding-right: 13px;
}

.more-arrow {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: -8px;
	min-width: 33px;
}

.ico-more {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 2px;
	background: #e75300;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.ico-more:after {
	display: block;
	content: '';
	position: absolute;
	top: -4px;
	right: -2px;
	border: solid #e75300;
	border-width: 5px 0 5px 9px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	content: '';
	transform: scale(1, 0.8);
	-webkit-transform: scale(1, 0.8);
}

.text-more-link:hover .ico-more {
	width: 53px;
}

/**** Plus ****/
.ico-plus {
	position: relative;
	width: 12px;
	height: 12px;
	display: inline-block;
}

.ico-plus:before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #03010f;
}

.ico-plus:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	width: 2px;
	height: 100%;
	background: #03010f;
}

/**** Close ****/
.ico-close {
	position: relative;
	display: block;
	width: 20px;
	height: 20px
}

.ico-close:before,
.ico-close:after {
	position: absolute;
	top: 50%;
	left: -3px;
	display: block;
	content: '';
	width: 130%;
	height: 2px;
	background: #fff;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.ico-close:before {
	transform: rotate(45deg);
}

.ico-close:after {
	bottom: 0;
	transform: rotate(-45deg);
}

/**** Play ****/
.ico-play {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	background: rgba(255, 255, 255, .8);
	border-radius: 100%
}

.ico-play:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -5px;
	display: inline-block;
	content: '';
	border: solid #e75300;
	border-width: 16px 0 16px 20px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

/**** List ****/
.ico-list {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	border-top: 2px solid #fff;
	width: 17px;
	height: 14px;
}

.ico-list:before,
.ico-list:after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
}

.ico-list:before {
	top: 4px;
}

.ico-list:after {
	bottom: 0;
}

/**** 경고,주의 ****/
.ico-excl {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background: #6f6f75;
}

.ico-excl:before {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	left: 6px;
	width: 2px;
	height: 2px;
	background: #fff;
}

.ico-excl:after {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 2px;
	height: 5px;
	background: #fff;
}

/**** BG Color에 따른 아이콘 ****/
/* White */
.bg-orange [class*="ico-arr-"]:before,
.bg-orange [class*="ico-arr-"]:after,
.bg-grey [class*="ico-arr-"]:before,
.bg-grey [class*="ico-arr-"]:after,
.bg-black [class*="ico-arr-"]:before,
.bg-black [class*="ico-arr-"]:after,
.bg-dark-opt [class*="ico-arr-"]:before,
.bg-dark-opt [class*="ico-arr-"]:after,
.bg-dark [class*="ico-arr-"]:before,
.bg-dark [class*="ico-arr-"]:after {
	background-color: #fff;
	box-shadow: inset 0 0 0 32px #fff;
}

@media screen and (max-width:1024px) {

	/**** Arrow(More) ****/
	.text-more-link {
		font-size: 14px;
	}

	.text-more-link>span {
		padding-right: 6px;
	}

	.more-arrow {
		min-width: 25px;
		margin-top: -6px;
	}

	.ico-more {
		width: 25px;
		height: 2px;
		margin-top: 0
	}

	.text-more-link:hover .ico-more {
		width: 34px;
	}

	.ico-play {
		width: 60px;
		height: 60px;
	}

	.ico-play:before {
		margin-top: -13px;
		border-width: 13px 0 13px 15px;
	}
}

/**** 스크롤 표시 아이콘 ****/
.ico-arr-down.sign-scroll {
	width: 60px;
	height: 60px;
	animation: scrollsign 1s infinite alternate;
	-webkit-animation: scrollsign 1s infinite alternate;
}

.ico-arr-down.sign-scroll:before,
.ico-arr-down.sign-scroll:after {
	height: 2px;
	background-color: #fff;
	box-shadow: none;
	top: 22%;
}

@keyframes scrollsign {
	0% {
		transform: translate(0, 0);
		opacity: .6
	}

	100% {
		transform: translate(0, 15px);
		opacity: 1;
	}
}


/*========================================================
 Image Icon
========================================================*/
/**** Category ****/
.ico-cate {
	display: inline-block;
	width: 56px;
	height: 56px;
	background-size: 168px 56px;
	border-radius: 100%;
	border: 2px solid rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, .1);
	box-sizing: content-box;
}

.ico-cate.all {
	background-image: url("../images/ico_cate_all.png");
	background-position: 0 0;
}

.ico-cate.knowhow {
	background-image: url("../images/ico_cate_knowhow.png");
	background-position: 0 0;
}

.ico-cate.news {
	background-image: url("../images/ico_cate_news.png");
	background-position: 0 0;
}

.ico-cate.video {
	background-image: url("../images/ico_cate_video.png");
	background-position: 0 0;
}

/**** SNS ****/
/* 200106 수정 */
.ico-sns {
	display: inline-block;
	height: 17px;
	background-image: url("../images/ico_sns.png");
	background-repeat: no-repeat;
	background-size: 80px 50px;
}

.ico-sns.homepage {
	width: 18px;
	background-position: left top;
}

.ico-sns.facebook {
	width: 9px;
	background-position: -39px top;
}

.ico-sns.twitter {
	width: 20px;
	background-position: left bottom;
}

.ico-sns.instargram {
	width: 17px;
	background-position: -33px bottom;
}

.ico-sns.vimeo {
	width: 17px;
	background-image: url("../images/ico_sns_vimeo.png");
	background-size: cover;
}

.ico-sns.blog {
	width: 13px;
	background-position: -65px bottom;
}

.ico-sns.etc {
	width: 17px;
	height: 18px;
	background-position: right 1px;
}

/* //200106 수정 */

.sns-follow-list [class*="ico-sns-"] {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: 90px auto;
}

.ico-sns-facebook {
	background-image: url("../images/ico_sns_facebook.png");
	background-position: left top
}

.ico-sns-instar {
	background-image: url("../images/ico_sns_instar.png");
	background-position: left top
}

.ico-sns-youtube {
	background-image: url("../images/ico_sns_youtube.png");
	background-position: left top
}

.ico-sns-blog {
	background-image: url("../images/ico_sns_blog.png");
	background-position: left top
}

.ico-sns-post {
	background-image: url("../images/ico_sns_post.png");
	background-position: left top
}

.ico-sns-band {
	background-image: url("../images/ico_sns_band.png");
	background-position: left top
}

.sns-follow-list>li>a:hover [class*="ico-sns-"] {
	background-position: right top;
	background-size: auto;
}

/**** Guide ****/
.ico-guide {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url("../images/ico_guide.png") no-repeat;
	background-size: 116px;
}

.ico-guide.regist {
	background-position: left top;
}

.ico-guide.as {
	background-position: right top;
}

.ico-guide.product {
	background-position: left bottom;
}

.ico-guide.spot {
	background-position: right bottom;
}

/**** Search ****/
.ico-search {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: top;
	background: url("../images/ico_search.png") 0 0;
	background-size: cover;
}

.ico-search2 {
	display: inline-block;
	width: 28px;
	height: 27px;
	vertical-align: top;
	background: url("../images/ico_search2.png") 0 0;
	background-size: cover;
}

.ico-search3 {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: top;
	background: url("../images/ico_search3.png") 0 0;
	background-size: cover;
}

/**** 기능버튼 ****/
.ico-func {
	display: inline-block;
	vertical-align: top;
	background: url("../images/ico_func.png") 0 0;
}

.ico-func.share {
	width: 20px;
	height: 20px;
	background-position: left top;
	background-size: 50px auto
}

.ico-func.link {
	width: 30px;
	height: 20px;
	background-position: right top;
}

/**** Service ****/
.ico-service {
	display: inline-block;
	vertical-align: top;
	background: url("../images/ico_service.png");
	width: 20px;
	height: 22px;
	background-size: 20px auto;
}

.ico-service.guide {
	background-position: left top;
}

.ico-service.cs {
	background-position: left bottom;
}

/**** calendar ****/
.ico-cal {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: top;
	background: url("../images/ico_cal.png") left top;
	background-size: 50px auto;
}

/**** Step ****/
[class*="ico-step-type"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.ico-step-type1 {
	background-image: url("../images/ico_step_type1.png");
	background-size: 60px auto;
}

.ico-step-type2 {
	background-image: url("../images/ico_step_type2.png");
	background-size: 60px auto;
}

[class*="ico-step-type"].step1 {
	background-position: left top;
}

[class*="ico-step-type"].step2 {
	background-position: right top;
}

[class*="ico-step-type"].step3 {
	background-position: left bottom;
}

[class*="ico-step-type"].step4 {
	background-position: right bottom;
}

/**** Step (결제) ****/
.ico-pay-step {
	display: inline-block;
	width: 100px;
	height: 100px;
	vertical-align: top;
	background-size: cover;
	background-position: right top;
}

.ico-pay-step.step1 {
	background-image: url("../images/ico_pay_step1.png");
}

.ico-pay-step.step2 {
	background-image: url("../images/ico_pay_step2.png");
}

.ico-pay-step.step3 {
	background-image: url("../images/ico_pay_step3.png");
}

.current .ico-pay-step {
	background-position: left top;
}

/**** ETC ****/
.ico-imgs {
	display: inline-block;
	vertical-align: top;
	background: url("../images/ico_imgs.png") 0 0;
}

.ico-imgs.ico-author {
	width: 35px;
	height: 35px;
	background-position: left top;
}

.ico-imgs.ico-cart {
	width: 45px;
	height: 45px;
	background-position: right top;
	background-size: 100px auto;
}

/**** sips ****/
.ico-sips {
	display: inline-block;
	width: 64px;
	height: 64px;
	background-image: url("../images/ico_sips.png");
	background-size: 230px auto;
}

.ico-sips.service1 {
	background-position: left top;
}

.ico-sips.service2 {
	background-position: center top;
}

.ico-sips.service3 {
	background-position: right top;
}

.ico-sips.service4 {
	background-position: left bottom;
}

.ico-sips.service5 {
	background-position: center bottom;
}

.ico-sips.service6 {
	background-position: right bottom;
}

.ico-sips-new {
	display: inline-block;
	width: 64px;
	height: 64px;
	background-image: url("../images/ico_sips_new.png");
	background-size: 230px auto;
}

.ico-sips-new.service1 {
	background-position: left top;
}

.ico-sips-new.service2 {
	background-position: center top;
}

.ico-sips-new.service3 {
	background-position: right top;
}

.ico-sips-new.service4 {
	background-position: left bottom;
}

.ico-sips-new.service5 {
	background-position: center bottom;
}

.ico-sips-new.service6 {
	background-position: right bottom;
}

@media screen and (max-width:1024px) {

	/**** Category ****/
	.ico-cate {
		width: 46px;
		height: 46px;
		background-size: 138px 46px;
	}

	/**** Search ****/
	.ico-search2 {
		width: 21px;
		height: 20px;
	}

	/**** SNS ****/
	/* 200106 수정 */
	.ico-sns {
		height: 20px;
		background-size: 96px 60px
	}

	.ico-sns.homepage {
		width: 22px;
	}

	.ico-sns.facebook {
		width: 11px;
		background-position: -48px top;
	}

	.ico-sns.twitter {
		width: 23px;
	}

	.ico-sns.instargram {
		width: 21px;
		background-position: -39px bottom;
	}

	.ico-sns.vimeo {}

	.ico-sns.blog {
		width: 16px;
		background-position: -78px bottom;
	}

	.ico-sns.etc {
		width: 20px;
		height: 21px;
		background-position: right top;
	}

	/* //200106 수정 */
	.sns-follow-list [class*="ico-sns-"] {
		display: inline-block;
		vertical-align: top;
		width: 45px;
		height: 45px;
		background-size: 100px auto;
	}

	.sns-follow-list>li>a:hover [class*="ico-sns-"] {
		background-position: left top;
		background-size: 100px auto;
	}

	/**** Step (결제) ****/
	.ico-pay-step {
		width: 70px;
		height: 70px;
	}

	/**** ETC ****/
	.ico-imgs.ico-cart {
		width: 33px;
		height: 33px;
		background-size: 72px auto;
	}
}

@media screen and (max-width:768px) {

	/**** sips ****/
	.ico-sips {
		width: 60px;
		height: 60px;
		background-size: 220px auto;
	}

	.ico-sips-new {
		width: 60px;
		height: 60px;
		background-size: 220px auto;
	}
}


/*========================================================
 Form
========================================================*/
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	/* border:0;*/
	padding: 0;
	background-image: none;
}

button[disabled],
html input[disabled],
input[disabled]+label,
button[readonly] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[disabled],
input[readonly] {
	background-color: #f0f0f0;
	border: 2px solid #ddd;
	opacity: 1;
	color: #999;
}

[hidden] {
	display: none;
}

select,
textarea {
	-webkit-appearance: none;
	appearance: none;
}

select option[disabled] {
	color: #999;
}

textarea:focus {
	outline: 0 none
}

input[type=text]::-ms-clear {
	display: none;
}

/**** Input ****/
.input-text {
	height: 40px;
	padding: 6px 20px;
	background: #fff;
	color: #333;
	border: 2px solid #b5b1b2;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 0;
}

.input-text::placeholder {
	color: #999;
	opacity: 1;
	/* Firefox */
}

.input-text:-ms-input-placeholder {
	color: #999;
}

.input-text::-ms-input-placeholder {
	color: #999;
}

/* Active */
.input-text {
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.input-text:focus,
.input-text.focus {
	outline: 0 none
}

.input-text.error {
	border-color: #d84545;
}

/**** Input group ****/
.input-group {
	display: table;
	position: relative;
	width: 100%;
	border-collapse: separate;
}

.input-group>.input-text {
	display: table-cell;
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.input-group>.input-group-cell {
	display: table-cell;
}

.input-group>.input-group-add {
	display: table-cell;
}

.input-group>.custom-select {
	display: table-cell;
	float: left;
	width: 100%;
}

.input-group>.custom-select>.select {
	width: 100%;
	font-size: 18px;
}

.input-group>.input-group-add {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
}

.input-group>.input-group-add.txt {
	padding: 0 20px;
	font-size: 18px
}

.input-group>.input-group-add.btn {
	border: 0;
	color: inherit;
}

.input-group>.input-group-add.btn:last-child {
	padding-left: 0;
}

.input-group>.custom-select+.input-group-add.btn:last-child {
	padding-left: 5px
}

.input-group>.input-text+.input-group-add.btn .btn {
	margin-left: -4px;
	z-index: 2;
	position: relative;
	width: 100%;
}

/* 인풋 요소 Size */
/* -xlg */
.input-text.input-xlg,
.input-group.input-xlg .input-text {
	height: 76px;
	font-size: 18px;
	padding: 6px 30px;
}

/* -lg */
.input-text.input-lg,
.custom-select.select-lg {
	height: 60px;
}

.input-group.input-lg .input-text {
	height: 60px;
	font-size: 16px;
}

.input-group.input-lg .custom-select {
	height: 60px;
	font-size: 18px;
}

/* 예외 */
.group-line-input .input-group {
	border: 2px solid #b5b1b2;
	border-right: 0;
	height: 56px;
	box-sizing: border-box;
}

.group-line-input .input-text {
	border: 0;
}

.group-line-input .input-group.input-lg .input-text,
.group-line-input .input-group.input-lg .custom-selectg {
	height: 56px;
}

.grid-area.form-group>.colum>.btn {
	white-space: nowrap;
}

/* -md */
.input-text.input-md,
.custom-select.select-md {
	height: 40px;
}

.input-group.input-md .input-text {
	height: 40px;
	font-size: 16px;
}

.input-group.input-md .custom-select {
	height: 40px;
	font-size: 14px;
}

/* 팝업사이즈 */
.input-text.input-md-pop {
	height: 50px;
}

.input-group.input-md-pop .input-text {
	height: 50px;
	font-size: 16px;
}

.input-group.input-md-pop .custom-select {
	height: 50px;
	font-size: 14px;
}

/* -sm */
.input-text.input-sm,
.custom-select.select-sm {
	height: 30px;
}

.input-group.input-sm .input-text {
	height: 30px;
	font-size: 16px;
}

.input-group.input-sm .custom-select {
	height: 30px;
	font-size: 14px;
}

/* 간격 */
.input-group~.valid.hide {
	margin-top: 0;
}

.input-group~.valid {
	margin-top: 5px;
}

/**** Checkbox ****/
.custom-checkbox {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.custom-checkbox .checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	vertical-align: top
}

.custom-checkbox .checkbox+label {
	display: inline-block;
	position: relative;
	padding-left: 34px;
	min-height: 24px;
	cursor: pointer;
	color: #03010f;
	font-size: 16px;
	line-height: 1.5;
}

.custom-checkbox .checkbox+label:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #fff;
	border: 2px solid #d5d4d9;
}

.custom-checkbox .checkbox:checked+label:before {
	background: url("../images/ico_check.png") 0 0;
	width: 20px;
	height: 20px;
	background-size: cover;
	border: 2px solid #e75300
}

.custom-checkbox .checkbox[disabled]+label:before {
	background: #f6f6f6;
	border: 1px solid #d5d4d9;
}

.custom-checkbox .checkbox[disabled]+label,
.custom-radio .radio[disabled]+label {
	cursor: default;
	opacity: .8;
}

.custom-checkbox.single {
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.custom-checkbox.single .radio+label {
	padding-left: 20px;
	text-indent: -9999px
}

/**** Selectbox ****/
.custom-select {
	position: relative;
	display: inline-block;
	width: auto;
	height: 56px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0;
	background: #fff url("../images/btn_select_arrow.png") no-repeat right center;
	background-size: 29px 7px;
	border: 1px solid #6f6f75;
}

.custom-select .select {
	color: #03010f;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: auto;
	height: 100%;
	border-radius: 0;
	border: 0;
	padding: 0 40px 0 20px;
	font-size: 14px;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.custom-select .select::-ms-expand,
.list-select .select::-ms-expand {
	display: none;
}

.custom-select .select:focus,
.custom-select .select.focus,
.list-select .select:focus,
.list-select .select.focus {
	outline: 0 none
}

select:focus::-ms-value {
	background-color: #fff;
	color: #333;
}

/* Disabled */
.custom-select.readonly .select {
	background-image: none;
	color: #333;
	background-color: #e3e3e3;
	border-color: #ddd;
}

/**** textarea ****/
.count-txt {
	color: #999;
	font-size: 16px;
}

.textarea-box {
	border: 2px solid #b5b1b2;
	width: 100%;
	padding: 10px;
}

.textarea-box textarea {
	border: 0;
	width: 100%;
	min-height: 60px;
}

.textarea-box .count-txt {
	text-align: right;
	margin-bottom: -6px;
}

.textarea-box.he-100 textarea {
	min-height: 100px;
}

/**** 파일 업로드 ****/
.file-group input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.file-group label {
	cursor: pointer
}

/**** width (반응형 변화) ****/
.rwd-block-w300 {
	max-width: 300px;
}

.rwd-block-w555 {
	max-width: 555px;
}

.rwd-block-w625 {
	max-width: 625px;
}

.rwd-btn-w180 {
	min-width: 180px;
}

/**** form group ****/
.form-group .form-label {
	font-size: 18px;
}

.field-warning {
	color: #e75300;
	font-size: 16px;
}

/* 간격 */
.form-group~.form-group {
	margin-top: 35px;
}

.form-group .form-label~.input-group {
	margin-top: 7px;
}

.form-group .input-group~.input-group {
	margin-top: 10px;
}

.form-group .input-group~.field-warning {
	margin-top: 7px;
}

@media screen and (max-width:1024px) {
	.input-text {
		padding: 6px 10px;
	}

	/**** Input group ****/
	/* rwd-input- */
	.input-group.rwd-input-group>.input-group-add.txt {
		padding: 0;
		display: block;
		width: 100%
	}

	.input-group.rwd-input-group .input-group-add.txt+.custom-select,
	.input-group.rwd-input-group .input-group-add.txt+.input-text {
		margin-top: 12px;
	}

	/**** Checkbox ****/
	.custom-checkbox .checkbox+label {
		font-size: 14px;
		line-height: 1.55;
	}
}

@media screen and (max-width:768px) {

	/**** Input group ****/
	.input-group>.custom-select>.select {
		font-size: 14px;
	}

	.input-group>.input-group-add.btn .btn {
		padding: 16px 5px 17px;
	}

	.input-group>.input-group-add.txt {
		font-size: 14px
	}

	/* 인풋 요소 Size */
	/* -lg */
	.input-text.input-lg,
	.custom-select.select-lg {
		height: 56px;
	}

	.input-group.input-lg .input-text {
		height: 56px;
		font-size: 16px;
	}

	.input-group.input-lg .custom-select {
		height: 56px;
		font-size: 14px;
	}

	/* 예외 */
	.group-line-input {
		height: 56px;
	}

	.group-line-input .input-group {
		border: 2px solid #b5b1b2;
		border-right: 0;
		height: 52px;
		box-sizing: border-box;
	}

	.group-line-input .input-text {
		border: 0;
	}

	.group-line-input .input-text.text-right {
		padding: 4px 0 8px 20px;
	}

	.group-line-input .input-group.input-lg .input-text,
	.group-line-input .input-group.input-lg .custom-selectg {
		height: 52px;
	}

	.grid-area.form-group>.colum>.btn {
		width: 100%;
		/* padding:17px 0 18px;*/
		margin-left: -1px
	}

	/* -md */
	.input-text.input-md,
	.custom-select.select-md {
		height: 40px;
	}

	.input-group.input-md .input-text,
	.input-group.input-md .custom-select {
		height: 40px;
		font-size: 14px;
	}

	/* -sm */
	.input-text.input-sm,
	.custom-select.select-sm {
		height: 28px;
	}

	.input-group.input-sm .input-text {
		height: 28px;
		font-size: 16px;
	}

	.input-group.input-sm .custom-select {
		height: 28px;
		font-size: 14px;
	}

	/* 반응형 */
	.rwd-block-input .sm-block {
		display: block;
		float: none;
	}

	.rwd-block-input .sm-block+.sm-block {
		margin-top: 8px;
	}

	.rwd-block-input.input-group>.input-group-add.btn:last-child {
		padding: 0;
	}

	.rwd-block-input .sm-block.input-group-add {
		display: block;
		width: 100%;
		padding: 0;
	}

	.rwd-block-input .sm-block.input-group-add>.btn {
		display: block;
		width: 100%;
	}

	/**** textarea ****/
	.count-txt {
		font-size: 14px;
	}

	.textarea-box {
		border: 2px solid #b5b1b2;
		width: 100%;
		padding: 10px;
	}

	.textarea-box textarea {
		min-height: 80px;
	}

	/**** width (반응형 변화) ****/
	.rwd-block-w300,
	.rwd-block-w555 {
		max-width: 100%;
	}

	.rwd-btn-w180 {
		min-width: 120px;
	}

	/**** form group ****/
	.form-group .form-label {
		font-size: 16px;
	}
}

@media screen and (max-width:340px) {

	/**** Input group ****/
	.input-group>.input-group-add.btn .btn {
		padding: 17px 5px 18px;
	}

	/**** width (반응형 변화) ****/
	.rwd-btn-w180 {
		min-width: 100px;
	}
}

/*========================================================
 Button
========================================================*/
button {
	background: none;
	font-family: SSTPro, "맑은고딕", Malgun Gothic, "돋움", Dotum, Tahoma, sans-serif;
	cursor: pointer;
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.btn {
	display: inline-block;
	text-align: center;
	border: 2px solid transparent;
	box-sizing: border-box;
	color: #6f6f75;
}

.btn>span {
	display: inline-block;
	line-height: 1.3;
}

/**** Area ****/
.btn-area,
.btn-link-area {
	position: relative;
	text-align: center
}

.btn-area:after,
.btn-link-area:after {
	display: block;
	content: '';
	clear: both
}

/* 간격 */
.btn-link-area>.btn {
	margin: 0 7px;
}

.btn-area>.btn {
	margin: 0 2px 0 1px;
	vertical-align: top;
}

.btn-area>.btn:only-child {
	margin: 0;
}

/* 스크롤시 고정영역 */
.btn-area.scroll-fix {
	width: 100%;
	background: rgba(6, 3, 1, .7);
	padding: 30px 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	transition: .2s;
	-webkit-transition: .2s
}

.btn-area.scroll-fix.on {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.btn-area.scroll-fix .grid-justify {
	max-width: 920px;
	margin: 0 auto;
}

/* 영역 위치 */
.btn-area .left {
	float: left;
}

.btn-area .right {
	float: right;
}

.btn-area .left>.btn {
	margin: 0 3px 0 0;
}

.btn-area .right>.btn {
	margin: 0 0 0 3px;
}

/**** grid-justify ****/
.grid-justify .colum {
	text-align: left
}

.grid-justify .colum>.btn:only-child {
	width: 100%;
	margin: 0;
}

.grid-justify .colum.span2>.btn {
	width: 49.12%;
}

/* col-btn- */
.colum.col-btn-1 {
	width: 36.95%;
}

.colum.col-btn-2 {
	width: 61.95%
}

/* 간격 */
.grid-justify .colum[class*="col-btn-"] {
	margin-left: 1.086%;
}

.grid-justify .colum[class*="col-btn-"]:after {
	display: block;
	content: '';
	clear: both;
}

.grid-justify .colum[class*="col-btn-"]:first-child {
	margin-left: 0;
}

.colum[class*="col-btn-"] .btn {
	margin-left: 1.75%;
	margin-right: 0;
	float: left;
}

.colum[class*="col-btn-"] .btn:first-child,
.colum[class*="col-btn-"] .btn:only-child {
	margin-left: 0
}

.grid-justify .colum[class*="col-btn-"]:only-child {
	margin: 0 auto;
	float: none;
}

/**** Color ****/
.btn-primary {
	background: #e75300;
	color: #fff;
}

.btn-default {
	background: #fff;
	color: #03010f;
	border: 2px solid #03010f;
}

.btn-info {
	background: #5865f5;
	color: #fff;
}

.btn-dark {
	background: #2b2f3a;
	color: #fff;
}

.btn-grey {
	background: #e4e7ec;
	color: #6f6f75;
}

.btn-purple {
	background: #79679b;
	color: #fff;
}

.btn-blue {
	background: #0085ba;
	color: #fff;
}

.btn-green {
	background: #88b560;
	color: #fff;
}

.btn-yellow {
	background: #ebab3d;
	color: #fff;
}

.btn-disable,
.btn-grey2 {
	background: #6f6f75;
	color: #fff;
}

.btn-primary-line {
	color: #e75300;
	border: 2px solid #e75300;
	background: transparent;
}

.btn-white-line {
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
}

/**** Size ****/
.btn-sm {
	padding: 2px 19px
}

.btn-sm>span {
	font-size: 12px;
}

.btn-md {
	padding: 7px 19px;
}

.btn-md>span {
	font-size: 16px;
}

.btn-lg {
	padding: 18px 28px;
}

.btn-lg>span {
	font-size: 16px;
}

.btn-xlg {
	padding: 24px 0 27px;
}

.btn-xlg>span {
	font-size: 18px;
	font-weight: 700
}

.btn-full {
	width: 100%;
	margin: 0;
}

.btn-area>.btn {
	min-width: 300px;
}

/**** 버튼 스타일에 따른 아이콘 ****/
/* ico-arr- */
.btn>[class*="ico-arr-"] {
	width: 6px;
	height: 6px;
	border-width: 0 1px 1px 0;
	padding: 1px;
	margin-left: 2px;
}

.btn>.ico-plus {
	margin-right: 5px;
}

.btn:hover>[class*="ico-arr-"] {
	transform: translateX(7px);
	-webkit-transform: translateX(7px);
}

.btn-lg>[class*="ico-arr-"] {
	width: 12px;
	height: 12px;
}

.btn-primary>[class*="ico-arr-"]:before,
.btn-primary>[class*="ico-arr-"]:after {
	background-color: #fff;
	box-shadow: inset 0 0 0 32px;
}

.btn-primary-line>[class*="ico-arr-"]:after,
.btn-primary-line>[class*="ico-arr-"]:before {
	background-color: #e75300;
	box-shadow: inset 0 0 0 32px;
}

.btn-icon {
	background: transparent;
}

/* more-arrow > ico-more */
.btn-primary .ico-more,
.btn-dark .ico-more,
.btn-grey .ico-more,
.btn-white-line .ico-more {
	background: #fff;
}

.btn-primary .ico-more:after,
.btn-dark .ico-more:after,
.btn-grey .ico-more:after,
.btn-white-line .ico-more:after {
	border: solid #fff;
	border-width: 5px 0 5px 9px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.btn .more-arrow {
	margin-top: -6px;
}

.btn .ico-more {
	width: 29px;
	margin-left: 7px;
}

.btn:hover .ico-more {
	width: 36px;
}

/* ico-list */
.btn .ico-list {
	margin-right: 11px;
}

@media screen and (max-width:1024px) {
	.btn-area.only-mo>.btn {
		width: 100%;
		margin: 0;
	}

	/**** 반응형 버튼 ****/
	.btn.rwd-icon-btn>span:not([class*="ico-"]) {
		display: none;
	}

	.btn-area.scroll-md-fix>.btn {
		width: 100%;
	}

	/**** grid-justify ****/
	.btn-area.scroll-fix .grid-justify {
		max-width: none;
		padding: 0 20px;
	}

	/* 부모요소에 따른 예외처리 */
	.mid-full-frame .btn-area {
		padding: 0 20px;
	}

	/**** Size ****/
	.btn-md {
		padding: 2px 14px 3px;
	}

	.btn-md>span {
		font-size: 12px;
	}

	.btn-lg {
		/*padding:19px 20px;*/
	}

	.btn-xlg {
		padding: 25px 0 27px;
	}

	.colum[class*="col-btn-"] .btn {
		padding-left: 5px;
		padding-right: 5px
	}
}

@media screen and (max-width:768px) {

	/**** Area ****/
	/* 간격 */
	.btn-area>.btn {
		margin: 0;
		min-width: 100%
	}

	/* 스크롤시 고정영역 */
	.btn-area.scroll-fix {
		padding: 20px 0;
	}

	/**** grid-justify ****/
	.grid-justify .colum.span2>.btn {
		width: 48.95%;
	}

	/* col-btn- */
	.col-sm-push.grid-justify .colum[class*="col-btn-"] {
		margin-left: 0;
	}

	.col-sm-push.grid-justify .colum.col-btn-1,
	.col-sm-push.grid-justify .colum.col-btn-2 {
		width: 100%
	}

	.col-sm-push.grid-justify .colum[class*="col-btn-"]+.colum[class*="col-btn-"] {
		margin-top: 8px;
	}

	/**** Size ****/
	.btn-sm {}

	.btn-md {}

	.btn-lg {
		padding: 16px 15px 17px
	}

	.btn-lg>span {
		font-size: 14px;
	}

	/**** 반응형 버튼 ****/
	.btn-link-area.rwd-stick-btns {
		display: table;
		width: 100%;
	}

	.btn-link-area.rwd-stick-btns>.btn {
		display: table-cell;
		margin: 0;
		width: 50%;
	}

	.btn-link-area.rwd-stick-btns>.btn:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1px;
		height: 18px;
		background: #f5ba99;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.btn-area.rwd-block-btns:not(.scroll-md-fix) {
		padding: 0 20px;
	}

	.btn-area.rwd-block-btns>.btn {
		display: block;
		width: 100%;
		margin: 0;
	}

	.btn-area.rwd-block-btns>.btn+.btn {
		margin-top: 10px
	}

	.btn-area.rwd-block-btns .left,
	.btn-area.rwd-block-btns .right {
		float: none;
	}

	.btn-area.rwd-block-btns .left>.btn {
		display: block;
		width: 100%;
		margin: 0;
	}

	.btn-area.rwd-block-btns .left>.btn+.btn {
		margin-top: 10px
	}

	/* 부모요소에 따른 예외처리 */
	[class*="frame-"]:not(.view-box)>.btn-area.rwd-block-btns:not(.scroll-md-fix),
	.inner-content .btn-area.rwd-block-btns {
		padding: 0;
	}

	.btn-area.rwd-stick-btns {
		display: table;
		width: 100%;
	}

	.btn-area.rwd-stick-btns>.btn {
		display: table-cell;
		margin: 0;
		width: 50%;
	}
}

@media screen and (max-width:360px) {
	.btn-area.scroll-fix .btn-lg {
		padding: 10px 0 11px;
	}
}

/**** 아이콘,이미지 버튼 ****/
.btn-search {
	padding: 0 20px;
}

.ico-sns-login {
	display: inline-block;
	vertical-align: top;
	width: 29px;
	height: 29px;
	background: #fff url("../images/ico_sns_log.png") no-repeat;
	background-size: 108px auto;
}

.ico-sns-login.naver {
	background-position: left top
}

.ico-sns-login.kakao {
	background-position: center top
}

.ico-sns-login.facebook {
	background-position: right top
}

/* 간격 */
.btn [class*="ico-func"]+span {
	margin-left: 4px
}


/*========================================================
 Tab Menu
========================================================*/
.tab-menu:after {
	display: block;
	content: '';
	clear: both;
}

.tab-menu>ul {
	width: 100%;
	text-align: center;
}

.tab-menu>ul>li {
	display: inline-block;
	vertical-align: top;
	margin: 0 28px;
}

.tab-menu>ul>li>a {
	display: block;
	font-size: 18px;
	color: #6f6f75;
	line-height: 1;
	font-weight: 300
}

.tab-menu>ul>li>a>span {
	position: relative;
	display: block;
	padding: 0 1px;
}

/* Active */
.tab-menu>ul>li.active>a {
	color: #03010f;
	font-weight: 700
}

.tab-menu>ul>li>a>span:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	content: '';
	width: 0;
	height: 2px;
	background: #e75300;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.tab-menu>ul>li.active>a>span:after {
	width: 100%;
}

@media screen and (max-width:1024px) {
	.tab-menu>ul {
		width: 100%;
		text-align: left;
	}

	.tab-menu>ul>li {
		margin: 0 21px 0 0;
	}
}

/**** tab content ****/
.tab-content:after {
	display: block;
	content: '';
	clear: both;
}

.tab-content .tab-inner {
	display: none;
}

.tab-content .tab-inner.active {
	display: block;
}

/**** info-tab-menu ****/
.top-cnt-bar {
	background: #fff;
	border-bottom: 1px solid #b5b1b2;
}

.top-cnt-bar.fixed {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	z-index: 1001;
}

/* 예외  (아카데미 메뉴 드롭다운) */
.upper-top-cnt:not(.top-search-area)~.content-area .top-cnt-bar.fixed {
	top: 90px;
}

.info-tab-menu {
	position: relative;
	padding: 0;
	background: #fff;
	max-width: 1170px;
	margin: 0 auto;
}

.info-tab-menu ul {
	position: relative;
	display: table;
	table-layout: auto;
	margin: 0 auto;
}

.info-tab-menu ul>li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.info-tab-menu ul>li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 27px;
	color: #6f6f75;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	transition: .2s;
	-webkit-transition: .2s
}

.info-tab-menu ul>li a>span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 20px 0;
}

.info-tab-menu ul>li:first-child {
	border-left: 0;
}

.info-tab-menu ul>li.active a {
	font-weight: bold;
	color: #03010f;
}

.info-tab-menu ul>li.active a>span:before {
	display: block;
	content: '';
	position: absolute;
	bottom: -1px;
	top: auto;
	left: 0;
	width: 100%;
	height: 3px;
	background: #e75300;
}

/**** flex-tab-menu ****/
.flex-tab-menu {
	max-width: 1170px;
	margin: 0 auto;
}

.flex-tab-menu ul {
	display: table;
	width: 100%;
	table-layout: fixed
}

.flex-tab-menu ul li {
	display: table-cell;
	vertical-align: top
}

.flex-tab-menu ul li>a {
	display: block;
	height: 100%;
	padding: 17px 10px 18px;
	text-align: center;
	background: #f0f0f0;
	font-size: 18px;
}

/* icon */
.flex-tab-menu ul li .ico-list {
	border-top: 2px solid #6f6f75;
}

.flex-tab-menu ul li .ico-list:before,
.flex-tab-menu ul li .ico-list:after {
	background: #6f6f75
}

.flex-tab-menu ul li .ico-cal {
	background-position: left top;
}

/* 위치 */
.flex-tab-menu ul li>a>.ico-list {
	margin-right: 8px;
	margin-top: -6px;
}

.flex-tab-menu ul li>a>.ico-cal {
	margin-right: 8px;
	margin-top: 3px;
}

/* 활성화 */
.flex-tab-menu ul li.active>a {
	background: #e75300;
	color: #fff;
}

.flex-tab-menu ul li.active .ico-list {
	border-top: 2px solid #fff;
}

.flex-tab-menu ul li.active .ico-list:before,
.flex-tab-menu ul li.active .ico-list:after {
	background: #fff
}

.flex-tab-menu ul li.active .ico-cal {
	background-position: right top;
}

@media screen and (max-width:1280px) {
	.info-tab-menu ul>li a {
		font-size: 18px;
	}

	/**** flex-tab-menu ****/
	.flex-tab-menu {
		padding: 0 20px;
	}

	/* 부모요소에 따른 예외처리 */
	[class*="frame-"]>.flex-tab-menu {
		padding: 0;
	}
}

@media screen and (max-width:1024px) {

	/**** info-tab-menu ****/
	.top-cnt-bar {
		border-bottom: 0;
	}

	.top-cnt-bar.fixed {
		top: 60px;
		border-bottom: 1px solid #b5b1b2;
	}

	/* 예외  (아카데미 메뉴 드롭다운) */
	.ui-upper-cnt:not(.top-search-area)~.content-area .top-cnt-bar.fixed {
		top: 124px;
	}

	.content-area.fix-gap {}

	.info-tab-menu ul>li a {
		font-size: 16px;
	}

	.info-tab-menu ul>li>a>span {
		white-space: nowrap;
		padding: 15px 0;
		bottom: 0;
	}
}

@media screen and (max-width:980px) {
	.info-tab-menu ul>li a {
		padding: 0 20px;
	}
}

@media screen and (max-width:768px) {

	/**** info-tab-menu ****/
	/* 모바일에서 탭 swipe */
	html {
		-ms-overflow-style: none;
	}

	::webkit-scrollbar {
		display: none;
	}

	.info-tab-menu {
		overflow: visible;
		padding-left: 6px;
	}

	.info-tab-menu.swipe-tab::-webkit-scrollbar {
		display: none;
	}

	.info-tab-menu.swipe-tab {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.info-tab-menu ul {
		width: auto;
	}

	.info-tab-menu ul>li>a {
		display: inline-block;
		width: auto;
		vertical-align: top;
		padding: 0 14px;
	}

	/**** flex-tab-menu ****/
	.flex-tab-menu ul li>a {
		padding: 17px 0 18px;
		font-size: 14px
	}

	/* 위치 */
	.flex-tab-menu ul li>a>.ico-list {
		margin-right: 8px;
		margin-top: -3px;
	}

	.flex-tab-menu ul li>a>.ico-cal {
		margin-right: 8px;
		margin-top: 0;
	}
}


/*========================================================
 Drop Box
========================================================*/
.drop-box {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.drop-box .click-txt {
	position: relative;
	display: block;
}

.drop-box .click-txt>span {
	position: relative;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 12px;
	height: 100%;
	color: #03010f;
	padding: 10px 12px;
}

/**** color and size set ****/
.drop-box {
	border: 1px solid #999;
}

.drop-box .click-txt {
	padding: 8px 30px;
	height: 54px;
	max-height: 54px;
}

/**** arrow default ****/
.drop-box .click-txt>span:after {
	position: absolute;
	top: 50%;
	right: 1px;
	display: inline-block;
	content: '';
	color: #6f6f75;
	border-width: 4px 0 4px 5px;
	border-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	transition: 0.3s;
	transform: translate(0, -50%) rotate(-90deg) scale(0.8, 1);
	-webkit-transform: translate(0, -50%) rotate(-90deg) scale(0.8, 1);
}

.drop-box.toggle-on .click-txt>span:after {
	transform: translate(0, -50%) rotate(90deg) scale(0.8, 1);
	-webkit-transform: translate(0, -50%) rotate(90deg) scale(0.8, 1);
}

/**** drop-lists ****/
.drop-box .drop-list {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

/* number-list */
.drop-list.number-list {
	padding: 25px 30px;
}

.drop-list.number-list ul li {
	color: #6f6f75;
	font-size: 14px;
	line-height: 1.6;
	padding-left: 20px;
}

.drop-list.number-list ul li .num {
	color: #2f353d;
	margin: 0 12px 0 -20px;
}

.drop-list.number-list ul li+li {
	margin-top: 22px;
}

/* family-site */
.drop-box.family-site {
	width: 100%;
	border: 0;
}

.drop-box.family-site .click-txt {
	background: #6f6f75;
	color: #fff;
	padding: 8px 15px;
	height: 40px;
	max-height: 40px;
	line-height: 1.8;
	transition: .2s;
	-webkit-transition: .2s
}

.drop-box.family-site.toggle-on .click-txt {
	background: #2b2f3a;
}

.drop-box.family-site .click-txt>span {
	color: #fff;
	padding: 0 12px 0 0;
}

.drop-box.family-site .click-txt>span:after {
	color: #fff;
}

.drop-box.family-site .drop-list.site-list {
	display: none;
	bottom: 40px;
	padding: 0 15px;
}

.drop-list.site-list>ul {
	padding: 12px 0 13px;
	border-bottom: 1px solid #6b6e75;
}

.drop-list.site-list {
	background: #2b2f3a;
}

.drop-list.site-list li .dep-tit {
	font-weight: 700
}

.drop-list.site-list li .dep-tit,
.drop-list.site-list li a {
	display: block;
	padding: 5px 0 4px;
	color: #fff;
	font-size: 14px;
}

.drop-list.site-list li a:hover {
	opacity: .6
}

/* drop-list : slide type */
.drop-box.list-slide .click-txt>span:after {
	transform: translate(0, -50%) rotate(90deg) scale(0.8, 1);
	-webkit-transform: translate(0, -50%) rotate(90deg) scale(0.8, 1);
}

.drop-box.list-slide.toggle-on .click-txt>span:after {
	transform: translate(0, -50%) rotate(-90deg) scale(0.8, 1);
	-webkit-transform: translate(0, -50%) rotate(-90deg) scale(0.8, 1);
}

.drop-box.list-slide .drop-list {
	position: static;
	border-top: 1px solid #999;
}

/* 간격 */
.drop-box~.btn-area {
	margin-top: 60px;
}

@media screen and (max-width:1024px) {

	/**** color and size set ****/
	.drop-box .click-txt {
		padding: 8px 20px;
		height: 45px;
		max-height: 45px;
	}

	.drop-box .click-txt>span {
		padding: 5px 12px;
	}

	/* number-list */
	.drop-list.number-list {
		padding: 35px 20px;
	}

	.drop-list.number-list ul li+li {
		margin-top: 12px;
	}

	/* 간격 */
	.drop-box~.btn-area {
		margin-top: 25px;
	}
}

@media screen and (max-width:768px) {
	.drop-list.site-list li {
		text-align: left
	}

	/* family-site */
	.drop-box.family-site .click-txt {
		height: 48px;
		max-height: 48px;
		line-height: 2.2
	}

	.drop-box.family-site .drop-list.site-list {
		bottom: 48px;
	}
}


/*========================================================
 Link box
========================================================*/
.link-box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #6f6f75;
	color: #fff;
	padding: 0 15px;
	height: 40px;
	max-height: 40px;
}

.link-box .click-txt {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 0;
	line-height: 1.8;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.link-box .click-txt .ico-arr-right {
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

@media screen and (max-width:768px) {
	.link-box {
		height: 48px;
		max-height: 48px;
	}

	.link-box .click-txt {
		line-height: 2.2
	}
}


/*========================================================
 Pagination
========================================================*/
.pagination {
	position: relative;
	text-align: center
}

.pagination>a {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	color: #6f6f75;
	font-weight: 300
}

.pagination>a.on {
	background: #e75300;
	color: #fff;
	font-weight: normal;
}

.pagination>a>span {
	display: block;
	height: 100%;
	line-height: 40px
}

.pagination .btn-page {
	background: url("../images/btn_page.png");
}

.pagination .btn-page.prev {
	background-position: right 0;
}

.pagination .btn-page.next {
	background-position: 0 0;
}


/*========================================================
 Layer Popup
========================================================*/
.dim {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	overflow: hidden;
}

/**** Layer Popup ****/
.layer-pop {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
}

.layer-pop .dim {
	z-index: 10
}

.layer-pop.active {
	display: block;
}

.pop-wrap {
	position: relative;
	width: 100%;
	top: 50%;
	padding: 50px 0 20px
}

.pop-wrap .pop-box {
	position: relative;
	z-index: 20;
	margin: 0 auto;
	padding: 96px 40px 40px;
	background: #fff;
}

.pop-wrap .pop-box.type2 {
	padding: 40px 40px;
}

.pop-box .pop-head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 40px 40px 0;
	z-index: 1
}

.pop-box .pop-head .pop-title {
	font-size: 28px;
	border-bottom: 2px solid #03010f;
	padding-bottom: 15px;
}

.pop-box .pop-body {
	padding: 20px 0 0;
	height: 100%;
}

.pop-box.type2 .pop-body {
	padding: 0;
}

.pop-box .pop-body .pop-content {
	overflow-y: auto;
	height: 100%;
}

.pop-box .pop-title-sub {
	font-size: 18px
}

.pop-box .btn-pop-close {
	position: absolute;
	top: -43px;
	right: 0;
}

.pop-box .btn-pop-close .ico-close {
	width: 36px;
	height: 36px
}

/* 간격 */
.pop-box .pop-title-sub+.bl-list {
	margin-top: 10px;
}

.pop-box .pop-body .text-box+.pop-title-sub,
.pop-box .pop-body .step-box+.pop-title-sub {
	margin-top: 45px;
}

.pop-box .pop-body .step-box+.text-box {
	margin-top: 20px;
}

.pop-box .pop-body .bl-list+.step-box {
	margin-top: 15px;
}

.pop-box .pop-body .bl-list~.pop-title-sub {
	margin-top: 45px;
}

.pop-box .pop-body .bl-list+.text-box {
	margin-top: 15px;
}

/* 200130 */
.pop-box .pop-body .txt {
	margin-top: 20px;
	font-size: 14px;
}

.pop-box .pop-body .txt:first-child {
	margin-top: 0;
	margin-bottom: 20px;
}

/* //200130 */
/* 스크롤될 경우 */
.pop-wrap.scroll {
	top: 0;
	height: 100%;
}

.pop-wrap.scroll .pop-box {
	height: 100%;
}

.pop-wrap.scroll .pop-body .pop-content {
	overflow-y: auto;
	padding-right: 15px
}

/* size */
.layer-pop.layer-md .pop-wrap .pop-box {
	max-width: 850px;
}

.layer-pop.layer-lg .pop-wrap .pop-box {
	max-width: 1170px;
}

/* 200130 */
/*하루동안 열지 않음*/
.btmSec {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 10px 40px;
	background: #000;
	color: #fff;
	z-index: 20
}

.layer-pop.layer-md .pop-wrap .btmSec {
	max-width: 850px;
}

.layer-pop.layer-lg .pop-wrap .btmSec {
	max-width: 1170px;
}

/* // 200130 */

/* 200218 */
.pop-box .pop-body .pop-list dt {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

.pop-box .pop-body .pop-list dt:first-child {
	margin-top: 0;
}

.pop-box .pop-body .pop-list dd {
	margin-top: 5px;
	font-size: 14px;
}

/* //200218 */

/* 20200225 */
.pop-box .pop-head.line2+.pop-body {
	padding-top: 70px;
}

/* //20200225 */

/**** confirm Popup ****/
.confirm-pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

.confirm-pop.active {
	display: block;
}

.confirm-pop .confirm-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	width: 340px;
	min-height: 257px;
	background: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding-bottom: 60px;
}

.confirm-box .confirm-content {
	position: relative;
	height: 100%;
	text-align: center;
	line-height: 1.55;
	padding: 53px 35px 47px;
}

.confirm-box .confirm-content .tit {
	display: block;
	font-size: 20px;
	margin-bottom: 18px
}

.confirm-box .confirm-content .txt {
	font-size: 16px;
}

.confirm-box .confirm-content .txt~.input-group {
	margin-top: 15px;
}

.confirm-box .confirm-content .input-group.input-lg .input-text {
	height: 50px;
}

.confirm-box .confirm-btns {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.confirm-btns .btn {
	display: table-cell;
	float: left;
	width: 50%;
}

.confirm-box .btn-pop-close {
	position: absolute;
	top: -33px;
	right: 0;
}

@media screen and (max-width:768px) {

	/**** Layer Popup ****/
	.pop-wrap {
		padding: 50px 0 0;
	}

	.pop-wrap .pop-box {
		padding: 85px 20px 20px;
	}

	.pop-wrap .pop-box.type2 {
		padding: 40px 20px;
	}

	.pop-box .pop-head .pop-title {
		font-size: 20px
	}

	.pop-box .pop-head {
		padding-bottom: 11px;
		padding: 40px 20px 0;
	}

	.pop-box .pop-body {
		padding: 16px 0 0;
	}

	.pop-wrap.scroll .pop-body .pop-content {
		padding-right: 0;
	}

	.pop-box .btn-pop-close {
		right: 20px;
	}

	.pop-box .btn-pop-close .ico-close {
		width: 33px;
		height: 33px
	}

	/* 간격 */
	.pop-box .pop-body .text-box+.pop-title-sub,
	.pop-box .pop-body .step-box+.pop-title-sub {
		margin-top: 35px;
	}

	.pop-box .pop-body .txt {
		font-size: 12px;
		line-height: 1.75;
	}

	/* 200130 */

	/* 200218 */
	.pop-box .pop-body .pop-list dt {
		font-size: 14px;
	}

	.pop-box .pop-body .pop-list dd {
		font-size: 12px;
	}

	/* //200218 */

	/**** confirm Popup ****/
	.confirm-pop .confirm-box {
		max-width: 290px;
		width: 100%;
	}

	.confirm-box .confirm-content {
		padding: 50px 35px 40px;
	}

	.confirm-box .confirm-content .tit {
		display: block;
		font-size: 16px;
		margin-bottom: 18px
	}

	.confirm-box .confirm-content .txt {
		font-size: 14px;
	}

	.confirm-box .confirm-content .txt~.input-group {
		margin-top: 15px;
	}

	.confirm-box .confirm-content .input-group.input-lg .input-text {
		height: 50px;
	}
}

/* 아카데미 결제 진행중 */
.progress-area {
	display: table;
	width: 100%;
	height: 100%;
}

.progress-div {
	display: table-cell;
	vertical-align: middle
}

.progress-txt {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 20px;
}

.progress-txt .tit {
	margin-bottom: 20px;
	font-size: 14px
}

.progress-txt .tit>strong {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}