html {}
body {
	font-family: "Naste","DINBlack","DINLight","DINMedium","KoPubDotumBold","KoPubDotumLight","KoPubDotumMedium","NasteBoldItalic","NasteBold","NasteBook","NasteDemiboldItalic","NasteDemiBold","NasteExtraLight","NasteExtraLightItalic","NasteHeavyItalic","NasteHeavy","NasteItalic","NasteLightItalic","NasteLight","NasteThinItalic","NasteThin","KoPubBatang","kopubdotummedium","kopubdotumbold";
	font-size: 10px;
}
body > div {
	font-family: "kopubdotummedium";
}
body > .wrapLogin {
    font-family: "kopubdotummedium";
}
body .wrap_popup {
    font-family: "kopubdotummedium";
}
#bootstrap-popup-box-modal {
	font-family: "kopubdotummedium";
}

body {
    height: 100vh;
    min-height: 100vh;
}
body > .wrapper {
	width: 100%;
	height: auto;
}
.box {
	height: 100%; position: relative;
}

.subBox {
	width: 100%;
	height: 100%; 
}

.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item{
    height: 100vh;
    object-fit: cover;
}
.owl-carousel .owl-item img {width: auto;}
.owl-item.active {background: #fff;}

.flexBox {
	display: flex;
}
.flexSB {
	justify-content: space-between;
}


/* Login */
.wrapLogin {
	height: 100%;
	width: 100%;
}
section.login {
	background: #2B2B2B;
	height: 100%;
}
.login_inner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_logo {
	margin-bottom: 20px;
}
.login_logo > div {
}
.login_logo > label {
	font-size: 16px;
	color: #FDDF9B;
	font-family: "Naste";
	margin-bottom: 0;
}
.loginDiv {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 350px;
	margin-bottom: 67px;
}
.login_logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}
.loginDiv > .contents {
	background: #FFF;
	border: 2px solid #FDDF9B;
	padding: 20px;
    width: 100%;
}
.loginDiv > .contents input {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 13px;
}
.loginDiv > .contents input[type=text],
.loginDiv > .contents input[type=password] {
	border: 0;
	border-bottom: 2px solid #ccc;
	caret-color: #B59A4B;
}
.loginDiv > .contents input[type=text]:focus,
.loginDiv > .contents input[type=password]:focus {
	border-bottom: 2px solid #2b2b2b;
	outline: none;
	background: #FFF;
}
.loginDiv > .contents input[type=button] {
	font-weight: bold;
	border: 0;
	color: #FFF;
	border-radius: 4px;
}
.loginDiv > .contents input[type=button].login_btn {
	background: #2B2B2B;
	margin-bottom: 7px;
}
.loginDiv > .contents input[type=button].Join_btn {
	background: #CCC;
	margin-bottom: 20px;
}
input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 1000px white inset;
}

.account-content {
	float: right;
    padding-top: 2px;
}
ul.account-content {
	margin-bottom: 0;
}
ul.account-content li {
	display: inline-block;
	list-style: none;
}
ul.account-content li a {
	font-size: 12px;
	color: #2b2b2b;
}


/* check box */
.checks {position: relative;display: inline-block;}

