@charset "UTF-8";
/*@import url(../codefont/fonts.css);*/
/*@media (min-width:2560px) * (min-width:2048px) */
/*@media (max-width:1899px) * (max-width:1739px) * (max-width:1659px) * (max-width:1579px) * (max-width:1535px) * (max-width:1439px) * (max-width:1409px) * (max-width:1360px) * (max-width:1279px) * (max-width:1199px) * (max-width:1133px) * (max-width:1110px) * (max-width:1079px) * (max-width:1023px) * (max-width:900px) * (max-width:819px) * (max-width:767px) * (max-width:639px) * (max-width:539px) * (max-width:449px) * (max-width:419px) * (max-width:389px) */

#wrap {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.article-inner {
  max-width: 1360px;
  width: 100%;             /* NEW: ensure it expands to full available width */
  margin: 0 auto;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 0px;
  min-height: 80px;
  display: flex;           /* Optional: make list items horizontal */
  flex-wrap: wrap;         /* Allow wrapping on small screens */
  gap: 10px;               /* Add spacing between items */
}

@media (max-width: 539px) {
  .article-inner {
    padding: 10px 15px;
    width: 100%;           /* Ensure full width on small screens */
  }
}





._pc {
	display:block;
}
._mb {
	display:none;
}

h2 {
	line-height:1;
	font-size:60px;
	font-weight:bold;
	color:#151515;
}
h3 {
	line-height:1.1;
	font-size:52px;
	font-weight:bold;
	color:#151515;
}
h4 {
	line-height:1.2;
	font-size:36px;
	font-weight:800;
	color:#151515;
}
h5 {
	line-height:1.2;
	font-size:27px;
	font-weight:bold;
	color:#151515;
}
h6 {
	line-height:1.2;
	font-size:20px;
	font-weight:bold;
	color:#333333;
}
@media (max-width:1199px) {
h2 {
	font-size:52px;
}
h3 {
	font-size:45px;
}
h4 {
	font-size:34px;
}
h5 {
	font-size:24px;
}
h6 {
	font-size:19px;
}
}
@media (max-width:1023px) {
h2 {
	font-size:45px;
}
h3 {
	font-size:38px;
}
h4 {
	font-size:28px;
}
h5 {
	font-size:21px;
}
h6 {
	font-size:18px;
}
}
@media (max-width:767px) {
h2 {
	font-size:42px;
}
h3 {
	font-size:34px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:19px;
}
h6 {
	font-size:16px;
}
}
@media (max-width:539px) {
h2 {
	font-size:36px;
}
h3 {
	font-size:28px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:17px;
}
h6 {
	font-size:15px;
}
}


/*--- top ---*/
#top-banner {
	position: relative;
	z-index: 9;
	background-color:#f5f5f5;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
#top-banner .top-banner-inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0;
}

#top {
	display: block;
	width: 100%;
	min-width: 1240px;
	z-index: 999;/*	background:url(/img/top_bg.jpg) no-repeat bottom;*/
}
.top-inner {
	position: relative;
	width: 1240px;
	height: 207px;
	margin: 0 auto;
	padding: 0px;
	z-index: 9;
}





#util-menu {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 32px;
	padding: 0px;
	text-align: center;
	clear: both;
	background-color: #282828;
}
.util-menu-inner {
	position: relative;
	width: 1240px;
	margin: 0 auto;
}
.util-menu-inner .util-sns {
	float: left;
	margin-top: 7px;
	margin-right: 4px;
}

.top-util-menu {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 39px;
}
.top-util-menu ul li {
	position: relative;
	float: left;
	font-family: gulim, dotum;
	font-size: 12px;
	line-height: 32px;
	padding: 0px 8px 0px 10px;
	margin: 0px;
	background: url(../img/util_line.html) no-repeat left center;
}
.top-util-menu ul li a {
	line-height: 32px;
	color: #fff;
	text-decoration: none;
}
.top-util-menu ul li:first-child {
	padding: 0px 8px;
	background: none;
}
.top-util-menu ul li .util-login {
	margin-top: -7px;
	padding: 5px 8px;
	font-weight: bold;
	color: #fff;
	background: #bfbfbf;
	border: 1px solid #aaa;
}

#logo-section {
	position: relative;
	z-index: 9;
	clear: both;
	width: 100%;
	height: 80px;
	text-align: center;
	background-color:#fff;
}
.logo-section-inner {
	position: relative;
	width: 1240px;
	margin: 0 auto;
}
.logo-section-inner .top-cs {
	position: absolute;
	top: 10px;
	right: 0;
}
.logo-section-inner .logo {
	position: absolute;
	left: 0%;
	top: 10px;
}
.logo-section-inner .top-naver {
	position: absolute;
	top: 10px;
	right: 270px;
}




/*--- 검색바 ---*/
#search-wrap-mb {
	display:none;
}

#search-wrap {
	display:none;
	position: absolute;
	top: 20px;
	left: 300px;
}
.search-bar {
	float:none;
	width: 347px;
	height: 35px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.g_window .gbox {
	float: left;
	margin: 1px 0px 1px 17px;
}
.g_window .gbox input {
	float: none;
	width: 295px;
	margin: 0px;
	padding: 0;
	border: 0;
	outline: none;
	text-align: left;
	color: #000000;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window input[type=image] {
	float: left;
}
.g_window .btn_arw {
	position: absolute;
	top: 6px;
	left: 392px;
}
.g_window .btn_arw a {
	display: block;
	padding: 7px 5px;
}
@media (max-width:1079px) {
#search-wrap {
	display: none;
}

#search-wrap-mb {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	width: 100%;
	height: 53px;
	box-sizing: border-box;
	margin: 0px;
	padding: 8px;
	background-color: #fbebf2;
}
.search-inner {
	margin: 0 auto;
	display: inline-block;
}
.search-bar {
	float:left;
	width: 307px;
	height: 35px;
}
.g_window .gbox input {
	width: 255px;
}
.schbt-close {
	float:left;
	width: 21px;
	height:37px;
	margin-left:8px;
	background:url(../img/mall/btn_closed.html) no-repeat 50% 50%;
}
}
/***** Search END *****/

.qm-wrap {
	position:absolute;
	z-index:100;
	top:350px;
	right:50%;
	transform:translateX(800px);
}
.qm-wrap > * {
	display:block;
	font-family:"Ubuntu";
	font-size:15px;
}
.qm-wrap > * + * {
	margin-top:40px;
}
.qm-wrap .qm-sns, .qm-wrap .qm-sns a {
	color:#ffffff;
	font-weight:500;
	text-decoration:none;
}
.qm-wrap .qm-sns {
	margin-right:40px;
	height:65px;
	transform: rotate(90deg);
}
@media (max-width:1899px) {
.qm-wrap {
	transform:translateX(765px);
}
}
@media (max-width:1739px) {
.qm-wrap {
	transform:translateX(795px);
}
}
@media (max-width:1659px) {
.qm-wrap {
	right:0;
	transform:none;
}
}
@media (max-width:1199px) {
.qm-wrap .qm-sns {
	margin-right:25px;
	height:54px;
}
}
@media (max-width:1023px) {
.qm-wrap {
	display:none;
}
}



#Footer {
	clear: both;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
	text-align: left;
	background-color: #0f0f0f;
	color: #fff;
	font-size: 14px;
}

.Footer-inner {
	margin: 0;
	padding-left: 30px; 
	width: 100%;
	display: block;
}

#Footer * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	box-sizing: border-box;
}


.bottom-sns {
	position:absolute;
	right:0;
	top:50px;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:start;
	text-align:center;
}
.bottom-sns > * {
	flex:0 0 auto;
}
.bottom-sns > * + * {
	margin-left:25px;
}
.bottom-sns a {
	display: inline-block;
	width:24px;
	height:24px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: contain;
	background-color:transparent;
	cursor: pointer;
}
/*
.bottom-sns > :nth-child(3) a {
	background-size:22px;
}*/
.bottom-sns a.mall {
	width:auto;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	line-height:22px;
	font-size:13px;
	font-weight:600;
	color:#316add;
	border:1px solid #316add;
	border-radius:5px;
}
.news-appForm {
	float:right;
	position:relative;
	width:500px;
	box-sizing:border-box;
	margin-top:-28px;
	padding:78px 60px 50px 60px;
	background-color:#fff;
	text-align:left;
}
.news-appForm h2 {
	margin-bottom:18px;
	line-height:1;
	font-family:"Ubuntu";
	font-size:47px;
	font-weight: 500;
	color:#000;
}
.news-appForm h5 {
	margin-bottom:10px;
	word-break:keep-all;
	font-size:15px;
	font-weight:500;
	color:#333333;
}
.news-appForm h6 {
	word-break:keep-all;
	line-height:1.2;
	font-size:12px;
	font-weight:500;
	color:#999999;
}
.news-appForm .appForm-input {
	margin-top:45px;
	display:flex;
	flex-wrap:wrap;
	align-items:start;
	justify-content:space-between;
}
.news-appForm .appForm-input .section {
	margin-bottom:12px;
	font-size:14px;
	font-weight:600;
	color:#333333;
	border-bottom:1px solid #000;
	display:inline-flex;
	flex-wrap:nowrap;
	align-items:center;
}
.news-appForm .appForm-input > * {
	flex:0 0 49%;
}
.news-appForm .appForm-input > :last-child {
	flex:0 0 100%;
}
.news-appForm .appForm-input .section .items {
	flex:1 0 0%;
}
.news-appForm .appForm-input .section .items-btn {
	flex:0 0 45px;
	margin-left:8px;
}

