@font-face {
	font-family: "NanumSquareNeo";
	font-weight: 100;
	src: url(../../assets/fonts/NanumSquareNeo-aLt.eot?#iefix) format("embedded-opentype"),
		url(../../assets/fonts/NanumSquareNeo-aLt.woff2) format("woff2"),
		url(../../assets/fonts/NanumSquareNeo-aLt.woff) format("font-woff"),
		url(../../assets/fonts/NanumSquareNeo-aLt.ttf) format("truetype")
}


@font-face {
	font-family: "NanumSquareNeo";
	font-weight: 200;
	src: url(../../assets/fonts/NanumSquareNeo-bRg.eot?#iefix) format("embedded-opentype"),
		url(../../assets/fonts/NanumSquareNeo-bRg.woff2) format("woff2"),
		url(../../assets/fonts/NanumSquareNeo-bRg.woff) format("font-woff"),
		url(../../assets/fonts/NanumSquareNeo-bRg.ttf) format("truetype"),
		url(NanumSquareNeo-bRg.otf) format("opentype")
}

@font-face {
	font-family: "NanumSquareNeo";
	font-weight: 400;
	src: url(../../assets/fonts/NanumSquareNeo-cBd.eot?#iefix) format("embedded-opentype"),
		url(../../assets/fonts/NanumSquareNeo-cBd.woff2) format("woff2"),
		url(../../assets/fonts/NanumSquareNeo-cBd.woff) format("font-woff"),
		url(../../assets/fonts/NanumSquareNeo-cBd.ttf) format("truetype")
}

@font-face {
	font-family: "NanumSquareNeo";
	font-weight: 500;
	src: url(../../assets/fonts/NanumSquareNeo-dEb.eot?#iefix) format("embedded-opentype"),
		url(../../assets/fonts/NanumSquareNeo-dEb.woff2) format("woff2"),
		url(../../assets/fonts/NanumSquareNeo-dEb.woff) format("font-woff"),
		url(../../assets/fonts/NanumSquareNeo-dEb.ttf) format("truetype")
}


@font-face {
	font-family: "NanumSquareNeo";
	font-weight: 700;
	src: url(../../assets/fonts/NanumSquareNeo-eHv.eot?#iefix) format("embedded-opentype"),
		url(../../assets/fonts/NanumSquareNeo-eHv.woff2) format("woff2"),
		url(../../assets/fonts/NanumSquareNeo-eHv.woff) format("font-woff"),
		url(../../assets/fonts/NanumSquareNeo-eHv.ttf) format("truetype")
}

:root {
	--dark: #171725;
	--charcoal-grey: #3c4043;
	--pale-grey: #f1f3f9;
	--pale-grey-two: #e6e9f4;
	--blue-grey: #7e84a3;
	--bluey-grey: #9196af;
	--green: #3570cf;
	--green-hover: #0044b4;
	--dusk: #555474;
	--dusk-hover: #43425d;
	--pinkish-red: #f0142f;
	--sky-blue: #3570cf;
	--sky-blue-hover: #006CBD;
	--pale-grey-line: #e0e3ec;
	--black: #000;
	--steel: #868994;
  	--main: #3a83fa;
	--main-hover: #0044b4;
}

/* reset */
html,
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
}

* {
	box-sizing: border-box;
}

* {
	-webkit-text-size-adjust: none;
}

html {
	overflow-y: auto;
	height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button,
strong,
span,
em,
iframe,
img,
textarea,
input {
	margin: 0px;
	padding: 0px
}

body {
	width: 100%;
	font-family: 'NanumSquareNeo', 'Nanum Gothic', Malgun Gothic, '돋움', dotum, Helvetica, sans-serif;
	background-size: 100% auto;
	font-weight: 400;
	font-size: 14px;
	background: var(--pale-grey);
	line-height: 150%;
	color: #666;
	letter-spacing: 0px;
	text-align: left;
	word-break: break-all;
	-ms-word-break: break-all;
	-webkit-font-smoothing: antialiased;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
	margin: 0;
	padding: 0;
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}


legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

label,
input,
button,
select,
img {
	vertical-align: middle
}

input,
button {
	margin: 0;
	padding: 0;
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "맑은 고딕", Malgun Gothic, '돋움', dotum, Helvetica, sans-serif;
	font-size: 1em;
}

button {
	cursor: pointer;
	outline: none;
}

textarea,
select,
pre {
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "맑은 고딕", Malgun Gothic, '돋움', dotum, Helvetica, sans-serif;
	font-size: 1em;
}

select {
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
	word-break: break-all
}

hr {
	display: none
}

pre {
	overflow-x: scroll;
	font-size: 1.1em
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
	border: 0px;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none
}

img {
	border: 0px;
}

br {
	content: " ";
	display: block;
	line-height: 0;
	font-size: 0px;
}

li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.txtLef {
	text-align: left !important;
}

.txtRig {
	text-align: right !important;
}

.txtCen {
	text-align: center !important;
}

.txtJus {
	text-align: justify !important;
}

.clear {
	clear: both;
	content: '';
	display: block;
}

hr.h5 {
	display: block;
	border: none;
	height: 5px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

hr.h10 {
	display: block;
	border: none;
	height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

hr.h15 {
	display: block;
	border: none;
	height: 15px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

hr.h20 {
	display: block;
	border: none;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

hr.h30 {
	display: block;
	border: none;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

hr.h40 {
	display: block;
	border: none;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

hr.h50 {
	display: block;
	border: none;
	height: 50px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

hr.h60 {
	display: block;
	border: none;
	height: 60px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

hr.bd {
	clear: both;
	display: block;
	border: none;
	background: #e8e8e8;
	height: 1px;
	margin: 60px auto;
	padding: 0px;
	font-size: 0px;
}

hr.bd2 {
	clear: both;
	display: block;
	border: none;
	background: #e8e8e8;
	height: 1px;
	margin: 40px auto;
	padding: 0px;
	font-size: 0px;
}

hr.line {
	width: 100%;
	display: block;
	border: none;
	background: #888;
	height: 1px;
	margin: 22px auto;
	padding: 0px;
	font-size: 0px;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea,
select {
	outline: none;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	-webkit-box-shadow: 0 0 8px rgba(4, 17, 29, 0.25);
	-moz-box-shadow: 0 0 8px rgba(4, 17, 29, 0.25);
	box-shadow: 0 0 8px rgba(4, 17, 29, 0.25);
	border-color: #04111d;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

input::placeholder {
	color: #919ba1;
	font-size: 0.85rem;
	font-weight: 400;
	letter-spacing: 0px;
}

input::-webkit-input-placeholder {
	color: #919ba1;
	font-size: 0.85rem;
	font-weight: 400;
	letter-spacing: 0px;
}

input:-ms-input-placeholder {
	color: #919ba1;
	font-size: 0.85rem;
	font-weight: 400;
	letter-spacing: 0px;
}

.sound_only {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important
}


::-webkit-scrollbar {
	width: 8px;
}

/* 스크롤바의 width */
::-webkit-scrollbar-track {
	background-color: #f7f7fa;
}

/* 스크롤바의 전체 배경색 */
::-webkit-scrollbar-thumb {
	background: #e3e3ee;
}

/* 스크롤바 색 */
::-webkit-scrollbar-button {
	display: none;
}

html {
	scrollbar-width: thin;
	scrollbar-3dLight-Color: #f7f7fa;
	scrollbar-arrow-color: #e3e3ee;
	scrollbar-base-color: #f7f7fa;
	scrollbar-Face-Color: #e3e3ee;
	scrollbar-Track-Color: #f7f7fa;
	scrollbar-DarkShadow-Color: #f7f7fa;
	scrollbar-Highlight-Color: #f7f7fa;
	scrollbar-Shadow-Color: #f7f7fa
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

legend,
caption {
	overflow: hidden;
	left: 0;
	top: -5000px;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	display: none;
}


.sound_only {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important
}

.totalWrap {
	min-width: 1400px;
	margin: 0 auto;
}

.wrap {
	width: 1288px;
	margin: 0 auto;
}


body.ovhidden {
	overflow-y: hidden !important;
}

/* ===== header ===== */
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1400px;
	height: 100px;
	z-index: 99990;
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	transition: top 0.1s ease-in-out 0s;
}

.main #header {
	background: transparent;
	box-shadow: none;
}

/*
.main #header:hover {
	background: rgba(0, 0, 0, 0.4);
}
*/
#header .navbar {
	left: 0px;
	position: relative;
	height: 100px;
	padding: 0px 50px;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#header .navbar:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	content: '';
	display: block;
	z-index: 99991;
}

#header .navbar .logo {
	display: inline-block;
}

#header .navbar .navi {
	display: flex;
	flex-basis: auto;
	align-items: center;
}

#header .navbar .navi .gnb {
	display: flex;
	flex-direction: row;
	text-align: center;
	margin: auto;
}

#header .navbar .navi .gnb li a {
	display: inline-block;
	font-size: 20px;
	color: var(--dark);
	padding: 0px 40px;
	line-height: 100px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#header .navbar .navi .gnb li a:hover {
	color: var(--main);
}

#header .navbar .navi .gnb li a.on,
#header .navbar .navi .gnb li a.on:hover {
	color: var(--green);
}

#header .navbar .rightbtn {
	position: relative;
	height: 100px;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}

#header .navbar .rightbtn ul {
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}

#header .navbar .rightbtn ul li {
	position: relative;
	margin-left: 10px;
}

#header .navbar .rightbtn ul li a {
	color: var(--blue-grey);
	font-size: 16px;
	font-weight: 200;
	display: inline-block;
	padding: 0px 25px;
	line-height: 38px;
	border: 1px solid #7E84A34D;
	border-radius: 20px;
}

#header .navbar .rightbtn ul li a:hover {
	color: var(--dark);
	background: #fff;
	border-color: var(--blue-grey);
}

#header .navbar .rightbtn ul li.btn_sfmanage a {
	color: #fff;
	background: var(--main);
	border-color: var(--main);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#header .navbar .rightbtn ul li.btn_sfmanage a:hover {
	background: var(--main-hover);
	border-color: var(--main-hover);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}

#header .navbar .rightbtn .greetingtxt {
	position: absolute;
	width: auto;
	min-width: 400px;
	bottom: 10px;
	right: 0px;
	font-size: 13px;
	color: #212121;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}

#header .navbar .rightbtn .greetingtxt span {
	display: inline-block;
	margin-right: 5px;
	font-size: 1.25em;
	color: #ff8300;
}

#header .navbar .rightbtn .greetingtxt strong {
	display: inline-block;
	margin-right: 3px;
}

