@charset "UTF-8";
/* header */
#gnbToggle, #schToggle {
	display: none;
}

#header {
	position: fixed;
	padding: 28px 0;
	width: 100%;
  /*max-width: 1920px;*/
	height: 80px;
	background-color: #fff;
	transition: height 0.2s ease-in-out, background 0.2s ease-in-out;
	z-index: 9998;
	box-sizing: border-box;
}

#header .logo {
	position: absolute;
	left: 40px;
	top: 18px;
	width: 115px;
	height: 48px;
}

#header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	background: url(/kor/img/logo_hover.svg) no-repeat;
}

#header #gnb {
	display: block;
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	overflow: hidden;
}

#header #gnb .depth1 {
	display: flex;
	justify-content: center;
}

#header #gnb .depth1 > li {
	width: 160px;
        /* depth2 */;
}

#header #gnb .depth1 > li > a {
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	letter-spacing: 0;
	text-decoration: none;
}

#header #gnb .depth1 > li .depth2 {
	padding: 30px 0;
}

#header #gnb .depth1 > li .depth2 > li {
	margin-bottom: 20px;
}

#header #gnb .depth1 > li .depth2 > li:last-child {
	margin-bottom: 20px;
}

#header #gnb .depth1 > li .depth2 > li > a {
	display: block;
	width: 100%;
	font-weight: 500;
	color: #666;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
}

#header #gnb .depth1 > li .depth2 > li > a:hover {
	color: #3c5aa6;
}

#header #gnb .m_etc {
	display: none;
}

#header .right {
	display: flex;
	align-items: center;
	position: absolute;
	right: 88px;
	top: 28px;
}

#header .right > ul {
	display: flex;
	align-items: center;
	margin-right: 40px;
}

#header .right > ul > li {
	position: relative;
	padding: 0 14px;
}

#header .right > ul > li:first-child {
	padding-left: 0;
}

#header .right > ul > li:after {
	content: '';
	position: absolute;
	right: -1px;
	top: 6px;
	width: 3px;
	height: 9px;
	background-color: #b7b7b7;
	border-radius: 5px;
}

#header .right > ul > li:last-child:after {
	display: none;
}

#header .right > ul > li > a {
	color: #333;
}

#header .right > ul .lang {
	/* margin-right: 40px; */
	cursor: pointer;
        /* 활성화 */;
}

#header .right > ul .lang span {
	color: #333;
}

#header .right > ul .lang span:after {
	content: '';
	display: inline-block;
	margin-left: 7px;
	width: 12px;
	height: 12px;
	background: url(/kor/img/icn_arrow_lang_on.svg) no-repeat 50%;
}

#header .right > ul .lang ul {
	position: absolute;
	left: -50%;
	top: 27px;
	display: none;
	margin-left: 17px;
	width: 75px;
	height: 78px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
	z-index: 9999;
}

#header .right > ul .lang ul > li > a {
	display: block;
	width: 100%;
	height: 50%;
	font-size: 18px;
	color: #3c5aa6;
	text-align: center;
	line-height: 39px;
	text-decoration: none;
	background-color: #fff;
}

#header .right > ul .lang ul > li > a.active, #header .right > ul .lang ul > li > a:hover {
	font-weight: 600;
	color: #fff;
	background-color: #3C5AA6;
}

#header .right > ul .lang.active ul {
	display: block;
}

#header .right .alert {
	position: relative;
	margin-right: 24px;
}

#header .right .alert .btn_alert {
	position: relative;
	width: 24px;
	height: 24px;
	font-size: 0;
	background: url(/kor/img/icn_alert_on.svg) no-repeat 50%;
}

#header .right .alert .btn_alert.exist:after {
	content: '';
	position: absolute;
	right: 3px;
	top: 1px;
	width: 6px;
	height: 6px;
	border: 1px solid transparent;
	background-color: #dd4508;
	border-radius: 50%;
}

#header .right .alert > div {
	position: absolute;
	right: -10px;
	top: 36px;
	display: none;
	width: 430px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
	z-index: 10000;
}

#header .right .alert > div .header {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 72px;
	border-bottom: 1px solid #D4D4D4;
}