.checks input[type="checkbox"] { 
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0
}
.checks input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.checks input[type="checkbox"] + label:before {  
	content: ' ';
	display: inline-block;
	width: 21px;  
	height: 21px; 
	line-height: 21px; 
	margin: -2px 8px 0 0;
	text-align: center; 
	vertical-align: middle;
	background: #fafafa;
	border: 1px solid #cacece;
	border-radius : 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.checks.whiteVer input[type="checkbox"] + label:before {
	background: #FFF;
	border: 1px solid #FFF;
}
.checks.etrans.whiteVer input[type="checkbox"] + label:before {
	border-color: #FFF;
	opacity: 1;
}
.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checks input[type="checkbox"]:checked + label:before {  
	content: '\2714';  
	color: #99a1a7;
	text-shadow: 1px 1px #fff;
	background: #e9ecee;
	border-color: #adb8c0;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}

.checks.small input[type="checkbox"] + label {
	font-size: 12px;
}

.checks.small input[type="checkbox"] + label:before {
	width: 17px;
	height: 17px;
	line-height: 17px;
	font-size: 11px;
}

.checks.etrans input[type="checkbox"] + label {
	padding-left: 30px;
	line-height: 21px;
	margin-bottom: 0;
	font-size: 12px;
}
.checks.etrans.whiteVer input[type="checkbox"] + label {
	font-size: 14px;
}
.checks.etrans.custom input[type="checkbox"] + label {
	padding-left: 25px;
	line-height: 21px;
}
.checks.etrans input[type="checkbox"] + label:before {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0;
	opacity: .6;
	box-shadow: none;
	border-color: #cacece;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

.checks.etrans input[type="checkbox"]:checked + label:before {
	position: absolute;
	content: "";
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity:1; 
	background: transparent;
	border-color: transparent #B59A4B #B59A4B transparent;
	border-top-color:transparent;
	border-left-color:transparent;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}


/* fotgot Item */
.tabItem_2 {
	display: none;
}
.tabItem_4 {
	display: none;
}

.forgotItem {
	padding: 0 70px 90px;
	
}
.forgot_logo {
	text-align: center;
	border-bottom: 1px solid #B59A4B;
}
.forgot_logo > div {
	margin-bottom: 5px;
}
.forgot_logo > div > img {
	width: 50px;
}
.forgot_logo label {
	font-size: 20px;
	font-weight: normal;
	font-family: "Naste";
	color: #FDDF9B;
	margin-bottom: 10px;
}

.forgotBody {
	display: flex;
}
.forgotBody > div {
	width: 50%;
	position: relative;
}
.forgotBody > .leftItem {
	padding: 0 50px 0 20px;
}
.forgotBody > .rightItem {
	padding: 0 20px 0 50px;
}
.forgotBody > div > .title {
	margin: 30px 0;
	text-align: center;
}
.forgotBody > div > .title label {
	font-size: 20px;
	font-weight: bold;
}
.forgotBody > .leftItem:after {
	content: "";
	height: 66%;
	width: 1px;
	background: #B59A4B;
	position: absolute;
	top: 66%;
	transform: translateY(-50%);
	right: 0;
}
.forgotSuccessBody > div {
	width: 100%;
	position: relative;
}
.forgotSuccessBody > .centerItem {
	padding: 0 35px 0 35px;
}
.forgotSuccessBody > div > .title {
	margin: 30px 0;
	text-align: center;
}
.forgotSuccessBody > div > .title label {
	font-size: 20px;
	font-weight: bold;
}
.tabNav {
	display: flex;
	margin-bottom: 45px;
}
.tabNav > div {
	width: 50%;
	text-align: center;
	padding: 10px;
}
.tabNav > .item {
	font-size: 14px;
	cursor: pointer;
	border: 2px solid #FFF;
}
.tabNav > .item:hover {
	background: #B59A4B;
	color: #FFF;
}
.tabNav > .item.active {
	background: #B59A4B;
	color: #FFF;
}
.tabItembody {
	font-size: 13px;
}
.tabItemInputBox {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-left: 7px;
	padding-bottom: 4px;
}
.tabItemInputBox:focus-within {
	border-bottom: 1px solid #2b2b2b;
}
.tabItemInputBox label {
	width: 40px;
}
.tabItemInputBox input {
	width: calc(100% - 45px);
	text-align: center;
	border: 0;
}
.tabItemInputBox input:focus {
	border: 0;
	outline: none;
}
.certificationInput {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 30px;
}
.certificationInput:focus-within {
	border-bottom: 1px solid #2b2b2b;
}
.certificationInput input[type=button] {
	width: 95px;
	background: #ccc;
	color: #FFF;
	border: 0;
	padding: 4px;
    border-radius: 3px;
}
.certificationInput input[type=button]:active {
	transform: scale(0.95);
}
.certificationInput input {
	width: calc(100% - 105px);
	text-align: center;
	border: 0;
}
.certificationInput input:focus {
	border: 0;
	outline: none;
}
.certificationNumberInput {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tabItembody > div > button {
	background: #2b2b2b;
	color: #FDDF9B;
	width: 100%;
	border: 0;
	border-radius: 4px;
    padding: 10px;
    font-size: 14px;
}
.tabItembody > div > button:focus {
	border: 0;
	outline: none;
}
.tabItembody > div > button:active {
	transform: scale(0.95);
}
.tabItembody > div > button:hover {
	opacity: 0.7;
}
.certificationNumberInput > div {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}
.certificationNumberInput > div:focus-within {
	border-bottom: 1px solid #2b2b2b;
}
.certificationNumberInput input {
	border: 0;
	text-align: center;
}
.certificationNumberInput input:focus {
	border: 0;
	outline: none;
}
.certificationNumberInput label {
	margin-bottom: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.joinInner {
	padding: 20px 0;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.joinTop {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.joinTop ul {
	width: 100%;
	margin: 0;
	padding: 13px 0;
}
.joinTop ul li {
	font-size: 15px;
	color: #ccc;
	display: inline-block;
	list-style: none;
	width: 33%;
	text-align: center;
	line-height: 24px;
	position: relative;
	font-weight: bold;
}

.joinTop ul li.active {
	color: #2b2b2b;
}
.joinTop ul li.active div {
	color: #B59A4B;
}
.joinTop ul li.step1:before {
	content: url("/resources/images/ForDoctor/Login/right_Arrow3.svg");
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	right: -25px;
	display: block;
}
.joinTop ul li.step2:before {
	content: url("/resources/images/ForDoctor/Login/right_Arrow3.svg");
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	right: -25px;
	display: block;
}
.joinTop ul li.joinTopItem.active:after {
	content: "";
	position: absolute;
	bottom: -15px;
	background: #B59A4B;
	width: 100%;
	height: 3px;	
	left: 0;
}

.joinBody {
	padding: 50px 0 40px;
}
.joinBodyTitle {
	margin: 20px 0;
	padding-left: 7px;
}
.joinBodyTitle label {
	font-size: 13px;
	margin-bottom: 0;
}
.joinBodyTitle label span {
	color: red;
}
.termsTxtBox {
	padding: 12px;
	font-size: 12px;
	border: 1px solid #2b2b2b;
	border-radius: 3px;
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
	overflow: auto;
}
.termsBox .checks {
	margin-bottom: 7px;
}
.TotalAgreementBox {
	text-align: center;
}

.joinFooter {
	text-align: center;
}
.joinFooter button {
	font-size: 14px;
	padding: 12px;
}
.joinFooter .cancleBtn {
	width: 200px;
	border: 1px solid #B59A4B;
	border-radius: 4px;
	color: #B59A4B;
	background: #fff;
	margin-right: 20px;
}
.joinFooter .agreeBtn {
	width: 200px;
	border: 1px solid #2b2b2b;
	border-radius: 4px;
	color: #FDDF9B;
	background: #2b2b2b;
}
.joinFooter .agreeBtn.widthPlus {
	width: 250px;
}

#secondTab {
	display: none;
}
#thirdTab {
	display: none;
	height: calc(100vh - 120px);
	min-height: 500px;
}
.secondTabTitle {
	font-size: 16px;
	border-bottom: 2px solid #B59A4B;
	padding-left: 10px;
}
.secondTabTitle.marginTopAdd {
	margin-top: 50px;
}
.informationTxtBox {
	margin: 25px 0; 
}
.infomationFlexBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.infomationFlexBox > div {
	width: 46%;
}
.informationTitle label {
	font-size: 12px;
}
.informationTitle label span {
	color: red;
}
.informationInpuBox {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	
}
.informationInpuBox.isBtn input[type="text"] {
	width: calc(100% - 120px);
	border: 0;
	text-align: center;
	font-size: 12px;
	line-height: 33px;
}
.informationInpuBox.isBtn input[type="text"]:focus {
	border: 0;
	outline: none;
}
.informationInpuBox.isBtn input[type="button"] {
	min-width: 96px;
	max-width: 156px;
	font-size: 12px;
	background: #aaa;
	border: 0;
	color: #FFF;
	border-radius: 3px;
	padding: 8px;
	
}
.informationInpuBox:focus-within {
	border-bottom: 1px solid #2b2b2b;
}
.informationInpuBox input {
	width: 100%;
	border: 0;
	text-align: center;
	font-size: 12px;
}
.informationInpuBox input:focus {
	border: 0;
	outline: none;
}
.informationInpuBox.lineHeight {
	line-height: 33px;
}

.joinBody > .login_logo > label {
}


.joinCompleteTxt {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.joinCompleteTxt p {
	font-size: 13px;
	line-height: 23px;
}
.joinCompleteTxt p span {
	color: #B59A4B;
}
.centerPositioning {
	padding: 100px;
}

.joinBody > .login_logo {
	margin-bottom: 50px;
}
.joinCompleteTxt {
	margin-bottom: 30px;
}


/* main */
.wrapper {
	background: #2b2b2b;
}
.header_wrap {
	position: fixed;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #FDDF9B;
    background: #2b2b2b;
}
.header_wrap > .inner {
	width: 1000px;
	margin: 0 auto;
}
.userInfo {
	padding: 15px 0;
    text-align: right;
}
.userInfo ul {
	margin-bottom: 0;
	padding: 0;
}
.userInfo ul li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
.userInfo ul li a {
	color: #8A8786;
	margin-top: 1px;
    line-height: 17.99px;
}
.userInfo ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
.userInfo ul li a:focus {
	text-decoration: none;
}
.userInfo ul li a:active {
	transform: scale(0.8);
}
.userInfo ul li a img {
	margin-top: -1px;
}
.userInfo ul li:nth-of-type(1) a img, .userInfo ul li:nth-of-type(2) a img {
	width: 18px;
	height: 18px;
}
.userInfo:before {
	content: '';
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8A8786;
}
.headerSection {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 15px 0 5px;
}
.headerSection .headerLogo {
	text-align: center;
}
.headerSection .headerLogo label {
	margin-bottom: 0;
	font-size: 24px;
	color: #FDDF9B;
	font-weight: bold;
	font-family: Naste;
	cursor: pointer;
}
.headerLogo.active {
	position: relative;
}
.headerLogo.active:after {
	content: '';
	width: 100%;
	height: 5px;
	background: #FDDF9B;
	bottom: -8px;
	left: 0;
	position: absolute;
}
.headerSection > ul {
	margin: 0 0 2px;
	padding: 0 70px 0 50px;
	width: calc(100% - 154px);
	display: flex;
	align-items: flex-end;
}
.headerSection > ul li {
	list-style: none;
	width: 25%;
	text-align: center;
}
.headerSection > ul li a {
	font-size: 18px;
	line-height: 26px;
	color: #FDDF9B;
	transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.headerSection > ul li a:hover {
	text-decoration: none;
	color: #fff;
	transform: scale(1.05);
}
.headerSection > ul li a:focus {
	text-decoration: none;
}
.languegeSelectBox {
    padding-top: 28px;
    width: 120px;
}
.list_item.active {
	position: relative;
}
.list_item.active:after {
    content: '';
    width: 50%;
    height: 5px;
    background: #FDDF9B;
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}
.iconCustomStyle {
	font-size: 15px;
}
.imgFixed {
	width: 11px;
}

/* 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: 20px;
}
.headerSection > div.mobileMenu .dd.ddcommon.borderRadius {
	border: 1px solid #fff;
}
.headerSection > div.mobileMenu .sns_header_link_box ul {
	display: flex;	
	justify-content: center;
}
.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: 50%;
  transform: translateY(-50%);
  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: 300px;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -302px;
  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 7rem 30px;
}
.headerSection .mobileMenu .mobileMenuLogo img {
	width: 100%;
}
.headerSection .mobileMenu ul {
	margin: 0;
	padding: 0;
}
.headerSection .mobileMenu ul.mobileMenuList > li {
	list-style: none;
	margin: 10px 2rem;
}
.headerSection .mobileMenu .sns_header_link_box ul > li:nth-child(8) {
	margin-top: 5rem;
}
.headerSection .mobileMenu ul.mobileMenuList > li:nth-child(7) {
	margin-top: 3rem;
	text-align: left;
	padding-left: 80px;
}
.headerSection .mobileMenu ul.mobileMenuList > li:nth-child(7) img {
	margin-right: 5px;
}
.headerSection .mobileMenu ul.mobileMenuList > li:nth-child(7) > a {
	color: #FFF;
	font-size: 16px;	
}
.headerSection .mobileMenu ul.mobileMenuList > li:nth-child(8) {
	margin-bottom: 30px;
	text-align: left;
	padding-left: 80px;	
}
.headerSection .mobileMenu ul.mobileMenuList > li:nth-child(8) img {
	margin-right: 5px;
}
.headerSection .mobileMenu ul.mobileMenuList > li:nth-child(8) > a {
	color: #FFF;
	font-size: 16px;
}
.headerSection .mobileMenu ul.mobileMenuList > li a {
	color: #FDDF9B;
	font-size: 20px;
	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;
}
.ddcommon .ddTitle .ddTitleText {
	padding: 3px 15px;
}

/* end */


/* main home */
.subBox.item {
	padding-top: 127.33px;
}
.subBox .inner {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.centerTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	padding-bottom: 100px;
}
.centerTitle > .gold {
	margin-bottom: 100px;
}
.centerTitle > .gold > p {
	font-size: 55px;
	color: #FDDF9B;
	font-weight: bold;
}
.centerTitle > .gold > p > span {
	font-size: 40px;
}
.centerTitle > .white > p {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	line-height: 48px;
	font-weight: 300;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #FDDF9B;
}
.item.featureItem {
	padding: 80px;
}
.featureItem > .inner {
	width: 1000px;
	margin: 0 auto;
}
.featureContent p {
	font-family: KoPubBatang;
	font-size: 22px;
	text-align: center;
	color: #FFF;
	line-height: 45px;
	margin-bottom: 35px;
	font-weight: 300;
}
.featureContent > div {
	text-align: center;
}
.ewireBtn {
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	width: 450px;
	border: 3px solid #FFF;
	background: transparent;
    line-height: 33px;
    box-shadow: 0 0 0 0 rgba(230, 237, 255, 0.7);
    animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.ewireBtn:focus {
	outline: none;
}
.ewireBtn:active {
	transform: scale(0.95);
}
.ewireBtn:hover {
	color: #FDDF9B;
	border-color: #FDDF9B;
}
@keyframes pulse {
    to {
      box-shadow: 0 0 0 15px rgba(230, 237, 255, 0);
    }
}

.item.productItem {
	padding: 80px;
}
.productItem .inner {
	width: 1000px;
	margin: 0 auto;
}
.topLogoPosition {
	text-align: center;
	margin-bottom: 50px;
}
.productItemContent {
	text-align: left;
}
.productItemContent > div {
	width: 100%;
}
.featureBtn {
	text-align: center;
}
.flexibleBox {
	display: flex;
	flex-wrap: wrap;
}
.flexibleBox_Line {
	display: inline-block;
	justify-content: space-between;
	margin-bottom: 30px;
}
.product_box_div {
	justify-content: space-between;
	margin-bottom: 30px;
	display: inline-block;
	width: 50% !important;
    max-height: 400px;
    padding: 0 15px;
}
.flexibleBox_Line.bottomMarginAdd {
	margin-bottom: 50px;
}
.flexibleItem {
	width: 48.5%;
	display: inline-block;
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
	cursor: pointer;
	overflow: hidden;
	margin: 5px;
}
.flexibleItem.ver2 {
	width: 100%;
	height: 100%;
    max-height: 300px;
    overflow: hidden;
    height: 300px;
}
.flexibleItem.movieProduct:hover {
	box-shadow: none;
}
.flexibleItem:active {
	transform: scale(0.95);
}
/* .flexibleItem:after {
	content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    top: 0;
    left: 0;
    background-color: #FDDF9B;
    transform-origin: top right;
    transition: transform .3s ease-in-out;
}
.flexibleItem:hover:after {
	transform: scaleX(1);
    transform-origin: top left;
} */
.flexibleItemContent {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.flexibleItemContent > img {
	width: 100%;
    object-fit: cover;
    height: 100%;
}
.flexibleItem span {
	transition: 0.5;
	opacity: 0;
}
.flexibleItem:hover span {
	opacity: 1;
}
.flexibleItem span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, transparent, #FDDF9B);
	animation: animate1 2s linear infinite;
}
@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}
.flexibleItem span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: linear-gradient(to bottom, transparent, #FDDF9B);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
.flexibleItem span:nth-child(3) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(to left, transparent, #FDDF9B);
	animation: animate3 2s linear infinite;
}
@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.flexibleItem span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: linear-gradient(to top, transparent, #FDDF9B);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}




.item.moviesItem {
	padding: 80px;
	margin-bottom: 300px;
}
.moviesItem .inner {
	width: 1000px;
	margin: 0 auto;
}
.moviesItemContent {
	text-align: center;
}
.marginAddContent {
	margin-bottom: 200px;
}


.productFeatureContent p {
	font-size: 22px;
	text-align: center;
	color: #FFF;
	line-height: 45px;
	margin-bottom: 35px;
	font-weight: 300;
}

.productItemDetail .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.itemIntro_imgBox {
	width: 100%;
	height: 278px;
	background: #FFF;
}
.itemIntro_imgBox.productOption {
	height: auto;
	margin-bottom: 80px;
}
.itemIntro_imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itemIntro_txt {
	padding: 20px;
}
.itemIntro_txt p {
	font-size: 22px;
	text-align: center;
	color: #FFF;
	line-height: 45px;
	margin-bottom: 35px;
	font-weight: 300;
}
.detailInfor {
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	padding: 40px 0;
	margin-bottom: 110px;
}
.detailInfor .title {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
}
.detailInfor .title label {
	margin-bottom: 0;
}
.detailInforItem {
	display: flex;
	margin-bottom: 10px;
}
.detailInforItem > label {
	width: 200px;
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
	margin-bottom: 0;
}
.detailInforItem > .contentValue {
	width: calc(100% - 200px);
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
	margin-bottom: 0;
}
.detailInforBtn {
	margin: 80px 0 0;
	display: flex;
}
.detailInforBtn > div {
	width: 207px;
	text-align: center;
	border: 1px solid #FDDF9B;
	padding: 10px;
	cursor: pointer;
}
.detailInforBtn > div > label {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #FDDF9B;
	font-weight: 300;
	margin-bottom: 0;
	cursor: pointer;
}
.detailInforBtn > div > img {
	margin-right: 9px;
}
.detailInforBtn button {
	width: calc(100% - 207px);
	background: #FDDF9B;
	position: relative;
	overflow: hidden;
	border: 1px solid #FDDF9B;
}
.detailInforBtn button span {
	color: #2b2b2b;
	font-size: 48px;
	font-weight: bold;
	z-index: 1;
	position: relative;
	transition: color 0.25s cubic-bezier(.7,0,.9,1),border 0.25s cubic-bezier(.7,0,.9,1);
}
.detailInforBtn button:hover {
	
}
.detailInforBtn button:hover span {
	color: #FFF;
}
.detailInforBtn button:focus {
	outline: none;
}
.detailInforBtn button:hover::before {
    transform: translate(0, -50%);
}
.detailInforBtn button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-101%, -50%);
    width: 100%;
    height: 100%;
    background-color: #FFD37B;
    transition: transform 0.25s cubic-bezier(.7,0,.9,1);
    border: 2px solid #FFF;
}
.detailInforBtn button:active {
	transform: scale(0.95);
}

/* .relatedProducts {
	border-top: 3px solid #FFF;	
	padding: 20px 0;
}
 */

.relatedProducts_Item {
	padding: 30px 0 0;
}
.relatedProducts_Item > ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	align-items: stretch;
}
.relatedProducts_Item > ul > li:last-child {
	margin-right: 0px;
}
.relatedProducts_ItemImgBox {
	background: #FFF;
	height: 205px;
	width: 100%;
}
.relatedProducts_ItemImgBox img{
	width: 100%;
	height: 100%;
}
.relatedProducts_ItemTxt {
	font-size: 24px;
	color: #FFF;
	min-height: 78px;
	padding: 10px 0;
}

.detailInforBtn.moviesPurchase {
	margin-bottom: 20px;
	border-bottom: 3px solid #FFF;
	padding-bottom: 50px;
	margin-top: 30px;
}
.productFeatureContent.moviesDetailExplan label {
	font-size: 24px;
	color: #FFF;
	
}
.productFeatureContent.moviesDetailExplan p {
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
}
.item.featureItem.moviesDetailExplan {
	padding: 40px;
}
.detailInfor .customTxt p {
	font-size: 18px;
}

.subBox.movieBackground .inner {
	width: 1200px;
} 


.relatedProducts_Item > ul > li {
	display: inline-block;
	position: relative;
	transition: transform 0.25s ease;
	cursor: pointer;
	list-style: none;
	margin-right: 20px;
    width: 310px;
    height: 300px;
    vertical-align: bottom;
}
.relatedProducts_Item > ul > li:active {
	transform: scale(0.95);
}
.relatedProducts_Item > ul > li:after {
	content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    top: 0;
    left: 0;
    background-color: #FDDF9B;
    transform-origin: top right;
    transition: transform .3s ease-in-out;
}
.relatedProducts_Item > ul > li:hover .relatedProducts_ItemTxt {
	color: #FDDF9B;
}
.relatedProducts_Item > ul > li:hover:after {
	transform: scaleX(1);
    transform-origin: top left;
}
.refundPolicy {
	padding: 0 0 300px;
}
.refundPolicy > .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.refundPolicy > .title label {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0;
}
.refundPolicy > .title button {
	background: transparent;
    border: 0;
}
.refundPolicy > .title button:focus {
	outline: none;
}
.refundPolicy_TxtBox {
	padding: 20px 0;
	display: none;
}
.refundPolicy_TxtBox p {
	margin: 0;
	font-size: 20px;
	color: #FFF;
}
/* 배송안내 */
.deliveryInfo {
	padding: 20px 0 40px;
	margin-bottom: 40px;
	border-bottom: 3px solid #fff;
}
.deliveryInfo > .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.deliveryInfo > .title label {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0;
}
.deliveryInfo > .title button {
	background: transparent;
    border: 0;
}
.deliveryInfo > .title button:focus {
	outline: none;
}
.deliveryInfo_TxtBox {
	padding: 20px 0;
	display: none;
}
.deliveryInfo_TxtBox p {
	margin: 0;
	font-size: 20px;
	color: #FFF;
}
.deliveryInfo_TxtBox p:first-child {
	margin-bottom: 20px;
}
.deliveryInfo > div:nth-of-type(4) {
	padding-bottom: 0;
}


.moviesProductItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}
.moviesProductItem img {
	width: 114px;
	max-height: 114px;
	object-fit: cover;
}
.moviesProductItem > div {
	width: 100%;
	padding: 0 25px;
	text-align: center;
}
.moviesProductItem > div .first {
	font-size: 18px;
	color: #717071;
	font-family: Naste;
	font-weight: bold;
	margin-bottom: 5px;
}
.moviesProductItem > div > ul {
	margin: 0 0 5px;
	padding: 0;
}
.moviesProductItem > div > ul > li {
	font-size: 11px;
	color: #717071;
	font-family: Naste;
	list-style: none;
}
.moviesProductItem > div .second {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 0;
}

/* movies menu */
.categoryTitle {
	border-bottom: 3px solid #FFF;
	padding: 15px 0;
}
.categoryTitle .title {
	font-size: 24px;
    color: #FFF;
    font-weight: bold;
}
.categoryTitle .title label {
	margin: 0;
}

.categoryMenu {
	padding: 15px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 3px solid #FFF;
	margin-bottom: 40px;
}
.categoryMenu > .categoryMenu_Item {
	min-width: 156px;
	padding: 4px 12px;
	text-align: center;
	background: #FDDF9B;
	border: 2px solid #000;
	border-radius: 5px;
	margin: 5px;
	transition: transform 250ms ease-in-out;
}
.categoryMenu > .categoryMenu_Item.active {
	background: #B59A4B;
}
.categoryMenu > .categoryMenu_Item.active label {
	color: #FFF;
}
.categoryMenu > .categoryMenu_Item:hover {
	transform: scale(1.10);
}
.categoryMenu > .categoryMenu_Item:active {
	transform: scale(.9);
}
.categoryMenu > .categoryMenu_Item label {
	font-size: 18px;
	color: #2b2b2b;
	margin-bottom: 0;
}

#productItemContent1 {
	display: none;
}
#productItemContent2 {
	display: none;
}
















/* notice */
.headerBlankSpace {
	padding-top: 126.14px;
}
.customerMenu .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 35px 15px;
}

.customerMenu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.customerMenu ul > li {
	list-style: none;
    width: 16%;
    text-align: center;
    background: #FFF;
    border-radius: 8px;
    padding: 4px;
}
.customerMenu ul > li > a {
	font-size: 16px;
	color: #2b2b2b;
} 
.customerMenuBtnBox {
	text-align: center;
}
.customerMenuBtnBox button {
	width: 150px;
	padding: 4px;
	background: #FFF;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
	border-radius: 4px;
	border: 2px solid #FDDF9B;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.customerMenuBtnBox button > span {
	z-index: 1;
    position: relative;
}
.customerMenuBtnBox button:first-child {
	margin-left: 0px;
}
.customerMenuBtnBox button:focus {
	outline: none;
}
.customerMenuBtnBox button:active {
	transform: scale(0.95);
}
.customerMenuBtnBox button:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    transform: translate3d(-50%,-50%,0) scale3d(0,0,0);
    transition: opacity .4s cubic-bezier(.19,1,.22,1),transform .75s cubic-bezier(.19,1,.22,1);
    background-color: #FDDF9B;
    opacity: 0;
}
.customerMenuBtnBox button:hover span {
    color: #FFF;
}
.customerMenuBtnBox button:hover:before {
    opacity: 1;
    transition-duration: .85s;
    transform: translate3d(-50%,-50%,0) scale3d(1,1,1)
}

.noticeWrap .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.noticeTitle {
	text-align: center;
	margin-bottom: 25px;
}
.noticeTitle p {
	color: #FFF;
	margin-bottom: 0;
	font-size: 36px;
}

/* notice form */
.noticeContent {
    /* height: calc(100vh - 310px); */
    height: auto;
    padding: 0 85px;
    margin-bottom: 150px;
}
.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;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    /* bottom: 65px; */
    bottom: -100px;
}
.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;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 30px;
}
.noticeSearchBox .noticeSearchSelectBox {
	margin-right: 5px;
}
.noticeSearchBox .noticeSearchSelectBox select {
	padding: 6px;
    border: 0;
}
.noticeSearchBox input[type=text] {
	width: 200px;
	padding: 6px;
	margin-right: 5px;
	border: 0;
}
.noticeSearchBox input[type=button] {
	padding: 6px 20px;
    background: #FDDF9B;
    outline: none;
    box-shadow: none;
    border: 0;
}
.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;
	overflow: auto;
}
.userNoticeDetail textarea {
	width: 100%;
	min-height: 400px;
	resize: none;
	border: 0;
	font-size: 13px;
	line-height: 21px;
    padding: 0;
}
.userNoticeDetail > div {
	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;
}
.noticeTable table tbody tr {
	cursor: pointer;
}