.news-appForm .appForm-input .section .input {
	width:100%;
	height:48px;
	box-sizing:border-box;
	font-weight:600;
	border:0;
}
.news-appForm .appForm-input .section .input::placeholder {
	color:#696969;
}
.news-appForm .appForm-input .section .input:focus {
	border:0;
	outline:none;
}
.news-appForm .appForm-input .section .input-btn {
	display:inline-block;
	box-sizing:border-box;
	vertical-align:middle;
	width:45px;
	height:45px;
	text-indent:-10000px;
	border:0;
	cursor:pointer;
	transform:scale(-1);
	background:url(../img/icons/i_arrow.png) no-repeat 50% 50%;
	background-size:24px;
	filter: brightness(0) saturate(100%) invert(8%) sepia(98%) saturate(6951%) hue-rotate(23deg) brightness(99%) contrast(127%);
}

.copyright {
	position:relative;
	padding:60px 0 0 0;
	line-height: 1.6;
	letter-spacing:0;
	text-align: left;
	font-size: 14px;
	font-weight:400;
	color: #ffffff;
}
.copyright .copyline {
	display:inline-block;
	margin-left:8px;
	margin-right:8px;
}
.copyright .copyline::before {
	content:'\002F';
}
.copyright .footer-logo {
	display:block;
	width:114px;
	height:64px;
	margin-bottom:45px;
	line-height:0;
	background:url(../img/logo.png) no-repeat 50% 50%;
	background-color:transparent;
	background-size:contain;
}
.copyright .bottom-tel {
	margin-bottom:22px;
	line-height:1;
	font-size:45px;
	font-weight:bold;
	color:#fff;
}

.bottom-utilbtn {
	position: relative;
	margin-bottom:30px;
}
.bottom-utilbtn > * + * {
	margin-left:15px;
}
.bottom-utilbtn > * + ::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:14px;
	margin-right:15px;
	background-color:#ffffff;
}
.bottom-utilbtn a {
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	color:#fff;
	background-color:transparent;
}
.bottom-utilbtn a:hover {
	color:#fff;
}
#Footer .esc {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.familyLink {
	display:inline-block;
}
.select-site::-ms-expand { 
	display: none;
}
select.select-site {
    -webkit-appearance: none;  /* 크롬 화살표 없애기 */
    -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
    appearance: none;  /* 화살표 없애기 */
    display: inline-block;
    border:0;
    width:270px;
	height:62px;
	padding:0px 40px 0 20px;
	font-size:16px;
	color:#fff;
	background-color:#333333;
	background-position:95% 50%;
	background-repeat:no-repeat;
	background-image:url(../img/icons/i_arrow_downbold_white.png);
	background-size:14px;
}
select.select-site:focus {
	border:0;
	outline:none;
	background-color:#3362c3;
}
select.select-site option {
	background: #3362c3;
	color: #fff;
}
select.select-site option:disabled {
	background: #3362c3;
	color: #fff;
}
@media (max-width:1439px) {}
@media (max-width:1360px) {}
@media (max-width:1199px) {
#Footer {
	padding-bottom:65px;
}
.news-appForm {
	width:470px;
	margin-top:0;
	padding:50px 45px 40px 45px;
}
.news-appForm h2 {
	font-size:40px;
}
}
@media (max-width:1079px) {
.news-appForm {
	width:420px;
	padding:50px 35px 25px 35px;
}

.bottom-sns {
	flex-wrap:wrap;
	justify-content:end;
	width:250px;
}
.familyLink {
	margin-top:25px;
	margin-left:0;
}
select.select-site {
	width:250px;
	height:54px;
	padding-left:15px;
}
}
@media (max-width:1023px) {
.copyright {
	font-size:13px;
}
.copyright .copyline {
	display:block;
	margin:0;
	line-height:0;
	font-size:0;
}
.copyright .copyline::before {
	display:none;
}
.bottom-sns a {
	width:36px;
	height:36px;
	background-size:28px;
}
.bottom-sns > * + * {
	margin-left:15px;
}
.bottom-sns a.mall {
	line-height:34px;
}

.familyLink {
	margin-left:0;
}
.bottom-utilbtn {
	margin-bottom:25px;
}
.bottom-utilbtn a {
	font-size:14px;
}
}
@media (max-width:900px) {
.news-appForm {
	width:350px;
}
.news-appForm h2 {
	font-size:36px;
}
.news-appForm .appForm-input {
	margin-top:25px;
}
}
@media (max-width:767px) {
.news-appForm {
	float:none;
	width:calc(100% + 50px);
	margin-left:-25px;
	margin-right:-25px;
	padding-top:40px;
}

.bottom-sns {
	width:200px;
}
.bottom-sns a {
	width:32px;
	height:32px;
	background-size:22px;
}
.bottom-sns a.mall {
	line-height:30px;
}

select.select-site {
	width:200px;
	height:45px;
	padding-left:10px;
	font-size:14px;
}
}
@media (max-width:639px) {
.copyright {
	padding-bottom:80px;
}

.bottom-sns {
	width:100%;
	top:auto;
	bottom:0;
	justify-content:start;
}
.familyLink {
	justify-self:end;
	margin-left:auto;
	margin-top:0;
}
}
@media (max-width:539px) {
#Footer {
	padding-bottom:48px;
}
.news-appForm {
	width:calc(100% + 30px);
	margin-left:-15px;
	margin-right:-15px;
	padding-left:20px;
	padding-right:20px;
}
.news-appForm .appForm-input .section .input {
	height:40px;
}

.copyright {
	padding-top:45px;
	padding-bottom:120px;
	font-size:12px;
}
.bottom-sns {
	width:200px;
	right:50%;
	transform:translateX(50%);
	justify-content:center; /*space-evenly;*/
}
.bottom-sns > * + * {
	margin-left:8px;
}
.bottom-sns a {
	width:28px;
	height:28px;
	background-size:20px;
}
.bottom-sns a.mall {
	line-height:26px;
	font-size:12px;
}

.bottom-utilbtn a {
	font-size:13px;
}
.bottom-utilbtn > * + * {
	margin-left:8px;
}
.bottom-utilbtn > * + ::before {
	height:12px;
	margin-right:8px;
}
.familyLink {
	height:32px;
	margin-top:20px;
	margin-left:0;
	font-size:13px;
}
}
@media (max-width:319px) {
.bottom-utilbtn a {
	display:block;
	text-align:left;
}
.bottom-utilbtn > * + * {
	margin-left:0;
	margin-top:5px;
}
.bottom-utilbtn > * + ::before,
.bottom-utilbtn > ::before {
	content:'\00B7\0020\0020';
	display: contents;
	width:auto;
	height:auto;
	margin-right:auto;
}
}

/*-- mouse icon motion --*/
@keyframes motion {
	0% {margin-bottom:0px;}
	100% {margin-bottom:10px;}
}
@-webkit-keyframes motion {
	0% {margin-bottom: 0px;}
	100% {margin-bottom:10px;}
}

#scroll {
	position: absolute;
	z-index:100;
	bottom:0px;
	right:50%;
	transform:translateX(775px);
}
.scroll_mouse {
	margin-bottom: 0;
	animation: motion 0.3s linear 2s infinite alternate;
	-webkit-animation: motion 0.3s linear 2s infinite alternate;
}
.scroll_mouse::before {
	content:'';
	display:block;
	width:82px;
	height:62px;
	background-image:url(../img/icons/i_arrow_one.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:78px;
	background-color:transparent;
	transform:rotate(-90deg) scaleY(-1);
}
@media (max-width:1899px) {
#scroll {
	transform:translateX(740px);
}
}
@media (max-width:1739px) {
#scroll {
	transform:translateX(770px);
}
}
@media (max-width:1659px) {
#scroll {
	right:25px;
	transform:none;
}
}
@media (max-width:1023px) {
#scroll {
	right:0;
	bottom:25px;
}
.scroll_mouse::before {
	filter:invert(1);
}
}
@media (max-device-width:767px) {
#scroll {
	display:none;
	width:64px;
	height:64px;
}
.scroll_mouse::before {
	width:64px;
	height:60px;
	background-size:60px;
}
}
@media screen and (max-device-width:539px), (orientation: landscape) and (max-device-width:1023px) and (max-device-height:539px) {
#scroll {
	width:48px;
	height:48px;
}
}
/*-- //END// mouse icon motion --*/

