@import url('https://cdn.idisglobal.com/fonts/fonts.css');
@import url('https://cdn.idisglobal.com/css/index_slide.css?20190104_1');
@import url('https://cdn.idisglobal.com/css/tech.css?20190806_2');

/*header*/
header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 111;
}
header > .container-fluid {
	border-bottom: 1px solid #e5e5e5;
}
.header_logo {
	display: block;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex: 0 0 400px;
	flex: 0 0 400px;
	max-width: 400px;
	/* width: 497px; */
	/* height: 92px; */
	height: 56px;
	text-indent: -9999px;
	background-image: url("https://www.idisglobal.com/images/main/header_logo_black_v2.svg");
	/* background-image: url(/images/header/header_logo.svg); */
	background-repeat: no-repeat;
	background-position: left top;
}
.header_section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile_logo_box {
	display: block;
	width: 190px;
	height: 30px;
}
.header_mobile_logo {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url('/images/header/header_mobile_logo.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 26px;
}
.pc_disable {display: none;}
nav.lnb > ul,
nav.gnb > ul {display: -webkit-box;display: -ms-flexbox;display: flex;}
.header_top_area {
	height: 33px;
	/* background-color: rgba(241, 241, 241, 0.1); */
	margin-top: 12px;
}
.header_top_area nav ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lnb li {
	padding-top: 6px;
	padding-bottom: 6px;
}
.lnb li + li {
	padding-left: 10px;
	margin-left: 10px;
	background: url('/images/header/bar_header.png') left center no-repeat;
}
.lnb li a {
	display: block;
	font-size: 13px;
	font-weight: 400;
}
.header_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 92px;
}
.btn_header_search {
	position: relative;
}
.btn_header_search input[type="text"] {
	padding: 0 0 0 4px;
	width: 120px;
	height: 16px;
	font-size: 12px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	background-image: url('/images/common/icon_search_white.svg');
	background-position: right 0 top 0;
	background-repeat: no-repeat;
	background-size: 12px;
}
.btn_header_search input[type="text"]::-webkit-input-placeholder {color: #fff;}
.btn_header_search input[type="text"]::-moz-placeholder {color: #fff;}
.btn_header_search input[type="text"]:-ms-input-placeholder {color: #fff;}
.btn_header_search input[type="text"]:-moz-placeholder {color: #fff;}

.gnb {
	padding-left: 10%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}
.gnb a:hover {
	color: #3990a9 !important;
}
.gnb > ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.gnb > ul > li {
	padding: 0;
}
.gnb > ul > li > a {
	padding: 38px 0;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	cursor: pointer;
}
.gnb .gnb_sub_area {
	position: absolute;
	display: none;
	top: 125px;
}

.topmmar{
	top: 211px !important;
}

@media (max-width: 1300px){
	.topmmar{
		top: 224px !important;
	}
}

.gnb > ul > li:hover .gnb_sub_area {
	display: block;
}
.gnb_sub_list ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 24px 12px 0;
	font-size: 14px;
}
.gnb_sub_list ul > li > a > i {
	font-size: 9px;
}
.gnb_sub_list {
	position: absolute;
	left: -30px;
	/* border-top: 1px solid #e5e5e5; */
	background-color: rgba(255, 255, 255, 0.9);
	-ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	-o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.gnb_sub_list ul {
	padding: 30px 0;
}
.gnb_sub_list ul li {
	padding-left: 20px;
}

/*gnb full container gnb_box*/
.gnb_sub_full_container {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 0;
	display: none;
	width: 100%;
	height: auto;
	z-index: 110;
	background-color: rgba(255, 255, 255);
	border-top: 1px solid #dae1e6;
	-webkit-transition: none;
	transition: none;
	overflow: hidden;
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
	-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}
.gnb_sub_full_box {
	padding-top: 15px;
}
.gnb_sub_box {
	margin-top: 1rem;
}
.gnb_box_title {}
.gnb_box_title a {
	display: block;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 8px;
	font-size: 16px;
}
.gnb_box_title p {
	font-size: 12px;
	line-height: 14px;
	min-height: 28px;
	margin-bottom: 16px;
}
.gnb_box_thumb img {
	width: 100%;
}
.gnb_box_list ul li a {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 16px;
	display: inline-block;
	word-break: break-word;
}
.product_selector {
	padding: 30px 0;
	border-top: 1px solid #e5e5e5;
}
.product_selector ul {
	display: -webkit-box;display: -ms-flexbox;display: flex;
}
.product_selector ul li + li {
	margin-left: 10px;
}
.product_selector ul li button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	color: #fff;
	border-color: #3990a9;
	background: #3990a9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.product_selector ul li button i {
	padding-right: 10px;
}
.product_selector ul li button:hover {
	color: #fff;
	background-color: #3990a9;
}
.gnb_nav_thumb {
	display: none;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/*header hover*/
header:hover {background-color: #fff;}
header:hover nav a {color: #484848 !important;}
header:hover .lnb li + li {
	background-image: url('/images/header/bar_header.png')!important;
}
header:hover .icon_lang {
	background-image: url('/images/header/icon_global.png')!important;
}

header:hover .header_logo {
	background-image: url('https://www.idisglobal.com/images/main/header_logo_black_v2.svg')!important;
	display: block;
	height:53px;
	/* background-image: url('/images/header/header_logo.svg')!important; */

}
header:hover .header_mobile_logo {
	background-image: url('/images/header/header_mobile_logo.svg')!important;
}

header:hover .btn_header_search input[type="text"] {
	border-color: #484848;
	color: #484848;
	background-image: url('/images/common/icon_search_grey.svg');
}
header:hover .btn_header_search input[type="text"]::-webkit-input-placeholder {color: #484848;}
header:hover .btn_header_search input[type="text"]::-moz-placeholder {color: #484848;}
header:hover .btn_header_search input[type="text"]:-ms-input-placeholder {color: #484848;}
header:hover .btn_header_search input[type="text"]:-moz-placeholder {color: #484848;}




.hover_box:hover .gnb_sub_full_container {
	display: block;
}
/*mobile_header*/
.mobile_able {display: none !important;}
.mobile_header_container {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	z-index: 1100;
	background-color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.mobile_header {
	position: relative;
	height: 50px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
}
.mobile_header > a {
	position: absolute;
	display: block;
}
.mobile_header .mobile_nav_control {
	top: 13px;
	left: 17px;
}
.mobile_nav_control .control_icon {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.mobile_nav_control .control_icon::before {
	content: '';
	display: block;
	height: 2px;
	width: 22px;
	background-color: #303233;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-transition: background-color .5s ease 0s,-webkit-transform .4s ease .2s;
	transition: background-color .5s ease 0s,-webkit-transform .4s ease .2s;
	transition: transform .4s ease .2s,background-color .5s ease 0s;
	transition: transform .4s ease .2s,background-color .5s ease 0s,-webkit-transform .4s ease .2s;
}
.mobile_nav_control.on .control_icon:nth-child(1) {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}
.mobile_nav_control.on .control_icon:nth-child(2) {
	opacity: 0;
}
.mobile_nav_control.on .control_icon:nth-child(3) {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
.mobile_nav_control.on .control_icon:nth-child(1):before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile_nav_control.on .control_icon:nth-child(3):before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile_header .mobile_region_btn {
	position: absolute;
	top: 14px;
	right: 17px;
	padding: 0;
	display: block;
	width: 22px;
	height: 22px;
	border: none;
	background-color: #fff;
	background-image: url('/images/header/header_global.svg')!important;
	background-repeat: no-repeat;
	background-size: 22px;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.mobile_header .mobile_nav_logo {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 130px;
	height: 50px;
	background-image: url('/images/header/mobile_logo.svg')!important;
	background-repeat: no-repeat;
	background-size: 130px 50px;
	text-indent: -9999px;
}
.mobile_nav_menu {
	position: relative;
	display: none;
	background-color: #fff;
	width: 100%;
	height: calc(100vh - 50px);
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	overflow: hidden;
}
.mobile_nav_menu ul {
	background-color: #fff;
}
.mobile_nav_menu ul li {
	border-top: 1px solid #f2f2f2;
}
.mobile_nav_menu ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
}
.mobile_nav_menu ul li a i {
	font-size: 10px;
}
.mobile_nav_desc {
	padding: 20px;
}
.mobile_nav_desc dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
.mobile_nav_desc dl dt {
	margin-bottom: 1rem;
}
.mobile_nav_desc dl dt.icon_patner {
	padding-left: 40px;
	background-image: url('/images/common/icon_partner.svg');
	background-repeat: no-repeat;
	background-position: left center;
}
.mobile_nav_desc dl dd {
	margin: 0;
}
.mobile_nav_desc dl dd img {
	width: 30px;
	height: 30px;
}
.mobile_nav_desc dl dd + dd {
	margin-left: 10px;
}
.mobile_nav_menu .nav_search_box {
	padding: 15px 20px;
}
.nav_search_box input[type="text"] {
	padding-left: 4px;
	width: 100%;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 0;
	background-image: url('/images/common/icon_search_grey.svg');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
}

.mobile_nav_menu .mobile_nav_submenu {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	z-index: 110;
}
.mobile_nav_menu > ul li.on .mobile_nav_submenu {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.mobile_nav_menu .mobile_nav_submenu > ul {
	background-color: #fff;
}
.mobile_nav_submenu_ul > li:first-child {
	background-color: #ebeff2;
	border: none;
}
.mobile_nav_submenu_ul > li:first-child > a {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: start !important;
}
.mobile_nav_submenu_ul > li:first-child > a > i {
	margin-right: 4px;
}
.mobile_dropdown_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 100;
}
.mobile_dropdown {
	display: none;
	background-color: #fff;
}
.mobile_dropdown_nav {
	position: relative;
	z-index: 110;
}
.mobile_nav_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}
.mobile_nav_header button {
	padding: 0;
	height: 50px;
	color: #282828;
	font-weight: 600;
	background: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.mobile_nav_header button i {
	padding-left: 2px;
	font-size: 10px;
	font-weight: 600;
}
.mobile_nav_list {
	position: absolute;
	width: 100%;
	z-index: 100;
}
.mobile_nav_list > ul {
	display: none;
	background-color: #fff;
}
.mobile_nav_list > ul > li {
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2;
}
.mobile_nav_list > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	font-size: 16px;
	color: #999;
	font-weight: 600;
}
.mobile_nav_list > ul > li > a i {
	font-size: 10px;
	font-weight: 600;
}
.mobile_subnav_list {
	display: none;
}
.mobile_subnav_list ul li {
	background-color: #408691;
	border-top: 1px solid #49919c;
}
.mobile_subnav_list ul li a {
	display: block;
	padding: 15px 30px;
	color: #fff;
	font-size: 14px;
}
.mobile_subnav_common {
	display: none;
	padding-top: 15px;
}

/*footer*/
footer {
	background-color: #273238;
}
.footer_container {
	padding-left: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer_left {
	-webkit-box-flex: 7.5;
	-ms-flex: 7.5;
	flex: 7.5;
	padding: 70px 3% 50px 0;
	overflow: hidden;
}
.footer_sitemap_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer_sitemap_area ul {
	display: block;
}
.footer_sitemap_area ul + ul {
	margin-left: 5px;
}
.footer_sitemap_area ul h6 {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
}
.footer_sitemap_area ul li a {
	display: block;
	padding: 5px 0;
	color: #e2e2e2;
	font-size: 12px;
}
.footer_mb_copy {
	display: none;
}
.footer_copy_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #4c555a;
}
.footer_copy_area a {
	display: inline-block;
	color: #e2e2e2;
	font-size: 12px;
}
.footer_copy_area span {
	display: block;
	margin-left: 10px;
	padding-left: 10px;
	color: #d5d5d5;
	font-size: 12px;
	background: url('/images/footer/footer_copy_bar.jpg') left center no-repeat;
}
.footer_addr address {
	margin-top: 10px;
	color: #fff;
	font-size: 0.8rem;
}
.footer_addr address a {
	color: #fff;
}
.goog-te-gadget-simple {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.footer_right {
	position: relative;
	-webkit-box-flex: 2.5;
	-ms-flex: 2.5;
	flex: 2.5;
	padding: 70px 30px 50px;
	background-color: #3e4e57;
}
.footer_right_area {
	position: relative;
	width: 100%;
	height: 100%;
}
.footer_newsletter_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.25rem;
}
.footer_newsletter_area h6 {
	margin-bottom: 0.25rem;
	font-size: 14px;
	color: #fff;
}
.footer_newsletter_area p {
	margin-bottom: 0;
	font-size: 12px;
	color: #fff;
}


.table_list_desc_area {
	width: 100%;
}
.newsletter_form input[type="email"] {
	display: block;
	margin-bottom: 1.25rem;
	padding: 8px 4px;
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	border: 0;
	border-bottom: 1px solid #758289;
	background: none;
	text-align: center;
	font-style: italic;
}
.newsletter_chk {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	margin-bottom: 1.25rem;
}
.newsletter_chk .checkmark {
	margin-top: 3px;
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 0.25rem;
	cursor: pointer;
	position: absolute;
}
.newsletter_chk input {display: none;}
.newsletter_chk input:checked ~ .checkmark {
	background: url('/images/common/checkmark.png') 2px 2px no-repeat;
}
.newsletter_chk label {
	position: relative;
	display: block;
	margin: 0;
	padding-left: 16px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.newsletter_chk label::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 0.25rem;
}
.newsletter_chk input:checked + label::before {
	background: url('/images/common/checkmark.png') 2px 2px no-repeat;
}
.newsletter_chk label a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}
.newsletter_form button {
	margin-bottom: 1.25rem;
	border-color: #66d1dc;
	background-color: rgba(102, 209, 220, 0.1);
	border-radius: 0;
}
.newsletter_form button:hover {
	border-color: #3e919a;
	background-color: #3e919a;
}
.footer_selectbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer_selectbox select + select {
	margin-left: 10px;
}

/* 200828고관수 */
}
.footer_ksns {
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer_ksns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_ksns ul li + li {
	margin-left: 0.5rem;
}




.footer_sns {
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer_sns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_sns ul li + li {
	margin-left: 0.5rem;
}

/* footer right new */
.footer_right .triangle {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 0;
	height: 0;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	border-bottom: 5px solid #fff;
}
.footer_right .triangle.down {
	border-bottom: none;
	border-top: 5px solid #fff;
}
.footer_stock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	color: #fff;
}
.footer_stock * {
	position: relative;
}
.footer_stock_left {}
.footer_stock_left h1 {
	display: inline-block;
	padding-right: 15px;
}
.footer_stock_left h1 .triangle {
	right: 0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 7px solid #fff;
}
.footer_stock_left h1 .triangle.down {
	border-top: 7px solid #fff;
	border-bottom: none;
}
.footer_stock_right {}
.footer_stock_change {}
.footer_stock_change + .footer_stock_change {
	margin-top: 5px;
}
.footer_stock_change > p {
	margin: 0;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	font-size: 0.8rem;
}
.footer_notice_area {
	padding: 20px 0;
	color: #fff;
}
.footer_notice_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}
.footer_notice_header > a {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 20px;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
	opacity: 0.3;
	text-align: center;
}
.footer_notice_body li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 0;
}
.footer_notice_body .title {
	margin: 0;
	padding-right: 15px;
	width: calc(100% - 60px );
	font-size: 0.8rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.footer_notice_body .reg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
	opacity: 0.5;
	font-size: 0.8rem;
}

/* mobile index */
.mobile_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: calc(100vh - 50px);
	background-repeat: no-repeat;
	background-position: 50% 47%;
	background-size: auto 120%;
	text-align: center;
	overflow: hidden;
}
.mobile_main_content {
	padding-top: 20%;
}
.mobile_main_kcontent {
	padding-top: 5%;
}

.mobile_main .img_wrap {
	margin: 0 auto;
	width: 70%;
}
.mobile_main .img_wrap img {
	width: auto;
	max-width: 100%;
	max-height: 400px;
}

.mobile_main .img_kwrap {
	margin: 0 auto;
	width: 90%;
}
.mobile_main .img_kwrap img {
	width: auto;
	max-width: 100%;
	max-height: 400px;
}

.mobile_main .txt_box {
	text-align: center;
	padding: 0 15px 10px 0;
	color: #fff;
}

.mobile_main .txt_box_korea {
	text-align: center;
	padding: 20% 15px 10px 0;
	color: #fff;
}

.mobile_main .txt_box_korea2 {
	text-align: center;
	padding: 0px 0px 0px 0;
	color: #fff;
}

.mobile_main .txt_box_korea3 {
	text-align: center;
	padding: 355px 0px 0px 0;
	color: #fff;
}


.mobile_main a {
	display: inline-block;
	padding: 9px 20px 9px 20px;
	/* margin-top: 25px; */
	/* border: 1px solid #fff; */
	border-radius: 4rem;
	color: #fff;
	background-color: rgba(0, 153, 168, 0.83);
}
.mobile_main_section {
	padding-top: 40px;
}

.mobile_kmain_section {
	padding-top: 15px;
	line-height:70%;
	text-align: center;
}
.mobile_kmain2_section {
	padding-top: 15px;
}


.mobile_main_section > .title {
	padding-left: 15px;
	margin-bottom: 15px;
}
.mobile_main_common {
	padding: 0 0 80px;
}
.img_border_rd {
	border-top-left-radius: 5px;
}
.img_block_box {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 65%;
	border-top-left-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.img_bg {
	position: relative;
	height: 270px;
	border-top-left-radius: 5px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobile_main_common .img_bg1 {
	background-image: url('/images/index/bg_solution01.jpg');
}
.mobile_main_common .img_bg2 {
	background-image: url('/images/index/bg_solution02.jpg');
}
.mobile_main_common .img_bg3 {
	background-image: url('/images/index/bg_solution03.jpg');
}
.mobile_main_common .img_bg4 {
	background-image: url('/images/index/bg_solution05.jpg');
}
.mobile_main_common .img_bg6 {
	background-image: url('/images/index/bg_solution06.jpg');
}
.mobile_main_common .img_bg7 {
	background-image: url('/images/index/bg_solution07.jpg');
}
.mobile_main_common .img_codec {
	position: absolute;
	bottom: 0;
	right: 20px;
	height: 290px;
}
.mobile_main_common .img_failover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mobile_main_solution .swiper-slide a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
}
/* .mobile_main_tech  {overflow: visible;} */
.mobile_main_common .img_wrapper {
	overflow: hidden;
}
.mobile_main_common .img_wrapper img {
	height:
}
.mobile_main_common .swiper-pagination-bullets {
	bottom: 20px;
	left: 0;
	width: 100%;
}
.mobile_main_common .swiper-slide {
	padding-left: 15px;
}
.mobile_main_common .text_wrapper {
	padding: 10px 10px 25px 0;
}
.mobile_main_common .text_wrapper h3 {
	padding-bottom: 5px;
	font-size: 25px;
	font-family: 'Roboto Condensed',sans-serif;
	font-weight: 600;
}
.mobile_main_common .text_wrapper h6 {
	padding-bottom: 12px;
}
.mobile_main_common .text_wrapper p {
	margin-bottom: 0;
}
.mobile_main_common .btn_learnmore a {
	color: #0093a3;
	font-size: 14px;
	font-weight: 600;
}
.mobile_main_product .swiper-slide {
	position: relative;
	border-top-left-radius: 5px;
	background-size: cover;
}
.mobile_main_product .swiper-slide a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.mobile_main_product .swiper-slide a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
}
.section_top_title {
	padding-bottom: 20px;
	font-family: 'Roboto Condensed',sans-serif;
	text-align: center;
	font-size: 23px;
	font-weight: 600;
}
.mobile_main_product  {
	padding-bottom: 50px;
}
.mobile_main_product_box {
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 5px;
	overflow: hidden;
}
.mobile_main_product_box h5 {
	font-size: 16px;
	letter-spacing: -0.5px;
}
.mobile_main_product_box .product_box_list {
	display: block;
	position: relative;
	padding: 10px;
	width: 50%;
	background: #f3f3f3;
	/* background-image: url('/images/common/box_list_arrow.png'); */
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 6px;
	font-size: 14px;
	float: left;
	border-bottom: 1px solid #fff;
	border-top-left-radius:5px !important;
	border-bottom-right-radius:15px !important;
}
.mobile_main_product_box .product_box_list.active {
	color: #fff;
	background: #3990a0;
	background-image: url('/images/common/btn_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.mobile_main_product_box .product_box_list.active::after {
	content: "";
	height: 100%;
	width: 6px;
	position: absolute;
	/* background-image: url('/images/common/box_list_arrow_white.png'); */
	background-position: center;
	background-size: 6px;
	right: 10px;
	top: 0;
	background-repeat: no-repeat;
}
.mobile_main_product_box .product_box_list:nth-child(odd) {
	border-right: 1px solid #fff;
}
.mobile_main_product_box .product_box_list.w100 {
	border-right: none;
	background-image: none;
}
.mobile_main_product_box .product_box_list.w100.active {
	border-right: none;
	background-image: url('/images/common/btn_bg.png');
}
.mobile_main_product_box .product_box_list.w100.active::after {
	display: none;
}
.mobile_main_footer {
	background-color: #f7f7f7;
}
.mobile_main_footer ul {
	border-top: 1px solid #e5e5e5;
}
.mobile_main_footer ul li {
	border-bottom: 1px solid #e5e5e5;
}
.mobile_main_footer ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px ;
	font-size: 16px;
	font-weight: 600;
}
.mobile_main_footer ul li a i {
	font-size: 12px;
	font-weight: 600;
}
/*sub_common*/
.sub_title_area {
	padding-top: 5rem;
	padding-bottom: 2rem;
}
.sub_title_area h1 {}
.sub_title_area h3,
.sub_title_area h5 {
	margin-top: 1rem;
}
.sub_title_area p {
	margin-top: 0.5rem;
}
.bg_grey {
	background-color: #f7f7f7;
}

.sub_common_header {
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.sub_common_tab ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: -1px;
	padding: 0 20px;
}
.sub_common_tab ul li {
	position: relative;
}
.sub_common_tab ul li a {
	display: block;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.sub_common_tab ul li a:hover {
	color: #3990a9;
	border-bottom: 1px solid #3990a9;
}
.sub_common_tab ul li.active a {
	color: #3990a9;
	font-weight: 600;
}
.sub_common_tab ul li.active::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	border-top: 1px solid #3990a9;
}
.view_header_nav_common {
	position: absolute;
	top: 122px;
	background: none;
	width: 100%;
	z-index: 100;
}
.view_header_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.view_header_nav li a {
	display: block;
	padding: 8px 4px;
	color: #4c6464;
	font-size: 14px;
	line-height: 1.4;
}
.view_header_nav li a[data-hover="active"] {
	color: #203838;
	font-weight: 600;
}
.view_header_nav li a:hover {color: #203838;}
.depth1 {
	background-color: rgba(32, 56, 56, 0.1);
	border-bottom: 1px solid #a5b5b5;
}
.depth2 {
	border-top: 1px solid #a5b5b5;
	border-bottom: 1px solid #a5b5b5;
}
.sub_view_tab {

}
.sub_view_tab > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -1px;
	margin-bottom: 4rem;
}
.sub_view_tab > ul > li {
	margin: 0 35px;
	padding: 0px;
}
.sub_view_tab > ul > li > a {
	display: block;
	height: 100px;
	font-size: 16px;
	line-height: 100px;
	text-transform:uppercase;
	border-top: 1px solid #e5e5e5;
}
.sub_view_tab > ul > li > a[aria-selected="true"]{
	color: #3990a9;
	font-weight: 600;
	border-color: #3990a9;
}

/*index*/
.main_slide_pagination {
	bottom: 10% !important;
}
.main_slide_next {right: 0;}
.main_slide_prev {left: 0;}
.main_slide_pagination,
.main_slide_next,
.main_slide_prev {
	z-index: 110 !important;
}

.index_title {
	margin-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
}
.bg_solution01 {background-image: url('/images/index/bg_solution01.jpg');}
.bg_solution02 {background-image: url('/images/index/bg_solution02.jpg');}
.bg_solution03 {background-image: url('/images/index/bg_solution03.jpg');}
.bg_solution04 {background-image: url('/images/index/bg_solution04.jpg');}
.bg_solution05 {background-image: url('/images/index/bg_solution05.jpg');}
.bg_solution06 {background-image: url('/images/index/bg_solution06.jpg');}
.bg_solution07 {background-image: url('/images/index/bg_solution07.jpg');}

.bg_solution_kr1 {background-image: url('/images/korea/kokwansu/main/solution/main_s1-1.png');}
.bg_solution_kr2 {background-image: url('/images/korea/kokwansu/main/solution/main_s2.png');}
.bg_solution_kr3 {background-image: url('/images/korea/kokwansu/main/solution/main_s3.png');}
.bg_solution_kr4 {background-image: url('/images/korea/kokwansu/main/solution/main_s5.png');}
.bg_solution_kr5 {background-image: url('/images/korea/kokwansu/main/solution/main_s6.jpg');}

.solution_box {
	position: absolute;
	top: 0;
	display: block;
	padding: 50px 30px;
	height: 100%;
}
.solution_box h4 {
	display: inline-block;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.solution_box p {
	display: block;
	word-break: normal;
	margin: 1rem 0 0 0;
	font-size: 14px;
	line-height: 20px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.solution_box .solution_more {
	position: absolute;
	left: 25px;
	bottom: 20px;
	border: none;
	color: #fff;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.index_solution_wrap {
	width: 100%;
	z-index: 110;
}
.index_solution_box {
	position: relative;
}
.solution_slide_wrapper {
	position: relative;
	-webkit-transition: top 0.7s ease;
	transition: top 0.7s ease;
	z-index: 5;
}
.solution_slide_wrapper .swiper-slide {
	width: 100%;
	height: 400px;
}
.solution_slide_wrapper .swiper-slide .zoom_box {
	width: 100%;
	height: 100%;
}
.solution_slide_wrapper .swiper-slide .zoomin {
	display: block;
	width: 100%;
	height: 100%;
}

.solution_slide_korea {
	position: relative;
	-webkit-transition: top 0.7s ease;
	transition: top 0.7s ease;
	z-index: 5;
}
.solution_slide_korea .swiper-slide {
	width: 100%;
	height: 540px;
}

.solution_slide_korea .swiper-slide .zoom_box {
	width: 100%;
	height: 100%;
}
.solution_slide_korea .swiper-slide .zoomin {
	display: block;
	width: 100%;
	height: 100%;
}



/*국내 이벤트 페이지*/
.kr_event {
	background-image: url('images/korea/kokwansu/bg2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	background-position: left bottom;
	color: #000;
}

/*국내 제품 상세 페이지*/
.kr_3176_1 {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu/product/3176/1-2.png');
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
height: 1700px !important;
overflow: hidden;
background-position: left bottom;
color: #000;
background-position: center;

}

.kr_3176_2 {
border-radius: 30px;
background-color: #ffffff;
width: 80%;
overflow: hidden;
display: table;
margin-left: auto;
margin-right: auto;
padding-top: 150px;
padding-bottom: 150px;
margin-bottom: 30px;
max-width: 2016px
}

.kr_3176_3 {
display: flex;
align-items: center;

margin-left: 5%;
margin-right: 5%;
}

.kr_3176_4 {
border-radius: 30px;
background-color: #ffffff;
width: 80%;
overflow: hidden;
display: table;
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
height: 600px !important;
max-width: 2016px
}

.kr_3176_5 {
	overflow: hidden;
	  margin: 0px auto;
	  position: relative;
}

.kr_3176_6 {
position: absolute;
width: 100%;
bottom: 2%;
left: 50%;
transform: translate(-50%,-50%);
}

.kr_3176_7 {
position: absolute;
width: 100%;
top: 30%;
left: 50%;
transform: translate(-50%,-50%);
}

.kr_3260_top {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu/product/3260/3260_m.png');
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
height: 1883px !important;
overflow: hidden;
background-position: left bottom;
color: #ffffff;
background-position: center;
}

.safe_top {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu/diary/safe0-1.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 1000px !important;
overflow: hidden;
background-position: left bottom;
color: #ffffff;
background-position: center;
}

.safe_top_m {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu/diary/safe0-1_m1.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 1000px !important;
overflow: hidden;
background-position: left bottom;
color: #ffffff;
background-position: center;
}

.or_safe_top_m {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu/diary/or1.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 1000px !important;
overflow: hidden;
background-position: left bottom;
color: #ffffff;
background-position: center;
}

.safe_main1 {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu/diary/safe0-2.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 1000px !important;
overflow: hidden;
background-position: left bottom;
color: #ffffff;
background-position: center;
}

.safe_main1_m1 {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu/diary/safe_bgm1.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 400px !important;
overflow: hidden;
background-position: left bottom;
color: #ffffff;
background-position: center;
}
.safe_main1_m2 {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu/diary/safe_bgm2.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 400px !important;
overflow: hidden;
background-position: left bottom;
color: #ffffff;
background-position: center;
}


.orsafe_main1_m1 {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu//solution/orsafe/orm1.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 400px !important;
overflow: hidden;
background-position: left bottom;
color: #ffffff;
background-position: center;
}
.orsafe_main1_m2 {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu//solution/orsafe/orm2.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 400px !important;
overflow: hidden;
background-position: left bottom;
color: #ffffff;
background-position: center;
}




.orsafe_main1 {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu//solution/orsafe/orsafe0-4.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 1000px !important;
overflow: hidden;
background-position: left bottom;
color: #ffffff;
background-position: center;
}


.kr_3252_1 {
position: absolute;
width: 100%;
bottom: -13%;
left: 50%;
transform: translate(-50%,-50%);
}

.kr_3252_2 {
background-image: url('https://www.idisglobal.com/images/korea/kokwansu/product/3252/fire.png');
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
height: 619px !important;
overflow: hidden;
background-position: left bottom;
color: #ffffff;
background-position: center;
}

.kr_3252_3 {

width: 100%;
top: 0%;
right: -27%;
transform: translate(0%,-65%);
}

.kr_3252_4 {
border-radius: 30px;
background-color: #ffffff;
width: 80%;
overflow: hidden;
display: table;
margin-left: auto;
margin-right: auto;
padding-top:110px;
padding-bottom:110px;
margin-bottom: 40px;
max-width: 2016px
}

.kr_3252_5 {
	background-image: url('https://www.idisglobal.com/images/korea/kokwansu/product/3252/fire4.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	height: 240px !important;
	overflow: hidden;
	background-position: left bottom;
	color: #ffffff;
	background-position: center;
}

.kr_3252_6 {

width: 100%;
top: 0%;
right: -25%;
transform: translate(0%,-65%);
}

.kr_3260_main {
border-radius: 30px;
background-color: rgba( 255, 255, 255, 0 );
width: 80%;
display: table;
margin-left: auto;
margin-right: auto;
padding-top:110px;
padding-bottom:110px;
margin-bottom: 40px;
max-width: 2016px
}

.product_mobile_1 {
border-radius: 30px;
background-color: #ffffff;
width: 100%;
overflow: hidden;
display: table;
margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-bottom: 20%;
margin-bottom: 30px;
}

.product_mobile_2 {
	background-image: url('https://www.idisglobal.com/images/korea/kokwansu/product/3176/mcd_mobile4.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	height: 1000px !important;
	overflow: hidden;
	background-position: left bottom;
	color: #000;
	background-position: center;
}

.product_mobile_3 {
	border-radius: 30px;
	background-color: #ffffff;
	width: 100%;
	overflow: hidden;
	display: table;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	height: 200px !important;
	margin-bottom: 60px;
}

.product_mobile_4 {
	background-image: url('https://www.idisglobal.com/images/korea/kokwansu/product/3260/3260_m.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:100%;
	background-position: center;
	height: 550px !important;
	overflow: hidden;
	background-position: left bottom;
	color: #000;
	background-position: center;
}

.product_mobile_5 {
border-radius: 0px;
background-color: rgba( 255, 255, 255, 0 );
width: 100%;
overflow: hidden;
display: table;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
margin-bottom: 0px;
}

.product_mobile_6 {
white-space:nowrap;
overflow:auto;
}


.kr_intro_box {
	text-align: center;
}
.kr_intro_box2 {
	text-align: left;
}

.kr_intro_box3 {
	text-align: center;
}



/*iot*/
.iot_section01 {
	background-image: url('https://cdn.idisglobal.com/images/solution/iot/bg_IoT_new.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	background-position: left bottom;
	color: #000;
}
.iot_section01 .tab_content_title {
	/*color: #fff;*/
}
.iot_section01 .tab_content_box h4,
.iot_section01 .tab_content_box h5,
.iot_section01 .tab_content_box p {
    color: #009EB6;
}
.iot_section02 .solution_upper {
	display : flex !important;
}

.iot_intro_box {
	text-align: center;
}
/* title */
.iot_intro_box h1 {
	margin-bottom: 1rem;
	font-size: 3.5rem;
}
/* sub title */
.iot_intro_box h3, .iot_section03 h3{
	margin-bottom: 3rem;
	color: #009EB6;
}
.iot_intro_box p, .iot_section03 li {
	margin-bottom: 1rem;
	font-size: 16px;
	line-height: 1.8;
}
.iot_intro_box p::before, .iot_section03 li h6::before {
	background-image: url('https://cdn.idisglobal.com/images/solution/iot/icon_check.png');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
	content: '';
	vertical-align: middle;
}
.iot_intro_box p>span, .iot_section03 li h6 span {
	margin-left:1rem;
	padding-left:1rem;
	background-image: url('/images/common/bar_depth_tab.jpg');
	background-repeat: no-repeat;
	background-position: left 6px;
}
.iot_section03 {
	/*
	background-image: url('https://cdn.idisglobal.com/images/solution/iot/bg_IoT_02.png');
	background-repeat: no-repeat;
	background-size: 100% 50%;
	overflow: hidden;
	background-position: left top;
	*/
	background-color: #efefef;
}
.iot_section03 h3 {
	padding-left: 15px;
}
.iot_section03 ul.mobile_disable {
	margin-top : -200px;
	padding-bottom: 100px;
	font-size: 1.2rem;
}
.iot_section04 h3{
	margin-bottom: 3rem;
	color: #009EB6;
}
.iot_section04 h5 {
	margin-bottom: 4rem;
	line-height: 1.8;
	font-weight: normal;
	text-align: justify;
}
.iot_solution table {
	text-align: center;
	border-top: 1px solid #85878a;
	border-bottom: 2px solid #85878a;
}

.iot_solution table:first-child {
	border-top: 3px solid #85878a;
}
.iot_solution table:last-child {
	border-bottom: 3px solid #85878a;
}
.iot_solution table .thead-light tr th:not(:last-child),
.iot_solution table tr td:not(:last-child){
	border-right: 1px solid #85878a;
}
.iot_solution table tr:first-child td {
	text-align: center;
}
.iot_solution table td {
	padding: 1.5rem;
	text-align: left;
	border-top : none;
}

.iot_tel_box {
	text-align: center;
	font-weight: bold;
}

.iot_tel_box a {
	font-size: 2.5rem;
	color: #009EB6;
}

.iot_tel_box .sub-title,
.iot_mail_box .sub-title {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.iot_mail_box .inquiry_area {
	padding: 0 2rem 2rem;
	border: 1px solid #e5e5e5;
	border-top: 3px solid #3990a9;
	background-color: #fff;
}
.iot_mail_box .inquiry_area_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}
.iot_mail_box .inquiry_area_title a,
.iot_mail_box .inquiry_area_title span {
	margin-left: 8px;
	font-size: 14px;
	color: #5ecbd6;
}


.index_product_area {
	position: relative;
	margin-top: 150px;
	padding-top: 150px;
	padding-bottom: 75px;
	background-color: #f7f7f7;
	z-index: 1;
}
.index_product_slide_area {
	position: relative;
}
.index_product_slide_box {
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	overflow: hidden;
}
.index_product_slide_box .swiper-container {
	overflow: visible;
}
.index_product_slide_box .swiper-slide {
	position: relative;
	height: 270px;
	/* border: 1px solid #e5e5e5; */
	border: none;
	background-color: #fff;
	z-index: 100 !important;
	text-align: center;
}
.index_product_slide_box .swiper-slide .slideOverlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: 0.4;
	z-index: 1;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
.index_product_slide_box .swiper-slide.swiper-slide-prev,
.index_product_slide_box .swiper-slide.swiper-slide-next {
	-webkit-transform: scale(1.15, 1.17);
	transform: scale(1.25, 1.17);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 110 !important;
}
.index_product_slide_box .swiper-slide.swiper-slide-prev .slideOverlay,
.index_product_slide_box .swiper-slide.swiper-slide-next .slideOverlay {
	opacity: 0.1;
}
.index_product_slide_box .swiper-slide.swiper-slide-active {
	-webkit-transform: scale(1.5, 1.55);
	transform: scale(1.5, 1.55);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-top: 3px solid #3990a9;
	z-index: 111 !important;
}
.index_product_slide_box .swiper-slide.swiper-slide-active .slideOverlay {
	opacity: 0;
}
.index_product_slide_box .swiper-slide.swiper-slide-active.on .slideOverlay {
	display: none;
}

.pd_slide_active {
	display: none;
	height: 100%;
}
.pd_slide_active_area {
	padding: 0;
	height: 100%;
}
.pd_slide_active_box {
	height: 100%;
}
.active_box_title {
	height: 15%;
}
.active_box_title h6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	text-transform: uppercase;
}
.active_box_img {
	height: 50%;
}
.slide_active_img {
	width: 100%;
	height: calc(100% - 30px);
}
.slide_active_img img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 100%;
	max-width: 100%;
}
.active_box_more {
	padding-top: 10px;
}
.active_box_more a {
	display: block;
	font-size: 12px;
	height: 20px;
}
.active_box_more a:hover {
	color: #3990a9;
}
.active_box_btn {
	padding: 0 0.5rem;
	height: 35%;
}
.active_box_btn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
}
.active_box_btn ul li {
	margin: 0 2px;
}
.active_box_btn ul li button {
	padding: 0px 8px;
	height: 20px;
	color: #3990a9;
	font-size: 10px;
	font-weight: 400;
	border: 0.5px solid #3990a9;
	border-radius: 2rem;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.active_box_btn ul li button:hover,
.active_box_btn ul li button.active {
	color: #fff;
	background-color: #3990a9;
	border-color: #3990a9;
}

.index_product_slide_box .swiper-slide.swiper-slide-active .pd_slide_none {display: none;}
.index_product_slide_box .swiper-slide.swiper-slide-active .pd_slide_active {display: block;}

.pd_slide_img {
	height: 180px;
	background-size: cover;
	background-position: center;
}
.pd_bg_selector {background-image: url('/images/index/bg_selector.jpg');}
.pd_bg_solutions {background-image: url('/images/index/bg_software.jpg');}
.pd_bg_recoder {background-image: url('/images/index/bg_recoder.jpg');}
.pd_bg_camera {background-image: url('/images/index/bg_camera.jpg');}
.pd_bg_hdtvi {background-image: url('/images/index/bg_hdtvi.jpg');}
.pd_bg_security {background-image: url('/images/index/bg_security.jpg');}
.pd_bg_acc {background-image: url('/images/index/bg_acc.jpg');}
.pd_bg_hdcamera {background-image: url('/images/index/bg_hdcamera.jpg');}

.pd_bg_selector_m {background-image: url('/images/index/bg_selector_m.jpg');}
.pd_bg_solutions_m {background-image: url('/images/index/bg_software_m.jpg');}
.pd_bg_recoder_m {background-image: url('/images/index/bg_recoder_m.jpg');}
.pd_bg_camera_m {background-image: url('/images/index/bg_camera_m.jpg');}
.pd_bg_hdtvi_m {background-image: url('/images/index/bg_hdtvi_m.jpg');}
.pd_bg_security_m {background-image: url('/images/index/bg_security_m.jpg');}
.pd_bg_acc_m {background-image: url('/images/index/bg_acc_m.jpg');}
.pd_bg_hdcamera_m {background-image: url('/images/index/bg_hdcamera_m.jpg');}

.pd_slide_text {
	padding-top: 34px;
}
.pd_slide_text h6 {
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.pd_slide_text p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.2;
}
.index_product_slide_area .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	bottom: auto;
	top: 70px;
}
.index_product_slide_area .swiper-pagination-bullet {
	display: block;
	width: auto !important;
	height: auto !important;
	background: none;
	opacity: 1;
	color: #000;
}
.index_product_slide_area .swiper-pagination-bullet-active {
	opacity: 1;
	background: none;
	color: #3990a9;
}

.index_technology_area {
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url('/images/index/bg_technology.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.technology_box {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	height: 300px;
}
.tech_img {
	width: 50%;
	background-size: cover;
	background-position: center;
}
.tech_title {
	width: 50%;
	background-color: #fff;
}
.tech_title_none {display: none;}
.tech_title_box {
	position: relative;
	padding: 30px 15px;
	height: 100%;
}
.tech_title_box h5 {
	margin-bottom: 1rem;
}
.tech_title_box p {
	word-break: normal;
	font-size: 14px;
}
.tech_title_box a.learn_more {
	display: block;
	position: absolute;
	bottom: 20px;
	color: #3990a9;
	font-weight: 600;
	font-size: 1rem;
}
.bg_codec {background-image: url('/images/index/bg_codec.jpg');cursor: pointer;}
.bg_network {background-image: url('/images/index/bg_network.jpg');cursor: pointer;}
.bg_failover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url('/images/index/bg_failover.jpg');
	cursor: pointer;
}
.bg_smart {
	position: relative;
	background-image: url('/images/index/bg_smart.jpg');
	cursor: pointer;
}
.bg_smart img {
	position: absolute;
	bottom: 0;
	width: auto;
	height: 280px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tale_whale {
	display: block;
	position: relative;
	top: -30px;
	left: 55%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tech_img:hover .moveImg {
	-webkit-animation: moveImg 3s infinite;
	animation: moveImg 3s infinite;
}
.moveImg {
	position: relative;
}
@-webkit-keyframes moveImg {
	0% {
		margin-top: 0px;
	}
	25% {
		margin-top: -10px;
	}
	50% {
		margin-top: 0px;
	}
	75% {
		margin-top: -10px;
	}
	100% {
		margin-top: 0px;
	}
}
@keyframes moveImg {
	0% {
		margin-top: 0px;
	}
	25% {
		margin-top: -10px;
	}
	50% {
		margin-top: 0px;
	}
	75% {
		margin-top: -10px;
	}
	100% {
		margin-top: 0px;
	}
}
.index_case_area {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
}
.krci_area {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
}
.index_case_hashbtn_area {
	padding: 10px 0;
}
.case_slide {
	position: relative;
}
.case_slide_container .swiper-slide {
	border: 1px solid #e5e5e5;
}
.case_box a.learn_more {
	position: absolute;
	bottom: 10px;
	left: 20px;
	display: block;
	font-size: 1rem;
	color: #3990a9;
	font-weight: 600;
}
.case_img {
	height: 250px;
	background-size: cover;
	background-position: center;
}

.casekr_img {

	background-size: cover;
	background-position: center;
}


.bg_public {background-image: url('/images/index/bg_public.jpg');}
.bg_residential {background-image: url('/images/index/bg_residential.jpg');}
.bg_edu {background-image: url('/images/index/bg_edu.jpg');}
.bg_emergency {background-image: url('/images/index/bg_emergency.jpg');}
.case_text {
	padding: 20px 20px 0;
	height: 210px;
}
.case_text h6 {
	margin-bottom: 1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.case_text p {
	margin: 0;
	font-size: 14px;
}

.casekr_text {
	padding: 20px 40px 0;
	height: 14rem;
}

.index_news_area {
	position: relative;
	padding-top: 150px;
	padding-bottom: 120px;
}

.index_news_area_kr {

	padding-top: 150px;
	padding-bottom: 120px;
}

.news_slide {position: relative;}
.news_box > a {display: block;}
.news_box .date {
	display: block;
	margin: 0;
	color: #b8b8b8;
	font-size: 14px;
}
.news_img {
	padding-top: 56.25%;
	height: 100%;
	background-size: cover;
	background-position: top center;
}

.news_img .kr_news{
	position: absolute;
  top: calc(0%);
	left: calc(63%);
  width: 100% ;
  background-color: rgba(0,0,0,0.7);
  padding: 2% 2% 300px;
	transition: all 0.4s;
}
.news_img:hover .kr_news,
.news_img:hover .kr_news{
left: calc(45%);
background-color: rgba(0,153,168,0.9);
transform: scale(0.92);
}

.kr_arrow


.news01 {background-image: url('/images/index/news01.jpg');}
.news02 {background-image: url('/images/index/news02.jpg');}
.news03 {background-image: url('/images/index/news03.jpg');}
.news04 {background-image: url('/images/index/news04.jpg');}
.news_text {
	margin-top: 1rem;
	height: 100px;
}
.news_text p {
	display: block;
	margin: 0 0 0.5rem 0;
	height: 42px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	overflow: hidden;
}
.news_more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.news_more .learn_more {
	font-size: 1rem;
	color: #3990a9;
	font-weight: 600;
}

.index_wheretobuy {
	position: relative;
	padding-top: 150px !important;
}


/*prodcut list */
.product_list_container {
	padding: 60px 0 150px;
	background-color: #f7f7f7;
}
.pd_filter_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.pd_filter_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pd_filter_box ul li + li {
	padding-left: 1rem;
	margin-left: 1rem;
	background-image: url('/images/common/bar_vertical.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}
.pd_filter_box select.form-control {
	padding: 0.375rem 20px 0.375rem 0.75rem;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('/images/common/sel_box_black.png') no-repeat;
	background-position: right 10px center;
	background-color: #fff;
	color: #8b8b8b;
}
.pd_filter_box select.form-control::-ms-expand {
	display: none;
}
.pd_filter_box .pd_console {
	width: 250px;
}
.pd_list_mobile_nav_area {
	display: none;
	margin-bottom: 10px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.pd_list_mobile_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pd_list_mobile_nav i {
	font-size: 10px;
	font-weight: 600;
}
.pd_list_mobile_nav select {
	padding-left: 0;
	width: 100%;
	border: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.pd_list_mobile_nav select::-ms-expand {
	display: none;
}

/*product_list_header*/
.pd_console .form-control {
	border-radius: 4px;
}
.title_product_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.title_product_list h4 {
	text-transform: uppercase;
}
.title_product_list h5 {
	text-transform: uppercase;
}
.title_product_list {
	margin-top: 2rem;
}
.title_list_view_change {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.title_list_view_change button {
	display: block;
	padding: 3px 6px;
	font-size: 20px;
	line-height: 1;
	border: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: color ease 0.3s;
	transition: color ease 0.3s;
	cursor: pointer;
}
.title_list_view_change button.on,
.title_list_view_change button:hover {
	color: #3990a9;
}

.fixed_product_list {}
.product_list_box {}

.product_list {
	margin-top: 8px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.product_list_hover {
	display: block;
	border-top: 3px solid #fff;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.product_list h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product_list_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 10% 0;
	overflow: hidden;
}
.product_list_img img {
	max-width: 80%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-ms-flex-negative: 0;flex-shrink: 0;
}
.product_list_desc {
	padding: 0 1rem 16px;
	text-align: center;
}
.product_list_desc h5 {
	height: 48px;
	margin: 16px 0;
}
.product_list_desc p {
	display: block;
	margin: 0;
	min-height: 48px;
	font-size: 14px;
	line-height: 1.2;
}
.product_list_desc button {
	font-size: 14px;
	padding: 6px 12px;
	color: #8a8a8a;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
}
.product_list_hover:hover {border-top-color: #3990a9;	}
.product_list_hover:hover .product_list_img img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.product_list_hover:hover .product_list_desc h5 {
	color: #3990a9;
}
/*product_view*/
.product_view_title {
	width: 100%;
	margin-bottom: 70px;
	text-align: center;
}
.product_view_header {
	position: relative;
	padding-top: 194px;
	height: 800px;
	background-color: #b0bbbf;
}
.swiper_productheader .swiper-slide {
	text-align: center;
}
.swiper_productheader .swiper-slide img {
	width: auto;
	max-width: 100%;
	max-height: 450px;
}
.productheader_next {
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	width: 75px;
	height: 75px;
	background-color: #9d9d9d;
	background-image: url('/images/common/pdview_btn_next.png');
	background-size: 15px;
}
.productheader_prev {
	position: absolute;
	top: auto;
	left: auto;
	right: 76px;
	bottom: 0;
	width: 75px;
	height: 75px;
	background-color: #9d9d9d;
	background-image: url('/images/common/pdview_btn_prev.png');
	background-size: 15px;
}

.product_view_desc {
	padding: 40px 0 80px;
	background-color: #fcfcfc;
	border-bottom: 1px solid #e5e5e5;
}
.product_title h2, .product_title h6 {
	margin-bottom: 1rem;
}
.product_desc li {
	color: #949494;
	margin-left: 20px;
	list-style-type: disc;
	word-break: break-all; /* 긴 단어를 강제로 줄 바꿈 */
  overflow-wrap: break-word; /* 단어가 너무 길면 다음 줄로 넘어가도록 설정 */
}

.product_desc li a{
	color: #0093a3;
}

.product_view_tab_area {}
.product_view_tab {}
.product_view_tab > ul {
	margin: 3rem 0;
	display: block;
	text-align: center;
	white-space: normal;
}
.product_view_tab > ul > li {
	display: inline-block;
	float: none;
	margin-right: 1rem;
}
.product_view_tab > ul > li > a {
	display: block;
	margin: 8px 0;
	padding: 8px 1rem;
	color: #96a0a6;
	font-weight: 600;
	border: 1px solid #96a0a6;
	border-radius: 2rem;
	text-transform: uppercase;
}
.product_view_tab > ul > li > a[aria-selected="true"]{
	color: #fff;
	background-color: #0093a3;
	border-color: #0093a3;
}

/*youtube ifreame*/
.embed-youtube-main {
	max-width: 800px;
	margin: 0 auto;
}
.embed-youtube {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 3rem;
	padding-bottom: 56.25%;
}
.embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*keyfeatures*/
.keyfeatures_area {
	text-align: center;
}
.keyfeatures_area_img img {
	max-height: 450px;
}
.keyfeatures_area_desc h1 {
	margin-bottom: 1rem;
}
.keyfeatures_area_desc h5 {
	margin-bottom: 0;
}

.keyfeatures_list {
	margin-top: 100px;
	margin-bottom: 120px;
}
.keyfeatures_list li + li {}
.keyfeatures_list .keyfeatures_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 80px;
	margin-bottom: 30px;
}
.keyfeatures_list .keyfeatures_img img {
	display: block;
	height: 110px;
}
.keyfeatures_list p {
	text-align: center;
}
.customized_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 400px;
}
.customized_box h1 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.5);
}
.casestudy_slide {
	padding-bottom: 50px;
}

/*spec*/
.pd_table_common {
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #edf3f4;
}
.table_list_product .pd_table_area {
	margin-top: 0.5rem;
}
.pd_table_area {
	padding: 15px 30px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}
.pd_table_area + .pd_table_area {
	margin-top: 1.25rem;
}
.pd_common_table {
	border: none;
}
.pd_common_table th, .pd_common_table td {
	border: none;
	font-size: 12px;
}
.pd_common_table tr + tr th, .pd_common_table tr + tr td {
	border-top: 1px solid #eee;
}
/*dimension*/
.dimension_area {
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #edf3f4;
}
.dimension_area > div {
	background-color: #fff;
	text-align: center;
}
.dimension_area img {
	max-width: 100%;
	height: auto;
}
/*download*/
.download_area {}

/*relative*/
.product_view_relative {
	margin-top: 40px;
	padding: 70px 0 120px;
	background-color: #f4f4f4;
}
.relative_slide {
	position: relative;
}
.relative_slide .swiper_pd_relative {
	padding-bottom: 50px;
}
/*
.relative_slide .swiper_pd_relative .swiper-wrapper{
	justify-content: center;
}
*/
.relative_slide .swiper_pd_relative .swiper-pagination {
	bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	margin: 0 0 0 -8px;
}
.relative_slide .swiper-slide {
	background-color: #fff;
	border-top: 2px solid #3990a9;
}
.relative_box {
	padding: 0 10px 30px;
	text-align: center;
}
.relative_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 270px;
}
.relative_img img {
	max-width: 90%;
	max-height: 70%;
	display: block;
	-ms-flex-negative: 0;flex-shrink: 0;
}
.relative_box h5 {
	margin-bottom: 0;
	height: 48px;
	text-align: center;
}
.relative_box p {
	margin-bottom: 0rem;
	font-size: 14px;
	height: 38px;
	text-align: center;
}
.relative_box button {
	color: #3990a9;
	background-color: #fff;
	font-weight: 600;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.relative_box button:hover {
	color: #fff;
	background-color: #3990a9;
}

/*about*/
.contents_header {
	padding-top: 0 !important;
}
.contents_area {
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.contents_area2 {
	padding-bottom: 3rem;
}
.about_header {
	padding-bottom: 3rem;
	background-color: #fcfcfc;
	border-bottom: 1px solid #e5e5e5;
}
.about_header_title {}
.about_header_title h5 {
	margin-top: 3rem;
}
.about_header_title p {
	margin-top: 1.5rem;
	margin-bottom: 0;
	font-size: 14px;
}
.bg_about_header {
	width: 100%;
	height: 450px;
	background-image: url('/images/aboutus/bg_about_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about_box {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.about_box h4 {
	margin-bottom: 1.5rem;
}
.about_box h4.highlight {color: #66d1dc;}
.about_box h5 {
	margin-bottom: 1.5rem;
}
.about_box h4, .about_box h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about_box p {
	font-size: 14px;
}
.about_core_area {
	border-top: 1px solid #e5e5e5;
}
.about_core_box .about_box {
	padding-right: 1rem;
}
.about_core_box .about_box p {
	text-align: justify;
}
.about_core_box .about_box img {
	display: block;
	margin: 0  auto 1.5rem;
}
.about_strength h5 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.history_title h4 {
	max-width: 100%;
	margin-bottom: 1.5rem;
	padding-top: 3rem;
}
.history_title p {
	font-size: 14px;
}
.bg_history {
	margin-bottom: 1.5rem;
	width: 100%;
	height: 450px;
	background-image: url('/images/aboutus/bg_history.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1300px auto;
}
.history_img {
	margin-top: 4rem;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
}
.history_img01 {
	background-image: url('/images/aboutus/history_img01.jpg');
}
.history_img02 {
	background-image: url('/images/aboutus/history_img02.jpg');
}
.milestone_header {
	border-top: 2px solid #000;
	border-bottom: 1px solid #d6d6d6;
}
.milestone_header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.milestone_header ul li {
	margin-bottom: -1px;
}
.milestone_header ul li a {
	display: block;
	padding: 28px 15px;
}
.milestone_header ul li.active a {
	color: #3990a9;
	font-weight: 600;
	border-bottom: 1px solid #3990a9;
}
.milestone_header ul li a.active {
	color: #3990a9;
	font-weight: 600;
	border-bottom: 1px solid #3990a9;
}
.milestone_area {
	padding-top: 80px;
}
.milestone_area ul li {
	display: -webkit-box;display: -ms-flexbox;display: flex;
}
.milestone_img {
	width: 230px;
	padding-bottom: 30px;
}
.milestone_img > div {
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.milestone_area ul li dl {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 0 80px;
	padding-left: 5%;
	padding-bottom: 30px;
	width: 100%;
	border-left: 1px solid #a7def1;
}
.milestone_area ul li dl::before {
	content: '';
	color: #a7def1;
	position: absolute;
	top: 9px;
	left: -3px;
	font-weight: 900;
	border: 3px solid #a7def1;
	border-radius: 50%;
	width: 4px;
	height: 4px;
}
.milestone_area ul li dl dt {}
.milestone_area ul li dl dd {
	margin: 0;
	padding-left: 6%;
	width: 100%;
}
/*gdpr*/
.gdpr_title {
	margin-bottom: 1.5rem;
	padding-bottom: 5px;
	border-bottom: 2px solid #3990a9;
}
.gdpr_box {
	margin-top: 2rem;
}
.gdpr_box p {
	font-size: 14px;
	margin-bottom: 10px;
}
.gdpr_box a {
	color: #3990a9 !important;
	font-weight: 600;
}
.gdpr_sub_title {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.gdpr_sub_title h5 {
	color: #3990a9;
}
.gdpr_sub_img {
	margin-bottom: 1rem;
	text-align: center;
}

/*ndaa*/
.ndaa_title {
	margin-bottom: 1.5rem;
	padding-bottom: 5px;
	border-bottom: 2px solid #3990a9;
}
.ndaa_title_img{
	position: relative;
}
.ndaa_title_img img{
	height: 547px;
}
.ndaa_title_img .text-center{
	color: #fff;
	text-align: center;
	text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
}

.ndaa_box {
	margin-top: 2rem;
}
.ndaa_box p {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: justify;
}
.ndaa_box a {
	color: #3990a9 !important;
	font-weight: 600;
}
.ndaa_box table {
	width: 100%;
	font-size:14px;
	border-color: #000;
}
.ndaa_box table tbody tr th{
	background-color: #3990a9;
	color: #fff;
	height: 35px;
}
.ndaa_box table tbody tr th, .ndaa_box table tbody tr td{
	padding: 10px;
}
.ndaa_sub_title {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.ndaa_sub_title h3, .ndaa_sub_title h4, .ndaa_sub_title h5 {
	color: #3990a9;
}
.ndaa_sub_img {
	margin-bottom: 1rem;
	text-align: center;
}

/*event*/
.event_list_area {
	padding-bottom: 2rem;
}
.event_list {
	margin-top: 2rem;
}
.event_list_thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px;
	height: 120px;
	margin-bottom: 1rem;
	border: 1px solid #e5e5e5;
}
.event_list_thumb img {
	max-width: 100%;
	max-height: 70px;
}
.event_list_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}
.event_list_title h6 {}
.event_list_title button {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	border: 2px solid #c8c8c8;
	border-radius: 15px;
	background-color: #fff;
	background-image: url('/images/common/event_title_btn.jpg');
	background-position: 11px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.event_list_desc {
	padding-top: 0.75rem;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 1rem;
}
.event_list_desc ul li {
	display: block;
	color: #646464;
	font-size: 14px;
}
.event_list_desc p {
	margin: 0;
	text-align: left !important;
}

/*inquiry*/
.bg_inquiry {background-color: #f7f7f7;}
.inquiry_area {
	padding: 0 2rem 2rem;
	border: 1px solid #e5e5e5;
	border-top: 3px solid #3990a9;
	background-color: #fff;
}


.inquirykr_area {
	padding-top: 3rem;
	padding-bottom: 2.5rem;
}
.bg_inquirykr {background-image: url("https://www.idisglobal.com/images/korea/kokwansu/bg6.png");
}

.inquirykr2_area {
	padding-top: 3rem;
}



.inquiry_area_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}
.inquiry_area_title a,
.inquiry_area_title span {
	margin-left: 8px;
	font-size: 14px;
	color: #5ecbd6;
}
.inquiry_privacy {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 2px solid #000;
}
.inquiry_privacy small {
	margin-top: 0.5rem;
	display: block;
	color: #9f9e9e;
}

/*contact us*/
.contact_tab_area .nav {
	margin-bottom: 5rem;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contact_tab_area .nav .nav-item + .nav-item {
	margin-left: 3rem;
}
.contact_tab_area .nav .nav-item a {
	display: block;
	padding: 20px 10px;
	color: #878787;
	font-weight: 600;
}
.contact_tab_area .nav .nav-item a.active {
	color: #0093a3;
	border-bottom: 1px solid #0093a3;
}
.contact_slide_list {
	width: 100%;
	min-height: 720px;
	background-size: cover;
	background-position: center;
}
.head_contact_intro_area { padding: 0 0 0 2rem; }
.contact_intro_area {
	padding: 1rem 3rem;
}
.contact_intro_box + .contact_intro_box {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #b5b5b5;
}
.contact_intro_box h2 {
	margin-bottom: 1rem;
}
.contact_intro_box dt {
	padding-left: 10px;
	color: #454545;
	font-size: 14px;
	background-image: url('/images/common/dot_list_small.png');
	background-repeat: no-repeat;
	background-position: 4px 9px;
}
.contact_intro_box dd {
	margin-bottom: 0;
	padding-left: 10px;
	color: #454545;
	font-size: 14px;
}
.contact_intro_box ul li  {
	padding-left: 10px;
	color: #454545;
	font-size: 14px;
}
.contact_inquiry_area {
	padding: 3rem 2rem;
}

/*where*/
.where_btn_area {
	padding: 0 0 2rem;
}
.where_btn_area button {
	width: 100%;
	margin: 4px 0;
	padding: 8px 1rem;
	color: #96a0a6;
	font-weight: 600;
	background-color: #fff;
	border: 1px solid #96a0a6;
	border-radius: 2rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	letter-spacing: -0.75px;
	cursor: pointer;
}
.where_btn_area button.active,
.where_btn_area button:hover {
	color: #fff;
	background-color: #0093a3;
	border-color: #0093a3;
}
.map_filter_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -4px;
}
.map_filter_list ul li {
	margin: 4px 4px;
}
.map_filter_list ul li a {
	display: block;
	padding: 5px 1rem;
	font-size: 14px;
	background-color: #f7f8f9;
	border: 1px solid #bfc6ca;
	border-radius: 0.3rem;
}
.map_filter_list ul + ul li a {
	font-size: 12px;
}

.map_filter_list ul li.active a {
	background-color: #848484;
	border-color: #848484;
	color: #fff;
}
.map_filter_list ul li.active a:hover {
	color: #fff;
}

.map_filter_list ul + ul {
	display: none;
}



.bg_map_area {
	padding-top: 2rem;
	padding-bottom: 4rem;
}
.map_area {
	position: relative;
	margin: 0 auto;
	left: -40px;
	width: 840px;
	height: 530px;
	overflow: hidden;
}
.map_north_america {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.map_south_america {
	position: absolute;
	bottom: 44px;
	left: 204px;
	z-index: 1;
}
.map_europe {
	position: absolute;
	top: 52px;
	left: 344px;
	z-index: 3;
}
.map_africa {
	position: absolute;
	bottom: 79px;
	left: 346px;
	z-index: 2;
}
.map_middle {
	position: absolute;
	top: 239px;
	right: 281px;
	z-index: 4;
}
.map_asia {
	position: absolute;
	top: 43px;
	right: 63px;
	z-index: 2;
}
.map_oceania {
	position: absolute;
	bottom: 22px;
	right: 15px;
	z-index: 1;
}
.map_icon {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	background-color: #3990a9;
	border-radius: 6px;
	z-index: 4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.map_icon.point_icon {
	width: 24px;
	height: 33px;
	background: none;
	background-image: url('/images/aboutus/where/pin.svg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	-webkit-transform: translate(-20%,-70%);
	transform: translate(-20%,-70%);
}
.map_company_list {
	margin-top: 1rem;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.map_company_list_box {
	padding: 30px 20px 0;
	min-height: 330px;
}
.map_company_list address {
	color: #1f1f1f;
	font-size: 12px;
	line-height: 1.2;
	height: 44px;
}
.map_company_list dl dt {
	padding-left: 10px;
	font-size: 14px;
	color: #1f1f1f;
	background-image: url('/images/common/dot_list_small.png');
	background-repeat: no-repeat;
	background-position: 4px 9px;
}
.map_company_list dl dd {
	padding-left: 10px;
	font-size: 14px;
	color: #747474;
}
.map_company_list_bi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 82px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
}
.map_company_list_bi img {
	max-height: 60px;
	max-width: 90%;
}
/*casestudy*/
.case_view_area {}
.case_img_area {
	display: block;
	margin-bottom: 2rem;
	width: 100%;
	padding-top: 56.25%;
	background-size: cover;
}
.case_title_area {
	padding-bottom: 1rem;
}
.case_title_area h3 {
	margin-bottom: 1rem;
}
.case_type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.case_type li {
	font-size: 14px;
}
.case_type b {
	display: inline-block;
	padding-right: 8px;
	color: #616161;
	vertical-align: top;
}
.case_type span {
	display: inline-block;
	color: #949494;
}
.case_type li + li {
	margin-left:1rem;
	padding-left:1rem;
	background-image: url('/images/common/bar_depth_tab.jpg');
	background-repeat: no-repeat;
	background-position: left 6px;
}
.case_view_box_title { margin-bottom: 1rem;	}
.case_view_box_title h4 {
	color: #3990a9;
	margin-bottom: 0.5rem;
}
.case_view_box { padding-top: 3rem; }
.case_view_box > p {
	font-size: 14px;
	text-align: justify;
}
.case_view_box > p:nth-child(1) {
	font-weight: 700;
	font-size: 17pt;
}
.case_view_box > p:nth-child(2) {
	font-weight: 500;
	color: #0099a8;
	font-size: 12pt;
	height: 50px;
}
.case_view_box > p img {
	float: none !important;
	width: 100% !important;
	height: auto !important;
	vertical-align: unset;
}
.case_view_box > p span {
	color: #0099a8;
	font-weight: 700;
}
.case_view_box > p span em, .case_view_box > p span i {
	color: #484848;
	display: block;
	text-align: right;
}
#casestudy_row_img {
	position: relative;
	width: 100%;
}
#casestudy_row_img img { width: 100%; }

/*latest view box*/
.latest_view_box {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.latest_view_box > p {
	font-size: 16px;
	text-align: justify;
	line-height: 1.9;
	margin-bottom: 1.5rem;
}
.latest_view_box p,
.latest_view_box p span {
	font-family: 'Karla', 'apple sd gothic neo', 'Spoqa Han Sans Caret','Spoqa Han Sans', 'Spoqa Han Sans JP', 'Helvetica Neue',sans-serif!important;
}
.latest_view_box p img {
	display: block !important;
	margin: 2rem auto !important;
	/*width: 70% !important;*/
	width: 100% !important;
	height: auto !important;
}
.latest_view_box p:first-child img {
	margin-top: 0rem !important;
}

.latest_view_box > p > iframe.iframe_style {
	width: 450px;
	height: 255px;
	float: left;
	margin-right: 10px;
}

/*newsletter_list*/
.newsletter_list li {
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.newsletter_list li:hover {
	background-color: #f7f7f7;
}

/*board*/
.board_common_tab_area {
	padding: 50px 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #e5e5e5;
}
.board_common_tab {
	padding: 20px 40px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.board_common_tab > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.board_common_tab > ul:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.board_common_tab > ul > li {
	padding-left: 20px;
	padding-bottom: 6px;
	width: 20%;
	border-left: 1px solid #eee;
}
.board_common_tab > ul > li:first-child {
	padding-left: 0;
	border-left: 0;
}
.board_common_tab > ul > li h6 {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
}
.board_common_tab .board_tab_sub li a {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4;
	color: #8b8b8b;
}
.board_common_tab .board_tab_sub li.active a,
.board_common_tab .board_tab_sub li:hover a {
	color: #66d1dc;
}

.board_select_tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 40px 20px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.board_select_box {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.board_select_box_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 15px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.search_area {
	/*width: 90%;*/
}
.board_select_box_title h6 {
	margin: 0;
	height: 31px;
	line-height: 31px;
	color: #8e8e8e;
}
.board_select_list {
	margin-top: 20px;
	border-right: 1px solid #e5e5e5;
}
.board_select_list ul {
	padding: 0 12px;
	height: 252px;
	overflow-y: scroll;
}
.board_select_list ul li {
	padding: 8px 15px;
	height: 36px;
	line-height: 20px;
	font-size: 14px;
	cursor: pointer;
}
.board_select_list ul li:hover,
.board_select_list ul li.active {
	color: #fff;
	background-color: #5ecbd6;
}

/* mobile board select */
.mobile_board_select_tab {
	display: none;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.mobile_board_select_tab .tab_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile_board_select_tab .tab_title li {
	padding: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	text-align: center;
	background-color: #efefef;
	cursor: pointer;
}
.mobile_board_select_tab .tab_title.cnt4 li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.mobile_board_select_tab .tab_title li.on {
	color: #fff;
	background-color: #555;
}
.mobile_board_select_tab .tab_title li + li {
	border-left: 1px solid #fff;
}
.select_category_swiper ul {
	max-height: 238px;
	overflow: auto;
}
.select_category_swiper ul li {
	padding: 8px 15px;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	cursor: pointer;
}
.select_category_swiper ul li:last-child {
	border-bottom: none;
}
.select_category_swiper ul li.active {
	background: #45bcbf;
	color: #fff;
	border-bottom: none;
}
/*warranty*/
.warranty_title {
	margin-bottom: 3rem;
	text-align: center;
}
.warranty_title h3 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.warranty_table {
	margin-bottom: 5rem;
	padding: 60px 0;
	background-color: #edf3f4;
}
.warranty_table table thead th {
	background-color: #3e4e57;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #e5e5e5;
}
.warranty_table table tbody th {
	background-color: #fcfcfc;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #e5e5e5;
	vertical-align: middle;
}
.warranty_table table tbody td {
	background-color: #fcfcfc;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	vertical-align: middle;
}
.warranty_box {
	padding: 70px 55px;
	background-color: #fbfbfb;
}
.warranty_box h5 {
	margin-bottom: 1.5rem;
}
.warranty_box p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0.25rem;
}
.warranty_img {
	margin-bottom: 2rem;
}
.warranty_img img {
	display: block;
}
.answer_area, .contentsArea {
	display: none;
}
.file_upload_area {
	margin-top: 10px;
}
.file_upload_area label {
	display: block;
	margin: 0;
	font-size: 12px;
	color: #96a0a6;
}
.file_upload_area label + label {
	margin-top: 4px;
}
.file_upload_area label a,
.file_upload_area label button {
	display: inline-block;
	padding: 2px 6px;
	margin: 0 4px;
	color: #96a0a6;
	border: 1px solid #96a0a6;
	border-radius: 4px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	cursor: pointer;
}
.file_upload_area label a:hover,
.file_upload_area label button:hover {
	color: #fff;
	background-color: #96a0a6;
}

/*bim*/
.bg_bim_header {
	width: 100%;
	height: 450px;
	background-image: url('/images/support/bg_bim_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bim_about_header_title h5 {
	margin-top: 2rem;
}
.bim_about_header_title p {
	margin-top: 0.75rem;
	margin-bottom: 0;
	font-size: 14px;
}

/*privacy*/
.policy_box {}
.policy_box h4 {}
.policy_box p {
	margin-top: 0.75rem;
	margin-bottom: 0;
	font-size: 14px;
}
.policy_box + .policy_box {
	margin-top: 2rem;
}

/*korea addtional*/
#contentsArea .row {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
#contentsArea .row:nth-child(2n) {
}
.korea_sub_title {
	padding-top: 1rem;
	padding-bottom: 2rem;
	text-align: center;
}
.korea_sub_title2 {
	padding-top: 1rem;
	padding-bottom: 2rem;
	text-align: center;
}
a.korea_btn_common,
button.korea_btn_common {
	padding-right: 32px;
	font-size: 14px;
	font-weight: 600;
	color: #96a0a6;
	border: 1px solid #96a0a6;
	background-color: #fff;
	background-image: url('/images/solution/directip/icon_download.png');
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a.korea_btn_common_sm,
button.korea_btn_common_sm {
	padding: 3px 24px 3px 8px;
	font-size: 12px;
	background-position: right 6px center;
}
.icon_go {
	background-image: url('/images/common/icon_go.png') !important;
}
/* 아이디스 소개 */
.korea_sub_header {
	padding: 52px 0;
	background: #f7f7f7;
	border-bottom: 1px solid #e5e5e5;
}
.korea_sub_header p {
	padding-top: 1rem;
	margin-bottom: 0;
	font-size: 14px;
}
.customer_tab_content_area {}
.customer_tab_content_area .nav {
	margin-top: -25px;
	display: block;
}
.customer_tab_content_area .nav .nav-item {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 0;
}
.customer_tab_content_area .nav .nav-item a {
	padding-bottom: 8px;
	border-bottom: 2px solid #fff;
	cursor: pointer;
}
.customer_tab_content_area .nav .nav-item a.active {
	border-color: #0093a3;
}
.customer_tab_contents + .customer_tab_contents {
	margin-top: 3rem;
}
.customer_tab_contents dl {}
.customer_tab_contents dl dd {
	margin-bottom: 0;
	font-size: 14px;
}
.customer_tab_contents dl dd + dd {
	margin-top: 10px;
}
.customer_table_area {
	border-top: 3px solid #3990a9;
	background-color: #fff;
}
.customer_table_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}
.customer_table_area table {
	width: 100%;
}
.customer_table_area table thead tr th {
	padding: 1rem 10px;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f7f7f7;
}
.customer_table_area table thead tr td {
	padding: 1rem 10px;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
}
.customer_table_area table tbody tr {
	border-bottom: 1px solid #e5e5e5;
}
.customer_table_area table tbody tr th,
.customer_table_area table tbody tr td {
	vertical-align: top;
	padding: 1rem 10px;
	font-size: 14px;
}
.customer_table_area table tbody tr td a,
.customer_table_area table tbody tr td font {
	display: inline-block;
	color: #3990a9;
	font-weight: 600;
}
.customer_table_area table tfoot tr th {
	padding: 1rem 10px;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f7f7f7;
}
.customer_table_area table tfoot tr td {
	padding: 1rem 10px;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
}

.customer_table_area button {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #3990a9;
	border-radius: 1rem;
	background-color: #3990a9;
	-webkit-appearance: none;-moz-appearance: none;appearance: none;
	cursor: pointer;
}
.customer_table_area.vertical_center table tbody th,
.customer_table_area.vertical_center table tbody td {
	vertical-align: middle;
}
.bg_red {background-color: #fef0f0;}
.bg_blue {background-color: #f2f9ff;}
.ft_color_red {color: #ef1b4d;}
.ft_color_blue {color: #336ff3;}

.stock_graph {}
.stock_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 1rem;
}
.info_up {color: #ef1b4d;}
.info_down {color: #336ff3;}
.stock_point {margin-left: 4px;}
.stock_notice {margin-top: 1rem;}

.recruit_box + .recruit_box {
	margin-top: 3rem;
}
.recruit_title_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 400px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.recruit_title_box h1,
.recruit_title_box h5 {
	color: #fff;
}
.recruit_title {text-align: center;}
.recruit_title h6 {
	margin-top: 1rem;
}
.recruit_title p {
	margin-top: 1rem;
	margin-bottom: 0;
}
.recruit_contents_title {
	text-align: center;
	margin-bottom: 2rem;
}
.recruit_contents_title h6 {
	margin-top: 1rem;
}
.recruit_contents_title p {
	margin-top: 1rem;
	margin-bottom: 0;
}
.bg_talent {
	background-image: url('/images/korea/recruit/bg_talent.jpg');
}
.recruit_contents {
	padding-top: 4rem;
	padding-bottom: 1rem;
}
.recruit_circle_box {
	/*margin-top: 1rem;*/
	text-align: center;
}
.recruit_circle_img {
	/*margin-bottom: 1rem;*/
	margin-bottom: 2rem;
}
.recruit_circle_title h6 + h6 {
	margin-top: 10px;
}
.recruit_circle_desc {
	padding: 10px 20px 0;
	text-align: center;
}
.recruit_circle_desc.top_bar {
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
}
.recruit_circle_desc.top_bar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	border-top: 1px solid #000;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.recruit_circle_desc p {
	font-size: 14px;
}
.personnel_bar li {
	text-align: center;
}
.personnel_bar li h6 {
	margin-top: 10px;
}
.personnel_bar p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
}
.bar_6 {
	display: block;
	width: 100%;
	height: 3px;
	border-bottom: 3px solid #c2f2f7;
}
.bar_5 {
	display: block;
	width: 100%;
	height: 3px;
	border-bottom: 3px solid #97e3eb;
}
.bar_4 {
	display: block;
	width: 100%;
	height: 3px;
	border-bottom: 3px solid #66d1dd;
}
.bar_3 {
	display: block;
	width: 100%;
	height: 3px;
	border-bottom: 3px solid #39c4d3;
}
.bar_2 {
	display: block;
	width: 100%;
	height: 3px;
	border-bottom: 3px solid #16aebf;
}
.bar_1 {
	display: block;
	width: 100%;
	height: 3px;
	border-bottom: 3px solid #0093a3;
}
.personnel_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}
.personnel_list li:first-child {
	width: 40%;
}
.personnel_list li.personnel_desc {
	width: 60%;
	padding: 0 20px;
}
li.personnel_desc p {
	margin-top: 10px;
	font-size: 14px;
}
.bg_development {
	background-image: url('/images/korea/recruit/bg_develop.jpg');
}
.develop_box {
	/*border: 1px solid #e5e5e5;*/
}
.develop_title {
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
	background-color: #253146
}
.develop_title h5 {
	color: #fff;
}
.develop_btn {
	text-align: center;
}
.develop_btn button {
	padding: 6px 1rem;
	color: #3bb4c0;
	border-radius: 30px;
	border: 1px solid #66d1dc;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(102,209,220,0.4);
	box-shadow: 0px 0px 0px 4px rgba(102,209,220,0.4);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.develop_btn p {
	margin-top: 10px;
}
.process_link {
	/*margin-top: 2rem;*/
	display: block;
	text-align: center;
}
.process_link a {
	padding: 6px 1rem;
	border: 2px solid #16aebf;
	border-radius: 1rem;
	text-align: center;
	color: #16aebf;
}
.process_link a:hover {
	color: #fff;
	background-color: #16aebf;
}

/*kr support*/
.support_kr_header {
	margin-bottom: 2rem;
}
.form_inc {
	height: 250px;
	margin-bottom: 10px;
	padding: 0 10px 0px;
	border-bottom: 1px solid #e5e5e5;
	overflow-y: scroll;
}
.multiple_sel {
	margin-top: 10px;
}
.bg_support_area {
	margin-top: -124px;
	padding-top: 124px;
	min-height: 410px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-image: url('/images/korea/support/bg_support.jpg');
}
.support_ipt_box {
	padding-top: 5rem;
}
.support_ipt_box em {font-style: normal;}
.support_ipt input[type="text"]{
	width: 100%;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 50px;
	height: 3.25rem;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	background-image: url('/images/common/icon_search_grey.svg');
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 24px;
}
.support_ipt input[type="text"]:focus{
	outline: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.support_list_area {}
.support_list_area + .support_list_area {
	margin-top: 5rem;
}
.support_list_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}
.support_list_title a {
	display: block;
	font-weight: 600;
}
.support_list_area dl {
	margin-bottom: 0;
	border-bottom: 1px solid #e5e5e5;
}
.support_list_area dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 0.75rem;
}
.support_list_area dl dt span {
	display: block;
	font-size: 14px;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.support_list_area dl dt span i {
	font-size: 10px;
}
.support_list_area dl dt span.on {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.support_list_area dl dd {
	display: none;
	padding: 1rem 0.75rem;
	font-size: 14px;
}
.remote_btn {
	width: 115px;
	margin: 0 0 0 auto;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.remote_btn a {
	display: block;
	text-align: center;
	max-width: 110px;
}
.remote_btn a img {}
.remote_btn span {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #1f334c;
	text-align: center;
}
.etcboard_form {
	padding: 0 0 5rem;
}
.executives_box + .executives_box {
	margin-top: 2rem;
}
.executives_box .customer_table_area table tbody tr td {
	padding: 0;
	vertical-align: middle;
}
.pd_board_img {
	text-align: center;
}
.pd_board_img h5 {
	margin: 1rem 0;
}
.pd_board_img_box {
	width: 100%;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
}
/*floatbtn*/
.float_btn_area {
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 115;
	line-height:30%;
}
.float_btn_area_kr {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 116;
	text-align: right;
}
.float_btn_area_kr2 {
	position: fixed;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 115;
	text-align: right;
}


.float_btn_area button {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.float_open {
	background-color: #3990a9;
	border-color: #3990a9;
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.3);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.float_open.on {
	transform: rotate(135deg);
}

@media (min-width: 576px) and (max-width: 1199.98px) {
.float_open {
	display: none !important;
}
}


button.float_open::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 17px;
	width: 15px;
	height: 1px;
	border-top: 1px solid #fff;
}
button.float_open::after {
	content: "";
	position: absolute;
	top: 17px;
	left: 24px;
	width: 1px;
	height: 15px;
	border-left: 1px solid #fff;
}
.float_btn_list {
	position: absolute;
	bottom: 60px;
	right: 0;
	width: 200px;
	display: none;
}
.float_btn_list ul li {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	justify-content: flex-end;
	align-items: center;
	width: 200px;
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.float_btn_list ul li span {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.float_btn_list ul li button {
	display: inline-block;
	border-color: #fff;
	background-color: #fff;
	background-position: center;
	background-size: 18px;
	background-repeat: no-repeat;
}
.float_brochure {background-image: url('/images/footer/brochure.png');}
.float_pdsel {background-image: url('/images/footer/selector.png');}
.float_partner {background-image: url('/images/footer/partner.png');}
.float_where {background-image: url('/images/footer/where.png');}
.float_about {background-image: url('/images/footer/about.png');}
.float_recruit {background-image: url('/images/footer/recruit.png?20190503_2');}
.float_btn_list.on ul li {
	opacity: 1;
}
.float_btn_list.on ul li:nth-child(1) {
	bottom: 0;
}
.float_btn_list.on ul li:nth-child(2) {
	bottom: 60px;
}
.float_btn_list.on ul li:nth-child(3) {
	bottom: 120px;
}
.float_btn_list.on ul li:nth-child(4) {
	bottom: 180px;
}
.float_btn_list.on ul li:nth-child(5) {
	bottom: 240px;
}
.float_btn_list.on ul li:nth-child(6) {
	bottom: 300px;
}
.black_wrapper {
	display: none;
	position: fixed;
	z-index: 114;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	background: #000;
	opacity: 0;
}
.mobile_compact_title img {
	position: absolute !important;
	top: auto !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	max-width: 100% !important;
	transform: translate(0,0) !important;
}

/* main awards*/
.index_awards {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #f3f3f3;
}
.mobile_contents_slide_container .swiper-slide,
.contents_slide_container .swiper-slide { border: 1px solid #e5e5e5; }
.contents_award_slide { position: relative; }
.contents_award_logo { text-align: center; }
.contents_award_logo p {
	margin: 1.7rem 0;
	font-size: 18px;
}
.contents_award_box {
	background-color: #fff;
}
.contents_award_text {
	padding: 20px 20px 0;
	height: 123px;
	text-align: center;
}
.contents_award_text p {
	margin: 0;
}
.contents_award_text p:nth-child(1) {
	color: #17a2b8;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 18px;
}
.contents_award_text p:nth-child(2) {
	margin-top: 10px;
	margin-bottom: 10px;
}
.contents_award_text p:nth-child(3) {
	font-size: 17px;
}
.contents_award_img {
	height: 210px;
	background-size: cover;
	background-position: center;
}

/* csr style */
.csr_tab_area {
	border-bottom: 1px solid #dee2e6;
}
.csr_tab_area .sub_view_tab > ul {
	margin-bottom: -1px;
}
.csr_tab_area .sub_view_tab > ul > li > a {
	border-top: 0;
	border-bottom: 1px solid #dee2e6;
}
.csr_tab_area .sub_view_tab > ul > li > a[aria-selected="true"] {
	border-color: #3990a9;
}

.csr_tab_commitment {}
.commitment_contents {
	padding: 5rem 0 3rem;
	border-bottom: 1px solid #dee2e6;
}
.commitment_header_img {
	padding-bottom: 5rem;
}
.embraces_area {}
.embraces_area ul li h5 {
	height: 60px;
	color: #66d1dc;
}
.embraces_area ul li p {
	margin-top: 1rem;
	font-size: 14px;
	line-height: 17px;
}
.embraces_area ul li a {
	position: absolute;
	color: #3990a9;
	font-weight: 600;
	bottom: 2rem;
	left: 1.5rem;
}
.embraces_area ul li:nth-child(1n) .embraces_box {
	background-color: #f5f5f5;
}
.embraces_area ul li:nth-child(2n) .embraces_box {
	background-color: #def7f9;
}
.embraces_title {
	background-color: #009ca7;
	text-align: center;
	margin-bottom: 3rem;
	padding: 0.8rem 1rem;
	color: #ffffff;
}
.embraces_box {
	position: relative;
	margin-top: 1rem;
	padding: 2rem 1.5rem;
	height: 315px;
}

.commitment_title {
	margin-bottom: 2rem;
	text-align: center;
}
.commitment_title h5 {
	margin-top: 1.5rem;
}
.governance_area p {
	padding-top: 2rem;
	font-size: 14px;
}
.governance_area img {
	width: 100%;
	margin-bottom:
}

.project_box {}
.project_box a {
	position: relative;
	display: block;
	height: 255px;
	background-size: cover;
}
.project_box h4 {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	color: #fff;
	text-align: center;
	transform: translate(-50%, -50%);
}
.project_box_detail {
	padding: 0.5rem 0 1rem 0;
	cursor: pointer;
}
.community_title {
	padding: 4.5rem 0 2rem 0;
	text-align: center;
}
.community_list ul {
	display: block;
}
.community_list ul li {
	padding: 3rem 0;
	border-top: 1px solid #dee2e6;
}
.community_list_img img {
	max-width: 100%;
	width: 100%;
}
.community_list_title {
	position: relative;
	height: 100%;
}
.community_list_title p {
	margin-bottom: 0;
	padding-bottom: 1rem;
}
.community_list_title a {
	position: absolute;
	color: #3990a9;
	font-weight: 600;
	bottom: 0;
	left: 0;
}
.caseview_title {
	padding-top: 4.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #dee2e6;
}
.caseview_title span {
	color: #3990a9;
}
.caseview_desc h2 {
	margin-bottom: 2rem;
}
.caseview_desc p {
	font-size: 14px;
}
.caseview_desc_img {
	padding: 3rem;
	text-align: center;
}
.caseview_btn {
	border-top: 1px solid #dee2e6;
	margin-top: 3rem;
	padding-top: 1.5rem;
	padding-bottom: 3rem;
	text-align: right;
}

/* Covid Solution */
.video_box.bg_covid_video {
	background-image: url('/images/solution/covid/AI-COVID-Solution.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.covid_text {
	max-width: 84%;
	/* padding: 0 143px; */
	margin-left: auto;
	margin-right: auto;
}
.covid_color_right{
	border-right: 1px solid white;
}

@media (max-width: 1300px){
	.header_logo {
			display: none;
	}
}

@media (max-width: 767.98px) {
	.covid_text {
		max-width: 100%;
		/* padding: 0 143px; */
		margin-left: auto;
		margin-right: auto;
	}
	.covid_color_right{
		border-right: none;
	}
}



/* recruit return document */
.returndocument {text-align:left;}
.returndocument ul {
	/*margin-left:30px;*/
	margin-left:12px;
}
.returndocument ul li {
	list-style: decimal;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
}
.returndocument ul li p {margin-top:10px;}

/* popup style */
.popup-notice-icon {
	width: 40px;
	height: 16px;
	vertical-align: middle;
	position: relative;
	top: -0.9em;
	display: inline-block;
}
.popup-notice {
	position: relative;
	z-index: 1;
	width: 100%;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #fff;
	text-align: center;
	color: #484848;
	background-color: #fff;
	font: 14px Calibri,Helvetica,sans-serif;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	animation: buorgfly 1s ease-out 0s;
}
.popup-notice-pad {
	padding: 10px 10%;
	line-height: 1.9em;
	text-align: left;
}
.popup-notice-msg {padding-left: 10px;}
.popup-notice-buttons {
	display: block;
	text-align: center;
}
.popup-noticegul {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	padding: 1px 10px;
	border-radius: 4px;
	font-weight: normal;
	background: #3990a9;
	white-space: nowrap;
	margin: 0 2px;
	display: inline-block;
}
.popup-noticegul:hover {
	color: #fff;
}
@media only screen and (max-width: 700px){
	.popup-notice div {
		padding:5px 12px 5px 9px;
		line-height: 1.3em;
	}
}
@keyframes buorgfly {from {opacity:0;transform:translateY(-50px)} to {opacity:1;transform:translateY(0px)}}

#alert_modal {
	font-size: 14px;
	padding: 20px;
	width: 525px;
}
#alert_modal_map { margin-top:5px; }

.background-def7f9 { background-color: #def7f9; }
.background-efefef { background-color: #efefef; }
.mtr-1 { margin-top: 1rem; }
.mtr-2 { margin-top: 2rem; }
.mtr-3 { margin-top: 3rem; }
.pt-0 { padding-top: 0; }
.ptr-5 { padding-top: 5rem; }
.ptr-6 { padding-top: 6rem; }

/* 스마트팩토리 페이지 스타일 */
.smartfactory-img img { width: calc(99.3% / 3); }
.smartfactory-img2 img { width: calc(99.6% / 2); }

/* facetracker */
.ft_slide_wrapper {
	position: relative;
	-webkit-transition: top 0.7s ease;
	transition: top 0.7s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	z-index: 5;
}
.ft_slide_wrapper .swiper-slide {
	border-radius: 3px;
}
.swipe_border_whitebox .ft_box {
	padding: 50px 42px;
	background-color: rgba(255, 255, 255, 0.47);
	min-height: 240px;
	height: 310px;
	text-align: center;
}

.product_color_box {
	position: relative;
	margin: 0 auto;
	display: table;
}
.productview_color_box {
	position: relative;
	top: 5px;
	display: inline-block;
}
.product_color_table {
	border: 1px solid #e5e5e5;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	margin: 0 2px;
	float: left;
}
.productview_color_table {
	width: 20px;
	height: 20px;
}
.product_color_table_white {
	margin-top: -5px;
    padding: 0 3px;
	color: #000;
}
.product_color_table_order {
	margin-top: -5px;
	padding: 0 3px;
	color: #fff;
}
.productview_color_check {
	margin-top: -4px;
}
.product_color_check::before {
	content: "✔";
	font-size: 8pt;
}
.titleClick {
	cursor: pointer;
}



/*--Start Christmas 2019 --*/

 #colorblack {
	 color: black;
 }


/*--End Christmas 2019 --*/

/*--Start AI Sokution 2019 --*/

.colourblack {
	color: black;
}

.colourblack_w100 {
	color: black;
	font-weight: 200;
}

.pdl_10_r_10 {
	padding: 0 10% 0 10%;
}

/*--End AI Sokution 2019  --*/

.mar2rem{
	margin-top: 2rem;
}



.gnb_sub_full_container{
	background-color: white;
}


.cy_bu_dn {
    margin-top: 1.2rem;
    border-radius: 60px;
    color: white;
    background-color: #0099a8;
    padding: 0.5rem 1rem;
		border-color: rgba(128, 128, 128, 0.4392156862745098);
}

.label-blog-align {
	top: 0px;
	left: 0px;
	z-index: 100;
}

.label-product-align {
	left: 15px;
	z-index: 100;
}

.sub_common_header{
	display:none ;
}

.mobile_main {
	display: none;
}

@media (max-width: 764px){
	.mobile_main {
    display: flex !important;
	}
	.indexTopArea{
		display: none;
	}
	.popndaa {
		display: none;
	}
}

@media (max-width: 575.98px) {

	.mobile_main {
		display: flex  !important;
	}
	.ndaa_row{
		padding-left: 3%;
		padding-right: 3%;
	}
	.ndaa_product_view_title{
		margin-bottom: 0px !important;
	}

}

.k_mar_top_1rem{
	margin-top: 1rem;
}
.popndaa{
	text-align: center;
	height: 75px;
	color: white !important;
	background-color: #ffffff;
}
.nd_p2{
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
}
.nd_p3{
	color: white !important;
}
.kevin_unupper{
	margin-top: 2.5rem;
}

.ndaacompliance{
	display: block;
  margin-left: auto;
  margin-right: auto;
}


.page-wrapper {
  text-align: center;
  color: #efd26e;
  z-index: 2;
}

/**
 * CODEPEN PROMOTION
 * unrelated to particle system
 */
.codepen-promo:active, .codepen-promo:hover, .codepen-promo:link, .codepen-promo:visited {
  bottom: 30px;
  display: block;
  position: absolute;
  right: 30px;
  width: 200px;
  z-index: 99;
}

.codepen-promo-image {
  width: 100%;
}

.unsplash-promo:active, .unsplash-promo:hover, .unsplash-promo:link, .unsplash-promo:visited {
  bottom: 30px;
  display: block;
  position: absolute;
  left: 30px;
  width: 400px;
  z-index: 99;
  color: #666;
  text-decoration: none;
}

/* newsweek article */
p.nwArticle{
	text-align: inherit !important;
  line-height: 2rem;
}