#header .right .alert > div .btn_alert_close {
	display: none;
}

#header .right .alert > div .m_header {
	display: none;
}

#header .right .alert > div .content ul li {
	padding: 20px 30px;
	border-bottom: 1px solid #d4d4d4;
}

#header .right .alert > div .content ul li dl {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 16px;
}

#header .right .alert > div .content ul li dl dt {
	font-weight: 600;
	color: #000;
}

#header .right .alert > div .content ul li dl dd {
	color: #999;
}

#header .right .alert > div .content ul li p {
	margin-top: 10px;
	font-size: 16px;
	color: #666;
}

#header .right .alert > div .content .view_more {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: center;
	line-height: 64px;
	text-decoration: none;
}

#header .right .alert > div .msg {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 168px;
	font-size: 20px;
	color: #666;
}

#header .right .alert .btn_alert.active + div {
	display: block;
}

#header .right .btn_sch {
	width: 24px;
	height: 24px;
	font-size: 0;
	background: url(/kor/img/btn_sch_on.svg) no-repeat 50%;
	cursor: pointer;
}

#header .btn_gnb {
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 28px;
	width: 24px;
	height: 24px;
	font-size: 0;
	background: url(/kor/img/btn_gnb_on.svg) no-repeat 50%;
	cursor: pointer;
	z-index: 999;
}

#header .wrap_sch {
	display: none;
	transition: all 0.2s ease-in-out, background 0.2s ease-in-out;
	z-index: 9998;
	box-sizing: border-box;
}

#header .wrap_sch .m_header {
	display: none;
}

/* 메뉴 및 검색창 ON 효과 */
#gnbToggle:checked ~ #header {
	height: 410px;
	background-color: #fff;
  /*z-index: 101;*/;
}

#gnbToggle:checked ~ #header.login {
	height: 540px;
}

#gnbToggle:checked ~ #header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 1px;
	background-color: #d4d4d4;
}

#gnbToggle:checked ~ #header .logo {
	width: 115px;
	height: 48px;
}

#gnbToggle:checked ~ #header .logo > a {
	background: url(/kor/img/logo_hover.svg) no-repeat;
}

#gnbToggle:checked ~ #header #gnb {
	height: auto;
}

#gnbToggle:checked ~ #header #gnb .depth1 > li a {
	color: #333;
}

#gnbToggle:checked ~ #header #gnb .depth1 > li .depth2 {
	display: block;
}

#gnbToggle:checked ~ #header .right ul > li > a {
	color: #333;
}

#gnbToggle:checked ~ #header .right .lang span {
	color: #333;
}

#gnbToggle:checked ~ #header .right .lang ul {
	border: 1px solid #333;
}

#gnbToggle:checked ~ #header .right .lang ul li a.active, #gnbToggle:checked ~ #header .right .lang ul li a:hover {
	color: #fff;
}

#gnbToggle:checked ~ #header .right .alert .btn_alert {
	background: url(/kor/img/icn_alert_on.svg) no-repeat 50%;
}

#gnbToggle:checked ~ #header .right .btn_sch {
	background: url(/kor/img/btn_sch_on.svg) no-repeat 50%;
}

#gnbToggle:checked ~ #header .btn_gnb {
	background: url(/kor/img/icn_x.svg) no-repeat;
}

#gnbToggle:checked ~ #header + .dimmed {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9990;
}

#schToggle:checked + #header {
	background-color: #fff;
	transition: none;
  /*z-index: 50;*/;
}

#schToggle:checked + #header .logo {
	width: 115px;
	height: 48px;
}

#schToggle:checked + #header .logo > a {
	background: url(/kor/img/logo_hover.svg) no-repeat;
}

/* #schToggle:checked + #header #gnb {
	height: auto;
} */

#schToggle:checked + #header #gnb .depth1 > li a {
	color: #333;
}

#schToggle:checked + #header #gnb .depth1 > li .depth2 {
	display: block;
}

#schToggle:checked + #header .right ul > li > a {
	color: #333;
}

#schToggle:checked + #header .right .lang span {
	color: #333;
}

