@charset "utf-8";
/*header*/

.hd-right, .hd-right dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.hd-right dl dd a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.hd-right dl dd a.select {
	box-sizing: border-box;
	width: 105px;
	font-size: 17px;
	font-weight: 500;
	padding: 11px 0 8px;
	border-radius: 100px;
	color: #fff;
	background: #929ca8;
}
.hd-right dl dd a.select02 {
	background: #6a717b;
}
.hd-right dl dd:nth-child(n+2) {
	margin-left: 7px;
}
#sitemap, .mb-login, #sitemap .moblie {
	display: none
}
.sns-link, .sns-link a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sns-link a:nth-child(n+2) {
	margin-left: 5px;
}
.sns-link a.insta img {
	width: 38px !important;
}
.sns-link a.nv-blog img {
	width: 40px;
}
 @media (max-width:1700px) {
header .hd-logo img {
	width: 210px;
}
header .depth01 > li > a {
	font-size: 18px;
	padding: 40px 18px;
}
header .depth02 {
	width: 170px;
}
.hd-right dl dd a.select {
	width: 100px;
	font-size: 16px;
	padding: 10px 5px 7px;
}
.hd-right dl dd:nth-child(n+2) {
	margin-left: 6px;
}
}
 @media (max-width:1470px) {
header .hd-logo img {
	width: 200px;
}
header .depth01 > li > a {
	font-size: 17px;
	padding: 35px 16px;
}
header .depth02 {
	width: 160px;
}
header .depth02 > li > a {
	font-size: 15px;
}
.hd-right dl dd a.select {
	width: 90px;
	font-size: 15px;
}
.hd-right dl dd:nth-child(n+2) {
	margin-left: 5px;
}
}
 @media (max-width:1340px) {
.hd-right dl dd a.select {
	width: 80px;
	font-size: 14px;
	padding: 8px 5px 5px;
}
.sns-link a.insta img {
	width: 36px !important;
}
.sns-link a.nv-blog img {
	width: 38px;
}
}
 @media (max-width:1230px) {
.hd-right dl dd a.select {
	width: 80px;
	font-size: 14px;
	padding: 6px 5px 4px;
}
.sns-link a.insta img {
	width: 32px !important;
}
.sns-link a.nv-blog img {
	width: 34px;
}
#sitemap {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
	display: none;
}
#sitemap .site-wrap {
	width: 90%;
	max-width: 1700px;
	height: 100px;
	margin: 10px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#sitemap .mobile-logo {
	display: flex
}
#sitemap .mobile-logo img {
	width: 250px;
}
#sitemap .nav {
	width: 90%;
	max-width: 1700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sitemap .moblie {
	display: block;
	width: 100%;
	padding-top: 100px
}
#sitemap .depth01 * {
	color: #fff;
}
#sitemap .depth01 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 10px;
}
#sitemap .depth01 > li {
	width: 100%;
	height: auto;
	border: none;
	padding: 0;
	position: relative;
	margin-bottom: 15px;
}
#sitemap .depth01 > li > a {
	width: 100%;
	font-size: 28px;
	font-weight: 500;
	pointer-events: none;
	padding: 10px 0;
	word-break: break-all;
	display: inline-block;
}
#sitemap .depth02 {
	display: none;
	padding: 0;
	position: relative;
	z-index: 10;
	margin-top: 5px
}
#sitemap .depth02 > li > a {
	width: 100%;
	display: inline-block;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	opacity: 0.5;
	padding: 8px 0;
	word-break: break-all;
}
#sitemap .depth02 > li > a:hover {
	opacity: 0.8
}
}
 @media (max-width:768px) {
#sitemap .site-wrap {
	height: 70px;
}
#sitemap .mobile-logo img {
	width: 210px;
}
#sitemap .moblie {
	width: 100%;
	padding-top: 60px
}
#sitemap .depth01 > li {
	margin-bottom: 15px;
}
#sitemap .depth01 > li > a {
	font-size: 24px;
	padding: 6px 0;
}
#sitemap .depth02 > li > a {
	font-size: 20px;
	padding: 6px 0;
}
#sitemap .site-wrap {
	height: 60px;
}
#sitemap .mobile-logo img {
	width: 200px;
}
#sitemap .moblie {
	padding-top: 30px
}
#sitemap .mb-login {
	width: 90%;
	max-width: 1700px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#sitemap .mb-login dd a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#sitemap .mb-login dd a.insta img {
	width: 40px;
}
#sitemap .mb-login dd a.select {
	box-sizing: border-box;
	width: auto;
	font-size: 15px;
	font-weight: 400;
	padding: 7px 20px 5px;
	border-radius: 100px;
	color: #fff;
	background: #929ca8;
}
#sitemap .mb-login dd a.select02 {
	background: #6a717b;
}
#sitemap .mb-login dd:nth-child(n+2) {
	margin-left: 5px;
}
#sitemap .depth01 > li {
	text-align: left;
	margin-bottom: 10px;
}
#sitemap .depth01 > li > a {
	font-size: 22px;
	padding: 5px 0;
}
#sitemap .depth02 > li > a {
	font-size: 18px;
	padding: 5px 0;
}
}
 @media (max-width:500px) {
.hd-right dl {
	display: none
}
}
 @media (max-width:340px) {
/*모바일메뉴*/
#sitemap .mobile-logo img {
	width: 190px;
}
#sitemap .moblie {
	padding-top: 25px
}
#sitemap .mb-login {
	margin: 25px auto 0;
}
#sitemap .mb-login dd a.insta img {
	width: 37px;
}
#sitemap .mb-login dd a.select {
	font-size: 14px;
	padding: 6px 16px 4px;
}
#sitemap .depth01 > li {
	margin-bottom: 6px;
}
#sitemap .depth01 > li > a {
	font-size: 20px;
}
#sitemap .depth02 > li > a {
	font-size: 16px;
}
}
/*****************************서브탑메뉴********************************/
.sub_tit, .sub_tit2, .snb2 {
	display: none
}
.snb {
	width: 100%;
	height: 500px;
	position: relative;
	background: linear-gradient(180deg, rgb(94 0 0) 0%, rgb(102 53 53 / 80%) 40%, rgb(175 175 175 / 50%) 70%, rgba(0, 0, 0, 0) 90% 90%);
}
.sub_n_wrapper {
	position: relative;
	overflow: hidden;
}
.sub_n_wrapper:before, .sub_n_wrapper:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	height: 1900px;
	animation: moveAndFade 4s infinite ease-in-out;
}
.sub_n_wrapper:after {
	width: 400px;
	left: 0;
	background: url('/kor/images_new/subinnerbg01.png') no-repeat center top;
	background-size: cover;
}
.sub_n_wrapper:before {
	width: 400px;
	right: 0;
	background: url('/kor/images_new/subinnerbg02.png') no-repeat center top;
	background-size: cover;
}
 @keyframes moveAndFade {
 0% {
 transform: translateY(0);
 opacity: 1;
}
 50% {
 transform: translateY(-20px);
 opacity: 0.5;
}
 100% {
 transform: translateY(0);
 opacity: 1;
}
}
.sub_contents_area {
	position: relative;
	z-index: 1;
}
.snb .wrap {
	text-align: center;
	width: 100%;
	padding-top: 170px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.snb h1 {
	margin-left: 5px;
	font-size: 78px;
	font-weight: 600;
	color: #fff;
	flex-basis: 100%;
	text-align: center;
}
.st-menu {
	margin-top: 20px;
	width: fit-content;
	position: relative;
	z-index: 90;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: var(--snbbg);
	/* background: rgb(216,138,169);
background: linear-gradient(90deg, rgb(255, 106, 165) 0%, rgb(47, 195, 255) 100%); */
	padding: 10px 70px;
	border-radius: 200px
}
.st-menu span a {
	color: rgba(255,255,255,.6);
	font-size: 22px;
	line-height: 1;
	padding: 20px 20px;
	height: auto !important;
}
.st-menu span:hover a {
	color: rgba(255,255,255,1)
}
.st-menu span.on a {
	color: #fff
}
.st-menu span:nth-child(n+2) {
	margin-left: 20px
}
 @media (max-width:1299px) {
.snb {
	padding-top: 100px;
}
}
 @media (max-width:1400px) {
.snb {
	height: 360px;
}
.snb::before {
	width: 550px;
	height: 305px;
	bottom: 10px
}
.snb .wrap {
	padding-top: 60px
}
.snb h1 {
	font-size: 52px;
}
.st-menu {
	margin-top: 15px;
}
.st-menu span a {
	font-size: 20px
}
.st-menu span:nth-child(n+2) {
	margin-left: 16px
}
}
 @media (max-width:1340px) {
}
 @media (max-width:1230px) {
.snb {
	height: 330px;
}
.snb::before {
	width: 450px;
	height: 250px;
}
.snb .wrap {
	padding-top: 60px
}
.snb h1 {
	font-size: 45px;
}
.st-menu {
	margin-top: 13px;
	padding: 8px 30px;
}
.st-menu span a {
	font-size: 19px
}
.st-menu span:nth-child(n+2) {
	margin-left: 14px
}
}
 @media (max-width:1023px) {
.snb {
	height: 300px;
}
.snb::before {
	width: 380px;
	height: 210px;
}
.snb .wrap {
	padding-top: 40px
}
.snb h1 {
	font-size: 42px;
}
.st-menu {
	margin-top: 10px;
	padding: 11px 30px 11px;
}
.st-menu span a {
	font-size: 18px;
	padding: 10px 10px;
}
.st-menu span:nth-child(n+2) {
	margin-left: 10px
}
.sub_n_wrapper:after {
	width: 200px;
	left: 0;
	background-size: auto 360px;
	background-position: left 200px;
}
.sub_n_wrapper:before {
	width: 200px;
	background-size: auto 260px;
	background-position: right 250px;
}
}
 @media (max-width:768px) {
.sub_contents_area {
	margin-top: 60px
}
.snb {
	background: #000;
	height: 300px;
}
.snb::before {
	width: 350px;
	height: 195px;
	right: 50%;
	transform: translateX(50%);
}
.snb .wrap {
	padding-top: 30px
}
.snb h1 {
	font-size: 38px;
	text-align: center;
}
.st-menu {
	justify-content: center;
	margin-top: 0px;
	width: 100%;
	position: absolute;
	bottom: -30px;
	left: 0;
	border-radius: 0;
	padding: 5px 5%
}
.st-menu span a {
	font-size: 17px;
	padding: 10px
}
.st-menu span:nth-child(n+2) {
	margin-left: 0px
}
}
 @media (max-width:500px) {
.sub_contents_area {
	margin-top: 70px
}
.snb {
	height: 160px;
}
.snb::before {
	width: 290px;
	height: 160px;
}
.snb .wrap {
	padding-top: 0px
}
.snb h1 {
	font-size: 28px;
}
.st-menu {
	bottom: -45px;
}
.st-menu span a {
	font-size: 15px;
	line-height: 1;
	padding: 11px 8px
}
}
 @media (max-width:350px) {
.sub_contents_area {
	margin-top: 75px
}
.snb {
	height: 230px;
}
.snb::before {
	width: 290px;
	height: 160px;
}
.snb .wrap {
	padding-top: 20px
}
.snb h1 {
	font-size: 25px;
}
.st-menu {
	bottom: -45px;
}
.st-menu span {
	width: 50%;
	text-align: center;
}
.st-menu span a {
	font-size: 14px;
	line-height: 1;
	padding: 7px 5px
}
}
.footer2 .banner {
	padding: 10px 20px !important;
}
 @media all and (max-width:1280px) {
.flex {
	width: 94%;
}
}
.navi .sm > div, .navi > li > a {
	text-transform: uppercase;
}
.maxwd100per {
	max-width: 100%;
}
/* .navi li a {
	text-transform: uppercase;
} */
/* 본문바로가기 */
#accessibility {
	position: relative;
	width: 100%;
	z-index: 1000;
	overflow: hidden;
}
#accessibility a {
	display: block;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-align: center;
}
#accessibility a:focus, #skipNavWrap a:hover, #skipNavWrap a:active {
	width: auto;
	height: 22px;
	margin: 0;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #474747;
}





/*상품 뷰어 */

@media screen and (min-width:1580px) and (max-width:1780px) {
.main_visual {
	height: 660px !important;
	background-size: auto 1300px !important;
}
.main_visual div dl {
	margin-top: 40px !important;
}
}
 @media screen and (min-width:1400px) and (max-width:1579px) {
.main_visual {
	height: 660px !important;
	background-size: auto 1200px !important;
	background-position: center -340px
}
.main_visual div dl {
	margin-top: 40px !important;
}
}
 @media screen and (min-width:1400px) and (max-width:1578px) {
.main_visual {
	height: 620px !important;
	background-position: center center
}
.main_visual div dl {
	margin-top: 30px !important;
}
}
 @media screen and (min-width:1320px) and (max-width:1399px) {
.main_visual {
	height: 550px !important;
	background-position: center -300px;
	background-size: 110% auto;
}
.main_visual div dl {
	margin-top: 0px !important;
}
}
 @media screen and (min-width:1024px) and (max-width:1319px) {
.main_visual {
	height: 450px !important;
	background-position: center center;
	background-size: 110% auto;
}
.main_visual div dl {
	margin-top: -20px !important;
}
.main_visual div dt {
	font-size: 20px;
	letter-spacing: 5px;
	line-height: 50px;
	color: #fff;
}
.main_visual div dd {
	font-size: 50px;
	line-height: 63px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.main_visual div dd strong {
	font-size: 50px;
	line-height: 63px;
}
}
 @media screen and (min-width:1400px) and (max-width:1520px) {
#img_thum {
	width: 122px;
}
.product_view .img_big {
	width: 454px;
}
.product_view .desc_inner {
	padding-top: 30px;
}
}
 @media screen and (min-width:1300px) and (max-width:1399px) {
#img_thum {
	width: 113px;
}
.product_view .img_big {
	width: 424px;
}
/* .product_view .desc {width:53%;}
 */.product_view .desc_inner {
	padding-top: 20px; /* min-height:245px */
}
.product_view .desc dl {
	padding-top: 15px;
}
/* .product_view .spec { padding-left:120px;}
 */
}
 @media screen and (min-width:1200px) and (max-width:1299px) {
#img_thum {
	width: 103px;
}
.product_view .img_big {
	width: 389px;
}
.product_view .desc {
	width: 53%;
}
.product_view .desc_inner {
	padding-top: 20px; /* min-height:245px */
}
.product_view .desc dl {
	padding-top: 10px;
}
/* .product_view .spec { padding-left:120px;}
 */.product_view .desc .btn {
	padding-top: 20px;
}
}
 @media screen and (min-width:1024px) and (max-width:1199px) {
#img_thum {
	width: 91px;
}
.product_view .img_big {
	width: 396px;
}
.product_view .desc_inner {
	padding-top: 20px;
	padding-top: 10px; /* min-height:220px;  */
	font-size: 15px;
	line-height: 22px;
}
.product_view .desc dl dt {
	font-size: 30px;
	line-height: 40px;
}
.product_view .desc dl dd {
	font-size: 18px;
	line-height: 23px;
}
.product_view .desc .btn a:nth-child(1) img {
	height: 20px;
}
.product_view .btn a {
	width: 47% !important;
	font-size: 15px !important;
}
.product_view .spec h3 {
	font-size: 30px;
	line-height: 32px;
}
.procut_roll .bxslider div dl dt {
	font-size: 17px;
}
.procut_roll .bxslider div dl dd {
	font-size: 17px;
}
}
 @media screen and (min-width:1024px) and (max-width:1149px) {
#img_thum {
	width: 81px;
}
.product_view .img_big {
	width: 366px;
}
}
h2.sub_tit br {
	display: none;
	padding-left: 10px;
}















/* **************************************** *
 *새로추가된거
 * **************************************** */


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
}
/* **************************************** *
 * width_area 
 * **************************************** */

.width_area {
	width: 94%;
	/*max-width: 1500px;*/
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}










/* **************************************** *
 * 웹모바일 보이기옵션
 * **************************************** */




/*웹*/
	@media (min-width: 1024px) {
.web_none {
	visibility: hidden;
	display: none;
}
}


	/*패드와 모바일*/
	@media (max-width:1023px) {
.pad_mobile_none {
	visibility: hidden;
	display: none;
}
}


/*웹*/
	@media (min-width:1024px) {
}



	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
}

	/*모바일*/
	@media (max-width:640px) {
}
/* **************************************** *
 * header top-lang
 * **************************************** */
.top-lang2 {
	box-sizing: border-box;
}
.top-lang2 a {
	display: inline-block;
	color: #fff;
}
.top-lang2 a.select {
	opacity: 1;
}



