.sub_wrap.medical {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

.sub_wrap:last-child {
	margin: 0 auto;
}

.sub_header {
	width: 1920px;
	margin: 0 auto;
	height: 160px;
	/*
	background-image: url("../images/sub/sub_header_temp.png");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	*/
	position: relative;
}

.sub_identity {
	margin-top: 0;
}

.product_container {
	position: relative;
}


/* MEDICAL */

.product_container.medical_style .summary_wrap {
	position: relative;
	overflow: hidden;
	background-color: #eff2f6;
	/*background-color: #D5F3FE; */
	min-height: 675px;
}

.product_container.medical_style .product_visual_category span {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.15em;
	transform: rotate(-90deg);
	display: block;
	position: absolute;
	top: 50%;
	left: -17px;
	color: #fff;
	margin-top: -10px;
}

.product_container.medical_style .product_visual_category {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 135px;
	background-color: #6BCCF6;
	text-align: center;
}

.product_container.medical_style .summary_container {
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	margin-left: -635px;
	top: 90px;
}

.product_container.medical_style .summary_caption {
	font-size: 20px;
	color: #1f4272;
	font-weight: 200;
	letter-spacing: -0.03em;
	display: block;
}

.product_container.medical_style .summary_title {
	display: block;
	margin-top: 12px;
	width:80%;
	margin-bottom: 65px;
}

.product_container.medical_style .summary_icon_wrap {
	width: 570px;
	display: table;
	table-layout: fixed;
	margin-bottom: 20px;
}

.product_container.medical_style .summary_icon_wrap.last {
	margin-bottom: 0;
}

.product_container.medical_style .summary_icon_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.product_container.medical_style .summary_icon_wrap li {
    width: 285px;
    box-sizing: border-box;
    font-size: 15px;
    color: #1f4272;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    font-weight: 300;
    position: relative;
    display: table-cell;
    vertical-align: middle;
	padding-left: 90px;
    height: 75px;
	line-height: 18px;
}

.product_container.medical_style .summary_icon_wrap li:before {
	content: "";
	width: 75px;
	height: 75px;
	display: inline-block;
	vertical-align: middle;
	background-position: 50% 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.product_container.medical_style .summary_icon_wrap li.flat:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_voxel.png");
}
.product_container.medical_style .summary_icon_wrap li.dynamic180:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_scan_180.png");
}
.product_container.medical_style .summary_icon_wrap li.dynamic155:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_scan_155_0807.png");
}
.product_container.medical_style .summary_icon_wrap li.dynamic135:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_scan_135.png");
}
.product_container.medical_style .summary_icon_wrap li.dynamic120:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_scan_120.png");
}
.product_container.medical_style .summary_icon_wrap li.dynamic:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_scan.png");
}
.product_container.medical_style .summary_icon_wrap li.intensifier:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_intensifier.png");
}
.product_container.medical_style .summary_icon_wrap li.cooling:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_cooling.png");
}
.product_container.medical_style .summary_icon_wrap li.hfg:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_fov.png");
}
.product_container.medical_style .summary_icon_wrap li.free:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_dose.png");
}
.product_container.medical_style .summary_icon_wrap li.touch:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_cbct.png");
}
.product_container.medical_style .summary_icon_wrap li.dsa:before {
	background-image: url("../images/sub/medical/oscar15/ico_summary_model.png");
}

.product_container.medical_style .summary_detail_btn:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	width: 26px;
	height: 27px;
	margin-top: -10px;
	background-size:80%;
	background-repeat:no-repeat;
	background-image: url(../images/sub/medical/oscar15/ico_summary_seach.png);
}

.product_container.medical_style .summary_detail_btn {
	display: inline-block;
	width: 190px;
	height: 50px;
	background-color: #6BCCF6;
	box-sizing: border-box;
	border: 1px solid #7F9DC4;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	padding-left: 20px;
	letter-spacing: -0.05em;
	position: relative;
	color: #1f4272;
	margin-top: 44px;
}