#schToggle:checked + #header .right .lang ul {
	border: 1px solid #333;
}

#schToggle:checked + #header .right .lang ul li a.active, #schToggle:checked + #header .right .lang ul li a:hover {
	color: #fff;
}

#schToggle:checked + #header .right .alert .btn_alert {
	background: url(/kor/img/icn_alert_on.svg) no-repeat 50%;
}

#schToggle:checked + #header .right .btn_sch {
	background: url(/kor/img/icn_x.svg) no-repeat 50%;
}

#schToggle:checked + #header .btn_sch {
	background: url(/kor/img/icn_x.svg) no-repeat 50%;
	filter: none !important;
}

#schToggle:checked + #header .btn_gnb {
	background: url(/kor/img/btn_gnb_on.svg) no-repeat 50%;
}

#schToggle:checked + #header .wrap_sch {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 255px;
	background-color: #fff;
	border-top: 1px solid #d4d4d4;
}

#schToggle:checked + #header .wrap_sch .sch_box {
	display: flex;
	align-items: center;
	gap: 27px;
	padding: 28px;
	width: 1280px;
	height: 100px;
	border: 1px solid #d4d4d4;
	border-radius: 20px;
	box-sizing: border-box;
}

#schToggle:checked + #header .wrap_sch .sch_box input {
	padding: 0 10px;
	width: 1057px;
	height: 44px;
	font-size: 18px;
	border: none;
	border-radius: 20px;
	background-color: #f5f5f5;
	box-sizing: border-box;
}

#schToggle:checked + #header .wrap_sch .sch_box button {
	width: 140px;
	height: 44px;
	font-size: 18px;
	color: #fff;
	background-color: #333;
	border-radius: 50px;
}

#schToggle:checked + #header + .dimmed {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9990;
}

/* 1200px ~ 1500px */
@media screen and (min-width: 1200px) and (max-width: 1500px) {
	#header .right > ul {
		margin-right: 10px;
	}

	#header #gnb .depth1 > li {
		width: 130px;
	}

	#header #gnb .depth1 > li .depth2 li {
		white-space: nowrap;
	}
}