/*--- Main ---*/
/*
.m_motion {
	display:block;
	position:relative;
	opacity:0;
	animation-name:fadein_Mtxt;
	animation-timing-function:ease-in;
	animation-duration:0.4s;
	animation-direction:normal;
	animation-fill-mode: forwards;
}
.m_motion._motion1 {
	animation-delay:0.3s;
}
.m_motion._motion2 {
	animation-delay:0.8s;
}
.m_motion._motion3 {
	animation-delay:1.2s;
}
.m_motion._motion4 {
	animation-delay:1.8s;
}
.m_motion._motion5 {
	animation-delay:2.2s;
}
.m_motion._motion6 {
	animation-delay:2.8s;
}*/
@keyframes fadein_Mtxt {
	0% {
		opacity:0;
		margin-top: 140px;
	}
	100% {
		opacity:1;
		margin-top:0;
	}
}
@-webkit-keyframes fadein_Mtxt {
	0% {
		opacity:0;
		bottom: -100px;
	}
	100% {
		opacity:1;
		bottom:0;
	}
}
@keyframes ani_zoomin {
	0% {
		opacity:0;
		transform: scale3d(1.3, 1.3, 1);
	}
	100% {
		opacity:1;
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes ani_zoomin {
	0% {
		opacity:0;
		transform: scale3d(1.3, 1.3, 1);
	}
	100% {
		opacity:1;
		transform: scale3d(1, 1, 1);
	}
}
@keyframes ani_zoomover {
	0% {
		transform: scale3d(1, 1, 1);
	}
	100% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@-webkit-keyframes ani_zoomover {
	0% {
		transform: scale3d(1, 1, 1);
	}
	100% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes fadein_width {
	0% {
		opacity:0;
		width:0;
	}
	100% {
		opacity:1;
		width:100%;
	}
}

.subject {
	text-align:left;
	word-break:keep-all;
	line-height:1.4;
	font-size:17px;
	color:#232323;
}
.subject h2 {
	margin-bottom:10px;
	line-height:1;
	font-family:"MADE TOMMY", "Urbanist";
	font-size:60px;
	font-weight:700;
	color:inherit;
}
.subject h4 {
	margin-bottom:25px;
	line-height:1.1;
	font-family:"NanumSquare", "Nanum Square";
	font-size:24px;
	font-weight:800;
	color:inherit;
}
.subject .btn-more {
	display:inline-block;
	width:175px;
	margin-top:40px;
	padding:20px;
	text-align:center;
	line-height:1;
	font-size:16px;
	font-weight:500;
	color:#fff;
	text-decoration:none;
	background-color:#316add;
	border-radius:10px 0px;
}
.subject .btn-more::after {
	content:'\002B';
	margin-left:15px;
	font-family: sans-serif;
	font-size:15px;
	font-weight:bold;
}
@media (max-width:1199px) {
.subject h2 {
	font-size:52px;
}
}
@media (max-width:1023px) {
}
@media (max-width:900px) {}
@media (max-width:767px) {
.subject {
	font-size:16px;
}
.subject h2 {
	font-size:46px;
}
.subject h4 {
	font-size:21px;
}
.subject .btn-more {
	width:139px;
	margin-top:30px;
	padding:15px;
	font-size:14px;
	border-radius:8px 0px;
}
}
@media (max-width:539px) {
.subject {
	font-size:15px;
}
.subject h2 {
	font-size:36px;
}
.subject h4 {
	font-size:19px;
}
}

#main-Visual {
	position: absolute;
	box-sizing:border-box;
	display:inline-block;
	z-index:2;
	bottom:0;
	right:0;
	width:calc(47% + 160px);
	height:460px;
	background-color: transparent;
}
.main-visual-inner {
	position:relative;
	height:100%;
	margin-left:160px;
}
@media (min-width:2560px) {}
@media (max-width:1739px) {}
@media (max-width:1659px) {}
@media (max-width:1439px) {
#main-Visual {
	height:400px;
}
}
@media (max-width:1199px) {
#main-Visual {
	height:360px;
}
.main-visual-inner {
	margin-left:128px;
}
}
@media (max-width:1133px) {
#main-Visual {
	height:300px;
}
}
@media (max-width:1079px) {
#main-Visual {
	height:370px;
}
}
@media (max-width:1023px) {
#main-Visual {
	width:calc(100% - 140px);
	height:360px;
}
}
@media (max-width:767px) {
#main-Visual {
	width:calc(100% - 25px);
	height:280px;
}
.main-visual-inner {
	margin-left:88px;
}
}
@media (max-width:539px) {
.main-visual-inner {
	margin-left:64px;
}
}
@media (max-width:359px) {
#main-Visual {
	height:250px;
}
}

#main-Business {
	position:relative;
	overflow:hidden;
	background:url(../img/main/main_section_bg2.jpg) no-repeat 100% 0% #ffffff;
	background-size:cover;
}
.main-Business-inner {
	padding-top:170px;
	padding-bottom:85px;
}
#main-Business .subject {
	float:left;
	width:500px;
	margin-right:40px;
}
#main-Business .article {
	position:relative;
	width:calc(100% - 540px);
	margin-left:540px;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	align-items:start;
	justify-content:start;
}
#main-Business .documentBox {
	flex:0 0 calc(33% - 50px);
	margin-right:50px;
	margin-bottom:60px;
	padding-left:10px;
	text-align:left;
	word-break:keep-all;
	color:#666666;
}
#main-Business .documentBox .image {
	width:92px;
	height:92px;
	margin-bottom:10px;
	margin-left:-10px;
	color:#666666;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
#main-Business .documentBox h4 {
	margin-bottom:12px;
	line-height:1.1;
	font-family:"NanumSquare", "Nanum Square";
	font-size:24px;
	font-weight:800;
	color:#232323;
}
#main-Business .documentBox h5 {
	margin-bottom:12px;
	line-height:1.1;
	font-family:"Urbanist";
	font-size:16px;
	font-weight:700;
	color:#232323;
	text-transform:uppercase;
}
@media (max-width:1659px) {}
@media (max-width:1579px) {}
@media (max-width:1409px) {}
@media (max-width:1360px) {}
@media (max-width:1279px) {}
@media (max-width:1199px) {
#main-Business .subject {
	margin-right:65px;
}
#main-Business .article {
	width:calc(100% - 565px);
	margin-left:565px;
}
#main-Business .documentBox {
	flex:0 0 calc(50% - 50px);
}
#main-Business .article > .documentBox:nth-child(1),
#main-Business .article > .documentBox:nth-child(6) {
	display:none;
}
}
@media (max-width:1133px) {}
@media (max-width:1110px) {}
@media (max-width:1079px) {
.main-Business-inner {
	padding-top:140px;
	padding-bottom:65px;
}
#main-Business .subject {
	width:430px;
}
#main-Business .article {
	width:calc(100% - 465px);
	margin-left:465px;
}
}
@media (max-width:1023px) {
#main-Business {
	background:url(../img/main/main_section_bg2_mb.jpg) no-repeat 100% 0% #ffffff;
	background-size: contain;
}
#main-Business .subject {
	float:none;
	margin-right:0;
}
#main-Business .article {
	width:100%;
	margin-left:0;
	justify-content:space-between;
}
#main-Business .documentBox {
	flex:0 0 calc(33% - 50px);
}
#main-Business .article > .documentBox:nth-child(1),
#main-Business .article > .documentBox:nth-child(6) {
	display: inline-block;
}
}
@media (max-width:900px) {}
@media (max-width:819px) {}
@media (max-width:767px) {
.main-Business-inner {
	padding-top:100px;
	padding-bottom:60px;
}
#main-Business .subject {
	max-width:100%;
}
#main-Business .article {
	margin-top:60px;
}
#main-Business .documentBox {
	flex:0 0 calc(50% - 45px);
	margin-right:45px;
	margin-bottom:30px;
}
#main-Business .article > .documentBox:nth-child(1),
#main-Business .article > .documentBox:nth-child(6) {
	display:none;
}
#main-Business .documentBox .image {
	width:72px;
	height:72px;
}
#main-Business .documentBox h4 {
	font-size:21px;
}
}
@media (max-width:539px) {
.main-Business-inner {
	padding-top:85px;
	padding-bottom:40px;
}
#main-Business .subject {
	width:100%;
}
#main-Business .article {
	margin-top:45px;
}
#main-Business .documentBox {
	flex:0 0 calc(50% - 25px);
	margin-right:0;
	word-break:break-word;
}
#main-Business .documentBox .image {
	width:64px;
	height:64px;
	margin-left:-5px;
}
#main-Business .documentBox h4 {
	margin-bottom:8px;
	font-size:17px;
}
#main-Business .documentBox h5 {
	margin-bottom:8px;
	font-size:14px;
}
}
@media (max-width:359px) {}


#main-Product {
	position: relative;
	z-index:1;
	display:inline-block;
	overflow:hidden;
	width:100%;
	min-height:610px;
	margin:0;
	box-sizing:border-box;
	background-color:#ffffff;
}
#main-Product.section1 {
	margin-bottom:140px;
}
#main-Product.section1::after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-color:#e7eaf1;
	border-radius:0;
}
#main-Product .main-Product-head {
	position: absolute;
	z-index:3;
	width:100%;
	height:456px;
	background-image:url(../img/main/main_section_bg3.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
	background-size:contain;
	display:flex;
	align-items:center;
}
.main-Product-inner {
	position: relative;
	z-index:4;
	float:right;
	width:calc(50% + 680px);
	padding:275px 0 120px 295px;
}
#main-Product .main-Product-bottom {
	position: absolute;
	z-index:2;
	top:0;
	left:50%;
	transform:translateX(-50%);
	height:100%;
	background-color:#e7eaf1;
	border-radius:0 0 0 1.25rem;
}
#main-Product .subject {
	color:#fff;
}