.product_container.medical_style .summary_img {
	width: 1050px;
	height: 799px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -210px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.product_container.medical_style.oscar15 .summary_img {
	background-image: url(../images/sub/medical/oscar15/sumarray_img.png);
	background-size:70%;
	background-position: 50% 80%;
}
.product_container.medical_style.oscar_prime .summary_img {
	background-image: url(../images/sub/medical/oscar_prime/sumarray_img.png);
	background-size:68%;
	background-position-y:80%;
}
.product_container.medical_style.oscar_classic .summary_img {
	background-image: url(../images/sub/medical/oscar_classic/sumarray_img.png);
	background-size:60%;
	background-position-y:85%;
}
.product_container.medical_style.zen7000 .summary_img {
	width:770px;
	margin-left:-80px;
	top:-58px;
	background-image: url(../images/sub/medical/zen7000/sumarray_img.png);
	background-size:contain;
}
.product_container.medical_style.zen2090 .summary_img {
	height: 924px;
	background-size:65%;
	background-position-y:65%;
    bottom: -80px;
	background-image: url(../images/sub/medical/zen2090/sumarray_img.png);
}

.product_container.medical_style .summary_detail_container {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 675px;
	background-color: rgba(0, 0, 0, 0.75);
}
.product_container.medical_style .summary_detail_container .detail_close_btn {
	position: absolute;
	right: 30px;
	top: 30px;
}

.product_container.medical_style .detail_wrap {
	position: absolute;
	width: 890px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -445px;
	margin-top: -300px;
}
.product_container.medical_style .detail_wrap .slick-slide{
	height:600px;
}
.product_container.medical_style .detail_wrap .slick-slide div{
	height:600px;
	background-size:contain;
}
.product_container.medical_style .detail_item_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.product_container.medical_style .detail_item {
	width:890px;
	height:790px;
	position: relative;
	left:0px;
	top:0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #D5F3FE;
}

.product_container.medical_style.oscar15 .detail_item.first {
	background-image: url(../images/sub/medical/oscar15/summary_detail_1.png);
}
.product_container.medical_style.oscar15 .detail_item.second {
	background-image: url(../images/sub/medical/oscar15/summary_detail_2.png);
}
.product_container.medical_style.oscar15 .detail_item.third {
	background-image: url(../images/sub/medical/oscar15/summary_detail_3.png);
}

.product_container.medical_style.oscar_prime .detail_item.first {
	background-image: url(../images/sub/medical/oscar_prime/summary_detail_1.png);
}
.product_container.medical_style.oscar_prime .detail_item.second {
	background-image: url(../images/sub/medical/oscar_prime/summary_detail_2.png);
}
.product_container.medical_style.oscar_prime .detail_item.third {
	background-image: url(../images/sub/medical/oscar_prime/summary_detail_3.png);
}

.product_container.medical_style.oscar_classic .detail_item.first {
	background-image: url(../images/sub/medical/oscar_classic/summary_detail_1.png);
}
.product_container.medical_style.oscar_classic .detail_item.second {
	background-image: url(../images/sub/medical/oscar_classic/summary_detail_2.png);
}
.product_container.medical_style.oscar_classic .detail_item.third {
	background-image: url(../images/sub/medical/oscar_classic/summary_detail_3.png);
}

.product_container.medical_style.zen7000 .detail_item.first {
	background-image: url(../images/sub/medical/zen7000/summary_detail_1.png);
}
.product_container.medical_style.zen7000 .detail_item.second {
	background-image: url(../images/sub/medical/zen7000/summary_detail_2.png);
}
.product_container.medical_style.zen7000 .detail_item.third {
	background-image: url(../images/sub/medical/zen7000/summary_detail_3.png);
}

.product_container.medical_style.zen2090 .detail_item.first {
	background-image: url(../images/sub/medical/zen2090/summary_detail_1.png);
}
.product_container.medical_style.zen2090 .detail_item.second {
	background-image: url(../images/sub/medical/zen2090/summary_detail_2.png);
}
.product_container.medical_style.zen2090 .detail_item.third {
	background-image: url(../images/sub/medical/zen2090/summary_detail_3.png);
}

.product_container.medical_style .product_slide_paginate_wrap {
	background-color: #36BAF2;
	height: 60px;
	display: inline-block;
	line-height: 60px;
}

.product_container.medical_style .product_slide_paginate_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.product_container.medical_style .product_slide_paginate_arrow a {
	display: block;
	width: 100%;
	height: 100%;
}

.product_container.medical_style .product_slide_paginate_arrow {
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 65px;
	height: 100%;
	cursor: pointer;
}

.product_container.medical_style .product_slide_paginate_arrow.left {
	background-image: url(../images/sub/medical/oscar15/ico_paginate_slide_left.png);
}

.product_container.medical_style .product_slide_paginate_arrow.right {
	background-image: url(../images/sub/medical/oscar15/ico_paginate_slide_right.png);
}

.product_container.medical_style .product_slide_paginate_number.active {
	font-weight: 500;
	color: #000;
}

.product_container.medical_style .product_slide_paginate_dot {
	float: left;
	background-image: url(../images/sub/medical/oscar15/ico_paginate_slide_dot.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 25px;
	height: 100%;
}

.product_container.medical_style .product_slide_paginate_number {
	float: left;
	color: #fff;
	height: 100%;
	font-size: 14px;
	letter-spacing: -0.05em;
}

.product_container.medical_style .detail_paginate_container {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.product_container.medical_style .product_section {
	height:813px;
}

.product_container.medical_style .product_section.wide {
	padding: 0px 0;
	text-align: center;
	background-color: #E7F8FF;
}

.product_container.medical_style.oscar15 .product_section.easy {
	background-image: url(../images/sub/medical/oscar15/bg_easy_img.png);
	background-size:100% 100%;
	overflow:hidden;
}
.product_container.medical_style.oscar_prime .product_section.easy {
	background-image: url(../images/sub/medical/oscar_prime/bg_easy_img.png);

}
.product_container.medical_style.oscar_classic .product_section.easy {
	background-image: url(../images/sub/medical/oscar_classic/bg_easy_img.png);
}
.product_container.medical_style .product_section.easy.bg2 {
	background-image: url(../images/sub/medical/oscar15/bg_easy_img.png);
}

.product_container.medical_style .product_section .product_section_inner {
	width: 1280px;
	margin: 0 auto;
}
.product_container.medical_style .product_section.collimation{
	height:584px;
}

.product_container.medical_style .product_section.xray .product_section_subject {
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.product_container.medical_style .product_section.xray .product_section_text {
	text-align: center;
	margin-top: 50px;
}
.product_container.medical_style .product_section.easy.op_easy{
	height:750px;
	overflow:hidden;
}
.product_container.medical_style .product_section_title {
	display: block;
	text-align: center;
	font-size: 75px;
	font-weight: 100;
	letter-spacing: -0.02em;
}

.product_container.medical_style .product_section.ultra .product_section_text {
	color: #fff;
	position: absolute;
	display: block;
	left: 50%;
	top: 245px;
	font-size: 19px;
	margin-left: 260px;
	line-height: 27px;
	font-weight: 200;
}

.product_container.medical_style .product_section.enhanced .product_section_text {
	text-align: center;
	color: #000;
	margin-top: 45px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.product_container.medical_style .product_section.clinical .product_section_text {
	color: #fff;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 100;
	line-height: 30px;
	display: block;
	margin-top: 35px;
}

.product_container.medical_style .product_section_text {
	font-size: 18px;
	color: #666666;
	letter-spacing: 0.025em;
}

.product_container.medical_style .product_section.wide .product_section_text {
	color: #000;
	letter-spacing: 0.025em;
	line-height: 26px;
	display: block;
	width: 1280px;
	margin: 26px auto 0 auto;
	text-align: left;
	font-size:18px;
}

.product_container.medical_style .product_section_subject {
	font-size: 40px;
	font-weight: 400;
}

.product_container.medical_style sup {
	font-size: 18px;
	vertical-align: top;
	margin-left: 3px;
	font-weight: 500;
}

.product_container.medical_style .product_section_summary_text {
	text-align: center;
	text-transform: uppercase;
}


/* Powerful */

.product_container.medical_style .product_section.powerful {
	padding: 0px 0;
	background-color: #E4F4FB;
	height:660px;
}

.product_container.medical_style.zen2090 .powerful_inner_wrap {
	margin-top: 0;
}

.product_container.medical_style .powerful_inner_wrap {
	padding-top: 88px;
	width: 1280px;
	margin-left: auto;
	margin-right: auto;

}

.product_container.medical_style .powerful_inner_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.product_container.medical_style .powerful_content_wrap {
	height: 482px;
	width: 730px;
	float: left;
}
.product_container.medical_style .product_section.wide{
	height:639px;
}
.product_container.medical_style .product_section.clinical{
	height:710px;
}
.product_container.medical_style .powerful_content_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.product_container.medical_style .powerful_img_wrap {
	position: relative;
	width:550px;
	height:482px;
}

.product_container.medical_style .powerful_img {
	width:550px;
	height:482px;
}
.product_container.medical_style .powerful_img img{
	width:550px;
	height:482px;
}

.product_container.medical_style .powerful_img {
	position: relative;
	left: 0;
	top: 0;
}

.product_container.medical_style .powerful_text_container {
	width: 540px;
	float: left;
	position: relative;
	padding-left: 0px;
	box-sizing: border-box;
	padding-top: 120px;
}

.product_container.medical_style .powerful_text_wrap {}

.product_container.medical_style .powerful_text_item {}

.product_container.medical_style .powerful_text_title {
	font-size: 28px;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	font-family: 'DINPro', 'NotoSansKR';
}

.product_container.medical_style .powerful_text_text {
	font-size: 18px;
	font-weight: 200;
	margin-top: 25px;
	line-height: 26px;
}

.product_container.medical_style .powerful_paginate_container {
	margin-top: 100px;
}

.product_container.medical_style .powerful_bottom_logo:before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 550px;
	left: 0;
	background-color: #ddd;
}


/* Easy */

.product_container.medical_style .product_section.easy {
	padding: 84px 0 0;
	height: 880px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;

}
.product_container.medical_style .product_section.easy.easy_section{
	height:712px;
	padding-top:75px;
}
.product_container.medical_style .product_section.easy .product_section_subject {
	font-weight: 600;
	font-family: 'DINPro', 'NotoSansKR';
	font-size: 55px;
	text-align: center;
	letter-spacing:-0.3px;
}

.product_container.medical_style .product_section.wide .product_section_subject {
    display: block;
    width: 1280px;
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    text-align: left;
	font-family: 'DINPro', 'NotoSansKR';
    letter-spacing: -0.04em;
	padding-top:114px;
}

.product_container.medical_style .easy_img {
	position: absolute;
	left: 50%;
	margin-left: -708px;
	bottom: -184px;
	width:1120px;
}
.product_container.medical_style .easy_img_overlay {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	bottom: 181px;
	width:357px;
	height:284px;
	overflow:hidden;
	z-index: 1;
}
.product_container.medical_style .easy_img_overlay img{
	position: absolute;
	left:0px;
	top:0px;
}
.product_container.medical_style .easy_img_overlay video{
	width:550px;
	margin-left:-73px;
	margin-top:5px;
	
}
.product_container.medical_style .easy_img_overlay2 {
	position: absolute;
	margin-top:56px;
	left: 50%;
	margin-left: -543px;
	width:1082px;
	height:610px;
	z-index: 1;
}
.product_container.medical_style .easy_img_overlay2 video{
	width:100%;
	height:100%;
}

.product_container.medical_style .easy_img_overlay3 .img1{
	position: absolute;
	left:50%;
	margin-left:-50px;
	bottom:0px;
	width:662px;
}
.product_container.medical_style .easy_img_overlay3 .txt1{
	position: absolute;
	left:50%;
	top:294px;
	margin-left:-640px;
}
.product_container.medical_style .easy_img_overlay3 .txt1 h3{
    font-size: 28px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}
.product_container.medical_style .easy_img_overlay3 .txt1 p{
    font-size: 18px;
    font-weight: 200;
    margin-top: 15px;
    line-height: 26px;
}
.product_container.medical_style .easy_img_overlay3 .txt1 .img2{
	padding-top:35px;
	width:500px;
}
.product_container.medical_style .easy_text_wrap {
	position: absolute;
	top: 218px;
	left: calc(50% + 180px);
	height: 290px;
	width: 500px;
}

.product_container.medical_style .easy_text_wrap:before {
	content: "";
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 290px;
	width: 100%;
	background-color: #4EBFF3;
	opacity: 0.45;
}

.product_container.medical_style .easy_text_wrap h3,
.product_container.medical_style .easy_text_wrap p {
	position: absolute;
	left: 0;
	display: block;
}

.product_container.medical_style .easy_text_wrap h3 {
	font-size: 28px;
	font-family: 'DINPro', 'NotoSansKR';
	text-transform: uppercase;
	top: 100px;
	font-weight: 600;
}

.product_container.medical_style .easy_text_wrap p {
	font-size: 18px;
	font-weight: 300;
	top: 165px;
	line-height: 1.3;
}

.product_container.medical_style .wide_img {
	display: inline-block;
}
.product_container.medical_style.oscar15 .wide_img {
	margin-top: -175px;
	width:700px;
	margin-left:390px;
	margin-bottom:45px;

}
.product_container.medical_style.oscar_prime .wide_img {
	margin-top: -77px;
	width:700px;
	margin-left:435px;
	margin-bottom:45px;
}
.product_container.medical_style.oscar_classic .wide_img {
	margin-top: -105px;
	width:547px;
	margin-left:390px;
}
.product_container.medical_style.zen7000 .wide_img {
	margin-top: -109px;
	margin-left:246px;
	width:676px;
}
.product_container.medical_style.zen2090 .wide_img {
	margin-top: -140px;
	width:700px;
	margin-left:441px;
}

/* Radiation */
.radiation_img1{height:498px;}
.product_container.medical_style .product_section.radiation .product_section_subject {
	padding-top:86px;
	font-size: 55px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.product_container.medical_style .product_section.radiation {
	padding: 0;
	height:765px;
	background-color: #74CFF6;
}

.product_container.medical_style .product_section.radiation.bright {
	background-color: #C0E3F6;
}
.product_container.medical_style .product_section.radiation.color2 {
	background-color: #93DAF8;
}


.product_container.medical_style .radiation_inner_wrap {
	margin-top: 60px;
	width: 1017px;
	margin-left: auto;
	margin-right: auto;
}

.product_container.medical_style .radiation_inner_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.product_container.medical_style .radiation_content_wrap {
	height: 455px;
	width: 496px;
	float: left;
	overflow: hidden;
}
.product_container.zen7000 .summary_title{
	width:50%;

}
.product_container.zen2090 .summary_title{
	width:50%;

}
.product_container.medical_style.zen7000 .radiation_content_wrap {
	width: 496px;
}

.product_container.medical_style .radiation_content_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.product_container.medical_style .radiation_img_wrap {
	position: relative;
}

.product_container.medical_style .radiation_img {width:496px;}
.product_container.medical_style .radiation_img img{width:496px;}

.product_container.medical_style .radiation_img {
	position: absolute;
	left: 0;
	top: 0;
	height: 668px;
}

.product_container.medical_style .radiation_text_container {
	width: 520px;
	height: 455px;
	float: left;
	position: relative;
	padding-left: 70px;
	box-sizing: border-box;
	padding-top: 115px;
	background-color: #fff;
}

.product_container.medical_style .radiation_text_wrap {}

.product_container.medical_style .radiation_text_item {}

.product_container.medical_style .radiation_text_title {
	font-size: 28px;
	font-family: 'DINPro', 'NotoSansKR';
	font-weight: 600;
	display: block;
	text-transform: uppercase;
}

.product_container.medical_style .radiation_text_text {
	font-size: 18px;
	font-weight: 300;
	margin-top: 30px;
	color: #000;
	line-height: 1.3;
}

.product_container.medical_style .radiation_bottom_logo:before {
	content: "";
	display: block;
	height: 1px;
	width: 381px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #BBDEFB;
}

.product_container.medical_style .radiation_bottom_logo {
	margin-top: 40px;
	padding-top: 25px;
	text-align: right;
	padding-right: 68px;
	position: relative;
}

.product_container.medical_style .radiation_bottom_logo.radiation_bottom_logo_zen7000 {
	margin-top: 87px;
	padding-top: 25px;
	text-align: right;
	padding-right: 68px;
	position: relative;
}


/* Cooling */

.product_container.medical_style .product_section.cooling .product_section_subject {
	font-size: 75px;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
}

.product_container.medical_style .product_section.cooling {
	padding: 0;
	background-color: #B0DCF2;
	height:658px;
}

.product_container.medical_style .cooling_inner_wrap {
	/* margin-top: 85px; */
	width: 1017px;
	margin-left: auto;
	margin-right: auto;
	padding-top:100px;
}

.product_container.medical_style .cooling_inner_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.product_container.medical_style .cooling_content_wrap {
	height: 455px;
	width: 496px;
	float: left;
	overflow: hidden;
}

.product_container.medical_style .cooling_content_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.product_container.medical_style .cooling_img_wrap {
	position: relative;
}

.product_container.medical_style .cooling_img {}
.product_container.medical_style .cooling_img img{
	width:100%;
}
.product_container.medical_style .cooling_img {
	position: absolute;
	left: 0;
	top: 0;
	height: 668px;
}

.product_container.medical_style .cooling_text_container {
	width: 520px;
	height: 455px;
	float: left;
	position: relative;
	padding-left: 70px;
	box-sizing: border-box;
	padding-top: 115px;
	background-color: #fff;
}

.product_container.medical_style .cooling_text_wrap {}

.product_container.medical_style .cooling_text_item {}

.product_container.medical_style .cooling_text_title {
	font-size: 28px;
	font-weight: 600;
	font-family:'DINPro';
	display: block;
	text-transform: uppercase;
}

.product_container.medical_style .cooling_text_text {
	font-size: 18px;
	font-weight: 300;
	margin-top: 30px;
	color: #000;
	line-height: 1.3;
}

.product_container.medical_style .cooling_bottom_logo:before {
	content: "";
	display: block;
	height: 1px;
	width: 381px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #BBDEFB;
}

.product_container.medical_style .cooling_bottom_logo {
	margin-top: 110px;
	padding-top: 25px;
	text-align: right;
	padding-right: 68px;
	position: relative;
}
.product_container.medical_style .cooling_bottom_logo.zen7000_md1{
	margin-top:50px;
}
/* Collimation */

.product_container.medical_style .product_section.collimation {
	background-color: #2E2E2F;
	padding: 45px 0;
}

.product_container.medical_style .product_section.collimation .product_section_subject {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size:28px;
	font-weight:600;
	font-family: 'DINPro', 'NotoSansKR';
}
.product_container.medical_style .product_section.collimation .product_section_subject.classic{
	padding-top:30px;
}
.product_container.medical_style .product_section.collimation .product_section_text {
	margin-top: 32px;
	text-align: center;
	line-height: 26px;
	text-transform: uppercase;

}

.product_container.medical_style .product_section.collimation .collimation_video_wrap.single {
	width: 545px;
}

.product_container.medical_style .product_section.collimation .collimation_video_wrap {
	width: 1150px;
	margin: 72px auto 0 auto;
}

.product_container.medical_style .product_section.collimation .collimation_video_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.product_container.medical_style .product_section.collimation .collimation_video {
	width: 545px;
	height:400px;
	overflow: hidden;
	float: left;
	margin-right: 60px;
	position: relative;
}

.product_container.medical_style .product_section.collimation .collimation_video:last-child {
	margin-right: 0;
}

.product_container.medical_style .product_section.collimation .collimation_video video {
	width:100%;
}

.product_container.medical_style .product_section.collimation .collimation_video_play_btn {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 117px;
	height: 116px;
	margin-left: -58px;
	margin-top: -108px;
	background-image: url(../images/sub/medical/oscar15/ico_play_btn.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.product_container.medical_style .product_section.collimation .collimation_video_text {
	display: block;
	height: 70px;
	line-height: 70px;
	width:100%;
	color: #fff;
	font-size: 26px;
	font-weight:600;
	font-family: 'DINPro', 'NotoSansKR';
	text-align: center;
	position: absolute;
	bottom:24px;
	z-index: 20;
	background-color: #1C90F2;
}

/* Angiography */
.product_container.medical_style .product_section.angiography .product_section_subject {
	font-size: 55px;
	font-weight: 600;
	font-family: 'DINPro', 'NotoSansKR';
	text-transform: uppercase;
	text-align: center;
	padding-top:78px;
}

.product_container.medical_style .product_section.angiography {
	background-image: url(../images/sub/medical/oscar15/bg_angiography_img.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

.product_container.medical_style .product_section.angiography .angiography_info_wrap {
	width: 1016px;
	margin: 60px auto 0 auto;
	background-color: rgba(0, 0, 0, 0.45);
	padding: 18px 50px;
	box-sizing: border-box;
	position: relative;
}

.product_container.medical_style .product_section.angiography .angiography_info_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.product_container.medical_style .product_section.angiography .info_title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	height: 77px;
	width: 10px;
	background-color: #fff;
}

.product_container.medical_style .product_section.angiography .info_title {
	color: #fff;
	font-size: 35px;
	font-weight: 400;
	display: block;
	padding: 32px 0 32px 35px;
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -52px;
}

.product_container.medical_style .product_section.angiography .info_content {
	display: block;
	color: #fff;
	line-height: 30px;
	font-weight: 200;
	font-size: 18px;
	width: 420px;
	box-sizing: border-box;
	letter-spacing: -0.05em;
	padding: 0px 5px;
	margin: 0 auto;
}

.product_container.medical_style .product_section.angiography .img_container_paging_wrap {
    display: block;
    padding: 32px 0;
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -48px;
}

.product_container.medical_style .product_section.angiography .slide_btn {
	position: absolute;
	width: 47px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color:cover;
}
.product_container.medical_style .product_section.angiography .slide_btn.prev {
	background-image: url("../images/sub/medical/oscar15/ico_angiography_slide_btn_prev.png");
	right: 0;
	bottom: 0;
	background-position: 0 0;
}
.product_container.medical_style .product_section.angiography .slide_btn.next {
	background-image: url("../images/sub/medical/oscar15/ico_angiography_slide_btn_next.png");
	left: 0;
	top: 0;
	background-position: -7px 0;
}
.product_container.medical_style .product_section.angiography .slide_digit {
    color: #fff;
    font-size: 33px;
    font-weight: 200;
    letter-spacing: -0.09em;
}

.product_container.medical_style .product_section.angiography .angiography_img_container {
	width: 1016px;
	height:334px;
	margin: 8px auto 0 auto;
}
.product_container.medical_style .product_section.angiography .angiography_img_container .draggable{height:334px;}
.product_container.medical_style .product_section.angiography .angiography_img_container .slick-slide img{
	width:334px;
	height:334px;
}
.product_container.medical_style .product_section.angiography .angiography_img_container .slick-slide {
	margin: 0 4px;
	position: relative;
	width:334px;
	height:334px;
}

.product_container.medical_style .product_section.angiography .angiography_img_container .slick-slide:after {
	content: "";
	width: 100%;
	height:100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.product_container.medical_style .product_section.angiography .angiography_img_container .slick-slide:not(.slick-center):after {
	opacity: 1;
}

.product_container.medical_style .product_section.angiography .angiography_img_container .slick-arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	background-color: transparent;
	outline: 0 none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 0px;
	line-height: 0px;
	margin-top: -30px;
	cursor: pointer;
}

.product_container.medical_style .product_section.angiography .angiography_img_container .slick-prev {
	margin-left: -455px;
	z-index: 2;
	background-image: url("../images/sub/medical/ico_slick_arrow_prev.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.product_container.medical_style .product_section.angiography .angiography_img_container .slick-next {
	background-image: url("../images/sub/medical/ico_slick_arrow_next.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left: 405px;
	z-index: 2;
}

.product_container.medical_style .product_section.angiography .angiography_learn_more_btn {
	font-size: 21px;
	color: #fff;
	margin: 0 auto;
	display: block;
	width : 185px;
	height: 46px;
	line-height: 46px;
	background-color: #1C90F2;
	text-align: center;
	margin-top: 35px;
}

.product_container.medical_style .product_section.angiography .angiography_layer_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.product_container.medical_style .product_section.angiography .angiography_layer_wrap {
	width: 542px;
	height: 730px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -271px;
	margin-top: -355px;
	background-image: url("../images/sub/medical/oscar15/img_angiography_layer_content.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;

	background-size:contain;
}

.product_container.medical_style .product_section.angiography .angiography_layer_close {
	position: absolute;
	right: 76px;
	top: 53px;
	width: 57px;
	height: 57px;
	background-image: url("../images/sub/medical/ico_layer_close_white.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 1;
}

/* Application Software */
.product_container.medical_style .product_section.application {
	background-color: #EBF7FC;
	position: relative;
	min-height:784px;
}

.product_container.medical_style .product_section.application .product_section_subject {
	font-size: 55px;
	font-weight: 600;
	font-family: 'DINPro', 'NotoSansKR';
	text-transform: uppercase;
	text-align: center;
}

.product_container.medical_style .product_section.application .product_section_subject {
	padding-top:88px;
}

.product_container.medical_style .product_section.application .product_section_summary_title {
	font-size: 28px;
	font-family: 'DINPro', 'NotoSansKR';
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 38px 0;
}

.product_container.medical_style .product_section.application .product_section_summary_title span {
	color: #1C90F2;
}

.product_container.medical_style .product_section.application .product_section_summary_text {
	font-size: 18px;
	color: #000;
	margin-top: 15px;
}

.product_container.medical_style .product_section.application .application_img {
	display: block;
	margin: 60px auto 0 auto;
	width:600px;
}

.product_container.medical_style.oscar_classic .product_section.application .application_learn_more_btn {
	margin-left: 0;
}

.product_container.medical_style .product_section.application .application_learn_more_btn {
	font-size: 21px;
	color: #fff;
	margin: 0 auto;
	display: block;
	width: 185px;
	height: 46px;
	line-height: 46px;
	background-color: #1C90F2;
	text-align: center;
	position: absolute;
	left: calc(50% - 92.5px);

	top: 705px;
}
.product_container.medical_style .product_section.application .application_layer_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.product_container.medical_style .product_section.application .application_layer_wrap {
	width: 542px;
	height: 730px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -271px;
	margin-top: -355px;
	background-image: url("../images/sub/medical/oscar15/img_application_layer_content.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:contain;
}

.product_container.medical_style .product_section.application .application_layer_close {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 57px;
	height: 57px;
	background-image: url("../images/sub/medical/ico_layer_close_white.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 1;
}

/* Clinical Images */
.product_container.medical_style .product_section.clinical .product_section_text {
	color: #fff;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 100;
	line-height: 30px;
	display: block;
	margin-top: 70px;
	position: relative;
}
.product_container.medical_style .product_section.clinical .product_section_subject {
	text-align: center;
	font-size: 55px;
	color: #fff;
	font-family: 'DINPro', 'NotoSansKR';
	font-weight: 600;
	position: relative;
}
.product_container.medical_style .product_section.clinical {
	background-color: #000;
	padding: 71px 0 140px;
	position: relative;
}

.product_container.medical_style .product_section.clinical:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background-image: url("../images/sub/medical/bg_clinical_top.png");
	background-size: cover;
	background-repeat: no-repeat;
	height: 472px;
	left: 0;
	top: 0;
}

.product_container.medical_style .product_section.clinical:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background-image: url("../images/sub/medical/bg_clinical_bottom.png");
	background-size: cover;
	background-repeat: no-repeat;
	height: 518px;
	left: 0;
	bottom: 0;
}

.product_container.medical_style .product_section.clinical .clinical_img_container {
	margin: 70px auto 0 auto;
	position: relative;
	z-index: 1;
	height:500px;
}

.product_container.medical_style .product_section.clinical .clinical_img_container .slick-slide {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
	margin: 0 4px;
}

.product_container.medical_style .product_section.clinical .clinical_img_container .slick-slide div {
	width: 100%;
	height: 100%;
}

.product_container.medical_style .product_section.clinical .clinical_img_container .slick-slide img {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.product_container.medical_style .product_section.clinical .clinical_img_container .slick-slide:after {
	content: "";
	width: 100%;
	height:100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.product_container.medical_style .product_section.clinical .clinical_img_container .slick-slide:not(.slick-center):after {
	opacity: 1;
}


.product_container.medical_style .product_section.clinical .clinical_img_container .slick-arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	background-color: transparent;
	outline: 0 none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	margin-top: -30px;
}

.product_container.medical_style .product_section.clinical .clinical_img_container .slick-prev {
	margin-left: -550px;
	z-index: 2;
	background-image: url("../images/sub/medical/ico_slick_arrow_prev.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.product_container.medical_style .product_section.clinical .clinical_img_container .slick-next {
	background-image: url("../images/sub/medical/ico_slick_arrow_next.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left: 500px;
	z-index: 2;
}


/* MEDICAL */

.product_container.medical_style .easy_img_overlay3 .txt1.right_p_block{
	margin-left:20px;
}
.product_container.medical_style .easy_img_overlay3 .img1.left_p_block{
	margin-left:-680px;
}