/* 모바일 및 타블렛 */
@media screen and (max-width: 1200px) {
	#header {
		padding: 10px 0;
		height: 60px;
	}

	#header:before {
		display: none;
	}

	#header .logo {
		left: 16px;
		top: 13px;
		width: 82px;
		height: 34px;
		background-size: cover;
	}

	#header .logo > a {
		background-size: contain;
	}

	#header #gnb {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: visible;
	}

	#header #gnb .depth1 {
		flex-direction: column;
		gap: 0;
	}

	#header #gnb .depth1 > li {
		width: 100%;
	}

	#header #gnb .depth1 > li > a {
        display: flex;
        align-items: center;
		position: relative;
		padding: 0 16px;
		margin-bottom: 0;
		height: 54px;
		font-size: 18px;
		font-weight: bold;
		color: #000;
		/* line-height: 54px; */
		text-align: left;
	}

	#header #gnb .depth1 > li.active > a {
		color: #0A31A8 !important;
	}

	#header #gnb .depth1 > li .depth2 {
		display: none !important;
		padding: 0;
	}

	#header #gnb .depth1 > li .depth2 > li {
		margin-bottom: 0;
	}

	#header #gnb .depth1 > li .depth2 > li > a {
		position: relative;
		display: flex;
		align-items: center;
		gap: 14px;
		padding: 0 16px;
		height: 54px;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
	}

	#header #gnb .depth1 > li .depth2 > li > a:hover {
		color: #3C5AA6 !important;
		background-color: #E8EDF8;
	}

	#header #gnb .depth1 > li .depth2 > li:last-child {
		margin-bottom: 0;
	}

	#header #gnb .m_etc {
		display: flex;
		align-items: center;
		gap: 16px;
		position: absolute;
		left: 0;
		top: -60px;
		padding: 20px 16px;
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid #d4d4d4;
		box-sizing: border-box;
	}

	#header #gnb .m_etc > a {
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #999;
	}

	#header #gnb .m_etc .lang span {
		position: relative;
		display: none;
		font-size: 14px;
		color: #999;
		line-height: 60px;
		border-bottom: 1px solid #eee;
	}

	#header #gnb .m_etc .lang span:after {
		content: '';
		position: absolute;
		right: 20px;
		top: 17px;
		width: 26px;
		height: 26px;
		background: url(/kor/img/icn_arrow_gray.svg) no-repeat;
		transform: rotate(180deg);
	}

	#header #gnb .m_etc .lang ul {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	#header #gnb .m_etc .lang ul li a {
		position: relative;
		display: flex;
		align-items: center;
		gap: 14px;
		font-size: 14px;
		font-weight: bold;
		color: #999;
		text-align: left;
		text-decoration: none;
	}

	#header #gnb .m_etc .lang ul li a:hover, #header #gnb .m_etc .lang ul li a.active {
		color: #0A31A8 !important;
	}

	#header #gnb .m_etc .lang ul li a:after {
		content: '';
		position: absolute;
		right: -7px;
		top: 6px;
		width: 2px;
		height: 9px;
		background-color: #d4d4d4;
	}

	#header #gnb .m_etc .lang ul li:last-child > a:after {
		display: none;
	}

	#header #gnb .m_etc .lang.active span:after {
		transform: rotate(0);
	}

	#header #gnb .m_etc .lang.active ul {
		display: flex;
	}

	#header .right {
		top: 18px;
		right: 64px;
	}

	#header .right > ul {
		display: none;
	}

	#header .right .alert {
		margin-right: 16px;
	}

	#header .right .alert > div {
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100vh;
		border-radius: 0;
		z-index: 1000;
	}

	#header .right .alert > div .header {
		line-height: 60px;
		font-size: 16px;
	}

	#header .right .alert > div .btn_alert_close {
		display: block;
		position: absolute;
		right: 20px;
		top: 18px;
		width: 24px;
		height: 24px;
		font-size: 0;
		background: url(/kor/img/icn_x.svg) no-repeat;
	}

	#header .right .alert > div .content ul li {
		padding: 10px 20px;
	}

	#header .right .alert > div .content ul li p {
		margin-top: 6px;
	}

	#header .right .alert > div .content .view_more {
		margin: 20px auto;
		width: calc(100% - 60px);
		height: 44px;
		font-size: 16px;
		line-height: 44px;
		background-color: #f5f5f5;
		border-radius: 50px;
	}

	#header .right .alert > div .msg {
		font-size: 16px;
	}

	#header .btn_gnb {
		right: 20px;
		top: 18px;
	}
  /* GNB 효과 ON */
	#gnbToggle:checked ~ #header {
    /*position: relative;*/
		height: 100vh;
		background: #fff;
		transition: none;
		overflow-y: scroll;
	}

	#gnbToggle:checked ~ #header .logo {
		display: none;
		width: 82px;
		height: 34px;
	}

	#gnbToggle:checked ~ #header .logo > a {
		background-size: cover;
	}

	#gnbToggle:checked ~ #header #gnb {
		display: block;
	}

	#gnbToggle:checked ~ #header #gnb .depth1 {
		justify-content: start;
		padding-top: 25px;
		width: 50%;
		height: calc(100vh - 60px);
		border-right: 1px solid #d4d4d4;
		box-sizing: border-box;
	}

	#gnbToggle:checked ~ #header #gnb .depth1 > li.active > a:after {
		content: '';
		position: absolute;
		right: 17px;
		top: 17px;
		width: 26px;
		height: 26px;
		background: url(/kor/img/icn_gnbArr.svg) no-repeat;
	}

	#gnbToggle:checked ~ #header #gnb .depth1 > li.active .depth2 {
		display: block !important;
		position: absolute;
		right: 0;
		top: 25px;
		width: 50%;
	}

	#gnbToggle:checked ~ #header .right {
		display: none;
	}
  /* 검색 효과 ON */
	#schToggle:checked + #header .wrap_sch {
		flex-direction: column;
		justify-content: start;
		top: 0px;
		padding: 0px;
		height: 100vh;
	}

	#schToggle:checked + #header .wrap_sch .m_header {
		position: relative;
		display: block;
		width: 100%;
		height: 60px;
		background-color: #fff;
		border-bottom: 1px solid #d4d4d4;
	}

	#schToggle:checked + #header .wrap_sch .m_header .logo {
		position: absolute;
		left: 16px;
		top: 13px;
		width: 82px;
		height: 34px;
		font-size: 0;
		background: url(/kor/img/logo_hover.svg) no-repeat 50%;
		background-size: contain;
	}

	#schToggle:checked + #header .wrap_sch .m_header p {
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		line-height: 60px;
	}

	#schToggle:checked + #header .wrap_sch .m_header .btn_sch_close {
		position: absolute;
		right: 20px;
		top: 18px;
		width: 24px;
		height: 24px;
		font-size: 0;
		background: url(/kor/img/icn_x.svg) no-repeat;
		background-size: contain;
	}

	#schToggle:checked + #header .wrap_sch form {
		width: 100%;
	}

	#schToggle:checked + #header .wrap_sch .sch_box {
		justify-content: space-between;
		gap: 0;
		padding: 0px 16px;
		margin: 20px auto 0;
		width: calc(100% - 32px);
		height: 44px;
		border-radius: 10px;
	}

	#schToggle:checked + #header .wrap_sch .sch_box input {
		padding: 0;
		width: 90%;
		font-size: 16px;
		background-color: transparent;
	}

	#schToggle:checked + #header .wrap_sch .sch_box button {
		width: 24px;
		height: 24px;
		font-size: 0;
		background: url(/kor/img/btn_sch_gray.svg);
	}
}

