@charset "utf-8";

 /*기존 소스*/
.mypage_wrap {
    position:relative;
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;    
}
.mypage_wrap * {/*font-family: 'NanumSquare';*/}
.mypage_wrap .my_aside {width:220px;flex-shrink:1;}
.mypage_wrap .my_content {width:calc(100% - 220px);padding-left:20px}
.mypage_wrap .my_infomation {width:100%;padding:10px;border-radius:6px;border:solid 1px #f0f0f0;background-color: #ffffff;}
.mypage_wrap .my_infomation .profile_img {position:relative;width:120px;height:120px;margin:30px auto 0;overflow:hidden;border-radius:120px;}
.mypage_wrap .my_infomation .profile_img img {position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);min-width:100%;min-height:100%;width:auto;height:100%;}
.mypage_wrap .my_infomation .profile_cont {margin-top:20px}
.mypage_wrap .my_infomation .profile_cont .text {font-size: 16px;font-weight:700;color:#484848;text-align:center;}
.mypage_wrap .my_infomation .profile_cont .profile_btn_box {margin-top:10px;text-align:center;}
.mypage_wrap .my_infomation .profile_cont .profile_btn_box .btn_my {
    display:inline-block;    
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #ff9100;
    font-size:12px;
    color:#fff;
    text-align:center;
    font-weight:bold;
}
.mypage_wrap.supplier .my_infomation .profile_cont .profile_btn_box .btn_my {background-color:#8dceee;}
.mypage_wrap .my_infomation .profile_cont .profile_transfer {text-align:center;}
.mypage_wrap .my_infomation .profile_cont .profile_transfer .btn_transfer {
    display:inline-block;
    width:20px;
    height:20px;
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:100% auto;
    background-image:url(/images/custom/icon/ico_transfer.png);
    text-indent:-999999px;
}
.mypage_wrap.supplier .my_infomation .profile_cont .profile_transfer .btn_transfer {background-image:url(/images/custom/icon/ico_transfer2.png);}
.mypage_wrap .mypage_nav {width:100%;margin-top:10px;border-radius:5px;border:solid 1px #f0f0f0;background-color:#fff;}
.mypage_wrap .mypage_nav .mypage_snb_list {position:relative;}
.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu {border-bottom:1px solid #f0f0f0;}
.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu:last-child {border-bottom:0}
.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu .snb_tit {
    position:relative;
    display:block;
    padding:15px 20px;
    font-size:14px;
    color:#484848;
    max-height: 48px;
}
.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu .snb_tit::after {
    content:"";
    display:block;
    position:absolute;
    top:17px;
    right:15px;
    width:11px;
    height:11px;
    background-image:url(/images/custom/icon/ico_tri_off.png);
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:100% auto;
}
.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu.active .snb_tit,
.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu .snb_tit:hover {
    background-color:#fffaf8;
}
.mypage_wrap.supplier .mypage_nav .mypage_snb_list .snb_menu.active .snb_tit,
.mypage_wrap.supplier .mypage_nav .mypage_snb_list .snb_menu .snb_tit:hover {
    background-color:#f8fbff;
}
.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu.active .snb_tit::after,
.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu .snb_tit:hover::after {
    background-image:url(/images/custom/icon/ico_tri.png);
}
.mypage_wrap.supplier .mypage_nav .mypage_snb_list .snb_menu.active .snb_tit::after,
.mypage_wrap.supplier .mypage_nav .mypage_snb_list .snb_menu .snb_tit:hover::after {
    background-image:url(/images/custom/icon/ico_tri2.png);
}

.mypage_wrap .mypage_box {
    position:relative;
    border-radius: 5px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #f0f0f0;
}
.mypage_wrap .mypage_box .head {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;
    height:47px;
    padding:15px 20px 15px 20px;
    border-radius: 5px;
    box-shadow:inset 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    background-color:#fffaf8;
}
.mypage_wrap.supplier .mypage_box .head {background-color: #f8fbff;}
.mypage_wrap .mypage_box .head .ico {display:block;width:17px;flex-shrink:1;}
.mypage_wrap .mypage_box .head .ico img {width:100%;height:auto}
.mypage_wrap .mypage_box .head .title {margin-left:10px;font-size:15px;font-weight:700;color:#484848}
.mypage_wrap .mypage_box .body {background-color:#fff}
.mypage_wrap .my_match_list_wrap {position:relative;padding:20px 25px;overflow:hidden;}
.mypage_wrap .my_match_list_wrap .my_match_list_content {position:relative;}
.mypage_wrap .my_match_list_wrap .my_match_list {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    border-radius: 5px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
}
.mypage_wrap .my_match_list_wrap .my_match_list dl {
    width:50%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    padding:20.25px 21px;
}
.mypage_wrap .my_match_list_wrap .my_match_list dl dt {font-size:15px;font-weight:700;color:#484848;}
.mypage_wrap .my_match_list_wrap .my_match_list dl dd {margin-left:auto;font-size:15px;color:#ff540f;font-weight:700;}
.mypage_wrap .my_top_info_wrap {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    flex-direction:row;
}
.mypage_wrap .my_top_info_wrap .top_info_box {width:50%}
.mypage_wrap .my_top_info_wrap .top_info_box:first-child {padding-right:10px}
.mypage_wrap .my_top_info_wrap .top_info_box:last-child {padding-left:10px}
.mypage_wrap .my_top_info_wrap .top_info_box .mypage_box {height:208px}
.mypage_wrap .my_top_certified_state_wrap {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;
    position:relative;
    padding:20px 40px 0;
    align-items:center;
}
.mypage_wrap .my_top_certified_state_wrap .gp_box {position:relative;width:170px;flex-shrink:1;}
.mypage_wrap .my_top_certified_state_wrap .state_btn_box {position:relative;width:calc(100% - 170px);padding-left:47px}
.mypage_wrap .my_top_certified_state_wrap .state_btn_box .btn_certified {
    display:inline-block;
    width: 113px;
    height: 34px;   
    padding: 10px 14px;
    border-radius: 100px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    text-align:center;
    font-size:13px;
    color:#484848;
}
.mypage_wrap .my_nohow_wrap {margin-top:20px}
.mypage_wrap .my_nobow_box {
    display:flex;
    width:100%;
    flex-direction:row;
    flex-wrap:wrap;
    height:102px;
    padding:15px 50px 15px 30px;
    border-radius: 5px;
    box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    align-items:center;
}
.mypage_wrap .my_nobow_box .nohow_img {width:72px;flex-shrink:1;}
.mypage_wrap .my_nobow_box .nohow_img img {width:100%;height:auto}
.mypage_wrap .my_nobow_box .nohow_text {width:calc(100% - 72px - 113px);padding-left:30px;font-size:15px;line-height:1.2;color:#484848}
.mypage_wrap .my_nobow_box .nohow_btn_box {width:113px}
.mypage_wrap .my_nobow_box .nohow_btn_box .btn_nohow {
    display:inline-block;
    width:100%;
    height:34px;
    padding:10px 5px;
    border-radius: 100px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    font-size:13px;
    color:#484848;
    text-align:center;
}
.mypage_wrap .tab_nav {position:relative;overflow:hidden;}
.mypage_wrap .tab_nav nav {margin:-2.5px}
.mypage_wrap .tab_nav nav .tab_nav_list {display:flex;flex-direction:row;flex-wrap:wrap;width:100%;}
.mypage_wrap .tab_nav nav .tab_nav_list li {width:20%;flex-shrink:1;padding:2.5px;}
.mypage_wrap .tab_nav nav .tab_nav_list li a {
    display:block;
    width:100%;
    height:47px;
    padding:15px 0 15px;
    border-radius: 5px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    font-size:15px;
    color:#484848;
    text-align:center;
}
.mypage_wrap .tab_nav nav .tab_nav_list li.active a,
.mypage_wrap .tab_nav nav .tab_nav_list li a:hover {background-color:#ff9100;color:#fff}
.mypage_wrap.supplier .tab_nav nav .tab_nav_list li.active a,
.mypage_wrap.supplier .tab_nav nav .tab_nav_list li a:hover {background-color:#8dceee;color:#fff}
.mypage_wrap .my_content_box {
    width:100%;
    padding:30px;
    border-radius: 5px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
}

.mypage_wrap .my_content_box.pdt0 {padding-top:0}



.mypage_wrap .no_match {position:relative;text-align:center;padding:25px 0 29px;}
.mypage_wrap .no_match .no_match_ico {position:relative;width:30px;margin:0 auto;}
.mypage_wrap .no_match .no_match_ico img {width:100%;}
.mypage_wrap .no_match .text {margin-top:15px;font-size:20px;color: #484848;}
.mypage_wrap .no_match .match_img {margin-top:30px}
.mypage_wrap .no_match .btn_box {margin-top:30px}
.mypage_wrap .btn_match_add {
    display:inline-block;
    height: 50px;
    padding: 15px 20px;
    border-radius: 100px;
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to right, #ff9100, #ff540f);
    font-size: 18px;
    font-weight:700;
    color: #ffffff;
}
.mypage_wrap .table_wrap {position:relative}

.mypage_wrap .table_wrap .img_area{
	padding-top: 90px;
	text-align: center;
}
.mypage_wrap .table_wrap .img_area .desc{
	margin-top: 30px;
    font-size: 20px;
    letter-spacing: -0.8px;
    color: #555;
    margin-bottom: 50px;
}

.mypage_wrap .table_wrap .table_head {
    display:flex;
    flex-direction:row;
    width:100%;
    min-height:40px;
    padding:10px 0;
    box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);
    background-color: #fffaf8;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    font-size: 16px;
    text-align: center;
    color: #484848;
    align-items:center;
    flex-wrap:wrap;
}
.mypage_wrap .table_wrap .table_row {
    display:flex;
    flex-direction:row;
    width:100%;
    min-height:40px;
    margin-top:9px;
    padding:10px 0;
    box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);
    background-color: #ffffff;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    font-size: 16px;
    text-align: center;
    color: #484848;
    align-items:center;
    flex-wrap:wrap;
}
.mypage_wrap .table_wrap .table_cell {flex-shrink:1;font-size:16px;color:#484848;padding-left:10px;padding-right:10px;text-align:center;}
.mypage_wrap .table_wrap .table_cell.date {width:109px}
.mypage_wrap .table_wrap .table_cell.prd_name {width:280px}
.mypage_wrap .table_wrap .table_cell.prd_name2 {width:450px}
.mypage_wrap .table_wrap .table_cell .subject {
    display:block;
    width:100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.mypage_wrap .table_wrap .table_cell.recruit {width:89px}
.mypage_wrap .table_wrap .table_cell.support {width:89px}
.mypage_wrap .table_wrap .table_cell.manager {width:100px;padding-left:5px;padding-right:5px}
.mypage_wrap .table_wrap .table_cell.manager2 {width:185px;padding-left:5px;padding-right:5px}
.mypage_wrap .table_wrap .table_cell .btn_manager {
    display:inline-block;
    height: 30px;
    padding: 6px 15px;
    border-radius: 5px;
    box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
    color:#484848;
}
.mypage_wrap .table_wrap .table_cell .btn_manager.org {color:#ff540f;}
.mypage_wrap .table_wrap .table_cell .btn_manager.blue {color:#42b5d9;}
.mypage_wrap.supplier .table_wrap .table_head {box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);background-color: #f8fbff;}
.mypage_wrap.supplier .table_wrap .table_row {box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);}
.mypage_wrap .match_view {position:relative;margin-top:29px}
.mypage_wrap .match_view .view_title {
    width:100%;
    min-height:40px;
    padding: 11px 0 0;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);
    background-color: #fffaf8;
    font-size:16px;
    color:#484848;
    font-weight:400;
    text-align:center;
}
.mypage_wrap .match_view .macth_view_list_wrap {margin-top:10px;}
.mypage_wrap .match_view .macth_view_list_wrap .view_list_content {margin:-5px}
.mypage_wrap .match_view .macth_view_list_wrap .view_list {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;
}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list {
    position:relative;
    width:50%;
    padding:5px;
}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner {
    position:relative;
    width:100%;
    min-height:243px;
    padding: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #f9f9f9;
    font-size:16px;
    color:#484848;
}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner .btn_box {
    position:absolute;
    top:20px;
    right:20px;
    flex-direction:column;
    margin:0;
}
.mypage_wrap .match_view .btn_match {
    display:inline-block;
    min-width:89px;
    height:28px;
    padding:5px;
    border-radius: 3px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    text-align:center;
    font-size:16px;
    color:#484848;    
}
.mypage_wrap .match_view .btn_match.red {color:#e33838;}
.mypage_wrap .match_view .btn_match.blue {color:#42b5d9;}
.mypage_wrap .match_view .btn_match.org {color:#ff540f;}
.mypage_wrap .match_view .btn_match.mt15 {margin-top:15px}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner .list_title {font-weight:700;padding-right:89px}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner .list_content {margin-top:20px}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner .top {padding-bottom:14px;border-bottom:1px solid #e9e9e9}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner .bottom {margin-top:15px}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner dl {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    align-items:flex-start;
}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner dl ~ dl {margin-top:13px}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner dl.fst {padding-right:89px;}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner dt {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    align-items:center;
    font-weight:400;
    width:119px;
    flex-shrink:1;
}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner dt i,
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner dt span {display:block;}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner dt i {width:18px;flex-shrink:1;}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner dt i img {max-width:100%;}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner dt span {width:calc(100% - 18px);padding-left:10px;}
.mypage_wrap .match_view .macth_view_list_wrap .view_list .list .list_inner dd {font-weight:700;width:calc(100% - 119px)}
.mypage_wrap.supplier .match_view .view_title {
    box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);
    background-color: #f8fbff;
}
.mypage_wrap .support_match_view {
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;    
    margin-top:10px;
    padding: 20px 20px 19px 28px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #f9f9f9;
    align-items:center;
}
.mypage_wrap .support_match_view .support_user {
    width:130px;
    font-size:16px;
    font-weight:700;
    color:#484848;
    text-align:center;
    
}
.mypage_wrap .support_match_view .support_user .user_img {
    position:relative;
    overflow:hidden;
    margin:0 auto;
    width: 100px;
    height: 100px;
    border-radius: 120px;
}
.mypage_wrap .support_match_view .support_user .user_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}
.mypage_wrap .support_match_view .support_user .nick_name {margin-top:15px}
.mypage_wrap .support_match_view .support_content {width:calc(100% - 158px);margin-left:27px;padding-left:30px;border-left:1px solid #e9e9e9}
.mypage_wrap .support_match_view .support_content .subject {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    font-size:16px;
    font-weight:700;
    color:#484848;
}
.mypage_wrap .support_match_view .support_content .subject .ca {color:#ff540f;margin-right:10px}
.mypage_wrap .support_match_view .support_content .subject .ca.org {color:#ff9100}
.mypage_wrap .support_match_view .support_content .subject .ca ~ .text {width:calc(100% - 80px);}
.mypage_wrap .support_match_view .support_content .subject .text {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.mypage_wrap .support_match_view .support_date {margin-top:20px}
.mypage_wrap .support_match_view .support_btn_box {margin-top:20px}
.mypage_wrap .support_match_view .support_contact {position:relative;margin-top:20px;padding-right:76px}
.mypage_wrap .support_match_view .support_contact .su_btn_box {
    position:absolute;
    bottom:0;
    right:0;
    width:89px;
}
.mypage_wrap .support_match_view .support_contact .su_btn_box .btn_detail {
    position:relative;
    top:auto;
    right:auto;
    width:100%;
    min-width:100%;
    color: #ff540f;
}
.mypage_wrap .support_match_view .support_contact .su_btn_box .btn_detail.mt10 {margin-top:10px}
.mypage_wrap .support_match_view .support_contact .su_btn_box .btn_detail.disabled {
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    color:#ccc;
    cursor:not-allowed;
}
.mypage_wrap .support_match_view .support_contact .btn_detail {
    position:absolute;
    bottom:0;
    right:0;
    display:inline-block;
    min-width:76px;
    height:28px;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    font-size:16px;
    color:#484848;
    text-align:center;
}

.mypage_wrap .support_match_view dl {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;
    font-size:16px;
    color:#484848;
}
.mypage_wrap .support_match_view dl dt {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:101px;
    align-items:center;
}
.mypage_wrap .support_match_view dl dt i {width:18px}
.mypage_wrap .support_match_view dl dt i img {width:100%;height:auto}
.mypage_wrap .support_match_view dl dt span {width:calc(100% - 18px);padding-left:10px}
.mypage_wrap .support_match_view dl dd {width:calc(100% - 101px);font-weight:700;}
.mypage_wrap .support_match_view dl ~ dl {margin-top:15px}
.mypage_wrap .info_mod {position:relative;padding:30px 78px}
.mypage_wrap .info_mod .profile_photo_edit {position:relative;width:150px;margin:0 auto}
.mypage_wrap .info_mod .profile_photo_edit .photo_box {position:relative;width:150px;height:150px;overflow:hidden;}
.mypage_wrap .info_mod .profile_photo_edit .photo_box img {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%}
.mypage_wrap .info_mod .profile_photo_edit .photo_btn_box {margin-top:15px;text-align:center;}
.mypage_wrap .info_mod .profile_photo_edit .btn_photo_edit {
    display:inline-block;
    position:relative;
    height: 37px;
    padding: 10px 9px;
    border-radius: 3px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    font-size: 15px;
    color: #484848;
}
.mypage_wrap .info_mod .info_mod_content {margin-top:30px}
.mypage_wrap .info_mod .form_area {position:relative;width:100%;}
.mypage_wrap .info_mod .form_area li {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    align-items:center;
}
.mypage_wrap .info_mod .form_area li.vt_flex_start {align-items:flex-start;;}
.mypage_wrap .info_mod .form_area li.vt_flex_start .label {padding-top:10px}
.mypage_wrap .info_mod .form_area li ~ li {margin-top:20px}
.mypage_wrap .info_mod .form_area li .label {
    width:103px;
    flex-shrink:1;
    font-size: 15px;
    font-weight: bold;
    color: #484848;
}
.mypage_wrap .info_mod .form_area li .cont {width:calc(100% - 103px);padding-left:19px}
.mypage_wrap .info_mod .form_area li .cont.in_btn_box {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.mypage_wrap .info_mod .form_area li .cont.in_btn_box .inputbox {width:calc(100% - 80px)}
.mypage_wrap .info_mod .form_area li .cont.in_btn_box .frm_btn_box {padding-left:10px} 

.mypage_wrap .info_mod .form_area .mt5 {margin-top:5px}
.mypage_wrap .info_mod .tag_list {margin-top:10px}
.mypage_wrap .info_mod .tag_list .tagbox {
    font-size: 14px;
    line-height: 1;
    height: 25px;
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    background-color: #fff5e1;
    color: #ff9100;
    margin-left: 10px;
}
.mypage_wrap .info_mod_btn_box {margin-top:30px;text-align:center;}
.mypage_wrap .info_mod_btn_box .btn_submit {
    display:inline-block;
    position:relative;
    height: 37px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to right, #ff9100, #ff540f);
    text-align:center;
    font-weight:700;
    font-size:15px;
    color:#fff;    
}
.mypage_wrap .frm_btn_box .btn_frm {
    display:inline-block;
    position:relative;
    height: 37px;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    font-size: 15px;    
    color: #484848;
}
.mypage_wrap .withdrawal {position:relative;padding:30px 90px}
.mypage_wrap .withdrawal .withdrawal_content {margin-top:50px}
.mypage_wrap .withdrawal .title {font-size:25px;font-weight:700;color:#484848}
.mypage_wrap .withdrawal .text1 {margin-top:20px;font-size:15px;color: #484848;}
.mypage_wrap .withdrawal .text2 {margin-top:10px;font-size:15px;line-height:1.33;color: #b0b0b0;}
.mypage_wrap .withdrawal .i_text1 {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;
    margin-top:30px;
    font-size: 15px;
    font-weight: bold;
    color: #484848;
}
.mypage_wrap .withdrawal .i_text1 i {display:block;width:17px}
.mypage_wrap .withdrawal .i_text1 i img {width:100%;}
.mypage_wrap .withdrawal .i_text1 span {display:block;width:calc(100 - 17px);padding-left:5px;}
.mypage_wrap .withdrawal .i_text2 {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;
    font-size: 15px;
    margin-top:10px;
    text-align: left;
    color: #b0b0b0;
    justify-content:center;
}
.mypage_wrap .withdrawal .i_text2 i {display:block;width:17px}
.mypage_wrap .withdrawal .i_text2 i img {width:100%;}
.mypage_wrap .withdrawal .i_text2 span {display:block;width:calc(100 - 17px);padding-left:5px;}
.mypage_wrap .withdrawal .withdrawal_btn_box {margin-top:50px;text-align:center;}
.mypage_wrap .withdrawal .withdrawal_btn_box .btn_submit {
    display:inline-block;
    position:relative;
    width: 290px;
    height: 40px;
    padding: 11px 0 12px 0;
    background-image: linear-gradient(to right, #ff9100, #ff540f);
    text-align:center;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}
.mypage_wrap .withdrawal .form_area li ~ li {margin-top:10px}

.modal_wrap {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none; 
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 10px 0;
    width:100%;
    height:100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.modal_bg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.member_act_info {
    position:fixed;
    top:0;
    right:0;
    width:500px;
    height:100%;
    z-index:21;
    /*font-family: 'NanumSquare';*/
    transform:translateX(200%);
    -webkit-transform:translateX(200%);
    -moz-transform:translateX(200%);
    -ms-transform:translateX(200%);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal_open .member_act_info {
    transform:translateX(0%);
    -webkit-transform:translateX(0%);
    -moz-transform:translateX(0%);
    -ms-transform:translateX(0%);
}
.member_act_info .head {
    display:flex;
    width:100%;
    height:70px;
    padding:24px 0 24px 30px;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    background-color: #ff540f;
}
.member_act_info .head .ico {width:22px;flex-shrink:1;}
.member_act_info .head .ico .btn_close {
    display:inline-block;
    position:relative;
    width:22px;
    height:22px;
    padding:0;
    margin:0;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(/images/custom/icon/ico_white_left_arr.png);
    text-indent:-999999px;
}
.member_act_info .head .title {width:calc(100% - 22px);padding-left:20px;font-size:20px;color:#fff;font-weight:700;}
.member_act_info .body {
    width:100%;
    height:calc(100% - 70px);   
    background-color:#f7f7f7;
    overflow-y:auto;
}
.member_act_info .body .body_in { padding:50px 50px 104px;}
.member_act_info .member_profile {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
}
.member_act_info .member_profile .profile_img {
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 120px;
}
.member_act_info .member_profile .profile_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}
.member_act_info .member_profile .profile_cont {width:calc(100%  - 120px);padding-left:25px}
.member_act_info .member_profile .profile_cont .profile_btn_box {position:relative;}
.member_act_info .member_profile .profile_cont .profile_btn_box .btn_my {
    display:inline-block;
    min-width:57px;
    height:25px;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #ff9100;
    font-size:14px;
    color:#fff;
    text-align:center;
}
.member_act_info .member_profile .profile_cont .profile_btn_box .btn_my.supplier {background-color: #8dceee;}
.member_act_info .member_profile .profile_cont .nick_name {font-size:20px;font-weight:700;color:#484848;margin-top:25px;}
.member_act_info .member_profile .profile_cont .sign_date {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    margin-top:25px;
}
.member_act_info .member_profile .profile_cont .sign_date .local {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    width:70px;    
}
.member_act_info .member_profile .profile_cont .sign_date .local .local_ico {width:17px;}
.member_act_info .member_profile .profile_cont .sign_date .local .local_ico img {width:100%;height:auto}
.member_act_info .member_profile .profile_cont .sign_date .local .local_text {width:calc(100% - 17px);font-size:15px;color:#707070}
.member_act_info .member_profile .profile_cont .sign_date .date {font-size:15px;color:#707070}
.member_act_info .profile_text {
    margin-top:30px;
    font-size:20px;
    color:#484848;
    display:-webkit-box; 
    word-wrap:break-word; 
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical; 
    overflow:hidden; 
    text-overflow:ellipsis;
    height:44px;
}
.member_act_info .act_info_list {margin-top:29px;padding-top:30px;border-top:1px solid #d9d9d9}
.member_act_info .act_info_list .title {font-size:18px;color:#484848;font-weight:700;}
.member_act_info .act_info_list .title span {display:inline-block;margin-left:20px;}
.member_act_info .act_info_list .title span span {margin-left:10px}
.member_act_info .act_info_list .supplier_info {position:relative;}
.member_act_info .act_info_list .supplier_info dl {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    width:100%;
    margin-top:20px;
    font-size:15px;
    color:#484848
}
.member_act_info .act_info_list .supplier_info dl dt {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    width:120px;
}
.member_act_info .act_info_list .supplier_info dl dt i,
.member_act_info .act_info_list .supplier_info dl dt span {display:block;}
.member_act_info .act_info_list .supplier_info dl dt i {width:17px}
.member_act_info .act_info_list .supplier_info dl dt i img {width:100%;height:auto}
.member_act_info .act_info_list .supplier_info dl dt span {padding-left:5px;width:calc(100% - 17px)}
.member_act_info .act_info_list .supplier_info dl dd {width:calc(100% - 120px);font-weight:700;}
.member_act_info .act_info_list .date_info {position:relative;margin-top:20px}
.member_act_info .act_info_list .date_info::before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:94px;
    width:1px;
    height:100%;
    background-color:#d9d9d9;
}
.member_act_info .act_info_list .date_info dl {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    width:100%;
    font-size:15px;
    color:#484848;
}
.member_act_info .act_info_list .date_info dl dt {
    padding-right:15px;    
}
.member_act_info .act_info_list .date_info dl dd {
    padding-left:14px;
}
.member_act_info .act_info_list .date_info dl ~ dl {padding-top:15px;}
.member_act_info .act_info_list .review_info {position:relative;margin-top:20px;}
.member_act_info .act_info_list .review_info dl {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    width:100%;
    font-size:15px;
    color:#484848;
}
.member_act_info .act_info_list .review_info dl ~ dl {margin-top:15px}
.member_act_info .act_info_list .review_info dl dt {width:99px}
.member_act_info .act_info_list .review_info dl dt img {width:17px;height:auto;}
.member_act_info .act_info_list .review_info dl dd {width:calc(100% - 99px);padding-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.member_act_info_bg {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.5);
    z-index:20;
}
.modal_open .modal_wrap {display:block;}
.modal_open .member_act_info_bg {display:block;}
.modal_open .modal_bg {display:block;}

.modal_match_bg {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.5);
    z-index:20;
}
.modal_match {
    position:absolute;
    top:200px;
    left:50%;
    width: 800px;    
    height: 620px;
    padding:26px 20px 20px;
    border-radius: 10px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    transform:translateX(-50%);
    z-index:22;
    /*font-family: 'NanumSquare';*/
}
.modal_match .head {position:relative;}
.modal_match .head .title {font-size:25px;color:#484848;font-weight:400;}
.modal_match .head .title em,
.modal_match .head .title span {display:inline-block;}
.modal_match .head .title em {font-weight:700;}
.modal_match .head .title span {margin-left:10px}
.modal_match .head .btn_close {
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:20px;
    height:20px;
    background:url(/images/custom/icon/ico_close.png) no-repeat 0 0;
    background-size:100% auto;
    text-indent:-99999px;
}
.modal_match .body {margin-top:20px}
.modal_match .tab {position:relative;display:flex;width:100%;flex-direction:row;flex-wrap:wrap;}
.modal_match .tab li {width:50%}
.modal_match .tab li a {
    display:block;
    width:100%;
    height: 60px;
    padding: 19px 0 19px;
    border-radius: 5px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);
    font-size:20px;
    font-weight:700;
    text-align:center;
    color:#484848
}
.modal_match .tab li a:hover,
.modal_match .tab li.on a {
    color:#fff;
    background-image: linear-gradient(to right, #ff9100, #ff540f);
}
.modal_match .modal_detail_match {margin-top:20px}
.modal_match .down_frm .form_area {position:relative;width:100%}
.modal_match .down_frm .form_area li {display:flex;flex-direction:row;flex-wrap:wrap;width:100%;align-items:center;}
.modal_match .down_frm .form_area li .label {width:176px;font-size:20px;color:#484848}
.modal_match .down_frm .form_area li .cont {width:calc(100% - 176px);padding-left:26px}
.modal_match .detail_box {       
    margin:19px 0 0 0;
    padding:39px 30px 22px 91px;
    border-radius: 5px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
}
.modal_match .detail_box {position:relative;}
.modal_match .detail_box .title {
    display:flex;
    width:100%;
    flex-direction:row;
    flex-wrap:wrap;
    font-size:15px;
    color:#484848;
    font-weight:700;
}
.modal_match .detail_box .title i {width:17px}
.modal_match .detail_box .title span {display:block;width:calc(100% - 17px);padding-left:5px}
.modal_match .detail_box .form_area {position:relative;width:100%;margin-top:20px}
.modal_match .detail_box .form_area li {display:flex;flex-direction:row;flex-wrap:wrap;width:100%;align-items:center;}
.modal_match .detail_box .form_area li .label {width:61px;font-size:15px;color:#b0b0b0;}
.modal_match .detail_box .form_area li .cont {width:calc(100% - 61px);padding-left:20px;font-size:15px;color:#707070;}
.modal_match .detail_box .form_area li.mt10 {margin-top:10px}
.modal_match .detail_box .form_area li.mt20 {margin-top:20px}
.modal_match .detail_box .form_area li .cont .label_list {display:flex;flex-direction:row;width:100%;}
.modal_match .detail_box .form_area li .cont .label_list .w86 {width:86px;}
.modal_match .detail_box .form_area li .cont .label_list .w96 {width:96px;}
.modal_match .detail_box .mt50 {margin-top:45px}
.modal_match .modal_detail_price {margin-top:40px;text-align:center;}
.modal_match .modal_detail_price .price_info {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    padding-left:253px;
}
.modal_match .modal_detail_price .price_info dt {font-size:25px;color:#484848;font-weight:bold;}
.modal_match .modal_detail_price .price_info dd {margin-left:30px;font-size:25px;color:#484848;font-weight:bold;}
.modal_match .modal_detail_price .price_info ~ .price_info {margin-top:25px}
.modal_match .modal_detail_price .price_info.margin {margin-top:55px}
.modal_match .modal_detail_price .price_info.margin dd {color:#ff540f;width:140px;text-align:right;}
.modal_match .modal_detail_price .imgbox {margin-top:30px}

.modal_review_write_bg {
    position:fixed;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:20;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal_review_write {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 470px;
    height: 289px;
    padding:20px;
    border-radius: 10px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    z-index:23;
    /*font-family: 'NanumSquare';*/
}
.modal_review_write .head {display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;width:100%}
.modal_review_write .head .title {font-size:20px;font-weight:700;color: #484848;}
.modal_review_write .head .btn_close {
    display:block;
    position:relative;
    width:20px;
    height:20px;
    background:url(/images/custom/icon/ico_close.png) no-repeat 0 0;
    background-size:100% auto;
    padding:0;
    margin-left:auto;
    text-indent:-99999px;
}
.modal_review_write .body {margin-top:18px}
.modal_review_write .star_btn_box {display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;width:100%}
.modal_review_write .star_btn_box label {display:block;position:relative;width:25px;height:25px;}
.modal_review_write .star_btn_box label em {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:100% auto;
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(/images/custom/icon/ico_star_off.png)
}
.modal_review_write .star_btn_box label input[type="checkbox"]:checked ~ em {background-image:url(/images/custom/icon/ico_star.png)} 
.modal_review_write .star_btn_box label + label {margin-left:2px}
.modal_review_write .review_reg_box {
    position:relative;
    width:430px;
    height:125px;   
    padding:20px;
    border-radius: 5px;
    background-color: #fff5f1;
    margin-top:15px;
}
.modal_review_write .review_reg_box .count {font-size:18px;color:#b0b0b0;text-align:right;}
.modal_review_write .review_reg_box textarea {
    width:100%;
    height:60px;
    border:0;
    background-color:transparent;
    font-size:18px;
}
.modal_review_write .btn_box {margin:14px 0 0 0;font-size:15px;color: #b0b0b0;justify-content:initial;}
.modal_review_write .btn_box .text {position:relative;}
.modal_review_write .btn_box .btn_submit {
    display:block;
    padding:0;
    margin:0 0 0 auto;
    border:0;
    background-color:transparent;
    font-size:15px;
    color:#484848;
}

.modal_select_account_bg {
    position:fixed;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.5);
    z-index:20;
}
.modal_select_account {
    position:absolute;
    top:50%;
    left:50%;
    width:428px;
    height:190px;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    transform:translate(-50%,-50%);
    z-index:22;
    /*font-family: 'NanumSquare';*/
}
.modal_select_account .head {display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;width:100%}
.modal_select_account .head .title {font-size:20px;font-weight:700;color: #ff540f;}
.modal_select_account .head .btn_close {
    display:block;
    position:relative;
    width:20px;
    height:20px;
    background:url(/images/custom/icon/ico_close.png) no-repeat 0 0;
    background-size:100% auto;
    padding:0;
    margin-left:auto;
    text-indent:-99999px;
}
.modal_select_account .body {margin-top:20px;font-size:18px;line-height:1.39;color: #484848;letter-spacing:-1px;}
.modal_select_account .m_btn_box {margin-top:20px;text-align:right;}
.modal_select_account .m_btn_box .btn_acc {
    display:inline-block;
    padding:0;
    margin:0 0 0 0;
    border:0;
    background-color:transparent;
    font-size:20px;
    color:#707070;
    font-weight:700;
}
.modal_select_account .m_btn_box .btn_acc ~ .btn_acc {margin-left:20px}






.cf_se:after {clear: both; display: block; content: "";}
/************************************************

						015.[판매자]매칭없을때

*************************************************/
.mypage_snb_list {
	display: block !important;
}

.page_title_se .title {
	font-weight: bold;	
}

.no_match_se {
	padding: 25px 0 30px;
}

.no_match_se h5 {
	display: none;
}

.no_match_se .icon_se {
	display: block;
	margin: 0 auto 15px;
}

.no_match_se p {
	text-align: center;
	font-size: 20px;
	color: #484848;
	/*font-family: NanumSquare;*/
	margin-bottom: 30px;
}

.no_match_se .img_se {
	display: block;
	margin: 0 auto 30px;
}

.no_match_se a {
	width: 138px;
	height: 50px;
	flex-grow: 0;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	border-radius: 100px;
	box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(to top, #ff9100, #ff540f);
	/*font-family: NanumSquare;*/
	font-size: 18px;
	color: #ffffff;
	display: block;
}




/************************************************

						016.[판매자]등록한매칭

*************************************************/
.mobile_txt_se {
	display: none;
}

.mypage_wrap .table_wrap .table_cell.date_se {
	width: 110px;
}

.mypage_wrap .table_wrap .table_cell.prd_name {
	width: calc(100% - 530px);
}

.mypage_wrap .table_wrap .table_cell.date {
	width: 110px;
}

.mypage_wrap .table_wrap .table_cell.manager2 {
	width: 80px;
}

.mypage_wrap .table_wrap .table_cell .btn_manager {
	cursor: pointer;
}

.page_navigation {
	margin-top: 0;
	padding-top: 30px;
}

.page_navigation ul {
	text-align: center;
}

.page_navigation ul li {
	display: inline-block;
}

.page_navigation ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	border: solid 1px #d9d9d9;
	background-color: #fff;
	text-align:center;
	line-height: 28px;
	font-size: 15px;
	color: #707070;
	/*font-family: NanumSquare;	*/
	margin: 0 1px;
}

.page_navigation ul li.img_btn_se a {
	display: inline-block;
	width: auto;
	padding: 0 5px;
	height: 30px;
	border: 0;
	background: none !important;
	line-height: auto;
}

.page_navigation ul li a strong {
	color: #ff540f;
	font-weight: bold;
}





/************************************************

						017.[판매자]등록한매칭-지원자보기

*************************************************/
.mypage_wrap .table_wrap .table_head_se {
	margin-top: 30px;
	margin-bottom: 10px;
}

.mypage_wrap .table_wrap .table_cell.big_cell_se {
	width: 100%;
}

.app_wrap_se {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.app_list_se {
	width: calc(50% - 4px);	
	padding: 20px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #f0f0f0;
	background-color: #f9f9f9;
	margin-bottom: 8px;
	position: relative;
}

.app_list_se:nth-child(2n) {
	margin-left: 8px;
}

.app_list_se .nick_se {
	margin-bottom: 20px;
	/*font-family: NanumSquare;*/
	font-size: 16px;
	font-weight: bold;
	color: #484848;
}

.app_list_se .info_se {
	/*font-family: NanumSquare;*/
	font-size: 16px;
	font-weight: bold;
	color: #484848;
	margin-bottom: 12px;
}

.app_list_se .info_se span {
	font-weight: normal;
	width: 120px;
	display: inline-block;
}

.app_list_se .info_se span img {
	margin-right: 10px;
}

.app_list_se .line_se {
	background: #e9e9e9;
	width: 100%;
	height: 1px;
	margin: 15px 0;
}

.app_list_se  a {
	cursor: pointer;
}

.app_list_se .bt_se {
	position: absolute;	
	top: 20px;
	right: 20px;
}
.app_list_se .bt_se + .bt_se {
	top: 55px;
}

.app_list_se  .bt_se p {
	min-width: 89px;
	padding: 0 3px;
	height: 28px;
	font-size: 16px;
	color: #484848;
	text-align:center;
	line-height: 26px;
	border-radius: 3px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
}

.app_list_se  .bt_se .red_se {
	color: #e33838;
}

.app_list_se  .bt_se .blue_se {
	color: #42b5d9;
}

.app_list_se  .bt_se .gray_se {
	color: #ccc;
}



/************************************************

						018.[판매자]등록한매칭-슬라이드

*************************************************/
.pop_user_se {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000;	
}

@keyframes show_info_animate {
	0% { transform: translateX(100%); opacity: 0; }
	100% { transform: translateX(0%); opacity: 1; }
}

.pop_user_se .white_right_box_se {
	width: 500px;
	height: 100%;
	min-height: 100%;
	background-color: #f7f7f7;
	position: fixed;
	top: 0;
	right: 0;
	overflow-y: auto;
	animation-name: show_info_animate;
	animation-duration: .35s;
}
.pop_user_se .white_right_box_se.goods {
	width: 800px;
	display: flex;
    flex-direction: column;
}

.pop_user_se .white_right_box_se .org_box {
	background: #ff540f;
	width: 100%; height: 70px;
	line-height: 70px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.pop_user_se .white_right_box_se .org_box a {
	margin-left: 35px;
	margin-right: 20px;
	position: relative;
	top: -2px;
}

.pop_user_se .white_right_box_se .org_box a .m_se {
	display: none;
}

.pop_user_se .white_right_box_se .prof {
	padding: 50px 50px 30px;
}

.pop_user_se .white_right_box_se.goods .prof {
	padding: 30px;
	flex: 1;
	/* overflow: hidden; */

}
.pop_user_se .white_right_box_se .prof .thumb_se {
	width: 120px;
	height: 120px;
	float: left;
	display: block;
	margin-right: 25px;
	margin-bottom: 35px;
	border-radius: 50%;
	overflow: hidden;
}

.pop_user_se .white_right_box_se .prof .txt_se {
	float: left;
}

.pop_user_se .white_right_box_se .prof .txt_se .type {
	width: 57px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 3px;
	background-color: #ff9100;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 25px;
}

.pop_user_se .white_right_box_se .prof .txt_se .type.blue {
	background-color: #8dceee;
}

.pop_user_se .white_right_box_se .prof .txt_se .nick {
	font-size: 20px;
	color: #484848;
	font-weight: bold;
	margin-bottom: 25px;
}

.pop_user_se .white_right_box_se .prof .txt_se .nick.m_se {
	display: none;
}

.pop_user_se .white_right_box_se .prof .txt_se .loca {
	float: left;
	font-size: 15px;
	color: #707070;
	margin-right: 18px;
	padding-left: 22px;
	background: url(/images/mypg/placeholder.png) no-repeat left center;
	line-height: 17px;
}

.pop_user_se .white_right_box_se .prof .txt_se .date {
	float: left;
	font-size: 15px;
	color: #707070;
	line-height: 17px;
}

.pop_user_se .white_right_box_se .prof .pro_txt {
	clear: both;
	font-size: 15px;
	line-height: 24px;
	color: #484848;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.pop_user_se .white_right_box_se .sell_info {
	margin: 0 50px;
	border-top: 1px solid #d9d9d9;
	padding: 30px 0;
}

.pop_user_se .white_right_box_se .small_tit {
	font-size: 18px;
	color: #484848;
	font-weight: bold;
	margin-bottom: 20px;
}

.pop_user_se .white_right_box_se .sell_info .info_wrap_se {
	margin-bottom: 20px;
}

.pop_user_se .white_right_box_se .sell_info .info_wrap_se:last-child {
	margin-bottom: 0px;
}

.pop_user_se .white_right_box_se .sell_info .info_wrap_se span {
	font-size: 15px;
	color: #484848;
	font-weight: bold;
	float: left;
	width: calc(100% - 100px);
}

.pop_user_se .white_right_box_se .sell_info .info_wrap_se span.left {
	font-weight: normal;
	width: 100px;
}

.pop_user_se .white_right_box_se .sell_info .info_wrap_se span img {
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.pop_user_se .white_right_box_se .mach_info {
	margin: 0 50px;
	border-top: 1px solid #d9d9d9;
	padding: 30px 0;
}

.pop_user_se .white_right_box_se .mach_info .mach_wrap_se {
	font-size: 15px;
	color: #484848;
	line-height: 25px;
}

.pop_user_se .white_right_box_se .mach_info .mach_wrap_se span.left {
	padding-right: 15px;
	border-right: 1px solid #c4c4c4;
	line-height: 25px;
	display: block;
	float: left;
}

.pop_user_se .white_right_box_se .mach_info .mach_wrap_se span.right {
	line-height: 25px;
	float: right;
	width: calc(100% - 115px);
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}

.pop_user_se .white_right_box_se .review_info {
	margin: 0 50px;
	border-top: 1px solid #d9d9d9;
	padding: 30px 0;
}

.pop_user_se .white_right_box_se .review_info .small_tit span {
	margin-left: 20px;
}

.pop_user_se .white_right_box_se .review_info .review_wrap_se {
	margin-bottom: 15px;
}

.pop_user_se .white_right_box_se .review_info .review_wrap_se:last-child {
	margin-bottom: 0px;
}

.pop_user_se .white_right_box_se .review_info .review_wrap_se img {
	float: left;
}

.pop_user_se .white_right_box_se .review_info .review_wrap_se span {
	font-size: 15px;
	color: #484848;
	line-height: 25px;
	width: calc(100% - 110px);
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	float: right;
	line-height: 17px;
}

.pop_user_se .page_navigation {
	margin-bottom: 100px;
}


/************************************************

						019.[판매자]지원한매칭

*************************************************/
.content4_se .table_wrap .table_head_se {
	margin-top: 0;
}

.content4_se .app_list_se {
	width: 100%;
	float: none;
	margin-left: 0 !important;
	margin-bottom: 10px;
	padding-left: 0 !important;
	height: 215px;
}

.tit_se_m {
	display: none;
}

.content4_se .app_list_se .left_se {
	float: left;
	width: 180px;
	height: 100%;
}

.content4_se .app_list_se .left_se .thumb_se {
	display: block;
	width: 100px;
	height: 100px;
	margin: 20px auto 15px;
	border-radius: 50%;
	overflow: hidden 
}

.content4_se .app_list_se .left_se p {
	/*font-family: NanumSquare;*/
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #484848;
}

.content4_se .app_list_se .left_se .info_se_m {
	display: none;
}

.content4_se .app_list_se .line_se2 {
	width: 1px;
	height: 100%;
	margin-right: 30px;
	float: left;
	background-color: #e9e9e9;
}

.content4_se .app_list_se .right_se {
	float: left;
	width: calc(100% - 211px);
}

.content4_se .app_list_se .right_se .tit_se {
	margin-bottom: 20px;
	/*font-family: NanumSquare;*/
	font-size: 16px;
	font-weight: bold;
	color: #484848;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	width: 100%;
}

.content4_se .app_list_se .right_se .tit_se span {
	color: #ff540f;
	margin-right: 5px;
	float: left;
}

.content4_se .app_list_se .right_se .btns {
	margin: 20px 0 20px 0;
}

.btn_state_selector {
	display: inline-flex;
	flex-direction: column;
	min-width: 89px; height: 28px;
	position: relative;
}
.btn_state_selector .center_btn,
.btn_state_selector .current_btn button {
	display: inline-block;
	min-width: 89px;
    padding: 0 3px;
    height: 28px;
    font-size: 16px;
    color: #484848;
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    box-shadow: inset 0 4px 4px 0 rgb(0 0 0 / 5%);
    border: solid 1px #d9d9d9;
    background-color: #fff;
}
.btn_state_selector .current_btn {}
.btn_state_selector .btn_list {
	position: absolute;
	top: 100%; left: 0;
	display: flex;
	flex-direction: column;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s;
}
.btn_state_selector .btn_list.on {
	opacity: 1;
	pointer-events: auto;
}

.content4_se .app_list_se .right_se .btns .center_btn {
	width: 89px;
	height: 28px;
	line-height: 26px;
	border-radius: 3px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 16px;
}
.content4_se .app_list_se .right_se .btns .center_btn + .center_btn {
	margin-left: 5px;
}

.content4_se .app_list_se .right_se .bt_se.btns {
	display: flex;
	flex-direction: column;	
}
.content4_se .app_list_se .right_se .bt_se.btns .center_btn + .center_btn {
	margin-left: 0px;
	margin-top: 5px;
}

.content4_se .app_list_se .right_se .blue_se {
	color: #42b5d9;
}

.content4_se .app_list_se .right_se .red_se {
	color: #e33838;
}
.content4_se .app_list_se .right_se .default_se {
	color: #484848;
}

.btn_state_selector .center_btn.blue_se {
	color: #42b5d9;
}
.btn_state_selector .center_btn.red_se {
	color: #e33838;
}
.btn_state_selector .center_btn.default_se {
	color: #484848;
}

.content4_se .bt_se {
    position: absolute;
    bottom: 0;
    top: unset;
    right: 20px;
}

.content4_se .bt_se a {
	width: 76px;
	height: 28px;
	line-height: 26px;
	flex-grow: 0;
	border-radius: 3px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	display: block;
	text-align: center;
}
.cursor_def { cursor: default; }





/************************************************

						020.[판매자]지원한매칭-상세보기1

*************************************************/
.pop_detail_se {
	display: none;
}

.pop_detail_se {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.pop_detail_se .white_box_se {
	width: 800px;
	border-radius: 10px;
	border: solid 1px #f0f0f0;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	height: 100%;
	max-height: calc(90% - 70px);
	padding: 25px 20px 20px;
	overflow: auto;
}

.pop_detail_se .white_box_se .tit_se {
	color: #484848;
	font-size: 25px;
	margin-bottom: 25px;
}

.pop_detail_se .white_box_se .tit_se span {
	font-weight: bold;
}

.pop_detail_se .white_box_se .close_popup_btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.pop_detail_se .white_box_se .close_popup_btn img {
	display: block;
}

.pop_detail_se .white_box_se .detail_tab_btn li {
	float: left;
	width: 50%;
}

.pop_detail_se .white_box_se .detail_tab_btn li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 58px;
	text-align: center;
	border-radius: 5px;
	box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);
	border: solid 1px #f0f0f0;
	background-color: #fff;
	font-size: 20px;
	color: #484848;
}

.pop_detail_se .white_box_se .detail_tab_btn li a.active {
	color: #ffffff;
	box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);
	background-image: linear-gradient(to top, #ff9100, #ff540f);
	line-height: 60px;
	border: 0;
}

.pop_detail_se .white_box_se .down_wrap {
	padding: 0 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.pop_detail_se .white_box_se .down_wrap p {
	float: left;
	font-size: 20px;
	color: #484848;
	line-height: 37px;
	letter-spacing: -2px;
}

.pop_detail_se .white_box_se .down_wrap a {
	float: right;
	width: 524px;
	height: 37px;
	line-height: 35px;
	border-radius: 3px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background: #fff url(/images/mypg/paper_clip.png) no-repeat right 15px center;
	padding-left: 15px;
	padding-right: 40px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	color: #b0b0b0;
}

.pop_detail_se .white_box_se .detail_info_se {
	width: 100%; height: 555px;
	border-radius: 5px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	padding: 40px 50px 35px 50px;
	overflow-y: scroll;
}
.pop_detail_se .white_box_se .detail_info_se .form_area li {
	margin-top: 10px;
}

.pop_detail_se .white_box_se .detail_info_se .info_tit {
	font-size: 15px;
	color: #484848;
	padding-left: 22px;
	background: url(/images/mypg/ico_megaphone.png) no-repeat left center;
	line-height: 17px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.pop_detail_se .white_box_se .detail_info_se .check_list {
	margin-bottom: 50px;
}

.pop_detail_se .white_box_se .detail_info_se .gray_txt {
	font-size: 15px;
	color: #b0b0b0;
	margin-right: 20px;
	margin-right: 0px;
	min-width: 90px;
	float: left;
	line-height: 37px;
}

.pop_detail_se .white_box_se .detail_info_se .check_wrap {
	float: left;
}

.pop_detail_se .white_box_se .detail_info_se .check_wrap label {
	margin-right: 20px;
}

/*
.pop_detail_se .white_box_se .detail_info_se .check_wrap input {
	float: left;
	width: 17px;
	height: 17px;		
	margin-top: 10px;
	margin-right: 5px;
	position: relative;
}

.pop_detail_se .white_box_se .detail_info_se .check_wrap input:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/mypg/label_box.png) no-repeat center center !important;
	background-size: cover;
	z-index: 1;
}

.pop_detail_se .white_box_se .detail_info_se .check_wrap input:checked:after {
	background: url(/images/mypg/label_box_on.png) no-repeat center center !important;
	background-size: cover;
}
*/



.pop_detail_se .white_box_se .detail_info_se .check_wrap label {
	float: left;
	line-height: 37px;
	color: #707070;
	font-size: 15px;
	cursor: pointer;
}

.pop_detail_se .white_box_se .detail_info_se input[type="text"] {
	float: left;
	width: 200px;
	height: 37px;
	line-height: 35px;
	padding: 0 15px;
	border-radius: 3px !important;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	font-size: 15px;
	font-family: inherit;
}

input::-webkit-input-placeholder {color: #b0b0b0 !important;}
input:-ms-input-placeholder {color: #b0b0b0 !important;}
input::-moz-placeholder {color: #b0b0b0 !important;}

.pop_detail_se .white_box_se .detail_info_se .normal_txt {
	font-size: 15px;
	color: #707070;
	float: left;
	line-height: 37px;
}


/************************************************

						021.[판매자]지원한매칭-상세보기2

*************************************************/
.pop_detail_se .white_box_se .detail_cont_wrap2 {
	padding-top: 120px;
}

.pop_detail_se .white_box_se .detail_cont_wrap2 p {
	width: 255px;
	margin: 0 auto;
	font-size: 25px;
	font-weight: bold;
	color: #484848;
	margin-bottom: 30px;
}

.pop_detail_se .white_box_se .detail_cont_wrap2 p .left {
	float: left;
}

.pop_detail_se .white_box_se .detail_cont_wrap2 p .right {
	float: right;
}

.pop_detail_se .white_box_se .detail_cont_wrap2 .line_se {
	width: 255px;
	height: 1px;
	margin: 0 auto 30px;
	background-color: #f0f0f0;
}

.pop_detail_se .white_box_se .detail_cont_wrap2 p .org {
	color: #ff540f;
}

.pop_detail_se .white_box_se .detail_cont_wrap2 p .org select {
	color: #ff540f;
	font-size: 25px;
	font-weight: bold;
	border: 0 !important;
}

.pop_detail_se .white_box_se .detail_cont_wrap2 img {
	display: block;
	margin: 0 auto 20px;
}


/************************************************

						023.[판매자]마감한매칭

*************************************************/
.btn_manager_org {
	color: #ff540f !important;
}

.app_list_se .bt_se .org_se {
	color: #ff540f !important;
}
.org_se {
	color: #ff540f !important;
}



/************************************************

						025.[판/공급자]마감한매칭-거래자선택

*************************************************/
.pop_select_se {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;	
	display: none;
}

.pop_select_se .white_mini_box_se {
	width: 428px;
	border-radius: 10px;
	border: solid 1px #f0f0f0;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	top: 300px;
	padding: 20px;
}

.pop_select_se .white_mini_box_se .tit_se {
	font-size: 20px;
	font-weight: bold;
	color: #ff540f;
	margin-bottom: 20px;
}

.pop_select_se .white_mini_box_se .close_popup_btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.pop_select_se .white_mini_box_se .close_popup_btn img {
	display: block;
}

.pop_select_se .white_mini_box_se .txt_se {
	font-size: 18px;
	color: #484848;
	word-break:  keep-all;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.pop_select_se .white_mini_box_se ul {
	float: right;
}

.pop_select_se .white_mini_box_se ul li {
	float: left;
	color: #707070;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}



/************************************************

						026.[판매자]스크랩한매칭

*************************************************/
.mypage_wrap .table_wrap .table_cell.wish_td1_se {
	width: calc(100% - 330px);
}

.mypage_wrap .table_wrap .table_cell.wish_td2_se {
	width: 130px;
}

.mypage_wrap .table_wrap .table_cell.wish_td3_se {
	width: 100px;
}

.mypage_wrap .table_wrap .table_cell.wish_td4_se {
	width: 100px;
}

.mypage_wrap .table_wrap .wish_btn_se {
	width: 76px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	display: inline-block;
	/*font-family: NanumSquare;*/
	font-size: 16px;
	color: #484848;
}

.mypage_wrap .table_wrap .wish_btn_blue_se {
	color: #42b5d9;
}



/************************************************

						028~036.[공급자] - 색변경

*************************************************/
.mypage_wrap .my_infomation .profile_cont .profile_btn_box .btn_my.blue {
	background: #8dceee;
}

.mypage_wrap .mypage_nav .mypage_snb_list.blue .snb_menu.active .snb_tit, .mypage_wrap .mypage_nav .mypage_snb_list.blue .snb_menu .snb_tit:hover {
	background: #f8fbff;
}

.mypage_wrap .my_infomation .profile_cont .profile_transfer.blue .btn_transfer {
	    background-image: url(/images/custom/icon/ico_transfer_blue.png);
}

.mypage_wrap .mypage_nav .mypage_snb_list.blue .snb_menu.active .snb_tit::after, .mypage_wrap .mypage_nav .mypage_snb_list.blue .snb_menu .snb_tit:hover::after {
    background-image: url(/images/custom/icon/ico_tri_blue.png);
}

.mypage_wrap .tab_nav nav .tab_nav_list.blue li.active a, .mypage_wrap .tab_nav nav .tab_nav_list.blue li a:hover {
	background-color: #8dceee;
}

.mypage_wrap .table_wrap .table_head.blue {
	background-color: #f8fbff;
}



/************************************************

						037.[판/공급자]후기관리

*************************************************/
.re_write_btn_se {
	color: #ff540f;
}

.com_review {
	color: #cccccc !important;
}

.bt_se_re a {
	display: block;
	margin-top: 10px;	
}

.pop_review_se {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;	
	display: none;

}
.pop_review_se.show {
	display: flex;
}

.pop_review_se .white_re_box_se {
	width: 470px;
	border-radius: 10px;
	border: solid 1px #f0f0f0;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -145px;
	padding: 20px;
}

.pop_review_se .white_re_box_se .tit_se {
	font-size: 20px;
	color: #484848;
	font-weight: bold;
	margin-bottom: 20px;
}

.pop_review_se .white_re_box_se .close_popup_btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.pop_review_se .white_re_box_se .close_popup_btn img {
	display: block;
}

.pop_review_se .white_re_box_se .review_star {
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
}

.pop_review_se .white_re_box_se .review_star .review_star_selector {
	display: inline-block;
	width: 25px; height: 25px;
	background-image: url('/images/mypg/star_off.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.pop_review_se .white_re_box_se .review_star .review_star_selector + .review_star_selector {
	margin-left: 2px;
}

.pop_review_se .white_re_box_se .review_star .review_star_selector.on {
	background-image: url('/images/mypg/star_on.png');
}

.pop_review_se .white_re_box_se textarea {
	background: #fff5f1;
	width: 100%;
	height: 125px;
	display: block !important;
	border: 0;
	padding: 20px;
	font-size: 18px;
	color: #484848;
	margin-bottom: 20px;	
	resize: none;
}

.pop_review_se .white_re_box_se textarea::-webkit-input-placeholder {color: #b0b0b0 !important;}
.pop_review_se .white_re_box_se textarea:-ms-input-placeholder {color: #b0b0b0 !important;}
.pop_review_se .white_re_box_se textarea::-moz-placeholder {color: #b0b0b0 !important;}


.pop_review_se .white_re_box_se .review_txt {
	float: left;
	font-size: 15px;
	color: #b0b0b0;
}

.pop_review_se .white_re_box_se .review_btn {
	float: right;
	font-size: 15px;
	color: #484848;
}



/************************************************

						004.공급상품상세

*************************************************/
.content3_de_se {
	padding-top: 30px;
}

.product_view .s_box.bg4 {
	background: #b5b8f9;
}

.product_view .supply_left .view_box {
	margin-bottom: 20px;
	margin-top: 0;
}

.product_view .supplier_info {
	height: auto;
}

.product_view .supplier_info .col {
	display: block;
	float: left;
	width: 50%;
	margin-top: 20px;
}
.product_view .supplier_info .col + .col {
	margin-top: 20px;
}

.product_view .supplier_info .col dl {
	width: 100%;
	line-height: 18px !important;
}

.content3_de_se .no_faq img {
	display: block;
	margin: 10px auto;
}

.content3_de_se .no_faq p {
	font-size: 14px;
	color: #afafaf;
	text-align: center;
}

.content3_de_se .notice_qna {
	width: 100%;
	height: 34px;
	line-height: 32px;
	margin: -10px 0 10px;
	padding: 0px 20px;
	border-radius: 3px;
	font-size: 13px;
	color: #484848;
	border: solid 1px #fbe6b6;
	background-color: #fffbf2;
	position: relative;
}

.content3_de_se .notice_qna a {
	position: absolute;
	right: 10px;
	top: 0px;
}

.content3_de_se .faq_write_se {
	border-radius: 3px;
	border: solid 1px #d9d9d9;
}

.content3_de_se .faq_write_se textarea {
	width: 100%;
	height: 65px;
	padding: 15px 20px;
	font-size: 14px;
	color: #484848;
	border: 0;
	resize: none;
}

.content3_de_se .faq_write_se p {
	width: 100%;
	font-size: 13px;
	color: #afafaf;
	padding: 10px 20px;
	background: #fcf8f8;
}

.content3_de_se .faq_write_se .form_se {
	width: 100%;
	padding: 8px 20px;
}

.content3_de_se .faq_write_se input[type="checkbox"] {
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	margin-top: 8px;
	position: relative;
}

.content3_de_se .faq_write_se input[type="checkbox"]:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	background: url(/images/mypg/check_box_14.png) no-repeat center center;
	background-size:cover;
}

.content3_de_se .faq_write_se input[type="checkbox"]:checked:after {
	background: url(/images/mypg/label_box_on.png) no-repeat center center;
	background-size:cover;
}

.content3_de_se .faq_write_se label {
	float: left;
	font-size: 17px;
	color: #555;
	margin-top: 5px;
}

.content3_de_se .faq_write_se button {
    width: 80px;
    height: 31px;
    border-radius: 100px;
    border: solid 1px #ff9100;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    float: right;
	font-size: 17px;
	font-weight: 500;
	color: #ff9100;    
}

.content3_de_se .cont_inner {
	position: relative;
}

.content3_de_se .supply_right_se {
	width: 320px;
	position: absolute;
	top: 0;
	right: 0;
}

.content3_de_se .supply_right_se .view_btn_box {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0 rgba(112, 112, 112, 0.15);
	background-color: #fff;
}

.content3_de_se .supply_right_se .view_btn_box .btn_top .btn_app {
	width: 300px;
	height: 50px;
	margin: 0 0 10px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	display: block;
	border-radius: 3px;
	box-shadow: 0 5px 5px 0 rgba(112, 112, 112, 0.15);
	background-image: linear-gradient(to top, #ff9100, #ff540f);
}

.content3_de_se .supply_right_se .view_btn_box .btn_bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.content3_de_se .supply_right_se .view_btn_box .btn_bottom::after {
	display: none;
}
.content3_de_se .supply_right_se .view_btn_box .btn_bottom .btnlr_se {
	width: calc(50% - 5px);
	height: 35px;
	text-align: center;
	line-height: 33px;
	border-radius: 3px;
	box-shadow: 0 5px 5px 0 rgba(112, 112, 112, 0.15);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	margin: 0;	
}


.content3_de_se .supply_right_se .view_btn_box .btn_bottom .btnlr_se a {
	display: block;
	width: 100%;
	height: 100%;
	color: #484848;
	font-size: 15px;
}

.content3_de_se .supply_right_se .view_btn_box .btn_bottom a img {
	width: 17px;
}

.content3_de_se .supply_right_se .edit_btn_se {
	margin: 15px 0;
}

.content3_de_se .supply_right_se .edit_btn_se ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.content3_de_se .supply_right_se .edit_btn_se ul li {
	width: calc(50% - 5px);
	height: 35px;
	line-height: 33px;
	text-align: center;
	font-size: 15px;
	color: #484848;
	border-radius: 3px;
	box-shadow: 0 5px 5px 0 rgba(112, 112, 112, 0.15);
	border: solid 1px #d9d9d9;
	background-color: #fff;
}

.content3_de_se .supply_right_se .edit_btn_se ul li.center_se {
	margin: 0;
}

.content3_de_se .info_box_se {
	width: 320px;
	margin-bottom: 15px;
	padding: 30px 40px;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0 rgba(112, 112, 112, 0.15);
	background-color: #fff;
}

.content3_de_se .info_box_se .type_se {
	width: 57px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	margin: 0 auto 10px;
	border-radius: 3px;
	background-color: #ff9100;
}

.content3_de_se .info_box_se .type_se.blue {
	background-color: #42b5d9;
}
.content3_de_se .info_box_se .type_se.blue2 {
	background-color: #8dceee;
}

.content3_de_se .info_box_se .thumb_se {
	display: block;
	width: 130px; height: 130px;
	margin: 0 auto 20px;
	border-radius: 50%;
	overflow: hidden;
}

.content3_de_se .info_box_se .nick_se {
	font-size: 18px;
	color: #ff540f;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;	
}

.content3_de_se .info_box_se .count_se {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 15px 0;
}

.content3_de_se .info_box_se .count_se p {
	font-size: 14px;
	color: #484848;
	margin-bottom: 10px;
}

.content3_de_se .info_box_se .count_se p:last-child {
	margin-bottom: 0;
}

.content3_de_se .info_box_se .count_se p .left {
	float: left;
}

.content3_de_se .info_box_se .count_se p .right {
	float: right;
	font-weight: bold;
}


.content3_de_se .info_box_se .count_se2 {
	border-bottom: 1px solid #d9d9d9;
	padding: 15px 0;
}

.content3_de_se .info_box_se .count_se2 p {
	font-size: 14px;
	color: #484848;
}

.content3_de_se .info_box_se .count_se2 p .left {
	float: left;
}

.content3_de_se .info_box_se .count_se2 p .right {
	float: right;
	font-weight: bold;
}

.content3_de_se .now_list_se {
	width: 320px;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0 rgba(112, 112, 112, 0.15);
	background-color: #fff;
	max-height: 500px;
	overflow-y: auto;
}

.content3_de_se .now_list_se  .tit_se {
	font-size: 14px;
	color: #484848;
	font-weight: bold;
	margin-bottom: 30px;
}

.content3_de_se .now_list_se  .tit_se img {
	margin-right: 5px;
}

.content3_de_se .now_list_se  .list_wrap_se {
	margin-bottom: 10px;
}

.content3_de_se .now_list_se  .list_wrap_se:last-child {
	margin-bottom: 0px;
}

.content3_de_se .now_list_se  .list_wrap_se img {
	float: left;
	width: 55px; height: 55px;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}

.content3_de_se .now_list_se  .list_wrap_se p {
	float: left;
	font-size: 14px;
	color: #484848;
}

.overflow_indentity {
	height: 200px;
	overflow-y: auto;
}


@media screen and (max-width: 1200px) {
	.cont_inner {
		max-width: 100%;
	}
	
	.mypage_wrap .my_aside {
		width: 200px;
	}
	
	.mypage_wrap .my_content {
	    width: calc(100% - 200px);
	    padding-left: 10px;
	}
	
	.mypage_wrap .my_content_box {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 1200px) {
	.app_list_se {
		width: 49.5%;
		margin-bottom: 1%;
	}
	
	.app_list_se:nth-child(2n) {
		margin-left: 1%;
	}
}

@media screen and (max-width: 1200px) {
	.mypage_wrap .table_wrap .table_cell.wish_td1_se {
		width: calc(100% - 330px);
	}
}

@media screen and (max-width: 1200px) {
	.content3_de_se .supply_left {
		width: calc(100% - 330px);
	}
	
	/*.content3_de_se .supplier_info .info_img {
		width: 100%;
		max-width: 270px;
		height: auto;
		border-radius: 5px;
	}
	
	.content3_de_se .supplier_info .info_img img {
		width: 100%;
		height: auto;
		position: static;
		transform: translate(0,0);
	}
	
	.content3_de_se .supplier_info .info_content {
		padding-left: 15px;
	}
	
	.content3_de_se .supplier_info {
		padding-right: 0;
	}*/
}

@media screen and (max-width: 1200px) {
	.content4_se .app_list_se .left_se {
		width: 140px;
	}
	
	.content4_se .app_list_se .right_se {
		width: calc(100% - 171px);
	}
}

@media screen and (max-width: 1200px) {
	.mypage_wrap .table_wrap .table_cell.prd_name {
		width: calc(100% - 530px);
	}
	
	.mypage_wrap .table_wrap .table_cell.manager2 {
		width: 75px;
	}
}

@media screen and (max-width: 1000px) {
	.mypage_snb_list {
		display: flex !important;
	}
	.mypage_snb_board {
		flex-wrap: wrap;
	}
	
	.page_title_se {
		display: none !important;
	}
	
	.content3_se {
		padding-bottom: 0;
		padding-top: 0px;
	}
	
	.mypage_wrap .mypage_nav {
		margin-top: 0;
		border: 0;
		border-bottom: 1px solid #d9d9d9;
		border-radius: 0;
		margin-bottom: 10px;
		height: 40px;
		white-space:nowrap; 
  		overflow-x: auto;
	}
	.mypage_wrap .board_nav {
		height: 80px;
	}
	
	.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu {
		border: 0;
		float: left;		
		width: auto;
		text-align: center;
	}
	
	.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu .snb_tit {
		font-size: 13px;
		padding: 0 10px;
		line-height: 39px;
		height: 39px;
		display: block;
		width: 100%;		
		font-weight: bold;
	}
	
	.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu .snb_tit:hover,
	.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu.active .snb_tit {
		background: none !important;
		color: #ff540f;
	}
	
	.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu .snb_tit::after {
		display: none;
	}
	
	.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu:hover .snb_tit::after,
	.mypage_wrap .mypage_nav .mypage_snb_list .snb_menu.active .snb_tit::after {
		display: block;
		bottom: 0px;
		top: unset;
	    left: 0px;
	    width: 100%;
	    height: 3px;
	    background: #ff540f !important;
	}
		
	.mypage_wrap .my_aside {
		width: 100%;
	}
	
	.mypage_wrap .my_infomation {
		display: none;
	}
	
	.mypage_wrap .my_content {
	    width: 100%;
	    padding-left: 0px;
	}
	
	.mypage_wrap .my_content_box {
		border-radius: 0;
		border: 0;
		padding: 15px 15px 40px;
		min-height: auto;
	}
	
	.mypage_wrap .tab_nav nav .tab_nav_list {
		margin-bottom: 10px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	}
	
	.mypage_wrap .tab_nav nav .tab_nav_list li {
		padding: 0;
	}
	
	.mypage_wrap .tab_nav nav .tab_nav_list li a {
		border: 0;
		border-radius: 0;
		box-shadow: none !important;
		height: 34px;
		line-height: 34px;
		padding: 0;
		font-size: 13px;
	}	
	
	.no_match_se {
		padding: 0;
	}
	
	.no_match_se h5 {
		display: block;
		/*font-family: NanumSquare;*/
		font-size: 13px;
		font-weight: bold;
		color: #484848;
		margin-bottom: 20px;
	}
	
	.no_match_se .icon_se {
		width: 20px;
	}
	
	.no_match_se p {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	.no_match_se .img_se {
		width: 170px;
		margin: 0 auto 20px;
	}
	
	.no_match_se a {
		width: 138px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	
	.container .content3_de_se { padding-top: 15px; }
	
	.content3_de_se .cont_inner {
		display: flex;
		flex-direction: column;
		padding: 0 15px;
	}
	.content3_de_se .cont_inner .product_view {
		width: 100%;
	}
	.content3_de_se .cont_inner .supply_right_se {
		width: 100%;
		position: static;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.content3_de_se .supply_right_se .edit_btn_se {
		width: 100%;
	}
	.content3_de_se .supply_left {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-top: 15px;
	}
	.content3_de_se .supply_right_se .edit_btn_se ul {
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	.content3_de_se .supply_right_se .edit_btn_se ul li {
		flex: 1;
	}
	.content3_de_se .cont_inner .supply_right_se .view_btn_box {
		margin-bottom: 0;
		padding:0;
		height: 0;
	}
	.content3_de_se .cont_inner .supply_right_se .view_btn_box .btn_top {
		width: 100%;
		position: fixed;
		left: 0; bottom: 70px;
		z-index: 9;
		padding: 0 15px;
	}
	.content3_de_se .cont_inner .supply_right_se .view_btn_box .btn_top a {
		width: 100%;
	}
	.content3_de_se .cont_inner .supply_right_se .info_box_se {
		width: 100%;	
	}
	.content3_de_se .cont_inner .supply_right_se .now_list_se{
		width: 100%;	
	}
	
	.product_view .supplier_view_top { padding: 0 25px; }
	.content3_de_se .supply_right_se .view_btn_box .btn_bottom .btnlr_se {
		position: absolute;
		top: 59px;
		width: 19px; height: 19px;
		padding: 0;
		line-height: 0;
		border: 0 none;
		background-color: transparent;
		box-shadow: none; 
	}
	.content3_de_se .supply_right_se .view_btn_box .btn_bottom .btnlr_se.left {
		left: 52px;
	}
	.content3_de_se .supply_right_se .view_btn_box .btn_bottom .btnlr_se a {
		font-size: 0;
		color: transparent;
	}
	.content3_de_se .supply_right_se .view_btn_box .btn_bottom .btnlr_se a img {
		width: 19px; height: 19px;
	}
	.content3_de_se .supply_right_se .view_btn_box .btn_bottom .btnlr_se.right {
		right: 52px;
	}
	
	.content3_de_se .product_view .supplier_info {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 15px;
	}
	.content3_de_se .supplier_info .info_content {
		width: 100%;
		margin-top: 15px;
		padding: 0;	
	}
	.content3_de_se .product_view .supplier_info .col {
		width: 100%;
		float: none;
	}

	.mobile_txt_se {
		display: block;
		font-size: 13px;
		font-weight: bold;
		color: #484848;
		margin-bottom: 15px;
	}
	
	.mypage_wrap .table_wrap .table_cell.date_se {
		display: none;
	}
	
	.mypage_wrap .table_wrap .table_cell.date {
		display: none;
	}
	
	.mypage_wrap .table_wrap .table_cell.support {
		display: none;
	}
	
	.mypage_wrap .table_wrap .table_cell.manager {
		display: none;
	}
	
	.mypage_wrap .table_wrap .table_cell.recruit {
		display: none;
	}
	
	.mypage_wrap .table_wrap .table_cell.prd_name {
		width: calc(100% - 112px);
	}
		
	.mypage_wrap .table_wrap .table_cell.manager2 {
		width: 65px;
	}
	
	.mypage_wrap .table_wrap .table_head {
		font-size: 13px;
		height: 30px;
		min-height: 30px !important;
		padding: 8px 0;
		margin-bottom: 10px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
		border: 0;
	}
	
	.mypage_wrap .table_wrap .table_row {
		padding: 7px 0;
		margin-top: 0;
	}
	
	.mypage_wrap .table_wrap .table_cell {
		font-size: 13px;
	}
	
	.mypage_wrap .table_wrap .table_cell .btn_manager {
	    display: inline-block;
	    height: 24px;
	    padding: 0;
	    text-align: center;
	    line-height: 22px;
	    border-radius: 3px;
	    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
		border: solid 1px #d9d9d9;
		font-size: 13px;
	}
	
	.table_cell.manager2.manager3 {
		width: 112px !important;
	}
	
	.page_navigation {
		background: #ffffff;
		padding-top: 0;
	}
	
	.page_navigation ul li a {
		width: auto;
		height: auto;
		border: 0;
		background: none;
		line-height: auto;
		font-size: 13px;
		margin: 0 7px;
	}
	
	.page_navigation ul li.img_btn_se a {
		padding: 0 5px;
		height: auto;
	}
	
	.page_navigation ul li.img_btn_se a img {
		width: 10px;
		position: relative;
		top: -1px;
	}
}
@media screen and (max-width: 1000px) {
	.mypage_wrap .table_wrap .table_head_se {
		margin-top: 15px;
	}
	
	.app_wrap_se {
		margin-bottom: 20px;
	}	
	
	.app_list_se {
		width: 100%;
		height: auto;
		padding: 10px;
		float: none;
		margin-bottom: 10px;
		margin-left: 0 !important;
	}
		
	.app_list_se .nick_se {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.app_list_se .info_se {
		font-size: 13px;
		margin-bottom: 7px;
	}

	.app_list_se .info_se span {
		width: 95px;
	}

	.app_list_se .info_se span img {
		margin-right: 5px;
		width: 14px;
	}
	
	.app_list_se .line_se {
		margin: 10px 0;
	}
	
	.app_list_se  .bt_se p {
		min-width: 62px;
		padding: 0 3px;
		height: 23px;
		font-size: 12px;
		line-height: 21px;
	}
}
@media screen and (max-width: 1000px) {
	.pop_user_se .white_right_box_se {
		width: 75%;
		background: #ffffff;
	}
	
	.pop_user_se .white_right_box_se .org_box {
		height: 56px;
		line-height: 56px;
		font-size: 16px;
		position: relative;
		padding-left: 20px;
	}
	
	.pop_user_se .white_right_box_se .org_box a {
		margin: 0px;
		position: absolute;;
		top: 50%;
		margin-top: -8px;
		right: 20px;
	}
	
	.pop_user_se .white_right_box_se .org_box a .pc_se {
		display: none;
	}
	
	.pop_user_se .white_right_box_se .org_box a .m_se {
		display: block;
	}

	.pop_user_se .white_right_box_se .prof {
		padding: 15px 15px 20px;
	}
	
	.pop_user_se .white_right_box_se .prof .thumb_se {
		width: 80px;
		height: 80px;
		margin-right: 13px;
		margin-bottom: 20px;
	}

	.pop_user_se .white_right_box_se .prof .txt_se {
		float: left;
		width: calc(100% - 95px);
		margin-bottom: 20px;
	}

	.pop_user_se .white_right_box_se .prof .txt_se .type {
		width: 44px;
		height: 24px;
		line-height: 24px;
		font-size: 13px;
		margin-bottom: 10px;
		float: left;
	}

	.pop_user_se .white_right_box_se .prof .txt_se .nick {
		font-size: 15px;
		margin-bottom: 7px;
	}

	.pop_user_se .white_right_box_se .prof .txt_se .nick.pc_se {
		display: none;
	}
	
	.pop_user_se .white_right_box_se .prof .txt_se .nick.m_se {
		display: block;
		float: none;
		clear: both;
	}

.pop_user_se .white_right_box_se .prof .txt_se .loca {
	float: left;
	font-size: 13px;
	margin-right: 0px;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 15px;
	background: url(/images/mypg/placeholder.png) no-repeat left center;
	background-size: 14px;
	line-height: 14px;
}

.pop_user_se .white_right_box_se .prof .txt_se .date {
	float: none;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: -1px;
}

	.pop_user_se .white_right_box_se .prof .pro_txt {
		font-size: 13px;
		line-height: 16px;
		height: 32px;
		color: #707070;
	}

	.pop_user_se .white_right_box_se .sell_info {
		margin: 0 15px;
		padding: 20px 0;
	}

	.pop_user_se .white_right_box_se .small_tit {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.pop_user_se .white_right_box_se .sell_info .info_wrap_se {
		margin-bottom: 10px;
	}

	.pop_user_se .white_right_box_se .sell_info .info_wrap_se span {
		font-size: 13px;
		color: #707070;
		width: calc(100% - 90px);
	}

	.pop_user_se .white_right_box_se .sell_info .info_wrap_se span.left {
		font-weight: normal;
		width: 80px;
		letter-spacing: -1px;
	}

	.pop_user_se .white_right_box_se .sell_info .info_wrap_se span img {
		margin-right: 5px;
		top: 0px;
		width: 14px;
		float: left;
	}

	.pop_user_se .white_right_box_se .mach_info {
		margin: 0 15px;
		padding: 20px 0;
	}

	.pop_user_se .white_right_box_se .mach_info .mach_wrap_se {
		font-size: 13px;
		color: #707070;
		line-height: 16px;
	}

	.pop_user_se .white_right_box_se .mach_info .mach_wrap_se span.left {
		padding-right: 10px;
		margin-right: 10px;
		line-height: 20px;
		letter-spacing: -1px;
	}
	
	.pop_user_se .white_right_box_se .mach_info .mach_wrap_se span.right {
		line-height: 20px;
		width: calc(100% - 90px);
	}

	.pop_user_se .white_right_box_se .review_info {
		margin: 0 15px;
		padding: 20px 0;
	}

	.pop_user_se .white_right_box_se .review_info .small_tit span {
		margin-left: 15px;
	}

	.pop_user_se .white_right_box_se .review_info .review_wrap_se {
		margin-bottom: 10px;
	}
	
	.pop_user_se .white_right_box_se .review_info .review_wrap_se img {
		float: left;
		height: 14px;
	}

	.pop_user_se .white_right_box_se .review_info .review_wrap_se span {
		font-size: 13px;
		color: #707070;
		line-height: 14px;
		width: calc(100% - 85px);
	}

	.pop_user_se .page_navigation {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1000px) {	
	@keyframes show_info_animate {
		0% { transform: translateX(100%); opacity: 0; }
		100% { transform: translateX(0%); opacity: 1; }
	}
	.content4_se .app_list_se {
		height: auto;
		padding: 10px !important;
	}

	.tit_se_m {
		display: block;
		font-size: 14px;
		color: #484848;
		font-weight: bold;
		margin-bottom: 15px;
		white-space: nowrap; 
		overflow: hidden; 
		text-overflow: ellipsis;
		width: 100%;
	}
	
	.tit_se_m span {
		color: #ff540f;
		margin-right: 5px;
		float: left;
	}

	.content4_se .app_list_se .left_se {
		float: none;
		width: 100%;
		height: auto;
	}

	.content4_se .app_list_se .left_se .thumb_se {
		display: block;
		width: 44px;
		height: 44px;
		float: left;
		margin: 0 10px 0 0; 
	}
	
	.content4_se .app_list_se .left_se .txt_se {
		float: left;
	}

	.content4_se .app_list_se .left_se p {
		font-size: 14px;
		text-align: left;
		margin: 4px 0 8px;
	}
	
	.content4_se .app_list_se .left_se .info_se_m {
		display: block;
	}

	.content4_se .app_list_se .line_se2 {
		display: none;
	}

	.content4_se .app_list_se .right_se {
		width: 100%;
		clear: both;
		margin-top: 5px;
	}

	.content4_se .app_list_se .right_se .tit_se {
		display: none;
	}
	
	.content4_se .app_list_se .right_se .info_se_no {
		display: none;
	}
	
	.content4_se .info_se span {
		width: 70px;
	}

	.content4_se .app_list_se .right_se .center_btn {
		width: 62px;
		height: 23px;
		line-height: 21px;
		font-size: 12px;
		float: left;
	}
	
	.content4_se .bt_se a {
		width: 62px;
		height: 23px;
		line-height: 21px;
		font-size: 12px;
	}

	.content4_se .info_se {
		clear: both;
	}
}

@media screen and (max-width: 1000px) {
	.pop_detail_se .white_box_se {
		max-width: 400px;
		min-width: 310px;
		width:90%; height: 400px;
		border-radius: 5px;
		border: 0;
		background-color: #f9f9f9;
		margin: 0 auto;
		position: relative;
		padding: 15px 0px 25px;
	}
	.pop_detail_se .white_box_se #goodsAreaContent {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	
	.pop_detail_se .white_box_se .detail_info_se {
		height: 555px;
	}

	.pop_detail_se .white_box_se .tit_se {
		font-size: 14px;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	
	.pop_detail_se .white_box_se .close_popup_btn {
		position: absolute;
		top: 15px;
		right: 15px;
	}
	
	.pop_detail_se .white_box_se .close_popup_btn img {
		display: block;
		width: 13px;
	}

	.pop_detail_se .white_box_se .detail_tab_btn li a {
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 0px;
		box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
		border: 0;
		font-size: 14px;
	}

	.pop_detail_se .white_box_se .detail_tab_btn li a.active {
		box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);
		background-image: linear-gradient(to top, #ff9100, #ff540f);;
		line-height: 40px;
	}
	
	.pop_detail_se .white_box_se .detail_tab_cont {
		flex: 1;
		overflow-y: auto;
		padding-top: 25px;
	}

	.pop_detail_se .white_box_se .down_wrap {
		padding: 0 15px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.pop_detail_se .white_box_se .down_wrap p {
		float: none;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: -1px;
		margin-bottom: 15px;
	}

	.pop_detail_se .white_box_se .down_wrap a {
		float: none;
		width: 100%;
		height: 34px;
		line-height: 32px;
		border-radius: 3px;
		box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
		border: solid 1px #d9d9d9;
		background: #fff url(/images/mypg/paper_clip.png) no-repeat right 10px center;
		backgruond-size: 16px 16px;
		padding-left: 10px;
		padding-right: 30px;
		font-size: 13px;
		display: block;
	}
	
	.pop_detail_se .white_box_se .detail_info_se {
		width: 100%;
		border-radius: 5px;
		box-shadow: none;
		border: 0;
		background: none;
		padding: 25px 0 35px 15px;
	}
	
	.pop_detail_se .white_box_se .detail_info_se .info_tit {
		font-size: 14px;
		padding-left: 20px;
		background-size: 15px;
		line-height: 15px;
		margin-bottom: 7px;
	}
	
	.pop_detail_se .white_box_se .detail_info_se .check_list {
		margin-bottom: 30px;
	}
	
	.pop_detail_se .white_box_se .detail_info_se .gray_txt {
		font-size: 14px;
		min-width: none;
		float: none;
		line-height: 1.6;
		margin-top: 10px;
	}

	.pop_detail_se .white_box_se .detail_info_se .check_wrap {
		float: none;		
		}
	
	.pop_detail_se .white_box_se .detail_info_se .check_wrap label {
		margin-right: 20px;
		margin-top: 3px;
		margin-bottom: 3px;
	}

	label input[type=radio]:checked+i::before {
		background-size: cover;
		border: 0 !important;
	}
	
	.pop_detail_se .white_box_se .detail_info_se .check_wrap label {
		float: left;
		line-height: 15px;
		color: #707070;
		font-size: 13px;
		cursor: pointer;
	}
	
	.pop_detail_se label+label {
	    margin-left: 0px;
	}
	
	.pop_detail_se .white_box_se .detail_info_se input[type="text"] {
		float: none;
		display: block;
		width: 170px;
		height: 30px;
		line-height: 28px;
		padding: 0 10px;
		font-size: 13px;
		margin-top: 10px !important;
		clear: both;
		max-width: 220px;
	}

	.pop_detail_se .white_box_se .detail_info_se .normal_txt {
		font-size: 15px;
		color: #707070;
		float: left;
		line-height: 37px;
	}

	.inputbox {
		font-size: 12px;	
	}




	
	.pop_detail_se .white_box_se .detail_cont_wrap2 p .org select {
		font-size: 14px;
		background: none !important;
	}
}

@media screen and (max-width: 1000px) {
	.pop_detail_se .white_box_se .detail_cont_wrap2 {
		padding-top: 0px;
	}

	.pop_detail_se .white_box_se .detail_cont_wrap2 p {
		width: 150px;
		font-size: 13px;
		margin-bottom: 10px;
	}
	
	.pop_detail_se .white_box_se .detail_cont_wrap2 p .left {
		font-weight: normal;
	}
	
	.pop_detail_se .white_box_se .detail_cont_wrap2 .line_se {
		width: 150px;
		margin: 0 auto 10px;
	}

	.pop_detail_se .white_box_se .detail_cont_wrap2 img {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	.pop_select_se .white_mini_box_se {
		width: 290px;
		border-radius: 5px;
		border: 0;
		background-color: #f9f9f9;
		top: 170px;
		padding: 15px;
	}
	
	.pop_select_se .white_mini_box_se .tit_se {
		font-size: 16px;
		margin-bottom: 15px;
		color: #484848;
	}

	.pop_select_se .white_mini_box_se .close_popup_btn {
		top: 15px;
		right: 15px;
	}

	.pop_select_se .white_mini_box_se .close_popup_btn img {
		width: 13px;
	}

	.pop_select_se .white_mini_box_se .txt_se {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.pop_select_se .white_mini_box_se ul li {
		color: #484848;
		font-size: 13px;
		font-weight: normal;
		margin-left: 5px;
		width: 33px;
		height: 24px;
		line-height: 22px;
		border-radius: 3px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
		border: solid 1px #d9d9d9;
		background-color: #fff;
		text-align: center;
	}	
	
	.pop_select_se .white_mini_box_se ul li:first-child {
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
		background-image: linear-gradient(to top, #ff9100, #ff540f);
		border: 0;
		line-height: 24px;
		color: #ffffff;
	}
}
@media screen and (max-width: 1000px) {
	.mypage_wrap .table_wrap .table_cell.wish_td1_se {
		width: calc(100% - 100px);
	}
		
	.mypage_wrap .table_wrap .table_cell.wish_td2_se {
		display: none;
	}
	
	.mypage_wrap .table_wrap .table_cell.wish_td3_se {
		display: none;
	}
	
	.mypage_wrap .table_wrap .table_cell.wish_td4_se {
		width: 100px;
		padding: 0 5px;
	}
	
	.mypage_wrap .table_wrap .wish_btn_se {
		width: auto;
		height: 24px;
		line-height: 22px;
		font-size: 13px;
		padding: 0 8px;
	}
	
	.mypage_wrap .table_wrap .wish_btn_se span {
		display: none;
	}

	.bt_se_re {
		float: right !important;
	}
	
	.bt_se_re a {
		margin: 5px 0 0 0 !important;
	}
	
	.pop_review_se .white_re_box_se {
		width: 290px;
		border-radius: 5px;
		border: 0;
		background-color: #f9f9f9;
		margin-top: -125px;
		padding: 15px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	}

	.pop_review_se .white_re_box_se .tit_se {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.pop_review_se .white_re_box_se .close_popup_btn {
		top: 15px;
		right: 15px;
	}

	.pop_review_se .white_re_box_se .close_popup_btn img {
		width: 13px;
	}

	.pop_review_se .white_re_box_se .review_star {
		margin-bottom: 15px;
	}

	.pop_review_se .white_re_box_se .review_star .review_star_selector {
		width: 18px; height: 18px;
	}

	.pop_review_se .white_re_box_se textarea {
		height: 125px;
		padding: 15px;
		font-size: 13px;
		margin-bottom: 15px;	
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	}
	
	.pop_review_se .white_re_box_se textarea::-webkit-input-placeholder {color: #707070 !important;}
	.pop_review_se .white_re_box_se textarea:-ms-input-placeholder {color: #707070 !important;}
	.pop_review_se .white_re_box_se textarea::-moz-placeholder {color: #707070 !important;}

	.pop_review_se .white_re_box_se .review_txt {
		float: none;
		font-size: 12px;
		margin-bottom: 15px;
	}

	.pop_review_se .white_re_box_se .review_btn {
		font-size: 13px;
		width: 43px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		border-radius: 3px;
		box-shadow: 0 5px 5px 0 rgba(72, 72, 72, 0.05);
		border: solid 1px #d9d9d9;
		background-color: #fff;
	}
}

/*회원가입완료*/
.signup_completion_se {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	border-radius: 5px;
	border: solid 1px #d9d9d9;
	background-color: #fff;
	text-align: center;
}

.signup_completion_se .join_com_img_se img {
	margin: 50px auto 30px;
	display: block;
}

.signup_completion_se .join_com_txt1_se {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #484848;
}

.signup_completion_se .join_com_txt2_se {
	margin-bottom: 50px;
	font-size: 20px;
	color: #484848;
}

.signup_completion_se .btn_box_se {
	margin: 0 auto  55px;
	width: 300px;
}

.signup_completion_se .btn_box_se a {
	width: 140px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #ffffff;
	padding: 0 !important;
	font-size: 15px;
	border-radius: 3px;
	float: left;
	margin: 0 5px;
	background-image: linear-gradient(to top, #ff9100, #ff540f);
	box-shadow: none !important;
}

.signup_completion_se .btn_box_se a.main_btn_se {
	line-height: 35px;
	border: 1px solid #ddd;
	color: #484848;
	background: #ffffff;
}

@media screen and (max-width: 1000px)  {
	.signup_completion_se {
		width: 100%;
		border: 0;
		background: none;
	}
	
	.signup_completion_se .join_com_img_se img {
		margin: 50px auto 20px;
		width: 250px;
	}
	
	.signup_completion_se .join_com_txt1_se {
		margin-bottom: 45px;
		font-size: 16px;
	}
	
	.signup_completion_se .join_com_txt2_se {
		display: none;
	}
	
	.signup_completion_se .btn_box_se {
		margin: 0 auto  55px;
	}
	
	.signup_completion_se .btn_box_se a {
		width: 140px;
		height: 34px;
		line-height: 34px;
		font-size: 13px;
		box-shadow: 0 5px 5px 0 rgba(72, 72, 72, 0.1) !important;
	}
	
	.signup_completion_se .btn_box_se a.main_btn_se {
		line-height: 34px;
		border: 0;
	}
	
	.page_title_join {
		display: none !important;
	}
}


/*게시판 목록*/
.board_search {
	display: none;
}

.bd_bn_se {
	margin-top: 30px;
}

.bd_bn_se.m_se {
	display: none;
}

.bd_bn_se img {
	display: block;
	width: 100%;
}

.bbs_content_se {
	max-width: 980px !important;
	width: 980px;
	margin-bottom: 70px;
	position: relative;
}

.page_navigation60 {
	margin-top: 60px;
}

.board_button_se {
	width: 100%;
	padding-bottom: 20px;
	margin-top: 0 !important;
	display: flex;
	justify-content: space-between;
}

.board_button_se:after {
	display: none !important;
}

.board_button_se .btnIn {
	display: block !important;
	color: #ffffff !important;
	width: 92px;
	text-align: center;
	border-radius: 5px;
	padding: 0 !important;
	font-size: 15px !important;
	line-height: 37px !important;
	height: 37px !important;
	border: 0 !important;
	background: linear-gradient(to top, #ff9100, #ff540f) !important;
}

.bbs_content_se .adjust_image_container {
	display: none;
}

.select_type_se {
	width: 138px;
	height: 57px;
	line-height: 55px;
	border-radius: 10px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	padding-left: 20px;
	font-family: inherit;
	font-size: 15px;
	font-weight: bold;
	color: #484848;
	background: #ffffff url(/images/mypg/se_type_arrow.png) no-repeat right 20px center !important;
	-webkit-appearance:none; 
	 -moz-appearance:none;
	 appearance:none
}
.board_button .ltb,
.board_button .rtb {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.board_button .ltb > * + *,
.board_button .rtb > * + * { margin-left: 10px; }

.select_type_se::-ms-expand {
	display: none !important;
}

.mypage_wrap_board {
	display: none; 
}

@media screen and (max-width: 1000px)  {
	.bd_bn_se.pc_se {
		display: none;
	}
	
	.bd_bn_se.m_se {
		display: block;
		padding: 0 15px;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.bd_bn_se.m_se img {
		width: 100%;
	}
	
	.bbs_content_se {
		margin-top: 0;
		width: 100%;
		padding: 0 15px;
	}
	
	.bbs_content_se .board_list_responsive > ul > li {
		border-radius: 0 !important;
		padding: 10px !important;
		height: auto !important;
	}
	
	.board_list_responsive > ul > li > .str_info > .subject {
		font-size: 13px !important;
	}
	
	.page_navigation60 {
		background: none !important;
		margin-top: 30px !important;
	}
	
	.bbs_content_se {
		margin-bottom: 20px;
	}
	
	.page_title_bd {
		display: none !important;
	}
	
	.mypage_wrap_board {
		display: block; 
	}
	
	.mypage_wrap_board .mypage_nav .mypage_snb_list .snb_menu {
		width: 50%;
	}	
	.mypage_wrap_board .mypage_nav .mypage_snb_list .snb_menu_board {
		width: 25%;
	}	
	
	.board_button_se {
		padding-bottom: 13px;
	}

	.board_button_se .btnIn {
		width: 55px;
		border-radius: 3px;
		font-size: 12px !important;
		line-height: 23px !important;
		height: 23px !important;
	}

	.select_type_se {
		width: 90px;
		height: 23px;
		line-height: 23px;
		border-radius: 3px;
		border: 0;
		padding-left: 7px;
		font-size: 12px;
		background: #ffffff url(/images/mypg/se_type_arrow.png) no-repeat right 7px center !important;
		background-size: 9px !important;
		top: 1px;
		left: 15px;
	}
}


/*게시판 상세보기*/
.wrap .container .content_se {
    width: 100%;
    max-width: 980px;
    display: block !important;
    padding: 0px;
}

.wrap .container .cont_white_box_se {
    width: 100%;
    display: block !important;
    padding: 70px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.wrap .container .content_se .cont_top_se {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 40px;
}

.wrap .container .content_se .left_txt {
	float: left;
	width: 670px;
	padding-left: 10px;
}

.wrap .container .content_se .board_thumb_se {
    float: right;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;	
}

.wrap .container .content_se .board_tit_se {
	font-size: 25px;
	font-weight: bold;
	color: #484848;
	width: 100%;
	margin-bottom: 30px;
}

.wrap .container .content_se .nick_se {
	float: left;
	font-size: 16px;
	color: #484848;
	margin-right: 30px;
	line-height: 25px;
}

.wrap .container .content_se  .notice {
	float: left;
	color: #ff540f;
	margin-right: 30px;
	line-height:25px;
}

.wrap .container .content_se .nick_se .label {
	width: 57px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	border-radius: 3px;
	margin-right: 10px;
	float: left;
}

.wrap .container .content_se .nick_se .seller {
	background-color: #ff9100;
}

.wrap .container .content_se .nick_se .provider {
	background-color: #8dceee;
}

.wrap .container .content_se .nick_se .name {
	float: left;
}

.wrap .container .content_se .date_se {
	float: left;
	font-size: 16px;
	color: #808080;
	line-height: 25px;
}

.post_content_se {
	padding-top: 40px;
	word-break: keep-all;
	font-size: 16px;
	color: #484848;
	line-height: 1.8; 
}

.post_content_se img {
	display: block;
	margin: 30px 0;
}

.wrap .container .content_se .file_se {
	padding-top: 30px;
}

.wrap .container .content_se .file_box_se {
    width: 100%;
    height: 37px;
    line-height: 35px;
    border-radius: 3px;
    box-shadow: inset 0 4px 4px 0 rgb(0 0 0 / 5%);
    border: solid 1px #d9d9d9;
    background: #fff url(/images/mypg/paper_clip.png) no-repeat right 15px center;
    padding-left: 15px;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #b0b0b0;
    margin-top: 10px;
}

.board_button_se2 {
	height: 27px;
}

.board_button_se2 .rtb .btnIn {
    font-size: 15px !important;
    color: #808080 !important;
    width: 46px !important;
	height: 27px !important;
	line-height: 25px !important;
	margin: 0 0 0 10px;
	padding: 0 !important;
	border-radius: 3px !important;
	box-shadow: 0 5px 5px 0 rgba(72, 72, 72, 0.1) !important;
	border: solid 1px #d9d9d9 !important;
	background-color: #fff !important;
	vertical-align: middle!important;
	float: left;
}

.board_button_se2:after {
	display: none !important;
}

.reply_cont_se {
	clear: both;
	padding: 40px 70px;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0 rgba(112, 112, 112, 0.15);
	background-color: #fff;
	margin-top: 15px;
}

.reply_cont_se .ico_title {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	align-items:flex-end;
}
	
.reply_cont_se .ico_title .ico {
	width:16px;
}
	
.reply_cont_se .ico_title .ico img {
	max-width:100%;
	height:auto;
}
	
.reply_cont_se .ico_title .title {
	width:calc(100% - 16px);
	padding-left:5px;
	font-size:14px;
	font-weight:700;
	color:#484848
}
	
.reply_cont_se .box_head {
	padding-bottom:20px;
	border-bottom:1px solid #d9d9d9
}

.reply_cont_se .no_reply img {
	display: block;
	margin: 10px auto;
}

.reply_cont_se .no_reply p {
	font-size: 14px;
	color: #afafaf;
	text-align: center;
}

.reply_write_se {
	width: 100%;
	position: relative;
	margin: 20px 0 10px 0;
}

.reply_write_se .rw_box {
    width: 100%;
    height: 48px;
    padding: 13px 100px 13px 20px;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
    font-size: 16px;
    color: #484848;
    text-overflow: ellipsis;
    overflow: hidden;
    resize: none;
}

.reply_write_se .rw_btn {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
	width: 65px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
	border: solid 1px #ff540f;
	background-color: #fff;
	font-size: 13px;
	color: #ff540f;
}

.articlecont {
  font-size: 17px;
  text-align: left;
  color: #555;	
}

.reply_box_se {
	width: 100%;
	padding: 30px;
	border-radius: 5px;
	border: solid 1px #eee;
	background-color: #fffbf2;
	margin-top: 10px;
}

.reply_box_se_answer {
	width: 100%;
	padding: 30px;
	border-radius: 5px;
	border: solid 1px #eee;
	background-color: #fff8f6;
	margin-top: 10px;
}

.reply_box_se .reply_thumb_se, .reply_box_se_answer .reply_thumb_se{
	float: left;
	width: 60px; height: 60px;
	border-radius: 50%;
	margin-right: 20px;
}

.reply_box_se .reply_right, .reply_box_se_answer .reply_right {
	width: 100%;
	float: left;
}

.reply_box_se .rp_nick_se, .reply_box_se_answer .rp_nick_se {
	float: left;
	font-size: 17px;
	color: #484848;
	margin-right: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

.reply_box_se .rp_date_se, .reply_box_se_answer .rp_date_se {
	float: left !important;
	font-size: 12px;
	color: #b0b0b0;
	margin-top: 5px;
}

.reply_box_se .rp_txt_se, .reply_box_se_answer .rp_txt_se {
	clear: both;
	font-size: 15px;
	color: #484848;
	word-break: break-all;
    white-space: pre-line;
}

.reply_box_se .rp_nick_se .s_box {
	margin-right: 4px;
}

.board_button_se3 .ltb .btnIn {
    font-size: 15px !important;
    color: #ffffff !important;
	border: 0 !important;
	vertical-align: middle!important;
	width: 72px!important;
	height: 37px!important;
	line-height: 37px!important;
	padding: 0!important;
	border-radius: 3px!important;
	background-image: linear-gradient(to top, #ff9100, #ff540f)!important;
}

.answer{
	float: right;
	cursor: pointer;
}

.answer_nick {
	color: #ff9100;
	
}
.faq_write_se .answer_nick {
	padding: 10px 15px 0;	
}
.secret {
	margin: 5px;
}

@media screen and (max-width: 1000px) {
	.wrap .container .content_se {
	    margin-top: 0;
	}
	
	.wrap .container .cont_white_box_se {
	    padding: 0px;
	    border-radius: 0px;
	    box-shadow: none;
	    padding-bottom: 15px;
	}

	.wrap .container .content_se .cont_top_se {
		padding: 15px;
	}

	.wrap .container .content_se .left_txt {
		float: none;
		width: 100%;
		padding-left: 0px;
	}

	.wrap .container .content_se .board_thumb_se {
		display: none;
	}

	.wrap .container .content_se .board_tit_se {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.wrap .container .content_se .nick_se {
		font-size: 12px;
		margin-right: 15px;
		line-height: 19px;
	}

	.wrap .container .content_se  .notice {
		margin-right: 15px;
		line-height: 19px;
		font-size: 12px;
	}

	.wrap .container .content_se .nick_se .label {
		width: 41px;
		height: 19px;
		line-height: 19px;
		font-size: 12px;
		margin-right: 5px;
	}

	.wrap .container .content_se .date_se {
		font-size: 12px;
		line-height: 19px;
	}

	.post_content_se {
		padding: 15px;
		font-size: 13px;
	}

	.post_content_se img {
		margin: 20px 0;
	}

	.wrap .container .content_se .file_se {
		padding: 20px 15px 0;
	}

	.wrap .container .content_se .file_box_se {
	    margin-top: 10px;    
		height: 34px;
		line-height: 32px;
		border-radius: 3px;
		background: #fff url(/images/mypg/paper_clip.png) no-repeat right 10px center;
		background-size: 16px 16px;
		padding-left: 10px;
		padding-right: 30px;
		font-size: 13px;
		display: block;
	}

	.reply_cont_se {
		clear: both;
		padding: 0px 0 20px;
		border-radius: 0px;
		box-shadow: none;
		background-color: #fff;
		margin-top: 0px;
	}
	
	.reply_cont_se .ico_title .ico {
		display: none;
	}
			
	.reply_cont_se .ico_title .title {
		display: none;
	}
		
	.reply_cont_se .box_head {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.reply_cont_se .no_reply {
		display: none;
	}
	
	.no_reply_m {
		display: block !important;
	}
	
	.reply_cont_se .no_reply_m img {
		display: block;
		margin: 20px auto 10px;
		width: 50px;
	}

	.reply_cont_se .no_reply_m p {
		font-size: 14px;
		color: #afafaf;
		text-align: center;
		margin-bottom: 20px;
	}

	.reply_write_se {
		margin: 0 0 10px 0;
		padding: 10px 15px;
		border-bottom: 1px solid #d9d9d9;
		border-top: 1px solid #d9d9d9;
		background: #ffffff;
	}

	.reply_write_se .rw_box {
		height: 33px;
		padding: 8px;
		font-size: 12px;
		background: #f8f8f8;
	}

	.reply_write_se .rw_btn {
		right: 25px;
		top: 15px;
		width: 55px;
		height: 23px;
		line-height: 21px;
		font-size: 13px;
	}

	.reply_list_se {
		padding: 0 15px;
	}
	
	.reply_box_se {
		width: 100%;
		padding: 10px;
	}

	.reply_box_se .reply_thumb_se {
		display: none;
	}

	.reply_box_se .reply_right {
		float: none;
		padding-top: 0px;
	}

	.reply_box_se .rp_nick_se, .reply_box_se_answer .rp_nick_se {
		font-size: 13px;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.reply_box_se .rp_date_se, .reply_box_se_answer .rp_date_se {
		float: right;
		font-size: 12px;
		line-height: 1.6;
		margin-left: 10px;
	}
	
	.reply_box_se .rp_txt_se, .reply_box_se_answer .rp_txt_se {
		font-size: 12px;
	}

	.board_button_se3 .ltb .btnIn {
	    font-size: 13px !important;
		width: 55px!important;
		height: 24px!important;
		line-height: 24px!important;
		padding: 0!important;
	}
	
	.board_button_se2 {
		margin-bottom: 15px;
	}
	
	.board_button_se3 {
		/*display: none !important;*/
		padding: 0 15px;
	}
	
	.board_button_se_m {
		display: block;
		padding: 0 15px;
	}
		
	.board_button_se2 {
		height: 24px;
	}
	
	.board_button_se2 .rtb .btnIn {
	    font-size: 13px !important;
	    width: 34px !important;
		height: 24px !important;
		line-height: 22px !important;
		margin: 0 0 0 5px;
	}	
	.reply_box_se_answer {
		width: 100%;
		padding: 30px;
		border-radius: 5px;
		border: solid 1px #eee;
		background-color: #fff8f6;
		margin-top: 10px;
	}
	.articlecont {
	  font-size: 12px;
	  text-align: left;
	  color: #555;	
	}
	
}


/*프로필관리*/
.my_content_box_pro {
	padding: 60px 108px !important;
}

.my_thumb_se {
	width: 150px; height: 150px;	
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 15px auto;
}

.my_thumb_se img {
	display: block;
	margin: 0 auto;
	width: 100%; height: 100%;
}

.uploading_info {
	font-size: 14px;
	color: #707070;
	text-align: center;
	margin-bottom: 10px;
	display: none;
}
.uploading_info.show {
	display: block;
}
.uploading_info > span{
	width: 100%;
	display: none !important;
}
.my_photo_se {
	margin-bottom: 30px;
}

.my_photo_se input {
	opacity: 0;
	display: none;
}

.my_photo_se label {
	width: 70px;
	height: 37px;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 15px;
	color: #484848;
}

.my_content_box_pro .cf_se {
	width: 100%;
	margin-bottom: 20px;
}

.my_content_box_pro .left_tit_se {
	float: left;
	font-size: 15px;
	color: #484848;
	width: 124px;
	text-align: left !important;
	font-weight: bold;
	line-height: 37px;
}

.my_content_box_pro .right_form_se {
	float: left;
	width: calc(100% - 124px);
	position: relative;
}

.my_content_box_pro .bizno_cert a{
	padding: 5px 10px;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    font-size: 13px;
    word-break: keep-all;
    width: 20%;
    text-align: center;
}

.my_content_box_pro .bizno_cert{
	width: 80% !important;
}

.my_content_box_pro .bizno_cert input{
	width: calc(90% - 30px) !important;
}


.my_content_box_pro .right_form_se textarea.proInt {
	width: 100%;
	height: 200px;
	padding: 10px;
	border-radius: 3px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	resize: none;
}

.my_content_box_pro .right_form_se .sales_scale_text {
	position: absolute;
	right: 20px;
	top: 8px;
}

.my_content_box_pro .right_form_se .pro_box_se {
	height: 37px;
	line-height: 35px;
	font-size: 13px;
	color: #484848;
	width: 100%;
	padding: 0 10px;
	border-radius: 3px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
}

.my_content_box_pro .right_form_se .select_important{
	background-color: #d9d9d9 !important;
	color: #cfcfcf;
}

.pro_box_se_sl {
	background: #ffffff url(/images/mypg/se_type_arrow.png) no-repeat right 10px center !important;
	background-size: 13px;
	-webkit-appearance:none; 
	 -moz-appearance:none;
	 appearance:none
}

.pro_box_se_sl::-ms-expand {
	display: none !important;	
}

.my_content_box_pro .right_form_se label {
	font-size: 15px;
	color: #484848;
}

.profile_adit_btn_se {
	width: 92px;
	height: 37px;
	line-height: 37px;
	margin: 30px auto 0;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	background-image: linear-gradient(to top, #ff9100, #ff540f);
	font-size: 15px;
	color: #ffffff;
}

.my_content_box_pro .sel_pro_se label {
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.my_content_box_pro .hs_se {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	border-radius: 3px;
	margin-right: 10px;
	color: #ff9100;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	background-color: #fff5e1;
}

@media screen and (max-width: 1000px) {
	.page_title_no {
		display: none !important;
	}
	
	.my_content_box_pro {
		padding: 5px 15px 30px !important;
		background: none !important;
		position: relative;
	}
	
	.m_txt_se {
		font-size: 13px;
		color: #484848;
		margin-bottom: 5px;
		font-weight: bold;
		display: block !important;
	}

	/*.my_thumb_se {
		margin-bottom: 0;
		position: absolute;
		top: 65px;
		left: 50%;
		margin-left: -50px;
	}*/

	.my_thumb_se img {
		width: 100px;
	}

	.my_photo_se {
		margin-bottom: 0;
		padding-bottom: 135px;
	}

	.my_photo_se input {
		position: absolute;
	}

	.my_photo_se label {
		width: 100%;
		height: 29px;
		line-height: 27px;
		border-radius: 3px;
		box-shadow: none;
		border: dashed 1px #d9d9d9;
		font-size: 12px;
		color: #808080;
	}
	
	.my_photo_se label:before {
		content : '+ '
	}
	
	.my_content_box_pro .left_tit_se {
		float: none;
		font-size: 13px;
		width: auto;
		line-height: 1;
		margin-bottom: 5px;
	}

	.my_content_box_pro .right_form_se {
		float: none;
		width: 100%;
	}

	.my_content_box_pro .right_form_se textarea.proInt {
		width: 100%;
		height: 140px;
		padding: 15px;
	}

	.my_content_box_pro .right_form_se .pro_box_se {
		height: 34px;
		line-height: 32px;
		font-size: 13px;
	}
	
	.my_content_box_pro .right_form_se .select_important{
		background-color: #d9d9d9 !important;
		color: #cfcfcf;
	}

	.pro_box_se_sl {
		background-size: 10px;
	}

	.my_content_box_pro .right_form_se label {
		font-size: 13px;
	}
	
	.profile_adit_btn_se {
		width: 80px;
		height: 30px;
		line-height: 30px;
		margin: 0 auto 30px;
		font-size: 13px;
		color: #ffffff;
	}

	.my_content_box_pro .sel_pro_se label {
	    margin-right: 15px;
	}

	.my_content_box_pro .hs_se {
		height: 20px;
		line-height: 20px;
		margin-right: 5px;
		font-size: 13px;
	}
}






.manager3 {
	width: 121px !important;
}

.manager3 .btn_manager {
	padding-left: 7px !important;
	padding-right: 7px !important;
	float: left;
	margin: 0 2px;
}


.form_section_box .form_area li .cont .tag_list .tagbox:first-child {
	margin-left: 0 !important;
}

.my_main .mypage_main_section h3.org {
	background-color: #fffaf8;
}

.app_list_se .bt_se .blue_se {
	width: 89px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	display: block;
	border-radius: 3px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
}

.app_list_se .bt_se .red_se {
	width: 89px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	display: block;
	border-radius: 3px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
}

@media screen and (max-width: 1000px) {
	.my_main_se {
		padding: 130px 15px 30px !important;
	}
	
	.my_aside {
		position: relative;
	}
	
	.my_infomation.active {
		display: block !important;
		position: absolute;
		top: 50px;
		width: calc(100% - 30px);
		left: 15px;
		padding: 15px 15px 15px 28px;
	}
	
	.my_infomation.active .profile_img {
		float: left;
		width: 90px;
		margin: 0 20px 0 0;
		height: 90px;
	}
	
	.my_infomation.active .profile_img img {
		width: 90px;
		height: 90px;
	}
	
	.my_infomation.active .profile_cont {
		float: left;
		position: relative;
		margin-top: 0;
		width: calc(100% - 110px);
	}
	
	.my_infomation.active .profile_cont .profile_btn_box {
		position: absolute;
		margin-top: 0;
		left: 0;
		top: 5px;
	}
	
	.my_infomation.active .profile_cont .text {
		margin-top: 35px;
		text-align: left;
		margin-bottom: 15px;
	}
}



.form_section_box {
    max-width: 840px;
    border-radius: 3px;
    border: 0;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    padding: 60px 108px !important;
}

.form_section_box.signup .form_area li .label {
	width: 125px;
}

.form_section_box .form_area li .cont {
	width: calc(100% - 125px);
	min-height: 39px;
}

.form_section_box .form_area li .seller_default_checkbox{
	min-height: auto;
    padding-left: 10px;
}

.text-readonly{
	color: #484848;
    background: #d9d9d9;
}


/*로그인팝업*/
.del_img img {
	display: none;
}

.login_email_se {
	font-size: 15px;
	color: #ffffff;
}

.login_email_se img {
	margin-right: 10px;
}

.login_kakao_se {
	font-size: 15px;
	color: #3c1e1d;
}

.login_kakao_se img {
	margin-right: 10px;
}

.login_naver_se {
	font-size: 15px;
	color: #ffffff;
}

.login_naver_se img {
	margin-right: 10px;
}

#naver_id_login img {
	display: none;
}

@media screen and (max-width: 1000px) {
	.login_kakao_se {
		font-size: 12px;
	}
	
	.login_kakao_se img {
		margin-right: 5px;
		width: 17px;
	}
	
	.login_naver_se {
		font-size: 12px;
	}
	
	.login_naver_se img {
		margin-right: 5px;
		width: 15px !important;
		height: auto !important;
	}
}


/*매칭등록*/
.form_section_box_se .cont_se {
	display: block !important;
}

.form_section_box_se .cont_se .label_list {
	display: block !important;
}

.form_section_box_se .cont_se .label_list label {
	margin-right: 20px;
	margin-left: 0 !important;
}

/*로그인페이지*/
.login_box_se {
	width: 1080px !important;
	height: 466px !important;
	margin: 100px auto !important;
	padding: 50px 70px !important;
	border-radius: 5px !important;
	border: solid 1px #d9d9d9 !important;
	background: #fff !important;
}

.login_box_se .login_area {
	padding: 0 !important;
	width: 470px !important;
}

.login_box_se .login_banner {
	padding: 20px 0;
	width: auto !important;
}

.login_box_se .login_banner p {
	text-align: center;
	color: #484848;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

.login_box_se .login_banner img {
	width: auto !important;
	height: auto !important;
}

.login_box_se .login_banner ul li {
	width: 400px;
	height: 50px;
	line-height:50px;
	margin: 0 auto 20px;
	border-radius: 5px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	text-align: center;
	font-size: 15px;
	position: relative;
}
.login_box_se .login_banner ul li a {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	display: block;
}

.login_box_se .login_banner ul li.email_li {
	background: #ff9100;
}

.login_box_se .login_banner ul li.kakao_li {
	background: #ffe457;
}

.login_box_se .login_banner ul li.naver_li {
	background: #31bc5b;
}

.login_box_se .login_banner ul li.google_li {
	border: solid 1px #d9d9d9;
	line-height: 48px;
}

.login_box_se .login_area form {
	width: 400px !important;
}

.login_box_se .login_txt_se {
	float: right;
}

.login_box_se .login_area .type_select {
	display: none !important;
}

.login_box_se .login_area .type_select a {
	display: none !important;
}

.login_box_se .save_id_se {
	float: left;
	margin: 0 !important;;
	padding: 0 !important;
}

.login_box_se .save_id_se label {
	font-size:15px !important;
	color:#484848 !important;
	font-weight: normal !important;
}

.login_box_se .login_txt_se li {
	float:left;
	font-size:15px;
	color:#484848;
	margin-left: 15px;
}

.login_box_se .login_area {
	height: 100%;
	border-right: 1px solid #d9d9d9;
}

.login_box_se .frm_box {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;
    height:51px;
    padding:0 20px;
    border-radius: 5px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    align-items:center;
}
.login_box_se .frm_box ~ .frm_box {margin-top:10px}
.login_box_se .frm_box i {display:block;width:17px;}
.login_box_se .frm_box i img {width:100%}
.login_box_se .frm_box p {display:block;width:calc(100% - 17px);padding-left:15px;margin-top:0 !important; padding-bottom: 0 !important;}
.login_box_se .frm_box input[type="text"],
.login_box_se .frm_box input[type="password"] {
    margin:0 !important; 
    border:0 !important; 
    border-radius:0 !important; 
    -webkit-border-radius:0 !important; 
    -webkit-appearance:none !important; 
    -ms-appearance:none !important; 
    -moz-appearance:none !important; 
    appearance:none !important; 
    cursor:pointer; 
    font-size:15px !important; 
    line-height: auto !important;
    font-weight: normal !important;
    vertical-align: middle !important;
    height:auto !important; 
    background-color:transparent !important; 
}
.login_box_se .frm_box input[type="password"]::-webkit-input-placeholder,
.login_box_se .frm_box input[type="text"]::-webkit-input-placeholder {color:#ccc !important;}
.login_box_se .frm_box input[type="password"]::-moz-input-placeholder,
.login_box_se .frm_box input[type="text"]::-moz-input-placeholder {color:#ccc !important;}
.login_box_se .frm_box input[type="password"]::-o-input-placeholder,
.login_box_se .frm_box input[type="text"]::-o-input-placeholder {color:#ccc !important;}
.login_box_se .frm_box input[type="password"]::placeholder,
.login_box_se .frm_box input[type="text"]::placeholder {color:#ccc !important;}

.login_option_se  {
	margin-top: 15px;
}

.login_box_se .login_area form button {
	position:static !important;
	border: 0 !important;
	clear: both !important;
	display: block !important;
	margin-top: 10px !important;
	width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%) !important;
    background-image: linear-gradient(to right, #ff9100, #ff540f) !important;
    font-size: 15px !important;
    text-align: center !important;
    color: #fff !important;
}

.login_box_se .login_area form button::after {
	display: none !important;
}

.login_logo_se {
	display: block;
	margin: 10px auto 15px;
}
.join_direct_box {
	width: calc(100% - 69px);
	height: 300px;
	margin: 0 69px 0 0;
	border-radius: 5px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #484848;
}
#login_box .login_area p.join_direct_txt {
	margin-top: 18px;
}

@media screen and (max-width: 1000px) {
	.page_title_se {
		display: none;
	}
	
	.login_logo_se_m {
		display: block !important;
		margin: 0 auto 10px;
	}
	
	.login_logo_se {
		display: none !important;
	}
	
	.login_info_m {
		display: block !important;
		text-align: center;
		font-size: 14px;
		color: #484848;
		margin-bottom: 30px;
	}
	
	.login_box_se {
		width: 100% !important;
		height: auto !important;
		margin: 0px auto !important;
		padding: 30px 15px 60px!important;
		border-radius: 0px !important;
		border: 0 !important;
	}
	
	.login_box_se .login_area {
		width: 100% !important;
		border-right: 0 !important;
	}
	
	.login_box_se .login_banner {
		padding: 0;
		width: 100% !important;
		float: none;
	}

	.login_box_se .login_banner p {
		font-size: 13px;
		color: #808080;
		position: relative;
		margin-bottom: 20px;
		margin-top: 40px;
	}
	
	.login_box_se .login_banner p span {
		background: #ffffff;
		position: relative;
		z-index: 2;
		padding: 0 20px;
		display: inline-block;
	}
	
	.login_box_se .login_banner p:before {
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -1px;
		background: #d9d9d9;
	}
	
	.login_box_se .login_banner img {
		width: auto !important;
		height: auto !important;
	}
	
	.login_box_se .login_banner ul {
		width: 240px;
		margin: 0 auto;
	}

	.login_box_se .login_banner ul li {
		width: 50px;
		float: left;
		height: 50px;
		line-height: 1.6;
		margin: 0 35px 50px;
		border-radius: 25px;
		box-shadow: none;
		text-align: center;
		font-size: 0;
		position: relative;
	}
	
	.login_box_se .login_banner ul li a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.login_box_se .login_banner ul li span {
		font-size: 0;
	}
	
	.login_box_se .login_banner ul li img {
		margin: 0 !important;
	}
	
	.login_box_se .login_banner ul li.email_li {
		line-height: 50px !important;
	}
	
	.login_box_se .login_banner ul li.kakao_li {
		line-height: 50px !important;
	}
	
	.login_box_se .login_banner ul li.email_li:after {
		content: '이메일';
		width: 100%;
		text-align: center;
		font-size: 13px;
		color: #484848;
		position: absolute;
		left: 0;
		bottom: -40px;
	}

	.login_box_se .login_banner ul li.kakao_li:after {
		content: '카카오톡';
		width: 100%;
		text-align: center;
		font-size: 13px;
		color: #484848;
		position: absolute;
		left: 0;
		bottom: -40px;
	}
	
	.login_box_se .login_banner ul li.naver_li {
		line-height: 50px !important;
	}
	
	.login_box_se .login_banner ul li.naver_li:after {
		content: '네이버';
		width: 100%;
		text-align: center;
		font-size: 13px;
		color: #484848;
		position: absolute;
		left: 0;
		bottom: -40px;
	}
		
	.login_box_se .login_banner ul li.google_li:after {
		content: '구글';
		width: 100%;
		text-align: center;
		font-size: 13px;
		color: #484848;
		position: absolute;
		left: 0;
		bottom: -40px;
	}

	#login_member_se {
		width: 100% !important;
	}
	
	.login_box_se .login_area form {
		width: 100% !important;
	}
	
	.login_box_se .save_id_se label {
		font-size:13px !important;
	}

	.login_box_se .login_txt_se li {
		font-size:13px;
		margin-left: 10px;
	}

	.login_box_se .login_area {
		height: auto;
	}

	.login_box_se .frm_box {
	    height:40px;
	    padding:0 15px;
	}
	
	.login_box_se .login_area p {
		padding-left: 0 !important;
	}

	.login_option_se  {
		margin-top: 10px;
	}

	.login_box_se .login_area form button {
	    height: 40px !important;
	    line-height: 40px !important;
	}

	.form_section_box .form_area li .cont {
		width: 100%;
	}	
}

/*아이디찾기*/
.box_find_se {
	width: 500px;
	margin: 100px auto;
	padding: 35px 50px 50px;
	border-radius: 10px;
	border: solid 1px #d9d9d9;
	background-color: #fff;
}

.box_find_se .title img {
	display: block;
	margin: 0 auto 5px;
}

.box_find_se .text1 {
	text-align: center;
	color: #484848;
	font-size: 16px;
	margin-bottom: 50px;
	font-weight: bold;
}

.box_find_se .middle_title {
	font-size: 15px;
	color: #484848;
	font-weight: bold;
	margin-bottom: 15px;
}

.box_find_se .enter_info {
	margin-top: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
}

.box_find_se .full_se {
	width: 400px;
	height: 50px;
	line-height: 48px;
	margin-bottom: 15px;
	padding: 0 10px;
	border-radius: 5px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	font-size: 15px;
	color: #484848;
}

.box_find_se .half_se {
	width: 31%;
	height: 50px;
	line-height: 48px;
	margin-bottom: 15px;
	padding: 0 10px;
	border-radius: 5px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	font-size: 15px;
	float: left;
	color: #484848;
}

.box_find_se .sm_se {
	width: 5%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 15px;
	float: left;
	color: #484848;
}

.box_find_se .se_se {
	width: 31%;
	height: 50px;
	line-height: 48px;
	margin-bottom: 15px;
	padding: 0 ;
	border-radius: 5px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #d9d9d9;
	background-color: #fff;
	font-size: 15px;
	float: right;
	color: #484848;
}

.box_find_se .se_se select {
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 15px;
	font-family: inherit;
	padding: 0 10px;
	background: url(/images/mypg/se_type_arrow.png) no-repeat right 10px center !important;
	background-size: 12px !important;
	-webkit-appearance:none; 
	 -moz-appearance:none;
	 appearance:none
}

.box_find_se .se_se select::-ms-expand {
	display: none !important;	
}

.box_find_se .wrap_buttons {
	margin-top: 0;
}

.box_find_se button {
    display: block!important;
    width: 100%!important;
    padding: 0!important;
    text-align: center!important;
    font-size: 15px!important;
    color: #fff !important;
    border: 0!important;
    border-radius: 5px!important;
    line-height: 50px!important;
    height: 50px!important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(to top, #ff9100, #ff540f);
}

@media screen and (max-width: 1000px) {
	.box_find_se {
		width: 100%;
		margin: 30px auto 120px;
		min-height: 500px;
		padding: 0 15px;
		border-radius: 0px;
		border: 0;
		background: none;
	}
	
	.box_find_se .title img {
		display: none;
	}
	
	.box_find_se .text1 {
		display: none;
	}

	.box_find_se .middle_title {
		font-size: 13px;
		margin-bottom: 5px;
		padding-bottom: 0 !important;
	}

	.box_find_se .full_se {
		width: 100%;
		height: 34px;
		line-height: 32px;
		margin-bottom: 5px;
		border-radius: 3px;
		font-size: 13px;
	}

	.box_find_se .half_se {
		height: 34px;
		line-height: 32px;
		margin-bottom: 5px;
		border-radius: 3px;
		font-size: 13px;
	}

	.box_find_se .sm_se {
		height: 34px;
		line-height: 32px;
		margin-bottom: 5px;
		border-radius: 3px;
		font-size: 13px;
	}

	.box_find_se .se_se {
	height: 34px;
		line-height: 32px;
		margin-bottom: 5px;
		border-radius: 3px;
		font-size: 13px;
	}

	.box_find_se .se_se select {
		font-size: 13px;
		background-size: 10px !important;
	}

	.box_find_se button {
	    font-size: 13px!important;
	    border-radius: 3px!important;
	    line-height: 34px!important;
	    height: 34px!important;
	}
	
	.back_area_se {
		display: block !important;
		height: 40px;
		line-height: 39px;
		border-bottom: 1px solid #d9d9d9;
		position: relative;		
		width: 100%;
		background: white;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		color: #484848;
	}
	
	.back_area_se a {
		position: absolute;
		left: 15px;
		top: 0px;
		z-index: 2;
	}
}


/*게시판 쓰기*/
.table_white_se {
	width: 980px;
	margin: 0 auto;
	padding: 55px 70px;
	border-radius: 10px;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

.board_button_se_write {
	width: 980px;
}

.board_button_se_write .block_se {
	display: block;
	width: 100%;
}

.board_button_se_write .block_se button {
	width: 92px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	float: right;
	font-size: 15px;
	color: #ffffff;
	border-radius: 3px;
	background-image: linear-gradient(to top, #ff9100, #ff540f);
}

.big_input_se {
	width: 100% !important;
	height: 45px !important;
	line-height: 45px !important;
	padding: 0 10px !important;
	border-radius: 3px !important;
	border: solid 1px #d9d9d9 !important;
	font-size: 18px !important;
	color: #484848 !important;
	margin-bottom: 10px !important;
}

.half_td_se {
	width: 50% !important;
}

.editor_container_se {
	margin: 30px 0;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	overflow: hidden;
}

.file_ck_td_se {
	width: 3% !important;
}

.file_ck_td_se .ck_style_se {
	position: relative;
	top: -5px;
}

.file_td_se {
	width: 97% !important;
}

.file_label_se {
	width: 100%;
    height: 37px;
    line-height: 35px;
    border-radius: 3px;
    box-shadow: inset 0 4px 4px 0 rgb(0 0 0 / 5%);
    border: solid 1px #d9d9d9;
    background: #fff url(/images/mypg/paper_clip.png) no-repeat right 15px center;
    padding-left: 15px;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #b0b0b0;
}

.file_label_se input {
	opacity: 0 !important;
}

.small_txt_se {
	color: #b0b0b0;
	font-size: 13px;
	margin-top: 5px;
	display: block;
	padding-left: 3%;
}

.btn_file_se {
	float: right;
}

.btn_file_se button {
	float: left;
    font-size: 15px !important;
    color: rgb(128, 128, 128) !important;
    width: 46px !important;
    height: 27px !important;
    line-height: 25px !important;
    box-shadow: rgba(72, 72, 72, 0.1) 0px 5px 5px 0px !important;
    background-color: rgb(255, 255, 255) !important;
    vertical-align: middle !important;
    margin: 0px 0px 0px 5px;
    padding: 0px !important;
    border-radius: 3px !important;
    border: 1px solid  rgb(217, 217, 217) !important;
}

.sec_txt_se {
	font-size: 14px;
	color: #484848;
	margin-left: 5px;
	line-height: 17px;
}

.ck_style_se {
	width: 17px;
	height: 17px;
	position: relative;
	border: 0 !important;
	background: none !important;
	border-radius: 0 !important;
}

.ck_style_se:after {
	content: '';
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
}

.ck_style_se:checked:after {
	border: 0;
	background: url(/images/mypg/label_box_on.png) no-repeat center center !important;
    background-size: cover;
}

@media screen and (max-width: 1000px) {
	.content_write_se2 {
		padding: 0 !important;
		margin: 0 !important;
		background: #ffffff !important;
	}
	.table_white_se {
		width: 100%;
		padding: 0;
		border-radius: 0px;
		box-shadow: none;
		background-color: #fff;
	}

	.board_button_se_write {
		width: 100%;
		padding: 0 15px;
	}

	.board_button_se_write .block_se button {
		width: 53px;
		height: 24px;
		line-height: 24px;
		float: left;
		font-size: 13px;
	}
	
	.board_button_se_write .block_se button span {
		display: none;
	}
	
	.board_button_se_write .block_se .bor_se {
		display: block !important;
		float: left;
		width: 53px;
		height: 24px;
		line-height: 22px;
		margin: 0 0 0 5px;
		text-align: center;
		font-size: 13px;
		color: #484848;
		border-radius: 3px;
		box-shadow: 0 5px 5px 0 rgba(72, 72, 72, 0.05);
		border: solid 1px #d9d9d9;
		background-color: #fff;
	}

	.big_input_se {
		height: 45px !important;
		line-height: 45px !important;
		padding: 0 10px !important;
		border-radius: 0px !important;
		border: 0 !important;
		border-bottom: solid 1px #d9d9d9 !important;
		font-size: 15px !important;
		color: #808080 !important;
		margin-bottom: 0px !important;
	}

	.half_td_se {
		width: 100% !important;
		padding: 0 !important;
		display: block !important;
	}
	
	.editor_container_se {
		margin: 20px 0;
		border: 0;
		border-radius: 0px;
		overflow: hidden;
		padding: 0 15px;
	}
	
	.file_ck_td_se {
		width: 3% !important;
	}

.file_ck_td_se .ck_style_se {
	position: relative;
	top: -5px;
}

	.file_td_se {
		width: 97% !important;
		padding-right: 15px;
		padding-left: 10px;
	}

	.file_label_se {
	    height: 32px;
	    line-height: 30px;
	    background: #fff url(/images/mypg/paper_clip.png) no-repeat right 10px center;
	    padding-left: 10px;
	    padding-right: 40px;
	    font-size: 13px;
	}

	.file_label_se input {
		opacity: 0 !important;
	}

	.btn_file_se {
		padding-right: 15px;
	}

.btn_file_se button {
    font-size: 13px !important;
    width: 53px !important;
    height: 24px !important;
    line-height: 22px !important;
    margin: 0px 0px 0px 5px;
}

	.sec_txt_se {
		font-size: 13px;
		margin-top: 10px;
	}
	
	.ck_style_se {
		margin-left: 15px;
	}
}

/*수정사항 */
.detail_info_content > section > .detail_section_title::before {
	background-image: url(/images/custom/icon/ico_pin.png);
}

.detail_info_content > section > .top_info > .seller_profile .person_info {
    justify-content: space-around !important;
}

.type_pp_se {
	background: 	#4fd9a7 !important;
}

.match_list.type3>li>.labels .label.provider {
    background-color: #80cdf8 !important;
}

.match_list.type3>li>.labels .label.seller {
    background-color: #80cdf8 !important;
}

.wrap header {
	z-index: 9  !important;
}

.list_outer.seller {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.content2_modi_se {
	padding: 0 !important;
}

.sub_content_modi_se {
	padding-top: 20px;
}

.match_search_form fieldset {
	width: 100%;
}

.match_search_form .bottom .search_total .right {
	width: auto;
}

.match_list.type3>li:hover {
	border: 1px solid #ff9100;
}

.match_list.type3>li>.subject {
	position: relative;
	z-index: 2;
}

.match_list.type3>li:hover>.subject:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: #fff59d;
	content: '';
	z-index:-1;
}

.hd_type_box_se {
	height: 18px;
	line-height: 18px;	
	padding: 0px 5px;
	border-radius: 2px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	font-size: 11px;
	color: #fff;
	margin-right: 5px;
	float: left;
}
.hd_type_box_se.provider{
	background-color: #8dceee;
}
.hd_type_box_se.seller{
	background-color: #ff9100;
}

/*회원정보관리 모바일*/
@media screen and (max-width: 1000px) {
	.page_title_m_del {
		display: none !important;
	}
	
	.content4_se_m .form_section_box  {
		box-shadow: none !important;
		padding: 0px 15px !important;
	}
	
	.form_section_box .form_area li {
		padding: 0 !important;
		margin-bottom: 15px;	
	}
	
	.form_section_box .form_area .m_seller_default_li{
		display: -webkit-inline-box;
	}
	
	.content4_se_m .form_area li .label {
		font-size: 13px !important;
	}
	
	.content4_se_m .cont {
		margin-top: 0 !important;
	}
	
	.content4_se_m .inputbox {
		margin-top: 0 !important;
		height: 34px !important;
		min-height: 34px !important;
		font-size: 13px !important;
	}
	
	.content4_se_m .inputbox input {
		min-height: 34px !important;
		font-size: 13px !important;
	}
	
	.content4_se_m .inputbox + label {
		font-size: 13px;
		color: #808080;
	}
	
	.content4_se_m .form_area li .cont .label_list {
		font-size: 13px;
		color: #808080;
	}
	
	.content4_se_m .btn_box {
		margin: 0 0 40px !important;
	}
	
	.content4_se_m .btn_type1.submit_btn {
		width: 80px !important;
		padding: 0 !important;
		text-align: center !important;
		height: 30px !important;
		line-height: 30px !important;
		font-size: 13px !important;
	}
	
	.content4_se_m .btn_type1.cancel_btn {
		width: 80px !important;
		padding: 0 !important;
		text-align: center !important;
		height: 30px !important;
		line-height: 30px !important;
		font-size: 13px !important;
	}
}


/*회원가입 모바일*/
@media screen and (max-width: 1000px) {
	.page_title_del {
		display: none !Important;
	}
	
	.content_join_se {
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.content_join_se .form_section_box.signup {
		box-shadow: none !Important;
		padding: 20px 15px !Important;
	}
	
	.m_del_se {
		display: none !important;
	}
	
	.m_ac_se {
		display: block !important;
		text-align: center;
		font-size: 14px;
		color: #484848;
		margin-bottom: 20px;
	}
	
	.content_join_se .form_section_box .form_area li .cont {
		margin-top: 0 !important;
	}
	
	.content_join_se .sign_text {
		text-align: center !important;
		font-size: 12px !important;
		display: block !important;
	}
	
	.content_join_se .sign_text i  {
		display: inline !important;
	}
	
	.content_join_se .sign_text span  {
		display: inline !important;
		width: auto !important;
	}
	
	.content_join_se .sign_text i img {
		width: 13px !important;
	}
	
	.content_join_se .form_section_box.signup .form_area li .label {
		min-height: auto !important;
		font-size: 13px !important;
		margin-bottom: 5px !important;
	}
	
	.content_join_se .inputbox {
		height: 34px !important;
		min-height: 34px !important;
	}
	
	.content_join_se .inputbox input {
		height: 34px !important;
		min-height: 34px !important;
		font-size: 13px !important;
	}
	
	.content_join_se .inputbox_small {
		width: calc(100% - 65px);
		position: relative;
	}
	
	.content_join_se .inputbox_small button {
		position: absolute !important;
		width: 60px !important;
		right: -65px !important;
		top: -1px !important;
		height: 34px !important;
		padding: 0 !important;
		text-align: center !important;
		line-height: 32px !important;
		box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05) !important;
		border: solid 1px #d9d9d9 !important;
	}
	
	.content_join_se .middle_line {
		margin: 25px 0 40px !important;
	}
	
	.content_join_se .signup_agree_box {
		margin-top: 2px;
	}
	
	.cont_no_mg {
		margin-bottom: 0 !important;
	}
	
	.content_join_se .signup_agree_box {
		height: auto !important;
		padding: 15px 15px 5px !important;
	}
	
	.content_join_se .btn_box {
		margin: 20px 0 40px!important;
		display: block !important;
		width: 100% !important;
		padding: 0 15px !important;
	}
	
	.content_join_se .btn_box button {
		width: 100% !important;
		padding: 0 !important;
		text-align: center !important;
		display: block !important;
		height: 40px !important;
		line-height: 40px !important;
		font-size: 15px !important;
		border-radius: 3px !important;
	}
	
	.content_join_se .signup_agree_box .checkbox {
		font-size: 13px !important;
	}
	
	.content_join_se .content_join_se .signup_agree_box .checkbox {
		font-size: 12px !important;
	}
	
	.content_join_se .signup_agree_box .body .form_area li {
		margin-bottom: 10px !important;
	}
	
	.content_join_se label.type_selector input[type=radio]+.box p.desc {
		display: none;
	}
	
	.content_join_se .label_list .title span {
		display: none;		
	}
	
	.content_join_se .form_area li .cont .label_list {
		display: block !important;
	}
	
	.content_join_se label.type_selector {
		display: block !important;
		float: left !important;
		margin-top: 0 !important;
		width: 48% !important;
		height: 37px !important;
	}
	
	.content_join_se label.type_selector .box {
		height: 100% !important;
	}
	
	.content_join_se input[type=radio]:checked+.box {
		border: 0 !important;
		background: linear-gradient(to top, #ff9100, #ff540f) !important;
	}
	
	.content_join_se input[type=radio]:checked+.box p {
		color: #ffffff !important;
	}
	
	.content_join_se input[type=radio]:checked+.box p .check_img {
		display: inline !important;
		margin-right: 10px;
	}
	
	.content_join_se label.type_selector2 {
		float: right !important;
	}
}


/*매칭등록 모바일*/
.required {color:#ff0000; font-weight: bold;}
.required.pc {display: block;}
.required.mobile {display: none;}
@media screen and (max-width: 1000px) {
	.supply_frm_m_se {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.supply_frm_m_se .form_section_box {
		box-shadow: none !important;
		padding: 0px 15px !important;
		margin-top: 0 !important;
	}
	
	.first_mg_se {
		margin-top: 15px !important;
	}
	
	.required.pc{
		display: none;
	}
	
	.required.mobile {
		display: block;
		color:#ff0000;	 
		font-weight: bold;
		font-size: 13px;
	}
	
	.supply_frm .form_section_box .form_area li .label {
		width: 100%;
		min-height: auto !important;
		font-size: 13px !important;
		color: #484848 !important;
		margin-bottom: 10px !important;
	}
	.supply_frm .form_section_box .form_area li .label span.light {
		color: #b0b0b0;
	}
	
	.supply_frm_m_se .form_area li .cont {
		width: 100%;
		margin-top: 0px !important;
		min-height: auto !important;
	}
	
	.supply_frm_m_se .inputbox {
		height: 34px !important;
		min-height: auto !important;
		font-size: 13px !important;
	}
	
	.supply_frm_m_se .inputbox input, .supply_frm_m_se .inputbox select {
		height: 32px !important;
		min-height: auto !important;
		font-size: 13px !important;
	}
	
	.supply_frm_m_se .form_area li .ico_info {
		background-size: 14px 14px !important;
		width: 14px !important;
		height: 14px !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}
	
	.supply_frm_m_se .form_area li {
		margin-bottom: 20px !important;
	}
	
	.supply_frm_m_se .form_section_box .form_area li .cont .label_list label {
		font-size: 13px !important;
		margin-right: 15px !important;
		margin-top: 0 !important;
		float: left !important;
		margin-bottom: 7px !important;
	}
	
	.supply_frm_m_se .form_area li .cont .label_list {
		display: block !important;
	}
	
	.supply_frm_m_se .photo_box {
		padding-top: 0 !important;
		padding-bottom: 20px !important;
	}
	
	.supply_frm_m_se .photo_box .title {
		font-size: 13px !important;
	}
	
	.supply_frm_m_se .photo_box .photo_box_content {
		margin-top: 7px !important;
	}
	
	.supply_frm_m_se .photo_box .photo_box_content .photo_frm {
		height: 288px !important;
		background: #ffffff;
	}
	
	.supply_frm_m_se .photo_box_content .photo_frm_info {
		margin-top: 7px !important;
	}
	
	.supply_frm_m_se .photo_box_content .photo_frm_info p {
		margin-top: 0 !important;
	}
	
	.supply_frm_m_se .photo_box_content .photo_frm_info p br {
		display: none;
	}
	
	.supply_frm_m_se .vt_flex_start .label {
		padding-top: 0 !important;
		color: #484848 !important;
	}
	
	.supply_frm_m_se .form_area li .cont div+div {
		margin-top: 0 !important;
	}
	
	.supply_frm_m_se .form_area li .tag_list {
		padding-top: 7px !important;
	}
	
	.supply_frm_m_se .detail_content {
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		background: none !important;
		box-shadow: none !important;
	}
	
	.supply_frm_m_se .detail_content .text {
		font-size: 12px;
	}
	
	.supply_frm_m_se .detail_content .detail_frm_box .title {
		font-size: 13px !important;
		margin-bottom: 20px !important;
		font-weight: bold !important;
	}
	
	.supply_frm_m_se .detail_content .detail_frm_box .title i img {
		width: 14px !important;
	}
	
	.supply_frm_m_se .detail_content .detail_frm_box .form_area li .label {
		font-size: 13px !important;
		font-weight: bold !important;
	}
	
	.supply_frm_m_se .detail_content .detail_frm_box .form_area li .cont {
		padding-left: 0 !important;
	}
	
	.supply_frm_m_se .detail_content .detail_frm_box .form_area li .inputbox {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0 !important;
	}
	
	.supply_frm_m_se .form_area li.small_mg_se {
		margin-bottom: 7px !Important;
	}
	
	.supply_frm_m_se .form_area li .inputbox_tx {
		height: auto !important;
	}
	
	.supply_frm_m_se .form_area .inputbox_tx textarea {
		height: 120px !important;
		resize: none !important;
	}
	
	.supply_frm_m_se .detail_frm_box ~ .detail_frm_box {
		margin-top: 0 !important;
	}
	
	.supply_frm_m_se .form_section_box .btn_box {
		margin: 0 0 60px !important;
	}
	
	.supply_frm_m_se .form_section_box .btn_box button {
		font-size: 13px !important;
		height: 30px !important;
		padding: 0 !important;
		width: 80px !important;
		text-align: center !important;
	}
	
	.supply_frm_m_se .form_area li.vt_flex_start_se {
		margin-bottom: 10px !important;
	}
	
	.m_detail_box_se {
		width: 100%;
		background: #ffffff;
		border-bottom: 1px solid #d9d9d9;
		padding: 20px 15px 25px;
	}
	
	.m_detail_box_se p {
		font-size: 13px;
		color: #484848;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	
	.m_detail_box_se p strong {
		font-weight: bold;
	}
	
	.m_detail_box_se ul li {
		float: left;
		width: 48%;
		height: 34px;
		line-height: 34px;
		text-align: center;
		color: #ffffff;
		font-size: 13px;
		border-radius: 3px;
		box-shadow: 0 5px 5px 0 rgba(72, 72, 72, 0.1);
		background-image: linear-gradient(to top, #ff9100, #ff540f);
	}
	
	.m_detail_box_se ul li:last-child {
		float: right;
		line-height: 32px;
		color: #484848;
		background: #ffffff;
		border: 1px solid #d9d9d9;
	}
		
	.m_detail_box_se ul li a {
		display: block;
	}
	
	.sub_content_modi_se {
		padding-top: 0px;
		margin-top: 0;
	}
	
	.content3_de_se .notice_qna {
		height: auto;
		min-height: 34px;
		line-height: 18px;
		padding: 8px 20px 8px 10px;
		border-radius: 3px;
		font-size: 12px;
	}
	.content3_de_se .notice_qna a {
		right: 10px;	
	}
	.middle_title .summary {
		display: block;
		padding: 6px 0 0 0;
	}
	
	.content4_se .app_list_se .right_se .btns {
		height: 23px;
		margin-top: 0;	
		margin-bottom: 15px;
	}
	.content4_se .app_list_se .right_se .btns .center_btn {
		width: auto;
		height: 23px;
		line-height: 23px;
		padding: 0 8px;
		font-size: 12px;
	}
	.content4_se .app_list_se .right_se .btns .center_btn + .center_btn {
		margin-left: 5px;
	}
	
	.join_direct_box {
		width: 100%;
		height: 220px;
		font-size: 13px;
	}
	.join_direct_box .login_logo_se_m {
	}
}







/*trello 수정사항*/
.count_box_se {
	width: auto !important;
}

.img_relative {
	position: relative;
}

.one_img {
	width: 100% !important;
	height: auto !important;
}

.real_img {
	width: 100% !important;
	top: 0;
	left: 0;
}

.licen_pop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background-color: rgba(0, 0, 0, 0.5);
}

.licen_white {
	width: 500px;
	height: 500px;
	margin: 0 auto;
	padding: 20px 25px 25px;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.licen_close {
	position: absolute;
	top: -15px;
	right: -25px;
	width: 50px;
}

.licen_close img {
	display: block;
	width: 100%;
}

.licen_logo {
	text-align: center;
	margin-bottom: 20px;
}

.etc_content_se {
	width: 450px;
	height: 385px;
	padding: 25px !important;
	border-radius: 10px;
	background-color: #fff9f2;
	overflow-y: scroll;
}

.etc_content_se p span {
	font-size: 15px !important;
	color: #484848 !important;
}

.licen_tit {
	margin-bottom: 25px;
	font-size: 20px !important;
	font-weight: bold !important;
	color: #272727 !important;
}

.wrap .mobile_menu>ul>li a.on {
    color: #434343;
}

.no_match_se {
	margin: 0 auto;	
}

.secession_tt {
	margin-top: 30px;
}

.input_notice_se {
	margin-left: 125px;
}

.pro_kind {
	font-size: 11px;
	color: #ffffff;
	/* width: 33px;
	height: 16px; */
	border-radius: 2px;
	text-align: center;
	line-height: 16px;
	background: #8dceee;
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 5px;
	padding: 2px 3px;
}

.sel_kind {
	font-size: 11px;
	color: #ffffff;
	/* width: 33px;
	height: 16px; */
	border-radius: 2px;
	text-align: center;
	line-height: 16px;
	background: #ff9100;
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 5px;
	padding: 2px 3px;
}

.licen_pop_se {
	display: flex;
	justify-content: center;
	align-items: center;
}

.licen_white_se {
	width: 390px;
	height: 150px;
	padding: 20px;
	border-radius: 5px;
	border: solid 1px #f0f0f0;
	background-color: #fff;
	position: relative;
}

.licen_white_se .li_close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.licen_white_se h2 {
	font-size: 20px;
	color: #484848;
	font-weight: bold;
	margin-bottom: 20px;
}

.licen_white_se p {
	font-size: 16px;
	color: #484848;
	margin-bottom: 20px;
}

.licen_white_se .li_com {
	width: 76px;
	height: 28px;
	line-height: 28px;
	float: right;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(to top, #ff9100, #ff540f);
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.save_txt_se {
	margin-top: 30px;
}

.save_txt_se.form_section_box {
	padding: 0 !important;
	margin-bottom: 15px;
	font-size: 15px;
  	font-weight: bold;
  	color: #484848;
  	border-radius: 5px;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    box-shadow: inset 0 4px 10px 0 rgb(0 0 0 / 5%);
  	cursor: pointer;
}
.save_txt_se.form_section_box a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 18px 50px !important;
}
.save_txt_se.form_section_box a::after {
	content: '';
	display: inline-block;
	background: url('/images/icon/ico_disk.png') no-repeat;
	width: 17px; height: 17px;
	vertical-align: middle;
	
}

.cn_fl_md {
	float: left;
}

.cn_se_md {
	float: left;
	width: calc(100% - 120px);
}

.board_count_se {
	color: #ff540f;
	margin-left: 10px;
}

.app_scroll {
	overflow-y: scroll;
	max-height: 525px;
}

.app_scroll.blue {
	max-height: 585px;
}

.not_data_div {
	width: 100%;
	font-size: 14px;
	margin-top: -20px;
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #484848;
}

.not_data_div .btn_close {
	display: inline-block;
    height: 30px;
    padding: 6px 15px;
    border-radius: 5px;
    box-shadow: inset 0 4px 4px 0 rgb(106 106 106 / 5%);
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
    color: #484848;
    margin-top: 10px;
}

@media screen and (max-width: 1000px) {
	.save_txt_se.form_section_box { width: calc(100% - 30px); margin: 20px 0 0 0 !important; }
	.save_txt_se.form_section_box a {
		padding: 10px 20px !important;
		font-size: 12px;
	}
	.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .main_subject {
		margin-top: 10px;
	}
	
	.m_no {
		display: none;
	}
	
	.content4_se .app_list_se .right_se .tit_se {
		display: block;
		font-size: 14px;
		position: absolute;
		top: 10px;
		left: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.content4_se .app_list_se .left_se {
		padding-top: 25px;
	}
	
	.content4_se .app_list_se {
		position: relative;
	}
	
	.radio_span_se {
		display: block;
	}
	
	.my_content_white {
		min-height: 500px;
		background: #ffffff;
	}
	
	.my_content_white .tab_nav {
		background: #f5f5f5;
	}
	
	.my_thumb_se {
		width: 100px !important;
		height: 100px !important;
	}
	
	.date_m_se {
		display: none;
	}
	
	.board_button_se_write .block_se {
		margin-bottom: 15px;
	}
	
	.content3_de_md {
		padding-top: 0 !important;
	}
	
	.content3_de_se .product_view .supply_left .view_box {
		padding: 15px;
	}
	
	.content3_de_se .supply_right_se .view_btn_box .btn_bottom .btnlr_se.left {
		left: 30px;
		top: 32px;
	}
	
	.content3_de_se .supply_right_se .view_btn_box .btn_bottom .btnlr_se.right {
		right: 30px;
		top: 32px;
	}
	
	.product_view .view_title {
		padding: 10px 0;
	}
	
	.content3_de_se .product_view .supplier_info {
		padding: 30px 0px 15px 0px;
	}
	
	.content3_de_se .supplier_info .info_content {
		margin-top: 30px;
	}
	
	.m_detail_box_se {
		display: none !important;
	}
	
	.content_join_se .inputbox_small2 {
		width: 100% !important;
	}
	
	.licen_white {
		width: 90%;
		padding: 20px 15px 25px;
	}
	
	.licen_close {
		top: -15px;
		right: -20px;
		width: 40px;
	}
	
	.licen_logo {
		margin-bottom: 20px;
	}
	
	.licen_logo img {
		width: 180px;
	}
	
	.etc_content_se {
		width: 100%;
		height: 385px;
		padding: 20px !important;
	}
	
	.etc_content_se p span {
		font-size: 13px !important;
	}
	
	.licen_tit {
		margin-bottom: 15px;
		font-size: 17px !important;
	}
	
	.input_notice_se {
		margin-left: 0px;
		position: relative;
		top: -20px;
	}
	
	.licen_white_se {
		width: 290px;
		height: 117px;
		padding: 15px;
		border: 0;
		background-color: #f9f9f9;
	}
	
	.licen_white_se .li_close {
		top: 15px;
		right: 15px;
	}
	
	.licen_white_se .li_close img {
		width: 13px;
	}
	
	.licen_white_se h2 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	.licen_white_se p {
		font-size: 14px;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.licen_white_se .li_com {
		width: 55px;
		height: 24px;
		line-height: 24px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
		font-size: 13px;
	}
	
	.cn_se_md {
		width: calc(100% - 95px);
	}
	
	.app_scroll {
		max-height: 359px;
	}
	
	.app_scroll.blue {
		max-height: 403px;
	}
	
	.app_scroll.blue .app_list_se {
		min-height: 194px;
	}
	
	.pop_user_se .white_right_box_se.goods {
		width: 100%;
	}
	.pop_user_se .white_right_box_se .org_box {
		height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	    padding-left: 10px;
	}
	.pop_user_se .white_right_box_se.goods .prof {
		width: 100%;
		padding: 15px;
		background-color: #f3f3f3;
		overflow: auto;
		position: relative;
	}
	.product_view .supplier_info {
		width: 100%;
		border: 0 none;
		box-shadow: none;
		flex-direction: column;
		align-items: center;
		padding: 10px 0 0 0;		
	}
	.product_view .supplier_info .col {
		width: 100%;	
	}
	.product_view .view_box {
		padding: 20px;
	}
	.product_view .supplier_info .info_content {
		width: 100%;
		padding: 20px;
		border-radius: 5px;
		box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
		border: solid 1px #e1e1e1;
		background-color: #fff;
		margin-top: 20px;
	}
	.pop_user_se .product_view .supplier_info .info_img { width: 270px; height: 270px; }
	.pop_user_se .product_view .supplier_info .info_img img { width: 270px; height: 270px; }
	.pop_user_se .product_view .btn_detail_go {
	    bottom: 15%;
	}
	.product_view .btn_detail_go {
		left: -13.6%;
	}
	.pop_user_se .product_view .btn_detail_go a {
		padding: 10px 20px;
	    font-size: 15px;
	}
}

.inputbox_tx_scroll {	
	overflow-y: auto;
}


@media screen and (max-width: 450px) {
	.mypage_wrap .tab_nav nav {
		width: 100%; overflow-x: auto;	
	}
	.mypage_wrap .tab_nav nav .tab_nav_list { flex-wrap: nowrap; background-color: #fff; }
	.mypage_wrap .tab_nav nav .tab_nav_list li {
		min-width: 90px;
	}
}

/********************
	 이용안내 - 이용권 구매 V20 시작 
 		********************/
.text-emphasis{
	 color: #ff9100 !important;
}

.plan_contents_wrap{
	width: 100%;
	text-align: center;	
}

.plan_contents_wrap .plan_desc{
	margin: 50px 0;
	font-size: 25px;
  	font-weight: 500;
  	letter-spacing: -1.5px;
  	text-align: center;
  	color: #333;	
}

.plan_contents_wrap .plan_header_wrap{
	max-width: 1080px;
  	height: 472px;
  	border-radius: 10px;
  	background-color: #fff;
  	margin: 0 auto;
  	margin-top: 80px;
  	margin-bottom: 80px;
}

.plan_contents_wrap .plan_header_wrap .header_area{
    text-align: left;
    padding-top: 30px;
    padding-left: 30px;
}

.plan_contents_wrap .plan_header_wrap .header_area div{
	padding: 10px 20px;
	display: inline-block;
  	border-radius: 100px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	display: inline-block;
    background-color: #ddd;
    font-size: 20px;
  	font-weight: bold;  
  	letter-spacing: -1.2px;
  	color: #fff;
  	cursor: pointer;
}

.plan_contents_wrap .plan_header_wrap .header_area .active{
	background-image: linear-gradient(to left, #ff540f, #ff9100);	
}

.plan_contents_wrap .plan_header_wrap .header_area .producer{
	margin-left: 15px;
}


.plan_contents_wrap .plan_header_wrap .plan_header_img_wrap{
	max-width:1020px;
	margin: 0 auto;
}

.plan_contents_wrap .plan_header_wrap .plan_header_img_wrap div{
	height: 450px;
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.plan_contents_wrap .plan_header_wrap .plan_header_img_wrap .plan_seller_img{
	background-image: url(/imgs/mypage/img_plan_seller.png);
}

.plan_contents_wrap .plan_header_wrap .plan_header_img_wrap .plan_producer_img{
	background-image: url(/imgs/mypage/img_plan_producer.png);	
}

.plan_together_use_wrap{
	width:100%;
  	height: 290px;;
  	background-color: #fff;
  	padding: 40px 0;  	
}

.plan_together_use_wrap .plan_together_use_box{
	width: 1080px;
	border-radius: 10px;
  	box-shadow: inset 0 10px 4px 0 rgba(0, 0, 0, 0.02);
  	background-color: #f0faff;
  	display: inline-block;
  	padding: 40px;
  	text-align: left;
  	position: relative;
}

.plan_together_use_wrap .plan_together_use_box .tit{
  	font-size: 30px;
  	font-weight: 800;
  	letter-spacing: -1.8px;
  	color: #333;
}

.plan_together_use_wrap .plan_together_use_box .desc{
	font-size: 20px;
  	font-weight: bold;
  	line-height: 1.5;
  	letter-spacing: -1.2px;
  	color: #333;
  	margin-top: 40px;
}

.plan_together_use_wrap .plan_together_use_box .together_img_area{
	cursor: pointer;
}

.plan_together_use_wrap .plan_together_use_box .together_img_area .img_together_use{
	top: 35px;
	right:55px;
	background-image: url(/imgs/mypage/img_together_use.png);
    background-repeat: no-repeat;
    width:244px;
    height:140px;
    position: absolute;
}

.plan_together_use_wrap .plan_together_use_box .together_img_area .icon_click{
	top: 100px;
	right: 30px;
	background-image: url(/imgs/mypage/icon_click.png);
    background-repeat: no-repeat;
    width:99px;
    height:99px;
    position: absolute;
}


.plan_contents_wrap .plan_product_area {
	width: 100%;
	background-color: #fff7f3;
}

.plan_contents_wrap .plan_product_wrap{
	width:100%;
	max-width: 1340px;
	display: inline-block;
	padding-bottom: 30px;
}

.plan_contents_wrap  .plan_product_header{
    max-width: 1340px;
    width: 100%;
	text-align: left;
	margin: 0 auto;
	padding-top: 70px;
	margin-bottom: 60px;
}

.plan_contents_wrap  .plan_product_header img{
	position: absolute;
}

.plan_contents_wrap  .plan_product_header .product_tit{
	font-size: 50px;
  	font-weight: 800;
  	letter-spacing: -3px;
  	color: #333;
  	display: inline-block;
  	margin-left: 70px;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box{
	width: calc(100%/4 - 20px);
	min-width: 300px;
  	padding: 30px 0;
  	border-radius: 10px;
  	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05);
  	background-color: #fff;
  	float:left;
  	position: relative;
  	text-align: center;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box:hover{
	border: solid 1px #ff9100;	
}

.plan_contents_wrap .plan_product_wrap .plan_product_box:nth-child(n+2){
	margin-left: 20px;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .tag_best{
	top: 0;
	background-image: url(/imgs/mypage/tag_best.png);
    background-repeat: no-repeat;
    width:70px;
    height:70px;
    position: absolute;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .frist_tag{
  	padding: 5px 15px;
  	border-radius: 100px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  	background-color: #ff1150;
  	color: #ffffff;
  	display: inline-block;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .img-wrap div{
	display: inline-block;
	margin: 30px auto 0;
    background-repeat: no-repeat;
    width:60px;
    height:60px;
}
.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .img-wrap .icon_product_1{
	background-image: url(/imgs/mypage/icon-product-1.png);
}
.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .img-wrap .icon_product_2{
	background-image: url(/imgs/mypage/icon-product-2.png);
}
.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .img-wrap .icon_product_3{
	background-image: url(/imgs/mypage/icon-product-3.png);
}
.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .img-wrap .icon_product_4 {
	background-image: url(/imgs/mypage/icon-product-4.png);
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .tag {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 100px;
	background-color: #ddd;
	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: -0.96px;
  	color: #fff;
  	cursor: pointer;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .tag.relative {
	position: relative;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .tag.active{
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  	background-color: #ff9100;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .tag:nth-child(n+2){
	margin-left:10px;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .tag .sale_tag{
	width: 50px;
	height: 50px;
	background-image: url(/imgs/mypage/icon_sale_tag.png);
	position: absolute;
	top: 17px;
	right: -35px;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_content{
	margin:30px 0;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_content .tit{  
  	font-size: 25px;
  	font-weight: bold;
  	letter-spacing: -1.5px;
  	color: #333;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_content .desc{
  	font-size: 16px;
  	line-height: 1.25;
  	letter-spacing: -0.96px;
  	color: #888;
  	margin-top: 20px;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price{
	min-height: 99px;
	padding: 9px 0;	
	border-top: 1px dashed #d9d9d9;
	border-bottom: 1px dashed #d9d9d9;
	position: relative;
}
.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price.type_alone{
	line-height: 67px;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price .origin_price {
	font-size: 18px;
	letter-spacing: -1.08px;
	color: #909090;
	text-decoration:line-through;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price .one_plus_one{
  	height: 60px;
  	width: 60px;
  	background-image: url(/imgs/mypage/img_one_plus_one.png);
  	position: absolute;
  	left: 40px;
  	top: 20px;
}
.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price .discount_tag{
	height: 60px;
  	width: 60px;
	background-image: url(/imgs/mypage/img_discount_tag.png);
  	position: absolute;
  	top: 0px;
  	right: 10px;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price .price{
  	font-size: 25px;
  	font-weight: bold;
  	letter-spacing: -1.5px;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price .one_price{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.9px;
	color: #ff1150;
	padding-top: 5px;
}


.plan_contents_wrap .plan_product_wrap .plan_product_box .box_benefit{
	text-align: left;
	padding: 20px 20px 20px 40px;
	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: -1.08px;
  	color: #555;
	border-bottom: 1px dashed #d9d9d9;
}


.plan_contents_wrap .plan_product_wrap .plan_product_box .box_benefit .one_use_price{
	font-size: 15px;
	letter-spacing: -0.9px;
	color: #ff1150;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_benefit .one_use_price.text-center{
	text-align: center;
}


.plan_contents_wrap .plan_product_wrap .plan_product_box .box_benefit .desc2{
	padding-top:20px;
}
.plan_contents_wrap .plan_product_wrap .plan_product_box .box_botton_area{
	margin-top: 30px;	
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_botton_area .btn_buy{
	width: 150px;
	padding: 15px 0;
	border-radius: 10px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	background: #e1e1e1;
  	font-size: 15px;
  	font-weight: bold;
  	letter-spacing: -0.9px;
  	text-align: center;
  	color: #fff;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_botton_area .btn_buy:hover {
	background-image: linear-gradient(to left, #ff540f, #ff9100);
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);	
}


.plan_contents_wrap .plan_product_wrap .plan_product_box .box_blur{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: block;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .box_blur p{
		width: 96px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		margin: 0 auto;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
		background-color: #fff;
		font-size: 16px;
		color: #333333;
}

.plan_contents_wrap .plan_product_wrap .plan_product_box .vat_text {
	position: absolute;
	bottom: -35px;
  	font-size: 14px;
  	letter-spacing: -0.84px;
	color: #888;
	width: 100%;
}

.plan_contents_wrap .plan_desc_img_wrap{
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
}

.plan_contents_wrap .plan_desc_img_wrap .plan_desc_text{	
  	font-size: 35px;
  	font-weight: bold;
  	line-height: 1.29;
  	letter-spacing: -2.1px;
  	color: #333;
  	margin-bottom: 60px;
}

.plan_contents_wrap .plan_desc_img_wrap .plan_desc_img{	
    height: 510px;
    background-image:url(/imgs/mypage/img_plan_desc.png);
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:100% auto;
}

.plan_contents_wrap .plan_noti{
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 40px;
	max-width: 1080px;
}

.plan_contents_wrap .plan_noti .noti_txt{
  	font-size: 15px;
  	text-align: left;
 	line-height: 1.75;
  	letter-spacing: -0.8px;
  	color: #888888;
}

.floating_reg_btn {
    position: fixed;
    padding: 20px;
    box-shadow: 0 6px 4px 0 rgb(0 0 0 / 4%);
    background-color: #fff;
    color: #ff540f;
    z-index: 10;
    top: 204px;
    left: 5%;
    border-radius: 10px;
}

.display_none{
	display: none;
}

.mobile_bg, 
.btn_area_mobile {
	display: none;
}

@media screen and (max-width: 1000px) {		
	.mobile_hidden{
		display: none;
	}
	
	.plan_contents_wrap .plan_header_wrap{
		height: 100%;
		margin: 10px;
		margin-bottom: 30px;
	}
	
	.plan_contents_wrap  .plan_product_header{
		margin-top: unset;
		margin-bottom: 30px;
	}
	
	.plan_contents_wrap .plan_header_wrap .header_area{
		padding-top: 10px;
		padding-left: 10px;
	}
	
	.plan_contents_wrap .plan_header_wrap .header_area div{
		font-size: 12px;
		padding: 5px 10px;
	}
	
	.plan_contents_wrap .plan_header_wrap .plan_header_img_wrap{
		margin-top:20px;
	}
	
	.plan_contents_wrap .plan_header_wrap .header_area .producer{
		margin-left: 5px;
	}
	
	.plan_contents_wrap .plan_header_wrap .plan_header_img_wrap div{
		height:38vw;
	}
	
	.plan_contents_wrap .plan_product_area{
		background-color: transparent;
	}
	
	.plan_contents_wrap .plan_product_wrap{
		max-width:unset;
		width:unset;
		margin-top: 15px;
		position: relative;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box{
		min-width: 65vw;		
		padding: 15px 0;
		z-index: 2;
		border: solid 1px #ff9100;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box:nth-child(n+2){
		margin-left: unset;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .tag_best{
		background-image: url(/imgs/mypage/tag_best_m.png);
		width: 40px;
    	height: 40px;
	}	
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .frist_tag{
		font-size: 12px;
  		font-weight: bold;  
  		letter-spacing: -0.72px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .tag{
		font-size: 12px;
		letter-spacing: -0.72px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .tag .sale_tag{
		top: 13px;
		right: -35px;
	}
	
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .img-wrap div{
		margin-top: 15px;
		width: 40px;
		height: 40px;
	}
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .img-wrap .icon_product_1{
		background-image: url(/imgs/mypage/icon-product-1-m.png);
	}
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .img-wrap .icon_product_2{
		background-image: url(/imgs/mypage/icon-product-2-m.png);
	}
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .img-wrap .icon_product_3{
		background-image: url(/imgs/mypage/icon-product-3-m.png);
	}
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_header .img-wrap .icon_product_4 {
		background-image: url(/imgs/mypage/icon-product-4-m.png);
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_content{
		margin: 15px 0;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_content .tit{
		font-size: 16px;
		letter-spacing: -0.96px;
		
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_content .desc{
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.33;
		letter-spacing: -0.72px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price{
		min-height: 75px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price .one_plus_one{
		top: 2vw;
		left: 2vw;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price .discount_tag{
		right:0;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price.type_alone{
		line-height: 47px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price .price{
		font-size: 16px;
		letter-spacing: -0.96px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price .origin_price{
		font-size: 16px;
		letter-spacing: -0.96px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price .one_price{
		font-size: 12px;
		letter-spacing: -0.72px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_price .one_plus_one{
		font-size: 11px;
		padding: 5px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_benefit{
	    padding: 10px 10px 10px 15px;
		font-size: 13px;
		letter-spacing: -0.78px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_benefit .one_use_price{
		font-size: 11px;
		letter-spacing: -0.66px;
		color: #ff1150;
	}

	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_benefit .desc2{
		padding-top: 10px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_botton_area{
		margin-top: 15px;
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .box_botton_area .btn_buy{
		width: 100px;
		padding: 7px 0;
		background-image: linear-gradient(to left, #ff540f, #ff9100);
  		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	}
	
	.plan_contents_wrap .plan_product_wrap .plan_product_box .vat_text{
		bottom: -25px;
		font-size: 11px;
		letter-spacing: -0.66px;
	}
	
	.plan_contents_wrap .plan_desc_img_wrap .plan_desc_text{
		font-size: 14px;
		letter-spacing: -0.84px;
		margin-bottom: 30px;
	}
	
	.plan_contents_wrap .plan_product_wrap .mobile_bg{
		display:block;
		position: absolute;
		width: 75vw;
	    height: calc(100% - 15vh);
	    box-shadow: 0 0 8px 4px rgb(0 0 0 / 5%);
	    background-color: #fff;
	    z-index: 1;
	    left: -5vw;
	    top: 5vh;
	    border-radius: 5px;
	}
	
	.plan_contents_wrap .plan_product_wrap .btn_area_mobile{
		display: block;
		position: absolute;
		z-index: 1;
		left: -45px;
	    width: calc(100% + 90px);
	    top: calc(50% - 25px);	    
	}
	
	.plan_contents_wrap .plan_product_wrap .btn_area_mobile .btn_prev{
		float: left;
	}
	
	.plan_contents_wrap .plan_product_wrap .btn_area_mobile .btn_next{
		float: right;
	}
	
	.plan_contents_wrap .plan_desc_img_wrap{
		margin-top: 20px;
		height: 100%;
		margin-bottom: 20px;
	}
	
	.plan_contents_wrap .plan_desc_img_wrap .plan_desc_img{
		height: 48vw;
	}
	
	.plan_contents_wrap .plan_noti{
		margin: 10px 0;
		padding-bottom: 20px;
	}
	
	.plan_contents_wrap .plan_noti .noti_txt{
		font-size: 12px;
		letter-spacing: -0.78px;
	}
	
	
	.floating_reg_btn {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.plan_contents_wrap .plan_product_header{
		margin-bottom: 10px;
	}
	.plan_contents_wrap .plan_product_header img{
		width: 20px;
		height: 20px;
	}
	.plan_contents_wrap .plan_product_header .product_tit{
		font-size: 20px;
		margin-left: 30px;
	}
	
	.my_content_box_pro .bizno_cert{
		width: 100% !important;
	}
	
	.my_content_box_pro .bizno_cert a{
		width: 32%;
	}
}

/******************** 
	이용안내 - 이용권 구매 V20 끝 
		********************/
		
/******************** 
	이용안내 - 이용권 구매 2인권 이용방법 팝업 시작 
		********************/

.plan_popup_how_to_use_together_wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.plan_popup_how_to_use_together_wrap .white_box_se{
	max-width: 920px;
	width: 100%;
	border-radius: 10px;
	border: solid 1px #f0f0f0;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	top: -50px;
	padding: 40px;
}

.plan_popup_how_to_use_together_wrap .white_box_se .close_popup_btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.plan_popup_how_to_use_together_wrap .white_box_se .close_popup_btn img {
	display: block;
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_header_wrap {
	text-align: center;
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_header_wrap .header_tit{
  	font-size: 30px;
  	font-weight: bold;
  	letter-spacing: -1.8px;
  	color: #333;
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_contents_wrap{
	margin: 40px 20px;
	text-align: center;		
}


.plan_popup_how_to_use_together_wrap .white_box_se .popup_contents_wrap .img_wrap{
	display: inline-block;
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_contents_wrap .img_wrap:nth-child(n+2){
	margin-left: 40px;
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_contents_wrap .img_wrap .desc{
	font-size: 16px;
  	line-height: 1.56;
  	letter-spacing: -0.96px;
  	color: #333;
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_contents_wrap .img_wrap .desc p{
	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: -1.08px;
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_contents_wrap .img_wrap .img{
	background-repeat: no-repeat;
    width:150px;	
    height:150px;
    margin-bottom: 20px;
    display: inline-block;	
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_contents_wrap .img_wrap .img.together_use_1{
	background-image: url(/imgs/mypage/img_together_use_1.png);
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_contents_wrap .img_wrap .img.together_use_2{
	background-image: url(/imgs/mypage/img_together_use_2.png);
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_contents_wrap .img_wrap .img.together_use_3{
	background-image: url(/imgs/mypage/img_together_use_3.png);
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_contents_wrap .img_wrap .img.together_use_4{
	background-image: url(/imgs/mypage/img_together_use_4.png);
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_bottom_wrap{
	text-align: center;
 	font-size: 15px;
  	letter-spacing: -0.9px;
	color: #888;
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_bottom_wrap .icon_pin{
	background-image: url(/imgs/mypage/icon-pin.png);
	background-repeat: no-repeat;
    width: 15px;	
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

.plan_popup_how_to_use_together_wrap .white_box_se .popup_bottom_wrap .desc{
	display: inline-block;
}
		
/******************** 
	이용안내 - 이용권 구매 2인권 이용방법 팝업 끝 
		********************/
		
/******************** 
	이용안내 - 이용권 구매 V20 결제방법선택 팝업 시작 
		********************/
.plan_popup_select_wrap{
	display: none;
}

.plan_popup_select_wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.plan_popup_select_wrap .white_box_se {
	max-width: 400px;
	width: 100%;
	border-radius: 10px;
	border: solid 1px #f0f0f0;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	top: -160px;
	padding: 30px;
}

.plan_popup_select_wrap .white_box_se .close_popup_btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.plan_popup_select_wrap .white_box_se .close_popup_btn img {
	display: block;
}

.plan_popup_select_wrap .white_box_se .popup_header_wrap {
	text-align: center;
}

.plan_popup_select_wrap .white_box_se .popup_header_wrap .header_tit{
	padding: 30px 0;
  	font-size: 20px;
  	font-weight: bold;
  	letter-spacing: -0.8px;  
  	color: #333;
}

.plan_popup_select_wrap .white_box_se .popup_btn_area {	
	text-align: center;
}
.plan_popup_select_wrap .white_box_se .popup_btn_area button:nth-child(n+2){
	margin-left: 15px;
}

.plan_popup_select_wrap .white_box_se .popup_btn_area button{
	font-size: 17px;
  	font-weight: bold;
	text-align: center;
	letter-spacing: -0.68px;
	width: 140px;  	  	
  	padding: 15px 0;
  	border-radius: 5px;
  	border: solid 1px #eee;
  	background-color: #fff;
  	color: #888;
}

.plan_popup_select_wrap .white_box_se .popup_btn_area button:hover {
	background-image: linear-gradient(to left, #ff540f, #ff9100);
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  	color: #fff;	
}

.plan_popup_select_wrap .white_box_se .popup_noti{
	font-size:16px; 
	text-align: center; 
	margin-top:10px;
}

@media screen and (max-width: 1000px) {
	.plan_popup_select_wrap .white_box_se{
		top:-30px !important;
		margin:15px !important;
	}
		
	.plan_popup_select_wrap .white_box_se .popup_header_wrap .header_tit{
		font-size: 16px;
		padding: 15px 0;
	}
	
	.plan_popup_select_wrap .white_box_se .popup_btn_area button{
		font-size: 14px;
		padding: 10px 0;
	}
	
	.plan_popup_select_wrap .white_box_se .popup_noti{
		font-size: 12px;
	}
	
}
		
/******************** 
	이용안내 - 이용권 구매 V20 결제방법선택 팝업 끝 
		********************/

/******************** 
	이용권 환불 후 결제 팝업 시작 
		********************/
.plan_popup_refund_wrap{
	display: none;
}

.plan_popup_refund_wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.plan_popup_refund_wrap .white_box_se {
	max-width: 600px;
	width: 100%;
	border-radius: 10px;
	border: solid 1px #f0f0f0;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	top: -80px;
	padding-top: 30px;
	margin: 0 15px;
}

.plan_popup_refund_wrap .white_box_se .close_popup_btn {
	position: absolute;
	top: 15px;
	right: 15px;
}

.plan_popup_refund_wrap .white_box_se .close_popup_btn img {
	display: block;
}

.plan_popup_refund_wrap .white_box_se .popup_header_wrap{
	text-align: center;
}

.plan_popup_refund_wrap .white_box_se .popup_header_wrap img{
	width: 20px;
	height: 20px;
	margin-top: -5px;
	margin-right: 5px;
}

.plan_popup_refund_wrap .white_box_se .popup_header_wrap .header_tit{
	display: inline-block;
  	font-size: 20px;
  	font-weight: bold;
  	letter-spacing: -1.2px;
  	color: #333;
}

.plan_popup_refund_wrap .white_box_se .popup_content_area{
	margin-top: 30px;	
}

.plan_popup_refund_wrap .white_box_se .popup_content_area .content_box{
	margin: 0 auto;
	max-width: 275px;
  	padding: 20px;
  	border-radius: 10px;
  	box-shadow: inset 0 10px 4px 0 rgba(0, 0, 0, 0.02);
  	background-color: #fffaf8;
  	display: flex;
  	position: relative;
}

.plan_popup_refund_wrap .white_box_se .popup_content_area .content_box .content_desc:nth-last-child(2){
	margin-left: 55px;
} 

.plan_popup_refund_wrap .white_box_se .popup_content_area .content_box .content_desc .sub{
	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #333;
}
.plan_popup_refund_wrap .white_box_se .popup_content_area .content_box .content_desc .sub:nth-child(n+2){
	margin-top: 10px;
}

.plan_popup_refund_wrap .white_box_se .popup_content_area .content_box .content_desc .sub:nth-last-child(1){
	margin-top: 20px;	
}

.plan_popup_refund_wrap .white_box_se .popup_content_area .content_box .content_desc .tit{
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: -0.96px;
  	color: #333;
}

.plan_popup_refund_wrap .white_box_se .popup_content_area .content_box .content_desc .tit:nth-child(n+2){
	margin-top: 10px;
}
.plan_popup_refund_wrap .white_box_se .popup_content_area .content_box .content_desc .tit:nth-last-child(1){
	margin-top: 20px;	
}
.plan_popup_refund_wrap .white_box_se .popup_content_area .content_box .div_line{
    width: calc(100% - 40px);
	border-top: 1px solid #ddd;
	position: absolute;
	bottom: 48px;
} 

.plan_popup_refund_wrap .white_box_se .popup_noti{
	margin-top: 30px;
	text-align: center;
}

.plan_popup_refund_wrap .white_box_se .popup_noti p{
  	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #333;
}

.plan_popup_refund_wrap .white_box_se .popup_noti p:nth-child(n+2){
	margin-top: 10px;
}

.plan_popup_refund_wrap .white_box_se .popup_noti p span.text-emphasis{
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;	
}

.plan_popup_refund_wrap .white_box_se .popup_btn_area{
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

.plan_popup_refund_wrap .white_box_se .popup_btn_area div{
	display: inline-block;
	width: calc(100% / 2 - 3px);
	padding: 12px 0;
	text-align: center;	
  	font-size: 16px;
  	letter-spacing: -0.96px;
  	cursor: pointer;
}

.plan_popup_refund_wrap .white_box_se .popup_btn_area .btn_cancel{
	border-right: 1px solid #ddd;
	color: #888;	
}

.plan_popup_refund_wrap .white_box_se .popup_btn_area .btn_check{
	color: #ff7740;		
}


/******************** 
	이용권 환불 후 결제 팝업 끝 
		********************/
		
/******************** 
	이용안내 - 이용권 구매 V20 결제완료팝업 시작 
		********************/

.plan_popup_warp{
	display: none;
}

.plan_popup_warp {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.plan_popup_warp .white_box_se {
	max-width: 800px;
	width: 100%;
	/* border-radius: 10px;
	border: solid 1px #f0f0f0;
	background-color: #fff; */
	margin: 0 auto;
	position: relative;
}

.plan_popup_warp .white_box_se .close_popup_btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.plan_popup_warp .white_box_se .close_popup_btn img {
	display: block;
}

.plan_popup_warp .white_box_se .popup_header_wrap {
	text-align: center;
	margin: 70px 0;
}

.plan_popup_warp .white_box_se .popup_header_wrap .header_tit{
	padding-top: 30px;
  	font-size: 20px;
  	font-weight: bold;
  	letter-spacing: -0.8px;
  	color: #333333;	
}

.plan_popup_warp .white_box_se .popup_contents_wrap{
	width: 100%;
	padding: 0 30px;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box{
	height: 162px;  	
  	border-radius: 10px;
  	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
  	background-color: #ffffff;
  	position: relative;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box .popup_tag_best{
	background-image: url(/imgs/mypage/popup_tag_best.png);
    background-repeat: no-repeat;
    width:70px;
    height:70px;
    position: absolute;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box .popup_box_left{
	width: 35%;
	border-right: 1px dashed #d9d9d9;	
	height: 100%;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #333333;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box .popup_box_left	.tit{
	padding-top: 53px;
  	font-size: 17px;  	
  	letter-spacing: -0.68px;  	
  	color: #333333;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box .popup_box_left	.desc{
	padding-top: 20px;
  	font-size: 14px;  	
  	letter-spacing: -0.56px;
  	color: #333333;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box .popup_box_right{
	width: 65%;
	height: 100%;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #333333;
	padding: 30px;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box .popup_box_right .inner_left{
	width: 42%;
	float: left;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box .popup_box_right .inner_left .tit{
  	font-size: 15px;
  	font-weight: bold;
  	letter-spacing: -0.6px;
  	text-align: left;
  	color: #888;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box .popup_box_right .inner_left .tit:nth-child(n+2){
	padding-top: 25px;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box .popup_box_right .inner_right{
	width: 58%;	
	float: left;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box .popup_box_right .inner_right .desc{
  	font-size: 15px;
  	font-weight: bold;
  	letter-spacing: -0.6px;
  	text-align: left;
  	color: #555;
}

.plan_popup_warp .white_box_se .popup_contents_wrap .popup_plan_box .popup_box_right .inner_right .desc:nth-child(n+2){
	padding-top: 25px;
}

.plan_popup_warp .white_box_se .popup_box_noti{
	padding: 50px 0;
	text-align: center;
	font-size: 17px;
	letter-spacing: -0.68px;
  	color: #888;
}
.plan_popup_warp .white_box_se .popup_box_noti p {
	margin-bottom: 30px;
}


.plan_popup_warp .white_box_se .popup_btn_area button{
	text-align: center;
	border-radius: 10px;
	padding: 10px 0;
	font-size: 17px;
  	letter-spacing: -0.68px; 	
}

.plan_popup_warp .white_box_se .popup_btn_area button:nth-child(2){
	margin-left:30px; 	
}

.plan_popup_warp .white_box_se .popup_btn_area .btn_cancel{
	min-width:180px;
	padding: 10px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	color: #888;
	border: solid 1px #eee;
  	background-color: #fff;
}

.plan_popup_warp .white_box_se .popup_btn_area .btn_gift{
	min-width:180px;
	padding: 10px 30px;
	border-radius: 10px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	background-image: linear-gradient(to right, #ff9100, #ff540f);
	color: #fff;
}

@media screen and (max-width: 1000px) {
	.plan_popup_warp .white_box_se .popup_header_wrap{
		margin: 10px 0;
	}
	
	.plan_popup_warp .white_box_se .popup_box_noti{
		padding: 40px 0;
		font-size: 14px;
		text-align: left;
		letter-spacing: -0.84px;
	}
	
	.plan_popup_warp .white_box_se .popup_btn_area button:nth-child(2){
		margin-left: 10px;
	}
	
	.plan_popup_warp .white_box_se .popup_btn_area .btn_cancel,
	.plan_popup_warp .white_box_se .popup_btn_area .btn_gift{
		min-width: unset;
	}
	
}

/******************** 
	이용안내 - 이용권 구매 V20 결제완료팝업 끝 
		********************/
		
/******************** 
	이용안내 - 이용권 구매 V20 결제취소팝업 시작 
		********************/
		
.plan_popup_cancel_warp{
	display: none;
}

.plan_popup_cancel_warp {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.plan_popup_cancel_warp .white_box_se {
	max-width: 400px;
	width: 100%;
	border-radius: 10px;
	border: solid 1px #f0f0f0;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
    top: -180px;
}

.plan_popup_cancel_warp .white_box_se .close_popup_btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.plan_popup_cancel_warp .white_box_se .close_popup_btn img {
	display: block;
}		

.plan_popup_cancel_warp .white_box_se .popup_header_wrap {
	text-align: center;
	margin: 30px 0;
}

.plan_popup_cancel_warp .white_box_se .popup_header_wrap .header_tit{
	padding-top: 30px;
  	font-size: 20px;
  	font-weight: bold;
  	letter-spacing: -0.8px;
  	color: #333333;	
}

/******************** 
	이용안내 - 이용권 구매 V20 결제취소팝업 끝 
		********************/
		
/******************** 
	마이페이지 - 장바구니관리 시작 
		********************/
.mypage_wrap .my_fast_cart_box{
	height: 100%;
    width: calc(100% - 240px);
    margin-left: 20px;
    padding:30px;
    border-radius: 5px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;	
}

.mypage_wrap .my_fast_cart_box .tit{
	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: -1.08px;
  	color: #484848;
  	margin-bottom: 30px;
}

.mypage_wrap .my_fast_cart_box .table_wrap .table_cell.date_se {
	width: 110px;
}

.mypage_wrap .my_fast_cart_box .table_wrap .table_cell.prd_name {
	width: calc(100% - 330px);
}

.mypage_wrap .my_fast_cart_box .table_wrap .table_cell.status {
	width: 100px;
}

.mypage_wrap .my_fast_cart_box .table_wrap .table_cell.detail {
	width: 100px;
}

.mypage_wrap .my_fast_cart_box .table_wrap .table_cell.status .order{
  	color: #484848;
}

.mypage_wrap .my_fast_cart_box .table_wrap .table_cell.status .trans{
	color: #3ba453;
}

.mypage_wrap .my_fast_cart_box .table_wrap .table_cell.status .deposit{
	color: #01abff;
}

.mypage_wrap .my_fast_cart_box .table_wrap .table_cell.status .delivery{
	color: #ff9100;
}

.mypage_wrap .my_fast_cart_box .table_wrap .table_cell.detail .btn_detail{
	padding: 3px;
	border-radius: 5px;
  	box-shadow: inset 0 4px 4px 0 rgba(106, 106, 106, 0.05);
  	border: solid 1px #e9e9e9;
  	background-color: #fff;
  	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #484848;
  	cursor: pointer;
}

.mypage_wrap .table_wrap.producer .table_head{
	background-color: #f8fbff;
}

.mypage_wrap .my_fast_cart_box .table_wrap.producer .table_cell.prd_name{
	width: calc(100% - 230px);
}

.mypage_wrap .my_fast_cart_box .table_wrap.producer .table_cell.detail{
	width: 110px;
}

/******************** 
	마이페이지 - 장바구니관리 끝 
		********************/
		
.profile_transfer_p{
	margin-bottom: 15px;
}
.profile_transfer_p.blue > button{
	width: 137px !important;
	height: 34px !important;
	margin: 25px 0 0;
	padding: 10px 20px;
	border-radius: 100px;
	box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.05);
	background-color: #ff9100;
	color: #fff;
	background-image: none !important;
	text-indent: inherit !important;
}

.profile_transfer_p > button{
	width: 137px !important;
	height: 34px !important;
	margin: 25px 0 0;
	padding: 10px 20px;
	border-radius: 100px;
	box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.05);
	background-color: #8dceee;
	color: #fff;
	background-image: none !important;
	text-indent: inherit !important;
}

.profile_transfer_p > button > .profile_transfer_span{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
} 

.profile_transfer_p > button > .profile_transfer_span > img{
	margin: 0;
	width: 14px;
	height: 14px;
	padding: 0;
	object-fit: contain;
	margin-bottom: 4px;
	display: inline-block
}

.profile_transfer_p > button > .profile_transfer_span > span{
	width: 78px;
	height: 14px;
	letter-spacing: -0.84px;
	font-size: 14px;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 14px;
	text-align: center;
	
}

@media screen and (max-width: 1000px) {
	.mypage_wrap .my_infomation .profile_cont .profile_transfer {
		text-align:left;
	}
	
	.profile_transfer_p{
		margin-bottom: 15px;
	}
	
	.profile_transfer_p.blue > button{
		width: 137px !important;
		height: 34px !important;
		margin: 0;
		padding: 10px 20px;
		border-radius: 100px;
		box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.05);
		background-color: #ff9100;
		color: #fff;
		background-image: none !important;
		text-indent: inherit !important;
	}

	.profile_transfer_p > button{
		width: 137px !important;
		height: 34px !important;
		margin: 0;
		padding: 10px 20px;
		border-radius: 100px;
		box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.05);
		background-color: #8dceee;
		color: #fff;
		background-image: none !important;
		text-indent: inherit !important;
	}	
}

.member_modify .form_area {
	font-size: 15px;
}

.my_content_box_pro .checkbox_form{
	padding-top : 9px;
}