/*웹*/
	@media (min-width: 1024px) {
.top-lang2 {
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 10px;
	z-index: 999999;
	display: inline-block;
}
.top-lang2 a {
	background: #6a717b;
	border-radius: 100px;
	font-size: 16px;
	text-align: Center;
	line-height: 46px;
	padding-top: 3px;
	box-sizing: border-box;
	width: 100px;
	z-index: 3;
	position: relative;
	color: #fff !important;
	font-weight: 600;
}
.top-lang2 a.insta {
	background: none;
	opacity: 1 !important;
	border-radius: 0px;
	width: auto;
}
.top-lang2 a.insta img {
	width: 50px;
}
.top-lang2 a img {
	vertical-align: middle;
	padding: 0 5px
}
.top-lang2 a.select {
	background: #929ca8
}
.ov .top-lang2 a {
	color: #000;
}
}





	/*패드와 모바일*/
	@media (max-width:1023px) {
.top-lang {
	display: none;
}
}


/*웹*/
	@media (min-width:1024px) {
.mobile_none {
	visibility: visible;
}
.mobile_show {
	visibility: hidden;
	display: none;
	height: 0px;
}
}



	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.mobile_none {
	visibility: visible;
}
.mobile_show {
	visibility: hidden;
	display: none;
	height: 0px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.mobile_none {
	visibility: hidden;
	display: none;
}
.mobile_show {
	visibility: visible;
}
}




/* **************************************** *
 * header
 * **************************************** */



	/*웹*/
	@media (min-width: 1300px) {
.mobile_logo {
	display: none;
}
.inr {
/* 	background: #fff;
	position: relative;
	height: 0px !important;
	width: 100%;
	text-align: right; */
}
.thead {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thead .width_area {
	position: relative;
	z-index: 90;
}
.header {
	display: none;
}
.open_mn {
	display: none;
}
.navi .sm > ul {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-top: 0px;
	text-align: left;
}
.navi .sm > ul > li {
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.navi .sm > ul > li > a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navi .sm > ul > li > a[target="_blank"] {
}
.navi .sm > ul > li > a:focus, .navi .sm > ul > li > a:hover, .navi .sm > ul > li.ov > a, .navi .sm > ul > li.on > a {
	background: rgba(0,0,0,0.2);
}
.navi .sm > ul > li.ov > a[target="_blank"]:hover, .navi .sm > ul > li > a[target="_blank"]:hover {
/* 	background-image: url('/kor/pic/com/bullet.png') !important; */
}
.navi .sm > ul > li > ul {
	display: none;
}
.web #blind {
}
.web #blind::before {
	content: '';
	width: 100%;
	padding-left: 10%;
	position: fixed;
	top: 160px;
	left: 0;
	width: 100%;
	height: 181px;
	z-index: 5;
}
.navi > li > a {
	position: relative;
	z-index: 99;
}
.navi {
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
	padding-left: 22rem;
}
.navi .sm > div {
	width: 17%;
}
.navi > li {
	position: relative;
}
.navi .sm > ul {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	box-sizing: border-box;
}
}



	/*웹1*/
	@media (min-width:1500px) {
.navi .sm > div {
	width: 300px;
}
}

	/*웹1*/
	@media (min-width:1700px) {
.top-lang2 a {
	width: 120px;
}
}
	/*웹1*/
	@media (min-width:1300px) and (max-width:1800px) {
.top-lang2 {
	top: 10px;
}
}


	/*웹1*/
	@media (min-width:1024px) and (max-width:1400px) {
}



	/*웹1*/
	@media (min-width:1224px) and (max-width:1499px) {
}

	/*웹1*/
	@media (min-width:1300px) and (max-width:1800px) {
}

	/*웹1*/
	@media (min-width:1300px) and (max-width:1380px) {
.navi > li > a {
	padding: 0px 15px;
}
}
.thead a.insta {
	display: none
}


/*패드와 모바일*/
@media (max-width:1300px) {
.web_show_new {
	display: none
}
.thead a.insta {
	position: absolute;
	display: block !important;
	top: 20px;
	left: 20px;
}
.thead .insta img {
	height: 44px;
}
}
/* **************************************** *
 * 메인
 * **************************************** */

/* m_video */

.m_video {
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;/* 	z-index: 1; */
}
.m_video::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/kor/pic/main/main_bg.gif') no-repeat center;
}
.m_video h3 {
	position: absolute;
	left: 0px;
	z-index: 3;
	text-align: Center;
	width: 100%;
}
.m_video ul {
	width: 100%;
	margin: 30% auto;
	z-index: 4;
	position: absolute
}
.m_video li {
	width: 50%;
	text-align: center;
	float: left
}
.m_video .btn_down {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
	text-align: Center;
	left: 0;
	text-align: center;
}
.m_video .btn_down a {
	color: #fff;
}
.m_video .btn_down::before {
	content: '';
	background: #fff;
	position: Absolute;
	margin: 0 auto;
	left: 0;
	z-index: 3;
	right: 0;
	bottom: 0;
}
/* sc_area */
.sc_area {
	/* 	position: relative;
	z-index: 1; */
	overflow: hidden;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	text-align: center
}
.sc_area::before, .sc_area::after {
	content: '';
	background-size: cover;
	position: Absolute;
	z-index: 2;
}
.sc_area::after {
	opacity: 0.5;
}
.sc_area .width_area {
	position: relative;
}
.sc_area h2 {
	font-size: 28px;
	background: url('/kor/pic/main/m_t_01_bg.png') no-repeat center;
}
.sc_area h3 {
	font-size: 15px;
	margin: 50px 0;
	font-weight: 300
}
.sc_area dl {
	padding-top: 50px;
}
dl.mtit22 dt {
	color: #000;
}
dl.mtit22 dd {
	font-weight: 300;
	color: #666;
}
a.btn_detail {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
	background-color: #00a1e9
}
.sc_area .imgarea01 {
	position: Absolute;
	z-index: 4;
}
.sc_area .imgarea02 {
	position: Absolute;
	z-index: 4;
}
.sc_area .textin01, .sc_area .textin02 {
	position: Absolute;
	z-index: 1;
	color: rgba(0,0,0,0.1);
}
/* micon */
.micon {
	overflow: hidden;
}
.micon .inner dl {
	cursor: pointer;
}
.micon .inner dl dt, .micon .inner dl dd {
	text-align: center;
}
.micon .inner dl dd {
	text-align: center;
}
/* notice_wrap2 */

/* notice_wrap2 */
.notice_wrap2 {
	width: 50%;
	float: left;
	overflow: hidden;
	border-top: 1px solid #ddd;
	text-align: center;
}
.notice_wrap2 h2 {
	font-size: 28px;
	letter-spacing: 0px;
	background: url(/kor/pic/main/m_t_02_bg.png) no-repeat center;
	margin-top: 72px;
	margin-bottom: 20px
}
.notice_wrap2 dl {
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	overflow: hidden;
}
.notice_wrap2 dl span {
	border: 1px solid #ddd;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
}
.notice_wrap2 dl dd {
	color: #999;
}
/* mmbanner */