/* footer */
footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 45px 0 55px;
	background-color: #F5F5F5;
}

footer .logo {
	width: 194px;
	height: 80px;
	font-size: 0;
	background: url(/kor/img/footer_logo.svg) no-repeat 50%;
}

footer .wrap_link {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-top: 28px;
}

footer .wrap_link > a {
	position: relative;
	color: #999;
}

footer .wrap_link > a:after {
	content: '';
	position: absolute;
	right: -14px;
	top: 5px;
	width: 3px;
	height: 9px;
	background-color: #b7b7b7;
	border-radius: 5px;
}

footer .wrap_link .family {
	position: relative;
	width: 110px;
	height: 33px;
      /* 버튼 토글 */;
}

footer .wrap_link .family #familyToggle {
	display: none;
}

footer .wrap_link .family > label {
	display: block;
	padding: 6px 16px;
	width: 100%;
	height: 100%;
	color: #999;
	background-color: rgba(212, 212, 212, 0.3);
	border-radius: 20px;
	cursor: pointer;
	box-sizing: border-box;
}

footer .wrap_link .family > label:after {
	content: '';
	display: inline-block;
	margin: -2px 0 0 4px;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	background: url(/kor/img/icn_arrow_family.svg) no-repeat;
}

footer .wrap_link .family .sites {
	display: none;
}

footer .wrap_link .family #familyToggle:checked + label:after {
	transform: rotate(180deg);
}

footer .wrap_link .family #familyToggle:checked ~ .sites {
	display: block;
	position: absolute;
	left: -50%;
	bottom: 45px;
	margin-left: -24px;
	width: 272px;
	border-radius: 30px;
	border: 1px solid #D4D4D4;
	background-color: #ECECEC;
	box-sizing: border-box;
    z-index: 10;
}

footer .wrap_link .family #familyToggle:checked ~ .sites > a {
	display: block;
	padding: 18px 0;
	width: 100%;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #d4d4d4;
}

footer .wrap_link .family #familyToggle:checked ~ .sites > a:last-child {
	border-bottom: none;
}

footer .wrap_sns {
	display: flex;
	gap: 32px;
	margin: 45px 0 40px;
}

footer .wrap_sns a {
	display: block;
	width: 32px;
	height: 32px;
	font-size: 0;
}

footer .wrap_sns a.blog {
	background: url(/kor/img/icn_blog_gray.svg) no-repeat 50%;
}

footer .wrap_sns a.yout {
	background: url(/kor/img/icn_yout_gray.svg) no-repeat 50%;
}

