body {
	font-family: "Naste","DINBlack","DINLight","DINMedium","KoPubDotumBold","KoPubDotumLight","KoPubDotumMedium","KoPubBatang","kopubdotummedium","kopubdotumbold";
	font-size: 10px;
}
body > .wrapper {
    font-family: "kopubdotummedium";
}
#bootstrap-popup-box-modal {
	font-family: "kopubdotummedium";
}

/* Top Navigation Bar */
/* start */

#navBox1 {
	position: relative;
}
.topNavBar {
	position: fixed;
	top: 3rem;
    left: 50%;
    transform: translateX(-50%);
	background: transparent;
	z-index: 2;
	width: 1200px;
}
.topNavBar > div {
	display: inline-block;
}
.topNavBar > ul {
	padding: 0;
	margin: 10px 0;
	width: 90%;
	display: inline-block;
	text-align: center;
}
.topNavBar > ul > li {
	display: inline-block;
	margin-left: 10px;
}
.topNavBar > ul > li > a {
	color: #fff;
	font-size: 1.4rem;
	margin: 0 10px;
}
.topNavBar > ul > li > a:hover {
	text-decoration: none;
	cursor: pointer;
}
.logo-User img {
	width: 100px;
}

/* new header */
.inner {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.inner2 {
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
    overflow: hidden;
}
.inner.flex {
	display: flex;
}
.header_wrap {
	position: fixed;
	width: 100%;
	z-index: 3;
	border-bottom: 2px solid #FDDF9B;
	margin-top: 20px;
}
.header_wrap > .inner {
	display: table;
}
.headerSection {
	height: 70px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.headerSection > div {
	display: inline-block;
	position: relative;
	height: 50px;
}
.headerSection > div > .header_hr {
	position: absolute;
	height: 4px;
	background-color: #FDDF9B;
	top: 59px;
    width: 100%;
}
.headerSection > ul > li .menu_hr {
	position: absolute;
	height: 4px;
	background-color: #FDDF9B;
	bottom: -13px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}
.headerSection > ul {
	padding: 0;
    margin: 0;
    width: calc(100% - 110px);
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
}
.headerSection > ul > li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
	width: 12%;
	text-align: center;
}
.headerSection > ul > li.active {
	height: 21px;
}
.headerSection > ul > li > a {
	color: #FDDF9B;
	font-size: 1.4rem;
	margin: 0 -20px;
	
    font-weight: bold;
    letter-spacing: 0px;
}
.headerSection > ul > li > a > span {
	font-size: 1.5rem;
}
.headerSection > ul > li > a:hover {
	text-decoration: none;
	cursor: pointer;
}
.headerSection > ul > li > select {
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 1.5rem;
}
.headerSection > ul > li > select option {
	color: #000;
	
}
.headerSection > ul > li > select:focus {
	border: 0;
	outline: none;
}
select#comboSelect {
	width: 100px;
	outline: none;
}
#comboSelect_title {
	outline: none;
}
#comboSelect_mobile_msdd.dd .ddTitle {
	font-size: 2.5rem;
}
#comboSelect_mobile_msdd.dd .ddChild li {
	margin: 0;
}
.headerSection > ul > li.header_icon {
	margin-left: 5px; 
	width: auto;
}
.headerSection > ul > li.header_icon > a {
	margin: 0;
}

/* end */

/* SNS Header Link */
#sns_header_link {
	position: absolute;
	right: 5rem;
	bottom: 15px;
}
#sns_header_link ul {
	margin: 0;
	padding: 0;
}
#sns_header_link li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: bottom;
	line-height: 1;
}
#sns_header_link li > a {
	color: #FDDF9B;
	font-size: 1.2rem;
	font-family: "Naste";
    font-weight: lighter;
    letter-spacing: 1.2px;
}


#sns_header_link_2 {
	width: 100px;
	display: none;
}
#sns_header_link_2 ul {
	margin: 0;
	padding: 0;
}
#sns_header_link_2 li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.sns_header_link_box {
	position: absolute;
	width: 100%;
    top: -7px;
    left: 95px;
}
.sns_header_link_box ul {
	margin: 0;
	padding: 0;
}
.sns_header_link_box ul li {
	display: inline-block;
	margin: 0 5px;
}
.sns_header_link_box ul li img {
	width: 25px;
	height: 25px;
}
.fordoctor_img {
	text-align: center;
	margin-bottom: 5px;
}


/* mobile menu */

html.open {
  overflow: hidden;
}
.headerSection > div.mobileMenu {
	display: none;
}

.headerSection > div.mobileMenu .sns_header_link_box {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	margin-bottom: 10px;
}
.headerSection > div.mobileMenu .dd.ddcommon.borderRadius {
	border: 1px solid #fff;
}
.headerSection > div.mobileMenu .sns_header_link_box ul > li {
	margin: 0;
}
.headerSection > div.mobileMenu .sns_header_link_box ul > li a {
	margin: 0 5px;
}
.headerSection .mobileMenu .btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: -58px;
  z-index: 1;
  background-image: url("/resources/images/new/bars-solid.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.headerSection .mobileMenu .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url("/resources/images/new/times-solid.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#menu {
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -252px;
  z-index: 10;
  border: 1px solid #FDDF9B;
  background-color: #282828;
  text-align: center;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
}

#menu.open {
  right: 0px;
}

.headerSection .mobileMenu .page_cover.open {
  display: block;
}

.headerSection .mobileMenu .page_cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
  display: none;
}
.headerSection .mobileMenu .mobileMenuLogo {
	padding: 8rem 5rem;
}
.headerSection .mobileMenu ul {
	margin: 0;
	padding: 0;
}
.headerSection .mobileMenu ul li {
	list-style: none;
	margin: 2rem;
}
.headerSection .mobileMenu ul li:nth-child(6) {
	margin-top: 5rem;
}
.headerSection .mobileMenu ul li:last-child {
	margin-top: 3rem;
}
.headerSection .mobileMenu ul li a {
	color: #FDDF9B;
	font-size: 2.5rem;
	margin: 0 10px;
	font-family: Naste;
    font-weight: lighter;
}
/* .headerSection .mobileMenu ul li a span {
	font-size: 2.6rem;
} */

.headerSection .mobileMenu ul > li > select {
    background: transparent;
    color: #fff;
    border: 1px solid #FDDF9B;
    font-size: 2.5rem;
    width: 80%;
}
.headerSection .mobileMenu ul > li > select option {
	color: #000;
	
}
.headerSection .mobileMenu ul > li > select:focus {
	border: 1px solid #FDDF9B;
	outline: none;
}

/* end */

/* side Navigation Bar */
/* start */

.sideNavBar {
	display: block; 
	width: 40px; 
	position: fixed; 
	z-index: 2;
	right: 1rem;
	bottom: 2rem; 
}
.sideNavBar > div {
	vertical-align: middle; 
	width: 100%;
}
.sideNavBar > div > div {
	width: 6px; 
	height: 6px; 
	background: #FDDF9B; 
	margin: 10px auto; 
	position: relative;
	border-radius: 5px;
}
.sideNavBar > div > div > span {
	position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
    color: transparent;
    font-size: 1.2rem;
    word-break: keep-all;
}
.sideNavBar > div > div > span:hover {
	color: #fff;
}
.sideNavBar > div > .active{
	width: 5px;
}
.sideNavBar > div > .dot_active {
	background: transparent;
	border: 2px solid #FDDF9B;
	width: 10px;
    height: 10px; 
}
.sideNavPopBar {
	display: block; 
	width: 40px; 
	position: fixed; 
	z-index: 999;
	right: 1rem;
	bottom: 2rem; 
}
.sideNavPopBar > div {
	vertical-align: middle; 
	width: 100%;
}
.sideNavPopBar > div > div {
	width: 6px; 
	height: 6px; 
	background: #FDDF9B; 
	margin: 10px auto; 
	position: relative;
	border-radius: 5px;
}
.sideNavPopBar > div > div > span {
	position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
    color: transparent;
    font-size: 1.2rem;
    word-break: keep-all;
}
.sideNavPopBar > div > div > span:hover {
	color: #fff;
}
.sideNavPopBar > div > .active{
	width: 5px;
}
.sideNavPopBar > div > .dot_active {
	background: transparent;
	border: 2px solid #FDDF9B;
	width: 10px;
    height: 10px; 
}
.sidDotNav {
	cursor: pointer;
}


/* end */

/* video option */
.video_box {
	width: 100%;
	height: 100%;
	position: relative;
    background: #292829;
}
.video_box.custom {
	width: 100%;
	height: 100%;
	position: relative;
    background: #000;
}
.video_box.custom video {
	width: auto;
	height: calc(100% - 90px);
	top: 90px;
	transform: translateX(-50%);
}
.video_box video {
    position: absolute;
    left: 50%;
    top: 50%;
    outline: none;
    border: none;
    transform: translate(-50%, -50%);
    width: 100%;
}
.video_box nav {
	margin: 5px 0;
}
.defaultBar{
    position: relative;
    float: left;
    width: 56rem;
    height: 28px;
    padding: 6px 4px;
    background: transparent;
    cursor: pointer;
}
.progressBar{
    position: absolute;
    width: 1px;
    height: 16px;
    background: transparent;
    transition: all .5s linear;
}
.myMovie_btn {
    float: left;
    width: 4rem;
    height: 28px;
}
.video_box_hr {
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
    left: 0;
    top: 13px;
}
.firstContents1_1 {
	display: none;
}
.myMovie_btn > button {
	background: transparent;
    outline: none;
    border: none;
    height: 100%;
    padding: 0;
}
.svg-inline--fa.fa-play.fa-w-14 {
	color: #fff;
	font-size: 2rem;
}
.svg-inline--fa.fa-pause.fa-w-14 {
	color: #fff;
	font-size: 2rem;
}
.progressBar_boll {
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 16px;
	right: 0;	
	position: absolute;
}
.video_txt_left {
	float: left;
	color: #fff;
}
.video_txt_right {
	float: right;
	color: #fff;
}
.video_txt_box {
	width: 100%;
	padding-left: 30px;
    overflow: hidden;
}