.mmbanner {
	background: url('/kor/pic/sub/mmbg001.gif') no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.mmbanner h2 {
	color: #fff;
}
.mmbanner h3 {
	color: #fff;
	opacity: 0.6;
	font-weight: 300;
}
a.btn_detail.white {
	border: 1px solid #fff;
	color: #fff;
}




	/*웹*/
	@media (min-width: 1024px) {
.m_video {
	height: 680px;
	overflow: hidden;
	background-size: auto 500px;
}
.m_video video {
/* 	min-width: 140%;
	 */}
.m_video h3 {
	top: 130px;
}
.m_video ul {
	width: 100%;
	top: 580px;
	margin: 0px !important;
	z-index: 4;
	position: absolute
}
.m_video li {
	width: 48%;
	text-align: center;
	float: left
}
.m_video .btn_down {
	padding-bottom: 20px;
	font-size: 12px;
	letter-spacing: 5px;
}
.m_video .btn_down::before {
	height: 60px;
	width: 1px;
}
/* sc_area */
.sc_area {
	padding: 70px 0px 0px;
	width: 100%;
	height: 450px;
	background: url('/kor/pic/main/m_box_bg.png') no-repeat center;
}
.sc_area::before {
	height: 300px;
	width: 300px;
	top: -70px;
	right: -70px;
}
.sc_area::after {
	height: 500px;
	width: 500px;
	bottom: -100px;
	left: -100px;
	display: none;
}
.sc_area .width_area {
	position: relative;
	text-align: center
}
.sc_area h2 {
	font-size: 38px;
	background: url('/kor/pic/main/m_t_01_bg.png') no-repeat center;
}
.sc_area h3 {
	font-size: 20px;
	margin: 50px 0;
	font-weight: 300
}
.sc_area dl {
	padding-top: 50px;
}
dl.mtit22 dt {
	font-size: 35px;
	line-height: 80px;
}
dl.mtit22 dd, .mmbanner h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #000
}
dl.mtit22 dd span {
	color: #003399
}
dl.mtit22.white dt {
	color: #fff;
}
dl.mtit22.white dd {
	color: #fff;
	opacity: 0.7;
}
a.btn_detail {
	font-size: 16px;
	padding: 15px 30px;
	margin: 40px 0;
}
.sc_area .imgarea01 {
	right: 500px;
	top: 640px
}
.sc_area .imgarea02 {
	right: 0;
	top: 200px;
}
.sc_area .textin01, .sc_area .textin02 {
	font-size: 230px;
	line-height: 280px;
}
.sc_area .textin01 {
	position: absolute;
	top: -50px;
	left: 30px;
}
.sc_area .textin02 {
	position: absolute;
	top: 250px;
	right: 30%;
}
/* micon  */
.micon {
	padding: 50px 0px 30px 0px;
}
.micon dl {
	overflow: hidden;
	float: left;
}
.micon .inner {
	overflow: hidden;
	float: right;
	padding-right: 5%;
}
.micon .inner dl {
	padding: 10px 37px;
}
.micon .inner dl dd {
	font-size: 19px;
	line-height: 60px;
}
/* notice_wrap2 */
.notice_wrap2 {
	padding-bottom: 40px;
}
.notice_wrap2 h2 {
	font-size: 38px;
	letter-spacing: 0px;
	background: url(/kor/pic/main/m_t_02_bg.png) no-repeat center;
	margin-top: 72px;
	margin-bottom: 20px
}
.notice_wrap2 dl {
	padding: 10px 4%;
	box-sizing: border-box;
	text-align: left
}
.notice_wrap2 dl dt {
	float: left;
	font-size: 16px;
	line-height: 1.5;
	white-space: nowrap;
}
.notice_wrap2 dl dd {
	float: right;
	font-size: 12px;
	line-height: 1.5;
}
.notice_wrap2 dl dt span {
	font-size: 14px;
	margin-right: 50px;
	line-height: 25px;
	width: 90px;
	text-align: center
}
.notice_wrap2 .btn_detail {
	margin-top: 20px;
}
/* mmbanner */
.mmbanner {
	padding: 110px 0px;
	margin: 50px 0px;
}
.mmbanner div {
	position: relative;
}
.mmbanner h2 {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 30px;
}
.mmbanner div a.btn_detail {
	position: Absolute;
	top: 0;
	right: 0;
}
/* mmbanner */






}

	/*작은웹*/
	@media (min-width:1024px) and (max-width:1200px) {
.main_village_slide .width_area {
	padding-left: 100px !important;
	border: 2px solid red !important;
}
.main_village_slide .width_area dl {
	padding-top: 70px !important
}
.main_village_slide a.btn_detail.white {
	margin-top: 10px !important;
}
.micon .inner {
	padding-right: 2%;
}
.micon .inner dl {
	padding: 10px 27px;
}
}



	/*패드와 모바일*/
	@media (max-width:1023px) {
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.m_video {
	min-height: 600px;
	max-height: 600px;
	background-size: auto 300px;
}
.m_video img {
	max-width: 60%;
}
.m_video video {
	min-width: 260%;
}
.m_video h3 {
	top: 70px;
}
.m_video h3 img {
	width: 350px;
}
.m_video ul {
	width: 100%;
	top: 400px;
	margin: 0;
	z-index: 4;
	position: absolute
}
.m_video li {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	float: left
}
.m_video .btn_down {
	padding-bottom: 0px;
	font-size: 12px;
	letter-spacing: 5px;
}
.m_video .btn_down::before {
	height: 50px;
	width: 1px;
}
/* sc_area */
.sc_area {
	padding: 70px 0px 0px;
	height: 397px;
	background: url('/kor/pic/main/m_box_bg.png') no-repeat center;
}
.sc_area::before {
	background: none;
}
.sc_area .width_area {
	position: relative;
	padding-bottom: 250px;
}
.sc_area h2 {
	font-size: 19px;
	letter-spacing: 5px;
	line-height: 30px;
	background: url('/kor/pic/main/m_t_01_bg.png') no-repeat center;
}
.sc_area dl {
	padding-top: 140px;
}
dl.mtit22 dt {
	font-size: 27px;
	line-height: 60px;
}
dl.mtit22 dd, .mmbanner h3 {
	font-size: 16px;
	line-height: 26px;
}
dl.mtit22.white dt {
	color: #fff;
}
dl.mtit22.white dd {
	color: #fff;
	opacity: 0.7;
}
a.btn_detail {
	line-height: 48px;
	font-size: 14px;
	padding: 0px 60px;
	margin-top: 30px;
}
.sc_area .imgarea01 {
	right: 500px;
	top: 440px
}
.sc_area .imgarea01 img {
	width: 170px
}
.sc_area .imgarea02 {
	right: -10%;
	top: 200px;
}
.sc_area .imgarea02 img {
	width: 200px
}
.sc_area .textin01, .sc_area .textin02 {
	font-size: 130px;
	line-height: 170px;
}
.sc_area .textin01 {
	position: absolute;
	top: -20px;
	left: -30px;
}
.sc_area .textin02 {
	position: absolute;
	top: 150px;
	right: -30px;
}
/* micon  */
.micon {
	padding: 30px 0px;
	text-align: center;
}
.micon dl {
	overflow: hidden;
}
.micon .inner {
	overflow: hidden;
	text-align: center;
}
.micon .inner dl {
	padding: 30px 27px 10px 27px;
	;
	display: inline-block;
}
.micon .inner dl dd {
	font-size: 19px;
	line-height: 60px;
}
/* notice_wrap2 */
.notice_wrap2 {
	padding-bottom: 40px;
}
.notice_wrap2 dl {
	padding: 30px 4%;
	box-sizing: border-box;
}
.notice_wrap2 dl dt {
	float: left;
	font-size: 17px;
	line-height: 40px;
}
.notice_wrap2 dl dd {
	float: right;
	font-size: 14px;
	line-height: 40px;
}
.notice_wrap2 dl dt span {
	font-size: 14px;
	margin-right: 50px;
	line-height: 25px;
	width: 90px;
}
.notice_wrap2 .btn_detail {
	margin-top: 50px;
}
/* mmbanner */
.mmbanner {
	padding: 60px 0px;
	margin: 30px 0px;
}
.mmbanner div {
	position: relative;
}
.mmbanner h2 {
	font-size: 25px;
	line-height: 40px;
}
}

	/*웹*/
	@media (min-width:1024px) {
.m_video h3 img {
	width: 400px;
}
.m_video h3 {
	top: 200px !important;
}
}

	/*모바일*/
	@media (max-width:640px) {
.m_video {
	height: 350px;
	background-size: auto 200px;
}
.m_video img {
	max-width: 60%
}
.m_video video {
	min-width: 260%;
}
.m_video h3 {
	top: 20px;
}
.m_video h3 img {
	width: 220px;
}
.m_video ul {
	width: 100%;
	margin: 0px;
	padding: 0;
	bottom: -10px;
	z-index: 4;
	position: absolute
}
.m_video li {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	float: left
}
.m_video .btn_down {
	padding-bottom: 10px;
	font-size: 12px;
	letter-spacing: 5px;
}
.m_video .btn_down::before {
	height: 10px;
	width: 1px;
}
/* sc_area */
.sc_area {
	padding: 50px 0px;
}
.sc_area::before {
	background: none;
}
.sc_area .width_area {
	position: relative;
}
.sc_area h2 {
	font-size: 28px;
	background: url('/kor/pic/main/m_t_02_bg.png') no-repeat center;
	text-align: center
}
.sc_area h3 {
	font-size: 15px;
	margin: 50px 0;
	font-weight: 300
}
.sc_area dl {
	padding-top: 50px;
}
.sc_area dl {
	padding-top: 30px;
}
dl.mtit22 dt {
	font-size: 20px;
	line-height: 30px;
}
dl.mtit22 dd, .mmbanner h3 {
	font-size: 14px;
	line-height: 22px;
	padding-top: 10px;
}
dl.mtit22.white dt {
	color: #fff;
}
dl.mtit22.white dd {
	color: #fff;
	opacity: 0.7;
}
a.btn_detail {
	line-height: 38px;
	font-size: 13px;
	padding: 0px 30px;
	margin-top: 30px;
}
.sc_area .imgarea01 {
	left: -50px;
	bottom: -30px
}
.sc_area .imgarea01 img {
	width: 170px
}
.sc_area .imgarea02 {
	right: -10%;
	bottom: 40px;
}
.sc_area .imgarea02 img {
	width: 200px
}
.sc_area .textin01, .sc_area .textin02 {
	font-size: 80px;
	line-height: 90px;
}
.sc_area .textin01 {
	position: absolute;
	top: -20px;
	left: -30px;
}
.sc_area .textin02 {
	position: absolute;
	top: 150px;
	right: -30px;
}
/* micon  */
.micon {
	padding: 30px 0px;
	text-align: center;
}
.micon dl {
	overflow: hidden;
}
.micon .inner {
	overflow: hidden;
	text-align: center;
}
.micon .inner dl {
	padding: 30px 27px 10px 27px;
	;
	display: inline-block;
}
.micon .inner dl dd {
	font-size: 14px;
	line-height: 60px;
}
/* notice_wrap2 */
.notice_wrap2 {
	padding-bottom: 40px;
	width: 100%;
	float: none
}
.notice_wrap2 dl {
	padding: 30px 4%;
	box-sizing: border-box;
}
.notice_wrap2 dl dt {
	float: left;
	font-size: 0.8rem;
	line-height: 1.5;
}
.notice_wrap2 dl dd {
	float: right;
	font-size: 12px;
	line-height: 40px;
	display: none;
}
.notice_wrap2 dl dt span {
	font-size: 12px;
	margin-right: 50px;
	line-height: 25px;
	width: 100%;
	display: none
}
.notice_wrap2 .btn_detail {
	margin-top: 50px;
}
/* mmbanner */
.mmbanner {
	padding: 30px 0px;
	margin: 30px 0px;
	text-align: center;
}
.mmbanner div {
	position: relative;
}
.mmbanner h2 {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
}
/* **************************************** *
 *  prepare_area
 * **************************************** */


.prepare_area {
	text-align: center;
	background: #eee;
	box-sizing: border-box;
}
.prepare_area dd {
	font-weight: 400;
}




	/*웹*/
	@media (min-width: 1024px) {
.prepare_area {
	padding: 80px 0px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}
.prepare_area dt {
	font-size: 40px;
	line-height: 80px;
}
.prepare_area dd {
	font-size: 26px;
	line-height: 40px;
	color: #777;
	letter-spacing: -2px;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.prepare_area {
	padding: 30px 0px;
}
.prepare_area dt img {
	height: 185px;
}
.prepare_area dd {
	font-size: 20px;
	line-height: 80px;
	color: #777;
	letter-spacing: -2px;
}
}




	/*모바일*/
	@media (max-width:640px) {
.prepare_area {
	padding: 30px 0px;
}
.prepare_area dt img {
	height: 135px;
}
.prepare_area dd {
	font-size: 16px;
	line-height: 60px;
	color: #777;
	letter-spacing: -2px;
}
}
/* **************************************** *
 *  tablist
 * **************************************** */


.tablist {
	width: 100%;
	border-top: 3px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.tablist a {
	display: inline-block;
	position: relative;
	color: #555;
}
.tablist a.on::before {
	content: '';
	background: #3fbb8d;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
}
.tablist a.on {
	color: #3fbb8d;
}
.tablist2 {
	width: 100%;
	text-align: center;
	background: #eee;
}
.tablist2 a {
	display: inline-block;
	color: #666;
}
.tablist2 a.on {
	background: #408ddf;
	border: none;
	color: #fff
}



	/*웹*/
	@media (min-width: 1024px) {
.tablist {
	margin-bottom: 40px;
}
.tablist a {
	padding: 0px 30px;
	font-size: 18px;
	line-height: 78px;
}
.tablist2 a {
	font-size: 15px;
	line-height: 60px;
	padding: 0px 40px;
}
.pt-reg a {
	padding: 0px 15px;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.tablist {
	margin-bottom: 40px;
}
.tablist a {
	padding: 0px 10px;
	font-size: 16px;
	line-height: 68px;
}
.tablist2 a {
	padding: 0px 30px;
	font-size: 18px;
	line-height: 78px;
}
.tablist2 a {
	font-size: 14px;
	line-height: 50px;
	padding: 0px 40px;
}
.pt-reg a {
	padding: 0px 7px;
}
}




	/*모바일*/
	@media (max-width:640px) {
.tablist {
	margin-bottom: 40px;
}
.tablist a {
	padding: 0px 10px;
	width: 30%;
	font-size: 14px;
	line-height: 48px;
}
.tablist2 a {
	padding: 0px 30px;
	font-size: 18px;
	line-height: 68px;
}
.tablist2 a {
	font-size: 14px;
	line-height: 50px;
	padding: 0px 20px;
}
.pt-reg a {
	padding: 0px 3px;
}
}
/* **************************************** *
 *  버튼
 * **************************************** */
.kakaonav {
	background: #fae100 url('/kor/pic/sub/kakaonav.gif') no-repeat;
	vertical-align: middle;
}
h3 .kakaonav {
	vertical-align: middle;
	position: Absolute;
}


	/*웹*/
	@media (min-width: 1024px) {
.kakaonav {
	margin-left: 20px;
	padding: 0px 20px;
	background-position: 10px center;
	border-radius: 5px;
	background-size: auto 17px;
	font-weight: 300;
	float: right;
	margin-right: 30px;
	line-height: 26px;
}
.kakaonav::after {
	content: '길찾기';
	color: #1976d2;
	padding-left: 20px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 26px;
}
h3 .kakaonav {
	top: 110px;
	right: 0;
}
h3 .kakaonav::after {
	font-size: 16px;
	line-height: 37px;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.kakaonav {
	margin-left: 20px;
	padding: 0px 20px !important;
	background-position: 10px center;
	border-radius: 5px;
	background-size: auto 17px;
	font-weight: 300;
	float: right;
	margin-right: 30px;
	line-height: 26px;
}
.kakaonav::after {
	content: '길찾기';
	color: #1976d2;
	padding-left: 20px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 26px;
}
h3 .kakaonav {
	top: 110px;
	right: 0;
}
h3 .kakaonav::after {
	font-size: 14px;
	line-height: 30px;
}
}




	/*모바일*/
	@media (max-width:640px) {
.kakaonav {
	padding: 0px 10px;
	background-position: center center;
	border-radius: 5px;
	background-size: auto 17px;
	font-weight: 300;
	float: right;
	width: 10px;
	height: 20px;
}
h3 .kakaonav {
	top: 105px;
	right: 0;
}
}
/* **************************************** *
 *  location_step
 * **************************************** */

.location_step {
	box-sizing: border-box;
	background: #eee;
	width: 100%;
}
.location_step li {
	color: #000;
	overflow: hidden;
	position: relative;
}
.location_step li:nth-child(1)::before {
	content: '1';
}
.location_step li:nth-child(2)::before {
	content: '2';
}
.location_step li:nth-child(3)::before {
	content: '3';
}
.location_step li:nth-child(4)::before {
	content: '4';
}
.location_step li:nth-child(5)::before {
	content: '5';
}
.location_step li::before {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	border-radius: 50%;
	display: block;
	text-align: center;
	color: #fff;
	background: #6ca9ea;
}




	/*웹*/
	@media (min-width: 1024px) {
.location_step {
	margin-top: 30px;
	padding: 40px 0px 40px 20%;
}
.location_step li {
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 15px;
	line-height: 25px;
}
.location_step li::before {
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.location_step {
	margin-top: 30px;
	padding: 40px 0px 40px 10%;
}
.location_step li {
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 25px;
}
.location_step li::before {
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
}


	/*모바일*/
	@media (max-width:640px) {
.location_step {
	margin-top: 30px;
	padding: 40px 0px 40px 3%;
}
.location_step li {
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 13px;
	line-height: 22px;
}
.location_step li::before {
	top: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
}
}
/* **************************************** *
 * program_wrap
 * **************************************** */

.program_wrap .sector {
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.program_wrap .sector dl {
	overflow: hidden;
	box-sizing: border-box;
}
.program_wrap .sector dt p {
	opacity: 0.6;
	color: #225ad8;
}
.program_wrap .sector dt {
	color: #225ad8;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}
.program_wrap .sector dd {
	color: #666;
	font-weight: 300;
}
.program_wrap .moderator p {
	border-radius: 50%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
}
.program_wrap .moderator p img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.program_wrap .moderator {
	overflow: hidden;
}
.program_wrap .moderator dl {
	overflow: hidden;
	width: 100% !important;
	padding: 0 !important;
}
.program_wrap .moderator dl dt, .program_wrap .moderator dl dd {
	overflow: hidden;
	width: 100% !important;
}
.program_wrap .moderator h4:before {
	content: '';
	position: absolute;
	background: #225ad8
}
.program_wrap .moderator h4 {
	color: #225ad8;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.program_wrap .moderator dl dt {
	padding: 0px;
	text-align: left;
	color: #000;
	border-bottom: none;
}
.program_wrap .moderator dl dd:nth-child(2), .program_wrap .moderator dl dd:nth-child(4) {
	color: #000;
	padding: 0px;
	text-align: left;
	font-weight: 300;
}
.program_wrap .moderator dl dd:nth-child(3), .program_wrap .moderator dl dd:nth-child(5) {
	text-align: left;
}
.program_wrap .moderator dl dd:nth-child(5) {
	padding-top: 0;
}
.program_wrap h3 {
	text-align: Center;
}
.new_program p {
	text-align: center
}
.new_program p img {
	text-align: center;
	padding: 20px 0;
	margin: 0 auto
}


	/*웹*/
	@media (min-width: 1024px) {
.program_wrap h3 {
	font-size: 30px;
	line-height: 50px;
	text-align: Center;
	letter-spacing: -1px;
	padding-bottom: 40px;
	width: 100%;
}
.program_wrap .sector {
	margin-bottom: 30px;
	background: linear-gradient(to right, #fff 65%, #eee 35%);
}
.program_wrap .sector dl {
	float: left;
	width: 67%;
	padding: 100px;
}
.program_wrap .sector dt {
	font-size: 27px;
	line-height: 46px;
	padding-bottom: 60px;
}
.program_wrap .sector dt p {
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 20px;
}
.program_wrap .sector dd {
	font-size: 16px;
	line-height: 28px;
	padding-top: 50px;
}
.program_wrap .moderator {
	width: 24%;
	padding: 30px 20px 30px 50px;
}
.program_wrap .moderator p {
	width: 110px;
	height: 110px;
}
.program_wrap .moderator h4:before {
	top: 10px;
	width: 30px;
	height: 3px;
}
.program_wrap .moderator h4 {
	padding-top: 30px;
	margin-top: 40px;
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 30px;
}
.program_wrap .moderator dl dt {
	font-size: 17px;
	line-height: 26px;
}
.program_wrap .moderator dl dd:nth-child(2), .program_wrap .moderator dl dd:nth-child(4) {
	font-size: 15px;
	line-height: 22px;
}
.program_wrap .moderator dl dd:nth-child(3), .program_wrap .moderator dl dd:nth-child(5) {
	font-size: 13px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 23px;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.program_wrap h3 {
	font-size: 25px;
	line-height: 50px;
	padding-bottom: 40px;
	width: 100%;
	padding-top: 30px;
}
.program_wrap .sector dt {
	font-size: 20px;
	line-height: 36px;
	padding-bottom: 40px;
}
.program_wrap .sector {
	margin-bottom: 30px;
}
.program_wrap .sector dl {
	width: 100%;
	padding: 50px;
}
.program_wrap .sector dt p {
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 15px;
}
.program_wrap .sector dd {
	font-size: 14px;
	line-height: 26px;
	padding-top: 40px;
}
.program_wrap .moderator {
	width: 100%;
	padding: 30px 20px 30px 50px;
	background: #eee;
}
.program_wrap .moderator div {
	float: left;
	width: 30%;
	overflow: hidden;
	box-sizing: border-box;
}
.program_wrap .moderator div:nth-child(3) {
	padding-top: 50px;
}
.program_wrap .moderator p {
	width: 80px;
	height: 80px;
}
.program_wrap .moderator h4:before {
	top: 10px;
	width: 30px;
	height: 3px;
}
.program_wrap .moderator h4 {
	padding-top: 30px;
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 30px;
}
.program_wrap .moderator dl dt {
	font-size: 17px;
	line-height: 26px;
}
.program_wrap .moderator dl dd:nth-child(2), .program_wrap .moderator dl dd:nth-child(4) {
	font-size: 15px;
	line-height: 22px;
}
.program_wrap .moderator dl dd:nth-child(3), .program_wrap .moderator dl dd:nth-child(5) {
	font-size: 13px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 23px;
}
}




	/*모바일*/
	@media (max-width:640px) {
.program_wrap h3 {
	font-size: 18px;
	line-height: 30px;
}
.program_wrap h3 {
	font-size: 25px;
	line-height: 50px;
	padding-bottom: 40px;
	width: 100%;
	padding-top: 30px;
}
.program_wrap .sector dt {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 40px;
}
.program_wrap .sector {
	margin-bottom: 30px;
}
.program_wrap .sector dl {
	width: 100%;
	padding: 20px;
}
.program_wrap .sector dt p {
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 10px;
}
.program_wrap .sector dd {
	font-size: 14px;
	line-height: 26px;
	padding-top: 40px;
}
.program_wrap .moderator {
	width: 100%;
	padding: 20px 20px 30px 20px;
	background: #eee;
}
.program_wrap .moderator p {
	width: 60px;
	height: 60px;
}
.program_wrap .moderator h4:before {
	top: 10px;
	width: 30px;
	height: 2px;
}
.program_wrap .moderator h4 {
	padding-top: 20px;
	font-size: 16px;
	line-height: 23px;
	padding-bottom: 30px;
}
.program_wrap .moderator dl dt {
	font-size: 15px;
	line-height: 23px;
}
.program_wrap .moderator dl dd:nth-child(2), .program_wrap .moderator dl dd:nth-child(4) {
	font-size: 13px;
	line-height: 20px;
}
.program_wrap .moderator dl dd:nth-child(3), .program_wrap .moderator dl dd:nth-child(5) {
	font-size: 11px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 23px;
}
.new_program p img {
	width: 100%
}
}
/* **************************************** *
 * 행사개요
 * **************************************** */
.intit3 {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.intit3::before, .intit3::after {
	position: absolute;
	color: rgba(0,0,0,0.1);
	z-index: 1;
}
.infotit .intit3 h3, .infotit .intit3 h4 {
	position: relative;
	z-index: 7;
}
.infotit .intit3 h3 {
	font-weight: 500;
	letter-spacing: -1px;
}
.infotit .intit3 h4 {
	font-weight: 300;
	letter-spacing: -1px;
}
.infotit .img01 {
	position: absolute;
	z-index: 2;
	background: url('/kor/pic/sub/why_02.gif') no-repeat right;
	background-size: cover;
}
.infotit .img02 {
	position: absolute;
	background: url('/kor/pic/sub/why_01.gif') no-repeat left;
	background-size: cover;
}
.round-circle h2 {
	font-weight: 500;
	letter-spacing: -1px;
}
.round-circle {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-attachment: fixed;
}
.round-circle::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.round-circle div.width_area {
	position: relative;
	z-index: 2;
}
.round-circle h2 {
	color: #fff;
	padding-bottom: 60px;
}
.round-circle div.width_area div a {
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.round-circle div.width_area div:nth-child(1) a {
	background: #295bd2;
}
.round-circle div.width_area div:nth-child(2) a {
	background: #f46fc0;
}
.round-circle div.width_area div:nth-child(3) a {
	background: #556bc4;
}
.round-circle div.width_area div:nth-child(4) {
	background: #6bac54;
}
.round-circle div.width_area div:nth-child(5) {
	background: #259531;
}
.round-circle div.width_area div {
	display: inline-block;
	vertical-align: middle;
}
.round-circle div.width_area div a {
	color: #fff;
	text-align: center;
	padding: 0;
	overflow: hidden;
}
.round-circle div.width_area div a {
	color: #fff;
	font-size: 30px
}
.desc_info {
	overflow: hidden;
}
.desc_info dl {
	overflow: hidden;
	overflow: hidden;
}
.desc_info dl dt {
	position: relative;
}
.desc_info dl dt:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #295bd2;
}
.desc_info dl:last-child {
	width: 100%;
}


	/*웹*/
	@media (min-width: 1024px) {
.intit3 {
	padding-bottom: 50px;
}
.intit3::before, .intit3::after {
	font-size: 210px;
	line-height: 260px;
}
.intit3::before {
	top: 0px;
	left: -30px;
}
.intit3::after {
	bottom: 90px;
	right: 130px;
}
.infotit .intit3 h3 {
	font-size: 30px;
	line-height: 48px;
	padding-top: 70px;
	font-weight: bold;
	color: #003366
}
.infotit .intit3 h3 strong {
	font-size: 45px !important;
	font-weight: bold;
	color: #006699
}
.infotit .intit3 h4 {
	font-size: 18px;
	line-height: 30px;
	padding-top: 40px;
}
.infotit .img01 {
	width: 214px;
	height: 559px;
	top: 0;
	right: 0px;
}
.infotit .img02 {
	width: 214px;
	height: 559px;
	bottom: 0;
	left: 0px;
	z-index: 3;
}
.round-circle h2 {
	font-size: 40px;
	line-height: 60px;
}
.round-circle div.width_area div a {
	width: 180px;
	height: 180px;
	line-height: 180px;
	margin: 20px 10px;
}
.round-circle div.width_area div p {
	font-size: 15px;
	line-height: 1.2;
}
.round-circle div.width_area div p strong {
	font-size: 23px;
	line-height: 23px;
}
.round-circle div.width_area div p span {
	font-size: 11px;
	line-height: 1.2;
}
.round-circle {
	padding: 20px 0px;
}
.desc_info {
	padding-top: 90px;
}
.desc_info dl {
	float: left;
	width: 50%;
	padding-bottom: 30px;
}
.desc_info.wdin dl {
	width: 20%
}
.desc_info dl dt, .desc_info dl dd {
	font-size: 16px;
	line-height: 33px;
}
.desc_info dl dt {
	font-size: 20px;
	line-height: 40px;
	padding-bottom: 10px;
	color: #295bd2;
}
.desc_info dl dt:before {
	height: 3px;
	width: 30px;
}
.desc_info dd {
	padding-bottom: 10px;
}
}

	/*웹*/
	@media (min-width:1324px) and (max-width:1550px) {
.infotit .img01 {
}
.infotit .img02 {
}
}

	/*웹*/
	@media (min-width:1024px) and (max-width:1323px) {
.infotit .img01 {
	width: 214px;
	height: 559px;
}
.infotit .img02 {
	width: 214px;
	height: 559px;
}
.round-circle div.width_area div {
	display: inline-block;
	vertical-align: middle;
}
}






	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.intit3 {
	padding-bottom: 50px;
}
.intit3::before, .intit2::after {
	font-size: 140px;
	line-height: 160px;
}
.intit3::before {
	top: 0px;
	left: -30px;
}
.intit3::after {
	bottom: 90px;
	right: 130px;
}
.infotit .intit3 h3 {
	font-size: 24px;
	line-height: 33px;
	padding-top: 70px;
}
.infotit .intit3 h4 {
	font-size: 17px;
	line-height: 26px;
	padding-top: 40px;
}
.infotit .img01 {
	width: 214px;
	height: 559px;
	top: 0;
	right: 0px;
}
.infotit .img02 {
	width: 214px;
	height: 559px;
	bottom: 0;
	left: 0px;
	z-index: 3;
}
.round-circle h2 {
	font-size: 26px;
	line-height: 50px;
}
.round-circle div.width_area div {
	width: 160px;
	height: 160px;
	margin: 10px 5px;
}
.round-circle div.width_area div p {
	font-size: 15px;
	line-height: 21px;
}
.round-circle {
	padding: 80px 0px;
	background-size: auto 1700px;
}
.desc_info {
	padding-top: 90px;
}
.desc_info dl {
	padding-bottom: 30px;
}
.desc_info dl dt, .desc_info dl dd {
	font-size: 15px;
	line-height: 30px;
}
.desc_info dl dt {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
	color: #295bd2;
}
.desc_info dl dt:before {
	height: 3px;
	width: 20px;
}
.desc_info dd {
	padding-bottom: 10px;
}
}




	/*모바일*/
	@media (max-width:640px) {
.intit3 {
	padding-bottom: 50px;
}
.intit3::before, .intit3::after {
	font-size: 70px;
	line-height: 110px;
}
.intit3::before {
	top: 0px;
	left: -30px;
}
.intit3::after {
	top: 90px;
	right: -30px;
}
.infotit .intit3 h3 {
	font-size: 18px;
	line-height: 22px;
	padding-top: 70px;
}
.infotit .intit3 h4 {
	font-size: 15px;
	line-height: 22px;
	padding-top: 40px;
}
.infotit .img01 {
	height: 214px;
	bottom: 559px;
	right: 0%;
}
.infotit .img02 {
	height: 214px;
	bottom: 559px;
	left: 0%;
	z-index: 3;
}
.round-circle h2 {
	font-size: 19px;
	line-height: 40px;
}
.round-circle div.width_area div a {
	width: 140px;
	height: 140px;
	line-height: 140px;
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.round-circle div.width_area div p {
	font-size: 14px;
	line-height: 18px;
}
.round-circle {
	padding: 80px 0px;
	background-size: auto 1700px;
}
.desc_info {
	padding-top: 90px;
}
.desc_info dl {
	padding-bottom: 30px;
}
.desc_info dl dd {
	font-size: 14px;
	line-height: 30px;
}
.desc_info dl dt {
	font-size: 16px;
	line-height: 27px;
	padding-bottom: 10px;
	color: #295bd2;
}
.desc_info dl dt:before {
	height: 2px;
	width: 10px;
}
.desc_info dd {
	padding-bottom: 10px;
}
}
/* **************************************** *
 * 고속버스
 * **************************************** */
h4.bustit, h4.traintit, h4.airtit {
	text-align: center;
	width: 100%;
	font-weight: 500;
}
h4.bustit p, h4.airtit p, h4.traintit p {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
h4.bustit p::after, h4.traintit p::after, h4.airtit p::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
}
h4.bustit p::before, h4.traintit p::before, h4.airtit p::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
h4.bustit p::before {
	background: url('/kor/pic/sub/bus.png') no-repeat center center;
}
h4.traintit p::before {
	background: url('/kor/pic/sub/train.png') no-repeat center center;
}
h4.airtit p::before {
	background: url('/kor/pic/sub/air.png') no-repeat center center;
}
h4.bustit span, h4.traintit span, h4.airtit span {
	position: relative;
	z-index: 3;
	background: #fff;
}
ul.notice_alert {
	overflow: hidden;
}
ul.notice_alert li {
	position: relative;
	padding-left: 30px;
}
ul.notice_alert li::before {
	content: '!';
	padding: 0px 10px;
	font-weight: 800;
	position: Absolute;
	top: 0;
	left: 0;
	border: 1px solid #000;
	color: #000;
	margin-right: 10px;
}
ul.notice_alert a {
	color: #225ad8;
	border: 1px solid #225ad8;
	display: inline-block;
	vertical-align: middle;
}
.subtitst01 span {
	opacity: 0.3;
	padding: 0px 10px;
}



	/*웹*/
	@media (min-width: 1024px) {
h4.bustit, h4.traintit, h4.airtit {
	text-align: center;
	padding-bottom: 20px;
	margin-top: 40px;
}
h4.bustit p::after, h4.traintit p::after, h4.airtit p::after {
	border-top: 4px dotted #ddd;
	top: 24px;
	left: 0px;
	height: 5px;
}
h4.bustit p::before {
	background-size: auto 17px;
}
h4.traintit p::before {
	background-size: auto 17px;
}
h4.airtit p::before {
	background-size: auto 17px;
}
h4.bustit p span:first-child, h4.traintit p span:first-child, h4.airtit p span:first-child {
	margin-right: 120px;
}
h4.bustit p span:last-child, h4.traintit p span:last-child, h4.airtit p span:last-child {
	margin-left: 120px;
}
h4.bustit span, h4.traintit span, h4.airtit span {
	font-size: 22px;
	line-height: 50px;
	padding: 0px 10px;
}
ul.notice_alert {
	padding-top: 30px;
}
ul.notice_alert li::before {
	margin-right: 10px;
}
ul.notice_alert li {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 10px;
}
ul.notice_alert a {
	font-size: 14px;
	padding: 0px 20px;
	margin-left: 30px;
	line-height: 30px;
}
ul.notice_alert li {
	padding-left: 40px;
}
th a.link {
	margin-left: 10px;
}
th a.link img {
	width: 16px;
	vertical-align: middle;
}
}







	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
h4.bustit, h4.traintit, h4.airtit {
	text-align: center;
	padding-bottom: 20px;
	margin-top: 40px;
}
h4.bustit p::after, h4.airtit p::after, h4.traintit p::after {
	border-top: 3px dotted #ddd;
	top: 20px;
	left: 0px;
	height: 5px;
}
h4.bustit p::before {
	background-size: auto 12px;
}
h4.traintit p::before {
	background-size: auto 12px;
}
h4.airtit p::before {
	background-size: auto 12px;
}
h4.bustit p span:first-child, h4.traintit p span:first-child, h4.airtit p span:first-child {
	margin-right: 80px;
}
h4.bustit p span:last-child, h4.traintit p span:last-child, h4.airtit p span:last-child {
	margin-left: 80px;
}
h4.bustit span, h4.traintit span, h4.airtit span {
	font-size: 18px;
	line-height: 40px;
	padding: 0px 10px;
}
ul.notice_alert {
	padding-top: 30px;
}
ul.notice_alert li::before {
	margin-right: 5px;
}
ul.notice_alert li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}
ul.notice_alert a {
	font-size: 14px;
	padding: 0px 20px;
	margin-left: 30px;
	line-height: 20px;
}
ul.notice_alert li {
	padding-left: 40px;
}
.notice_alert {
	font-size: 16px;
	line-height: 23px;
}
th a.link {
	margin-left: 5px;
}
th a.link img {
	width: 13px;
	vertical-align: middle;
}
}


	/*모바일*/
	@media (max-width:640px) {
h4.bustit, h4.traintit {
	text-align: center;
	padding-bottom: 20px;
	margin-top: 40px;
}
h4.bustit p::after, h4.traintit p::after {
	border-left: 2px dotted #ddd;
	top: 0px;
	left: 50%;
	height: 100%;
}
h4.bustit p::before {
	background-size: auto 10px;
	left: 0;
}
h4.traintit p::before {
	background-size: auto 10px;
	left: 0;
}
h4.bustit p span, h4.traintit p span {
	display: block;
}
h4.bustit p span:first-child, h4.traintit p span:first-child {
	margin-bottom: 40px;
}
h4.bustit span, h4.traintit span {
	font-size: 15px;
	line-height: 30px;
	padding: 0px 10px;
}
ul.notice_alert {
	padding-top: 30px;
}
ul.notice_alert li::before {
	margin-right: 5px;
}
ul.notice_alert li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}
ul.notice_alert a {
	font-size: 14px;
	padding: 0px 20px;
	margin-left: 30px;
	line-height: 20px;
}
ul.notice_alert li {
	padding-left: 40px;
}
th a.link {
	display: block;
}
th a.link img {
	margin-top: 5px;
	width: 11px;
	vertical-align: middle;
}
}



/* **************************************** *
 * 기본
 * **************************************** */

	/*웹*/
	@media (min-width: 1024px) {
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
}


	/*모바일*/
	@media (max-width:640px) {
}
/* **************************************** *
 * subdec_top
 * **************************************** */

.subdec_top {
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.subdec_top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5)
}
.subdec_top dt, .subdec_top dd {
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 2;
}
.subdec_top dt {
	font-weight: 600;
}
.subdec_top dd {
	opacity: 0.7;
}
.subdec_top.insubbg01 {
	background: url('/kor/pic/sub/sb01.gif') no-repeat center center
}
.subdec_top.insubbg02 {
	background: url('/kor/pic/sub/in11.gif') no-repeat center center
}
.subdec_top.insubbg03 {
	background: url('/kor/pic/sub/in12.gif') no-repeat center center
}
.subdec_top.insubbg04 {
	background: url('/kor/pic/sub/m14.gif') no-repeat center center
}
.subdec_top.insubbg05 {
	background: url('/kor/pic/sub/m15.gif') no-repeat center center
}
.subdec_top.insubbg06 {
	background: url('/kor/pic/sub/m16.gif') no-repeat center center
}
.subdec_top {
	background-size: cover !important;
}

	/*웹*/
	@media (min-width: 1024px) {
.subdec_top {
	padding: 110px 0px;
	margin-bottom: 30px;
}
.subdec_top dt {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 20px;
}
.subdec_top dd {
	font-size: 16px;
	line-height: 20px;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.subdec_top {
	padding: 90px 0px;
	margin-bottom: 30px;
}
.subdec_top dt {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 20px;
}
.subdec_top dd {
	font-size: 15px;
	line-height: 20px;
}
}


	/*모바일*/
	@media (max-width:640px) {
.subdec_top {
	padding: 50px 0px;
	margin-bottom: 30px;
}
.subdec_top dt {
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 20px;
}
.subdec_top dd {
	font-size: 13px;
	line-height: 20px;
}
}
/* **************************************** *
 * 맛집
 * **************************************** */
.area_list_food {
	text-align: center;
}
.area_list_food div {
	border: 1px solid #ddd;
	overflow: hidden;
	display: inline-block;
}
.area_list_food div img {
	width: 100%;
}
.area_list_food div dl {
	overflow: hidden;
	width: 100%;
}
.area_list_food div dt {
	font-weight: 600;
}
.area_list_food div dd {
	font-weight: 300;
	color: #666;
}



	/*웹*/
	@media (min-width: 1024px) {
.area_list_food div {
	width: 19.5%;
	margin: 15px 15px;
}
.area_list_food div dl {
	padding: 10px 0px;
}
.area_list_food div dt {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 15px;
}
.area_list_food div dd {
	font-size: 15px;
	padding-bottom: 10px;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.area_list_food div {
	width: 39%;
	margin: 15px 15px;
}
.area_list_food div dl {
	padding: 10px 0px;
}
.area_list_food div dt {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
}
.area_list_food div dd {
	font-size: 15px;
	padding-bottom: 10px;
}
}


	/*모바일*/
	@media (max-width:640px) {
.area_list_food div {
	width: 47%;
	margin: 15px 1%;
}
.area_list_food div dl {
	padding: 10px 0px;
}
.area_list_food div dt {
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 10px;
}
.area_list_food div dd {
	font-size: 12px;
	padding-bottom: 10px;
}
}
/* **************************************** *
 * 투어
 * **************************************** */

.area_list {
	overflow: hidden;
}
.area_list .vrBox {
	overflow: hidden;
	border: 1px solid #ddd;
	cursor: pointer;
	z-index: 1;
	position: relative;
}
.area_list .vrBox::before {
	content: '';
	background: #225ad8 url('/kor/pic/sub/vr.png') no-repeat center center;
	z-index: 2;
	position: ABSOLUTE;
	background-size: 47% auto;
}
.area_list .vrBox .vrAddress {
	color: #666;
}




	/*웹*/
	@media (min-width: 1024px) {
.area_list .vrBox {
	float: left;
	margin: 20px 0px;
	width: 48%;
	overflow: hidden;
}
.area_list .vrBox:nth-child(2n) {
	float: right;
}
.area_list .vrBox .vrBox_img {
	float: left;
	width: 35%;
	overflow: hidden;
}
.area_list .vrBox .vrBox_img img {
	width: 100%;
}
.area_list .vrBox .vrTitle {
	float: right;
	overflow: hidden;
	width: 60%;
}
.area_list .vrBox .vrAddress {
	float: right;
	overflow: hidden;
	width: 60%;
}
.area_list .vrBox .vrTitle {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-top: 60px;
}
.area_list .vrBox .vrAddress {
	font-size: 17px;
	line-height: 20px;
}
.area_list .vrBox::before {
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.area_list .vrBox {
	margin: 20px 0px;
	overflow: hidden;
}
.area_list .vrBox .vrBox_img {
	float: left;
	width: 35%;
	overflow: hidden;
}
.area_list .vrBox .vrBox_img img {
	width: 100%;
}
.area_list .vrBox .vrTitle {
	float: right;
	overflow: hidden;
	width: 60%;
}
.area_list .vrBox .vrAddress {
	float: right;
	overflow: hidden;
	width: 60%;
}
.area_list .vrBox .vrTitle {
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 10px;
	margin-top: 40px;
}
.area_list .vrBox .vrAddress {
	font-size: 17px;
	line-height: 20px;
}
.area_list .vrBox::before {
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
}
}


	/*모바일*/
	@media (max-width:640px) {
.area_list .vrBox {
	margin: 20px 0px;
	padding-bottom: 30px;
	overflow: hidden;
}
.area_list .vrBox .vrBox_img {
	overflow: hidden;
}
.area_list .vrBox .vrBox_img img {
	width: 100%;
}
.area_list .vrBox .vrTitle {
}
.area_list .vrBox .vrAddress {
}
.area_list .vrBox .vrTitle {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 40px;
}
.area_list .vrBox .vrAddress {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}
.area_list .vrBox::before {
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
}
}
/* **************************************** *
 * 맛집
 * **************************************** */

.desc_inwrap_icon {
	overflow: hidden;
	text-align: center;
}
.desc_inwrap_icon div {
	display: inline-block;
}
.desc_inwrap_icon dl dt {
	color: #000;
	font-weight: 600;
}
.desc_inwrap_icon dl dd {
	color: #666;
}

	/*웹*/
	@media (min-width: 1024px) {
.desc_inwrap_icon {
	padding: 40px 0px;
}
.desc_inwrap_icon div {
	padding: 20px 50px;
}
.desc_inwrap_icon p img {
	height: 160px;
}
.desc_inwrap_icon dl dt {
	font-size: 17px;
	line-height: 25px;
	padding-bottom: 30px;
}
.desc_inwrap_icon dl dd {
	font-size: 15px;
	line-height: 22px;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
}


	/*모바일*/
	@media (max-width:640px) {
}
/** 이까지 추가함 새로추가 새로추가 새로추가 새로추가 새로추가 **/










/* main_product  */
.main_product {
	overflow: Hidden;
}
.main_product dl {
	overflow: Hidden;
	cursor: pointer;
	box-sizing: border-box;
}
.main_product dl dt {
	color: #000;
	font-weight: 600;
}
.main_product dl dd {
	color: #333;
	font-weight: 300;
}
.main_product dl dd img {
	width: 100%;
}

	/*웹*/
	@media (min-width: 1024px) {
.main_product {
	padding: 50px 0px;
}
.main_product dl {
	width: 25%;
	border-left: 1px solid #ddd;
	float: left;
	padding: 20px 3%
}
.main_product dl:nth-child(1) {
	border: none;
}
.main_product dl dt {
	font-size: 21px;
	line-height: 37px;
}
.main_product dl dd {
	font-size: 15px;
	line-height: 20px;
	padding-top: 20px;
	min-height: 60px;
}
.main_product dl dd img {
	margin-top: 30px;
}
}


	/*패드와 모바일*/
	@media (max-width:1023px) {
.main_product {
	padding: 50px 0px;
	text-align: left;
}
.main_product dl {
	width: 50%;
	float: left;
	padding: 20px 3%;
	height: 350px;
}
.main_product dl:nth-child(1) {
	border-bottom: 1px solid #ddd;
}
.main_product dl:nth-child(2) {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.main_product dl:nth-child(4) {
	border-left: 1px solid #ddd;
}
.main_product dl dd img {
	max-width: 300px;
}
.main_product dl dd:nth-child(3) {
	text-align: center;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.main_product dl {
	height: 350px;
}
.main_product dl dt {
	font-size: 19px;
	line-height: 37px;
}
.main_product dl dd {
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	min-height: 60px;
}
.main_product dl dd img {
	margin-top: 10px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.main_product dl {
	height: 200px !important;
}
.main_product dl dt {
	font-size: 16px;
	line-height: 37px;
}
.main_product dl dd:nth-child(2) {
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	min-height: 60px;
	display: none
}
}
/* .main_banner */

.main_banner {
	overflow: hidden;
}
.main_banner dl {
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
}
.main_banner dl dt {
	font-weight: 700;
	color: #000;
	padding: 0;
	letter-spacing: -1px;
}
.main_banner dl dd {
	color: #333;
	padding: 0;
	margin: 0;
}
.main_banner dl:nth-child(1) {
	background: url('/kor/pic/main/bannerbg01.jpg') no-repeat right center;
}
.main_banner dl:nth-child(2) {
	background: url('/kor/pic/main/bannerbg02.jpg') no-repeat right center;
}

	/*웹*/
	@media (min-width: 1024px) {
.main_banner {
	padding-bottom: 40px;
	margin-bottom: 0px;
}
.main_banner dl {
	width: 49%;
	padding: 30px 70px;
}
.main_banner dl dt {
	font-size: 21px;
	line-height: 37px;
}
.main_banner dl dd {
	font-size: 15px;
	line-height: 20px;
}
.main_banner dl:nth-child(1) {
	float: left;
	background-size: 100% auto;
}
.main_banner dl:nth-child(2) {
	float: right;
	background-size: 100% auto;
}
}





	/*패드와 모바일*/
	@media (max-width:1023px) {
}



	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.main_banner {
	padding-bottom: 20px;
}
.main_banner dl {
	width: 49%;
	padding: 30px 30px;
	text-align: left;
}
.main_banner dl dt {
	font-size: 19px;
	line-height: 37px;
}
.main_banner dl dd {
	font-size: 14px;
	line-height: 20px;
}
.main_banner dl:nth-child(1) {
	float: left;
	background-size: 100% auto;
}
.main_banner dl:nth-child(2) {
	float: right;
	background-size: 100% auto;
}
}

	/*모바일*/
	@media (max-width:640px) {
.main_banner {
	padding-bottom: 20px;
	overflow: hidden;
}
.main_banner dl {
	width: 100%;
	padding: 20px 20px;
	text-align: left;
	margin: 5px 0px;
}
.main_banner dl dt {
	font-size: 16px;
	line-height: 27px;
}
.main_banner dl dd {
	font-size: 13px;
	line-height: 20px;
}
.main_banner dl:nth-child(1) {
	float: left;
	background-size: 100% auto;
}
.main_banner dl:nth-child(2) {
	float: right;
	background-size: 100% auto;
}
}
/* notice_area */


.notice_area {
	width: 100%;
	background: #ec1c24;
	overflow: hidden;
	position: relative;
}
.notice_area .div, .notice_area .btn {
	overflow: hidden;
}
.notice_area .btn a {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	vertical-align: middle
}
.notice_area .btn a:nth-child(1) {
	background: url('/kor/pic/main/micon01.png') no-repeat center left;
}
.notice_area .btn a:nth-child(2) {
	background: url('/kor/pic/main/micon02.png') no-repeat center left;
}
.notice_area .div a.list {
	color: #fff;
	display: block;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.notice_area h2 {
	float: left;
	font-weight: 600;
}
.notice_area .div a.list, .notice_area h2 {
	color: #fff;
}
.notice_area .bx-prev, .notice_area .bx-next {
	color: rgba(255,255,255,0.5);
	font-weight: 100;
}
.notice_area .bx-prev, .notice_area .bx-next {
	display: block;
}




	/*웹*/
	@media (min-width: 1024px) {
.notice_area {
	margin-top: -2px;
}
.notice_area .bx-wrapper {
	float: left !important;
	width: 500px !important;
}
.notice_area .bx-prev {
	top: 25px !important;
	left: 20px !important;
}
.notice_area .bx-next {
	top: 40px !important;
	left: 20px !important;
}
.notice_area .bx-prev, .notice_area .bx-next {
	width: 33px !important;
	height: 10px !important;
	font-size: 12px;
}
.notice_area .bx-prev {
	transform: rotate(90deg) scale(1, 1.5);
}
.notice_area .bx-next {
	transform: rotate(90deg) scale(1, 1.5);
}
.notice_area .div a.list, .notice_area h2 {
	font-size: 15px;
	line-height: 53px;
}
.notice_area .div a.list {
	padding-left: 70px;
}
.notice_area h2 {
	float: left;
}
.notice_area .btn {
	float: right;
}
.notice_area .btn a {
	margin-left: 30px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 53px;
	background-size: 20% auto;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.notice_area .bx-wrapper {
	float: left !important;
	width: 300px !important;
}
.notice_area .bx-prev {
	top: 15px !important;
	left: 0px !important;
}
.notice_area .bx-next {
	top: 30px !important;
	left: 0px !important;
}
.notice_area .bx-prev, .notice_area .bx-next {
	width: 33px !important;
	height: 10px !important;
	font-size: 12px;
}
.notice_area .bx-prev {
	transform: rotate(90deg) scale(1, 1.5);
}
.notice_area .bx-next {
	transform: rotate(90deg) scale(1, 1.5);
}
.notice_area .div a.list, .notice_area h2 {
	font-size: 15px;
	line-height: 53px;
}
.notice_area .div a.list {
	padding-left: 30px;
	width: 280px;
	overflow: hidden;
}
.notice_area h2 {
	float: left;
}
.notice_area .btn {
	float: right;
}
.notice_area .btn a {
	margin-left: 10px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 53px;
	background-size: 20% auto;
}
}




	/*모바일*/
	@media (max-width:640px) {
.notice_area .bx-wrapper {
	float: left !important;
	width: 240px !important;
}
.notice_area .bx-prev {
	top: 15px !important;
	left: 0px !important;
}
.notice_area .bx-next {
	top: 30px !important;
	left: 0px !important;
}
.notice_area .bx-prev, .notice_area .bx-next {
	width: 33px !important;
	height: 10px !important;
	font-size: 12px;
}
.notice_area .bx-prev {
	transform: rotate(90deg) scale(1, 1.5);
}
.notice_area .bx-next {
	transform: rotate(90deg) scale(1, 1.5);
}
.notice_area .div a.list, .notice_area h2 {
	font-size: 14px;
	line-height: 53px;
}
.notice_area .div a.list {
	padding-left: 10px;
	overflow: hidden;
}
.notice_area h2 {
}
.notice_area .btn {
	display: none
}
}
/* nviual_main */
.nviual_main .bx-controls-direction {
	display: none;
}
.nviual_main .txt {
	position: relative;
	z-index: 80;
}
.nviual_main .txt .int {
	position: absolute;
	z-index: 80;
}
.nviual_main .txt .int div span {
	color: #fff;
	font-weight: 700;
	position: relative;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3)
}
.nviual_main .txt .int div span::before {
	content: '.';
	position: absolute;
	color: #fe0000;
}
.nviual_main .txt .int div span:nth-child(1)::before {
	display: none;
}
.nviual_main .txt .int div span:nth-child(1) {
	padding-left: 0px !important;
}
.nviual_main .txt .int h3 {
	color: #fff;
	font-weight: 400;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.nviual_main .txt .int h2 {
	color: #fe0000;
	font-weight: 800;
	letter-spacing: -1px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1)
}
.nviual_main .bx-controls {
	width: 94%;
	max-width: 1300px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.nviual_main .bx-pager-item {
	display: inline-block;
}
.nviual_main .bx-pager-item a {
	display: inline-block;
	border-radius: 50%;
	text-indent: -999px;
	background: #fff;
}
.nviual_main .bx-wrapper {
	margin-bottom: 0px;
}
.nviual_main .bx-pager-item a.active {
	border: 3px solid red;
}
.mvisual {
	background: url('/kor/pic/main/m1.jpg') no-repeat center center;
	background-size: cover;
}
.mvisual2 {
	background: url('/kor/pic/main/m2.jpg') no-repeat center center;
	background-size: cover;
}
.mvisual3 {
	background: url('/kor/pic/main/m3.jpg') no-repeat center center;
	background-size: cover;
}

	/*웹*/
	@media (min-width: 1024px) {
.nviual_main {
	margin-top: 100px;
}
.nviual_main .txt .int {
	top: 140px
}
.nviual_main .txt .int div span::before {
}
.nviual_main .txt .int div span {
	font-size: 23px;
	line-height: 40px;
	padding: 0px 11px;
}
.nviual_main .txt .int div span::before {
	top: -8px;
	left: -2px;
}
.nviual_main .txt .int h3 {
	font-size: 30px;
	margin-top: 30px;
	line-height: 38px;
	padding: 10px 0px;
	letter-spacing: -1px;
}
.nviual_main .txt .int h2 {
	font-size: 75px;
	line-height: 80px;
}
.nviual_main .bx-pager-item a {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.nviual_main .bx-pager {
	bottom: 50px !important;
}
.nviual_main .mvisual, .nviual_main .mvisual2, .nviual_main .mvisual3 {
	width: 100%;
	height: 600px;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.nviual_main .mvisual, .nviual_main .mvisual2, .nviual_main .mvisual3 {
	width: 100%;
	height: 500px;
}
.nviual_main .txt .int {
	top: 140px;
	text-align: center;
	width: 100%;
}
.nviual_main .txt .int div span {
	font-size: 19px;
	line-height: 30px;
	padding: 0px 11px;
}
.nviual_main .txt .int div span::before {
	top: -5px;
	left: -2px;
}
.nviual_main .txt .int h3 {
	font-size: 24px;
	line-height: 27px;
	padding: 10px 0px;
	letter-spacing: -1px;
}
.nviual_main .txt .int h2 {
	font-size: 50px;
	line-height: 80px;
}
.nviual_main .bx-pager-item a {
	width: 13px;
	height: 13px;
	margin-right: 10px;
}
.nviual_main .bx-pager {
	bottom: 50px !important;
}
}




	/*모바일*/
	@media (max-width:640px) {
.nviual_main .mvisual, .nviual_main .mvisual2, .nviual_main .mvisual {
	width: 100%;
	height: 260px;
}
.nviual_main .txt .int {
	top: 40px;
	text-align: center;
	width: 100%;
}
.nviual_main .txt .int div span {
	font-size: 13px;
	line-height: 30px;
	padding: 0px 5px;
}
.nviual_main .txt .int div span::before {
	top: -10px;
	left: -2px;
}
.nviual_main .txt .int h3 {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0px;
	letter-spacing: -1px;
}
.nviual_main .txt .int h2 {
	font-size: 30px;
	line-height: 40px;
}
.nviual_main .bx-pager-item a {
	width: 12px;
	height: 12px;
	margin-right: 10px;
}
.nviual_main .center img {
	max-width: 700px;
}
.nviual_main .bx-pager {
	bottom: 20px !important;
}
}
/* nviual_main */
.nviual_main .bx-controls-direction {
	display: none;
}
.nviual_main .txt {
	position: relative;
	z-index: 80;
}
.nviual_main .txt .int {
	position: absolute;
	z-index: 80;
}
.nviual_main .txt .int div span {
	color: #fff;
	font-weight: 700;
	position: relative;
}
.nviual_main .txt .int div span::before {
	content: '.';
	position: absolute;
	color: #fe0000;
}
.nviual_main .txt .int div span:nth-child(1)::before {
	display: none;
}
.nviual_main .txt .int div span:nth-child(1) {
	padding-left: 0px !important;
}
.nviual_main .txt .int h3 {
	color: #fff;
	font-weight: 400;
}
.nviual_main .txt .int h2 {
	color: #fe0000;
	font-weight: 800;
	letter-spacing: -1px;
}
.nviual_main .bx-controls {
	width: 94%;
	max-width: 1300px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.nviual_main .bx-pager-item {
	display: inline-block;
}
.nviual_main .bx-pager-item a {
	display: inline-block;
	border-radius: 50%;
	text-indent: -999px;
	background: #fff;
}
.nviual_main .bx-wrapper {
	margin-bottom: 0px;
}
.nviual_main .bx-pager-item a.active {
	border: 3px solid red;
}


	/*웹*/
	@media (min-width: 1024px) {
}





	/*패드와 모바일*/
	@media (max-width:1023px) {
}



	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
}




	/*모바일*/
	@media (max-width:640px) {
}
/* **************************************** *
 *  인사말
 * **************************************** */

.greeting_area {
	overflow: hidden;
	width: 100%;
}
.greeting_area .img_txt {
	overflow: hidden;
	width: 100%;
	background: url('/kor/images/sub/greeting_bg.jpg') no-repeat center center;
}
.greeting_area .img_txt div {
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
	font-weight: 300;
}
.greeting_area .width_area div {
	box-sizing: border-box;
	padding: 10px 0px;
}
.greeting_area p {
	padding: 10px 0px;
	overflow: hidden;
	font-weight: 300;
	color: #333;
}
.greeting_area .sign {
	overflow: hidden;
	font-weight: 600;
	color: #000;
	width: 100%;
	border-top: 1px solid #ddd
}


	/*웹*/
	@media (min-width: 1024px) {
.greeting_area .img_txt {
	padding: 77px 0px;
	margin-bottom: 30px;
}
.greeting_area .img_txt div {
	font-size: 28px;
	line-height: 42px;
	letter-spacing: -1px;
}
.greeting_area .width_area div {
	width: 48%;
	padding-bottom: 30px;
}
.greeting_area .width_area div:nth-child(1) {
	float: left;
}
.greeting_area .width_area div:nth-child(2) {
	float: right;
}
.greeting_area p {
	font-size: 17px;
	line-height: 30px;
}
.greeting_area .sign {
	line-height: 80px;
	font-size: 20px;
	margin-top: 30px
}
}

	/*패드와 모바일*/
	@media (max-width:1023px) {
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.greeting_area .img_txt {
	padding: 47px 0px;
	margin-bottom: 30px;
}
.greeting_area .img_txt div {
	font-size: 21px;
	line-height: 32px;
	letter-spacing: -1px;
}
.greeting_area .width_area div {
	width: 48%;
	text-align: left;
}
.greeting_area .width_area div:nth-child(1) {
	float: left;
}
.greeting_area .width_area div:nth-child(2) {
	float: right;
}
.greeting_area p {
	font-size: 15px;
	line-height: 24px;
}
.greeting_area .sign {
	line-height: 80px;
	font-size: 17px;
	text-align: left;
}
}




	/*모바일*/
	@media (max-width:640px) {
.greeting_area .img_txt {
	padding: 37px 0px;
	margin-bottom: 30px;
}
.greeting_area .img_txt div {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -1px;
}
.greeting_area .width_area div {
	width: 100%;
}
.greeting_area .width_area div:nth-child(1) {
	float: left;
}
.greeting_area .width_area div:nth-child(2) {
	float: right;
}
.greeting_area p {
	font-size: 13px;
	line-height: 22px;
}
.greeting_area .sign {
	line-height: 80px;
	font-size: 15px;
}
}
/* **************************************** *
 * 비전
 * **************************************** */
.company_info {
	overflow: hidden;
	width: 100%;
}
.company_info h3, .company_info dl {
	overflow: hidden;
	position: relative;
}
.company_info h3 span:nth-child(1) {
	top: 0px;
	left: 0px;
	color: rgba(0,0,0,0.7)
}
.company_info h3 span:nth-child(2) {
	top: 130px;
	left: 150px;
	color: rgba(0,0,0,0.4)
}
.company_info dl {
	position: relative;
}
.company_info dl dt {
	font-weight: 600;
	color: #ec1c24;
	position: relative;
	z-index: 2;
}
.company_info dl dt:before {
	content: '';
	position: Absolute;
	background: rgba(255, 200, 200, 0.6);
	z-index: 1;
}
.company_info dl dd:nth-child(3) {
	color: #666;
	font-weight: 300;
}
.circle_company {
	width: 100%;
	overflow: hidden;
	background: url('/kor/images/sub/bg4.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.circle_company span {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	position: relative;
	border-radius: 50%;
	box-sizing: border-box;
	word-break: keep-all;
	z-index: 2;
}
.circle_company span:nth-child(1) {
	background: rgba(232, 16, 16, 0.7)
}
.circle_company span:nth-child(2) {
	background: rgba(187, 20, 20, 0.6)
}
.circle_company span:nth-child(3) {
	background: rgba(151, 43, 43, 0.5)
}
.circle_company span::before {
	content: '';
	position: absolute;
	border-style: dotted;
	border-radius: 50%;
	z-index: 1;
	border-color: rgba(255, 255, 255, 0.1)
}



	/*웹*/
	@media (min-width: 1024px) {
.company_info {
	background: url('/kor/pic/eng.gif') no-repeat bottom right;
	background-size: 60px auto;
}
.company_info h3 {
	float: left;
	min-width: 400px;
	min-height: 500px;
}
.company_info h3 span {
	font-size: 240px;
	line-height: 340px;
	position: absolute;
	font-weight: 800;
}
.company_info h3 span:nth-child(1) {
	top: 0px;
	left: 0px;
	opacity: 0.8;
}
.company_info h3 span:nth-child(2) {
	top: 130px;
	left: 150px;
}
.company_info dl {
	float: right;
	width: 60%;
	padding-top: 110px;
}
.company_info dl dt {
	font-size: 70px;
	line-height: 110px;
}
.company_info dl dt:before {
	bottom: 10px;
	left: 0;
	width: 120px;
	height: 13px;
}
.company_info dl dd:nth-child(2) {
	font-size: 40px;
	line-height: 50px;
}
.company_info dl dd:nth-child(3) {
	color: #666;
	font-size: 20px;
	line-height: 30px;
	padding-top: 30px;
}
.circle_company {
	margin-bottom: 20px;
	padding: 150px 0px;
}
.circle_company span {
	margin: 0px -30px;
	width: 260px;
	height: 260px;
}
.circle_company span {
	font-size: 23px;
	line-height: 30px;
}
.circle_company span::before {
	content: '';
	width: 280px;
	height: 280px;
	border-width: 4px;
	top: -15px;
	left: -15px;
}
.circle_company span:nth-child(1) {
	padding-top: 80px;
}
.circle_company span:nth-child(2) {
	padding-top: 100px;
}
.circle_company span:nth-child(3) {
	padding-top: 80px;
}
}


	/*패드와 모바일*/
	@media (max-width:1023px) {
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.company_info h3 {
	float: left;
	min-width: 240px;
	min-height: 300px;
}
.company_info h3 span {
	font-size: 130px;
	line-height: 200px;
	position: absolute;
	font-weight: 800;
}
.company_info h3 span:nth-child(1) {
	top: 0px;
	left: 0px;
	opacity: 0.8;
}
.company_info h3 span:nth-child(2) {
	top: 90px;
	left: 80px;
}
.company_info dl {
	float: right;
	width: 60%;
	padding-top: 30px;
	text-align: left;
}
.company_info dl dt {
	font-size: 40px;
	line-height: 60px;
}
.company_info dl dt:before {
	bottom: 10px;
	left: 0;
	width: 70px;
	height: 13px;
}
.company_info dl dd:nth-child(2) {
	font-size: 20px;
	line-height: 30px;
}
.company_info dl dd:nth-child(3) {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	padding-top: 30px;
}
.circle_company {
	margin-bottom: -20px;
	padding: 60px 0px;
}
.circle_company span {
	margin: 0px -30px;
	width: 220px;
	height: 220px;
}
.circle_company span {
	font-size: 18px;
	line-height: 20px;
}
.circle_company span:nth-child(1) {
	padding-top: 80px;
}
.circle_company span:nth-child(2) {
	padding-top: 100px;
}
.circle_company span:nth-child(3) {
	padding-top: 80px;
}
.circle_company span::before {
	content: '';
	width: 250px;
	height: 250px;
	border-width: 4px;
	top: -15px;
	left: -15px;
}
.circle_company span:nth-child(1) {
	padding-top: 80px;
}
.circle_company span:nth-child(2) {
	padding-top: 100px;
}
.circle_company span:nth-child(3) {
	padding-top: 80px;
}
}




	/*모바일*/
	@media (max-width:640px) {
.company_info h3 {
	text-align: center;
}
.company_info h3 span {
	font-size: 100px;
	line-height: 160px;
	font-weight: 800;
	display: inline-block !important;
}
.company_info dl {
	width: 100%;
	padding-bottom: 30px;
}
.company_info dl dt {
	font-size: 40px;
	line-height: 60px;
}
.company_info dl dt:before {
	display: none
}
.company_info dl dd:nth-child(2) {
	font-size: 20px;
	line-height: 30px;
}
.company_info dl dd:nth-child(3) {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	padding-top: 30px;
}
.circle_company {
	margin-bottom: -20px;
	padding: 60px 0px;
}
.circle_company span {
	margin: 0px -10px;
	width: 130px;
	height: 130px;
}
.circle_company span {
	font-size: 14px;
	line-height: 20px;
}
.circle_company span:nth-child(1) {
	padding-top: 30px;
}
.circle_company span:nth-child(2) {
	padding-top: 40px;
}
.circle_company span:nth-child(3) {
	padding-top: 30px;
}
.circle_company span::before {
	content: '';
	width: 150px;
	height: 150px;
	border-width: 4px;
	top: -15px;
	left: -15px;
}
}
/* **************************************** *
 * 연혁
 * **************************************** */


.history_wrap {
	overflow: hidden;
	background: url('/kor/images/sub/history_bg.gif') no-repeat right bottom;
	background-size: auto 80%;
}
.history_wrap h3 {
	font-weight: 300;
}
.history_wrap h3 strong {
	font-weight: 600;
	color: #df3b42;
}
.history_wrap .width_area {
	position: relative;
}
.history_wrap .width_area.list::before {
	content: '';
	position: absolute;
	top: 0px;
	z-index: 1;
	height: 100%;
	width: 1px;
	background: #ddd;
}
.history_wrap div.inner {
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: url('/kor/nimg/sub/history_icon.png') no-repeat;
}
/* 	.history_wrap div.inner::before{content:''; position:absolute; border-radius:50%; 
	      border-style:solid ;border-color: #df3b42; background:#fff; z-index:3;}
	
	.history_wrap div.inner::after {content:'';position:absolute; border-radius:50%;  box-sizing:border-box;
	background: rgba(230, 106, 112, 0.8); border-color:rgba(230, 106, 112, 0.3); border-style:solid; z-index:2;} */

.history_wrap div.inner h2 {
	color: #000;
	opacity: 0.8;
}
.history_wrap div p {
	overflow: hidden;
	color: #777;
}



	/*웹*/
	@media (min-width: 1024px) {
.history_wrap {
	margin-bottom: -140px;
	padding: 40px 40px 140px 40px;
	background-size: auto 80%;
	background-attachment: fixed;
}
.history_wrap h3 {
	font-size: 40px;
	line-height: 60px;
	padding-bottom: 80px;
	letter-spacing: -1px;
}
.history_wrap .width_area.list::before {
	left: 35px;
}
.history_wrap div.inner {
	padding: 10px 70px;
	background-size: auto 30px;
	background-position: 20px 20px;
}
/* 	.history_wrap div.inner::before{top:26px;  left:25px; height:6px; width:6px;
	      border-width:3px; }
	.history_wrap div.inner:after {width:30px; height:30px;   border-width:7px; top:16px; left:16px;} */




.history_wrap div.inner h2 {
	font-size: 26px;
	line-height: 40px;
}
.history_wrap div p {
	font-size: 16px;
	line-height: 22px;
}
}


	/*패드와 모바일*/
	@media (max-width:1023px) {
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.history_wrap {
	margin-bottom: -50px;
	padding: 40px 40px;
	background-size: auto 80%;
	background-attachment: fixed;
}
.history_wrap h3 {
	font-size: 30px;
	text-align: left;
	line-height: 40px;
	padding-bottom: 50px;
	letter-spacing: -1px;
}
.history_wrap .width_area.list::before {
	left: 15px;
}
.history_wrap div.inner {
	padding: 10px 60px;
}
/* 	.history_wrap div.inner::before{top:16px;  left:24px; height:6px; width:6px;
	      border-width:4px; ;} */

.history_wrap div.inner {
	padding: 10px 70px;
	background-size: auto 30px;
	background-position: 0px 20px;
}
.history_wrap div.inner h2 {
	font-size: 20px;
	line-height: 30px;
}
.history_wrap div p {
	font-size: 15px;
	line-height: 20px;
}
}




	/*모바일*/
	@media (max-width:640px) {
.history_wrap {
	margin-bottom: -50px;
	padding: 40px 40px;
	background-size: auto 80%;
	background-attachment: fixed;
}
.history_wrap h3 {
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	padding-bottom: 50px;
	letter-spacing: -1px;
}
.history_wrap .width_area.list::before {
	left: 15px;
}
.history_wrap div.inner {
	padding: 10px 70px;
	background-size: auto 20px;
	background-position: 7px 16px;
}
.history_wrap div.inner {
	padding: 10px 60px;
}
.history_wrap div.inner::before {
	top: 16px;
	left: 24px;
	height: 6px;
	width: 6px;
	border-width: 4px;
	;
}
.history_wrap div.inner h2 {
	font-size: 17px;
	line-height: 25px;
}
.history_wrap div p {
	font-size: 13px;
	line-height: 18px;
}
}
/* **************************************** *
 * global_network 
 * **************************************** */




.root_daum_roughmap {
	max-width: 1300px !important;
	width: 100% !important;
	margin-bottom: 30px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.location {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.location dl {
	overflow: Hidden;
	box-sizing: border-box;
}
.location dl dt {
	text-align: center;
	color: #000;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
}
.location dl dd {
	text-align: center;
	color: #444
}
.location dl:nth-child(1), .location dl:nth-child(4) {
	background: #fff;
	border: 7px solid #ddd;
}
.location dl:nth-child(2), .location dl:nth-child(3) {
	background: #f7f7f7;
}



	/*웹*/
	@media (min-width: 1024px) {
.location dl {
	width: 49%;
	padding: 30px 40px;
	margin: 30px 5px;
	height: 300px;
	float: left
}
.location dl dt {
	line-height: 80px;
	font-size: 22px;
}
.location dl:nth-child(1) {
	float: left;
}
.location dl:nth-child(2) {
	float: right;
}
.location dl dd {
	padding-top: 40px;
	font-size: 15px;
	line-height: 24px;
	height: 90px;
}
}


	/*패드와 모바일*/
	@media (max-width:1023px) {
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.location dl {
	width: 49%;
	padding: 30px 10px;
	margin: 30px 0px;
	height: 270px;
}
.location dl dt {
	line-height: 50px;
	font-size: 19px;
}
.location dl:nth-child(1) {
	float: left;
}
.location dl:nth-child(2) {
	float: right;
}
.location dl dd {
	padding-top: 40px;
	font-size: 13px;
	line-height: 24px;
	height: 90px;
}
}




	/*모바일*/
	@media (max-width:640px) {
.location {
	padding-bottom: 40px;
}
.location dl {
	width: 100%;
	padding: 20px 10px 30px 10px;
	margin: 10px 0px 10px 0px !important;
	box-sizing: border-box;
}
.location dl dt {
	line-height: 30px;
	font-size: 16px;
}
.location dl:nth-child(1) {
	float: left;
}
.location dl:nth-child(2) {
	float: right;
}
.location dl dd {
	padding-top: 40px;
	font-size: 13px;
	line-height: 24px;
}
}
/* **************************************** *
 * 특허
 * **************************************** */



.p_gallery_type01 .list {
	text-align: center;
	overflow: hidden;
}
.p_gallery_type01 .list dl {
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	border: 1px solid #ddd;
}
.p_gallery_type01 .list dl dt img {
	width: 100%;
}
.p_gallery_type01 .list dl dt {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.p_gallery_type01 .list dl dd {
	padding: 10px 20px;
	overflow: hidden;
	display: table;
	text-align: center;
	margin: auto;
	box-sizing: border-box;
	font-weight: 300;
	position: relative;
}
.p_gallery_type01 .list dl dd p {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
}
.p_gallery_type01 .list dl dd p span {
	border: 1px solid #fb2950;
	font-weight: 400;
	color: #fb2950;
	border-radius: 4px;
	vertical-align: middle;
}
.p_gallery_type01 .top {
	width: 100%;
	box-sizing: border-box;
}
.p_gallery_type01 .top dt {
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 300;
	width: 100%;
}
.p_gallery_type01 .top dt strong {
	font-weight: 500;
}
.p_gallery_type01 .top dt::before {
	content: '';
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.p_gallery_type01 .top dd {
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-weight: 300;
}
.p_gallery_type01 .top.bgst01 {
	background: url('/kor/pic/sub/t01.jpg') no-repeat center center;
	background-size: cover;
}
.p_gallery_type01 .top.bgst02 {
	background: url('/kor/pic/sub/t02.jpg') no-repeat center center;
	background-size: cover;
}
.p_gallery_type01 .top.bgst03 {
	background: url('/kor/pic/sub/t03.jpg') no-repeat center center;
	background-size: cover;
}


	/*웹*/
	@media (min-width: 1024px) {
.p_gallery_type01 .top {
	padding: 60px 40px;
	margin-bottom: 40px;
}
.p_gallery_type01 .top dt {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 20px;
}
.p_gallery_type01 .top dt::before {
	width: 100px;
	height: 3px;
}
.p_gallery_type01 .top dd {
	padding-top: 30px;
	font-size: 15px;
	line-height: 23px;
}
.p_gallery_type01 .list dl {
	width: 17%;
	margin: 20px 1%;
}
.p_gallery_type01.wide_ver .list dl {
	width: 33%;
}
.p_gallery_type01 .list dl dd p {
	font-size: 16px;
	line-height: 25px;
}
.p_gallery_type01 .list dl dd p {
	height: 70px;
}
.p_gallery_type01 .list dl dd p span {
	padding: 0px 10px;
	line-height: 20px;
	font-size: 12px;
}
.btn_link {
	border: 1px solid #fb2950;
	font-weight: 400;
	color: #fb2950 !important;
	border-radius: 4px;
	vertical-align: middle;
	padding: 5px;
	width: 150px;
	margin: 0 auto
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.p_gallery_type01 .top {
	padding: 40px 30px;
	margin-bottom: 40px;
}
.p_gallery_type01 .top dt {
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 20px;
}
.p_gallery_type01 .top dt::before {
	width: 80px;
	height: 3px;
}
.p_gallery_type01 .top dd {
	padding-top: 30px;
	font-size: 15px;
	line-height: 23px;
}
.p_gallery_type01 .list dl {
	width: 23%;
	margin: 20px 1%;
}
.p_gallery_type01 .list dl dd p {
	font-size: 15px;
	line-height: 20px;
}
.p_gallery_type01 .list dl dd p {
	height: 70px;
}
.p_gallery_type01 .list dl dd p span {
	padding: 0px 10px;
	line-height: 20px;
	font-size: 12px;
}
.p_gallery_type01.wide_ver .list dl {
	width: 40%;
}
}




	/*모바일*/
	@media (max-width:640px) {
.p_gallery_type01 .top {
	padding: 20px 20px;
	margin-bottom: 40px;
}
.p_gallery_type01 .top dt {
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 20px;
}
.p_gallery_type01 .top dt::before {
	width: 60px;
	height: 3px;
}
.p_gallery_type01 .top dd {
	padding-top: 20px;
	font-size: 14px;
	line-height: 23px;
}
.p_gallery_type01 .list dl {
	width: 46%;
	margin: 10px 1%;
}
.p_gallery_type01 .list dl dd p {
	font-size: 13px;
	line-height: 18px;
}
.p_gallery_type01 .list dl dd p {
	height: 70px;
}
.p_gallery_type01 .list dl dd p span {
	padding: 0px 6px;
	line-height: 17px;
	font-size: 10px;
}
}
/* **************************************** *
 * window
 * **************************************** */
.window {
	display: none;
	box-sizing: border-box;
	padding: 50px 30px 30px 30px;
	background: #fff;
	border-color: #ddd #aaa #888 #ddd;
	box-shadow: 2px 5px 17px rgba(0, 0, 0, 0.7);
	width: 860px;
}
.window .sm div {
	display: none;
}
.window li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 11px 15px;
	box-sizing: border-box;
}
.window li br {
	display: none;
}
.window li:last-child {
	border-bottom: none;
}
.window li a {
	float: left;
	width: 200px;
	font-size: 20px;
	line-height: 61px;
	color: #fff;
	background: #e02b31;
	padding: 10px 20px;
	box-sizing: border-box;
	font-weight: 600;
	text-align: center;
}
.window .sub_menu {
	overflow: hidden;
	width: 100%;
}
.window .sub_menu li {
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	border: none !important;
	width: auto !important;
	padding: 12px 7px !important;
}
.window .sub_menu li a {
	display: block;
	font-size: 17px;
	width: auto !important;
	padding: 0px 2px !important;
	line-height: 61px;
	font-weight: 300;
	color: #333;
	width: auto !important;
	background: #fff;
	border: none;
}
.window .sm {
	overflow: hidden;
	float: right;
	width: 540px;
	box-sizing: border-box;
	padding: 0px 10px;
}
.window .btn_close {
	position: absolute;
	top: 30px;
	right: 30px;
	overflow: hidden;
	box-sizing: border-box;
}
.window .btn_close {
	top: 25px;
	right: 30px;
	font-size: 27px;
	line-height: 30px;
	transform: scale(1, 0.7);
	font-weight: 300;
}
/* **************************************** *
 * window2
 * **************************************** */
.window2 {
	display: none;
	box-sizing: border-box;
	background: #fff;
	border-color: #ddd #aaa #888 #ddd;
	box-shadow: 2px 5px 17px rgba(0, 0, 0, 0.7);
}
.window2 .btn_close {
	position: absolute;
	color: #000;
	font-weight: 200;
}
.window2 h2 {
	color: #ec1c24;
	border-bottom: 1px dotted #bbb;
	margin-bottom: 30px;
}
.window2 .privacy h3, .privacy_in h3 {
	color: #ec1c24;
	font-weight: 500;
}
.privacy_in {
	background: #eee;
	overflow-y: scroll;
	border: 1px solid #ddd;
}



	/*웹*/
	@media (min-width: 1024px) {
.window2 {
	padding: 30px 30px 30px 30px;
	width: 580px;
	height: 850px;
}
.window2 h2 {
	font-size: 20px;
	line-height: 43px;
	margin-bottom: 30px;
}
.window2 .btn_close {
	top: 25px;
	right: 30px;
	font-size: 30px;
	line-height: 40px;
	transform: scale(1, 0.7);
}
.window2 .privacy {
	font-size: 15px;
	position: absolute;
	top: 110px;
	left: 5%;
	line-height: 24px;
	width: 90%;
	height: 600px;
	overflow-y: auto;
}
.window2 .privacy h4, .privacy_in h4 {
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}
.window2 .privacy h3, .privacy_in h3 {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.window2 .privacy, .window2 .privacy p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
.privacy_in {
	width: 100%;
	height: 300px;
	padding: 40px 40px;
	box-sizing: border-box;
}
}


	/*패드와 모바일*/
	@media (max-width:1023px) {
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.window2 {
	padding: 30px 30px 30px 30px;
	width: 380px;
	height: 550px;
}
.window2 h2 {
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 30px;
	text-align: left;
}
.window2 .btn_close {
	top: 25px;
	right: 30px;
	font-size: 27px;
	line-height: 30px;
	transform: scale(1, 0.7);
}
.window2 .privacy {
	font-size: 15px;
	position: absolute;
	top: 110px;
	left: 5%;
	line-height: 24px;
	width: 90%;
	height: 600px;
	overflow-y: auto;
}
.window2 .privacy h4, .privacy_in h4 {
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}
.window2 .privacy h3, .privacy_in h3 {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.window2 .privacy, .window2 .privacy p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
.privacy_in {
	width: 100%;
	height: 300px;
	padding: 40px 40px;
	text-align: left;
}
}




	/*모바일*/
	@media (max-width:640px) {
.window2 {
	padding: 30px 30px 30px 30px;
	width: 380px;
	height: 550px;
}
.window2 h2 {
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 30px;
	text-align: left;
}
.window2 .btn_close {
	top: 25px;
	right: 30px;
	font-size: 27px;
	line-height: 30px;
	transform: scale(1, 0.7);
}
.window2 .privacy {
	font-size: 15px;
	position: absolute;
	top: 110px;
	left: 5%;
	line-height: 24px;
	width: 90%;
	height: 600px;
	overflow-y: auto;
}
.window2 .privacy h4, .privacy_in h4 {
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}
.window2 .privacy h3, .privacy_in h3 {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.window2 .privacy, .window2 .privacy p, .privacy_in {
	font-size: 12px;
	line-height: 20px !important;
	margin-bottom: 20px;
}
.privacy_in {
	width: 100%;
	height: 100px;
	padding: 10px 10px;
	text-align: left;
}
}
/*사업소개*/



/* **************************************** *
 * window2
 * **************************************** */
.productlist {
}
.productlist .content {
	background: #eee;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.productlist .content h2 {
	float: left;
	overflow: hidden;
	color: #fff;
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.productlist .content h3 {
	color: #000;
	font-weight: 300;
}
.productlist h4 {
	color: #ec1c24;
	font-weight: 600;
}
.productlist .spec {
	overflow: hidden;
	padding: 30px 0px;
}
.productlist .spec dl {
	overflow: hidden;
}
.productlist .spec dl dt, .productlist h5 {
	color: #000;
	font-weight: 600;
	position: relative;
}
.productlist .spec dl dt::before, .productlist h5::before {
	content: '';
	position: absolute;
	background: url('/kor/pic/sub/in13.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .imgarea img {
	width: 100%;
	border: 1px solid #ddd;
}
.productlist .imgarea {
	border: none;
}
.productlist .spec dl dd {
	color: #666;
}
.productlist .spec dl dd ul li {
	color: #666;
	padding-left: 10px;
	position: relative;
}
.productlist .spec dl dd ul li::before {
	position: Absolute;
	content: '- ';
}
.productlist .spec dl dd ul li ul li {
	color: #888;
}
.productlist .spec dl dd ul li ul li::before {
	position: Absolute;
	content: '. ';
}
.productlist .tab {
	text-align: Center;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	border-top: 2px solid #ec1c24;
	border-bottom: 1px solid #ec1c24;
}
.productlist .tab a {
	display: inline-block;
	color: #000;
	font-weight: 300;
	position: relative;
}
.productlist .tab a.on {
	display: inline-block;
	color: #ec1c24;
	font-weight: 600;
}
.productlist .tab a::before {
	content: '';
	background: #ddd;
	position: Absolute;
}
.productlist .tab a:first-child::before {
	display: none
}
.onimport {
	position: relative;
}
.onimport::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 17%;
	height: 100%;
	border: 5px solid #ec1c24;
	box-sizing: border-box;
}
.onimport .important {
	background: rgba(249, 77, 77, 0.8);
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important
}
span.s {
	vertical-align: bottom !important;
	display: inline-block;
}
.main_b_zone_2 {
	width: 100%;
	background-color: #eaeaea;
}
.main_b_zone_2 * {
	box-sizing: border-box;
}
.b_zone_in {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 15px 5px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}
.b_zone_in dl {
	display: flex;
	flex: 1 1 33.3%;
	align-content: center;
	margin-bottom: 10px;
	flex-direction: row;
}
.b_zone_in dl:first-of-type {
	max-width: 340px;
}
.b_zone_in dl:nth-of-type(2) {
	max-width: 275px;
}
.b_zone_in dl:nth-of-type(3) {
}
.b_zone_in dl dt {
	min-width: 70px;
	margin-right: 10px;
	text-align: right;
	font-weight: 500;
}
.b_zone_in dl dd {
	text-align: left;
	line-height: 1.5;
}


	/*웹*/
	@media (min-width: 1024px) {
span.s {
	font-size: 9px;
	line-height: 18px;
	padding: 0px 1px;
}
.productlist .content::before {
	content: '';
	position: absolute;
	background: #333;
	background-size: cover;
	width: 28%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
.productlist .content h2::before {
	content: ' ';
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0.2;
}
.productlist .content h2.tn01::before {
	background: url('/kor/pic/sub/p1_3.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .content h2.tn02::before {
	background: url('/kor/pic/sub/p2_1.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .content h2.tn022::before {
	background: url('/kor/pic/sub/p222_1.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .content h2.tn03::before {
	background: url('/kor/pic/sub/p3_1.jpg') no-repeat center center;
	background-size: auto 250%;
}
.productlist .content h2.tn04::before {
	background: url('/kor/pic/sub/p4_3.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .content h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 28%;
	font-size: 23px;
	height: 100%;
}
.productlist .content h2 span {
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	z-index: 3;
	position: absolute;
	top: 50%;  /* position the top  edge of the element at the middle of the parent */
	left: 50%; /* position the left edge of the element at the middle of the parent */
	transform: translate(-50%, -50%);
	display: inline-block;
}
.productlist .content h3 {
	float: right;
	width: 67%;
	padding: 30px 30px;
	font-size: 17px;
	line-height: 28px;
}
.productlist h4 {
	font-size: 30px;
	line-height: 40px;
}
.productlist .spec {
	width: 100%;
	position: relative;
}
.productlist h5 {
	position: relative;
}
.productlist .spec dl {
	margin-bottom: 10px;
	width: 64%;
}
.productlist .spec dl dt, .productlist h5 {
	font-size: 23px;
	line-height: 36px;
	padding-top: 10px;
	margin-top: 30px;
}
.productlist .spec dl dt::before, .productlist h5::before {
	top: 0px;
	left: 0px;
	width: 26px;
	height: 2px;
}
.productlist .spec dl dd {
	padding-top: 10px;
	font-size: 17px;
	line-height: 24px;
}
.productlist .imgarea {
	overflow: hidden;
	top: 30px;
	right: 0;
	width: 30%;
	position: absolute;
}
.productlist .imgarea img {
	margin-bottom: 10px;
}
.productlist .spec dl dd ul li {
	padding-left: 10px;
	padding-bottom: 10px;
}
.productlist .spec dl dd ul li::before {
	top: 0;
	left: 0;
}
.productlist .spec dl dd ul li ul li {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.productlist .spec dl dd ul li ul li::before {
	top: 5px;
	left: 0;
}
.productlist .tab a {
	font-size: 20px;
	line-height: 70px;
	padding: 0px 30px;
}
.productlist .tab a::before {
	width: 1px;
	height: 16px;
	top: 30px;
	left: 0;
}
.mh400 {
	min-height: 970px;
}
.productlist .imgarea2 {
	text-align: center;
}
.productlist .imgarea2 img {
	width: 32.5%;
}
.productlist .imgarea2 img:nth-child(2) {
	margin: 0px 1%;
}
.main_b_zone {
	width: 100%;
	background-color: #f8f8f8;
	height: 467px
}
.main_b_zone_2 {
	width: 100%;
	background-color: #eaeaea;
	padding: 20px 0;
	text-align: center;
}
}


	/*패드와 모바일*/
	@media (max-width:1023px) {
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.productlist {
	text-align: left;
}
span.s {
	font-size: 9px;
	line-height: 18px;
	padding: 0px 1px;
}
.productlist .content::before {
	content: '';
	position: absolute;
	background: #333;
	width: 28%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
.productlist .content h2::before {
	content: ' ';
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0.2;
}
.productlist .content h2.tn01::before {
	background: url('/kor/pic/sub/p1_3.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .content h2.tn02::before {
	background: url('/kor/pic/sub/p2_1.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .content h2.tn03::before {
	background: url('/kor/pic/sub/p3_1.jpg') no-repeat center center;
	background-size: auto 250%;
}
.productlist .content h2.tn04::before {
	background: url('/kor/pic/sub/p4_3.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .content h2.tn022::before {
	background: url('/kor/pic/sub/p222_1.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .content h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 28%;
	text-align: center;
	font-size: 19px;
	height: 100%;
	display: table;
}
.productlist .content h2 span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.productlist .content h3 {
	float: right;
	width: 60%;
	padding: 30px 30px;
	font-size: 16px;
	line-height: 27px;
}
.productlist h4 {
	font-size: 26px;
	line-height: 33px;
}
.productlist .spec {
	width: 100%;
	position: relative;
}
.productlist h5 {
	position: relative;
}
.productlist .spec dl {
	margin-bottom: 10px;
}
.productlist .spec dl dt, .productlist h5 {
	font-size: 19px;
	line-height: 30px;
	padding-top: 10px;
	margin-top: 20px;
}
.productlist .spec dl dt::before, .productlist h5::before {
	top: 0px;
	left: 0px;
	width: 20px;
	height: 2px;
}
.productlist .spec dl dd {
	padding-top: 10px;
	font-size: 16px;
	line-height: 22px;
}
.productlist .imgarea {
	overflow: hidden;
	text-align: center;
}
.productlist .imgarea img {
	margin-bottom: 10px;
	width: 31%;
}
.productlist .spec dl dd ul li {
	padding-left: 10px;
	padding-bottom: 10px;
}
.productlist .spec dl dd ul li::before {
	top: 0;
	left: 0;
}
.productlist .spec dl dd ul li ul li {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.productlist .spec dl dd ul li ul li::before {
	top: 5px;
	left: 0;
}
.productlist .tab a {
	font-size: 17px;
	line-height: 60px;
	padding: 0px 20px;
}
.productlist .tab a::before {
	width: 1px;
	height: 12px;
	top: 24px;
	left: 0;
}
.productlist .imgarea2 {
	text-align: center;
}
.productlist .imgarea2 img {
	width: 32.5%;
}
.productlist .imgarea2 img:nth-child(2) {
	margin: 0px 1%;
}
.b_zone_in {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 15px 5px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
}
.b_zone_in dl {
	display: flex;
	flex: 1 1 0;
	align-content: center;
	margin-bottom: 10px;
	flex-direction: row;
	width: 95%;
}
.b_zone_in dl dt {
	min-width: 70px;
	margin-right: 10px;
	text-align: right;
	font-weight: 500;
}
.b_zone_in dl dd {
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
}
.b_zone_in dl dd img {
	max-width: 215px;
}
}




	/*모바일*/
	@media (max-width:640px) {
.productlist {
	text-align: left;
}
.productlist .content::before {
	content: '';
	position: absolute;
	background: #333;
	width: 28%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
.productlist .content h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 28%;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	height: 100%;
	display: table;
}
.productlist .content h2::before {
	content: ' ';
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0.2;
}
.productlist .content h2.tn01::before {
	background: url('/kor/pic/sub/p1_3.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .content h2.tn02::before {
	background: url('/kor/pic/sub/p2_1.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .content h2.tn03::before {
	background: url('/kor/pic/sub/p3_1.jpg') no-repeat center center;
	background-size: auto 250%;
}
.productlist .content h2.tn04::before {
	background: url('/kor/pic/sub/p4_3.jpg') no-repeat center center;
	background-size: cover;
}
.productlist .content h2.tn022::before {
	background: url('/kor/pic/sub/p222_1.jpg') no-repeat center right;
	background-size: cover;
}
.productlist .content h2 span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.productlist .content h3 {
	float: right;
	width: 60%;
	padding: 20px 20px;
	font-size: 14px;
	line-height: 22px;
}
.productlist h4 {
	font-size: 19px;
	line-height: 33px;
}
.productlist .spec {
	width: 100%;
	position: relative;
}
.productlist h5 {
	position: relative;
}
.productlist .spec dl {
	margin-bottom: 10px;
}
.productlist .spec dl dt, .productlist h5 {
	font-size: 16px;
	line-height: 23px;
	padding-top: 10px;
	margin-top: 20px;
}
.productlist .spec dl dt::before, .productlist h5::before {
	top: 0px;
	left: 0px;
	width: 20px;
	height: 2px;
}
.productlist .spec dl dd {
	padding-top: 10px;
	font-size: 13px;
	line-height: 20px;
}
.productlist .imgarea {
	overflow: hidden;
	text-align: center;
}
.productlist .imgarea img {
	margin-bottom: 10px;
	width: 100%;
}
.productlist .spec dl dd ul li {
	padding-left: 10px;
	padding-bottom: 10px;
}
.productlist .spec dl dd ul li::before {
	top: 0;
	left: 0;
}
.productlist .spec dl dd ul li ul li {
	font-size: 11px;
	line-height: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.productlist .spec dl dd ul li ul li::before {
	top: 5px;
	left: 0;
}
.productlist .tab a {
	font-size: 17px;
	line-height: 53px;
	padding: 0px 20px;
}
.productlist .tab a::before {
	width: 1px;
	height: 12px;
	top: 20px;
	left: 0;
}
.productlist table th, .productlist table td {
	font-size: 12px !important;
	line-height: 20px;
	word-break: keep-all;
}
.productlist .imgarea2 {
	text-align: center;
}
.productlist .imgarea2 img {
	width: 100%;
	margin-bottom: 10px;
}
.main_b_zone {
	width: 100%;
	background-color: #f8f8f8;
}
.main_b_zone_2 {
	width: 100%;
	background-color: #eaeaea;
	padding: 20px 0;
	text-align: center;
}
.b_zone_in {
	padding: 5px;
	flex-direction: column;
}
.b_zone_in dl {
	display: flex;
	flex: 1 1 0;
	align-content: center;
	margin-bottom: 10px;
	flex-direction: row;
	width: 95%;
}
.b_zone_in dl dt {
	min-width: 70px;
	margin-right: 10px;
	text-align: right;
	font-weight: 500;
}
.b_zone_in dl dd {
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
}
.b_zone_in dl dd img {
	max-width: 215px;
}
}
.sponsor {
	width: 100%;
	background-color: #F0F0F0;
	padding: 2% 0;
	text-align: center;
}
.sponsor li {
	width: 46%;
	display: inline-block;
}
.sponsor li a {
	display: block;
	width: 100%;
}

/*패드*/
@media (min-width:641px) and (max-width:1023px) {
.sponsor li {
	width: 30%;
}
.sponsor li a img {
	width: 100%;
}
}
/*모바일*/
@media (max-width:640px) {
.sponsor li {
	width: 43%;
}
.sponsor li a img {
	width: 100%;
}
}
.privacy {
	width: 100%
}
.privacy dt {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0
}
.privacy dd {
	font-size: 12px;
	padding-left: 20px
}
.btn_ty2 {
	padding: 35px;
	background-color: #003366;
	color: #fff;
	font-size: 23px;
	border: none
}
.tbl_2 {
	border-top: 2px solid #00489d;
	width: 100%;
}
.tbl_2 caption {
	text-align: left;
	padding: 0 0 7px 0;
	font-size: 0;
	line-height: 0;
}
.tbl_2 caption .memo {
	float: right;
	margin: 6px 0 0 0;
	font: normal 11px;
	color: #858585;
}
.tbl_2 caption .memo span {
	color: #cc3300;
	font: normal 11px;
}
.tbl_2 th {
	border: 0.5px solid #ddd;
	background: #f5f5f5;
	font: bold 11px;
	letter-spacing: -1px;
	text-align: left;
	padding: 10px 0 10px 10px;
}
.tbl_2 th span {
	color: #cc3300;
	vertical-align: -3px;
}
.tbl_2 th img {
	margin-right: 1px;
}
.tbl_2 td {
	border : 0.5px solid #ddd;
	font: normal 11px;
	padding: 15px;
	text-align: left;
}
.tbl_2 td span {
	width: 45px;
	font: normal 11px;
}
.tbl_2 td input.box {
	border: 1px solid #aaa!important;
	line-height: 40px !important;
	height: 40px !important;
	vertical-align: -1px;
}
.tbl_2 th, .tbl_2 td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.tbl_2 td textarea.box {
	border: 1px solid #aaa;
	vertical-align: -1px;
}
.sub0201_c {
	position: relative;
	margin-bottom: 20px;
}
.sub0201_c p {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
}
.sub0201_c span {
	margin: 0 0 0px 20px;
	display: block;
	padding-left: 10px;
	background: url(/images/common/bl_blue.png) 0 5px no-repeat;
	line-height: 1.9;
	font-size: 15px;
}
.sub0201_c span.span_red {
	color: red;
	background: none;
	padding-left: 0;
	letter-spacing: -1px;
}
.sub0201_c table {
	border-top: 2px solid #00489d;
	width: 100%;
	border-right: 1px solid #ddd;
}
.sub0201_c table thead th {
	border-bottom: 1px solid #ddd;
	background: #22417c;
	border-left: 1px solid rgba(255,255,255,0.2);
	font: bold 11px;
	letter-spacing: -1px;
	text-align: center;
	padding: 12px 0 10px 8px;
	color: #fff;
}
.bg_blue {
	background-color: #034387 !important
}
.f_t_01 {
	font-size: 55px;
	letter-spacing: -2px;
	width: 100%;
	text-align: center;
	padding: 30px 0
}
.top_text {
	position: relative;
	color: #003366;
	font-size: 32px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.top_text::before {
	position: absolute;
	top: 0;
	left: 5px;
	display: block;
	content: '';
	width: 3px;
	height: 100%;
	background: linear-gradient(to top, #083256 80%, #ece109 20%);
}
.imgbox-01576 {
	text-align: center;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	max-width: 1300px;
	border: 1px solid #ddd;
	margin-left: auto;
	margin-right: auto;
}
.imgbox-01576 img {
	width: 100%;
}
.new-bottton-area {
	text-align: center;
	padding: 20px 0px;
}
.new-bottton-area a {
	width: 200px;
	display: inline-block;
	background: #26aadd;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 60px;
}

	/*웹*/

	@media (min-width: 1024px) {
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
}

	/*모바일*/
	@media (max-width:640px) {
.new-bottton-area a {
	width: 150px;
	font-size: 14px;
	line-height: 40px;
}
.btn_ty2 {
	padding: 20px !important;
	font-size: 20px !important;
}
}
/* **************************************** *
 * 전체일정
 * **************************************** */
.lefttd td {
	padding-left: 20px !important;
	text-align: left !important;
}
.schedule_2022 {
	max-width: 1300px;
	margin: 0px auto;
	padding: 20px;
	box-sizing: border-box;
}
.pre_new {
	max-width: 1300px;
	margin: 0 auto;
	background: rgba(192, 239, 255, 0.15);
	padding: 30px 10px;
}

	/*웹*/
	@media (min-width: 1024px) {
.big_table th {
	font-size: 20px !important;
	line-height: 30px !important;
	color: #4851d0 !important;
	background: #f0f3f9 !important;
}
.big_table th img {
	width: 80%;
	max-width: 170px;
}
.big_table td {
	font-size: 16px;
	line-height: 25px;
}
}
/* **************************************** *
 * subpadding
 * **************************************** */


	/*웹*/

	@media (min-width: 1024px) {
.subpadding {
	padding-bottom: 170px;
}
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.subpadding {
	padding-bottom: 120px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.subpadding {
	padding-bottom: 50px;
}
}
.sub_contents_area {
	position: relative;
}
.sub_contents_area:after, .sub_contents_area:before {
	content: '';
	position: absolute;
	animation-name: imgroll;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.sub_contents_area:before {
	background: url('/kor/images/com/sub_in01.png') no-repeat center center;
	width: 200px;
	height: 300px;
	animation-delay: 2s;
	z-index: -1;
	background-size: auto 200px;
	left: -20px;
	top: 0px;
}
.sub_contents_area:after {
	background: url('/kor/images/com/sub_in02.png') no-repeat center center;
	width: 200px;
	height: 300px;
	background-size: auto 180px;
	right: 0px;
	bottom: 5%;
	animation-delay: 1s;
	z-index: -1
}
 @keyframes imgroll {
 0%, 100% {
transform: translatey(0px);
opacity:1;
}
 50% {
transform: translatey(-20px);
opacity:0.5;
}
}



	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.sub_contents_area:before {
	width: 100px !important;
	height: 100px !important;
	background-size: auto 100px;
	left: -20px;
	top: 30px;
}
.sub_contents_area:after {
	width: 100px !important;
	height: 90px !important;
	background-size: auto 70px;
	right: 0;
	top: 140px !important;
}
}
 @media (max-width: 640px) {
.mobile_logo img {
	width: 210px !important;
}
.sub_contents_area:before, .sub_contents_area:after {
	display: none
}
}
/* ================================================================
새로 스타일 제작
   ================================================================ */


/* ================================================================
	 foofter
   ================================================================ */
.footer_new {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 70px 20px;
	background: #000;
	color: #fff;
}
.footer_new .footermenu {
	gap: 10px 80px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.footer_new .footermenu .gnb__link {
	color: #fff;
	padding-right: 50px;
}
.footer_new .footer_new-bottom {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	display: none;
}
.footer_new .footermenu .gnbSub li a, .footer_new .footermenu .gnb__link {
	font-size: 17px;
	line-height: 33px;
	height: auto;
}
.footer_new .footermenu .gnbSub {
	width: 100%;
	background: none !important;
	height: auto;
	padding: 10px 0px;
	margin: auto;
	top: auto;
	left: auto;
	position: relative;
	opacity: 0.8;
	display: block !important;
}
.footer_new .footermenu .gnbSub .gnb__link {
	font-weight: var(--fw300);
}
.footer_new-related-sites {
	display: flex;
	position: relative;
	align-items: end;
	width: 220px;
}
.footer_new-related-sites button {
	width: 100%;
	background: #fff;
	border-radius: 50px;
	border-radius: 50px;
	border: none;
	padding: 10px 30px !important;
	display: flex;
	font-weight: var(--fw400);
	font-size: 16px;
	align-items: center;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.footer_new-related-sites button::after {
	font-family: 'Material Symbols Outlined';
	font-size: 30px;
	content: '\e313';
	line-height: 30px;
	font-weight: normal;
	opacity: 0.6;
	font-variation-settings: 'wght' 200;
}
.footer_new-related-sites .footer_new-dropdown {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
	border-radius: 0px 0px 20px 20px;
	top: 185px;
	overflow: hidden;
	left: 0;
	z-index: 1;
}
 .footer_new-related-sites .footer_new-dropdown:visible + button {
 border-radius: 50px 50px 0px 0px;
}
.footer_new-related-sites .footer_new-dropdown a {
	padding: 12px 20px;
	text-decoration: none;
	display: block;
	color: #000;
	font-size: 0.9em;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	transition: background 0.3s;
}
.footer_new-related-sites .footer_new-dropdown a:hover {
	background: #eee;
}
.footer_new-related-sites:hover .footer_new-dropdown {
	display: block;
}
.footer_new-bottom {
	text-align: center;
	align-items: center;
	padding: 20px 0;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer_new-bottom2 {
	display: flex;
	width: 100%;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.footer_new-bottom2 dl {
	display: flex;
	align-items: center;
}
.footer_new-bottom2 dl dt img {
	vertical-align: middle;
}
.footer_new-bottom2 dl dd {
	padding-left: 30px;
	display: flex;
	font-weight: var(--fw800);
	font-size: 20px;
	line-height: 50px;
}
.footer_new-bottom2 dl dd .int_list {
	display: flex;
	font-weight: var(--fw500);
	font-size: 17px;
	opacity: 0.8;
	gap: 0px 30px;
	padding-left: 50px;
	flex-wrap: wrap;
}
.footer_new-bottom2 dl dd .int_list strong {
	font-weight: var(--fw600);
	padding-right: 10px;
}
.footer_new-bottom2 p.copy {
	padding-top: 30px;
	opacity: 0.6;
	font-size: 15px;
	width: 100%;
}
.footer_new-under-menu {
	position: absolute;
	top: 0;
	right: 0;
}
.footer_new-under-menu a {
	opacity: 0.7;
	font-size: 18px;
	margin-right: 30px;
	font-weight: var(--fw600);
}
.footer_new-under-menu a.bold {
	opacity: 1;
}
.footer_new-social-icons {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
}
.footer_new-social-icons a {
	text-indent: -11777771px;
	margin: 0px 1px;
	width: 50px;
	height: 40px;
	background: url('/kor/images_new/sns.gif') no-repeat;
}
.footer_new-social-icons a:nth-child(1) {
	background-position: 5px 0px;
}
.footer_new-social-icons a:nth-child(2) {
	background-position: -55px 0px;
}
.footer_new-social-icons a:nth-child(3) {
	background-position: -115px 0px;
}
.footer_new-social-icons a:nth-child(4) {
	background-position: -225px 0px;
}
.footer_new-bottom .footer_new-social-icons a:hover {
	opacity: 0.7
}




/* ----------- web -------------*/
@media (min-width:1024px) {
.footer_new-bottom2 {
	padding: 30px 0;
	margin-top: 50px;
	border-top: 1px solid rgba(255,255,255,0.3);
}
}

/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
.footer_new-bottom2 {
}
.footer_new-social-icons {
	top: 5px;
}
.footer_new {
	padding: 30px 20px;
}
.footermenu {
	display: none !important
}
.footer_new .flexwrap {
	justify-content: end;
}
.footer_new-related-sites .footer_new-dropdown {
	top: 50px;
}
.footer_new-bottom2, .footer_new-bottom {
	display: flex;
	flex-wrap: wrap;
}
.footer_new-bottom2 dl {
	flex-direction: column;
}
.footer_new-bottom2 dl dt {
	text-align: center;
}
.footer_new-bottom2 dd {
	flex-wrap: wrap;
	;
	justify-content: center;
	text-align: center
}
.footer_new-bottom2 dd p {
}
.footer_new-bottom2 dl dd .int_list {
	padding-left: 0px;
	gap: 0px 10px;
	width: 100%;
	display: flex;
}
.footer_new-bottom2 dl dd .int_list p {
	padding: 0px;
	line-height: 30px;
}
.footer_new-social-icons, .footer_new-under-menu {
}
.footer_new-social-icons {
	padding-top: 0px;
}
.footer_new-bottom2 dl, .footer_new-bottom2 p {
	width: 100%;
	justify-content: center;
	text-align: center
}
}

/* -----------  mobile -------------*/
@media (max-width:650px) {
.footer_new {
	padding: 20px 10px;
}
.footer_new-related-sites {
	width: 100%;
}
.footer_new-social-icons {
	padding-top: 10px;
	padding-top: 0px;
	position: absolute;
	top: 0px;
}
.footer_new-bottom2 dl {
	flex-wrap: wrap;
}
/* 	.footer_new-bottom2 dl,
	.footer_new-bottom2 p {width:100%; justify-content: center; text-align:center} */
.footer_new-bottom2 p.copy {
	padding-top: 30px;
	font-size: 0.7rem
}
.footer_new-under-menu a {
	font-size: 16px;
	margin: 6px;
}
.footer_new-bottom2 dl dt, .footer_new-bottom2 dl dd {
	width: 100%;
}
.footer_new-bottom2 dl dt, .footer_new-bottom2 dl dd {
	width: 100%;
}
.footer_new-bottom2 dl dd {
	font-size: 1.1rem;
	margin-top: 1rem;
	padding-left: 0px
}
.footer_new-bottom2 dl dd .int_list p {
	line-height: 1.3;
	font-size: 0.9rem
}
.footer_new-bottom2 dl dt img {
	margin-top: 1rem
}
}

/* -----------  min-mobile -------------*/
@media (max-width:450px) {
}
/* ================================================================
	prepare_area
   ================================================================ */

.prepare_area2 {
	background: url('/kor/images_new/prepare.gif') no-repeat bottom center;
	padding-top: 100px;
	height: 1100px;
	text-align: center;
	position: relative;
	background-attachment: fixed;
}
.prepare_area2:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	z-index: 1;
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(247, 153, 33, 0.5) 70%, rgba(25,56,76,0) 100%)
}
.prepare_area2 h3, .prepare_area2 h4 {
	position: relative;
	z-index: 2;
}
.prepare_area2 h3 {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 20px;
	font-weight: var(--fw700);
}
.prepare_area2 h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: var(--fw400);
}
.prepare_inner {
	text-align: Center;
	padding: 60px 0px;
	font-weight: var(--fw300);
	color: rgba(0,0,0,0.3);
	font-size: 60px;
	line-height: 90px;
}



/* ----------- web -------------*/
@media (min-width:1024px) {
}

/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
.prepare_area2 {
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 200px;
}
.prepare_area2:before {
	height: 400px;
}
.prepare_area2 h3 {
	font-size: 30px;
	line-height: 40px;
}
.prepare_area2 h4 {
	font-size: 17px;
	line-height: 23px;
}
.prepare_inner {
	font-size: 40px;
	line-height: 60px;
}
}

/* -----------  mobile -------------*/
@media (max-width:650px) {
.prepare_area2 h3 {
	font-size: 20px;
	line-height: 30px;
}
.prepare_area2 {
	padding: 30px 20px 100px 20px;
}
.prepare_inner {
	padding: 40px 0px;
	font-size: 30px;
	line-height: 40px;
}
}

/* -----------  min-mobile -------------*/
@media (max-width:450px) {
}
