/* member */
.member {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background-size: 100% 100%;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  z-index: -1;
}
.member_email {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 63px;
  padding-bottom: 101px;
  background-size: 100% 100%;
  background-color: #eeeeee;
  background-repeat: no-repeat
}
@media screen and (max-width: 640px) {
  .member {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .member_email {
    padding-top: 75px;
    padding-bottom: 180px
  }
}
/******************** 회원 관련 ***************************/
/***************************** 주요 바디 **********************/
.member_body {
  position: relative;
  margin: 20px auto;
  /* padding: 0 15px; */
  width: calc(100% - 40px);
  max-width: 460px;
  color: #333;
}
.member_body2 {
  position: relative;
  margin: 20px auto;
  width: calc(100% - 40px);
  max-width: 520px;
  color: #333;
}
.member_body_email {
  position: relative;
  margin: 46px auto;
  width: 100%;
  max-width: 550px;
  color: #333;
}
.member_content_email {
  position: relative;
  padding: 45px;
  margin: 0px 5px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
}
/**** 전체 틀 ***/
.member_content {
  position: relative;
  padding: 40px 10px;
  /* margin: 0px 5px; */
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.member_title {
  margin: 0;
  padding: 0 0 30px 0;
}
.member_text {
  margin: 0 auto;
  padding: 0px 5px 42px 5px;
  color: #777777;
  max-width: 360px;
}
.member_link {
  text-decoration: underline;
  font-weight: bold;
  color: #777
}
.member_pwd_guide_text {
  margin: 0;
  padding: 0;
  color: #555;
}
.member_pwd_guide_text_sub {
  margin: 0;
  padding: 0px 30px 42px 30px;
  font-size: 11px;
}
.backBtn{
  background-image: url(/el/images/m/back_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 16px;
  z-index: 5;
  opacity: 0.5;
  cursor: pointer;
}
/***** 로그인 *****/
.login_checkbox {
  position: relative;
  margin: auto;
  /* max-width: 360px; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.input_check {
  position: absolute;
  top: 2px;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.login_checkbox label {
  margin-left: 5px;
  cursor: pointer
}
.check_off {
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  background: url(/el/images/cmm/uncheck.png);
  z-index: 3;
}
.check_on {
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  background: url(/el/images/cmm/check.png);
  z-index: 3;
  background-size: cover;
}
.member_bottom {
  margin: auto;
  padding-bottom: 10px;
  text-align: left;
  line-height: 1;
  width: 100%;
  max-width: 360px;
  display: flex;
  align-items: center;
  gap: 5px;
}
/***** 비밀번호 초기화 *****/
.reset_title {
  padding-top: 60px;
  padding-bottom: 65px
}
.reset_text {
  text-align: left
}
.reset_btn {
  padding-top: 20px;
  padding-bottom: 80px
}
.register_img {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 50px
}
.controlgroup {
  margin-bottom: 15px;
  width: 100%;
  /* font-family: Dotum;
  font-size: 16px; */
  line-height: 1.39063;
  position: relative;
}
.controlgroup2 {
  margin-bottom: 20px;
  width: 100%;
  /* font-family: Dotum; */
  font-size: 12px;
  line-height: 1.39063
}
.controlgroup_checkbox {
  padding-bottom: 25px;
  width: 100%;
}
.controlgroup_text {
  margin: auto;
  padding-bottom: 45px;
  width: 100%;
  /* max-width: 360px; */
  letter-spacing: -0.5px;
  text-align: initial;
}
.controlgroup_text_2 {
  margin: auto;
  padding-bottom: 25px;
  width: 100%;
  max-width: 280px
}
.controlgroup_widely {
  margin-bottom: 40px /* input 아래 넓이 조절 */
}
.controlgroup_small {
  margin-bottom: 20px /* input 아래 넓이 조절 */
}
.controlgroup_reset {
  margin-bottom: 25px /* input 아래 넓이 조절 */
}
.controlgroup_btn {
  margin: 0;
  padding-bottom: 15px;
  width: 100%
}
.controlgroup_policy {
  margin: -2px 0px 0px 20px;
  text-align: left;
}
.input_wide {
  padding: 10px 5px 10px 15px;
  width: 100%;
  max-width: 320px;
  color: #333;
  line-height: 1; background-color : #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background-color: #f7f7f7;
}
.center_bold {
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
.member_li_img {
  vertical-align: middle;
}
.sns_title {
  margin: 10px 25px;
  display: flex;
  align-items: center;
  color: #afafaf;
}
.sns_title::before,
.sns_title::after {
  content: "";
  flex-grow: 1;
  margin: 0px 16px;
  background: #EDEDED;
  height: 1px;
  font-size: 0px;
  line-height: 0;
}
#sns_login_wrap {
  display: inline-flex;
  align-items: center;
}
#sns_login_wrap li {
  margin: 0 10px;
}
/********* 이메일 전송용 *****************/
.member_email_title {
  padding-bottom: 35px;
  margin: auto;
  width: 100%;
  max-width: 168px;
}
.member_email_title>img {
  width: 100%;
}
.member_email_border {
  border-bottom: 1px solid #cfcfcf
}
.member_email_div {
  margin: auto;
  width: 100%;
  max-width: 385px
}
.member_email_text {
  padding-top: 35px;
  /* font-family: Dotum; */
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  letter-spacing: -0.2px;
}
.member_email_btn {
  margin-top: 45px;
  max-width: 380px;
}
/***************** 로그인 틀렸을 경우 **********************/
.login_error {
  margin: 5px auto 0px auto;
  text-align: left;
  width: 100%;
  max-width: 320px;
  color: #d32029 !important;
  font-size: 0.95rem;
  line-height: 1;
  display: none;
}
.login_error.error{
  position: absolute;
}
.input_error {
  border: 1px solid #d32029 !important;
}
.input_text_error {
  margin: 5px auto 0px auto;
  text-align: left;
  width: 100%;
  max-width: 320px;
  color: #d32029 !important;
  font-size: 13px;
  line-height: 1;
}
@media screen and (min-height: 550px) {
  .member_body_email, .member_body {
    margin: 8vh auto 8vh auto;
  }
}
@media screen and (min-height: 800px) {
  .member_body_email, .member_body, .member_body2 {
    margin: 5vh auto 8vh auto;
  }
}
@media screen and (max-width: 1024px){
  .member_body_email, .member_body, .member_body2 {
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .controlgroup {
    font-size: 13px;
  }
  .input_wide {
    padding: 7px 5px;
    font-size: 14px;
  }
  .login_error {
    font-size: 13px;
  }
}

/************************* 프로필 *****************/
.profile_main {
  position: relative;
  margin-top: 0px;
}

.profile_top {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.profile_photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin: auto;
}
.profile_photo_reset {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 105px;
  left: calc(50% + 45px);
}
.profile_config_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  cursor: pointer;
  opacity: 0.7;
}
.profile_config_btn:hover {
  opacity: 1;
}
.profile_config_btn > img{
  width: 100%;
  height: 100%;
}

.profile_follow_btn {
  position: relative;
  min-height: 50px;
  margin:auto;
  width:50px;
}
.profile_follow_btn > div {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0%;
  bottom: 25%;
}
.profile_following_btn {
  margin: 30px auto -30px auto;
}
.profile_name {
  margin: 30px 0;
}
.profile_location {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  line-height: 1;
  color: #333;
  letter-spacing: -0.5px;
}
.profile_location>span {
  margin-left: 10px;
}
.profile_intro {
  margin-top: 30px;
  width: 100%;
  padding: 22px;
  color: #333333;
  letter-spacing: -0.5px;
}
.main_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 150px;
}
.main_title {
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
}
.profile_activity_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile_activity_photo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.profile_activity_photo2 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
.profile_activity_question_icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-position: center;
  background-size: 100% 100%;
  background-image: url('/el/images/class/comments_question.png');
}
.profile_activity_answer_icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-position: center;
  background-size: 100% 100%;
  background-image: url('/el/images/class/comments_answer.png');
}
.profile_activity_secret_icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-position: center;
  background-size: 100% 100%;
  background-image: url('/el/images/class/comments_secret.png');
}
.profile_activity_box {
  width: calc(100% - 50px);
  margin-left: 15px;
  -ms-flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile_activity_name {
  max-width: calc(100% - 170px);
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.profile_activity_list {
  padding-top: 30px;
}
.profile_activity_list > .profile_activity_item {
  border-bottom: 1px solid #d1d6df;
  padding: 20px 0;
}
.profile_activity_info {
  position: relative;
  display: flex;
  align-items: center;
  height: 16px;
}
.profile_activity_course {
  padding-top: 8px;
  text-align: left;
  color: #777;
  letter-spacing: -0.5px;
  clear: both;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.profile_activity_date {
  position: absolute;
  right: 0;
  font-family: 'Malgun Gothic', verdana, AppleGothic;
  color: #6C747A;
  display: flex;
  align-items: center;
  gap: 3px;
}
.profile_activity_contents {
  font-family: 'Malgun Gothic', verdana, AppleGothic;
  color: #333;
  letter-spacing: -0.5px;
  text-align: left;
  margin-top: 15px;
}
.profile_activity_contents2 {
  font-family: 'Malgun Gothic', verdana, AppleGothic;
  color: #333;
  letter-spacing: -0.5px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
}
.profile_activity_etc {
  position: relative;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  font-family: 'Malgun Gothic', verdana, AppleGothic;
  color: #333;
  letter-spacing: -0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile_activity_etc > div {
  vertical-align: bottom;
}
.profile_activity_date>img, .profile_activity_etc>div>img {
  margin-right: 3px;
  width: 16px;
  vertical-align: bottom;
}
.box_list_item {
  border: 1px solid #ddd;
}
.profile_menu_header {
  margin-top: 60px;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 10px;
}
.tab_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #ccc;
  text-align: center;
  position: relative;
}
.box_list_item {
  position: relative; margin-top : 10px;
  padding: 15px;
  text-align: left;
  font-size: 17px;
  margin-top: 10px;
}
.list_title {
  line-height: 1;
}
.list_title_sub {
  color: #666;
  font-size: 0.8em;
  margin-top: 0.5em;
  vertical-align: bottom;;
}
.list_type {
  margin-right: 10px;
  vertical-align: top;
  color: #666;
}
.list_item_inner_right {
  position: absolute;
  top: 30%;
  right: 15px; 
  font-size : 0.8em;
  padding-top: 2px;
  font-size: 0.8em;
}
.list_img {
  position:relative;
  top: -0.2em;
  width: 5px;
  height: 25px;
  margin-top: 0px;
}
.list_type_sub {
  display: none; position : absolute;
  right: -5px;
  top: 25px;
  width: 90px;
  text-align: center;
  padding: 8px 7px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
}
.list_type_sub_menu {
  position: relative;
  font-size: 13px;
}
.list_type_sub_menu:first-child {
  margin-bottom: 8px;
}
.profile_input_check {
  position: absolute;
  top: 1.5px;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.list_type_sub_menu label {
  float: left;
  margin-left: 5px;
  line-height: 1.4;
  cursor: pointer
}
.profile_check_off {
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  background: url(/el/images/cmm/uncheck.png);
  z-index: 3;
  margin-top: 2px;
}
.profile_check_on {
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  background: url(/el/images/cmm/check.png);
  z-index: 3;
  margin-top: 1.5px;
}
.profile_activity_menu {
  display: inline-block;
  margin: 10px 0;
  padding: 0 10px;
  cursor: pointer;
}
.profile_open_setting {
  position: relative;
  padding: 7.5px 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.profile_open_setting_item {
  width: 70px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.profile_open_setting label {
  color: #333333;
  cursor: pointer;
  letter-spacing: -1px;
  display: inline-block;
  margin-left: 5px;
}
.profile_input_wrap{
  display: flex;
  align-items: center;
}
.careerList input[type="text"] {
  padding: 3.5px 5px;
  border: 1px solid #d1d6df;
}
.careerList>.date,
.careerList>.textDate{
  position: absolute; 
  right: 7%;
}
.addCareerBtn{
  display: inline-block; 
  position: absolute; 
  right: 5px; 
  top: 12px;
}
@media screen and (max-width: 640px) {
  .profile_main {
    margin-top: 0px;
  }
  .main_wrap {
    max-width: 580px;
    width: 90.625%;
    padding-top: 0;
    padding-bottom: 23.4375vw;
  }
  .profile_config_btn {
    width: 9.375vw;
    height: 9.375vw;
    background-size: 100% 100%;
  }
  .profile_name {
    font-size: 6.25vw;
  }
  .profile_location {
    font-size: 2.8125vw;
  }
  .profile_intro {
    font-size: 2.8125vw;
    padding: 4.6875vw;
  }
  .main_title {
    font-size: 3.75vw;
    padding-top: 9.375vw;
    padding-bottom: 3.125vw
  }
  .profile_activity_list {
    padding-top: 4.6875vw
  }
  .profile_activity_list>.profile_activity_item {
    padding-top: 4.6875vw;
    padding-bottom: 1.5625vw;
  }
  .profile_activity_photo,
  .profile_activity_question_icon,
  .profile_activity_answer_icon,
  .profile_activity_secret_icon {
    width: 9.375vw;
    height: 9.375vw;
  }
  .profile_activity_photo2 {
    width: 5vw;
    height: 5vw;
    margin-right: 1.5625vw;
  }
  .profile_activity_box {
    width: calc(100% - 11.715vw);
    margin-left: 2.34vw;
  }
  .profile_activity_info {
    height: 3.4375vw;
  }
  .profile_activity_name {
    max-width: calc(100% - 34vw);
    font-size: 3.4375vw;
  }
  .profile_activity_course {
    padding-top: 1.875vw;
    font-size: 3.125vw;
  }
  .profile_activity_date {
    font-size: 2.8125vw
  }
  .profile_activity_date>div {
    line-height: 0.9
  }
  .profile_activity_contents {
    font-size: 3vw;
    margin-top: 3.4375vw;
  }
  .profile_activity_contents2 {
    font-size: 3.125vw;
  }
  .profile_activity_etc {
    margin-top: 4.0625vw;
    padding-bottom: 3.125vw;
    font-size: 2.8125vw;
  }
  .profile_activity_date>img, .profile_activity_etc>div>img {
    width: 3.125vw
  }
  .tab_container {
    margin-top: 6.25vw;
  }
  .tab_content_wrap {
    margin-top: 2.34375vw;
  }
  .box_list_item {
    margin-top: 2.34375vw;
    padding: 2.34375vw;
    text-align: left;
    font-size: 3.75vw;
  }
  .list_type {
    margin-right: 1.5625vw;
  }
  .list_item_inner_right {
    top: 30%;
    right: 2.34375vw;
    font-size: 0.8em;
  }
  .list_img {
    margin-top: 0.1em;
  }
  .list_type_sub {
    position: absolute;
    right: -1.25vw;
    top: 5vw;
    width: 17.1875vw;
    text-align: center;
    padding: 1.5625vw 0.78125vw;
  }
  .list_type_sub_menu {
    font-size: 2.5vw;
  }
  .list_type_sub_menu:first-child {
    margin-bottom: 1.25vw;
  }
  .profile_input_check {
    top: 0.625vw;
  }
  .profile_check_off, .profile_check_on {
    margin-top: 0.625vw;
  }
  .profile_activity_menu {
    font-size: 16px;
    padding: 0 1.5625vw;
  }
  .profile_follow_btn {
    min-height: 7.8125vw;
  }
  .careerList>.textDate{
    right: 10%;
  }
  .addCareerBtn{
    top: 11vw;
  }
}
@media screen and (max-width: 480px) {
  .profile_config_btn {
    width: 40px;
    height: 40px;
  }
  .profile_name {
    font-size: 26px;
  }
  .profile_location {
    font-size: 14px;
  }
  .profile_intro {
    font-size: 14px;
    padding: 20px;
  }
  .main_title {
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 13px
  }
  .profile_activity_list {
    padding-top: 20px
  }
  .profile_activity_list>.profile_activity_item {
    padding-top: 20px;
    padding-bottom: 6.6px;
  }
  .profile_activity_photo {
    width: 40px;
    height: 40px
  }
  .profile_activity_photo,
  .profile_activity_question_icon,
  .profile_activity_answer_icon,
  .profile_activity_secret_icon {
    width: 35px;
    height: 35px;
  }
  .profile_activity_photo2 {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .profile_activity_box {
    width: calc(100% - 45px);
    margin-left: 10px;
  }
  .profile_activity_info {
    height: 16px;
  }
  .profile_activity_name {
    max-width: calc(100% - 144px);
  }
  .profile_activity_course {
    font-size: 13px;
    padding-top: 8px;
  }
  .profile_activity_date {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .profile_activity_date>div {
    line-height: 0.9
  }
  .profile_activity_contents {
    font-size: 14px;
    margin-top: 16px;
  }
  .profile_activity_etc {
    margin-top: 20px;
    padding-bottom: 13px;
    font-size: 13px;
  }
  .profile_activity_date>img, .profile_activity_etc>div>img {
    width: 13px;
    margin-right: 1px;
  }
  .tab_container {
    margin-top: 20px;
  }
  .tab_content_wrap {
    margin-top: 15px;
  }
  .box_list_item {
    margin-top: 10px;
    padding: 10px;
    text-align: left;
    font-size: 16px;
  }
  .list_item_inner_left {
    width: 77%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .list_item_inner_right {
    top: 30%;
    right: 10px;
  }
  .list_type {
    margin-right: 6.5px;
  }
  .list_img {
    margin-top: 0px;
  }
  .list_type_sub {
    position: absolute;
    right: -3px;
    top: 23px;
    width: 80px;
    text-align: center;
    padding: 5px 3px;
  }
  .list_type_sub_menu {
    font-size: 12px;
  }
  .list_type_sub_menu:first-child {
    margin-bottom: 5px;
  }
  .profile_input_check {
    top: 2px;
  }
  .profile_check_off, .profile_check_on {
    margin-top: 2px;
  }
  .profile_activity_menu {
    font-size: 14px;
    padding: 0 5px;
  }
  .profile_open_setting > label {
    margin-left: 2%;
  }
  .profile_follow_btn {
    min-height: 33px;
  }
  .careerList>.date,
  .careerList>.textDate{
    position: revert;
    display: block;
    margin-top: 10px;
  }
  .addCareerBtn{
    top: 47px;
  }
}
/*************************** 설정 ************************/
.setting_wrap {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 150px;
}
.setting_menu {
  margin-top: 20px;
}
.setting_menu_name {
  text-align: left;
  margin: auto;
  width: 99%;
  margin-bottom: 7px;
}
.setting_menu>input,
.setting_menu>textarea,
.setting_menu > div > select {
  padding: 5px 5px 5px 10px;
  width: 99%;
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.setting_grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}
.setting_grid_col {
  position: relative;
  width: 48.5%;
  margin-bottom: 5px;
}
.setting_grid_col:nth-child(2n) {
  margin-left: 10px;
}
.setting_grid_col label {
  float: left;
  margin-left: 5px;
  line-height: 1;
  font-size: 13px;
  cursor: pointer
}
.setting_ok {
  display: flex;
  gap: 10px;
}
.setting_ok>div:last-child {
  margin-left: 10px;
}
.tab_btn {
  display:inline-block;
  width:100%;
  margin:0;
  padding:12px 0px;
  cursor:pointer;
  color:#6C747A;
  text-align: center;
  letter-spacing: -1px;
  position: relative;
  top: 2px;
}
.tab_btn:first-child{
  /* margin-left: -5px; */
}
.tab_btn:last-child {
  /* margin-right: -5px; */
}

.tab_btn:hover,
.tab_btn:focus {
  font-weight:bold;
}
.sub_title {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.nice_btn {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .setting_grid_col:nth-child(2n) {
    margin-left: 2vw;
  }
}
/* 전체 body div 태그 */
input::-webkit-input-placeholder {
  color: #6C747A;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #6C747A;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #6C747A;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #6C747A;
}
/*
input:focus, textarea:focus {
  outline: none;
  box-shadow: 0px 0px 3px 0.5px #61C5FA;
  border: 1px solid #5AB0DB;
}
*/

.input_focus {
  outline: none;
  box-shadow: 0px 0px 3px 0.5px #61C5FA;
  border: 1px solid #5AB0DB;
}

/***** 강의과목, 수강과목, 관심과목 *****/
.main_article {
  padding: 30px 0px;
/*  border-bottom: 1px solid #d4d4d4; */
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 1.6;
  text-align: justify;
}
.main_course {
  position: relative;
/*  border-bottom: 1px solid #d4d4d4; */
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}
.course_images {
  width: 75px;
  height: 50px;
  overflow: hidden;
}
.course_images>.img {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.partner_course {
  margin: 0px;
  list-style: none;
  width: calc(100% - 90px);
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 5px;
}
.partner_course_item {
  display: inline-block;
  padding: 0px 10px;
  margin: 30px 0px;
  color: #6C747A;
}
.partner_course_item:nth-child(3) {
  padding: 0;
}
.partner_course_item:nth-child(n+4) {
  padding: 0 0 0 5px;
}
.partner_course_item>span {
  color: #333;
}
.partner_course_title{
  font-weight: 500;
}
.partner_course_status{
  font-weight: normal;
  margin-top: 5px;
  font-size: 13px;
}
.partner_course_right,
.partner_course_right2 {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.padding_left {
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  .main_wrap {
    max-width: 580px;
    width: 90.625%;
    padding-top: 0;
    padding-bottom: 23.4375vw;
  }
  .profile_menu_header {
    padding-top: 9.375vw;
    padding-bottom: 3.125vw;
    font-size: 4.0625vw
  }
  .main_article {
    padding: 4.6875vw 0px;
    font-size: 3.125vw;
    width: 100%;
  }
  .main_course {
    font-size: 3.125vw;
  }
  .main_course:not(:first-of-type){
    margin-top: 20px;
  }
  .course_images {
    top: 2.34375vw;
    left: 0px;
    width: 13.28vw;
    height: 9.375vw;
  }
  .partner_course_item {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .partner_course_item:first-child {
    padding-right: 0.78125vw;
    display: block;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .partner_course_item:not(:first-of-type){
    margin-top: 5px;
  }
  .partner_course_item:nth-child(n+4) {
    padding: 0 0 0 0.78125vw;
  }
  .partner_course_right {
    display: none;
  }
  .padding_left {
    padding-left: 1.5625vw;
  }
}
@media screen and (max-width: 480px) {
  .profile_menu_header {
    padding-top: 40px;
    padding-bottom: 13px;
    font-size: 17px;
  }
  .main_article {
    padding: 20px 0px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_course {
    font-size: 13px;
  }
  .course_images {
    top: 10px;
    width: 56.5px;
    height: 40px;
  }
  .partner_course_item {
    padding: 0px 5px;
    margin: 8px 0 0 0;
  }
  .partner_course_item:nth-child(n+4) {
    padding: 0 0 0 5px;
  }
  .main_article>.padding_left {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/*************************** 문의 ************************/
.inquiry_img {
  width: 340px;
  height: 200px;
  margin-bottom: 40px;
}
.inquiry_text {
  font-size: 16px;
}
.inquiry_button_wrap {
  margin-top: 80px;
}
.inquiry_button {
  margin: 0 auto;
  padding: 13.5px 0;
}
#poplayer_inquiry {
  width: 500px;
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #DAD9D9;
  box-shadow: 0px 1px 3px 0px #cccccc;
  z-index: 101;
}
#inquiry_pop_background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 100;
}
.inquiry_pop_title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.inquiry_pop_subtitle {
  padding-top: 30px;
  padding-bottom: 35px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  color: #333333;
}
.inquiry_input {
  padding-left: 15px;
  width: 370px;
  height: 30px;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-size: 12px;
  color: #666666;
  margin-bottom: 10px;
  display: block;
}
.inquiry_textarea {
  padding: 10px 15px;
  width: 370px;
  height: 130px;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-size: 12px;
  color: #666666;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  display: block;
  resize: none;
}
.inquiry_input_wrap {
  overflow: hidden;
  width: 370px;
  height: 200px;
  margin: 0 auto;
  padding-top: 30px;
}
.inquiry_pop_btn_wrap {
  overflow: hidden;
  width: 310px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 30px;
}
.inquiry_pop_send_btn {
  margin-right: 10px;
}

/*버튼 웹 접근성*/
.partner_course_item > button {
  color: #333;
}

.join_nice_btn {
  border-radius: 4px;
  padding: 8px 10px;
  width: 110px;
}
@media screen and (max-width: 640px) {
  #poplayer_inquiry {
    width: 90.625vw;
    max-width: 500px;
    padding-top: 45px;
    padding-bottom: 0;
  }
  .inquiry_pop_subtitle {
    padding-top: 25px;
    padding-bottom: 23px;
    font-size: 13px;
    width: 86.2%;
    max-width: 370px
  }
  .inquiry_input {
    width: 78.125vw;
    max-width: 370px;
    height: 29px;
    margin-bottom: 6.6px;
    font-size: 13px;
  }
  .inquiry_textarea {
    width: 78.125vw;
    max-width: 370px;
    font-size: 13px;
    margin-bottom: 6.6px;
  }
  .inquiry_input_wrap {
    overflow: hidden;
    width: 78.125vw;
    max-width: 370px;
    height: 202px;
    margin: 0 auto;
  }
  .inquiry_pop_btn_wrap {
    width: 48.4375vw;
    padding-top: 33px;
    padding-bottom: 0;
    margin-bottom: 33px;
  }
  .inquiry_pop_send_btn {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 480px) {
  .member_body_email, .member_body, .member_body2{
    margin: auto;
  }
  .inquiry_img {
    width: 289px;
    height: 170px;
  }
  .inquiry_pop_btn_wrap {
    width: 206px;
  }
  .inquiry_pop_send_btn {
    margin-right: 6.6px;
  }
  .controlgroup.controlgroup_btn{
    margin-top: 20px;
    padding: 0;
  }
}
/************ 회원가입 추가정보 **************/
.mf_check,
.local_check {
  display: inline-block;
  margin-right: 15px;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #f7f7f7;
}
/* 수강생 추가 */
#poplayer_question {
  width: 100%;
  max-width: 600px;
  background-color: #ffffff;
  z-index: 101;
}
.apply_pop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.apply_pop_content {
  margin: 0 auto;
  padding-top: 50px;
  font-size: 14px;
  color: #333333;
}
.pop_btn_wrap {
  overflow: hidden;
  width: 330px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content:space-around;
}
.add_detail_pop {
  padding: 10px;
  margin: auto 20px;
  line-height: 1.5;
  background: #f0f2f7;
}
.setting_search {
  display: none;
  position: absolute;
  margin: auto;
  padding: 0px;
  top: 56px;
  left: 2px;
  text-align: left;
  background-color: #fff;
  width: 99%;
  border: 1px solid #ddd;
  border-top: 0px;
}
.search_item {
  padding: 5px 5px 5px 15px;
}
.search_item:first-child {
  border-top: 1px solid #ddd;
}

.g-recaptcha {
  display: inline-block;
}
/***************** 190102 오픈 과정 메일링 *********************/
.member_course_list {
  padding-top: 30px;
}
.member_course_list > ul {
  clear: both;
  display: flex;
  margin: auto;
  padding: 0px;
  list-style: none;
  flex-flow: row wrap;
}
.member_course_list > ul > li {
  margin: 10px 5px;
  width: calc(33% - 8px);
  padding: 10px;
  background-color: #ededed;
}
.course_open_img > img {
  width: 100%;
  height: 130px;
}
.course_content {
  margin-top: 5px;
  color: #555;
  text-align: left;
}
.content_title {
  padding-bottom: 15px;
  font-size: 16px;
  color: #333;
}
.content_category {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
}
.content_text {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 1.4;
}



.entry_item{
  position: relative;
  margin: 0 auto 30px auto;
  width: 100%;
  text-align: initial;
}
.text_field{
  width: 100%;
  background-color: transparent;
  overflow: visible !important;
  height: 52px;
  
  border-radius: 4px 4px 0 0;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  will-change: opacity, transform, color;
  
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.text_field_input{
  padding: 12px 16px;
  display: flex  ;
  border: none !important;
  background-color: transparent !important;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  appearance: none;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #333 !important;
}
.text_field_input:focus{
  outline: none;
}
.text_field_cover{
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
  z-index: 10;
}
.text_field_cover_indent{
  border-radius: 4px 0 0 4px;
  border-left: 1px solid;
  border-right: none;
  width: 12px;
}
.text_field_cover_notch{
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 12px* 2);
}
.text_field_cover_tail{
  border-radius: 0 4px 4px 0;
  border-left: none;
  border-right: 1px solid;
  flex-grow: 1;
}
.text_field_cover_indent,
.text_field_cover_notch,
.text_field_cover_tail{
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  pointer-events: none;
  border-color: #666;
}
.text_field_cover .floating-label{
  display: inline-block;
  position: relative;
  max-width: 100%;
  background-color: #fff;
  z-index: 500;
  left: 4px;
  right: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  padding: 0 3px;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.text_field_cover .floating-label.float{
  transform: translateY(-146%) scale(0.90) !important;
}
.text_field.focused:not(.invalid) .text_field_cover_indent,
.text_field.focused:not(.invalid) .text_field_cover_notch,
.text_field.focused:not(.invalid) .text_field_cover_tail{
  border-color: #3071a9 !important;
  border-width: 2px;
}
.text_field.focused:not(.invalid) .floating-label.float{
  color: #3071a9 !important;
}
.text_field.invalid .text_field_cover_indent,
.text_field.invalid .text_field_cover_notch,
.text_field.invalid .text_field_cover_tail{
  border-color: #d32029 !important;
  border-width: 2px;
}
.text_field.invalid .floating-label.float{
  color: #d32029 !important;
}
.text_field.readonly,
.text_field.readonly .floating-label{
  background-color: #e7e7e7;
  color: #666;
}
.text_field_btn_wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.text_field_btn_wrap > .text_field{
  width: calc(100% - 135px);
}
#result_msg{
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  color: #333333;
  padding: 12px;
  background-color: #FDD6D6;
  border: 2px solid #d32029;
  border-radius: 3px;
  margin-bottom: 20px;
  display: none;
  margin: 0 auto 20px auto;
  text-align: justify;
}

.pw_view_icon{
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 2;
}
.pw_view_icon:hover{
  background-color: #dfdfdf;
  cursor: pointer;
}
.pw_view_icon.off{
  background-image: url('/el/images/icon/icon_visibility.svg');
}
.pw_view_icon.on{
  background-image: url('/el/images/icon/icon_visibility_off.svg');
}

/* iPad Mini : 768px */
@media screen and (max-width: 768px) {
  .text_field_btn_wrap > .text_field {
    width: calc(100% - 103px);
  }
}
@media screen and (max-width: 360px) {
  .text_field_btn_wrap{
    flex-direction: column;
    gap: 10px;
  }
  .text_field_btn_wrap > .text_field{
    width: 100%;
  }
  .join_nice_btn{
    width: 100% !important;
    height: 42px;
  }
}