.keyImg {
	margin-right: 10px;
}
.keyImg img {
	width: 9px;
	margin-top: -2px;
}

.contactUsLinkBtn {
	padding: 0 85px;
    position: absolute;
    right: 0;
    top: 40px;
}
.contactUsLinkBtn button {
	color: #2b2b2b;
	font-size: 14px;
	font-weight: bold;
	background: #FFF;
	border: 1px solid #FDDF9B;
	border-radius: 3px;
	padding: 4px 12px;
}
.contactUsLinkBtn button:focus {
	outline: none;
}
.contactUsLinkBtn button:active {
	transform: scale(.9);
}



/* 怨듭��궗�빆 �벑濡� */
.contactUsWrap .inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: 100%;
}
.contactUsWrapper {
	height: 100%;
	border-top: 3px solid #FDDF9B;
	padding: 38px 0 100px;
}
.contactUsCommonWrap {
	display: flex;
	margin-bottom: 30px;
}
.contactUsContent {
	width: 350px;
	padding: 0 25px 10px;
	border-bottom: 1px solid #fff;
	margin-right: 50px;
	box-sizing: border-box;
}
.contactUsContent > label {
	width: 100px;
	font-size: 14px;
	color: #FFF;
}
.contactUsContent > div.checks.etrans.whiteVer {
	width: 115px;
	font-size: 14px;
	color: #FFF;
}
.contactUsContent p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 30px;
}
.contactUsContent > div {
    width: calc(100% - 105px);
	text-align: left;
	display: inline-block;
}
.contactUsContent.pwUsed > div {
	width: calc(100% - 120px);
}
.contactUsContent:focus-within {
	border-bottom: 1px solid #FDDF9B;
}
.contactUsSelectBox > select {
	width: 200px;
}
.contactUsSelectBox .dd .ddTitle {
	color: #FFF;
    border: 1px solid #ccc;
    padding: 4px;
}
.contactUsSelectBox .dd .ddArrow {
    background: url(/resources/images/msdropdown/skin1/dd_arrow.gif) no-repeat;
}
.contactUsSelectBox .borderRadiusTp {
	border-radius: 0;
}
.contactUsSelectBox .ddcommon {
	width: 200px !important;
}
.contactUsSelectBox .dd .ddChild {
	border: 1px solid #c3c3c3;
    border-top: 0;
	left: 0px;
}
.contactUsContent.title {
	width: 100%;
	border-color: #FFF;
	margin-right: 0;
}
.contactUsContent.title:focus-within {
	border-bottom: 1px solid #FDDF9B;
}
.contactUsContent.title input {
	border: 0;
	outline: none;
	width: 100%;
	font-size: 14px;
	background: transparent;
	color: #FFF;
}
.contactUsContent.pwUsed input {
	border: 0;
	outline: none;
	width: 100%;
	font-size: 14px;
	text-align: center;
    color: #FFF;
    background: transparent;
    
}
.contactUsTextBox {
	width: 100%;
	height: 436px;
	border: 1px solid #FDDF9B;
	margin-bottom: 30px;
}
.contactUsEnrollBtn {
	text-align: right;
}
.contactUsEnrollBtn button {
	font-size: 14px;
	margin-left: 5px;
}
.contactUsEnrollBtn button:active {
	transform: scale(0.9);
}
.contactUsEnrollBtn .iconStyle {
	color: #B59A4B;
}
.contactTitle {
	text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
.contactTitle p {
	color: #FFF;
    margin-bottom: 0;
    font-size: 36px;
}
.contactUsContent .filebox label {
    display: inline-block;
    padding: 6px 20px;
    color: #999;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    width: 100px;
}
.contactUsContent .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.contactUsContent .filebox .upload-name {
    display: inline-block;
    height: 34px;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: 250px !important;
    color: #2b2b2b;
}
.contactUsTextBox textarea {
	font-size: 14px;
	color: #2b2b2b;
	padding: 20px;
}

/* basket */
.basketWrap > .inner {
	width: 1030px;
	margin: 0 auto;
	position: relative;
}
.basketTitle {
	margin: 80px 0 30px;
	text-align: center;
}
.basketTitle p {
	color: #FFF;
    margin-bottom: 0;
    font-size: 36px;
}
.cartIconDeployment {
	text-align: right;
    margin-bottom: 7px;
}
.cartIcon {
	position: relative;
	display: inline-block;
}
.iconStyleCustom {
	font-size: 36px;
	color: #FDDF9B;
}
.cartIcon .inlineText {
	position: absolute;
    left: 57%;
    top: 43%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: #2b2b2b;
	z-index: 1;
	font-weight: bold;
}
.basketBody {
	border-top: 3px solid #FDDF9B;
	padding: 35px 0;
}
.productNameTitle label {
	margin-bottom: 0;
	font-size: 20px;
	margin: 20px 0;
	color: #FFF;
	font-weight: bold;
}
.basketInProductBox {
	border-top: 1px solid #FFF;
}
.basket-warning {
	width: 100%;
    padding: 48px 0px;
    font-size: 13px;
    color: white;
}
.basketInProduct_Item {
	padding: 20px 0;
	border-bottom: 1px solid #FFF;
	display: flex;
	position: relative;
}
.basketInProduct_Item > .item_leftContent {
	width: 35%;
} 
.item_leftContent > img {
	width: 100%;
	height: 200px;
}
.basketInProduct_Item > .item_rightContent {
	width: 65%;
	padding: 0 90px 0 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
} 
.basketFlexBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.moneyCount {
	padding: 5px 0;
}
.moneyCount label {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 0;
}
.moneyCount label > span {
	color: #FFF;
}
.numberCount {
	display: inline-block;
	border: 1px solid #fff;
	background: #FFF;
	border-radius: 3px;
}
.item_rightContent .deleteBtnBox {
    position: absolute;
    right: 10px;
    top: 15px;
}
.item_rightContent .deleteBtnBox button {
	font-size: 20px;
	background: transparent;
	border: 0;
}
.item_rightContent .deleteBtnBox button .fa-times {
	color: #FFF;
	font-size: 32px;
}
.numberCount > input {
	font-size: 16px;
	border: 0;
	outline: none;
	background: transparent;
}
.numberCount > input.count {
	width: 50px;
	text-align: center;
}
.basketFlexBox.moneyCount.addNumber {
	padding: 30px 0 0;
}
.basketFlexBox.moneyCount.addNumber label {
	font-size: 20px;
}
.basketFlexBox > label:first-child {
	/* width: 100px; */
	width: 60%;
	position: relative;
	padding: 0 10px;
}
.basketFlexBox > label:first-child:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 62%;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #FFF;
}
.orderDetails {
	margin: 35px 0 0;
}
.orderDetails label {
	margin-bottom: 0;
    font-size: 20px;
    margin: 20px 0;
    color: #FFF;
    font-weight: bold;
}
.orderDetails_FlexBox {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.orderDetailsTxt {
	margin: 0 15px;
}
.orderDetailsTxt p:first-child {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 10px;
	text-align: center;
}
.orderDetailsTxt p:last-child {
	font-size: 32px;
	color: #FFF;
	text-align: center;
	margin-bottom: 0;
}
.final-discount-price {
	color: red !important;
    font-size: 14pt !important;
}
.orderDetailsTxt span {
	font-size: 32px;
	color: #FFF;
	text-align: center;
	margin-bottom: 0;
}
.totalAmount.orderDetailsTxt p {
	color: #FDDF9B;
}
.orderDetailsBody {
	border-top: 1px solid #FDDF9B;
	border-bottom: 1px solid #FDDF9B;
	padding: 30px 0;
}
.shippingInfo {
	margin: 35px 0 0;
}
.shippingInfoTitle label {
	margin-bottom: 0;
    font-size: 19px;
    margin: 20px 0;
    color: #FFF;
    font-weight: bold;
}
.shippingInfoBody {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 35px 80px;
}
.shippingInfo_Txt label {
	font-size: 16px;
    margin: 0 0 10px 10px;
    color: #FFF;
}
.shippingInfo_Txt label > span {
	color: red;
	margin-left: 7px;
}
.shippingInfo_FlexBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shippingInfo_FlexBox > .shippingInfo_FlexItem {
	width: 40%;
}
.borderBT {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.shippingInfo_FlexItem > label {
	
}
.shippingInfoItem {
	margin-bottom: 20px;
}
.shippingInfo_FlexItem:focus-within {
	border-bottom: 1px solid #FDDF9B;
}
.shippingInfoItem > .shippingInfo_FlexItem > div > input {
	background: transparent;
	font-size: 18px;
	color: #FFF;
	border: 0;
	width: 100%;
	text-align: center;
}
.shippingInfo_FlexItem > div > input:focus {
	outline: none;
}
.shippingInfoItem > div > div > input {
	background: transparent;
	font-size: 20px;
	color: #FFF;
	border: 0;
	width: 100%;
	text-align: left;
	padding: 0 20px;
}
.shippingInfoItem > div > div > input:focus {
	outline: none;
}
.shippingInfoItem > div > div.addrAdd > input[type="text"] {
	width: calc(100% - 105px);
	text-align: left;
	padding: 0 20px;
}
.shippingInfoItem > div > div.addrAdd > input[type="text"]:focus {
	outline: none;
}
.shippingInfoItem > div > div.addrAdd > input[type="button"] {
	width: 100px;
	font-size: 14px;
	background: #FFF;
	color: #2b2b2b;
	padding: 3px 0;
	border-radius: 2px;
	text-align: center;
}
.shippingInfoItem > div > div.addrAdd > input[type="button"]:focus {
	outline: none;
}
.shippingInfoItem > div > div.addrAdd > input[type="button"]:active {
	transform: scale(.9);
}
.shippingInfo_Txt:focus-within {
	border-bottom: 1px solid #FDDF9B;
}
.shippingInfoItem.notMargin {
	margin-bottom: 0;
}

.paymentMethod {
	margin: 35px 0 0;
}
.paymentMethodTitle label {
	margin-bottom: 0;
    font-size: 19px;
    margin: 20px 0;
    color: #FFF;
    font-weight: bold;
}
.paymentMethodBtnBox {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 35px 0;
}
.paymentMethodBtnBox label {
	margin: 0;
	position: relative;
}
.paymentMethodBtnBox label > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	color: #2b2b2b;
	margin-top: -1px;
	cursor: pointer;
	white-space: nowrap;
}
.paymentMethodBtnBox input[type="radio"] {
	position: relative;
	width: 220px;
	height: 50px;
	margin: 10px;
	outline: none;
	background: #FFF;
	-webkit-appearance: none;
	cursor: pointer;
	border-radius: 2px;
	box-shadow: 0 0 0 2px #1f1f1f;
}
.paymentMethodBtnBox input[type="radio"]:checked {
	background: #FDDF9B;
	color: #2b2b2b;
}
.order {
	padding: 80px 0 200px;
	text-align: center;
}
.order button {
	width: 300px;
	font-size: 20px;
	background: #fff;
	border: 0;
	border-radius: 3px;
	outline: none;
	position: relative;
	overflow: hidden;
	padding: 10px;
}
.order button:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transform: translateX(-101%);
    background: #FDDF9B;
    transition: transform .25s ease-in;
}
.order button:hover::before {
    transform: translateX(0);
}
.order button > span {
	position: relative;
    z-index: 1;
    display: block;
    transition: color 0.1s .15s ease-in;
    font-weight: bold;
}
.order button:hover span {
	color: #FFF;
    animation: animButtonSpan 0.4s;
}
.order button:active {
	transform: scale(.95);
}