#main-Product.section2 {
	display:none;
	margin-top:140px;
	margin-bottom:160px;
}
@media (min-width:2560px) {}
@media (max-width:1739px) {}
@media (max-width:1659px) {}
@media (max-width:1579px) {}
@media (max-width:1535px) {}
@media (max-width:1439px) {
.main-Product-inner {
	float:none;
	width:calc(100% - 50px);
	margin-left:50px;
	margin-right:0;
	padding:265px 0 100px 295px;
}
#main-Product .main-Product-head {
	background-position:50% 0%;
	background-size:cover;
}
}
@media (max-width:1409px) {}
@media (max-width:1199px) {
#main-Product .main-Product-head {
	height:388px;
}
.main-Product-inner {
	padding-top:295px;
	padding-left:168px;
}
#main-Product.section1 {
	margin-bottom:120px;
}
#main-Product.section2 {
	min-height:450px;
	margin-top:120px;
	margin-bottom:130px;
}
}
@media (max-width:1023px) {
#main-Product .main-Product-head {
	height:360px;
}
.main-Product-inner {
	padding-left:70px;
}
#main-Product.section1 {
	margin-bottom:100px;
}
#main-Product.section2 {
	min-height:400px;
	margin-top:100px;
	margin-bottom:120px;
}
}
@media (max-width:767px) {
#main-Product .main-Product-head {
	height:300px;
}
#main-Product .main-Product-bottom {
	border-radius:0 0 0 0.75rem;
}
.main-Product-inner {
	padding-top:250px;
}
#main-Product.section1 {
	margin-bottom:85px;
}
#main-Product.section2 {
	margin-top:85px;
	margin-bottom:100px;
}
}
@media (max-width:639px) {
#main-Product.section2 {
	margin-bottom:65px;
}
}
@media (max-width:539px) {
#main-Product {
	min-height:500px;
}
#main-Product .main-Product-head {
	height:260px;
}
#main-Product .main-Product-bottom {
	margin:0;
}
.main-Product-inner {
	width:calc(100% - 15px);
	margin-left:15px;
	padding:225px 0 80px 45px;
}
#main-Product.section1 {
	margin-bottom:65px;
}
#main-Product.section2 {
	margin-top:65px;
	margin-bottom:45px;
}
}
@media (max-width:419px) {
.main-Product-inner {
	padding-left:25px;
	padding-bottom:65px;
}
}
@media (max-width:359px) {
.main-Product-inner {
	width:calc(100% - 15px);
	margin-left:15px;
}
}
@media (max-width:319px) {
.main-Product-inner {
	padding-left:15px;
}
}

/***********************************************/
#mainReview {
	clear: both;
	display:table;
	width:100%;
	min-height:680px;
	margin: 0;
	padding:40px 0px 80px 0px;
	text-align: center;
	background-color:#252525;
}
#mainReview h2 {
	clear: both;
	margin: 40px auto;
	padding: 0;
	text-align: center;
	font-size:48px;
	font-weight:300;
	color:#fff;
}
#mainReview h2:after {
	content: "";
	display: block;
	width: 52px;
	border-bottom: 1px solid #555;
	margin: 15px auto;
}
#mainReview .mReview-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#mainReview .mReview-inner li {
	float: left;
	box-sizing:border-box;
	width: 16.6%;
	height:142px;
	margin: 0px;
	padding: 0;
	border:0px solid #666;
	background-color:#666;
}
#mainReview .mReview-inner li img {
	width: 100%;
	height: 100%;
	border: 0;
	opacity:1;
}
#mainReview .mReview-inner li:hover img {
	opacity: .5;
}

#notice-wrap {
	clear: both;
	position:relative;
	margin: 0;
	overflow:hidden;
}
.notice-head {
	position:relative;
	z-index:1;
	height:674px;
	padding-top:160px;
	background:url(../img/main/main_section_bg4.jpg) no-repeat 50% 0% #333333;
	background-size:cover;
}
.notice-head .subject {
	font-size:18px;
	color:#ffffff;
}
.notice-head .subject h2 {
	margin-bottom:20px;
}
.notice-head .subject h4 {
	margin-bottom:20px;
	font-size:37px;
	font-weight:700;
}
.notice-head .subject::before {
	content:'';
	display:block;
	position:absolute;
	top:190px;
	left:0%;
	max-width:calc(50% - 730px);
	height:3px;
	background-color:#ffffff;
	animation-name:fadein_width;
	animation-timing-function:linear;
	animation-delay:0s;
	animation-duration:1.5s;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
.notice-body {
	position:relative;
	z-index:2;
	margin-top:-195px;
}
.notice-body::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:9.5%;
	right:0;
	background-color:#ffffff;
}
#notice-wrap .main-notice {
	position:relative;
	z-index:3;
	margin:0px auto;
	padding:120px 0px 120px 110px;
}
#notice-wrap .main-notice .subject {
	float: left;
	box-sizing:border-box;
	width: 418px;
	padding-right:100px;
	color:#999999;
}
#notice-wrap .main-notice .subject h2 {
	font-size:56px;
	color:#000000;
}
#notice-wrap .main-notice .list-form {
	position:relative;
	min-height:480px;
	margin-left:418px;
}
.main-notice .list-form ul {
	list-style:none;
	display: inline-block;
	width:100%;
	padding: 0;
	margin: 0;
	border-top: 3px solid #000000;
}
.main-notice .list-form li {
	list-style:none;
	display:flex;
	align-items:center;
	box-sizing:border-box;
	width: 100%;
	height:160px;
	padding:30px 15px;
	text-align:left;
	line-height:1.2;
	font-family:'NanumSquare', 'Nanum Square';
	font-size:24px;
	color:#333;
	background-color:#ffffff;
	border-bottom:1px solid #cccccc;
}
.main-notice .list-form li:hover {
	background-color:#f7f9fc;
}
.main-notice .list-form li a {
	display:block;
	display:-webkit-box;
	color: inherit;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main-notice .list-form li .section {
	flex:1 0 0%;
}
.main-notice .list-form li .date {
	flex:0 0 110px;
	margin-right:65px;
	letter-spacing:-1px;
	font-size:19px;
	font-weight:800;
	color:#000;
}
@media (min-width:2560px) {
.notice-body::before {
	left:19.5%;
}
}
@media (max-width:1659px) {
.notice-body::before {
	left:7.5%;
}
}
@media (max-width:1579px) {
.notice-body::before {
	left:5%;
}
}
@media (max-width:1535px) {
.notice-body::before {
	left:2.5%;
}
}
@media (max-width:1439px) {
.notice-body::before {
	left:25px;
}
#notice-wrap .main-notice .subject {
	width: 330px;
	padding-right:85px;
}
#notice-wrap .main-notice .list-form {
	min-height:400px;
	margin-left:330px;
}
.main-notice .list-form li {
	height:120px;
}
}
@media (max-width:1360px) {
#notice-wrap .main-notice {
	padding-left:95px;
}
}
@media (max-width:1199px) {
.notice-head {
	height:504px;
	padding-top:110px;
}
.notice-head .subject h4 {
	font-size:32px;
}
.notice-body {
	margin-top:-125px;
}
.notice-body::before {
	left:0;
}
#notice-wrap .main-notice {
	padding:90px 0 90px 25px;
}
#notice-wrap .main-notice .subject {
	width: 300px;
	padding-right:65px;
}
#notice-wrap .main-notice .subject h2 {
	font-size:48px;
}
#notice-wrap .main-notice .list-form {
	min-height:360px;
	margin-left:300px;
}
.main-notice .list-form li {
	padding-top:25px;
	padding-bottom:25px;
	line-height:1.3;
	font-size:20px;
}
.main-notice .list-form li .date {
	flex:0 0 100px;
	margin-right:45px;
	font-size:18px;
}
}
@media (max-width:1133px) {}
@media (max-width:1079px) {
.notice-head {
	height:464px;
	padding-top:85px;
}
.notice-body {
	margin-top:-110px;
}
#notice-wrap .main-notice {
	padding-top:80px;
	padding-bottom:80px;
}
#notice-wrap .main-notice .subject {
	width: 270px;
	padding-right:45px;
}
#notice-wrap .main-notice .list-form {
	margin-left:270px;
}
.main-notice .list-form li {
	font-size:19px;
}
.main-notice .list-form li .date {
	font-size:17px;
}
}
@media (max-width:1023px) {
.notice-head {
	height:354px;
}
.notice-body {
	margin-top:0;
}
#notice-wrap .main-notice {
	padding-left:0;
}
.main-notice .list-form li {
	height:108px;
	padding:20px 8px;
}
.main-notice .list-form li {
	font-size:18px;
}
.main-notice .list-form li .date {
	flex:0 0 95px;
	margin-right:25px;
	font-size:15px;
}
}
@media (max-width:767px) {
.notice-head {
	height:300px;
	padding-top:65px;
}
.notice-head .subject {
	font-size:17px;
}
.notice-head .subject h4 {
	font-size:28px;
}
#notice-wrap .main-notice {
	padding-top:65px;
	padding-bottom:65px;
}
#notice-wrap .main-notice .subject h2 {
	font-size:40px;
}
#notice-wrap .main-notice .list-form {
	min-height:260px;
}
.main-notice .list-form li {
	height:92px;
	font-size:16px;
}
.main-notice .list-form li .date {
	flex:0 0 75px;
	font-size:14px;
}
}
@media (max-width:639px) {
#notice-wrap .main-notice .subject {
	position:relative;
	float:none;
	width:auto;
	padding-right:0;
}
#notice-wrap .main-notice .subject .btn-more {
	position:absolute;
	right:0;
	bottom:5px;
}
#notice-wrap .main-notice {
	padding-top:50px;
	padding-bottom:50px;
}
#notice-wrap .main-notice .list-form {
	margin-left:0;
	margin-top:25px;
}
}
@media (max-width:539px) {
.notice-head {
	height:270px;
}
.notice-head .subject {
	font-size:16px;
}
.notice-head .subject h2 {
	margin-bottom:15px;
}
.notice-head .subject h4 {
	margin-bottom:15px;
	font-size:23px;
}
#notice-wrap .main-notice .subject h2 {
	font-size:32px;
}
#notice-wrap .main-notice .list-form {
	min-height:200px;
}
.main-notice .list-form li {
	height:80px;
	padding-top:15px;
	padding-bottom:15px;
}
}
@media (max-width:449px) {
.notice-head .subject {
	font-size:15px;
}
#notice-wrap .main-notice .subject .btn-more {
	width:128px;
}
#notice-wrap .main-notice {
	padding-top:30px;
}
#notice-wrap .main-notice .list-form {
	margin-top:15px;
	min-height:180px;
}
.main-notice .list-form li {
	height:68px;
	padding-top:12px;
	padding-bottom:12px;
	font-size:14px;
}
.main-notice .list-form li .date {
	flex:0 0 65px;
	margin-right:20px;
	font-size:12px;
}
}
@media (max-width:359px) {
#notice-wrap .main-notice .subject .btn-more {
	position:relative;
	right:auto;
	bottom:auto;
}
}
/*--- //END Main --*/