footer .wrap_sns a.insta {
	background: url(/kor/img/icn_insta_gray.svg) no-repeat 50%;
}

footer .wrap_sns a.facebook {
	background: url(/kor/img/icn_facebook_gray.svg) no-repeat 50%;
}

footer address, footer .copy {
	color: #909090;
}

@media screen and (max-width: 1200px) {
	footer {
		padding: 58px 38px 17px;
		text-align: center;
	}

	footer .wrap_link {
		flex-wrap: wrap;
		gap: 10px 0;
	}

	footer .wrap_link a {
		width: 50%;
		text-align: center;
	}

	footer .wrap_link a:after {
		display: none;
	}

	footer .wrap_link .family {
		margin-top: 20px;
		width: 100%;
		height: 33px;
		text-align: center;
          /* 버튼 토글 */;
	}

	footer .wrap_link .family #familyToggle:checked ~ .sites {
		left: 0;
		margin-left: 0;
		width: 100%;
	}

	footer .wrap_link .wrap_sns {
		margin: 40px 0;
	}
}

/* 메인 haeder, footer */
.main #header {
	background-color: rgba(0, 0, 0, 0.4);
	border: none;
}

.main #header .logo a {
	background: url(/kor/img/logo.svg) no-repeat;
	background-size: contain;
}

.main #header #gnb .depth1 > li > a {
	color: #fff;
}

.main #header .right > ul > li > a {
	color: #fff;
}

.main #header .right > ul .lang span {
	color: #fff;
}

.main #header .right > ul .lang span:after {
	background: url(/kor/img/icn_arrow_lang.svg) no-repeat 50%;
}

.main #header .right .alert .btn_alert {
	background: url(/kor/img/icn_alert.svg) no-repeat 50%;
}

.main #gnbToggle:checked ~ #header .right .alert .btn_alert,
.main #schToggle:checked + #header .right .alert .btn_alert {
	background: url(/kor/img/icn_alert_on.svg) no-repeat 50%;
}

.main #header .right .btn_sch {
	background: url(/kor/img/btn_sch.svg) no-repeat 50%;
}

.main #header .btn_gnb {
	background: url(/kor/img/btn_gnb.svg) no-repeat 50%;
}

.main footer {
	background-color: #0C0A25;
}

.main footer .wrap_link > a {
	color: #fff;
}

.main footer .wrap_link .family > label {
	background-color: rgba(255, 255, 255, 0.1);
}

.main footer .wrap_link .family #familyToggle:checked ~ .sites {
	background-color: #24223A;
	border-color: #333;
}

.main footer .wrap_link .family #familyToggle:checked ~ .sites > a {
	color: #fff;
}

.main footer .wrap_sns a.blog {
	background: url(/kor/img/icn_blog.svg) no-repeat 50%;
}

.main footer .wrap_sns a.yout {
	background: url(/kor/img/icn_yout.svg) no-repeat 50%;
}

.main footer .wrap_sns a.insta {
	background: url(/kor/img/icn_insta.svg) no-repeat 50%;
}

.main footer .wrap_sns a.facebook {
	background: url(/kor/img/icn_facebook.svg) no-repeat 50%;
}

#wrap.eng #header #gnb .depth1 > li:last-child {
	width: 200px;
}

#wrap.eng #header #gnb .depth1 > li:last-child a {
	line-height:150%;
}
#wrap.eng #gnbToggle:checked ~ #header {
	height: 410px;
}

#wrap.eng #gnbToggle:checked ~ #header.login {
	height: 540px;
}

#wrap.eng footer .wrap_link .family {
	width: 120px;
}


@media screen and (max-width: 1200px) {

	#wrap.eng #gnbToggle:checked ~ #header {
		height: 100vh;
		background: #fff;
		transition: none;
		overflow-y: scroll;
	}

	#wrap.eng #header #gnb .depth1 > li:nth-child(2) a,
	#wrap.eng #header #gnb .depth1 > li:nth-child(3) a {
		line-height:120%;
	}

	#wrap.eng footer .wrap_link{
		width:100%
	}

	#wrap.eng footer .wrap_link .family {
		width: 100%;
	}
}