@keyframes animButtonSpan {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    35% {
        transform: translateX(20px);
        opacity: 0;
    }

    50.001% {
        transform: translateX(-20px);
    }

    60% {
        transform: translateX(0px);
    }

}

/* order */
.orderWrap > .inner {
	width: 1070px;
	margin: 0 auto;
	position: relative;
}
.orderTitle {
	margin: 80px 0 30px;
	text-align: center;
}
.orderTitle p {
	color: #FFF;
    margin-bottom: 0;
    font-size: 36px;
}
.orderContent {
    height: calc(100vh - 310px);
    min-height: 780px;
    padding: 0 85px;
    margin-bottom: 50px;
}

.orderTable .bootstrap-table {
}
.orderTable table {
	font-size: 11px;
}
.orderTable .fixed-table-container thead th .th-inner {
	color: #FDDF9B;
}
.orderTable .fixed-table-container thead th {
	border-left: 0;
}
.orderTable .fixed-table-container {
	border: 0;
}
.orderTable .fixed-table-container thead th .th-inner, 
.orderTable .fixed-table-container tbody td .th-inner {
	padding: 15px 8px 14px;
}
.orderTable .fixed-table-container tbody td {
	border-left: 0;
	color: #FFF;
	font-size: 11px;
}
.orderTable .bootstrap-table .table:not(.table-condensed), 
.orderTable .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, 
.orderTable .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, 
.orderTable .bootstrap-table .table:not(.table-condensed) > thead > tr > td, 
.orderTable .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, 
.orderTable .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
	padding: 15px 8px 14px;
}
.orderTable .fixed-table-pagination > .pull-left {
	display: none;
}
.orderTable .fixed-table-pagination div.pagination, 
.orderTable .fixed-table-pagination .pagination-detail {
    margin-top: 0px;
    margin-bottom: 0px;
}
.orderTable .fixed-table-pagination {
	display: block;
    text-align: center;
    margin-top: 25px;
	margin-bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 65px;
}
.orderTable .fixed-table-pagination > .pull-right {
	float: none !important;
	margin: 0;
	border-radius: 0;
}
.orderTable .fixed-table-pagination > .pull-right > .pagination {
	margin: 0;
	border-radius: 0;
}
.orderTable .pagination-sm>li:first-child>a, 
.orderTable .pagination-sm>li:first-child>span {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 10px;
}
.orderTable .pagination-sm>li>a, 
.orderTable .pagination-sm>li>span {
	font-size: 10px;
}
.orderTable .pagination-sm>li:last-child>a, 
.orderTable .pagination-sm>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: 10px;
}
.orderTable .pagination>li>a, 
.orderTable .pagination>li>span {
	color: #FFF;
	background-color: transparent;
    border: 0;
}
.orderTable .pagination> .page-pre > a,
.orderTable .pagination> .page-next > a {
	background: #FFF;
	border-radius: 4px;
	color: #2b2b2b;
}
.orderTable .pagination>.active>a, 
.orderTable .pagination>.active>a:focus, 
.orderTable .pagination>.active>a:hover, 
.orderTable .pagination>.active>span, 
.orderTable .pagination>.active>span:focus, 
.orderTable .pagination>.active>span:hover {
	color: #FDDF9B;
}
.orderTable .bootstrap-table .table {
	border-top: 3px solid #FDDF9B;
}
.noticeSearchBox {
	display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    /* bottom: 30px; */
    bottom: -40px;
}
.noticeSearchBox .noticeSearchSelectBox {
	margin-right: 5px;
}
.noticeSearchBox .noticeSearchSelectBox select {
	padding: 6px;
    border: 0;
}
.noticeSearchBox input[type=text] {
	width: 200px;
	padding: 6px;
	margin-right: 5px;
	border: 0;
}
.noticeSearchBox input[type=button] {
	padding: 6px 20px;
    background: #FDDF9B;
    outline: none;
    box-shadow: none;
    border: 0;
}
.noticeSearchBox input[type=button]:active {
	transform: scale(0.8);
}
.orderTable .detailViewBtn {
	color: #FFF;
}
.orderTable .fixed-table-container tbody tr:hover td {
	color: #2b2b2b;
}
.orderTable .fixed-table-container tbody tr:hover td a.detailViewBtn {
	color: #2b2b2b;
}
.orderTable .fixed-table-container tbody td a.detailViewBtn {
	cursor: pointer;
}
.detailViewBtn {
	cursor: pointer;
}