#Contents {
	clear:both;
	position:relative;
	width: 100%;
	min-height:800px;
	box-sizing:border-box;
	text-align:center;
	overflow:hidden;
}
@media (max-width:1199px) {
#Contents {
	min-height:auto;
}
}

#sub-head {
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
}
#sub-head::before {
	content:'';
	display:block;
	position: absolute;
	z-index:1;
	width:100%;
	height:100%;
	background-position:50% 0%;
	background-repeat:no-repeat;
	background-color:#232323;
	background-size:cover;
	animation:ani_zoomin 0.5s linear 0.1s forwards normal;
}
#sub-head.subbg_about::before {
	background-image:url(../img/sub/subtop_bg1.jpg);
}
#sub-head.subbg_product::before {
	background-image:url(../img/sub/subtop_bg2.jpg);
	background-position:50% 100%;
}
#sub-head.subbg_product2::before {
	background-image:url(../img/sub/subtop_bg2_2.jpg);
	background-position:50% 100%;
}
#sub-head.subbg_product3::before {
	background-image:url(../img/sub/subtop_bg2_3.jpg);
	background-position:50% 100%;
}
#sub-head.subbg_product4::before {
	background-image:url(../img/sub/subtop_bg2_4.jpg);
	background-position:50% 100%;
}
#sub-head.subbg_product5::before {
	background-image:url(../img/sub/subtop_bg2_5.jpg);
	background-position:50% 100%;
}
#sub-head.subbg_pd::before {
	background-image:url(../img/sub/subtop_bg3.jpg);
}
#sub-head.subbg_ctfc::before {
	background-image:url(../img/sub/subtop_bg4.jpg);
}
#sub-head.subbg_community::before {
	background-image:url(../img/sub/subtop_bg6.jpg);
}
#sub-head.subbg_cst::before {
	background-image:url(../img/sub/subtop_bg6.jpg);
}

.subhead-inner {
	position:relative;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:center;
	height:200px;
	box-sizing:border-box;
	text-align:center;
}
.subhead-inner h2 {
	font-family:'NanumSquare', 'Nanum Square';
	font-size:50px;
	font-weight:700;
	color:#fff;
}
.sub-headimg {
	clear:both;
	margin-bottom:0;
}
@media (max-width:1199px) {
.subhead-inner {
	height:256px;
}
.subhead-inner h2 {
	font-size:48px;
}
}
@media (max-width:1023px) {
.subhead-inner {
	height:198px;
}
.subhead-inner h2 {
	font-size:38px;
}
}
@media (max-width:539px) {
.subhead-inner {
	height:174px;
}
.subhead-inner h2 {
	font-size:30px;
}
}

.sub-content {
	clear: both;
	position:relative;
	box-sizing:border-box;
	min-height:800px;
	text-align:left;
	line-height:1.4;
	overflow:hidden;
}
.sub-content .itemsTitle {
	clear:both;
	margin-bottom:85px;
}
.sub-content .itemsTitle h3 {
	margin-bottom:10px;
}
.sub-content .itemsTitle h6 {
	margin-bottom:25px;
	color:#959595;
}
.sub-content .iso-icon {
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
	padding:5px 10px;
	line-height:1;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	color:#2c70cf;
	border:1px solid #2c70cf;
	border-radius:30px;
}
.items-document {
	clear:both;
	text-align:center;
}
.items-document a {
	display:inline-block;
	position:relative;
	margin:4px 8px;
	padding:5px 5px 5px 28px;
	text-decoration:none;
	font-size:16px;
	color:#000;
	cursor:pointer;
	opacity:0.8;
}
.items-document a::before {
	content:'';
	display:inline-block;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:24px;
	height:24px;
	background:url(../img/icons/i_certificate.png) no-repeat 50% 50%;
	background-size:contain;
}
.items-document a.data_photo::before {
	background:url(../img/icons/i_photo.png) no-repeat 50% 50%;
	background-size:contain;
}
.items-document a.data_document::before {
	background:url(../img/icons/i_document.png) no-repeat 50% 50%;
	background-size:contain;
}
.items-document a.data_precaution::before {
	background:url(../img/icons/i_precaution.png) no-repeat 50% 50%;
	background-size:contain;
}
.items-document a:hover {
	opacity:1;
}

/*
@media (max-width:1439px) {
.sub-content {
	padding-left:45px;
	padding-right:45px;
}
}*/
@media (max-width:1360px) {
.sub-content .itemsTitle h6 {
	margin-bottom:20px;
}
}
@media (max-width:1199px) {
.sub-content {
	min-height:600px;
}
}
@media (max-width:1079px) {
.sub-content .itemsTitle {
	margin-bottom:60px;
}
}
@media (max-width:1023px) {
.sub-content .iso-icon {
	font-size:14px;
}
.items-document a {
	margin-left:5px;
	margin-right:5px;
	font-size:15px;
}
}
@media (max-width:767px) {
.sub-content {
	min-height:450px;
}
.sub-content .itemsTitle {
	margin-bottom:48px;
}
.sub-content .itemsTitle h6 {
	margin-bottom:15px;
}
.sub-content .iso-icon {
	margin-left:12px;
	margin-right:12px;
}
.items-document a {
	margin-top:2px;
	margin-bottom:2px;
	padding-left:25px;
	font-size:14px;
}
.items-document a::before {
	width:22px;
	height:22px;
}
}
@media (max-width:539px) {
.sub-content {
	min-height:320px;
}
.sub-content .itemsTitle {
	margin-bottom:35px;
}
.sub-content .iso-icon {
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
}
.items-document a {
	padding-left:22px;
	font-size:13px;
}
.items-document a::before {
	width:19px;
	height:19px;
}
}

.location {
	position:relative;
	width: 100%;
	height: 300px;
	text-align: center;
	margin: 0px auto;
	padding-top:160px;
	background:url(../img/subvisual.jpg) no-repeat 50% 0%;
	background-size:cover;
}
.location ul {
	display:inline-block;
	margin:0 auto;
	padding:0;
}
.location li {
	display:none;
	margin:0;
	padding:0;
	font-size:48px;
	font-weight:300;
	color:#fff;
	text-shadow:0px 0px 7px rgba(0,0,0,.8);
}
.location li:after {
	content: "";
	display: block;
	width: 52px;
	border-bottom: 1px solid #fff;
	margin: 15px auto;
}
.location li:last-child {
	display: block;
/*	background:url(/img/st_line.png) no-repeat 50% 100%;*/
}

/*----- Introduce -----*/
.article-about {
	padding:120px 0;
}
.article-about h3 {
	margin-bottom:25px;
	word-break:keep-all;
	line-height:1.2;
	font-size:48px;
	font-weight:700;
}

.company-info {
	position:relative;
	width:1080px;
	margin:85px auto;
	border-top:3px solid #0f0f0f;
}
.company-info dl {
	list-style:none;
	display:flex;
	flex-wrap:nowrap;
	align-items:start;
	padding:25px 0;
	text-align:left;
	font-size:24px;
	border-bottom:1px solid #d2d2d2;
}
.company-info dl > * {
	flex:1 0 0%;
	padding:0 15px;
	line-height:1.3;
}
.company-info dt {
	flex:0 0 200px;
	margin-right:45px;
	font-weight:bold;
	color:#959595;
}
.company-info dd {
	word-break:keep-all;
	color:#000;
}





.article-about section {
	position:relative;
	overflow:hidden;
}
.article-about .about-row1 {
	margin-bottom:180px;
}
.article-about .about-txt {
	width:calc(57% - 140px);
	text-align:left;
	font-size:19px;
}
.article-about .about-img {
	width: 43%;
	margin-top:15px;
}
.article-about .about-row1 > :nth-child(1) {
	float:left;
}
.article-about .about-row1 > :nth-child(2) {
	float:right;
	margin-left:140px;
}

