@charset "UTF-8";
.mt_0 {margin-top: 0 !important;}

/* 로그인 */
.login {display: flex; align-items: center; justify-content: center; height: 100vh; margin-top: -55px;}
.login_form {display: flex; flex-direction: column; max-width: 620px; width: 100%; margin: 0 auto; padding: 60px 20px; box-sizing: border-box; color: #fff;}
.login_logo {display: block; margin: 0 auto 40px;}
.login_logo a {display: block; width: 139px; height: 38px; background-image: url('../images/common/ico/logo.png'); background-size: 139px auto; background-repeat: no-repeat;}
.login_input {padding: 10px 20px 11px 43px; background-color: #2b2d2d; background-position: 20px 16px; background-size: 14px auto; background-repeat: no-repeat; border: 1px solid #2b2d2d; border-radius: 6px;}
.login_id {background-image: url('../images/common/ico/ico_id.png');}
.login_pwd {background-image: url('../images/common/ico/ico_pwd.png');}
.login_input + .login_input {margin-top: 20px;}
.login_input .inp {width: 100%; background: transparent; font-size: 19px; color: #fff;}
.login_input .inp::placeholder {color:#8f8f8f;}
.login_input .inp:-ms-placeholder{color:#8f8f8f;}
.login_input .inp:-webkit-placeholder{color:#8f8f8f;}

.login_input.focused {border-color: #8f8f8f;}
.login_id.focused {background-image: url('../images/common/ico/ico_id_on.png');}
.login_pwd.focused {background-image: url('../images/common/ico/ico_pwd_on.png');}
.login_input .inp:focus {outline: none;}

.login_chk {margin-top: 20px;}
.login_chk .label {display :block; height: 20px; line-height: 20px; padding-left: 29px; font-size: 16px; color: #888; position: relative; cursor: pointer;}
.login_chk .label::before {content: ''; display: block; width: 20px; height: 20px; background-color: #2b2d2d;  border-radius: 6px; position: absolute; left: 0; top: 0;}

.login_chk input[type="checkbox"]:checked + .label {color: #fff;}
.login_chk input[type="checkbox"]:checked + .label::before {background-image: url('../images/common/ico/ico_check_on.png'); background-size: 20px auto; background-repeat: no-repeat;}

.login .btn_login {display: block; margin-top: 20px; padding: 16px 20px; background: #e30019; border-radius: 50px; font-size: 19px; color: #fefefe; font-weight: 700; text-align: center;}
/* // 로그인 */

/* 마이페이지 레이아웃 및 리스트 */
.mypage {margin-top: -55px; padding: 15px 0 60px;} /* 20240401 #14501 수정 */
.mypage * {color: #fff;}
.accordion .accordion_cont {display: none;}
.accordion.on .accordion_cont {display: block;} 
.mypage .inp::placeholder {color: #888;}
.mypage .inp:-ms-placeholder{color:#888;}
.mypage .inp:-webkit-placeholder{color:#888;}

.mypageLnb {position: relative;}
.mypageMenu.accordion .accordion_cont,
.mypageMenu.accordion.on .accordion_cont{display: block;}
/* 20240401 #14501 추가 :: S */
.mypageLogo {padding-bottom: 33px;}
.mypageLogo a {display: block; width: 100.5px; height: 27.5px; margin: 0 auto; background-image: url('../images/common/ico/commonUi_x2.png'); background-position: -10px -10px; background-size: 250px 500px; background-repeat: no-repeat; text-indent: -9999px;}
/* 20240401 #14501 추가 :: E  */

.mypageId {display: block; padding: 0 84px 0 18px; background: url('../images/common/ico/ico_user.png') left center/10px auto no-repeat; font-size: 15px; color: #fff; font-weight: 700;}
.mypageLnb_logout {position: absolute; right: 0; top: 62px;} /* 20240401 #14501 수정 */
.mypageLnb_logout .btn_logout {display: block; padding-left: 20px; background: url('../images/common/ico/ico_logout.png') left center/12px auto no-repeat; font-size: 14px;}
.mypageLnb_logout .btn_logout span {color: #888;}
.mypageMenu {margin-top: 20px; padding-top: 21px; border-top: 1px solid #888;}
.mypageLnb_write {margin-top: 30px;}
.mypageLnb_write .btn_write {display: block; padding: 15px 20px 16px; background: #e5132e; border-radius: 50px; font-size: 19px; font-weight: 500; text-align: center;}
.mypageLnb_write .btn_write span{display: flex; align-items: center; justify-content: center;}
.mypageLnb_write .btn_write span::before {content: ''; display: block; width: 13px; height:16.5px; margin-right: 8px; background: url('../images/common/ico/ico_write.png') 0 0/13px auto no-repeat;}

.mypageMenu .btn_tit {display: block; margin-bottom: 28px; font-size: 24px; font-weight: 700;}
.mypageMenu .btn_tit::after {display: none;}
.mypageMenu_list {display: flex; align-items: center; justify-content: space-between; margin-top: 36px;}                
.mypageMenu_item a {display: block;}
.mypageMenu_item span {display: inline-block; padding-bottom: 16px; border-bottom: 2px solid transparent; font-size: 15px; color: #ccc;}
.mypageMenu_item.on span {border-bottom-color: #e30019; color: #fff; font-weight: 700;}

.mypageTit {margin-top: 30px; font-size: 20px; font-weight: 700;}
.mypageNote {margin-top: 30px; background: #191919; border-radius: 6px; overflow: hidden;}
.mypageNote .btn {display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 20px 10px; font-size: 15px; font-weight: 700;}
.btn_accordion::after {content: ''; display: block; width: 14px; height: 8.5px; background: url('../images/common/ico/arwDown_28x17.png') 0 0/14px auto no-repeat; transition: 0.3s;}
.mypageNote .cont {padding: 0 14px 20px; font-size: 11px; line-height: 1.545; color: #888;}

.accordion.on .btn_accordion::after {transform: rotate(180deg);}

.mypageSch {margin-top: 25px; position: relative;}
.mypageSch .inp{width: 100%; padding: 14px 37px 15px 10px; background: #2d2d2d; border-radius: 6px; box-sizing: border-box; font-size: 15px;}
.mypageSch .btn_sch {width: 37px; height: 50px; background: url('../images/common/ico/ico_sch.png') center center/16px auto no-repeat; position: absolute; right: 0; top: 0;}

.mypageList {margin-top: 30px;}
.mypageList_layout .top {display: flex; align-items: center;}
.mypageList_layout .tit {margin-top: 10px;}

.mypageList_top {padding: 10px 20px; background: #e5e2dd; border: 1px solid #d5d2ce; border-top-color: #4f4f4f;}
.mypageList_top .num,
.mypageList_top .date,
.mypageList_top .edit,
.mypageList_top .tit {font-size: 13px; color: #1d1e1e; font-weight: 500;}
.mypageList_top .date {margin-left: auto;}
.mypageList_top .edit {display: flex; align-items: center; margin-left: 10px;}
.mypageList_top .edit::before {content: ''; width: 1px; height: 10px; margin: 2px 10px 0 0; background: #605b5a;}

.mypageList_item {border-bottom: 1px solid #2d2d2d; position: relative;}
.mypageList_item a {display: block; padding: 20px 20px 13px;}
.mypageList_item .num,
.mypageList_item .date {font-size: 13px; color: #888;}
.mypageList_item .date {margin-left: auto;}
.mypageList_item .tit {font-size: 14px; line-height: 1.7142; color: #fff; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: keep-all;}
.mypageList_edit .date {margin-right: 38px;}
.mypageList_edit .btn_edit {display: flex; align-items: flex-end; width: 45px; height: 32px; padding: 0; background: url('../images/common/ico/ico_edit.png') center bottom/ 12px auto no-repeat; position: absolute; right: 0; top: 0;}
.mypageList_edit .btn_edit::before {content: ''; display: block; width: 1px; height: 10px; margin-top: 2px; background: #737373;}

.mypage_pagination {margin-top: 6px; text-align: center;}
.mypage_pagination .boardPagination_item {margin: 0;}
.mypage_pagination .boardPagination > a,
.mypage_pagination .boardPagination_item a {padding: 0 2.5vw}

.noData {display: flex; align-items: center; justify-content: center; padding: 120px 0 60px;}
.noData .txt {font-size: 14px;}
/* // 마이페이지 레이아웃 및 리스트 */

/* 마이페이지 작성 */
.reqForm {margin: 35px -20px 0; background: #191919;}
.reqForm .btn_reqForm {display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 20px; font-size: 15px; font-weight: 700; text-align: left;}
.reqForm .btn_reqForm .tit {display: block; font-size: 18px; font-weight: 700;}
.reqForm .btn_reqForm .txt {display: block; margin-top: 10px; font-size: 14px; color: #888; font-weight: 400;}
.reqForm_form {margin-top: 20px; padding: 0 20px 20px;}
.reqForm .form_group {display: flex; flex-direction: column;}
.form_group + .form_group {margin-top: 40px;}
.reqForm .form_txt {margin-top: 40px;}
.reqForm .form_txt .txtOnly {margin-top: 18px; height: 126px; padding: 15px; border: 1px solid #444; box-sizing: border-box; font-size: 14px; line-height: 1.4285; overflow-y: auto;}
.form_label {font-size: 15px; font-weight: 500;}
.form_group .reqMark {color: #e30019;}
.reqForm .form_input {margin-top: 20px;}
.form_input .inp {width: 100%; padding: 10px 0; background-color: transparent; border-bottom: 1px solid #444; border-radius: 0; box-sizing: border-box; font-size: 14px; }
.form_select .select {width: 100%; padding: 12px 20px 13px 0; background: #191919 url('../images/common/ico/arwDown_26x15_grey.png') right center/13px auto no-repeat; border: 0; border-bottom: 1px solid #444; border-radius: 0; box-sizing: border-box; font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.form_select .select::-ms-expand {display: none;}
.form_flex {display: flex; align-items: center; margin-top: 30px;}
.form_flex_column {flex-direction: column;}
.form_flex_alignStart {align-items: flex-start;}
.form_radio + .form_radio {margin-left: 30px;}
.form_radio .form_label_radio {display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 400; cursor: pointer;}
.form_radio .form_label_radio span {color: #ccc;}
.form_radio .form_label_radio::before {content: ''; display: block; width: 16px; height: 16px; margin-right: 10px; background-image: url(../images/common/ico/ico_radio_off.png); background-size: 16px auto; background-repeat: no-repeat;}
.form_radio .radio:checked + .form_label_radio::before {background-image: url(../images/common/ico/ico_radio_on.png);}
.form_img {display: flex; flex-direction: column; margin-top: 20px;}
.form_img .img_control {display: flex; align-items: flex-end;}
.form_img .img_info {flex: 1; padding-bottom: 10px; border-bottom: 1px solid #444; font-size: 14px;}
.form_group .btn_add {width: 105px; display: flex; align-items: center; justify-content: center; margin-left: 10px; padding: 13px 10px; background: #e30019; border-radius: 3px; font-size: 14px;}
.form_group .btn_add:disabled,
.form_group .btn_add.disabled {background: #2d2d2d; color: #888;}
.form_img .img {margin-top: 10px; border-radius: 6px; position: relative; overflow: hidden; position: relative;}
.form_img .img::before {content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); position: absolute; left: 0; top: 0;}
.form_img .img.thumb_pc {max-width: 60px;}
.form_img .img.thumb_mo {max-width: 90px;}
.form_img .img.visual_pc {max-width: 128px;}
.form_img .img.visual_mo {max-width: 60px;}
.form_img .btn_delete {width: 11.5px; height: 11.5px; background :url('../images/common/ico/ico_delete_shadow.png') 0 0/11.5px auto no-repeat; position: absolute; right: 6.5px; top: 6.5px;}
.form_flex .form_input {flex: 1;}
.form_flex .btn_add {align-self: flex-end;}

.tags {display: flex; flex-wrap: wrap;}
.tags .tag {display: flex; align-items: center; min-width: 0; margin: 10px 5px 0 0; padding: 7px 7px 7px 9px; border: 1px solid #444; border-radius: 30px; box-sizing: border-box;}
.tags .tag_txt {font-size: 12px; line-height: 1.2; color: #888; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.tags .btn_delete {flex: 1 0 auto; width: 12px; height: 12px; margin-left: 3px; background :url('../images/common/ico/ico_delete.png') 0 center/12px auto no-repeat;}

.info_list {margin-top: 7px;}
.info_list li {font-size: 12px; line-height: 1.333; color: #444; word-break: keep-all;}
.info_list li::before {margin-right: 4px;}
.info_list.mark_ref li::before {content: '※'; }
.info_list b {font-weight: 700;}
.form_group .info_list {margin-top: 10px;}

.userInfo {margin-top: 35px;}
.userInfo .h_tit {display: block; margin-bottom: 20px; font-size: 15px; font-weight: 500;}
.userInfo .form_tbl {display: table; width: 100%;}
.userInfo .form_tbl + .form_tbl {margin-top: 20px;}
.userInfo .form_label,
.userInfo .form_cell {display: table-cell; vertical-align: top; font-size: 0;}
.userInfo .form_label {width: 82px; padding-top: 12px;}
.userInfo .form_label span {font-size: 14px; color: #ccc; font-weight: 400;}
.userInfo .form_cell {width: calc(100% - 82px); margin-top: 20px;}
.userInfo .form_cellbox + .form_cellbox {margin-top: 20px;}
.userInfo .form_select,
.userInfo .form_unit {display: inline-block; vertical-align: top;}
.userInfo .form_unit {width: 20px; padding-top: 12px; font-size:14px; text-align: right;}
.userInfo .form_select {width: calc(100% - 20px);}
.userInfo .form_select + .form_select {margin-top: 5px;}
.userInfo .info_list {margin-left: 0;}

.evelyForm {margin: 50px -20px 0; padding: 50px 20px; background: #e5e2dd;}
.evelyForm * {color: #1d1e1e;}
.evelyForm .noData {padding: 70px 0;}
.evelyForm .noData .txt {font-size: 14px; line-height: 1.4285; color: #888; text-align: center;}
.evelyForm_btn {display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 50px -20px 0; padding: 66px 20px; background: #191919;}
.evelyForm_btn .txt {font-size: 18px; font-weight: 700;}
.btn_evelyForm {display: block; width: 80px; height: 80px; margin-top: 20px; background: url('../images/common/ico/ico_evely_plus.png') 0 0/80px auto no-repeat;}
.evelyForm .form_input {margin-top: 15px;}
.evelyForm .form_input .inp {padding: 14px 16px; border: 1px solid #ccc;}
.evelyForm .inp::placeholder,
.evelyForm .textarea::placeholder {color:#bbb;}
.evelyForm .inp:-ms-placeholder,
.evelyForm .textarea:-ms-placeholder {color:#bbb;}
.evelyForm .inp:-webkit-placeholder,
.evelyForm .textarea:-webkit-placeholder{color:#bbb;}

.form_textarea {margin-top: 15px; padding: 15px; border: 1px solid #ccc; box-sizing: border-box; position: relative;}
.form_textarea .textarea {width: 100%; background: transparent; border: 0; box-sizing: border-box; font-family: 'Pretendard', sans-serif; font-size: 14px; line-height: 1.5; resize: none;}/* 20250925 수정 */
.form_textarea .textareaDiv {height: 94px; overflow-y: auto;}
.form_textarea .textareaDiv::before {content: attr(data-placeholder); display: inline-block; color: #bbb;}
.form_textarea .textarea b {font-weight: 700;}
.form_textarea .textarea .placeholder {color: #bbb;}
.form_textarea .textarea_cnt {display: block; margin-top: 10px; font-size: 14px; color: #bbb; text-align: right;}
.form_textarea .textarea_cnt .num {color: #888;}
.form_textarea .btn_bold {display: block; width: 30px; height: 30px; line-height: 30px; background: #fff; border-radius: 3px; font-size: 14px; font-weight: 700; position: absolute; right: 0; top: -36px;}
.form_deleteBtn {display: flex; width: 100%; margin-top: 15px;}
.form_deleteBtn .btn_delete {display: flex; align-items: center; justify-content: center; width: 94px; height: 30px; margin-left: auto; background: #434343; border-radius: 3px; font-size: 12px;}
.form_deleteBtn .btn_delete::before {content: ''; display: block; width: 11px; height: 12.5px; margin-right: 5px; background: url('../images/common/ico/ico_trashcan.png') 0 0/11px auto no-repeat;}
.form_deleteBtn .btn_delete span {color: #fff;}
.form_deleteBtn .info_list {margin-right: 10px;}

.form_imgGroup {margin-top: 15px; padding: 15px; border: 1px solid #ccc;}
.form_imgGroup .imgAdd_btn {padding-top: 91.8429%; position: relative;}
.form_imgGroup .btn_imgAdd {display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.form_imgGroup .btn_imgAdd::before {content: ''; display: block; width: 80px; height: 80px; background: url('../images/common/ico/ico_img_add.png') center top/80px auto no-repeat;}
.form_imgGroup .btn_imgAdd span {width: 94px; height: 30px; line-height: 30px; margin-top: 15px; background: #434343; border-radius: 3px; font-size: 12px; color: #fff;}
.form_imgGroup .viewMgzn_prdTag {padding: 0;}
.form_imgGroup .imgAdd {position: relative;}
.form_imgGroup .btn_delete {width: 20px; height: 20px; background: url('../images/common/ico/ico_delete_large.png') 0 0/20px auto no-repeat; position: absolute; right: 15px; top: 15px; z-index: 10;}

.form_imgGroup .tagPop_brand {color: #666;}
.form_imgGroup .tagPop_name {color: #000;}
.form_imgGroup .tagPop_shopNow {color: #fff;}
.form_imgGroup .tagPop_brand {padding-right: 15px;}
.form_imgGroup .deleteTag_btn {position: absolute; right: 0; top: 0; z-index: 10;}
.form_imgGroup .btn_deleteTag {width: 20px; height: 20px; background: url('../images/common/ico/ico_del.png') left bottom/11px auto no-repeat;} /* 20240516 #14501 수정 */

/* 20240520 #14501 추가 :: S */
.form_imgGroup .taggedSlide {display: flex; flex-wrap: wrap;}
.form_imgGroup .taggedSlide::after, 
.form_imgGroup .taggedSlide::before {display: none;}
.form_imgGroup .taggedSlide_item {width: calc((100% - 30px) / 4); margin: 10px 10px 0 0;}
.form_imgGroup .taggedSlide_item:nth-child(4n) {margin-right: 0;}
.form_imgGroup .taggedSlide {padding: 0 !important;}
.form_imgGroup .taggedSlide_imgArea {cursor: pointer;}
/* 20240520 #14501 추가 :: E */

.info_guide {margin-top: 15px; font-size: 14px; color: #bbb; text-align: center;}
.evelyForm .form_group_s {margin-top: 15px;}
.evelyForm .form_label_s {font-size: 13px;}
.form_line {margin-top: 15px;}
.form_line .btn_open {display: flex; align-items: center; width: 100%; height: 50px; padding: 15px; border: 1px solid #ccc; box-sizing: border-box; font-size: 14px; text-align: left; position: relative;}
.form_line .btn_open em {color: #bbb;}
.form_line .btn_open.selected {justify-content: center; padding:15px 40px;}
.form_line .btn_open::after {content: ''; display: block; width: 12px; height: 7px; margin-left: auto; background-image: url('../images/common/ico/ico_dropdown_down.png'); background-size: 12px auto; background-repeat: no-repeat; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
.form_line .line_list {display: none; margin-top: 4px; border: 1px solid #ccc; box-shadow: 1px 2px 5px rgba(0,0,0,0.2);}
.form_line .btn_line {display: flex; align-items: center; justify-content: center; width: 100%; height: 40px; padding: 0 40px; box-sizing: border-box;}
.form_line .lineSolid {display: block; width: 100%; height: 1px; background: #ccc;}
.form_line .lineIcon {display: flex; align-items: center; justify-content: space-between; width: 125px;  height: 17px; background: url('../images/common/ico/ico_line_icon.png') center center/17px auto no-repeat; position: relative;}
.form_line .lineIcon::before, 
.form_line .lineIcon::after {content: ''; display: block; width: 45px; height: 1px; background: #ccc;}
.form_line .lineDashed {display: block; width: 100%; height: 1px; border-top: 1px dashed #ccc;}

.form_line.on .btn_open {border: 2px solid #e5132e; }
.form_line.on .btn_open::after {background-image: url('../images/common/ico/ico_dropdown_up.png');}
.form_line.on .line_list {display: block;}
.form_line .btn_line:hover,
.form_line .btn_line:active {background: #eee;}

.btnGroup {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 40px; text-align: center;}
.btnGroup .btn {width: calc((100% - 10px) / 2); margin-top: 10px; padding: 13px 16px; border: 1px solid #e30019; border-radius: 45px; box-sizing: border-box; font-size: 17px; font-weight: 500;}
.btnGroup .btn + .btn {margin-left: 10px;}
.btnGroup.length3 .btn {width: calc((100% - 20px) / 3);}
.btnGroup.length4 .btn:nth-child(3) {margin-left: 0;}
.btnGroup .btn_lightGray {background: #bbb; border-color: #bbb;}
.btnGroup .btn_lightGray span {color: #1d1e1e;}
.btnGroup .btn_darkGray {background: #434343; border-color: #434343;}
.btnGroup .btn_black {background: #000; border-color: #000;}
.btnGroup .btn_primary {background: #e30019; border-color: #e30019;}

/* 20240612 #14501 추가 :: S */
.evelyForm .form_input .inp,
.evelyForm .form_textarea,
.form_imgGroup,
.form_line .btn_open,
.form_line .line_list {background: #fff;}
/* 20240612 #14501 추가 :: E */
/* // 마이페이지 작성 */

/* 이블리 관련 팝업 */
.evelyPopWrap {height: 100%; top: 0;}
.evelyPop {max-width: 670px; width: calc(100% - 40px); padding: 30px 24px; background: #fff; box-sizing: border-box; box-shadow: 3px 1px 8px rgba(0,0,0,0.4); position: absolute; left: 20px; top: 50%; transform: translate(0, -50%);}
.evelyPop .popTit {display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px;}
.evelyPop .popTit .tit {font-size: 18px; color: #1d1e1e; font-weight: 700;}
.evelyPop .popTit .btn_close {width: 16.5px; height:16.5px; background: url('../images/common/ico/ico_popup_close.png') 0 0/16.5px auto no-repeat;}
.evelyCont_list {display: flex; flex-wrap: wrap;}
.btn_evelyCont {display: flex; align-items: center; justify-content: center; width: calc(50% - 9px); padding: 10px 12px 14px; background: #434343; border-radius: 3px; box-sizing: border-box; font-size: 16px; color: #fff;}
.btn_evelyCont:nth-child(2n) {margin-left: 18px;}
.btn_evelyCont:nth-child(n + 3) {margin-top: 18px;}
.btn_evelyCont::before {content: ''; width: 17px; height: 15px; margin: 2px 10px 0 0; background-size: 17px auto; background-repeat: no-repeat;}
.btn_evelyCont.tit::before {background-image: url('../images/common/ico/ico_evely_tit.png');}
.btn_evelyCont.cont::before {background-image: url('../images/common/ico/ico_evely_cont.png');}
.btn_evelyCont.line::before {background-image: url('../images/common/ico/ico_evely_line.png');}
.btn_evelyCont.btn::before {background-image: url('../images/common/ico/ico_evely_btn.png');}
.btn_evelyCont.img::before {background-image: url('../images/common/ico/ico_evely_img.png');}
.btn_evelyCont.video::before {background-image: url('../images/common/ico/ico_evely_video.png');}
.btn_evelyCont.intro::before {background-image: url('../images/common/ico/ico_evely_intro.png');}
.btn_evelyCont.product::before {background-image: url('../images/common/ico/ico_evely_product.png');}
.btn_evelyCont:hover,
.btn_evelyCont:active {background: #e30019;}

.evelyPop_product {padding-bottom: 0;}
.evelyPop_product .form_group + .form_group {margin-top: 15px;}
.evelyPop_product .form_label {font-size: 12px; color: #1d1e1e; font-weight: 500;}
.evelyPop_product .form_input {margin-top: 10px;}
.evelyPop_product .form_input .inp {padding: 8px 15px; background: #f7f7f7; border: 1px solid #ddd; font-size: 12px;}
.evelyPop_product .form_input .inp::placeholder {color:#ccc;}
.evelyPop_product .form_input .inp:-ms-placeholder{color:#ccc;}
.evelyPop_product .form_input .inp:-webkit-placeholder{color:#ccc;}
.evelyPop_product .form_imgBtn {width: 76px; height: 76px; margin-top: 10px; position: relative;}
.evelyPop_product .form_imgBtn .btn_img {width: 100%; height: 100%; background: url('../images/common/ico/ico_img_plus.png') 0 0/76px auto no-repeat; position: absolute; left: 0; top: 0;}
.evelyPop_product .form_imgBtn .img {width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover;}
/* 20240401 #14501 추가 :: S */
.evelyPop_product .form_imgBtn.after::before {content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); position: absolute; left: 0; top: 0; z-index: 5;} 
.evelyPop_product .form_imgBtn .btn_delete {display: block; width: 11.5px; height: 11.5px; background :url('../images/common/ico/ico_delete_shadow.png') 0 0/11.5px auto no-repeat; position: absolute; right: 6.5px; top: 6.5px; z-index: 10;} 
/* 20240401 #14501 추가 :: E */
.pop_btnGroup {display: flex; align-items: center; justify-content: center; margin: 30px -24px 0;}
.pop_btnGroup .btn {flex: 1; padding: 15px 10px; font-size: 14px; font-weight: 500;}
.pop_btnGroup .btn_lightGray{background: #bbb; color: #1d1e1e;}
.pop_btnGroup .btn_darkGray{background: #434343; color: #fff;}
/* // 이블리 관련 팝업 */

/* 이블리 상세 */
.evelyPreview {margin-top: -55px; padding-bottom: 60px;}
.userSummary {max-width: 800px; margin: 0 auto; padding: 35px 20px 0; box-sizing: border-box;}
.userSummary_inner {padding: 20px 10px; background: #e0ddd8;}
.sumIcon_list {display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden;}
.sumIcon_item {flex: 1 1 auto; padding: 0 10px; position: relative;}
.sumIcon_item:first-child {padding-left: 0;}
.sumIcon_item:last-child {padding-right: 0;}
.sumIcon_item::before {content: ''; display: block; width: 1px; height: 30px; background: #ccc; position: absolute; left: -1px; top: 50%; transform: translate(0, -50%);}
.sumIcon_item .txt {display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 14px; letter-spacing: -0.05em; color: #1d1e1e;}
.sumIcon_item .txt::before {content: ''; width: 30.5px; height: 25.5px; margin-bottom: 10px; background-position: center top; background-size: 30.5px auto; background-repeat: no-repeat;}
.sumIcon_item1_1 .txt::before {background-image: url('../images/common/ico/ico_user1_1.png');} /* 1명 */
.sumIcon_item1_2 .txt::before {background-image: url('../images/common/ico/ico_user1_2.png');} /* 2명 */
.sumIcon_item2_1 .txt::before {background-image: url('../images/common/ico/ico_user2_1.png');} /* 0-6살 */
.sumIcon_item2_2 .txt::before {background-image: url('../images/common/ico/ico_user2_2.png');} /* 7-15살 */ 
.sumIcon_item2_3 .txt::before {background-image: url('../images/common/ico/ico_user2_3.png'); width: 53.5px; height: 25.5px; background-size: 53.5px auto; }  /* 나이 상관 없이 2명 이상 */
.sumIcon_item3_1 .txt::before {background-image: url('../images/common/ico/ico_user3_1.png');} /* 입히기 */
.sumIcon_item3_2 .txt::before {background-image: url('../images/common/ico/ico_user3_2.png');} /* 먹이기 */
.sumIcon_item3_3 .txt::before {background-image: url('../images/common/ico/ico_user3_3.png');} /* 꿀템소개 */
.sumIcon_item4_1 .txt::before {background-image: url('../images/common/ico/ico_user4_1.png');} /* 워킹맘, 웤이대디 */
.sumIcon_item4_2 .txt::before {background-image: url('../images/common/ico/ico_user4_2.png');} /* 주부 */
.sumIcon_item4_3 .txt::before {background-image: url('../images/common/ico/ico_user4_3.png');} /* 육아휴직 */
.sumIcon_item4_4 .txt::before {background-image: url('../images/common/ico/ico_user4_4.png');} /* 임산부 */
.sumTxt_list {display: flex; margin-top: 20px; padding-top: 20px; border-top: 1px solid #ccc; font-size: 0;}
.sumTxt_item {display: inline-block;}
.sumTxt_item + .sumTxt_item {margin-left: 10px;}
.sumTxt_item .tit {font-size: 12px; color: #888;}
.sumTxt_item .txt {margin-left: 3px; font-size: 12px; letter-spacing: -0.05em; color: #1d1e1e;}

.viewCont {max-width: 800px; margin: 0 auto; padding: 50px 20px 0; box-sizing: border-box; letter-spacing: -0.04em; word-break: keep-all;}
.viewCont .viewMgzn_editTxt {line-height: 1.8; word-break: keep-all;}
.viewCont .viewMgzn_editTxt b {font-weight: 700;}
.viewCont .viewMgzn_prdTag {max-width: 800px; padding: 0;}
.viewCont_iframe {padding-top: 56.25%; position: relative;}
.viewCont_iframe  iframe {width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.viewCont_img img {max-width: 100%; width: auto; margin: 0 auto; text-align: center;}
.viewCont_caption {margin-top: 15px; font-size: 14px; line-height: 1.4; color: #888; text-align: center;}
.viewCont_txt {padding-top: 20px;}
.viewCont_btn {font-size: 0; text-align: center;}
.viewCont_btnWith {margin-top: 35px;}
.btn_viewCont {display: inline-block; min-width: 262px; padding: 14px 10px; background: #e30019; border-radius: 8px 0 8px 0; box-sizing: border-box; font-size: 14px; line-height: 1.5; color: #fff; font-weight: 700;}
.viewCont_line1 {display: block; width: 100%; height: 1px; background: #ccc;}
.viewCont_line2 {display: flex; align-items: center; justify-content: space-between; width: 125px;  height: 17px; margin: 0 auto; background: url('../images/common/ico/ico_line_icon.png') center center/17px auto no-repeat; position: relative;}
.viewCont_line2::before, 
.viewCont_line2::after {content: ''; display: block; width: 45px; height: 1px; background: #ccc;}
.viewCont_line3 {display: block; width: 100%; height: 1px; border-top: 1px dashed #ccc;}
.viewCont .taggedSlide .slick-track {padding-bottom: 0 !important;}
.viewEvely {padding-bottom: 33px;}
/* // 이블리 상세 */

/***
**************************************
min-width: 768px
**************************************
****/
@media all and (min-width: 768px) {

    /* 로그인 */    
    .login {margin-top: -100px;}
    .login_form {padding: 60px; background: #191919;}
    .login_logo a {width: 159px; height: 44px; background-image: url('../images/common/ico/logo_pc.png'); background-size: 159px auto;}
    .login_input {padding: 16px 20px 16px 47px; background-position: 20px 22px; background-size: 14px auto;}
    .login_input .inp {font-size: 18px;}
    .login .btn_login {padding: 19px 20px; font-size: 22px;}
    /* // 로그인 */

    /* 마이페이지 레이아웃 및 리스트 */
    .mypage {margin-top: -100px; padding: 80px 0 100px;}          
    .btn_accordion::after {width: 18px; height: 10px; background-size: 18px auto;}
    
    .mypageLayout {padding-left: 25%; position: relative;}                    
    .mypageLnb {width: 25%; padding-right: 80px; box-sizing: border-box; position: absolute; left: 0; top: 0; right: 0; bottom: 0;} /* 20240401 #14501 수정 */
    .mypageLnb .accordion .accordion_cont {display: none;}
    .mypageLnb .accordion.on .accordion_cont{display: block;}
    /* 20240401 #14501 추가 :: S */
    .mypageLogo {padding-bottom: 50px;}
    .mypageLogo a {width: 201px; height: 55px; margin: -10px 0 0; background-position: -20px -20px; background-size: 500px 1000px;}    
    /* 20240401 #14501 추가 :: E  */
    .mypageId {padding: 0 0 0 23px; background-size: 13px auto; font-size: 20px;}
    .mypageLnb_logout {margin-top: 43px; padding-top: 32px; border-top: 1px solid #313131; position: static;}

    .mypageMenu {margin-top: 30px; padding-top: 45px; border-top-width: 2px;}
    .mypageMenu .btn_tit {display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 48px; font-size: 20px;}
    .mypageMenu .btn_tit::after {content: ''; display: block; width: 12px; height: 7px; background: url('../images/common/ico/arwDown_12x7.png') 0 0/12px auto no-repeat; transition: 0.3s;}
    .mypageMenu_list {flex-direction: column; align-items: flex-start;}                    
    .mypageMenu_item + .mypageMenu_item {margin-top: 26px;}
    .mypageMenu_item span {padding-bottom: 6px; font-size: 16px;}                  
    
    .mypageTit {margin-top: 0; font-size: 35px;}
    .mypageNote {margin-top: 60px;}
    .mypageNote .btn {padding: 38px 50px; font-size: 24px;}
    .mypageNote .btn::after {width: 18px; height: 10px; background-size: 18px auto;}
    .mypageNote .cont {padding: 0 50px 32px; font-size: 16px; line-height: 1.937;}

    .mypageSch {margin-top: 40px;}
    .mypageSch .inp {padding: 23px 122px 23px 50px; font-size: 24px;}
    .mypageSch .btn_sch {width: 122px; height: 80px; background-size: 22px auto;}
    
    .mypage .mgznListSet {margin-top: 40px;}    
    .mypage .mgznListSet .mgznListSet_item {width: calc((99.9% - 80px) / 3); margin-left: 40px; margin-bottom: 40px;}                    
    .mypage .mgznListSet .mgznListSet_item:nth-child(2n - 1) {margin-left: 40px;}
    .mypage .mgznListSet .mgznListSet_item:first-child,
    .mypage .mgznListSet .mgznListSet_item:nth-child(3n + 1) {margin-left: 0;}
    .mypage .magazineItem {position: relative;}
    .mypage .magazineItem_info {margin-top: 0; padding: 16px 22px 35px 22px; position: absolute;}
    .mypage .magazineItem-listItem .magazineItem_date {margin-top: 12px; font-size: 16px;}
    .mypage .magazineItem .btn_edit {width: 40px; height: 40px; background: url('../images/common/ico/ico_edit_pc.png') 0 0/40px auto no-repeat; position: absolute; right: 22px; top: 22px;}

    .mypage_pagination .boardPagination_item {margin: 0 5px;}
    .mypage_pagination .boardPagination > a,
    .mypage_pagination .boardPagination_item a {padding: 0 20px;}

    .noData {padding: 300px 0 200px;}
    .noData .txt {font-size: 28px;}
    /* // 마이페이지 레이아웃 및 리스트 */

    /* 마이페이지 작성 */
    .reqForm {margin: 40px 0 0; border-radius: 6px;}
    .reqForm .btn_reqForm {padding: 38px 50px;}
    .reqForm .btn_reqForm > span {display: flex; align-items: center;}
    .reqForm .btn_reqForm .tit {font-size: 24px;}
    .reqForm .btn_reqForm .txt {margin: 0 0 0 20px; font-size: 16px;}
    .reqForm_form {margin-top: 0; padding: 40px 50px 50px;}

    .reqForm .form_group {flex-direction: row; align-items: center;}
    .reqForm .form_group .form_label {align-self: flex-start; width: 160px; margin-top: 18px; font-size: 20px;}
    .reqForm .form_input {flex: 1; margin-top: 0;}
    .reqForm .form_input .inp {padding: 13px 0; font-size: 16px;}
    .form_flex {margin-top: 0;}
    .form_radio + .form_radio {margin-left: 40px;}
    .form_radio .form_label_radio {width: auto; font-size: 16px;}
    .form_radio .form_label_radio::before {width: 23px; height: 23px; background-size: 23px auto;}
    .form_select .select {padding: 16px 20px 17px 0; background-position: right 10px center; background-size: 12px auto; font-size: 16px;}
    .reqForm .form_txt .txtOnly {flex: 1; height: 200px; margin-top: 0; padding: 20px; font-size: 16px;}

    .form_widthLimit {flex: 1; max-width: 625px; min-width: 0; width: 100%;}
    .form_widthLimit .form_img:nth-of-type(1) {margin-top: 0;}
    .form_img .img_info {padding-bottom: 16px; font-size: 16px;}
    .form_group .btn_add {width: 130px; padding: 18px 10px; font-size: 16px;}
    .form_img .img.thumb_pc {max-width: 80px;}
    .form_img .img.thumb_mo {max-width: 116px;}
    .form_img .img.visual_pc {max-width: 170px;}
    .form_img .img.visual_mo {max-width: 80px;}    
    .tags .tag{margin: 10px 10px 0 0; padding: 8px 14px 9px 15px;}
    .tags .tag_txt {font-size: 14px;}
    .tags .btn_delete {width: 12px; height: 14px; margin-left: 6px; background-size: 12px auto;}

    .info_list {margin-top: 5px;}
    .info_list li {font-size: 14px; line-height: 1.7142;}

    .userInfo {display: flex;}
    .userInfo .h_tit {width: 160px; margin: 16px 0 0 0; font-size: 20px;}
    .userInfo .form_tblWrap {flex: 1;}
    .userInfo .form_tbl {max-width: 530px;}
    .userInfo .form_tbl + .form_tbl {margin-top: 20px;}
    .userInfo .form_tbl .form_cellbox + .form_cellbox {margin-top: 10px;}
    .userInfo .form_label {width: 112px; padding-top: 16px;}
    .userInfo .form_label span {font-size: 16px;}
    .userInfo .form_select {width: 192px;}
    .userInfo .form_select + .form_select {margin-left: 10px; margin-top: 0;}
    .userInfo .form_unit {width: 22px; padding-top: 16px; font-size: 16px;}            

    .evelyForm {margin: 40px 0 0; padding: 50px 142px; border-radius: 6px; overflow: hidden;}
    .evelyForm .noData {padding: 190px 20px;}
    .evelyForm .noData .txt {font-size: 22px; line-height: 1.6818;}
    
    .evelyForm .form_label {font-size: 18px;}
    .evelyForm .form_textarea {margin-top: 20px; padding: 20px;}
    .form_deleteBtn {margin-top: 10px;}
    .form_deleteBtn .btn_delete {width: 97px; font-size: 14px;}
    .form_deleteBtn .btn_delete::before {width: 13px; height: 15px; margin-right: 6px; background-size: 13px auto;}
    .form_textarea .btn_bold {font-size: 16px;}    
    .form_textarea .textareaDiv {height: 158px;}
    .evelyForm .form_input {margin-top: 20px;}
    .evelyForm .form_input .inp {padding: 19px 20px; font-size:14px;}
    .evelyForm .form_input .inp.fs_24 {font-size:24px;} /* 20240813 #18976 추가 */
    
    .form_imgGroup {margin-top: 20px; padding: 20px;}
    .form_imgGroup .btn_imgAdd::before {width: 96px; height: 96px; background-size: 96px auto;}
    .form_imgGroup .btn_imgAdd span {width: 97px; margin-top: 20px; border-radius: 6px; font-size: 14px;}
    .form_imgGroup .btn_delete {width: 25px; height: 25px; background-size: 25px auto; right: 20px; top: 20px;}
    .form_imgGroup .btn_deleteTag {width: 28px; height: 28px; background-size: 13px auto;} /* 20240516 #14501 수정 */
    .form_imgGroup .imgTag_toggleTag {display: block;}
    .form_imgGroup .imgTag_tagPositioner {opacity: 1;}
    .form_imgGroup .tagPop_brand {padding-right: 20px;} /* 20240516 #14501 추가 */
    .hide .imgTag_tagPositioner,
    .hide .imgTag_popPositioner{display: none!important;}
    
    /* 20240520 #14501 추가 :: S */
    .form_imgGroup .taggedSlide_item {width: calc((100% - 50px) / 6);}
    .form_imgGroup .taggedSlide_item:nth-child(4n) {margin-right: 10px;}
    .form_imgGroup .taggedSlide_item:nth-child(6n) {margin-right: 0;}    
    /* 20240520 #14501 추가 :: E */
    
    .info_guide {margin-top: 20px; text-align: center;}
    .evelyForm .form_group_s {margin-top: 20px;}
    .evelyForm .form_label_s {font-size: 14px;}

    .form_line {margin-top: 20px;}
    .form_line .btn_open {height: 60px; padding: 15px 20px;}
    .form_line .btn_open.selected {padding: 15px 60px;}
    .form_line .btn_line {height: 50px; padding: 0 60px;}
    .form_line .lineIcon {width: 138px; height: 18px; background-size: 18px auto;}
    .form_line .lineIcon::before, 
    .form_line .lineIcon::after {width: 50px;}

    .evelyForm_btn {margin: 40px 0 0; padding: 77px 20px; border-radius: 6px; overflow: hidden;}
    .evelyForm_btn .txt {font-size: 24px;}
    .btn_evelyForm {width: 96px; height: 96px; margin-top: 28px; background-size: 96px auto;}    

    .btnGroup {margin-top: 50px;}
    .btnGroup .btn {max-width: 195px; width: 100%; padding: 18px 16px; border-radius: 30px; font-size: 22px;}
    .btnGroup.length4 .btn:nth-child(3) {margin-left: 10px;}
    /* // 마이페이지 작성 */

    /* 이블리 관련 팝업 */
    .evelyPop {padding: 40px 30px; left: 50%; transform: translate(-50%,-50%);}
    .evelyPop .popTit {padding-bottom: 40px;}
    .evelyPop .popTit .tit {font-size: 24px;}
    .evelyPop .popTit .btn_close {width: 24px; height: 24px; background-size: 24px auto;}
    .btn_evelyCont {width: calc(25% - 15px); margin-left: 20px;}
    .btn_evelyCont:nth-child(4n + 1) {margin-left: 0;}
    .btn_evelyCont:nth-child(2n) {margin-left: 20px;}
    .btn_evelyCont:nth-child(n + 3) {margin-top: 0;}
    .btn_evelyCont:nth-child(n + 5) {margin-top: 20px;}
    .btn_evelyCont::before {margin: 1px 11px 0 0;}
    .evelyPop_product {max-width: 440px; padding-bottom: 0;}
    .evelyPop_product .popTit {padding-bottom: 28px;}
    .evelyPop_product .form_group {display: block;}
    .evelyPop_product .form_group + .form_group {margin-top: 18px;}
    .evelyPop_product .form_group .form_label {font-size: 16px;}
    .evelyPop_product .form_imgBtn {width: 100px; height: 100px;}
    .evelyPop_product .form_imgBtn .btn_img {background-size: 100px auto;}
    .evelyPop_product .form_input .inp {padding: 12px 20px; font-size: 16px;}
    .pop_btnGroup {margin: 40px -30px 0;}
    .pop_btnGroup .btn {padding: 21px 20px; font-size: 18px;}
    /* // 이블리 관련 팝업 */

    /* 이블리 상세 */
    .userSummary_inner {padding: 30px 40px;}
    .sumIcon_item .txt {flex-direction: row; font-size: 18px;}
    .sumIcon_item .txt::before {width: 48px; height: 40px; margin-right: 5px; margin-bottom: 0; background-size: 48px auto;}
    .sumIcon_item2_3 .txt::before {width: 83px; height: 39px; background-size: 83px auto;}
    .sumTxt_list {margin-top: 30px; padding-top: 30px;}
    .sumTxt_item .tit {font-size: 16px;}
    .sumTxt_item + .sumTxt_item {margin-left: 20px;}
    .sumTxt_item .txt {margin-left: 10px; font-size: 16px;}

    .evelyPreview {margin-top: -100px; padding-bottom: 100px;}    
    .viewCont {padding-top: 70px;}
    .viewCont_btnWith {margin-top: 60px;}    
    .btn_viewCont {min-width: 248px;}
    .viewCont_caption {margin-top: 20px;}
    .viewCont_txt {padding-top: 35px;}    
    .viewCont_line2 {width: 138px; height: 18px; background-size: 18px auto;}
    .viewCont_line2::before, 
    .viewCont_line2::after {width: 50px;}   
    .viewMgzn .userSummary {padding-top: 90px;}
    /* // 이블리 상세 */
}                

/***
**************************************
max-width: 1366px
min-width: 768px
**************************************
****/
@media (max-width: 1366px) and (min-width: 768px) {

    /* 로그인 */
    .login {margin-top: -90px;}
    /* // 로그인 */

    /* 마이페이지 레이아웃 및 리스트 */
    .mypage {margin-top: -90px; padding: 60px 0 80px;}

    .mypageLnb {padding-right: 40px;} /* 20240401 #14501 수정 */
    /* 20240401 #14501 추가 :: S */
    .mypageLogo {padding-bottom: 45px;}
    .mypageLogo a {width: 151px; height: 41px; margin: -4px 0 0; background-position: -15px -15px; background-size: 375px 750px;}
    /* 20240401 #14501 추가 :: E  */

    .mypageTit {font-size: 30px;}
    .mypageNote {margin-top: 50px;}
    .mypageNote .btn {padding: 40px; font-size: 20px;}
    .mypageNote .cont {padding: 0 40px 40px; font-size: 14px; line-height: 1.5;}

    .mypageSch .inp {padding: 18px 70px 20px 25px; font-size: 18px;}
    .mypageSch .btn_sch {width: 70px; height: 64px;}
    
    .mypage .mgznListSet .mgznListSet_item {width: calc((99.9% - 60px) / 3); margin-left: 30px; margin-bottom: 30px;}
    .mypage .mgznListSet .mgznListSet_item:nth-child(2n - 1) {margin-left: 30px;}
    .mypage .mgznListSet .mgznListSet_item:first-child,
    .mypage .mgznListSet .mgznListSet_item:nth-child(3n + 1) {margin-left: 0;}

    .mypage_pagination .boardPagination > a,
    .mypage_pagination .boardPagination_item a {padding: 0 10px}    

    .noData {padding: 220px 0 140px;}
    .noData .txt {font-size: 20px;}
    /* // 마이페이지 레이아웃 및 리스트 */

    /* 마이페이지 작성 */
    .reqForm .btn_reqForm {padding: 40px;}
    .reqForm .btn_reqForm .tit {font-size: 20px;}
    .reqForm_form {padding: 0 40px 40px;}
    .reqForm .form_group .form_label {width: 130px; font-size: 18px;}

    .userInfo .h_tit {width: 130px; font-size: 18px;}
    .userInfo .form_label {width: 104px;} 
    .userInfo .form_tbl {max-width: 100%;}
    .userInfo .form_select {width: 180px;}    

    .evelyForm {padding: 40px;}    
    .evelyForm .noData {padding: 160px 20px;}
    .evelyForm .noData .txt {font-size: 18px;}

    .btnGroup .btn {max-width: 160px; padding:15px 16px; font-size: 18px;}
    /* // 마이페이지 작성 */

    /* 이블리 상세 */
    .evelyPreview {margin-top: -90px; padding-bottom: 80px;}
    .evelyPreview .userSummary {padding-top: 60px;}
    /* // 이블리 상세 */
}

/***
**************************************
max-width: 1023px
min-width: 768px
**************************************
****/
@media (max-width: 1023px) and (min-width: 768px) {

    /* 로그인 */
    .header_logout {margin-left: 10px;}
    /* // 로그인 */

    /* 마이페이지 레이아웃 및 리스트 */
    .mypageLnb {padding-right: 20px;} /* 20240401 #14501 수정 */    
    .mypageLogo {padding-bottom: 35px;} /* 20240401 #14501 추가 */
    .mypageId {font-size: 16px;}
    .mypageMenu .btn_tit {margin-bottom: 36px;}
    .mypageMenu_list {margin-top: 24px;}
    .mypageMenu_item + .mypageMenu_item {margin-top: 24px;}

    .mypageTit {font-size: 28px;}
    .mypageNote {margin-top: 40px;}
    .mypageNote .btn {padding: 30px; font-size: 20px;}
    .mypageNote .cont {padding: 0 30px 30px; font-size: 14px; line-height: 1.6;}

    .mypageSch .inp {padding: 18px 60px 18px 30px; font-size: 20px;}
    .mypageSch .btn_sch {width: 60px; height: 62px;}    

    .mypage .mgznListSet .mgznListSet_item {width: calc((99.9% - 30px) / 2); margin-left: 30px; margin-bottom: 30px;}
    .mypage .mgznListSet .mgznListSet_item:nth-child(3n + 1) {margin-left: 30px;}
    .mypage .mgznListSet .mgznListSet_item:first-child,
    .mypage .mgznListSet .mgznListSet_item:nth-child(2n - 1) {margin-left: 0;}    
    /* // 마이페이지 레이아웃 및 리스트 */

    /* 마이페이지 작성 */
    .reqForm_form {padding:0 30px 30px;}
    .reqForm .btn_reqForm {padding: 30px;}
    .reqForm .btn_reqForm .tit {font-size: 20px;}
    .reqForm .btn_reqForm .txt {font-size: 14px;}
    .regForm .form_group .form_label {width: 120px;}
    .form_radio .form_label_radio {width: auto; font-size: 14px;}
    .form_group .btn_add {width: 120px; font-size: 14px;}
    .form_img .img_info {font-size: 14px;}
    .form_txt .txtOnly {font-size: 14px;}    

    .userInfo {display: block;}
    .userInfo .h_tit {margin: 16px 0 20px 0;}
    .userInfo .form_label {width: 130px;}
    .userInfo .form_select {width: 140px;}
    
    .evelyForm {padding: 30px;}    
    .evelyForm_btn .txt {font-size: 20px;}
    .evelyForm .form_group_s {margin-top: 15px;}
    .evelyForm .form_label {font-size: 16px;}    

    .btnGroup.length4 .btn {width: calc((100% - 30px) / 4);}
    /* // 마이페이지 작성 */
}