.main #header .navbar:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	content: '';
	display: block;
	z-index: 99991;
}

.main #header .navi .gnb li a {
	color: var(--dark);
}

.main #header .navbar .rightbtn ul li a {
	color: #fff;
/*	border-color: #fff;*/
}

.main #header .navbar .rightbtn ul li a:hover {
	color: #fff;
}

.main #header .navbar .rightbtn ul li.btn_sfmanage a {
	color: #fff;
	background: var(--green);
	border-color: var(--green);
}

.main #header .navbar .rightbtn ul li.btn_sfmanage a:hover {
	background: var(--green-hover);
	border-color: var(--green-hover);
}

.top_bar_fix {
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 1px, rgb(0 0 0 / 3%) 0px 1px 1px;
}

.top_pd_fix {
	padding-top: 100px;
}



/* ===== footer ===== */
.bottomArea {
	background: transparent;
	margin: 0;
	padding-left: 0px;
}

.main .bottomArea {
	background: #222425;
	color: #fff;
	margin: 0;
	padding-left: 0px;
}

.main .bottomArea .wrap {
	position: relative;
	width: 1288px;
	margin: 0 auto;
}

.bottomArea .copyarea .copy {
	height: 50px;
	font-size: 13px;
	color: var(--bluey-grey);
	font-weight: 200;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.main .bottomArea {
	padding-left: 280px;
}

.main .bottomArea .copyarea .copy {
	padding-bottom: 0px;
	color: rgba(255, 255, 255, 0.5);
 
}

/* ===== login ===== */
.loginWrap {
	width: 100%;
	height: 100vh;
	background:  var(--pale-grey);
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.loginWrap.memberscont {background:transparent; height:auto;  }


.loginWrap .logoA {
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.loginWrap .logoA span {
	font-size: 28px;
	line-height: 1.1;
	color: var(--charcoal-grey);
	font-weight: 700;
	display: inline-block;
	margin-left: 20px;
}

.loginWrap .logoA img {
	width: auto;
 
}

.loginWrap .loginbox {
	margin-top: 30px;
	background: #fff;
	padding: 40px 60px 60px 60px;
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 rgba(21, 34, 50, 0.09);
    width: 440px;
    
}

.loginWrap .loginwr {	
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.loginWrap .loginbox .logintitle {
	font-size: 20px;
	font-weight: 700;
	color: #464646;
	margin-bottom: 40px;
	text-align: center;

}
 
 .loginWrap  .login_verify_message {
    padding: 4px 0;
}
.loginWrap .loginwr .con_left {
	flex: 1;
	padding-right: 0px;
	position: relative;
}

.loginWrap .loginwr .con_right {
	flex: 1;
	position: relative;
	padding-left: 60px;
	 display: flex; 
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
}


.loginWrap .loginwr .con_right::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ddd;
}


.loginWrap .login_formA {padding-left:0px;}

.loginWrap .inpst {
	display: block;
	width: 100%;
	padding: 0 20px;
	height: 50px;
	border: 1px solid #d5d7e3;
	background: #fff;
	border-radius: 10px;
	font-size: 16px;
	color: #121212;
	line-height: 48px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.loginWrap .login_etc {
    padding: 8px 0px 0px 0px;
    width: 100%;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.loginWrap .login_etc .btn_line {
    display: block;
    position: relative;
    border: 1px solid #e3e7ed;
	background:#e3e7ed;
    font-size: 14px;
    color: #484b5a;
    line-height: 40px;
    margin-bottom: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
	border-radius:10px;
}
.loginWrap .login_etc a {
    flex: 0.55;
}
.loginWrap .login_etc a:first-child {
    flex: 0.42;
}
.loginWrap .inpst::placeholder {
	color: rgba(102, 102, 102, 0.5);
	font-size: 16px;
}

.loginWrap .inpst:focus {
	border-color:  #03c75a !important;
	background-color: #fff !important;
}

.loginWrap .inpst:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #f7f7f7 inset;
	-webkit-text-fill-color: #333;
}

.loginWrap .inpst:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 30px #fff inset;
}

.loginWrap .inpst:-webkit-autofill,
.loginWrap .inpst:-webkit-autofill:hover,
.loginWrap .inpst:-webkit-autofill:focus,
.loginWrap .inpst:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

.loginWrap .input_row {
	width: 100%;
	padding: 4px 0;
}

 

 


.loginWrap .btn_submit {
    margin-top: 4px;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid var(--we-main);
    background: var(--we-main) !important;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	cursor:pointer;
}

.loginWrap .btn_submit:hover {
 
 
}

/*
.loginWrap .loginwr .snslogin {
	width: 290px;
	display: block;
}

.loginWrap .loginwr .snslogin li {
	padding: 4px 0;
}

.loginWrap .loginwr .snslogin li a {
	width: 100%;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	line-height: 48px;
	height: 50px;
	border: 1px solid #707070;
	color: var(--dark);
	border-radius: 10px;
}

.loginWrap .loginwr .snslogin li a p {
	min-width: 130px;
	font-size: 16px;
	display: inline-block;
	margin-left: 12px;
}

.loginWrap .loginwr .snslogin li a span {
	width: 40px;
	text-align: center;
}

.loginWrap .loginwr .snslogin li a.kakao {
	background: #FEE500;
	border-color: #FEE500;
}

.loginWrap .loginwr .snslogin li a.naver {
	background: #03C75A;
	border-color: #03C75A;
	color: #fff;
}

.loginWrap .loginwr .snslogin li a.apple {
	background: #000;
	border-color: #000;
	color: #fff;
}

.loginWrap .loginwr .snslogin li a:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
	opacity: 0.7;
}
*/
#contents {
	width: 100%;
	padding-top: 100px;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.main #contents {
	padding-top: 0px;
}


.subcontents {
	width: 100%;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.subcontents .sidearea {
	position: fixed;
	left: 0px;
	top: 100px;
	width: 280px;
	z-index: 2;
	min-height: calc(100vh - 100px);
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.subcontents .scontent {
	margin-left: 280px;
	width: calc(100% - 280px);
	min-height: calc(100vh - 150px);
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.subcontents.wide {
	justify-content: flex-start;
}

.subcontents.wide .scontent {
	margin-left: 0px;
	width: 100%;
}

.subcontents .sidearea .sidemenu {
	width: 100%;
	padding: 40px 23px 23px;
}

.subcontents .sidearea .sidemenu h2 {
	color: var(--dark);
	font-size: 18px;
	font-weight: 500;
}

.subcontents .sidearea .sidemenu .side_1dul li {
	margin-top: 14px;
}

.subcontents .sidearea .sidemenu .side_1dul li .side_1da {
	width: 100%;
	height: 70px;
	border-radius: 5px;
	color: var(--dark);
	border: solid 1px var(--pale-grey-two);
	background-color: var(--pale-grey-two);
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.subcontents .sidearea .sidemenu .side_1dul li .side_1da span {
	filter: invert(42%) sepia(5%) saturate(616%) hue-rotate(191deg) brightness(98%) contrast(92%);
	width: 56px;
	padding-left: 15px;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.subcontents .sidearea .sidemenu .side_1dul li .side_1da strong {
	font-weight: 400;
	width: calc(100% - 56px);
	font-size: 16px;
	line-height: 1.3;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.subcontents .sidearea .sidemenu .side_1dul li .side_1da:hover,
.subcontents .sidearea .sidemenu .side_1dul li .side_1da.on {
	color: #fff;
	border-color: var(--blue-grey);
	background-color: var(--blue-grey);
}

.subcontents .sidearea .sidemenu .side_1dul li .side_1da:hover span,
.subcontents .sidearea .sidemenu .side_1dul li .side_1da.on span {
	filter: none;
}

.subcontents .sidearea .sidemenu .side_1dul li .side_1da:hover strong,
.subcontents .sidearea .sidemenu .side_1dul li .side_1da.on strong {
	font-weight: 300;
}

.subcontents .scontent .scont_title {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 0px 30px;
	background: #fff;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.subcontents .scontent .scont_title:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	content: '';
	background-color: rgba(126, 132, 163, 0.15);
	z-index: 1;
}

.subcontents .scontent .scont_title h1 {
	display: inline-flex;
	font-weight: 500;
	color: var(--dark);
	font-size: 22px;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.subcontents .scontent .scont_title h1 .summary {
	display: inline-flex;
	margin-left: 25px;
	color: #fff;
	font-size: 16px;
	background: var(--main);
	border-radius: 20px;
	line-height: 36px;
	padding: 0px 20px;
	font-weight:400;
}

.subcontents .scontent .scont_body {
	padding: 30px;
	width: 100%;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}


/*myinfo*/
.myinfowr {width:660px; margin:0 auto;padding:80px 0 80px;}
.myinfowr .myinfo { width:100%; display: flex; -ms-flex-flow: column wrap;  flex-flow: column wrap;     justify-content: flex-start; align-items: flex-start;}
.myinfowr .myinfo li{position:relative; margin:20px 0 0px;  display: block;  width: 100%;  padding: 0 150px 0px 140px; height: 64px;  border: none;  border: solid 1px var(--blue-grey);border-radius: 10px;  font-size: 18px;  color: #121212;  line-height: 60px;   }
.myinfowr .myinfo li .tt {position:absolute; left:25px; top:0px; line-height: 64px;  color: rgba(126, 132, 163, 0.7); font-weight:400;font-size: 16px; }
.myinfowr .myinfo li .btn_editsm {position:absolute; right:-1px; top:-1px; width:140px; line-height:64px;  color:#fff; font-weight:400;font-size: 18px;    cursor:pointer; border: none;  background:  var(--blue-grey); border-radius:0px 10px 10px 0; padding:0px 0px; margin:0px;   display: flex; -ms-flex-flow: wrap;  flex-flow: wrap;     justify-content: center; align-items: center;  }
.myinfowr .myinfo li .btn_editsm span {display:inline-block; margin-right:10px;}
.myinfowr .myinfo li .btn_editsm:hover {background:  var(--dusk); }
.myinfowr .mybtn { margin-top:50px; width:100%; display: flex; -ms-flex-flow: row nowrap;  flex-flow: row nowrap;     justify-content: space-between; align-items: center;}
.myinfowr .mybtn li {width:28%;}
.myinfowr .mybtn li:first-child {width:70%;}
.myinfowr .mybtn li a{ display: block;   position: relative;  border: none;  border-radius:10px;background: var(--main);  font-size: 18px;  color: #fff; line-height: 64px;  margin-bottom:5px; -webkit-transition: all 0.4s ease;  transition: all 0.4s ease;  text-align: center; cursor:pointer;}
.myinfowr .mybtn li a:hover {background:var(--main-hover);	  }
.myinfowr .mybtn li a.out {background:#e3e7ed; color:#484b5a;}
.myinfowr .mybtn li a.out:hover {background:#868994;color: #fff; 	  }


.myinfowr .frm_textarea {display: block;  width: 100%;  padding: 10px 20px; height: 240px;  border: 1px solid #f7f7f7;  background: #f7f7f7;  border-radius: 0;  font-size: 16px;  color: #121212;  line-height: 160%;  -webkit-transition: all 0.4s ease;  transition: all 0.4s ease; }
.myinfowr .frm_textarea::placeholder { color:rgba(102,102,102,0.5);  font-size: 16px;  }
.myinfowr .frm_textarea:focus {border-color:#bd7f41 !important;	background-color:#fff !important;}
.myinfowr .frm_textarea:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #f7f7f7 inset;     -webkit-text-fill-color: #333; }
.myinfowr .frm_textarea:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 30px #fff inset; }
.myinfowr .frm_textarea:-webkit-autofill, .myinfowr .frm_textarea:-webkit-autofill:hover, .myinfowr .frm_textarea:-webkit-autofill:focus, .myinfowr .frm_textarea:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s;  }
.myinfowr .botbtn {margin-top:30px;}
.myinfowr .botbtn a.btn_leave{ display: block;   position: relative;  border: 1px solid #aaa;  font-size: 16px;  color: #333; line-height: 50px;  margin-bottom:5px; -webkit-transition: all 0.4s ease;  transition: all 0.4s ease;  text-align: center;}
.myinfowr .botbtn a.btn_leave:hover {background:#aaa;	color:#fff; }

.myinfowr .topsmimgA {padding:0px 0px 30px 0;  display: flex; -ms-flex-flow: row wrap;  flex-flow: row wrap; justify-content: center; align-items: center;}
.myinfowr .topsmimgA .box {width:160px; height:160px; padding:20px; background-color: var(--pale-grey-two); border-radius:15px;display: flex; -ms-flex-flow: row wrap;  flex-flow: row wrap; justify-content: center; align-items: center; }
.myinfowr .topsmimgA .box img {max-width:100%; height:auto;}

.myinfowr   .verify_message {    padding: 4px 15px 5px;    display: inline-block;    color:  var(--green);	font-size:16px;}


.leavecon {margin:30px 0;}
.leavecon h3 {text-align:center; font-size:18px;   color:#121212;    font-weight:500;    line-height:30px;}
.leavecon p {text-align:center;  padding:0;    margin:10px 0 15px;    border:none;    font-size:15px;    color:#666666; letter-spacing:-0.5px;  word-break:keep-all;  }