.article-about .about-row2 > :nth-child(1) {
	float:right;
}
.article-about .about-row2 > :nth-child(2) {
	float:left;
	margin-right:140px;
}
.article-about .solution-step {
	margin-left:18px;
}
.article-about .solution-step li {
	list-style: disc;
	padding-left:0;
	line-height:1.3;
	word-break:keep-all;
}
.article-about .solution-step li + li {
	margin-top:12px;
}
.article-about .solution-step dl {
	display:flex;
	flex-wrap:nowrap;
}
.article-about .solution-step dl dt {
	flex:0 0 auto;
	margin-right:12px;
	font-weight:bold;
	color:#000;
}
.article-about .solution-step dl dd {
	flex:1 0 0%;
}
@media (min-width:2560px) {}
@media (max-width:1439px) {
.article-about .about-txt {
	width:calc(57% - 110px);
}
.article-about .about-row1 > :nth-child(2) {
	margin-left:110px;
}
.article-about .about-row2 > :nth-child(2) {
	margin-right:110px;
}
}
@media (max-width:1199px) {}
@media (max-width:1199px) {
.article-about {
	padding:100px 0;
}
.article-about h3 {
	font-size:40px;
}
.company-info {
	width:92%;
}
.company-info dl {
	font-size:20px;
}
.company-info dt {
	flex:0 0 180px;
}
.article-about .about-txt {
	width:calc(57% - 85px);
	font-size:17px;
}
.article-about .about-row1 {
	margin-bottom:150px;
}
.article-about .about-row1 > :nth-child(2) {
	margin-left:85px;
}
.article-about .about-row2 > :nth-child(2) {
	margin-right:85px;
}
}
@media (max-width:1133px) {
.company-info {
	width:100%;
}
}
@media (max-width:1079px) {
.company-info {
	margin:65px auto;
}
.company-info dl {
	font-size:19px;
}
.article-about .about-row1 {
	margin-bottom:130px;
}
.article-about .about-row2 > :nth-child(1) {
	float:none;
	width:100%;
}
.article-about .about-row2 > :nth-child(2) {
	float:none;
	margin-top:45px;
	margin-right:0;
	width:100%;
}
}
@media (max-width:1023px) {
.article-about {
	padding:85px 0;
}
.article-about h3 {
	font-size:36px;
}
.company-info {
	margin:50px auto;
}
.company-info dl {
	padding:20px 0;
	font-size:18px;
}
.company-info dt {
	flex:0 0 165px;
	margin-right:25px;
}
.article-about .about-row1 {
	margin-bottom:100px;
}
.article-about .about-row1 > :nth-child(1) {
	width:calc(57% - 65px);
}
.article-about .about-row1 > :nth-child(2) {
	margin-left:65px;
}
}
@media (max-width:900px) {}
@media (max-width:767px) {
.article-about {
	padding:65px 0;
}
.article-about h3 {
	font-size:32px;
}
.company-info {
	margin:45px auto;
}
.company-info dl {
	padding:18px 0;
	font-size:16px;
}
.company-info dt {
	flex:0 0 145px;
}
.article-about .about-txt {
	font-size:16px;
}
.article-about .about-row1 {
	margin-bottom:85px;
}
.article-about .about-row1 > :nth-child(1) {
	float:none;
	width:100%;
}
.article-about .about-row1 > :nth-child(2) {
	float:none;
	margin-top:45px;
	margin-left:0;
	width:100%;
}
}
@media (max-width:539px) {
.article-about {
	padding:50px 0 45px 0;
}
.article-about h3 {
	margin-bottom:18px;
	font-size:25px;
}
.article-about span {
	display:block;
}
.company-info {
	margin:25px auto;
}
.company-info dl {
	padding:15px 0;
	font-size:14px;
}
.company-info dl > * {
	padding-left:10px;
	padding-right:10px;
}
.company-info dt {
	flex:0 0 124px;
	margin-right:15px;
}
.company-info dd {
	font-size:15px;
}
.article-about .about-txt {
	font-size:14px;
}
.article-about .about-row1 {
	margin-bottom:65px;
}
.article-about .about-row1 > :nth-child(2),
.article-about .about-row2 > :nth-child(2) {
	margin-top:25px;
}
.article-about .solution-step li + li {
	margin-top:8px;
}
.article-about .solution-step dl dt {
	margin-right:8px;
}
}
@media (max-width:389px) {
.company-info dl {
	flex-wrap:wrap;
	padding:12px 0;
}
.company-info dt {
	flex:0 0 100%;
	margin-right:0;
	margin-bottom:10px;
}
}
@media (max-width:359px) {}


/*----- Tab -----*/
.product-Tab {
	background-color:#f7f7f7;
	border-bottom:1px solid #d7dadf;
}
.product-Tab ol {
	list-style:none;
	box-sizing:border-box;
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
	justify-content:space-around;
}
.product-Tab li {
	list-style:none;
	box-sizing:border-box;
	position:relative;
	flex:1 0 auto;
	text-align:center;
	font-size:18px;
	font-weight:600;
	color:#454545;
}
.product-Tab li + li::before {
	content:'';
	display:inline-block;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:1px;
	height:18px;
	background-color:#000000;
	opacity:0.12;
}
.product-Tab li a {
	display:block;
	height:100%;
	padding:25px 12px;
	color: inherit;
}
.product-Tab.active1 li:nth-child(1) > a, .product-Tab.active2 li:nth-child(2) > a, .product-Tab.active3 li:nth-child(3) > a, .product-Tab.active4 li:nth-child(4) > a, .product-Tab.active5 li:nth-child(5) > a,
.product-Tab.active6 li:nth-child(6) > a, .product-Tab.active7 li:nth-child(7) > a, .product-Tab.active8 li:nth-child(8) > a, .product-Tab.active9 li:nth-child(9) > a, .product-Tab.active10 li:nth-child(10) > a,
.product-Tab li:hover, .product-Tab li a:hover {
	color:#0056ce;
	text-decoration:none;
	background-color:#ffffff;
}
.product-Tab.active1 li:nth-child(1) > a::before, .product-Tab.active2 li:nth-child(2) > a::before,
.product-Tab.active3 li:nth-child(3) > a::before, .product-Tab.active4 li:nth-child(4) > a::before,
.product-Tab.active5 li:nth-child(5) > a::before, .product-Tab.active6 li:nth-child(6) > a::before,
.product-Tab.active7 li:nth-child(7) > a::before, .product-Tab.active8 li:nth-child(8) > a::before,
.product-Tab.active9 li:nth-child(9) > a::before, .product-Tab.active10 li:nth-child(10) > a::before {
	content:'\25BE';
	margin-right:8px;
	font-family:sans-serif;
}
.product-Tab li em {
	display:block;
	font-style:normal;
	font-size:12px;
	color:#909090;
}
.product-Tab.active1 li:nth-child(1) em, .product-Tab.active2 li:nth-child(2) em, .product-Tab.active3 li:nth-child(3) em, .product-Tab.active4 li:nth-child(4) em, .product-Tab.active5 li:nth-child(5) em,
.product-Tab.active6 li:nth-child(6) em, .product-Tab.active7 li:nth-child(7) em, .product-Tab.active8 li:nth-child(8) em, .product-Tab.active9 li:nth-child(9) em, .product-Tab.active10 li:nth-child(10) em,
.product-Tab li:hover em, .product-Tab li a:hover em {
	color:#0056ce;
}

.product-Tab.Tab_delivery li:nth-child(6n)::before {
	display:inline-block;
}

.product-Tab.Tab_ctfc ol {
	justify-content:center;
} 
.product-Tab.Tab_ctfc li {
	flex:0 0 14.2%;
}
.product-Tab-select {
	display:none;
	padding:0px;
	text-align:left;
	color:#000;
}
.product-Tab-select select {
	width:100%;
	height:47px;
	padding-left:1.0em;
	font-size:17px;
	color:#ffffff;
	border-width:0;
	border-radius:0;
	background-color:#0261ba;
	background-image:url(../img/icons/i_arrow_select_white.png);
}
.product-Tab-select select:focus {
	outline-color:#18a2ff;
}
.product-Tab-select select option:focus, .product-Tab-select select option:active, .product-Tab-select select option:hover {
	background-color:rgba(26,168,233,1.0);
}
.product-Tab-select select option:checked {
	background-color:#283593;
}
@media (max-width:1579px) {
.product-Tab li a {
	padding-left:10px;
	padding-right:10px;
}
}
@media (max-width:1199px) {
.product-Tab ol {
	width:100%;
	margin-left:0;
	margin-right:0;
}
.product-Tab li {
	font-size:17px;
}
}
@media (max-width:1199px) {
.product-Tab {
	display:block;
	background-color: transparent;
	border-bottom:0;
}
.product-Tab ol {
	display:none;
}

.product-Tab-select {
	display:block;
}
}
@media (max-width:539px) {
.product-Tab-select select {
	height:42px;
	font-size:14px;
}
}

.items-Tab {
	list-style:none;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	margin-top:45px;
	margin-bottom:85px;
}
.items-Tab li {
	list-style:none;
	box-sizing:border-box;
	position:relative;
	flex:0 0 auto;
	margin:0 10px 15px;
	text-align:center;
	line-height:1;
	font-size:18px;
	font-weight:800;
	color:#959595;
}
.items-Tab li a {
	display:block;
	min-width:110px;
	padding:10px 15px;
	color:inherit;
	border:1px solid #cccccc;
	border-radius:5rem;
}
.items-Tab li:hover, .items-Tab li.active a,
.items-Tab li a:hover {
	color:#2c70cf;
	text-decoration:none;
	border-color:#2c70cf;
}
@media (max-width:1279px) {
.items-Tab li {
	margin-left:8px;
	margin-right:8px;
	font-size:17px;
}
}
@media (max-width:1199px) {
.items-Tab {
	margin-bottom:70px;
}
.items-Tab li a {
	padding:8px 12px;
}
}
@media (max-width:1079px) {
.items-Tab li {
	margin-left:6px;
	margin-right:6px;
	margin-bottom:12px;
}
}
@media (max-width:1023px) {
.items-Tab {
	margin-top:35px;
	margin-bottom:60px;
}
.items-Tab li {
	min-width:20%;
}
}
@media (max-width:767px) {
.items-Tab {
	margin-top:30px;
	margin-bottom:45px;
}
.items-Tab li {
	font-size:16px;
}
}
@media (max-width:539px) {
.items-Tab {
	margin-top:25px;
	margin-bottom:35px;
}
.items-Tab li {
	margin-left:4px;
	margin-right:4px;
	margin-bottom:8px;
	font-size:13px;
	font-weight:700;
}
.items-Tab li a {
	min-width:70px;
	padding:8px;
}
}