/* navBox1 Area */
/* start */

.subBox.item > .subBoxContents {
	display: table; 
	width: 100%; 
	height: 100%;
	position: relative;
}
.contentsDiv_1 {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%;
}
.contentsDiv_1.pddCustom {
	padding: 0;
}
.contentsDiv_1.custom1_1 {
	display: table-cell; 
	width: 100%;
	vertical-align: top;
	padding-top: 20rem;
}
.content_hr {
	height: 1px; 
	width: 1200px; 
	margin: auto; 
	background: #FDDF9B; 
}
.content_hr.mgCustom {
	margin-top: 100px;
}
.firstTitle {
	color: #FDDF9B; 
	text-align: center; 
	font-size: 6rem;
	line-height: 0px;
  	font-family: Naste;	
  	font-weight: lighter;
}
.contentsDiv_1 > .contentsImg_1 {
	width: 22%; 
	min-width: 250px; 
	max-width: 32%; 
	height: auto; 
	margin: 0 auto;
}
.contentsDiv_1 > .contentsImg_2 {
	width: 30%; 
	min-width: 300px; 
	max-width: 41%; 
	height: auto; 
	margin: 6px auto 0;
}
.contentsDiv_1 > .contentsImg_3 {
	width: 15%; 
	max-width: 17%; 
	min-width: 120px; 
	height: auto; 
	margin: 50px auto; 
	transform: translateY(75%);
}
.contentsDiv_1 > .contentsImg_4 {
	max-width: 100%; 
	min-width: 45%; 
	height: auto; 
	margin: 0 auto; 
}
.contentsDiv_1 > .temporary_Logo {
	max-width: 15%;
	margin: 0 auto;
}
.subBoxContents > .contentsDiv_2 {
	position: absolute;
	bottom: 10em;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
.subBoxContents > .contentsDiv_2 button {
	font-size: 2.4rem;
	color: #fff;
	border: 1px solid #FDDF9B;
	padding: 1rem 0;
	background: #FDDF9B;
    line-height: 35px;
    width: 340px;
}
.subBoxContents > .contentsDiv_2 button:active {
	transform: scale(0.9);
}
.subBoxContents > .contentsDiv_2 button span {
	font-size: 2.5rem;
}

.subBoxContents > .contentsDiv_2 .btnColor1_1 {
	color: #908C89;
}
.subBoxContents > .contentsDiv_2 .btnColor1_2 {
	color: #2b2b2b;
	border: 1px solid #FDDF9B;
	font-weight: bold;
}
.subBoxContents > .contentsDiv_2 > .contentsDiv_2_2 {
	margin-bottom: 5rem;
} 
.contentsDiv_1 > .contentsTitle_1 {
	color: #fff; 
	text-align: center; 
	font-size: 5.5rem; 
	margin-bottom: 10rem;
    font-weight: bold;

}
.contentsDiv_1 > .contentsTitle_1.goldColor {
	color: #FDDF9B;
}
.subBox.item.backgroundImg_5 .contentsDiv_1 > .contentsTitle_1 {
	margin-bottom: 6rem;
}
.contentsDiv_1 > .contentsTitle_1.color_000 {
	color: #000;
	margin-bottom: 4rem;
}
.contentsDiv_1 > p {
	line-height: 0px;
	
}
.contentsDiv_1 > .contentsTitle_1.mg_plus {
	margin-bottom: 15rem;
}
.contentsDiv_1 > .contentsTitle_2 {
	color: #fff; 
	text-align: center; 
	font-size: 3.2rem; 
	line-height: 1.42857143;
	letter-spacing: -1px;
    font-weight: bold;

}
.contentsDiv_1 .contentsTxt_1 {
	color: #fff; 
	text-align: center; 
	font-size: 3.8rem; 
	font-family: Naste;
}
.contentsDiv_1 .contentsTxt_1-1 {
	color: #fff; 
	text-align: center; 
	font-size: 2.4rem; 
	
	font-weight: bold;
}
.contentsDiv_1 .contentsTxt_1-2 {
	color: #fff; 
	text-align: center; 
	font-size: 2.4rem; 
	
	font-weight: 300;
}
.contentsDiv_1 .contentsTxt_1-2.color_000 {
	color: #000;
}
.contentsDiv_1 .contentsTxt_1-2.txtletterCustom1-1 {
	letter-spacing: -1.1px;
}
.contentsDiv_1 > .contentsTxtArea {
    transform: translateY(50%);
}
.numberDateArea {
	margin-bottom: 7rem;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.numberDateArea > ul {
	padding: 0;
	display: flex;
	justify-content: center;
}
.numberDateArea > ul > li {
	list-style: none;
	font-family: Naste;
	font-size: 4rem;
	font-weight: normal;
    border-left: 1px solid #FFF;
    width: 28%;
    color: #FFF;
}
.numberDateArea > ul > li:last-child {
	border-right: 1px solid #FFF;
}
.numberDateArea > ul > li > div {
	line-height: 1;
	padding: 20px 10px;
}
.numberDateArea > ul > li span.inchSpan {
	font-size: 2.9rem;
    font-weight: 500;
    font-family: Naste;
}
.numberDateArea > ul > li span {
	font-size: 1.6rem;
	font-weight: 300;
	color: #FFF;
	font-family: 'kopubdotummedium';
}
.numberDateArea > ul > li > div > div {
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 25px;
	line-height: 1.4;
}
.numberDateArea > ul > li .customTxt {
    font-size: 4rem;
    font-weight: 500;
    font-family: Naste;
}
.numberDateArea > ul > li:nth-child(2) > div {
	
}
.txtMiddleSize {
	font-size: 2.6rem;
	font-weight: lighter;
	
	color: #000;
}


.txtDateArea {
	margin-bottom: 2rem;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.txtDateArea > ul {
	padding: 0;
	display: flex;
	justify-content: center;
    margin: 0;
}
.txtDateArea > ul > li {
	list-style: none;
	/* font-family: KoPub Dotum; */
	font-size: 4rem;
	font-weight: normal;
    border-left: 1px solid #FFF;
    width: 28%;
    color: #FFF;
}
.txtDateArea > ul > li:last-child {
	border-right: 1px solid #FFF;
}
.txtDateArea > ul > li > div {
	line-height: 1;
	padding: 2rem 0;
	
	font-weight: bold;
}
.txtDateArea > ul > li span {
	font-size: 2rem;
	font-weight: normal;
	color: #000;
}
.txtDateArea > ul > li > div > div {
	font-size: 2rem;
	font-weight: 300;
	margin-top: 2.5rem;
	line-height: 1.4;
	
}
.txtDateArea > ul > li .customTxt {
	vertical-align: middle;
    font-size: 3rem; 
}
.precautionsTxt {
	margin-bottom: 5rem;
}
.precautionsTxt p {
	font-size: 12px;
	color: #fff;
}
.precautionsTxt.wireShape {
	padding-left: 25rem;
	margin-top: 6rem;
	margin-bottom: 0;
}
.precautionsTxt.wireShape p {
	text-align: center;
	color: #2b2b2b;
}

/* end */

/* navBox2 Area */
/* start */

.contentTitle {
	color: #fff; 
	text-align: center; 
	font-size: 100px; 
	line-height: 0px;
}
.contentSubTitleArea1_1 {
	transform: translateY(120px);
}
.contentSubTitleArea1_2 {
	margin-bottom: 50px;
}
.contentSubTitle {
	color: #fff; 
	text-align: center; 
	font-size: 6rem; 
	line-height: 0px;
	font-weight: 300;
}
.contentSubTitle.custom {
	color: #FFD998; 
	text-align: center; 
	font-size: 4rem; 
	line-height: 1;
	font-weight: 300;
}
.left_contents_Div1 {
	width: 60%;
	float: left;
	height: 100%;
	position: relative;
}
.left_contents_Div1.display_table {
	display: table;
}

.right_contents_Div1 {
	width: 40%;
	float: left;
	height: 100%;
	position: relative;
}
.right_contents_Div1.contents_five_mechanic {
	display: table;
}
.right_contents_Div {
	width: 38%;
	float: right;
	position: relative;
	height: calc(100% - 28rem);
	background: url("/resources/images/new/background-41.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.left_contents_Div {
	width: 62%;
	float: left;
	position: relative;
	height: calc(100% - 28rem);
	background: url("/resources/images/new/background-40.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.right_contents_Div:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to bottom, transparent, rgba(0,0,0,.7));
}
.left_contents2_Div {
	width: 46%;
	float: right;
	position: relative;
	height: 100%;
}
.contentsDiv_3 {
    position: absolute;
    width: 40rem;
    left: 7rem;
    bottom: 8rem;
}
.contentsDiv_3.mbDisplay {
	display: none;
}
.contentsDiv_3.mgHidden {
	display: block;
}
.contentsDiv_3 > .txtTitle {
	font-size: 2.2rem;
	color: #fff;
	margin: 0 0 5px;
}
.contentsDiv_3 > .contentsTxt_2 {
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: -0.8px;
	margin: 0 0 5px;
	
}
.contentsDiv_2.custom {
	width: 100%;
	bottom: 0;
	padding-top: 5.5rem;
	padding-bottom: 14rem;
	background: #fff;
	padding-left: 5rem;
	padding-right: 5rem;
}
#navBox12 .contentsDiv_2.custom {
	padding-bottom: 8rem;
} 
#navBox12 .contentsDiv_2.custom span {
	font-weight: bold;
}
.contentsDiv_3_hr {
	height: 2px;
	width: 70%;
	background: #000;
	margin: 0 0 15px;
}
.PGA_contents .txtTitle {
	font-size: 2.2rem;
	color: #000;
	margin: 0 0 5px;
}
.PGA_contents .txtTitle span {
	font-size: 1.6rem;
	font-weight: 300;
}
.PGA_contents .contentsTxt_2 {
	font-size: 1.4rem;
	color: #000;
	letter-spacing: -0.8px;
	margin: 0 0 5px;
	
}
.mb_content1_1 {
	width: 100%;
	height: 100%;
}

.flexContenst {
	display: flex;
}
.flexContenst > .leftContents1_1 {
	width: 50%;
	text-align: right;
    padding-right: 5rem;
}
.flexContenst > .leftContents1_1  p {
	font-size: 2.8rem;
	
	font-weight: bold;
	letter-spacing: -0.892px;
}
.flexContenst.shape_memory_alloy > .leftContents1_1 {
	width: 38%;
}
.flexContenst.shape_memory_alloy > .rightContents1_2 {
	width: 62%;
}

.flexContenst > .rightContents1_2 {
	width: 50%;
	text-align: left;
    padding-top: 5px;
}
.flexContenst > .rightContents1_2 p {
	font-size: 1.6rem;
	margin: 0 0 5px;
    font-weight: 300;

}
.wire_hrArea {
	margin-left: 200px;
}
.wire_hr {
	height: 100vh;
    border-right: 1px solid #000;
    width: 8%;
    padding-top: 250px;
    padding-right: 15px;
    display: inline-block;
}
.wire_hr p {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.wire_hrArea > .wire_hr_div {
	display: inline-block;
	margin-left: 90px;
    vertical-align: bottom;
    margin-bottom: 170px;
}
.wire_hrArea > .wire_hr_div > .txtTitle {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
}
.wire_hrArea > .wire_hr_div > .contentsTxt_1 {
	font-size: 16px;
	margin: 0 0 5px;
}
.slidingMechanicContent {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.slidingMechanicContent > .inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.slidingMechanicContent > .inner div img {
	width: 80%;
}
.slidingMechanicContent > .inner div {
	text-align: left;
}
.slidingMechanicContent > .inner div > div {
    height: 19rem;
    margin-bottom: 2rem;
}
.sliding_mechanic {
	text-align: center;
	padding-bottom: 5rem;
	width: 974px;
	margin-left: auto;
	margin-right: auto;
}
.sliding_mechanic p {
	
    word-break: keep-all;
    color: #000;
    margin-bottom: 0;
}
.sliding_mechanic .sliding_mechanic_title {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.sliding_mechanic .sliding_mechanic_txt {
	font-size: 2.4rem;
	font-weight: 300;
}
/* .slidingMechanicContent .inner div p {
	font-size: 2.1rem;
	
	font-weight: bold;
    word-break: keep-all;
    height: 5rem;
} */
.left_contents_Div1_inner.content__no5 > div {
	justify-content: flex-end;
}
.ewire_calibrationDevice_div {
	text-align: right;
    display: flex;
    padding-left: 40px;
}
.ewire_calibrationDevice_div > div {
	display: inline-block;
	text-align: left;
    vertical-align: top;
}
.normal_calibrationDevice_div {
	text-align: right;
	display: flex;
    padding-left: 40px;
}
.normal_calibrationDevice_div > div {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.left_contents_Div1_inner {
	padding-right: 0;
	display: table-cell;
	vertical-align: middle;
    padding-top: 90px;
    
    background: #2B2B2B;
}
.left_contents_Div1_inner.whiteBGCustom {
	background: #FFF;
}
.left_contents_Div1_inner.content__no5 {
	padding-right: 5rem;
}
.ewire_calibrationDevice_img_box {
	width: 35rem;
	margin-left: 2rem;
}
.ewire_calibrationDevice_img_box.mg_left_4 {
	margin-left: 4.3rem;
}
.ewire_calibrationDevice_img_box img {
	width: 100%;
}
.normal_calibrationDevice_div {
	margin-bottom: 4rem;
}
.normal_calibrationDevice.verticalMiddle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 3rem;
}
.ewire_calibrationDevice.verticalMiddle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 3rem;
}


.slidingMechanicContent .inner div:nth-child(2) {
	margin-left: 10rem;
}
.ewire_calibrationDevice .calibrationDevice_title {
	font-size: 2.3rem;
	
	font-weight: bold;
    word-break: keep-all;
    color: #B59A4B;
    margin-bottom: 0;
}
.ewire_calibrationDevice .calibrationDevice_secTitle {
	font-size: 1.8rem;
	
	font-weight: bold;
    word-break: keep-all;
    color: #FDDF9B;
    margin-bottom: 2rem;
}
.ewire_calibrationDevice .calibrationDevice_txt {
	font-size: 1.2rem;
	
	font-weight: 300;
    word-break: keep-all;
    color: #FFF;
    margin-bottom: 5px;
}
.ewire_calibrationDevice .calibrationDevice_txt span {
	font-weight: bold;
}

.normal_calibrationDevice .calibrationDevice_title {
	font-size: 2.3rem;
	
	font-weight: bold;
    word-break: keep-all;
    color: #FFF;
    margin-bottom: 0;
    
}
.normal_calibrationDevice .calibrationDevice_secTitle {
	font-size: 1.8rem;
	
	font-weight: bold;
    word-break: keep-all;
    color: #FFF;
    margin-bottom: 2rem;
}
.normal_calibrationDevice .calibrationDevice_txt {
	font-size: 1rem;
	
	font-weight: 300;
    word-break: keep-all;
    color: #FFF;
    margin-bottom: 5px;
}
.normal_calibrationDevice .calibrationDevice_txt span {
	font-weight: bold;
}




.arch_model {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.arch_model.backgroundBefore_3:before {
	content: "";
	background: rgba(89,89,89,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.arch_model .inner {
}
.arch_model .inner > div img {
	width: 100%;
}
.arch_model .inner > div {
	text-align: center;
	z-index: 1;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.arch_model_txt_div {
	margin-bottom: 7rem;
	padding-top: 3rem;
}
.arch_model_txt_div > .archmodel_title {
	font-size: 3.5rem;
	
	font-weight: bold;
    word-break: keep-all;
    color: #000;
    margin-bottom: 2rem;
}
.arch_model_txt_div > .archmodel_txt {
	font-size: 2.4rem;
	
	font-weight: 300;
    word-break: keep-all;
    color: #000;
    margin-bottom: 0;
}
.stepContentsDiplay {
	display: table-cell;
	vertical-align: middle;
}
.stepContents {
	display: flex;
	flex-wrap: wrap;
    padding-left: 25rem;
    display: -ms-flexbox; 
}
.arch_model .inner > div.stepContents {
	width: 100%;
}
.stepContents > div {
	width: 50%;
	padding: 1rem;
}
.stepContents > .step p {
	text-align: left;
}
.stepContents > .step p:first-child {
	font-size: 2.3rem;
	font-family: "DIN Black";
	font-weight: normal;
    word-break: keep-all;
    color: #B59A4B;
}
.stepContents > .step p:nth-child(3) {
	font-size: 2.3rem;
	
	font-weight: bold;
    word-break: keep-all;
    color: #FFFFFF;
    margin-top: 1rem;
}
.stepContents > .step p:nth-child(4),.stepContents > .step p:nth-child(5) {
	font-size: 1.4rem;
	
	font-weight: 300;
    word-break: keep-all;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.step img {width: 100%;}
.stepContentsDiplay .button_div {
	text-align: center;
}
.stepContentsDiplay .button_div button {
	float: none;
}

/* end */

/* navBox3 Area */
/* start */


/* end */

/* navBox4 Area */
/* start */

.contentSubTitleArea1_3 p {
}
.contentSubTitle.custom2 {
	color: #000; 
	text-align: center; 
	font-size: 2.3rem; 
	line-height: 1.4;
	
	font-weight: 300;
	letter-spacing: -1.2px;
}
.contentsTitle_2.custom_1 {
	margin-top: 69px;
	color: #FDDF9B;
}
.contentsTitle_2.custom_2 {
	margin-bottom: 5rem;
}
.contentsDiv_1 > .contentsDiv_3 {
    margin-bottom: 100px;
    margin-right: 500px;
}
.wireImageContents {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
   	width: 1200px;
   	margin-left: auto;
   	margin-right: auto;
   	justify-content: center;
}
.wireImageContents > div {
	background: transparent;
	justify-content: center;
	align-items: center;
}
.wireImageContents p {
	font-size: 2rem;
	font-weight: 300;
	color: #fff;
    margin-top: 1rem;
}
.wireImageContents .wireImageContents_div {
}
.wireImageContents .wireImageContents_div.marginAdd {
	margin-bottom: 10px;
}
.wireImageContents .wireImageContents_div p {
	color: #FFF;
    font-weight: bold;

    margin-bottom: 0rem;
    margin-top: 0;
    font-size: 14px;
}
.wireImageContents .OurCompanyContent p {
	font-weight: bold;
}
.wireImageContents > .OurCompanyContent {
	margin-bottom: 0rem;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.wireImageContents > .OurCompanyContent img {
	width: 100%;
}
.wireImageContents > .OtherCompanyContent {
	display: flex;
}
.wireImageContents > .OtherCompanyContent > div:nth-child(2) {
	margin: 0 2rem;
}
.wireVSContents .wireVSContents_div p {
	color: #FDDF9B;
    font-weight: bold;

    margin-bottom: 2rem;
    font-size: 2rem;
}
.wireVSContents_div {
	margin-bottom: 2rem;
}

/* end */

/* navBox5 Area */
/* start */
.contentsDiv_1.txtC {
	text-align: center;
}
.contentsDiv_1 > .contentsImg_5 {
	max-width: 40%; 
	min-width: 280px; 
	height: auto; 
	margin: 0 auto; 
	display: block;
}
.wireVSContents {
	display: flex;
	flex-wrap: wrap;
   	width: 1200px;
   	margin-left: auto;
   	margin-right: auto;
   	justify-content: center;
}
.wireVSContents > div {
	width: 100%;
}
.wireVSContents > div img {
	width: 100%;
}
.wireVSContents > div.vsTitle {
    width: 5%;
    font-family: Naste Book;
    font-size: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #fff;
}
.productFeatureBack {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* end */

/* navBox6 Area */
/* start */


/* end */

/* navBox7 Area */
/* start */


/* end */

.title_number {
	font-family: "DIN Black";
	font-weight: 700;
	color: #B59A4B;
	font-size: 10rem;
    line-height: 1;
    margin: 0;
    margin-bottom: 5px;
}
.title_number.whiteGold {
	color: #FDDF9B;
}

/* wireWidthContents */
.wireWidthContents {
    position: absolute;
    width: 45rem;
    bottom: 22rem;
    left: 10rem;
    padding-right: 20px;
}
.wireWidthContents.contents_five_mechanic {
	position: relative;
	display: table-cell;
    padding-left: 10rem;
    vertical-align: middle;
    padding-top: 10rem;
    width: auto;
    bottom: auto;
    left: auto;
}
.wireWidthContents.contents_six_archmodel {
	position: relative;
	display: table-cell;
    padding-left: 10rem;
    vertical-align: middle;
    padding-top: 10rem;
    width: auto;
    bottom: auto;
    left: auto;
}
.wireWidthContents.contents_seven_stpe {
	position: relative;
	display: table-cell;
    padding-left: 10rem;
    vertical-align: middle;
    width: auto;
    bottom: auto;
    left: auto;
    padding-top: 15rem;
}
.wireWidthContents > .txtTitle {
	font-size: 3.0rem;
	color: #000;
	margin: 0 0 25px;
	
	font-weight: bold;
}
.wireWidthContents > .txtTitle.color_fff {
	color: #FDDF9B;
}
.wireWidthContents > .txtTitle > span {
	font-family: Naste;
	font-size: 3.4rem;
	font-weight: 500;
}
span.smSize-txt {
	font-size: 1.4rem !important;
	font-family: kopubdotummedium !important;
}
.wireWidthContents > .contentsTxt_1 {
	font-size: 1.6rem;
	color: #000;
	letter-spacing: -0.8px;
	margin: 0 0 5px;
	
}
.wireWidthContents > .contentsTxt_1.color_fff {
	color: #fff;
}
.wireWidthContents.custom {
	width: 100%;
	bottom: 0;
	padding-top: 55px;
	padding-bottom: 140px;
	background: #000;
}
.wireWidthContents > .contentsDiv_3_hr {
	height: 2px;
	width: 100%;
	background: #000;
	margin: 0 0 25px;
}

/* end */

/* wireWidthContents */

.wirePatentContents {
    position: absolute;
    width: 41rem;
    bottom: 25rem;
    left: 10rem;
}
.wirePatentContents > .txtTitle {
	font-size: 3.0rem;
	color: #000;
	margin: 0 0 25px;
	
	font-weight: bold;
}
.wireWidthContents > .txtTitle.txtTitle_first {
	margin: 0;
}
.wirePatentContents > .contentsTxt_1 {
	font-size: 1.6rem;
	color: #000;
	letter-spacing: 0;
	margin: 0 0 5px;
	
	font-weight: 300;
}
.wireWidthContents.shape_memory_alloy_content {
	bottom: 22rem;
}
.shape_memory_alloy_box > .shape_memory_alloy_img {
	width: 300px;
	height: 200px;
}
.shape_memory_alloy_box > .shape_memory_alloy_img img {
	width: 100%;
}
.wireWidthContents > .contentsTxt_1.mg_b_20 {
	margin-bottom: 2rem;
}
.shape_memory_alloy_txt_box p {
	font-size: 1.2rem;
	color: #000;
	letter-spacing: 0;
	margin: 0 0 5px;
	
	font-weight: 300;
}
.arch_model_img {
	padding-left: 25rem;
	text-align: right;
	padding-right: 5rem;
}
.arch_model_img img {
	width: 100%;
}

/* end */

/* wireMechanicContents */

.wireMechanicContents {
    position: absolute;
    width: 43rem;
    left: 10rem;
    bottom: 25rem;
}
.wireMechanicContents > .txtTitle {
	font-size: 3.0rem;
	color: #000;
	margin: 0 0 25px;
	
	font-weight: bold;
}
.wireMechanicContents > .contentsTxt_1 {
	font-size: 1.6rem;
	color: #000;
	letter-spacing: -0.8px;
	margin: 0 0 5px;
	
}

/* end */

/* wireDeploymentContent */
.wireDeploymentContent {
	display: table-cell;
	vertical-align: middle;
    padding-top: 67px;
}
.wireDeploymentContent .videoArea {
	width: 45%;
	border: 1px solid #000;
}
.wireDeploymentContent .txtContents {
	width: 55%;
	padding: 7rem;
}
.wireDeploymentContent .txtContents .title1-1 {
	
	font-weight: bold;
	font-size: 3.2rem;
	color: #fff;
	margin-bottom: 30px;
}
.wireDeploymentContent .txtContents .title1-2 {
	
	font-weight: bold;
	font-size: 3.2rem;
	color: #fff;
}
.wireDeploymentContent .txtContents img {
	width: 10rem;
}
.wireDeploymentContent .txtContents .contentTxt1-1 {
	
	font-size: 1.6rem;
	color: #fff;
}
/* end */

/* simulationContent */
.simulationContentTitle p {
	
	font-weight: bold;
	font-size: 2.8rem;
	color: #FDDF9B;
	text-align: center;
    margin-bottom: 7rem;
}
.simulationContent {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5rem;
	padding-right: 5rem;
}
.simulationContent .videoArea {
	width: 60rem;
    height: 40rem;
	background: #8C8C8A;
}
.simulationContent .txtContents {
	width: 50%;
    padding: 0 7rem;
}
.simulationContent .txtContents p.caseTxt {
	font-family: "DIN Black";
	font-size: 7.2rem;
	color: #fff;
}
.simulationContent .txtContents .title1-1 {
	
	font-weight: bold;
	font-size: 3.2rem;
	color: #fff;
	margin-bottom: 3rem;
}
.simulationContent .txtContents .title1-2 {
	
	font-weight: bold;
	font-size: 3.2rem;
	color: #fff;
}
.simulationContent .txtContents img {
	width: 10rem;
}
.simulationContent .txtContents .contentTxt1-1 {
	font-weight: 300;
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 0px;
}
.processSimulation.flex {
	display: flex;
}
.inner.custom {
	width: 1200px;
}
.TBMarginCustom {
	margin-top: 20px;
	
}

/* end */

/* 4page */
.contentsDiv_1 > .contentsDiv_4 {
	margin-top: 50rem;
}
.contentsDiv_1 > .contentsDiv_4 p {
	
}
.inner.pdTCustom {
	padding-top: 80px;
}
.dentalConditionContent {
	display: flex
}
.dentalConditionContent > div {
	width: 33.33%;
	text-align: center;
	padding: 2rem;
	height: 100%;
}
.dentalConditionContent > div .title1-1 {
	
	font-weight: bold;
	color: #B59A4B;
	font-size: 2rem;
	margin-bottom: 5px;
}
.dentalConditionContent > div .title1-2 {
	
	font-weight: bold;
	color: #B59A4B;
	font-size: 2rem;
	margin-bottom: 3rem;
}
.dentalConditionImg.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.dentalConditionImg > .ImgSizeContent {
	width: 27rem;
	height: 12rem;
	background: #BEB8B0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	color: transparent;
	margin-bottom: 1rem;
    padding: 1rem;
}
.dentalConditionImg > .ImgSizeContent > .txtContentQ {
	
	font-weight: bold;
	font-size: 1.6rem;
}
.dentalConditionImg > .ImgSizeContent > .txtContentA {
	
	font-size: 1.2rem;
	margin-bottom: 0;
}
.dentalConditionImg > .ImgSizeContent > .txtContentA.mgCustom {
	margin-bottom: 0px;
}
.ImgSizeContent:hover {
	background: #2B2B2B;
}

.inner.pdTCustom2 {
	padding-top: 80px;
}
.dentalConditionContents2 > div {
	width: 61rem;
	text-align: center;
	margin-bottom: 8rem;
	float: left;
}
.dentalConditionContent2 > div.contentsCheckbox {
	margin-bottom: 0;
}
.dentalConditionContent2 > div .title1-1 {
	
	font-weight: bold;
	color: #B59A4B;
	font-size: 2rem;
}
.dentalConditionContent2 > div .title1-1:nth-child(2) {
	margin-bottom: 3rem;
}
.dentalConditionContent2 > div .title1-2 {
	
	font-weight: bold;
	color: #B59A4B;
	font-size: 2rem;
	margin-bottom: 5px;
}
.contentsCheckbox .title1-1 > span {
	font-size: 1.6rem;
}

/* radio button form field */
.radioFormField > label {
	width: 27rem;
	margin-bottom: 1rem;
}
.box-radio-input input[type="radio"]{
    display:none;
}
.box-radio-input input[type="radio"] + span{
    display:inline-block;
    background:none;
    border:2px solid #000;    
    padding:0px 10px;
    text-align:center;
    height:50px;
    line-height:47px;
    cursor:pointer;

	font-weight: bold;
	font-size: 1.8rem;
	width: 100%;
}
.box-radio-input input[type="radio"] + span.custom {
	color: #fff;
	border:2px solid #FDDF9B;
}

.box-radio-input input[type="radio"]:checked + span{
    border:2px solid #2B2B2B;
    background:#2B2B2B;
    color:#FDDF9B;
}

/* checkbox form field */

.checkFormField > label {
	width: 27rem;
	margin-bottom: 10px;
}
.box-check-input input[type="checkbox"]{
    display:none;
}
.box-check-input input[type="checkbox"] + span{
    display:inline-block;
    background:none;
    border:2px solid #000;    
    padding:0px 10px;
    text-align:center;
    height:50px;
    line-height:47px;
    cursor:pointer;

	font-weight: bold;
	font-size: 1.8rem;
	width: 100%;
}
.box-check-input input[type="checkbox"] + span.custom {
	color: #fff;
	border:2px solid #FDDF9B;
}

.box-check-input input[type="checkbox"]:checked + span{
    border:2px solid #2B2B2B;
    background:#2B2B2B;
    color:#FDDF9B;
}

.inner.pdTCustom2 {
	padding-top: 80px;
}
.dentalConditionContent3 > div {
	width: 61rem;
	text-align: left;
	margin-bottom: 4rem;
	background: rgba(0,0,0,0.8);
	padding: 4rem 4rem 0 4rem;
	height: calc(100vh - 27rem);
	overflow: auto;
	margin-left: auto;
    margin-right: auto;
}
.dentalConditionContent3 > div .title1-1 {
	
	font-weight: bold;
	color: #B59A4B;
	font-size: 1.4rem;
	margin-bottom: 2rem;
}
.dentalConditionContent3 > div .title1-2 {
	
	font-weight: bold;
	color: #B59A4B;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.dentalConditionContent3 > div .txtContents1-1 {
	
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 300;
}
.dentalConditionContent3 > div .txtContents1-1.mgCustom {
	margin-bottom: 1rem;
}
.contentsRadioBtn {
	margin-bottom: 5rem;
}


.inner.informationContent {
	padding-top: 40px;
}

.informationContent > div {
	width: 61rem;
	text-align: center;
	margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.informationContent > div .title1-1 {
	
	font-weight: bold;
	color: #000;
	font-size: 2.2rem;
	margin-bottom: 5px;
}
.informationContent > div .title1-2 {
	
	font-weight: bold;
	color: #000;
	font-size: 2.2rem;
	margin-bottom: 5rem;
}
.informationContent > div > .informationField {
	background: rgba(255,255,255,0.9);
	padding: 30px 120px;
	margin-bottom: 3rem;
}
.informationContent > div > .informationField p {
	text-align: left;
	
	font-weight: bold;
	font-size: 1.4rem;
	color: #000;
	margin-top: 10px;
}
.informationContent > div > .informationField .inputboxForm {
	width: 100%;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}
.informationContent > div > .informationField .inputboxForm label {
	position: absolute;
	padding: 10px;
}
.informationContent > div > .informationField .inputboxForm label span {
	
	font-weight: bold;
	font-size: 1.4rem;
	color: #000;
}
.informationContent > div > .informationField .inputboxForm input {
	padding: 8px;
	width: 100%;
    padding-inline-start: 100px;

	font-weight: bold;
	font-size: 1.4rem;
    border: none;
    background: transparent;
    color: #000;
}
.informationContent > div > .informationField .inputboxForm input:focus {
	outline: none;
}
.informationContent > div > .informationField textarea {
	width: 100%;
	height: 20rem;
	resize: none;
	background: transparent;
	border: none;
	padding: 10px;
	
	font-weight: bold;
	font-size: 1.4rem;
	color: #000;
}
.informationContent > div > .informationField textarea:focus {
	outline: none;
}
.informationContent > div > .informationField textarea::placeholder {
	color: #000;
	
	font-weight: bold;
	font-size: 1.4rem;
}
.informationContent > div > .informationBtn {
	width: 100%;
}
.informationContent > div > .informationBtn button {
	width: 100%;
	
	font-weight: bold;
	font-size: 2.0rem;
	height: 50px;
	background: #000;
	color: #FDDF9B;
	border: 1px solid #000;
}
.informationContent > div > .informationBtn button:hover {
	background: #fff;
	color: #000;
}


/* end */

/* 5page */

.inner.interviewContent {
	padding-top: 50px;
}
.interviewContent > div {
	width: 61rem;
	text-align: left;
	margin-bottom: 0px;
	float: right;
	
}
.interviewContent > div .txtBox {
	overflow: auto;
	height: calc(100vh - 15rem);
    padding-top: 4rem;
}
.interviewContent > div .txtBox .title1-1 {
	
	font-weight: bold;
	color: #000;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.interviewContent > div .txtBox .txtContents1-1 {
	
	color: #000;
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.inner.interviewContent2 {
	padding-top: 70px;
}
.interviewContent2 > div {
	width: 69rem;
	text-align: left;
	margin-bottom: 0px;
}
.interviewContent2 > div .txtBox {
	height: calc(100vh - 15rem);
    overflow: auto;
    padding-top: 4rem;
}
.interviewContent2 > div .txtBox .title1-1 {
	
	font-weight: bold;
	color: #000;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.interviewContent2 > div .txtBox .txtContents1-1 {
	
	color: #000;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.inner.mapinfoContent {
	padding-top: 6rem;
    padding-left: 5rem;
    padding-right: 5rem;
}
.mapinfoContent {
	text-align: center;
}
.mapinfoContent .title1-1 {
	
	font-weight: bold;
	color: #B59A4B;
	font-size: 2.2rem;
	margin-bottom: 5px;
}
.mapinfoContent .title1-2 {
	
	font-weight: bold;
	color: #B59A4B;
	font-size: 2.2rem;
	margin-bottom: 4rem;
}
.mapinfoContent > .mapContent {
	width: 100%;
	height: 60rem;
	background: #767A7B;
}
.contentsDiv_1 > .partner_Title {
	width: auto;
    padding-left: 60rem;
    margin: 0 auto;
}
.contentsDiv_1 > .partner_Title p {
    color: #FDDF9B;
    text-align: center;
    font-size: 5rem;

	font-weight: bold;
}
.contentsDiv_1 > .partner_Title > p:first-child > span:first-child {display: block;}
/* inner2 */
.inner2.interviewContent {
	padding-top: 50px;
}
.inner2.interviewContent2 {
	padding-top: 70px;
}
.inner2.mapinfoContent {
	padding-top: 6rem;
    padding-left: 5rem;
    padding-right: 5rem;
}
.inner2.interviewContent1_1 > div > div {
	width: 46%;
	float: left;
	overflow: hidden;
	margin-left: 3rem;
}
.inner2.interviewContent1_1 > div > div.img_box1_1 {
	width: 25%;
}
.inner2.interviewContent1_1 > div > div.txtBox.profiel_contents {
	width: 25%;
}
.inner2.interviewContent1_1 > div > div.txtBox.profiel_contents.custom {
	text-align: right;
}
.inner2.interviewContent1_1 > div > div.txtBox.profiel_contents.custom .title1-2 {
	padding-right: 0rem;
	padding-left: 4rem;
}
.inner2.interviewContent1_1 > div > div:first-child {
	margin-left: 0;
}
.inner2.interviewContent1_1 > div > .img_box1_1 {
	height: 70rem;
}
.inner2.interviewContent1_1 > div > .txtBox {
	height: 72rem;
}
.inner2.interviewContent1_1 > div > div.txtBox.txt_box_Content {
	overflow: auto;
}
.inner2.interviewContent1_1 > div > .txtBox.custom_height {
	height: auto;
}
.inner2.interviewContent1_1 > div > .txtBox.custom_height.right {
	float: right;
}
.inner2.interviewContent1_1 > div > div .img_logo_box {
	padding: 22rem 19rem;
}
.inner2.interviewContent1_1 > div > div .img_logo_box img {
	width: 100%;
}
.profiel_contents > .hospitalInfo {
	padding-top: 20px; 
}
.txtBox.profiel_contents > .hospitalInfo > .title1-1 {
	line-height: 2;
}
.txtBox.profiel_contents > .hospitalInfo > .title1-1 > label {
	margin: 0;
}
.txtBox.profiel_contents > .hospitalInfo > .title1-1 > label:nth-child(2) {
	font-weight: normal;
}
.name_tag > p:first-child {
	font-weight: bold;
}

/* new interviewContent */
/* 이미지 세로 */
.inner.interviewContent1_1 {
	
}
.inner.interviewContent1_1 > div {
    padding-top: 5rem;
}
.inner.interviewContent1_1 > div > div {
	width: 30%;
	float: left;
	overflow: hidden;
	margin-left: 3rem;
}
.inner.interviewContent1_1 > div > div:first-child {
	margin-left: 0;
}
.inner.interviewContent1_1 > div > .img_box1_1 {
	height: 57rem;
}
.img_background1-1 {
	background-color: #2b2b2b;
}
.name_tag {
	border-top: 3px solid #2B2B2B;
	border-bottom: 1px solid #2B2B2B;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	width: 50%;
	padding-left: 1rem;
}
.name_tag.custom {
	width: 100%;
}
.name_tag > .name1_1 {
	
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}
.name_tag > .name_description {
	
	font-weight: 300;
	font-size: 1.2rem;
	margin-bottom: 0;
}
.img_background1-1 {
	height: calc(100% - 118px);
	margin-bottom: 4rem;
}
.inner.interviewContent1_1 > div > .txtBox {
	height: 50rem;
}
.txtBox p {
	
}
.txtBox.profiel_contents .title1-1 {
	line-height: 2;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 1.3rem;
}
.txtBox .title1-1 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.txtBox .txtContents1-1 {
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 2rem;
}
.txtBox .txtContents1-1 span {
	height: 0.8rem;
	display: block;
}
.txtBox .title1-2 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem;
	border-bottom: 2px solid;
    display: inline-block;
    padding-right: 4rem;
}

/* 이미지 가로 */

.inner2.interviewContent1_2 > div > .img_box1_2 {
	height: 40rem;
	width: 100%;
	margin-bottom: 7rem;
}
.inner2.interviewContent1_2 > div > .img_box1_2 > div {
	float: left;
}
.inner2.interviewContent1_2 > div > .img_box1_2 > .name_tag_box {
	width: 15%;
	padding-top: calc(40rem - 78px);
}
.inner2.interviewContent1_2 > div > .img_box1_2 > div:nth-child(2) {
	margin-left: 4rem;
}

.inner2.interviewContent1_2 > div .txtBox_Div {
	width: 100%;
	height: 30rem;
	overflow: hidden;
}
.inner2.interviewContent1_2 > div .txtBox_Div > div {
	width: 30%;
	float: left;
	margin-left: 4rem;
}
.inner2.interviewContent1_2 > div .txtBox_Div > div.txtBox.profile_content {
	width: 100%;
	float: none;
}
.inner2.interviewContent1_2 > div .txtBox_Div > div.txtBox.profile_content .title1-1 {
	font-weight: 500;
	margin-bottom: 0.6rem;
}
.inner2.interviewContent1_2 > div .txtBox_Div > div:first-child {
	margin-left: 0;
}
.inner2.interviewContent1_2 .img_background1-2 {
	background-color: #2b2b2b;
	height: 100%;
	width: 50%;
}
.inner2.interviewContent1_2 > div .txtBox_Div.right {
	float: right;
	width: 30%;
    height: auto;
}


.inner.interviewContent1_2 {
	padding-top: 5rem;
}
.inner.interviewContent1_2 > div > .img_box1_2 {
	height: 30rem;
	width: 100%;
	margin-bottom: 7rem;
}
.inner.interviewContent1_2 > div > .img_box1_2 > div {
	float: left;
}
.img_background1-2 {
	background-color: #2b2b2b;
	height: 100%;
	width: calc(60% + 4rem);
}
.inner.interviewContent1_2 > div > .img_box1_2 > .name_tag_box {
	width: 30%;
	padding-top: calc(30rem - 78px);
}
.inner.interviewContent1_2 > div > .img_box1_2 > .name_tag_box.custom {
	width: 15%;
}
.inner.interviewContent1_2 > div > .img_box1_2 > div:nth-child(2) {
	margin-left: 4rem;
}

.inner.interviewContent1_2 > div .txtBox_Div {
	width: 100%;
	height: 30rem;
	overflow: hidden;
}
.inner.interviewContent1_2 > div .txtBox_Div > div {
	width: 30%;
	float: left;
	margin-left: 4rem;
}
.inner.interviewContent1_2 > div .txtBox_Div > div:first-child {
	margin-left: 0;
}
.name_tag.right_plus {
	float: right;
}

/* end */

/* interviewContent_total */
.interviewContent_total {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 70px;
}
.interviewContent_total > div {
	width: 30%;
    margin-bottom: 5rem;
    overflow: hidden;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);
    transition:.3s; 
    cursor: pointer;
}
.interviewContent_total > div:nth-child(4),
.interviewContent_total > div:nth-child(5),
.interviewContent_total > div:nth-child(6) {
	margin-bottom: 0;
}
.name_tag_interview_total {
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    /* width: 60%;	 */
    padding-left: 1rem;
}
.name_tag_interview_total p {
	color: #fff;

}
.name_tag_interview_total > .name_interview {
	font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}
.name_tag_interview_total > .name_description {
	
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.img_interview .img_background {
	margin-bottom: 1rem;
	border: 2px solid #FDDF9B;
	width: 100%;
	height: 25rem;
}
.img_interview .porson_background_1 {
	background: url("/resources/images/new/이윤정 원장님 사진파일.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 20%;
}
.img_interview .porson_background_2 {
	background: url("/resources/images/new/윤성원 원장님 사진.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 10%;
}
.img_interview .porson_background_3 {
	background: url("/resources/images/new/양성재 원장님 사진.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 30%;
}
.img_interview .porson_background_4 {
	background: url("/resources/images/new/최준영 원장님 사진.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 20%;
}
.img_interview .porson_background_5 {
	background: url("/resources/images/new/김혜진 원장님 사진.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 38%;
}
.img_interview .porson_background_6 {
	background: url("/resources/images/new/전윤식원장님.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 38%;
}
.img_interview .img_background img {
	width: 100%;
	height: 25rem;
}
.interviewContent_total > div:hover {
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);   
    -o-transform:scale(1.2);
    transform:scale(1.2);
}
.interviewContent_total > div:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	transition:.5s; 
}
.interviewContent_total > div:hover:before {
	left: 0;
}
.interviewContent_total > div:after {
	content: "View Interviews";
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.8rem;
	transition:1s; 
	
}
.interviewContent_total > div:hover:after {
	top: 50%;
}
/* end */

/* answerSection Event */

.answerBox {
	margin-bottom: 4rem;
}
.answerBox > div {
	display: none;
}
#answerSection3 > div {
	margin-bottom: 4rem;
	display: block;
}

/* end */

/* Process */

.wireDeploymentContent_first {
	margin-bottom: 4rem;
}
.wireDeploymentProcess.flex {
	display: flex;
	justify-content: center;
}
.wireDeploymentProcess {
	padding-left: 4rem;
	padding-right: 4rem;
}
.wireDeploymentProcess > div {
	width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wireDeploymentProcess > div:nth-child(2),
.wireDeploymentProcess > div:nth-child(3) {
	margin-left: 3rem;
}
.wireDeploymentContent_first p {
	
	font-weight: 700;
	font-size: 3.4rem;
	color: #fff;
	text-align: center;
   
}
.wireDeploymentProcess .number_title {
	font-family: "DIN Black";
	font-weight: 700;
	font-size: 11rem;
	color: #FDDF9B;
	text-align: left;
	line-height: normal;
}
.wireDeploymentProcess .contents_txt {
	
	font-weight: 700;
	font-size: 2rem;
	color: #fff;
	text-align: left;
	margin-bottom: 0;
}
.wireDeploymentProcess .contents_txt.mg_bottom_10 {
	margin-bottom: 10px;
}
.wireDeploymentProcess .contents_img {
	width: 100%;
	height: 29rem;
}

/* end */

/* Partners */
/* map */
.map_Contents.flex {
	display: flex;
}

.mapContent {
	width: 60%; 
}
.map_txtContent {
	width: 40%; 
	height: 60rem; 
	border: 1px solid #ccc;
}
.map_txtContent_title_div {
    padding: 3rem;
    background: #2b2b2b;
    color: #fff;
}
.map_txtContent #hospitalNameTitle {
	
	font-weight: bold; 
	font-size: 2.2rem; 
	margin-bottom: 0;
}
.hospital_Contents {
	text-align: left; 
	padding: 3rem 6rem;
}
.hospital_Contents p {
	
	font-weight: normal; 
	font-size: 1.6rem;
}

.svg-inline--fa.fa-times {
	color:  #B59A4B;
	margin-right: 0;
}

#close_btn_div_ID.close_btn_div {position: absolute;left: 52%;transform: translateX(-50%);bottom: 3rem;z-index: 15;}
#close_btn_div_ID.close_btn_div p {position: absolute;left: 15%;width: 100px;font-size: 16px;top: 48%;transform: translateY(-50%);color: #2b2b2b;display: none; text-shadow: none;line-height: 16px;}
#close_btn_div_ID.close_btn_div button {position: relative; font-size: 30px;border: 1px solid #B59A4B;color: #B59A4B;opacity: 1;padding: 0;line-height: 0;width: 50px;height: 50px;border-radius: 50px;transition: all 1s;}
#close_btn_div_ID.close_btn_div button:hover {transition: all 1s; width: 100px; padding-right: 40px;}
#close_btn_div_ID.close_btn_div button:focus {outline: none;}

/* end */

/* FAQ_content */
.inner3 {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 7rem 2rem;
}
.contentsDiv_FAQ {
	display: block;
	padding-top: 70px;
}
.FAQ_txt_content > div p {
	color: #fff;
	
}
.FAQ_txt_content > div p a {
	color: #FDDF9B;
}
.FAQ_txt_content > div p a:hover {
	text-decoration: none;
	color: #B59A4B;
}
.FAQ_txt_content > div.FAQ_Title {
	margin-bottom: 3rem;
}
.FAQ_txt_content > div.FAQ_Title > p {
	color: #FDDF9B;
	font-size: 3rem;
	font-weight: 700;
}
.FAQ_txt_content > div.FAQ_txt {
	margin-bottom: 3rem;
}
.FAQ_txt_content > div.FAQ_txt p {
	font-size: 2rem;
}
.FAQ_txt_content > div.FAQ_txt .FAQ_txt_Question p {
	font-weight: 700;
}
.FAQ_txt_content > div.FAQ_txt .FAQ_txt_Answer p {
	font-weight: 300;
}

/* Introduction */
.subBox.item.introduction_background_1 {
	background: url("/resources/images/Introduction/자산 2@2x-100.jpg");
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.subBox.item.introduction_background_2 {
	background: url("/resources/images/Introduction/자산 10@2x-100.jpg");
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.subBox.item.introduction_background_3 {
	background: url("/resources/images/Introduction/자산 3@2x-100.jpg");
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.subBox.item.introduction_background_4 {
	background: url("/resources/images/Introduction/자산 4@2x-100.jpg");
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.subBox.item.introduction_background_5 {
	background: url("/resources/images/Introduction/자산 5@2x-100.jpg");
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}


/* introduction */
.precautionsTxt.absolutePosition {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}

.subBox.item.backgroundImg_47 > .subBoxContents {
	padding-top: 90px;
}
.introduce_content {
	clear: both;
	padding-top: 90px;
}
.introduce_content > .introduce_left_content {
	float: left;
	width: 50%;
	height: 100%;
}
.introduce_content > .introduce_left_content.width_custom {
	width: 45%
}
.introduce_content > .introduce_left_content.width_custom_2 {
	width: 100%;
}
.introduce_content > .introduce_right_content.width_custom {
	width: 55%
}
.introduce_content > .introduce_right_content {
	float: right;
	width: 50%;
	height: 100%;
}
.introduce_right_content.display_table {
	display: table;
}
.introduce_content p {
	
}
.introduce_content .introduce_title {
	margin-bottom: 4rem;
	text-align: center;
}
.introduce_content .introduce_title p {
	color: #FDDF9B;
	font-size: 6.4rem;
	font-weight: 700;
}
.introduce_content .introduce_txt p {
	color: #FDDF9B;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0;
}
.introduce_content_hr {
	width: 100%;
	height: 2px;
	background: #FDDF9B;
	margin-bottom: 4rem;
}
.introduce_content_txt_box {
	width: 100%;
}
.introduce_content_txt_box > div {
	width: 33.33%;
	padding: 0 1rem;
	text-align: center;
	float: left;
}
.wire_word_title p {
	
	color: #FDDF9B;
	display: inline-block;
}
.wire_word_title p:first-child {
	font-size: 6rem;
	font-weight: 700;
}
.wire_word_title p:last-child {
	font-size: 3rem;
	font-weight: 700;
	margin-left: 5px;
}
.wire_word_txt_txt p {
	
	color: #fff;
}
.wire_word_txt_txt p:first-child {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 3rem;
}
.wire_word_txt_txt p:last-child {
	font-size: 2rem;
	font-weight: 300;
}
.introduce_content > .contentsTitle_1 {
    color: #fff;
    text-align: center;
    font-size: 5.5rem;
    margin-bottom: 10rem;
    font-weight: bold;

}
.ceo_content {
	text-align: center;
    padding-right: 10%;
}
.ceo_img_box {
	text-align: center;
	margin-bottom: 3rem;
}
.ceo_txt_box {
	margin-bottom: 2rem;
}
.ceo_txt_box p {
	font-family: "KoPubBatang";
	font-weight: normal;
	font-size: 1.2rem;
	color: #fff;
}
.ceo_txt_box_last {
	margin-top: 3rem;
	margin-left: 3rem;
}
.ceo_txt_box_last p {
	
	font-weight: 500;
	font-size: 2rem;
	color: #fff;
	display: inline-block;
}
.ceo_txt_box_last > .ceo_sign_box {
	display: inline-block;
	width: 170px;
	margin-left: 1rem;
}
.ceo_txt_box_last > .ceo_sign_box img {
    width: 100%;
}
.introduce_content_left {
	width: 50%;
	float: left;
}
.introduce_content_right {
	width: 50%;
	float: right;
	padding-top: 5rem;
	min-height: 660px;
}

.introduce_content > .introduce_right_content {
	padding: 3rem 2rem;
}
.introduce_content > .introduce_right_content .introduce_txt_content {
	margin-bottom: 3rem;
}
.introduce_content > .introduce_right_content .introduce_txt_content:last-child {
	margin-bottom: 0;
}
.introduce_content > .introduce_right_content .introduce_txt_content p {
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 0;
}
.introduce_content > .introduce_right_content.width_custom {
	padding-top: 10rem;
}
.introduce_2th_img_content {
	text-align: right;
	display: table-cell;
	vertical-align: bottom;
}
.introduce_2th_img_content > div {
	width: 70%;
	text-align: center;
	float: right;
}
.introduce_2th_img_content > div img:first-child {
	margin-bottom: 2rem;
}
.orthodontic_img {
	margin-left: -4rem;
}

.introduce_Chinese_writing p {
	
}
.introduce_2th_img_content > div img:last-child {
	width: 100%;
}

.ewire_value_img {
	padding: 0 6rem;
}
.ewire_value_img img {
	width: 100%;
}
.introduce_left_content > .Slogan_txt {
	text-align: center;
	margin-bottom: 10rem;
}
.introduce_left_content > .Slogan_txt p {
	font-size: 2rem;
	font-weight: 300;
	color: #fff;
}
.introduce_left_content > .Slogan_txt p span {
	font-weight: 700;
}
.ewire_logo_img_white {
	text-align: center;
	margin-bottom: 10rem;
	width: 20rem;
	margin-left: auto;
	margin-right: auto;
}
.ewire_logo_img_white img {
	width: 100%;
}
.ewire_logo_img_smile {
	text-align: center;
	padding: 0 2rem;
	width: 50%;
	margin: 0 auto;
}
.ewire_logo_img_smile img {
	width: 100%
}
.subBox.item.backgroundImg_42_1 > .subBoxContents > .contentsDiv_1 {
	padding-left: 40rem;
}
.contentsDiv_1 > .partner_Title p span {
	display: none;
}
.dd .ddTitle {
	font-family: "Naste";
}




/* footer */
#footer.box {height: auto;}
footer {
	background: #2B2B2B;
}
footer > .SNS_link {
	border-bottom: 3px solid #FDDF9B;
}
footer > .SNS_link .inner {
	height: 60px;
	padding: 15.5px 0;
}
footer > .SNS_link ul {
	margin: 0;
	padding: 0;
	display: flex;
}
footer > .SNS_link ul > li {
	display: inline-block;
	list-style: none;
	margin: 0 10px;
	color: #fff;
	font-size: 1.7rem;
	font-family: Naste Book;
}
footer > .SNS_link ul > li:first-child {
	line-height: 29px;
	margin-left: 0;
	margin-right: 120px;
}
footer > .copylight {
	padding: 50px 0;
	border-top: 3px solid #FDDF9B;
}
footer > .copylight > .inner.flex {
	display: flex;
}
footer > .copylight > .inner.flex > .footer_left,
footer > .copylight > .inner.flex > .footer_right {
	width: 50%;
	display: flex;
}
footer > .copylight > .inner.flex > .footer_left .logoArea {
	width: 100px;
}
footer > .copylight > .inner.flex > .footer_left .linkArea {
	width: calc(100% - 100px);
	display: flex;
    justify-content: flex-end;
    margin-top: -8px;
}
footer > .copylight > .inner.flex > .footer_left .linkArea ul {
	padding: 0;
}
footer > .copylight > .inner.flex > .footer_left .linkArea ul:nth-child(3) li {
	width: auto;
}
footer > .copylight > .inner.flex > .footer_left .linkArea ul li {
	list-style: none;
	font-size: 1.4rem;
	text-align: left;
	color: #FDDF9B;
    line-height: 2.3;
    width: auto;
    padding: 0 35px;
}
footer > .copylight > .inner.flex > .footer_left .linkArea ul:nth-child(2) li {
	/* border-right: 1px solid;
	border-left: 1px solid; */
}
footer > .copylight > .inner.flex > .footer_left .linkArea ul li a {
	font-size: 1.4rem;
	color: #FDDF9B;
    line-height: 2.3;
}
footer > .copylight > .inner.flex > .footer_left .linkArea ul li a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
footer > .copylight > .inner.flex > .footer_left .linkArea table {
	margin-left: auto;
}
footer > .copylight > .inner.flex .linkArea table td {
	font-size: 1.4rem;
	text-align: left;
	color: #FDDF9B;
    line-height: 2.3;
    width: 150px;
}
footer > .copylight > .inner.flex .linkArea table td a {
	font-size: 1.4rem;
	color: #FDDF9B;
    line-height: 2.3;
}
footer > .copylight > .inner.flex .linkArea table td a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
footer > .copylight > .inner.flex .footer_hr {
	width: 1px;
	background: #fff;
	margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 25px;
    margin-right: 50px;
}
footer > .copylight > .inner.flex .footer_information p {
	color: #fff;
	font-size: 1.4rem;
	
	font-weight: lighter;
	line-height: 21px;
	margin-bottom: 0;
}
footer > .copylight > .inner.flex .footer_information p:first-child {
	margin-bottom: 5px;
}
footer > .copylight > .inner.flex .footer_information p.footer_address {
	font-size: 1.6rem;
	
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 2rem;
}
footer > .copylight > .inner.flex .footer_information p:first-child {
	font-weight: bold;
}
footer > .copylight > .inner.flex .footer_information p:last-child {
	margin-top: 40px;
	font-size: 1.2rem;
}

.box {overflow: hidden;}
.forDoctorsTD {
	vertical-align: top;
}



#navBox7 .subBoxContents {display: block;}
#navBox7 .left_contents_Div1.display_table {display: block;}
#navBox7 .left_contents_Div1.display_table .left_contents_Div1_inner {display: block;  height: 100%;}
#navBox7 .left_contents_Div1.display_table .left_contents_Div1_inner .arch_model_img {display: flex; height: 100%; justify-content: center; align-items: center;}


#navBox8 .subBoxContents {display: block;}
#navBox8 .left_contents_Div1.display_table {display: block;}
#navBox8 .left_contents_Div1.display_table .left_contents_Div1_inner {display: block;  height: 100%;}
#navBox8 .left_contents_Div1.display_table .left_contents_Div1_inner .arch_model {display: block; height: 100%;}
#navBox8 .left_contents_Div1.display_table .left_contents_Div1_inner .arch_model .stepContents {height: 100%;padding: 7rem 5rem 7rem 25rem;}


 /* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.box {overflow: hidden;}
	#navBox8 .subBoxContents {display: block;}
	#navBox8 .left_contents_Div1.display_table {display: block;}
	#navBox8 .left_contents_Div1.display_table .left_contents_Div1_inner {display: block;  height: 100%;}
	#navBox8 .left_contents_Div1.display_table .left_contents_Div1_inner .arch_model {display: block; height: 100%;}
	#navBox8 .left_contents_Div1.display_table .left_contents_Div1_inner .arch_model .stepContents {height: 100%;padding: 7rem 5rem 7rem 25rem;}
	.informationContent > div > .informationField .inputboxForm input {padding-left: 100px;}
	.informationContent > div > .informationField .inputboxForm input:-ms-input-placeholder {color: #aaa;}
}
 
/* IE6,7,9,10 */
@media screen and (min-width: 640px), screen\9 {
	 .box {overflow: hidden;}
}


.ImgSizeContent:hover {
	color: #FDDF9B !important;
	background: #2b2b2b !important;
}

.ImgSizeContent.active {
	color: #FDDF9B !important;
	background: #2b2b2b !important;
}
.next_confirm {
	text-align: center;
}
.next_confirm > div {
	cursor: pointer;
    display: inline-block;
}
.next_confirm img {
	margin-bottom: 10px;
}
.next_confirm .next_confirm_txt > p {
	font-size: 2.2rem;
	font-weight: 700;
	
	margin-bottom: 0px;
}

/* popup */
#popupConetents_1 {
	height: auto;
}
#popupConetents_1.box_popup {
	height: 100vh;
}
.box_popup > div > .subBox.item > .subBoxContents .contentsDiv_1 {
	padding: 10rem 0;
}
.ewirePopupImg_box {
	position: relative;
}
.clickEvent {
	position: absolute;
    bottom: 90px;
    left: 265px;
}
.clickEvent > div {
	opacity: 0;
	transition: all 0.3s;
}
.clickEvent > div.active {
	opacity: 1;
}
.clickEvent > label {
	font-size: 12px;
	cursor: pointer;
}
.clickEvent > label:hover {
	color: red;
}
.clickEvent > label:active {
	transform: scale(0.9);
}
.clickEventMobile {
	line-height: 24px;
	float: left;
	display: none;
}
.clickEvent > div > div {
	display: none;
}

/* 치아진단 > 공지사항 */
.dentalConditionContent3 > .noticeContent {
	width: 61rem;
    text-align: left;
    margin-bottom: 0;
    background: rgba(0,0,0,0.8);
    padding: 4rem 4rem 3rem;
    height: calc(100vh - 27rem);
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}
.dentalConditionContent3 > .noticeTitle {
	background: transparent;
	height: auto;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
}
.dentalConditionContent3 > .noticeTitle p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.noticeTable .bootstrap-table {
}
.noticeTable table {
	font-size: 11px;
}
.noticeTable .fixed-table-container thead th .th-inner {
	color: #FDDF9B;
}
.noticeTable .fixed-table-container thead th {
	border-left: 0;
}
.noticeTable .fixed-table-container {
	border: 0;
}
.noticeTable .fixed-table-container thead th .th-inner, 
.noticeTable .fixed-table-container tbody td .th-inner {
	padding: 15px 8px 14px;
}
.noticeTable .fixed-table-container tbody td {
	border-left: 0;
	color: #FFF;
	font-size: 11px;
}
.noticeTable .bootstrap-table .table:not(.table-condensed), 
.noticeTable .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, 
.noticeTable .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, 
.noticeTable .bootstrap-table .table:not(.table-condensed) > thead > tr > td, 
.noticeTable .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, 
.noticeTable .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
	padding: 15px 8px 14px;
}
.noticeTable .fixed-table-pagination > .pull-left {
	display: none;
}
.noticeTable .fixed-table-pagination div.pagination, 
.noticeTable .fixed-table-pagination .pagination-detail {
    margin-top: 0px;
    margin-bottom: 0px;
}
.noticeTable .fixed-table-pagination {
	display: block;
    text-align: center;
    margin-top: 25px;
	margin-bottom: 10px;
}
.noticeTable .fixed-table-pagination > .pull-right {
	float: none !important;
	margin: 0;
	border-radius: 0;
}
.noticeTable .fixed-table-pagination > .pull-right > .pagination {
	margin: 0;
	border-radius: 0;
}
.noticeTable .pagination-sm>li:first-child>a, 
.noticeTable .pagination-sm>li:first-child>span {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 10px;
}
.noticeTable .pagination-sm>li>a, 
.noticeTable .pagination-sm>li>span {
	font-size: 10px;
}
.noticeTable .pagination-sm>li:last-child>a, 
.noticeTable .pagination-sm>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: 10px;
}
.noticeTable .pagination>li>a, 
.noticeTable .pagination>li>span {
	color: #FFF;
	background-color: transparent;
    border: 0;
}
.noticeTable .pagination> .page-pre > a,
.noticeTable .pagination> .page-next > a {
	background: #FFF;
	border-radius: 4px;
	color: #2b2b2b;
}
.noticeTable .pagination>.active>a, 
.noticeTable .pagination>.active>a:focus, 
.noticeTable .pagination>.active>a:hover, 
.noticeTable .pagination>.active>span, 
.noticeTable .pagination>.active>span:focus, 
.noticeTable .pagination>.active>span:hover {
	color: #FDDF9B;
}
.noticeTable .bootstrap-table .table {
	border-top: 3px solid #FDDF9B;
}
.noticeSearchBox {
	display: flex;
	align-items: center;
	justify-content: center;
}
.noticeSearchBox .noticeSearchSelectBox {
	margin-right: 5px;
}
.noticeSearchBox .noticeSearchSelectBox select {
	padding: 5px;
}
.noticeSearchBox input[type=text] {
	width: 200px;
	padding: 4px;
	margin-right: 5px;
}
.noticeSearchBox input[type=button] {
	padding: 6px 10px;
    background: #FDDF9B;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    border: 0;
}
.noticeTable table tbody tr {
	cursor: pointer;
}
.noticeSearchBox input[type=button]:active {
	transform: scale(0.8);
}
.noticeTable .detailViewBtn {
	color: #FFF;
}
.noticeTable .fixed-table-container tbody tr:hover td {
	color: #2b2b2b;
}
.noticeTable .fixed-table-container tbody tr:hover td a.detailViewBtn {
	color: #2b2b2b;
}
.noticeTable .fixed-table-container tbody td a.detailViewBtn {
	cursor: pointer;
	pointer-events: none;
}
.modal.modal-center {
  text-align: center;
}
@media screen and (min-width: 768px) { 
  .modal.modal-center:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog.modal-center {
  display: inline-block;
  text-align: left;
  vertical-align: middle; 
}
.modal-content.userNoticePopup {
	background: transparent;
	border: 0;
	padding: 0;
}
@media (min-width: 768px) {
	.modal-content.userNoticePopup {
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
}
.modal-body.userNoticePopup {
	background: #FFF;
}

.userNoticePopup {
	padding: 35px;
}
.modal-body .userNoticeTitle p {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: bold;
	line-height: 29px;
    margin-bottom: 5px;
}
.subNoticeTitle {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #2b2b2b;
    line-height: 23px;
    margin-bottom: 10px;
}
.subNoticeTitle label {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 7px;
}
.subNoticeTitle span {
	font-size: 11px;
}
.userNoticeWrap {
	width: 100%;
}
.noticeDate span {
	vertical-align: sub;
}
.userNoticeDetail {
	padding: 5px 0 20px;
	border-bottom: 1px solid #2b2b2b;
}
.userNoticeDetail textarea {
	width: 100%;
	min-height: 400px;
	resize: none;
	border: 0;
	font-size: 13px;
	line-height: 21px;
    padding: 0;
}
.userNoticeDetail textarea:focus {
	outline: none;
	border: 0;
}
.modal-header.userNoticePopup {
	padding: 0;
}
.modal-header.userNoticePopup > div {
	width: 107%;
}
.modal-header.userNoticePopup > div > button {
	font-size: 50px;
	color: #FFF;
	opacity: 1;
}
.downloadFileBox {
	text-align: right;
}
.downloadFileBox label {
	margin-bottom: 0;
	font-size: 13px;
}
.downloadFileBox a {
	font-size: 13px;
}
.userNoticeDetail > div {
	width: 100%;
	min-height: 400px;
	resize: none;
	border: 0;
	font-size: 13px;
	line-height: 21px;
    padding: 0;
}

.mobile_CEO_Txt {
	display: none;
}


#navBox3.mobile_displayB {display: none;}






	/* * ------------------------------ * Uncovering Animation * ------------------------------ */
.modal.in .modal-dialog { animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; } 
.modal-backdrop.in { z-index: 1; animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; } 
.modal .modal-dialog { animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; } 
.modal-backdrop.in { animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; } 
/* Show Modal content*/ 
@keyframes moveUp { /* 하단에서 */ 0% { transform: translateY(200px); } /* 중앙으로 위치 */ 100% { transform: translateY(0); } } 
/* Slide up Content */ 
@keyframes slideUpLarge { 0% { transform: translateY(0); } 100% { transform: translateY(-100%); } } 
/* Hide Modal content */ 
@keyframes moveDown { /* 중앙에 있는 모달 콘텐츠를 */ 0% { transform: translateY(0); } /* 하단으로 위치 */ 100% { transform: translateY(900px); } } 
/* Slide down content */ 
@keyframes slideDownLarge { 0% { transform: translateY(-100%); } 100% { transform: translateY(0); } }










