@charset 'utf-8';

/*
	copyright(c) 상상너머·원데이넷 all rights reserved.
	허용된 라이센스이외 무단도용재배포를 금합니다.
*/


/* ●●●●●●●●●● cm_계열 공통페이지 중 사이트별로 필수적으로 변경해야할 css */


/* ● cm_degisn */
.button_pack .btn_lg_white,.button_pack .btn_lg_black,.button_pack .btn_lg_color {font-weight:400;}
.button_pack .btn_sm_color {background:#41A5D8; color:#fff !important; border:1px solid #41A5D8; }
.button_pack .btn_sm_color:hover {background:#264ad2 !important; border:1px solid #264ad2;}
.button_pack .btn_md_color {background:#41A5D8; color:#fff !important; border:1px solid #41A5D8; }
.button_pack .btn_md_color:hover {background:#264ad2 !important; border:1px solid #264ad2;}
.button_pack .btn_lg_color {background:#41A5D8; color:#fff !important; border:1px solid #41A5D8; }
.button_pack .btn_lg_color:hover {background:#264ad2 !important; border:1px solid #264ad2;}

.cm_comb_search .search_form .btn_search:hover {background:#41A5D8;}



/* ● cm_member */
.cm_member_login .btn_login {background-color:#41A5D8; height: 136px;}
.cm_member_login .btn_login:hover {background-color:#264ad2;}
.cm_member_login .form_box li {margin-bottom: 0;}
.cm_member_login .form_box li+ li {margin-top: 10px;}
.cm_member_login .form_box .input_design {width: 350px;}

.cm_member_title {font-size:21px; font-weight:500; border-bottom:2px solid #ddd;}
.cm_member_title strong {font-weight:500;}


/* ● cm_mypage */


/* ● cm_board */
.input_file_box .fakeFileTxt {border: 0 !important;}
.cm_step_agree label input {margin-top: 4px;}
.cm_board_form .input_file_box .fakeFileTxt {margin-top: 8px;}
.cm_board_event_thumb ul {margin: 0 -15px;}
.cm_board_event_thumb .conts dt {font-size: 18px; font-weight: 500;}
.cm_board_event_thumb li:hover .conts dt {color: #41A5D8; text-decoration: none;}


/* ● cm_comb_search(검색)  */
.cm_comb_search .search_form .txt {height: 50px; line-height: 50px;}
.cm_comb_search .search_form .input_design {height: 50px; line-height: 50px;}
.cm_comb_search .search_form .btn_search {line-height: 48px;}
.cm_comb_search .search_result {border: 0; background: #f5f5f5;}
.cm_comb_search .tab_wrap {margin: 30px 0 45px 0;}
.cm_comb_search .tab_menu {display: flex; flex-direction: row; justify-content: center; align-items: flex-end; position: relative;}
.cm_comb_search .tab_menu:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #eee; z-index: -1;}
.cm_comb_search .tab_menu li {list-style: none;}
.cm_comb_search .tab_menu .tab {padding: 15px 30px 0 30px; box-sizing: border-box; opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30);}
.cm_comb_search .tab_menu .tx {font-size: 19px; color: #000; font-weight: 600; letter-spacing: -0.4px; position: relative; padding-bottom: 15px; box-sizing: border-box; line-height: 1.2;}
.cm_comb_search .tab_menu .tx:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #000; z-index: 1; display: none;}
.cm_comb_search .tab_menu .tx strong {font-family: 'Manrope';}
.cm_comb_search .tab_menu .hit .tab {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
.cm_comb_search .tab_menu .hit .tx:before {display: block;}


/* ● cm_faq_search(자주 묻는 질문) :: 2021-08-13 KHY */
.faq_wrap {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start;}
.faq_wrap .cm_faq_search {flex: auto; background: none; padding: 0; margin: 15px 0 0 0;}
.faq_wrap .board_wrap {width: 820px; flex: none;}

.cm_faq_search .inner_box {margin: 0;}
.cm_faq_search .tx_box {margin-top: -5px;}
.cm_faq_search .tx_box .tit {font-family: 'Manrope'; font-size: 51px; letter-spacing: -0.2px; color: #41A5D8; font-weight: 800; line-height: 1;}
.cm_faq_search .tx_box .tx {font-size: 30px; color: #000; letter-spacing: -0.5px; line-height: 1.4; margin-top: 15px;}
.cm_faq_search .search_form {width: 370px; margin-top: 45px; position: relative;}
.cm_faq_search .search_form .input_box {margin: 0;}
.cm_faq_search .search_form .input_design {height: 60px; border: 1px solid #e5e5e5; border-radius: 100px; box-sizing: border-box;}
.cm_faq_search .search_form .input_design {font-size: 15px; color: #000; letter-spacing: -0.2px; padding: 0 65px 0 30px; text-indent: 0;}
.cm_faq_search .search_form .input_design::placeholder {color: #aaa;}
.cm_faq_search .search_form .input_design:focus {color: #000; border-color: #333;}
.cm_faq_search .search_form .input_design:focus+ .btn_search {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
.cm_faq_search .btn_search {right: 0; width: 65px; height: 60px; background: transparent url('../images/sub/faq_search.png') center center no-repeat;}
.cm_faq_search .btn_search {opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30); z-index: 2;}
.cm_faq_search .btn_search:hover {background-color: transparent;}
.cm_faq_search .btn_viewall {right: 60px; width: auto; height: 25px; top: 50%; display: flex; justify-content: center; align-items: center;}
.cm_faq_search .btn_viewall {padding-left: 10px; background: #fff; z-index: 3; box-sizing: border-box; margin-top: -12px;}
.cm_faq_search .btn_viewall .ic {width: 25px; height: 25px; background: #ccc url('../images/sub/faq_reset.png') center center no-repeat;}
.cm_faq_search .btn_viewall .ic {border: 1px solid #ccc; border-radius: 100px; box-sizing: border-box; background-size: 9px auto !important; }
.cm_faq_search .btn_viewall:hover {background: #fff;}
.cm_faq_search .btn_viewall:hover .ic {background-color: #ccc; border-color: #ccc;}

.cm_board_tab {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; border: 0; position: relative;}
.cm_board_tab:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #eee;}
.cm_board_tab .tabmenu {float: none; font-size: 17px; color: #aaa; letter-spacing: -0.5px; font-weight: 500; padding: 20px 22px 25px 22px;}
.cm_board_tab .tabmenu {box-sizing: border-box; border: 0; line-height: 1.1; position: relative;}
.cm_board_tab .tabmenu:hover {color: #aaa;}
.cm_board_tab .hit {font-weight: 600; color: #000 !important; background: #fff;}
.cm_board_tab .hit:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #000; z-index: 1;}

.cm_board_faq {border: 0; margin-top: 25px;}
.cm_board_faq li {border-top: 0; border-bottom: 1px solid #eee;}
.cm_board_faq li:hover {background: none;}
.cm_board_faq .link_box {width: 100%; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; overflow: hidden;}
.cm_board_faq .link_box {padding: 17px 100px 17px 0; box-sizing: border-box; background: none; position: relative; min-height: 60px;}
.cm_board_faq .link_box .ic {position: absolute; right: 0; top: 50%; width: 50px; height: 50px; margin-top: -25px; z-index: 5;}
.cm_board_faq .link_box .ic {background: transparent url('../images/sub/faq_open.png') center center no-repeat; transition: transform 0.3s ease-out; -webkit-transition: transform 0.3s ease-out;}
.cm_board_faq .link_box .ic {opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20); transform-origin: center;}
.cm_board_faq .state {border: 0; position: relative; width: 75px; flex: none;}
.cm_board_faq .state .state_icon {line-height: 1.3; font-family: 'Manrope'; font-size: 20px; letter-spacing: -0.2px; color: #000; font-weight: 800;}
.cm_board_faq .question {flex: auto; line-height: 1; font-size: 16px; color: #888; letter-spacing: -0.5px; margin: 0;}
.cm_board_faq .question {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.cm_board_faq .link_box:hover .question {color: #888;}
.cm_board_faq .open .link_box {background: none; height: auto;}
.cm_board_faq .open .link_box .ic {transform: rotate(180deg); opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
.cm_board_faq .open .question {color: #41A5D8 !important; display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; line-height: 1.5;}
.cm_board_faq .open .state .state_icon {color: #41A5D8;}
.cm_board_faq .open .answer {background: #f9f9f9; padding: 25px 0 25px 75px; border-top: 1px solid #eee; box-sizing: border-box;}
.cm_board_faq .open .answer * {font-size: 15px; color: #888; letter-spacing: -0.5px; line-height: 1.6;}
.cm_board_faq .open .answer > img {width: 100%;}
.cm_board_faq li:last-of-type.open {border-bottom: 0;}





/* ******************************************
   고객센터 메인
-- ****************************************** */
.cm_service_main {margin-top: -30px;}
.cm_service_main li {list-style: none;}
.cm_service_main .first_area {padding: 55px 60px; box-sizing: border-box; border: 3px solid #eee; border-top: 0; min-height: auto;}
.cm_service_main .first_area {display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch;}
.cm_service_main .first_area:before {display: none;}
.cm_service_main .guide_faq {margin: 0; padding-left: 225px; padding-right: 70px; box-sizing: border-box; background-position: -5px top !important;}
.cm_service_main .guide_faq {border-right: 1px solid #eee; flex: auto;}
.cm_service_main .guide_faq dl {margin: 0; min-height: auto;}
.cm_service_main .guide_faq dt {padding: 5px 0 0 0; line-height: 1.3;}
.cm_service_main .guide_faq dd {margin-top: 15px; line-height: 1;}
.cm_service_main .guide_faq dd+ dd {margin-top: 7px;}
.cm_service_main .guide_faq .btn_box {margin-top: 25px;}
.cm_service_main .guide_faq .btn_box ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.cm_service_main .guide_faq .btn_box li+ li {margin-left: 10px;}
.cm_service_main .guide_faq .btn_box .btn {width: 150px; height: 45px; background: #000; border: 1px solid #000; box-sizing: border-box;}
.cm_service_main .guide_faq .btn_box .btn {font-size: 14px; color: #fff; letter-spacing: -0.5px; display: flex; justify-content: center; align-items: center;}
.cm_service_main .guide_faq .btn_box .btn.line {background: #fff; color: #000;}
.cm_service_main .inquiry_box {position: relative; width: 320px; height: auto;flex: none; padding-left: 70px; box-sizing: border-box;}
.cm_service_main .inquiry_box dt {padding-top: 0;}

.cm_service_main .recent_board {margin-top: 60px;}
.cm_service_main .recent_board ul {display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch;}
.cm_service_main .recent_board li {box-sizing: border-box; flex: 1;}
.cm_service_main .recent_board li+ li {border-left: 1px solid #eee;}
.cm_service_main .recent_board .li_notice {padding-right: 60px;}
.cm_service_main .recent_board .li_event {padding-left: 60px;}
.cm_service_main .board_notice {margin: 0; border: 0; height: auto;}
.cm_service_main .recent_board .list_box {padding: 0 0 0 10px;}

.cm_service_main .tit_box {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; margin-bottom: 20px;}
.cm_service_main .tit_box {border-bottom: 2px solid #eee; box-sizing: border-box; padding-bottom: 20px;}
.cm_service_main .tit_box .tit {font-size: 21px; color: #000; letter-spacing: -0.6px; font-weight: 500; line-height: 1;}
.cm_service_main .tit_box .btn_all {padding: 10px; box-sizing: border-box; margin: -10px -10px -10px auto;}
.cm_service_main .tit_box .btn_all em {position: relative; font-size: 13px; color: #aaa; font-weight: 500; letter-spacing: -0.6px;}
.cm_service_main .tit_box .btn_all em:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #aaa;}






/* ******************************************
   마이페이지 메인
-- ****************************************** */
/* 타이틀 */
.cm_mypage_main .my_tit {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; margin-bottom: 20px;}
.cm_mypage_main .my_tit .tit {font-size: 21px; color: #000; letter-spacing: -0.6px; font-weight: 500; line-height: 1;}
.cm_mypage_main .my_tit .btn_all {padding: 10px; box-sizing: border-box; margin: -10px -10px -10px auto;}
.cm_mypage_main .my_tit .btn_all em {position: relative; font-size: 13px; color: #aaa; font-weight: 500; letter-spacing: -0.6px;}
.cm_mypage_main .my_tit .btn_all em:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #aaa;}

/* 통계 */
.cm_mypage_main {margin-top: -30px;}
.cm_mypage_main .state_box {padding: 50px 0; box-sizing: border-box; border: 1px solid #e5e5e5; border-top: 0;}
.cm_mypage_main .state_box {display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch;}
.cm_mypage_main .state_box .box {flex: 1; padding: 0 50px; box-sizing: border-box; position: relative;}
.cm_mypage_main .state_box .box+ .box:before {content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: #e5e5e5;}
.cm_mypage_main .state_box .state_in {margin-top: 30px;}
.cm_mypage_main .state_box .state_in dl {display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.cm_mypage_main .state_box .state_in dl+ dl {border-top: 1px solid #eee; margin-top: 10px; padding-top: 10px; box-sizing: border-box;}
.cm_mypage_main .state_box .state_in dt {font-size: 14px; color: #999; letter-spacing: -0.6px;}
.cm_mypage_main .state_box .state_in dd {margin-left: auto; font-size: 15px; letter-spacing: 0;}
.cm_mypage_main .state_box .state_in dd strong {font-weight: 600;}
.cm_mypage_main .state_box .box1 { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start;}
.cm_mypage_main .state_box .box2 .state_in dd {color: #41A5D8;}
.cm_mypage_main .state_box .box3 .state_in dd {color: #ed1a1a;}
.cm_mypage_main .state_box .profile_img {flex: none; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}
.cm_mypage_main .state_box .profile_img .img_box {width: 100px; height: 100px; border-radius: 100px; box-sizing: border-box; overflow: hidden;}
.cm_mypage_main .state_box .profile_img .img_box {background:#eee url('../images/sub/mynone.svg') center center no-repeat; background-size:40%;}

.cm_mypage_main .state_box .profile_img .img_box img {width: 100%; background-repeat: no-repeat !important; background-position: center !important; background-size: cover !important;}
.cm_mypage_main .state_box .profile_img .type {margin-top: 10px; border-radius: 100px; box-sizing: border-box; font-size: 13px; color: #fff; letter-spacing: 0;}
.cm_mypage_main .state_box .profile_img .type {display: inline-flex; flex-direction: row; justify-content: center; align-items: center; height: 25px; padding: 0 10px;}
.cm_mypage_main .state_box .profile_img .type {background: #2fb600; border: 1px solid #2fb600;}
.cm_mypage_main .state_box .profile_img .type.biz {background: #ff6a19; border-color: #ff6a19;}
.cm_mypage_main .state_box .profile_tx {overflow: hidden; flex: auto; padding-left: 20px; box-sizing: border-box;}
.cm_mypage_main .state_box .profile_in {margin-top: 20px;}
.cm_mypage_main .state_box .profile_in dl {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start;}
.cm_mypage_main .state_box .profile_in dl+ dl {margin-top: 5px;}
.cm_mypage_main .state_box .profile_in dt {width: 45px; flex: none; font-size: 13px; color: #999; letter-spacing: -0.6px; white-space: nowrap;}
.cm_mypage_main .state_box .profile_in dd {padding-left: 20px; box-sizing: border-box; flex: auto; overflow: hidden;}
.cm_mypage_main .state_box .profile_in .tx {font-size: 13px; color: #333; letter-spacing: -0.3px; max-width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.cm_mypage_main .state_box .profile_in .tx_cert {color: #ed1a1a;}
.cm_mypage_main .state_box .profile_in a.tx_cert {position: relative;}
.cm_mypage_main .state_box .profile_in a.tx_cert:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #ed1a1a;}
.cm_mypage_main .state_box .profile_in .tx_bank {color: #aaa;}

.cm_mypage_main .state_box .charge {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start;}
.cm_mypage_main .state_box .charge {border-top: 1px solid #eee; box-shadow: black; margin-top: 15px; padding-top: 10px;}
.cm_mypage_main .state_box .charge .total {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; padding: 5px; box-sizing: border-box; margin-left: -5px;}
/* mark border was changed from 1px to 1.5px - jioh */
.cm_mypage_main .state_box .charge .mark {border: 1.5px solid #41A5D8; border-radius: 100px; box-sizing: border-box; text-align: center;}
.cm_mypage_main .state_box .charge .mark {font-family: 'Manrope'; font-size: 12px; color: #41A5D8; font-weight: 800; letter-spacing: -0.6px; width: 18px; height: 18px; line-height: 15px;}
.cm_mypage_main .state_box .charge .total strong {font-family: 'Manrope'; font-size: 18px; color: #41A5D8; font-weight: 600; letter-spacing: -0.8px; margin-left: 5px; height: 20px; line-height: 18px;}
.cm_mypage_main .state_box .charge .total em {font-size: 14px; color: #000; letter-spacing: -0.4px; margin-left: 1px; height: 20px; line-height: 18px;}
.cm_mypage_main .state_box .charge .btn_charge {height: 25px; line-height: 22px; background: #41A5D8; border: 1px solid #41A5D8; border-radius: 100px; box-sizing: border-box;}
.cm_mypage_main .state_box .charge .btn_charge {font-size: 12px; color: #fff; letter-spacing: -0.4px; padding: 0 10px;}

.cm_mypage_main .state_box .coupon_box {position: absolute; bottom: -30px; display: flex; gap: 20px;}
.cm_mypage_main .state_box .coupon_box .coupon_text {font-size: 1rem; font-weight: bold; color: black; }
.cm_mypage_main .state_box .coupon_box .coupon_input {text-indent: 5px;}
.cm_mypage_main .state_box .coupon_box .coupon_btn {background-color:#41A5D8; color: white; width: 60px;}

.coupon_message {position: absolute; width: 350px; height: 130px; border: 1px solid black; left: 0; right: 0; margin: auto; text-align: center;}
.coupon_message .message {display: inline-block; margin-top: 40px;}
.coupon_message .message_btn {display: block; margin: 0 auto;  margin-top: 20px; width: 60px; border-radius: 5px; background-color: #41A5D8; color: white;}
.success, .fail, .used {display: none;}


/* 현황별 통계표 */
.cm_mypage_main .state_table {border: 3px solid #e5e5e5; box-sizing: border-box; margin-bottom:30px;}
.cm_mypage_main .state_table ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; }
.cm_mypage_main .state_table li {list-style: none; flex: 1; padding:30px 0;}
.cm_mypage_main .state_table li+ li {border-left: 1px solid #e5e5e5; box-sizing: border-box;}
.cm_mypage_main .state_table .box {display: flex; flex-direction: column; justify-content: center; align-items: center; }
.cm_mypage_main .state_table .ic {font-size: 0;}
.cm_mypage_main .state_table .ic img {width: 50px;}
.cm_mypage_main .state_table .tit {font-size: 15px; color: #000; letter-spacing: -0.6px; margin-top: 25px; line-height: 1;}
.cm_mypage_main .state_table .num {font-family: 'Manrope'; font-size: 24px; color: #000; letter-spacing: -1.2px; font-weight: 800; line-height: 1; margin-top: 20px;}
.cm_mypage_main .state_table.if_deal .num {color: #41A5D8;}
.cm_mypage_main .state_table.if_invest .num {color: #ed1a1a;}
.cm_mypage_main .state_table.if_withdraw .num {color: #9b56c6;}






/* 마이페이지쪽 수정 2021-08-17 ARA */
.texticon_pack span {overflow:visible; height:28px; line-height:auto; display:flex; justify-content: center; align-items: center; flex-direction:column;}
.texticon_pack.fill .gray {background: #b4b4b4 !important;}


.cm_mypage_main .cm_order_list {margin-top:30px;}
.cm_mypage_main .cm_order_list+ .cm_order_list {margin-top:80px;}
.cm_order_search .detail .input_date {width:100px; padding:0px; text-align:center;}

.cm_order_list .icon_state {font-weight:500; font-size:15px;}

.cm_order_list .date {color:#aaa;}
.cm_order_list td.price {color:#ff0000;}
.cm_mypage_list td .texticon_pack {width:85px;}
.cm_mypage_list td .texticon_pack span {width:100%; box-sizing:border-box;}
.cm_order_list .number {color:#000;}
.cm_mypage_list td {color:#888;}
.cm_mypage_list .title a {color:#888;}
.cm_mypage_list .open_conts .ic_box {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; margin-top: 5px;}
.cm_mypage_list .open_conts .ic_box .tx {border: 1px solid #e5e5e5; border-radius: 100px; box-sizing: border-box; padding: 5px 12px;}
.cm_mypage_list .open_conts .ic_box .tx {background: #fff; text-align: center; margin-top: 5px; margin-right: 5px;}


.cm_member_form .opt {font-weight:500;}

.cm_mypage_wish .wish_box .title {line-height:28px; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}


.cm_order_list .btn_box {height:100%; display:flex; justify-content: center; align-items: center; flex-direction:column; margin:0px; top:0; padding-top:5px; box-sizing:border-box;}


.cm_order_list dd {padding:30px; display:flex; justify-content: flex-start; align-items: stretch; flex-direction:row;}
.cm_order_list .item_thumb {height:120px; width:120px; overflow:hidden; border-radius:8px; background:#eee; position:static}
.cm_order_list .item_thumb img {width:120px; height:120px;}
.cm_order_list .item_info {margin:0px; margin-left:50px; display:flex; justify-content: center; align-items: center; flex-direction:column;}

.cm_order_list .price {margin-top:0px;}
.cm_order_list .price strong {font-family: 'Manrope','Noto';  font-size:15px; font-weight:700; margin-right:1px;}


.cm_order_list .item_info .date {background:#f5f5f5; padding:8px; line-height:1; border-radius:100px; margin-top:15px; margin-right:10px;}
.cm_order_list dl {border-color:#e5e5e5; background:#fff !important;}

/*
.cm_order_form .value {min-height:28px; font-size:13px; display:flex; justify-content: flex-start; align-items: center; flex-direction:row;}
.cm_order_form .opt {font-weight:500; font-size:13px;}
*/

.cm_shop_title {font-weight:500; font-size:17px;}
.cm_shop_title strong {font-weight:500;}

.cm_my_title {font-size:21px; font-weight:500; border-bottom:2px solid #ddd;}
.cm_my_title strong {font-weight:500;}



.cm_shop_cart_list .thumb {width:150px; height:150px; border:0; overflow:hidden; border-radius:8px;}
.cm_shop_cart_list .thumb img {width:100%;}
.cm_shop_cart_list .item_name {margin-left:170px;}

.cm_shop_cart_list .item_name .ess .option_name {padding-left:0px; background:none;}
.cm_shop_cart_list .item_name dt a {letter-spacing:-0.5px;}

.cm_user_guide dt {color:#333; font-weight:500;}

.cm_mypage_tab .hit {font-weight:500;}

.cm_board_form .textarea_design {background:#fff !important; border:1px solid #e5e5e5;}

.cm_member_form .input_design {height:35px;}

.cm_member_form .tip_txt dd {font-size:12px; line-height:1.3; background:none; padding-left:0px;}
.cm_member_form .tip_txt dt {font-size:12px; line-height:1.3; background:none; padding-left:0px;}

.cm_member_form .select_design {height:35px;}

.cm_my_title .explain {font-size:12px;}

.cm_board_normal .link {font-size:13px;}
.cm_board_normal td {font-size:13px;}

.cm_board_event_thumb .thumb {height:300px;}

.cm_board_form .tip_txt dd {font-size:12px;}

.cm_board_normal {border-top:2px solid #ddd;}
.cm_board_form {border-top:2px solid #ddd;}

.cm_shop_title  {font-size:21px; font-weight:500;}
.cm_shop_title strong {color:#333; font-size:21px; font-weight:500;}


.cm_mypage_main .state_box .cm_order_list {margin-top:0px;}

.cm_mypage_main+ * {margin-top:30px;}
.cm_mypage_main .state_table {margin:0px;}
.cm_mypage_main .state_table+ .state_table {border-top:0;}

.state_table+ * {margin-top:30px;}


.cm_mypage_wish .wish_box {min-height:auto; clear:both; margin:0px; margin-left:28px; border-top:1px solid #333; padding-top:20px; margin-top:20px;}
.cm_mypage_wish label {position:static; display:flex; justify-content: flex-start; align-items: center; flex-direction:row;}
.cm_mypage_wish label:after {content:"선택"; color:#aaa;}
.cm_mypage_wish .item_list ul {margin-top:-70px;}

.item_wrap .thumb .ctg_icon {position:absolute; left:0; top:0; z-index:3; background:#000; color:#fff; line-height:1; width:65px; box-sizing:border-box; text-align:center;}
.item_wrap .thumb .ctg_icon {display:flex; justify-content: center; align-items: center; flex-direction:column; height:26px; font-size:12px;}

.cm_member_login .title_box {font-family:"Manrope";}
.cm_member_login .btn_login {font-family:"Manrope";}
.cm_member_login .btn_box li {font-size:13px;}


.cm_mypage_main .my_tit .tit select {width:80px; height:25px; font-size:15px !important; color:#000;}


.cm_order_form .tip_txt {float:none}

.cm_order_form .textarea_design {background:#fff !important; border:1px solid #e5e5e5; box-sizing:border-box; width:100%; padding:10px;}
.cm_order_form .textarea_design:focus {border-color:#000 !important;}
.cm_order_form .price_wrap {display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.cm_order_form .price_wrap .input_design {float: none;}
.cm_order_form .price_wrap .unit {margin-left: 3px;}














/* 마이페이지쪽 새로 폰트등 추가 */
.my_item_name {color:#333; font-size:15px; font-weight:500;}

.my_order_number {text-align:center; color:#000; margin-left:50px; border-right:1px solid #eee; padding-right:50px;}
.my_order_number {display:flex; justify-content: center; align-items: center; flex-direction:column;}
.my_order_number strong {display:block; margin-top:1px; font-size:18px; font-family: 'Manrope'; font-weight:600;}


/* 파일첨부 */
.my_input_photo {position:relative; height:150px; width:150px; border:1px solid #eee; border-radius:1000px; z-index:100;}
.my_input_photo {background:#f9f9f9 url('../images/sub/my_profile.svg') center center no-repeat; background-size:40px;}
.my_input_photo .tx {color:rgba(255,255,255,0.0);; height:150px; padding-left:15px; z-index:1; display:block; box-sizing:border-box;}
.my_input_photo .tx {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; font-size: 14px;}
.my_input_photo .input_file_box {position:absolute; left:0; top:0; width:100%; height:150px !important; border:0 !important; background:transparent; z-index:100}
.my_input_photo .fakeFileTxt {font-size:0px; position:absolute; right:0; bottom:0; width:150x !important; height:150px !important; }
.my_input_photo .fakeFileTxt {opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0); margin-top: 0;}
.my_input_photo .fileDiv {z-index:10; background:#000; height:150px; position:absolute; left:0; top:0; width:100%;}
.my_input_photo .fileDiv {opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0);}
.my_input_photo .fileDiv .buttonImg {position:absolute; left:0; top:0; z-index:1; }
.my_input_photo .fileDiv .realFile {width:100%; height:150px; position:absolute; left:0; top:0; z-index:2}
.my_input_photo .btn_del {position:absolute; right:0; bottom:5px; width:30px; height:30px; border-radius:100px; z-index:102; margin:0;}
.my_input_photo .btn_del {background:#000 url('../images/sub/my_del.svg') center center no-repeat; background-size:30px;}
.my_photo_box {box-sizing:border-box; text-align:center; font-size: 0; position:absolute; left:0; top:0; width:100%; height:100%; z-index:2;}
.my_photo_box img {width:150px; height:150px; border-radius:200px;}
.my_photo_box .photo_inner {font-size: 0; overflow:hidden; border-radius:1000px; position:absolute; left:0; top:0; z-index:101; width:100%; display: none;}



/* 출금요청 */
.my_list_form {}
.my_list_form .open_form {position:fixed; left:50%; top:50%; width:500px; height:480px; background:#fff; border-radius:50px; overflow:hidden; margin-left:-250px; margin-top:-240px;}
.my_list_form .open_form {box-sizing:border-box; padding:50px 70px; opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0); z-index:-1; }

.my_list_form .open_bg {position:fixed; left:0; top:0; background:rgba(0,0,0,0.5);width:100%; height:100%;  z-index:-1}
.my_list_form .open_bg {opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0); }

.my_list_form .ttt {text-align:center; color:#000; font-weight:500; font-size:27px; font-weight:500; line-height:1;}
.my_list_form .want {text-align:center; margin-top:20px;}
.my_list_form .want .price_form {position:relative;}
.my_list_form .want .price_form input {width:100%; box-sizing:border-box; height:60px; padding:0 20px; border-radius:5px; border:2px solid #000 !important; font-size:26px; font-family:'Manrope'; font-weight:500;}
.my_list_form .want .price_form input {color:#000 !important;}
.my_list_form .want .price_form input.disabled {background:#eee !important; border-color:#ddd !important;}
.my_list_form .want .price_form input.disabled+ strong {color:#ccc;}
.my_list_form .want .price_form strong {position:absolute; right:20px; top:0; font-size:25px; color:#000; display:flex; justify-content: center; align-items: center; flex-direction:column; height:60px; font-weight:500;}
.my_list_form .want .mine {margin-top:5px; font-size:15px; color:#ed1a1a; font-weight:600;}
.my_list_form .want .mine strong {text-decoration:underline;}

.my_list_form .bank {border:1px solid #eee; padding:15px 10px; text-align:center; box-sizing:border-box; color:#333; margin-bottom:15px; background:#fff; overflow:hidden;}
.my_list_form .bank em {display:block; font-size:13px; color:#999; line-height:1; margin-top:5px;}
.my_list_form .bank strong {color:#fff; background:#000; border-radius:100px; font-weight:500; font-size:13px; padding:8px 20px; line-height:1; display:inline-block;}

.my_list_form .warn {background:#f5f5f5; padding:20px; font-size:12px; color:#999; line-height:1.5; margin-top:20px; text-align:center;}
.my_list_form .warn li {display:flex; justify-content: flex-start; align-items: stretch; flex-direction:row; padding:8px 0; line-height:1.3;}
.my_list_form .warn li+ li {border-top:1px solid #e5e5e5;}
.my_list_form .warn .left {color:#aaa; width:100px; text-align:left}
.my_list_form .warn .left strong {color:#000; font-weight:500; }
.my_list_form .warn .right {margin-left:auto; text-align:left; color:#666; flex:1}
.my_list_form .warn .stip {display:block; color:#ff0000; margin-top:5px;}
.my_list_form .warn .btn_go {text-decoration:underline; color:#000;}

.my_list_form.if_open_withdraw .open_form {z-index:2001; opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100); transition: opacity 0.3s ease-out; -webkit-transition: opacity 0.3s ease-out;}
.my_list_form.if_open_withdraw .open_bg {z-index:2000; opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100); transition: opacity 0.3s ease-out; -webkit-transition: opacity 0.3s ease-out;}

.withdraw_btn_box {text-align:right; margin-bottom:15px; margin-top:15px !important;}
.withdraw_btn {background:#000; line-height:1.3; color:#fff !important; font-size:15px; text-align:center; border:1px solid #000; border-radius:3px;}
.withdraw_btn {display:inline-flex; justify-content: center; align-items: center; flex-direction:column; height:36px; padding:0 30px;}
.withdraw_btn strong {background:transparent url('../images/sub/with_send.svg') left center no-repeat; background-size:15px; padding-left:20px;}
/* SSJ : 상품 판매기간 설정 변경 : 2022-01-18 */
.withdraw_btn.js_btn_switch strong {background:transparent url('../images/sub/with_switch.svg') left center no-repeat; background-size:15px;}





.cm_mypage_main .state_table.if_deal.this_click li:hover {background:#f9f9f9; cursor:pointer}
.cm_mypage_main .state_table.if_deal.this_click .hit {background:#f9f9f9;}





/* 2021-09-01 고객요청 ARA */
.cm_shop_entered .charge {display:none;}

.item_wrap .thumb .timer_info {height:40px;}
.item_wrap .thumb .timer_info .timer_bar {display:none;}
.item_wrap.if_timer .thumb {border-radius: 5px;}

.prod_view .view_top .timer_info .timer_bar {display:none;}

.ma_pro .item_list.if_wide .item_wrap .info .timer_bar {display:none;}





/* 마이페이지 주민등록번호 수집 기능 추가 :: 2023-02-13 KHY ---------------------------------------------------------------- */
.my_list_form .open_form {width: 550px; height: 90%; max-height: 600px; margin-top: 0; margin-left: -275px; padding: 40px 50px; transform: translateY(-50%);}
.my_list_form .open_form form {height: 100%;}
.my_list_form .my_withdraw_form {display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; height: 100%;}
.my_list_form .warn {flex: 1; overflow-y: auto;}
.my_list_form .warn::-webkit-scrollbar {width: 7px;}
.my_list_form .warn::-webkit-scrollbar-thumb {background-color: #ccc; border-radius:100px;}
.my_list_form .warn::-webkit-scrollbar-track {background-color: #fff;}
.my_list_form .warn:hover::-webkit-scrollbar-thumb {background-color: #333;}
.my_list_form .warn .stip {font-size: 12px;}

/* 주민등록번호 입력 */
.my_list_form li.resident .left {height: 35px; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.my_list_form li.resident .input_multi {display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.my_list_form li.resident .input_multi input.design {flex: 1; width: 100%; height: 35px; border-radius: 5px; padding: 0 10px; box-sizing: border-box; border: 1px solid #ccc; color: #333;}
.my_list_form li.resident .input_multi input.design:focus {border-color: #333 !important; color: #333 !important;}
.my_list_form li.resident .input_multi .unit {margin: 0 10px;}
.my_list_form li.resident .tip {font-size: 12px; line-height: 1.4; word-wrap:break-word; word-break:keep-all; white-space:normal; margin-top: 5px;}

/* 동의하기 */
.my_list_form li.agree {flex-direction: column; text-align: left; padding-top: 3px;}
.my_list_form li.agree .check {display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.my_list_form li.agree label.design {padding: 5px 0; box-sizing: border-box;}
.my_list_form li.agree label.design input {display: none;}
.my_list_form li.agree label.design .tx {font-size: 13px; color: #000; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; line-height: 1;}
.my_list_form li.agree label.design .icon {width: 15px; height: 15px; border: 1px solid #000; border-radius: 5px; background: #fff; margin-right: 5px;}
.my_list_form li.agree label.design input:checked+ .tx .icon {background: #41A5D8 url('../images/cm_images/ic_check.svg') center no-repeat; background-size: 9px !important; border-color: #41A5D8;}
.my_list_form li.agree .btn_control {font-size: 12px; text-decoration: underline; padding: 5px; padding-right: 0; box-sizing: border-box;}
.my_list_form li.agree .btn_control .tx_close {display: none;}
.my_list_form li.agree .stip {margin-top: 0;}
.my_list_form li.agree .agree_open {background: #fff; line-height: 1.5; overflow-y: auto; max-height: 100px; margin-top: 10px; padding: 10px; box-sizing: border-box; border: 1px solid #e5e5e5; border-radius: 5px;}
.my_list_form li.agree .agree_open {font-size: 12px; display: none;}
.my_list_form li.agree .agree_open::-webkit-scrollbar {width: 7px;}
.my_list_form li.agree .agree_open::-webkit-scrollbar-thumb {background-color: #ccc; border-radius:100px;}
.my_list_form li.agree .agree_open::-webkit-scrollbar-track {background-color: #fff;}
.my_list_form li.agree .agree_open:hover::-webkit-scrollbar-thumb {background-color: #333;}

/* 열렸을때 */
.my_list_form li.if_open_agree .agree_open {display: block;}
.my_list_form li.if_open_agree .btn_control .tx_view {display: none;}
.my_list_form li.if_open_agree .btn_control .tx_close {display: block;}