@media (max-width:1199px) {
  .product-Tab ol {
    display: flex !important;
    flex-wrap: wrap;
  }

  .product-Tab-select {
    display: none !important;
  }
}





/*----- Products -----*/
.sub-product {}
.sub-product section {
	margin-bottom:100px;
	line-height:1.5;
	text-align:left;
}
.sub-product section + section {
	padding-top:100px;
	border-top:1px solid #EBEBEB;
}
.sub-product section h4 {
	float:left;
	width:340px;
	margin-top:-8px;
	padding-right:65px;
	text-align:left;
	word-break:keep-all;
}
.sub-product section .items-content {
	position:relative;
	margin-left:340px;
}
.sub-product iframe {
	width:740px;
	height:415px;
}
.sub-product .list-number {
	margin-left:25px;
}
.sub-product .list-number li {
	list-style: decimal;
	padding-left:5px;
	line-height:1.3;
}
.sub-product .list-number li + li {
	margin-top:12px;
}
.sub-product .list-dot {
	margin-left:18px;
}
.sub-product .list-dot li {
	list-style: disc;
	padding-left:0;
	line-height:1.3;
}
.sub-product .list-dot li + li {
	margin-top:12px;
}
.sub-product .photolink {
	display:inline-block;
	color:inherit;
}
.sub-product .photolink::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:18px;
	height:22px;
	margin-left:15px;
	background:url(../img/icons/i_arrow_square.png) no-repeat 50% 50%;
	background-size:contain;
}
.sub-product .photolink:hover::after {
	filter: brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(2653%) hue-rotate(357deg) brightness(96%) contrast(94%);
}

.sub-product section.album {
	margin-left:85px;
	margin-right:85px;
	text-align:center;
}
.sub-product section .items-photo {
	position:relative;
	display:inline-block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0 65px;
	text-align:center;
}
@media (max-width:1579px) {
.sub-product section.album {
	margin-left:65px;
	margin-right:65px;
}
}
@media (max-width:1535px) {
.sub-product section.album {
	margin-left:25px;
	margin-right:25px;
}
}
@media (max-width:1360px) {
.sub-product section {
	margin-bottom:85px;
}
.sub-product section + section {
	padding-top:85px;
}
}
@media (max-width:1199px) {
.sub-product section {
	margin-bottom:70px;
}
.sub-product section + section {
	padding-top:70px;
}
.sub-product section h4 {
	padding-right:60px;
}
.sub-product iframe {
	width:600px;
	height:337px;
}
.sub-product .list-number {
	margin-left:20px;
}
.sub-product section.album {
	margin-left:0;
	margin-right:0;
}
}
@media (max-width:1110px) {
.sub-product section h4 {
	font-size:30px;
}
}
@media (max-width:1079px) {
.sub-product section h4 {
	width:280px;
	padding-right:45px;
}
.sub-product section .items-content {
	margin-left:280px;
}
}
@media (max-width:1023px) {
.sub-product section {
	margin-bottom:60px;
}
.sub-product section + section {
	padding-top:60px;
}
.sub-product section h4 {
	width:200px;
	margin-top:-4px;
	font-size:26px;
}
.sub-product section .items-content {
	margin-left:200px;
}
.sub-product iframe {
	width:100%;
	height:278px;
}
.sub-product .list-dot li + li,
.sub-product .list-number li + li {
	margin-top:8px;
}
.sub-product .photolink::after {
	width:18px;
	height:18px;
}
}
@media (max-width:900px) {
.sub-product section .items-photo {
	padding:0 50px;
}
}
@media (max-width:767px) {
.sub-product section {
	margin-bottom:45px;
}
.sub-product section + section {
	padding-top:45px;
}
.sub-product section h4 {
	float:none;
	width:auto;
	padding-right:0;
	margin-top:0;
	margin-bottom:20px;
	font-size:24px;
}
.sub-product section .items-content {
	margin-left:0;
}
.sub-product section .items-photo {
	padding:0 45px;
}
.sub-product iframe {
	width:100%;
	height:276px;
}
.sub-product .list-dot {
	margin-left:16px;
}
}
@media (max-width:639px) {
.sub-product section h4 {
	font-size:21px;
}
}
@media (max-width:539px) {
.sub-product section {
	margin-bottom:25px;
}
.sub-product section + section {
	padding-top:25px;
}
.sub-product section h4 {
	margin-bottom:15px;
	font-size:18px;
	font-weight:700;
}
.sub-product iframe {
	height:236px;
}
.sub-product .list-number {
	margin-left:15px;
}
.sub-product .list-number li + li {
	margin-top:6px;
}
.sub-product .list-dot {
	margin-left:15px;
}
.sub-product .photolink::after {
	width:16px;
	height:16px;
}
.sub-product section .items-photo {
	padding:0 30px;
}
}
@media (max-width:449px) {
.sub-product .photolink::after {
	width:14px;
	height:14px;
}
.sub-product section .items-photo {
	display:block;
}
.sub-product iframe {
	height:226px;
}
}
@media (max-width:419px) {
.sub-product iframe {
	height:214px;
}
}
@media (max-width:389px) {
.sub-product iframe {
	height:186px;
}
}
@media (max-width:359px) {
.sub-product iframe {
	height:164px;
}
}

.items-intro {
	clear:both;
	display:inline-block;
}
.items-intro.center {
	margin-left:auto;
	margin-right:auto;
}
.items-intro .image {
	float:left;
	width:400px;
	height:auto;
	margin-right:140px;
	text-align:center;
}
.items-intro .image.full {
	float:none;
	width:auto;
	margin-right:0;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
}
.items-intro .image.full > * {
	flex:0 0 auto;
	min-width:178px;
	margin:0 30px;
}
.items-intro .image.full img {
	width:100%;
}
.items-intro .image.full .place {
	width:400px;
}
.items-intro .contents {
	position:relative;
	display:table-cell;
	height:250px;
	vertical-align:middle;
	margin-left:540px;
	text-align:left;
}
.items-intro h4 {
	float:none !important;
	width:auto !important;
	margin-bottom:25px;
}
.items-intro .items-content {
	margin-left:0 !important;
}
@media (max-width:1360px) {
.items-intro .image {
	margin-right:100px;
}
.items-intro .contents {
	margin-left:500px;
}
}
@media (max-width:1199px) {
.items-intro .image.full > * {
	margin:0 15px;
}
}
@media (max-width:1110px) {
.items-intro .image {
	width:340px;
	margin-right:85px;
}
.items-intro .contents {
	margin-left:425px;
}
}
@media (max-width:1079px) {
.items-intro {
	text-align:center !important;
}
.items-intro .image {
	float:none;
	display:inline-block;
	width:auto;
	min-width:400px;
	max-width:100%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:65px;
}
.items-intro .image.full > * {
	width:200px;
}

.items-intro .contents {
	display:block;
	height:auto;
	margin-left:0;
}
.items-intro h4 {
	float:left !important;
	width:280px !important;
	margin-bottom:0;
}
.items-intro .items-content {
	margin-left:280px !important;
}
}
@media (max-width:1023px) {
.items-intro .image.full > * {
	width:148px;
	min-width:120px;
}
.items-intro .image.full .place {
	width:320px;
}
.items-intro h4 {
	width:200px !important;
}
.items-intro .items-content {
	margin-left:200px !important;
}
}
@media (max-width:767px) {
.items-intro h4 {
	float:none !important;
	width:auto !important;
}
.items-intro .image.full {
	flex-wrap:wrap;
	margin-bottom:0;
}
.items-intro .image.full > * {
	width:200px;
	min-width:148px;
}
.items-intro .image.full .place {
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:25px;
}
.items-intro .items-content {
	margin-left:0 !important;
}
}
@media (max-width:539px) {
.items-intro .image {
	min-width:240px;
	margin-bottom:40px;
}
.items-intro .image.full {
	flex-wrap:wrap;
}
.items-intro .image.full > * {
	width:40%;
	min-width:128px;
}
.items-intro .image.full img {
	width:auto;
}
}

/*----- Product Delivery -----*/
.sub-PDlist h3 {
	margin-bottom:25px;
}
.delivery-listimg {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
	clear:both;
	margin-bottom:25px;
}
.delivery-listimg > * {
	flex:0 0 49%;
}
.delivery-listimg img {
	width:100%;
}
@media (max-width:900px) {
.delivery-listimg {
	margin-bottom:0;
}
.delivery-listimg > * {
	flex:0 0 100%;
	text-align:center;
	margin-bottom:15px;
}
.delivery-listimg img {
	width:auto;
}
}