/* 諛곗넚愿�由� �뙘�뾽 (寃곗젣�궡�뿭 �뙘�뾽) */
.modal-header {
	padding: 25px 10px 10px;
	border-bottom: 3px solid #B59A4B;
}
.modal-header > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.close.adminCustom {
	font-size: 25px;
}
.detailViewBtn {
	cursor: pointer;
}
.modal-content {
	border: 2px solid #B59A4B;
}
.shippingContent {
	padding-top: 20px;
}
.rowLine {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.rowLine .contentItem {
	width: 48%;
}
.rowLine .contentItem.addressValue {
	width: 100%;
}
.contentItem {
	border-bottom: 1px solid #B59A4B;
} 
.contentItem label {
	font-size: 14px;
	color: #2b2b2b;
	line-height: 21px;
	padding-inline-start: 2px;
}
.contentItem label > span {
	color: red;
}
.ItemValue {
	text-align: center;
}
.ItemValue label {
	font-size: 13px;
	font-weight: normal;
}
.ItemValue.AddBtmn input[type=text] {
	width: 80%;
}.ItemValue.AddBtmn input[type=button] {
	width: auto;
    padding: 0 20px;
}

.ItemValue p {
	margin-bottom: 0;
	font-size: 14px;
	color: #2b2b2b;
    line-height: 30px;
}
.ItemValue input {
	border: 0;
	font-size: 14px;
	color: #2b2b2b;
	line-height: 30px;
	width: 100%;
	
}
.ItemValue input:focus {
	border: 0;
	outline: none;
}

.disclosureStatus {
	height: 32px;
}
.disclosureStatus label {
	display: inline-block;
	padding: 5px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
	width: 120px;
}
.disclosureStatus label input[type=radio] {
	display: none;
}
.disclosureStatus label span {
	width: 120px;
	height: 32px;
	position: absolute;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	left: 0;
	top: 50%;
	margin-top: -11px;
	color: #8B95A2;
	border: 1px solid #EBEEF1;
	box-sizing: border-box;
	border-radius: 7px;
	background: #F9FAFB;
}
.disclosureStatus label input[type=radio]:checked + span {
	background: #B59A4B;
	border-color: #B59A4B;
	color: #FFF;
}
.adminPopupInner2 {
	padding: 0 10px;
}
.rowLine.lastItem {
	margin-bottom: 0;
}
.adminSelectBox select {
    font-size: 13px;
    width: 100%;
    border: 1px solid;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
}
.adminSelectBox select:focus {
	outline: none;
}
.popupTitle.second.addBtnContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fileUploadBox {
	border: 1px solid #B59A4B;
	margin-bottom: 20px;
	padding: 4px;
	border-radius: 4px;
}
.fileUploadBox input[type=file] {
	font-size: 13px;
}
.fileUploadDetialBox {
	
}
.fileUploadDetialBox > div > p {
	font-size: 13px;
	font-weight: bold;
}
.detailTxtArea {
	border: 1px solid #B59A4B;
	padding: 5px;
	border-radius: 4px;
}
.detailTxtArea textarea {
	width: 100%;
	height: 270px;
	resize: none;
	font-size: 13px;
	border: 0;
}
.detailTxtArea textarea:focus {
	border: 0;
	outline: none;
}
.detailViewBtn {
	color: #B59A4B;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #B59A4B;
    border-color: #B59A4B;
}

.detailTitle {
	padding: 8px 0;
	margin-bottom: 10px;
}
.detailTitle p {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.detailTitleflexibleBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detailTitle > button {
	font-size: 14px;
	color: green;
	border: 1px solid #2b2b2b;
	background: #FFF;
	border-radius: 3px;
	padding: 2px 10px;
}
.detailTitle > button:focus {
	outline: none;
}
.detailTitle > button:hover {
	opacity: 0.7;
}
.detailTitle > button:active {
	transform: scale(0.9);
}
.btn.popOkay.blackBtnCustom {
    background: #2b2b2b;
    color: #FFF;
}









/* account */
.accountWrap > .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.accountTitle {
	margin: 80px 0 30px;
	text-align: center;
}
.accountTitle p {
	color: #FFF;
    margin-bottom: 0;
    font-size: 36px;
}
.account-second-title p {
	color: #FFF;
    font-size: 26px;
}

.accountBody {
	border-top: 3px solid #FDDF9B;
	padding: 35px 0;
}

.safeMessege {
	color: green;
}
.warningMessege {
	color: red;
}
.account_Item {
	padding: 15px 0;
	border-bottom: 1px solid #fff;
}
.account_Item label {
	color: #fff;
	margin-left: 7px;
	font-size: 16px;
	margin-bottom: 10px;
}
.account_Item input[type="text"],
.account_Item input[type="password"] {
	width: 50%;
	background: transparent;
	outline: none;
	border: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.account_Item input[type="text"]:focus,
.account_Item input[type="password"]:focus {
	outline: none;
	border: 0;
}
.account_Item span {
	font-size: 14px;
}
.account_Item input[type="button"] {
    min-width: 100px;
    font-size: 16px;
    background: #FFF;
    color: #2b2b2b;
    padding: 3px 10px;
    border-radius: 2px;
    text-align: center;
    border: 0;
}
.account_Item input[type="button"]:focus {
	outline: none;
}
.account_Item input[type="button"]:active {
	transform: scale(.95);
}
.completeBtnBox {
	padding: 80px 0 200px;
	text-align: center;
}
.completeBtnBox button {
	width: 100px;
	font-size: 20px;
	background: #fff;
	border: 0;
	border-radius: 3px;
	outline: none;
	position: relative;
	overflow: hidden;
	padding: 10px;
	margin: 0 10px;
}
.completeBtnBox button > span {
	position: relative;
    z-index: 1;
    display: block;
    transition: color 0.1s .15s ease-in;
    font-weight: bold;
}
.completeBtnBox button:active {
	transform: scale(.95);
}
.completeBtnBox button:hover {
	opacity: .7;
}
.goHome {
	box-shadow: 0 0 0 2px #FDDF9B;
}
.modify {
	box-shadow: 0 0 0 2px #FDDF9B;
}
.completeBtnBox button.modify {
	background: #FDDF9B;
	color: #fff;
}












footer.box {
	background: #2b2b2b;
	border-top: 2px solid #FDDF9B;
}
footer .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.inner.flex {
	display: flex;
	padding: 35px 15px 200px;
}
.inner.flex > div {
	width: 50%;
	text-align: center;
}
.inner.flex > div.footer_right {
	text-align: right;
}
.footer_information {
	color: #FFF;
	text-align: left;
	padding-left: 30px;
}
.footer_information p {
	font-size: 13px;
}
.footer_information p:last-child {
	margin-top: 30px;
}
.footer_information p:first-child {
	margin-bottom: 15px;
	font-weight: bold;
}



.qnaWrap {
	width: 100%;
}
.modal-body .qnaAnswerTitle p {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: bold;
	margin-top: 30px;
	line-height: 29px;
    margin-bottom: 5px;
}
.subQnaTitle{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #2b2b2b;
    line-height: 23px;
    margin-bottom: 10px;
}
.subQnaTitle label {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 7px;
}
.subQnaTitle span {
	font-size: 11px;
}
.qnaDetail {
	padding: 5px 0 20px;
	border-bottom: 1px solid #2b2b2b;
}
.qnaDetail textarea {
	width: 100%;
	min-height: 200px;
	resize: none;
	border: 0;
	font-size: 13px;
	line-height: 21px;
    padding: 0;
}
.qnaDetail > div {
	width: 100%;
	min-height: 200px;
	resize: none;
	border: 0;
	font-size: 13px;
	line-height: 21px;
    padding: 0;
}

.categorySideMenu {
	padding: 0;
	margin: 0;
}
.categorySideMenu li {
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: 0.2s;
}

.categorySideMenu li:hover {
	opacity: 0.8;	
}

.categorySideMenu > .active {
    background: #B59A4B;
    /* padding: 10px 0 9px; */
    font-weight: bold;
}
.categorySideMenuArea{
	position: absolute; 
	left: 10px; 
	width: 250px;
	overflow:scroll;  
	height:100%;
  	overflow-x: hidden;
  	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.categorySideMenuArea::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.toothImg {
	width: auto;
    margin-top: -52px;
}
.toothImg img {
	width: 100% !important;
}
.numberDateArea {width: 100%;}
.numberDateArea > ul > li {width: 33.34%;}
.numberDateArea {
	margin-top: 11rem;
	width: 100%;
	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: 33%;
    color: #FFF;
    text-align: center;
}
.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;
}

.relevantItem {
	position: relative;
}
.relevantItem .owl-nav .owl-prev {
	top: 50%;
	transform: translateY(-50%);
	left: -80px;
	background: transparent;
	font-size: 0;
	width: 50px;
	height: 50px;
}
.relevantItem .owl-dots {
	margin-top: 10px;
	display: none;
}
.relevantItem .owl-nav .owl-prev:after {
	content: url("/resources/images/ForDoctor/Product/left_arrow.png");
}
.relevantItem .owl-nav .owl-next {
	top: 50%;
	transform: translateY(-50%);
    right: -80px;
    background: transparent;
    font-size: 0;
    width: 50px;
	height: 50px;
}
.relevantItem .owl-nav .owl-next:after {
	content: url("/resources/images/ForDoctor/Product/right_arrow.png");
}

.owl-theme .owl-nav .disabled {
	opacity: 1;
	cursor: pointer;
}
.newBox > .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
}
.newBox > .inner > div {
	width: 50%;
}
.newBox .owl-carousel .owl-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.subBox.item.white {
	background: #FFF;
}
.detailInfor2 {
	border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    padding: 40px 40px;
    height: 100%;
    position: relative;
}
.detailInfor2 .title {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px;
}
.detailInfor2 .title label {
	margin-bottom: 0;
}
.detailInfor2 .detailInforBtn {
	position: absolute;
	bottom: 40px;
	width: 100%;
	margin: 0;
	left: 0;
	padding: 0 40px;
}
.detailInfor2 .detailInforBtn > div {
	width: 50%;
	padding: 10px 20px;
}
.detailInfor2 .detailInforBtn button span {
	font-size: 36px;
}
.detailInfor2 .detailInforBtn > div > label {
	font-size: 18px;
}
.detailInfor2  .detailInforBtn button {
    /* width: calc(100% - 105px); */
    width: 50%;
}
#sns_header_link {
    position: absolute;
    right: 5rem;
    bottom: 5px;
}
#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;
	text-align: center;
}
#sns_header_link li > a {
	color: #FDDF9B;
	font-size: 1.4rem;
	font-family: "Naste";
    font-weight: lighter;
    letter-spacing: 1.2px;
}
.sns_header_link ul li img {
	padding-bottom: 5px
}

/* 2021.05.12 추가 제품등록 표추가 */
.productInfoDetail table {
	width: 95%;
	margin: 0 auto;
}
.productInfoDetail table th, .productInfoDetail table td {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 8px 12px;
} 

.productInfoDetail table th {
	color: #FDDF9B;
}
.productInfoDetail table td {
	color: #FFF;
}
.detailInfor.newCon .title.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detailInfor.newCon .title.flex button {
	background: transparent;
    border: 0;
}
.productInfoDetail {
	display: none;
}

.accountInfo {
	width: 50%; 
	margin: auto; 
	text-align: left;
}

#printBtn {
	margin: 5px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    transition: 0.2s;
}

#printBtn:hover {
	background: #f9f6f6;
}