/*----- Certificate -----*/
.sub-certificate h3 {
	margin-bottom:45px;
}
.sub-certificate h4 {
	position:relative;
	margin-top:25px;
	margin-bottom:40px;
	border-bottom:1px solid #e6e6e6;
}
.sub-certificate h4::after {
	content:'';
	display:block;
	position:absolute;
	bottom:-4px;
	right:0;
	width:7px;
	height:7px;
	border-radius:100%;
	background-color:#333;
}
.certificate-List {
	display:flex;
	flex-wrap:wrap;
	align-items:start;
	justify-content:space-evenly;
}
.certificate-List .itemBox {
	flex:0 0 25%;
	display: inline-block;
	box-sizing:border-box;
	margin-bottom:35px;
	text-align:center;
	line-height:1.3;
}
.certificate-List .itemBox img {
	width:220px;
	height:325px;
	border:1px solid #d7d7d7;
}
.certificate-List .itemBox p {
	margin-top:12px;
	color:#303030;
}

@media (max-width:1079px) {
.certificate-List .itemBox img {
	width:214px;
	height:316px;
}
}
@media (max-width:1023px) {
.certificate-List .itemBox img {
	width:156px;
	height:231px;
}
}
@media (max-width:767px) {
.sub-certificate h3 {
	margin-bottom:25px;
}
.sub-certificate h4 {
	margin-top:0;
	margin-bottom:30px;
}
.certificate-List .itemBox img {
	width:112px;
	height:165px;
}
}
@media (max-width:539px) {
.sub-certificate h4 {
	margin-top:12px;
	margin-bottom:25px;
}
.certificate-List .itemBox {
	margin-bottom:25px;
}
.certificate-List .itemBox img {
	width:92px;
	height:135px;
}
.certificate-List .itemBox p {
	margin-top:8px;
}
}
@media (max-width:449px) {
.certificate-List .itemBox {
	flex:0 0 45%;
}
.certificate-List .itemBox img {
	width:158px;
	height:233px;
}
}
@media (max-width:389px) {
.certificate-List .itemBox img {
	width:147px;
	height:217px;
}
}
@media (max-width:359px) {
.certificate-List .itemBox {
	flex:0 0 43%;
	margin-bottom:20px;
}
.certificate-List .itemBox img {
	width:123px;
	height:182px;
}
}
@media (max-width:319px) {
.certificate-List .itemBox {
	flex:0 0 45%;
}
.certificate-List .itemBox img {
	width:111px;
	height:164px;
}
}


.contact-page {
	margin:120px auto;
	text-align:center;
	word-break:keep-all;
}
.contact-page > * {
	flex:0 0 auto;
	box-sizing:border-box;
}
.contact-page .map {
	width:calc(100% - 420px);
	height:460px;
	border:0px solid #ebebeb;
}
.contact-page .map a {
	display:block;
}
.contact-page .map img {
	width:100%;
	object-fit: cover;
}
.contact-page .address {
	width:320px;
	margin-left:100px;
	text-align:left;
}
@media (max-width:1199px) {
.contact-page .map {
	width:calc(100% - 365px);
}
.contact-page .address {
	width:300px;
	margin-left:65px;
}
}
@media (max-width:1023px) {
.contact-page {
	flex-wrap:wrap;
	margin-top:100px;
	margin-bottom:100px;
}
.contact-page .map {
	width:100%;
}
.contact-page .address {
	width:100%;
	margin-left:0;
	margin-top:25px;
}
.contact-page .address h5 {
	float:left;
	margin-right:25px;
	margin-bottom:0;
}
}
@media (max-width:767px) {
.contact-page {
	margin-top:65px;
	margin-bottom:65px;
}
}
@media (max-width:539px) {
.contact-page {
	margin-top:45px;
	margin-bottom:65px;
}
.contact-page h3 {
	font-size:26px;
}
}
@media (max-width:419px) {
.contact-page .map {
	height:360px;
}
}
@media (max-width:359px) {
.contact-page h3 {
	font-size:24px;
}
.contact-page h4 {
	font-size:19px;
}
}

.sub-content .faqWrap {
	margin: 40px auto;
}
.sub-content .faqWrap .faqline {
	position: relative;
	display: block;
	padding: 0;
	text-align:left;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
}
.sub-content .faqWrap .faqline:first-child {
	border-top: 1px solid #2d4c9a;
}
.sub-content .faqWrap .faqline .tit {
	color: #000;
	font-size: 21px;
	transition: color 0.3s ease-out;
}
.sub-content .faqWrap .faqline:hover .tit {
	color: #0a7ac8;
}
.faqline .question {
	position: relative;
	display: block;
	padding: 25px 120px;
	background: url('../img/icons/i_faq_q.png') 36px 50% no-repeat;
}
.faqline .question .iconDiv {
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faqline .question .iconDiv img {
	width:40px;
	height:auto;
	opacity:.3;
}
.faqline .answer {
	position: relative;
	display: none;
	padding: 40px 120px;
	word-break:keep-all;
	color: #333;
	line-height: 24px;
	font-size:16px;
	background: url('../img/icons/i_faq_a.png') 40px 40px no-repeat #f5f6f9;
	background-size:52px;
	border-top: 1px solid #e4e4e4;
}
.modA {
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #e82b2b;
}
@media (max-width:767px) {
.sub-content .faqWrap .faqline .tit {
	font-size: 18px;
}
.faqline .question {
	padding: 25px 70px;
	background-position:12px 50%;
	background-size:48px;
}
.faqline .question .iconDiv img {
	width:36px;
}
.faqline .answer {
	padding: 20px 70px;
	background-position:15px 20px;
	background-size:36px;
}
}



.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: gulim, dotum, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: .7em 2em .55em;
	text-shadow: 0 0px 0px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button02 {
	display: inline-block;
	width: 132px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: gulim, dotum, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em 0 0.5em 0;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button02:hover {
	text-decoration: none;
}
.button02:active {
	position: relative;
	top: 1px;
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* gray */
.gray {
	color: #000;
	border: solid 0px #ccc;
	background: #ccc;
}
.gray:hover {
	color: #e9e9e9;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	color: #d9eef7;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	color: #606060;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* POP-sale receipt */

#REC_wrap {
	margin: 0;
	padding: 0;
	width: 600px;
	font-size: 12px;
	color: #333333;
}
#REC_wrap table {
	font-size: 12px;
}
.REC_toplogo {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 12px;
}
.REC_toplogo ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.REC_toplogo li {
	float: left;
	margin: 0;
	padding: 0;
}
.REC_toplogo li.h1 {
	float: right;
	font-size: 40px;
	font-weight: bold;
}
#REC_info {
	width: 100%;
	clear: both;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
#REC_info ul.date {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.date li {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.date li.right {
	float: right;
}
#REC_info ul.shop {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.shop li {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.shop li.right {
	float: left;
	padding-left: 10px;
}
#REC_con {
	width: 100%;
	clear: both;
}
.REC_table {
	width: 600px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.REC_table th {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #777777;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.REC_table th {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #738384;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 3px 5px;
}
.REC_table td {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	color: #333333;
	padding: 3px 5px;
}
.REC_table td.td2 {
	background-color: #f1f1f1;
}
.REC_table td.to {
	background-color: #ffdddd;
	color: #ff0000;
}



/************************** Modal POPUP ***/
#Modal {
	position: fixed;
	z-index:1005;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:1024px;
	height:auto;
}
.Modal-contents {
	position:relative;
	width:100%;
	height:600px;
	background-color:#fff;
	border-radius:28px;
	overflow:hidden;
	box-shadow:0 0 20px rgba(0,0,0,0.5);
}
.modal-scroll {
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
.modal-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.modal-scroll::-webkit-scrollbar {
	width:10px;
	background-color: #F5F5F5;
}
.modal-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.Modal-contents.modal-container {
	padding:45px;
}
.Modal-close {
	position:absolute;
	z-index:1006;
	top:-8px;
	right:-8px;
}
.Modal-close a {
	display:block;
	width:32px;
	height:32px;
	background:url(../img/nav_closed.png) no-repeat 50% 50%;
	background-color:#151515;
	background-size:16px;
	border-radius:50%;
	border:1px solid rgba(255,255,255,0.3);
	cursor:pointer;
}
#Modal_shadow {
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.75;
}
@media all and (orientation: portrait) and (max-width:1079px) {
#Modal {
	left:40px;
	right:40px;
	width:auto;
	transform:translate(0%,-50%);
	
}
}
@media all and (orientation: portrait) and (max-width:767px), (orientation: landscape) and (max-height:767px) {
#Modal {
	left:25px;
	right:25px;
	top:60px;
	bottom:60px;
	width:auto;
	transform:translate(0%,0%);
}
.Modal-contents {
	height:100%;
	border-radius:18px;
}
}
@media (max-width:539px), (max-height:539px) {
.Modal-close {
	top:15px;
	right:15px;
}
.Modal-close a {
	width:28px;
	height:28px;
}
}
@media all and (orientation: portrait) and (max-width:539px) {
#Modal {
	left:15px;
	right:15px;
	top:60px;
	bottom:60px;
	width:auto;
	transform:translate(0%,0%);
}
.Modal-contents {
	height:100%;
	border-radius:15px;
}
}
@media all and (orientation: landscape) and (max-height:539px) {
#Modal {
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:auto;
	transform:translate(0%,0%);
}
.Modal-contents {
	height:100%;
	border-radius:0;
}
}







