@charset "UTF-8";

/* PC전용 숨김 처리 */
.pc_header{display: none !important;}


/* -------------------- mobile 공통 ----------------------*/
/* body{position: relative; width:100%; height: auto; overflow: hidden;} */
body{position: relative; width:100%; height: auto; overflow: hidden; min-width: 360px;}
input:focus, textarea:focus, select:focus {outline:none;}
input::placeholder, input:-ms-input-placeholder, textarea::placeholder, textarea:-ms-input-placeholder{color: #D3D4DD;font-size: 16px;}
select{ -webkit-appearance: none; -moz-appearance: none; appearance: none;background: #FFFFFF00; background-image: url(../images/chevron-down.svg); background-position: 99% center;
    background-repeat: no-repeat; background-size: 24px;padding-right:20px; }
select::-ms-expand {display:none;}

input[type="text"],
input[type="password"],
input[type="email"]{background: #FFFFFF; border: 1px solid #D3D4DD; box-sizing: border-box; border-radius: 4px; height: 56px; width: 100%; padding-left: 16px; font-size: 16px;}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus{border-color:#24252E;}
input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="email"]:focus::placeholder{color:#24252E !important;}

input[type="text"]:read-only,
input[type="password"]:read-only,
input[type="email"]:read-only{background: #F0F0F5; color:#696979;}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid{border: 1px solid #F02532;}

input[type="checkbox"]{display: none;}
input[type="checkbox"] + label{font-size:16px; line-height: 20px; background-image: url(../images/checkbox-default.svg);background-repeat: no-repeat;
    background-size: 20px; background-position:0 center; padding-left:30px; text-align: left;}
input[type="checkbox"]:checked + label{background-image: url(../images/checkbox.svg); }

/* 텍스트 */
.gray10{color: #24252E;}
.red50{color:#F02532;}
.underline{text-decoration: underline;}

/* 텍스트 정렬 */
.al_c{text-align: center;}
.al_l{text-align: left;}
.al_r{text-align: right;}

/* input 에러 메시지 */
.error_msg{color:#F02532; font-size: 14px;padding-top:2px; text-align: left;}

/* 버튼 활성/비활성 */
.act_btn:disabled{background-color: #D3D4DD !important; cursor: unset;}
.act_btn{background-color: #E1002A !important;}

.act_btn2:disabled{background-color: #FFFFFF !important; cursor: unset; 
	border: 1px solid #8F8FA2; box-sizing: border-box; border-radius: 4px; 
	display: inline-block; 
	background-image: url(../images/all_chk_gray.svg); 
	background-repeat: no-repeat;
	background-position: 24px center;
	padding: 16px 16px 16px 40px;
	}
.act_btn2{background-color: #24252E !important; cursor: unset;
	padding: 16px 16px 16px 40px;
	}

/* 팝업(mobile) */
.popup{background-color: #fff; padding: 44px 30px 40px; position: fixed; top: 10%; left: 20px; right: 20px; width: auto; border-radius: 4px; z-index: 100; display: none; }
.popup_notice{position: absolute;}
.popup .x_btn{position: absolute; top:10px; right:10px; width:24px; height:24px; background: url(../images/x-gray.svg);}
.popup .title{font-weight: 700; font-size: 26px; text-align: center;margin-bottom: 20px;letter-spacing: -0.6px;}
.popup .content{font-size: 16px; line-height: 24px;letter-spacing: -0.6px;}
.popup .popup_btn_wrap{text-align: center; margin-top:40px;}
.popup .popup_btn_wrap .y_btn{background: #24252E; border-radius: 4px; color:#fff; padding:17px 56px;}
.popup .popup_btn_wrap .y_btn_r{background: #E1002A; border-radius: 4px; color:#fff; padding:17px 56px;}
.popup .popup_btn_wrap label{margin-top:14px; display: inline-block;}
.dimmed{width:100%;height:100%;background-color:#24252E; opacity: 0.6;position: fixed;top:0;left:0;z-index:30; display: none;}

/* 2버튼 팝업(mobile) */
.popup_2{width:auto; background-color: #fff;border-radius: 4px; position: fixed; top:10%; left:0px; right: 0px; margin-left:20px; margin-right:20px; z-index:100; padding:44px 30px; display: none;}
.popup_2 .x_btn{width:24px; height:24px; background: url(../images/x-gray.svg) no-repeat center; position: absolute; top:10px; right:10px;}
.popup_2 .title{font-weight: 700; font-size: 26px; text-align: center; }
.popup_2 .content{text-align: center; margin-top:20px;}
.popup_2 .content p{font-weight: 400; font-size: 18px; text-align: center; margin-bottom:16px; line-height: 24px;word-break: keep-all;letter-spacing: -0.6px;}
.popup_2 .content .warning{font-weight: 700; font-size: 18px; color:#E1002A;}
.popup_2 .popup_btn2{margin-top:40px; text-align: center;}
.popup_2 .popup_btn2 button{width: 120px;height: 56px;font-weight: 500;font-size: 18px;border-radius: 4px;background-color: #F0F0F5;}
.popup_2 .popup_btn2 button:nth-of-type(1){ margin-right:8px;}
.popup_2 .popup_btn2 .confirm_btn{background-color: #E1002A; color:#fff;}
.popup_2 .popup_btn2 .confirm_btn:disabled{opacity: 0.3; cursor: unset;}
.popup_2 label{display: inline-block; background-position: 0 0 !important;}


/* 레이아웃(mobile) */
.contents_wrap{ padding: 64px 18px 0; height: auto; min-height: calc(100vh - 239px); display: block; align-items: unset; justify-content: center;}
.contents_wrap.nofooter{ min-height:100vh; margin-top: 16px;}
.common_wrap{margin: 180px 0 0; width: auto; min-width: auto;}

/* 페이지 타이틀,백그라운드 타이틀 (mobile) */
.title_bg_wrap{width: 100%; height:140px; background-repeat: no-repeat;background-color: #000;background-position: center; background-size: cover;
    position: absolute; left:0; top:64px; display: block; justify-content: center; }
.title_bg_wrap .title_text_wrap{min-width:auto;  margin: auto; position: relative;}
.title_bg_wrap .title_text_wrap .bg_title_text{font-family:'Inter',sans-serif;font-style: normal;font-weight: 700;font-size: 32px;line-height: 32px;color:#fff;
    position: absolute; top:24px; left:18px;}
.title_bg_wrap .title_text_wrap .bg_nav_text{display: none;}

/* --------------------------  헤더(mobile) mob_header --------------------------------*/
/* .mob_header{ width: 100%; position: fixed;z-index: 10; background: #fff;border-bottom: 1px solid #F0F0F5; } */
.mob_header{ width: 100%; position: fixed;z-index: 10; background: #fff;border-bottom: 1px solid #F0F0F5; min-width:360px;}
.mob_header .header_wrap{display: flex; justify-content: space-between; align-items: center; padding:14px 20px; height:64px;}
.mob_header .header_ci_img{position: relative; display: inline-block;}
/* .mob_header .header_ci_img > img{height:32px;} */
.mob_header .header_ci_img > img{width: auto; height: auto; max-width: 135px; max-height: 32px;}
/* \bc30\b2f9\c870\d68c\20\c11c\be44\c2a4 = 배당조회 서비스 */
.mob_header .header_ci_img::after{content:"주주확인 서비스";display: block; width:auto; position: absolute; right:-120px; bottom:0px; font-weight: 700; font-size: 16px; }
.mob_header .header_wrap .menu_op{width:32px; height:32px; align-items: center; }
.mob_header .header_wrap .menu_op > img{height:32px; }
/* 홈 전용 헤더(mobile) */
/* .mob_header.home{background:transparent; border-bottom: none;} */
/* .mob_header.home .header_ci_img > img{filter:brightness(0) invert(1);} */
/* .mob_header.home .header_ci_img::after{color:#fff !important;} */
/* .mob_header.home .header_wrap .menu_op > img{filter:brightness(0) invert(1);} */
.mob_header.home .header_wrap .menu_op > img{height: 32px;}
/* 슬라이더 메뉴(mobile) */
/* .slide_menu{width:80%; height:100vh; position: absolute; right:-80%; top:0; background-color: #fff; z-index: 50;padding:14px 20px 20px; } */
.slide_menu{width:80%; height:100vh; position: fixed; right:-80%; top:0; background-color: #fff; z-index: 50;padding:14px 20px 20px; min-width:288px;}
.slide_menu .head{position: relative;}
/* .slide_menu .head > img{height:50px; } */
.slide_menu .head > img{width: auto; height: auto; max-width: 160px; max-height: 32px;}
.slide_menu .head .title{font-weight: 700; font-size: 20px; line-height: 28px; margin-top: 12px;}
.slide_menu .menu_cls{width:32px; height:32px; top:0; right:0; position: absolute; background: url(../images/x-32.svg) no-repeat center /32px;}
.slide_menu .nav_list{margin-top: 16px; border-top: 1px solid #D3D4DD; border-bottom: 1px solid #D3D4DD; padding:12px 0;}
.slide_menu .nav_list > li{padding:12px 0;}
.slide_menu .nav_list > li > a{font-weight: 500; font-size: 20px; line-height: 26px;}
.slide_menu .nav_etc{margin-top:12px;}
.slide_menu .nav_etc > li{padding:12px 0;}
.slide_menu .nav_etc > li > a{font-weight: 500; font-size: 20px; line-height: 26px;}
.slide_menu .bottom{position: absolute; bottom:0; left:0; padding:20px;}
.slide_menu .bottom a{font-size: 14px; font-weight: 500; line-height: 15px;}
.slide_menu .bottom span{margin:0 2px;}
.slide_menu .bottom p{font-family:'Inter',sans-serif; font-size: 12px; line-height: 15px; margin-top: 16px; }
.slide_menu_dimmed{width:100%;height:100vh;background-color:#24252E; opacity: 0.6;position: fixed;top:0;left:0;z-index:30; display: none;}
/* 회원가입 전용 헤더(mobile) */
/* .mob_join_header{height:64px; text-align: center; line-height: 64px; font-weight: 700;background-color: #fff; position: fixed; top:0; left:0; right:0;z-index:10;} */
.mob_join_header{height:64px; text-align: center; line-height: 64px; font-weight: 700;background-color: #fff; position: fixed; top:0; left:0; right:0;z-index:10;min-width:360px;}
.mob_join_header .back_btn{width:64px; height:64px; position: absolute; left:0;top:0; background: url(../images/chevron-left.svg) no-repeat center /30px;}
.mob_join_header .back_btn:active{background-color:#F0F0F5;}


/* --------------------------- 푸터(mobile) footer -----------------------------------*/
.footer{background-color: #24252E;padding:20px 18px 68px 18px; position: relative; width:100%;left:0; bottom:0;}
.footer .footer_nav_wrap a{color:#fff; font-size: 14px; line-height: 18px;font-weight: 400;}
.footer .footer_nav_wrap span{color:#fff; font-size: 14px; line-height: 18px;font-weight: 400; padding:0 2px;}
.footer .company_info{margin-top:19px;}
.footer .company_info li{color:#fff; font-size: 11px;}
.footer .company_info span{color:#fff; font-size: 11px;}
.footer .footer_ci_img{position: absolute;right:18px; bottom:20px; height:32px;}
.footer .footer_ci_img > img{width: auto; height: auto; max-width: 135px; max-height: 32px;}
/* --------------------------- 푸터(mobile) 회원가입 footer -----------------------------------*/
.footer_join{background-color: #24252E;padding:20px 18px 68px 18px; position: relative; width:100%;left:0; bottom:0;}
.footer_join .footer_nav_wrap a{color:#fff; font-size: 14px; line-height: 18px;font-weight: 400;}
.footer_join .footer_nav_wrap span{color:#fff; font-size: 14px; line-height: 18px;font-weight: 400; padding:0 5px;}
.footer_join .company_info{margin-top:19px;color:#D3D4DD;}
.footer_join .company_info li{color:#D3D4DD; font-size: 11px;}
.footer_join .company_info span{color:#D3D4DD; font-size: 11px;}
.footer_join .footer_ci_img{position: absolute;right:18px; bottom:20px; height:32px;}
.footer_join .footer_ci_img > img{width: auto; height: auto; max-width: 135px; max-height: 32px;}

/* ------------------------------------  홈(mobile) home ---------------------------------------*/
.home_top .home_title_wrap{ position: unset; top: auto; left: auto; padding-top: 110px;}
.home_top .home_title_wrap .title{font-weight: 700; font-size: 36px;line-height: 43px; color:#fff; text-align: center;}
.home_title_wrap .lookup_dt{display: none;}

.home_divi_box{background-color: #fff; border-radius: 6px 6px 0 0; box-shadow: none;
    width: auto; height: auto; min-height:340px; padding: 28px 30px; position: relative; top: auto; right: auto; margin-left: 18px; margin-right: 18px; margin-top:45px;}
.home_divi_box .title{font-weight: 700;font-size: 22px; line-height: 28px;letter-spacing: -0.6px;}
.home_divi_box ul{margin-top:30px;}
.home_divi_box ul li{text-align: right;font-weight: 500;font-size: 14px; margin-bottom: 8px; }
.home_divi_box ul li:nth-of-type(1){font-weight: 500;font-size: 14px; color:#696979;padding-bottom: 8px; text-align: left;}
.home_divi_box .big_num_red{font-family:'Inter',sans-serif; font-weight: 700; font-size: 36px;color: #E1002A; margin:8px 2px 8px 0px; display: inline-block;letter-spacing: -0.6px;}
.home_divi_box .num{font-family:'Inter',sans-serif; font-weight: 500; font-size: 16px; display: inline-block; width:150px;margin-right:2px;letter-spacing: -0.6px;}
.home_divi_box .stock_txt{color:#696979; font-size: 16px;letter-spacing: -0.6px;}
/* 단수대금 추가 2021.07.17 */
.home_divi_box .unit_txt{color:#24252E; font-weight: 500;margin-left:5px;}
.home_divi_box .go_dividend{position: unset;left:auto;right:auto;bottom:auto; text-align: center; margin-top:24px;}
.home_divi_box .go_dividend > a{background: url(../images/arrow-right24.svg) no-repeat 90% center /24px ,#F0F0F5; padding:17px 54px 17px 24px; font-size: 18px; font-weight: 700;
   border-radius: 4px; display: inline-block;}
.home_divi_box .login_n .txt{font-size: 14px; color: #515162; margin-top: 9px; margin-bottom: 22px; line-height: 20px;}
.home_divi_box .big_num_gray{font-family:'Inter',sans-serif; font-weight: 700; font-size: 40px;color: #D3D4DD; display: inline-block; margin-right: 2px;}
.home_divi_box .login_n .btn_wrap{position: absolute; bottom: 28px; display: grid; width: calc(100% - 60px); grid-template-columns: repeat(2, 1fr); gap: 10px;}
.home_divi_box .login_n .btn_wrap > a{line-height: 56px; font-size: 18px; font-weight: 700; text-align: center; background-color: #fff;}
.home_divi_box .login_n .btn_wrap > a:nth-of-type(1){border:1px solid #24252E;color:#24252E;border-radius: 4px;}
.home_divi_box .login_n .btn_wrap > a:nth-of-type(2){border:1px solid #E1002A;color:#E1002A;border-radius: 4px;}
/* 배당내역 없을 시 추가 */
.home_divi_box .dividend_no{display: none; margin-top:5px; text-align: center; font-size: 20px; line-height: 30px; letter-spacing: -0.6px;}
.home_divi_box .dividend_no > .title{font-weight: 700;font-size: 22px; line-height: 28px;letter-spacing: -0.6px; text-align: left;}
.home_divi_box .dividend_no > .txt{font-weight: 500;font-size: 16px; line-height: 25px; letter-spacing: -0.6px; text-align: left; margin-top: 30px; margin-bottom: 75px; color: #696979;}
.home_divi_box .dividend_no > .go_dividend{position: unset;left:auto;right:auto;bottom:auto; text-align: left;margin-top:24px;}

.home_divi_box_page {
    width: 85%;
    padding: 10px;
    position: absolute !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    justify-content: center !important;
}

.home_divi_box_page > ul {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    gap: 30px !important;
    line-height: 1px !important;
    text-align: center !important;
}

.home_divi_box_page > ul > li {
    line-height: 1px !important;
}


.home_divi_box_page > ul > li > button {
    color: #CCCCCC !important;
    font-size: 12px;
}

.home_divi_box_page > ul > li.slick-active > button {
    color: #E1002A !important;
    font-size: 12px;
}

.home_bottom{padding: 64px 18px 0px;}
.home_bottom .head{position: relative;}
.home_bottom .title{font-weight: 700; font-size: 28px; line-height: 36px;}
.home_bottom .head > p{font-size: 14px; font-weight: 500; color:#8F8FA2;margin-top: 8px;letter-spacing: -0.6px;}
.home_bottom .head .more_btn{background: url(../images/chevron-right.svg) no-repeat right center /24px; padding-right:24px; display: inline-block;position:absolute; right:0; bottom:auto;top:0;
    font-size: 14px;}
.home_bottom .home_notice_list{margin-top:25px;border-top: 1px solid #24252E;}
.home_bottom .home_notice_list li{padding:24px 0; background: none; border-bottom: 1px solid #F0F0F5;}
.home_bottom .home_notice_list li .notice_title{font-size: 18px; line-height: 27px;letter-spacing: -0.4px;font-weight: 500;}
.home_bottom .home_notice_list li .notice_dt{font-size: 16px; font-family:'Inter',sans-serif; color:#7A7B8E; font-weight: 400; margin-top: 8px; display: inline-block; }

.popup .lookup_period{ display: none;}
/* .popup #today + label{ display: none;} */
.popup #today + label{ }

/* 비밀번호 장기 미변경 안내 팝업*/
.old_pw_popup{top:50%;margin-top:-170px;}
.old_pw_popup .pw_icon{display: block;margin: 0 auto 10px;}
.old_pw_popup .title{font-size: 22px !important; line-height: 40px; margin-bottom: 11px;}
.old_pw_popup .old_pw_txt{font-weight: 500;font-size: 16px; line-height: 24px; letter-spacing: -0.6px; text-align: center; color:#696979;}
.old_pw_popup .pw_wrap{margin-top:24px;}
.old_pw_popup .pw_wrap input[type='password']{margin-bottom: 8px;display: block;}
.old_pw_popup .pw_wrap input[type='password']::placeholder{color:#D3D4DD;}
.old_pw_popup .popup_btn_wrap{margin-top: 32px !important; display: grid; grid-template-columns: repeat(2, 1fr); gap:8px; justify-content: center;}
.old_pw_popup .popup_btn_wrap button{height:56px;font-size: 16px; font-weight: 500; border-radius: 4px;}
.old_pw_popup .popup_btn_wrap button:nth-of-type(1){background-color:#F0F0F5; cursor: pointer;}
.old_pw_popup .popup_btn_wrap > a{display:inline-block; height:56px; line-height: 56px; font-size: 16px; font-weight: 500; border-radius: 4px; background-color:#24252E; color:#fff; cursor: pointer;}


/* ---------------------------- 회원가입 1단계(mobile) join_step1  -------------------------------- */
.join_step_wrap{ display: none !important;}
.join_wrap{padding-bottom:0px;}
.join_notice{background-color: #FFFFFF; border: 1px solid #AAAAB9; box-sizing: border-box; border-radius: 4px; padding: 16px 5px 16px 30px;
    background: url(../images/alert-circle.svg) no-repeat 4px 16px /24px; font-size: 16px; line-height: 25px; margin-top:-32px; word-break: keep-all; letter-spacing: -0.6px;}
.join_notice strong{font-size: 16px; line-height: 25px; font-weight: 700; border-bottom: 1px solid #24252E;}
.agree_text{font-size: 18px;font-weight: 400;margin-top: 32px; margin-bottom: 34px;line-height: 23px;letter-spacing: -0.6px;}
.agree_wrap label{font-size:18px !important; font-weight: 500; line-height: 23px; margin-right: 4px;letter-spacing: -0.6px;}
.agree_wrap .red50{line-height: 23px; font-size: 16px;}
/* .agree_wrap .scr_box{width:100%; height:176px; overflow-y: auto; background: #F9FAFB; border-radius: 4px; padding:16px; margin-top: 15px; margin-bottom: 34px;
    font-size: 16px; color:#696979;line-height: 26px;letter-spacing: -0.6px;} */
.agree_wrap .scr_box_wrap .scr_box{width:100%; height:176px; overflow-y: auto; background: #F9FAFB; border-radius: 4px; padding:16px; margin-top: 15px; margin-bottom: 34px;
    font-size: 16px; color:#696979;line-height: 26px;letter-spacing: -0.6px; box-sizing: border-box;}

.agree_wrap .scr_box_wrap .scr_box *{font-size: 14px;line-height: 1.8em;}
.agree_wrap .scr_box_wrap .scr_box p {margin-top: 40px;font-size: 16px; font-weight: 500;margin-bottom: 10px;}
.agree_wrap .scr_box_wrap .scr_box p *{margin-top: 40px;font-size: 16px; font-weight: 500;margin-bottom: 10px;}
.agree_wrap .scr_box_wrap .scr_box h2{font-size: 20px;font-weight: 500;}
.agree_wrap .scr_box_wrap .scr_box h2 *{font-size: 20px;font-weight: 500;}
.agree_wrap .scr_box_wrap .scr_box h3{font-size: 16px;}
.agree_wrap .scr_box_wrap .scr_box h3 *{font-size: 16px;}

.agree_all_wrap{text-align: center;margin-top:8px;}
.agree_all_wrap input[type="checkbox"] + label{font-size:18px; background-image: url(../images/all_chk_gray.svg);background-repeat: no-repeat;
    background-size: 16px; background-position:14px center; padding:16px 16px 16px 40px; text-align: left; color:#8F8FA2; background-color: #fff;
    border: 1px solid #8F8FA2; box-sizing: border-box; border-radius: 4px; display: inline-block;letter-spacing: -0.6px;}
.agree_all_wrap input[type="checkbox"]:checked + label{background-image: url(../images/all_chk_white.svg);background-color:#24252E; color:#fff;border-color:#24252E;}
.join_btn_wrap{margin-top:92px;text-align: center; min-height:1px;}
.join_btn_wrap .next_btn{background: #E1002A;border-radius: 0px;color: #fff; font-size: 18px; font-weight: 700; width:100%; height:56px; line-height: 56px;
    position:absolute;bottom:0;left:0;}
.join_btn_wrap .next_btn:disabled{background: #D3D4DD; cursor: unset;}
.join_btn_wrap .prev_btn{display: none;}


/* ---------------------------- 회원가입 2단계(mobile) join_step2  -------------------------------- */
.confirm_tab_wrap{display: grid; grid-template-columns: repeat(3, 1fr); width:100%; }
.confirm_tab_wrap > span{height: 63px; box-sizing: border-box; border-top: 2px solid #fff; border-bottom: 2px solid #24252E; color: #8F8FA2; font-size: 14px;
    display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 4px 4px 0 0;}
.confirm_tab_wrap > span.active{border:2px solid #24252E;border-bottom: 2px solid #fff;color:#24252E; }
.confirm_tab_wrap > span > b{font-size: 18px; line-height: 27px;}
.confirm_content{display: none;margin-top: 64px;}
.confirm_content p{font-size: 18px; font-weight: 400;text-align: left;letter-spacing: -0.6px;}
.confirm_content .c_box{ width: 100%; height: auto; display: flex; flex-direction: row; align-items: center; justify-content: center;
    border: 1px solid #8F8FA2; box-sizing: border-box; border-radius: 4px; cursor: pointer; margin-top: 24px;}
.confirm_content .c_box > img{width: auto; height: 60px;}
.confirm_content .c_box > span{color:#8F8FA2; font-weight: 400;}
.confirm_content p > span{color: #8F8FA2;font-size: 18px; font-weight: 400;}
.go_faq_btn{background: #24252E;border-radius: 4px;color: #fff;padding: 17px 56px; }


/* ---------------------------- 회원가입 3단계(mobile) join_step3  -------------------------------- */
.select_wrap{margin-top: 32px;}
.select_wrap p{font-weight: 500; font-size: 14px;line-height: 18px;margin-bottom: 8px;letter-spacing: -0.6px;}
.select_wrap select{width: 100%; height:56px; border-bottom: 1px solid #D3D4DD; padding-left: 6px; font-size: 16px; }
.select_wrap select > option:disabled{color:#D3D4DD; }
.select_wrap select:focus{border-bottom: 1px solid #24252E;}
.srch_addr_wrap{margin-top: 40px;}
.srch_addr_wrap p{font-weight: 500; font-size: 14px;line-height: 18px;margin-bottom: 8px;}
.srch_addr_wrap .srch_box{display: grid; grid-template-columns: auto 64px; gap:5px;margin-bottom:40px;}
.srch_addr_wrap input[type='text']{width: 100%; height: 56px; border-bottom: 1px solid #D3D4DD; padding-left: 6px; border-style: none none solid; border-radius: 0; font-size: 16px;}
.srch_addr_wrap input[type='text']:focus{border-bottom: 1px solid #24252E;}
.srch_addr_wrap input[type='text']::placeholder{color:#D3D4DD; letter-spacing: -0.6px;}
.srch_addr_wrap .srch_addr_btn{border-radius: 4px; height: 56px; font-weight: 500; border: solid 1px #24242E; font-size: 14px;}
.srch_addr_wrap .srch_addr_btn:active{background-color:#F0F0F5;}
.srch_addr_wrap .srch_tip_title{margin-top:12px;}
.srch_addr_wrap .srch_tip{margin-top:6px;}
.srch_addr_wrap .srch_tip li{font-size: 13px; line-height: 21px; letter-spacing: -0.6px; color: #7A7B8E;}

.account_auth{margin-top: 33px; text-align: center; margin-bottom: 50px;}
.account_auth button{border-radius: 4px; height:56px;width:246px;color:#fff; background: url(../images/all_chk_white.svg) no-repeat 16px center /16px,#24252E;}
.account_auth p{font-size: 16px;margin-top: 16px; line-height: 24px; text-align: left;letter-spacing: -0.6px;}

.account_auth2{margin-top: 33px; text-align: center; margin-bottom: 50px;}
.account_auth2 button{border-radius: 4px; height:56px;width:246px;color:#8F8FA2; background: url(../images/all_chk_white.svg) no-repeat 24px center /16px,#24252E;}
.account_auth2 p{font-size: 16px;margin-top: 16px; line-height: 24px; text-align: left;letter-spacing: -0.6px;}

.loader_box{position:fixed; left:50%; top:40%; margin-left:-60px; z-index:50; width:120px; height:120px; text-align: center;  display: none;}
.loader_box img{width:64px; height:64px; animation:rotate .5s linear infinite;}
@keyframes rotate{ 0%{transform: rotate(0); opacity:1;} 100%{transform: rotate(360deg); opacity: 0.1;} }
.loader_box > p{color:#fff;margin-top:24px;}
.after_auth .title{font-size: 18px;font-weight: 500;padding:16px 0; border-top: 1px solid #24252E; border-bottom: 1px solid #D3D4DD;; }
.after_auth .acc_list > li{border-bottom:1px solid #D3D4DD;}
.after_auth .acc_list > li .f_corp{display: flex; justify-content: space-between; align-items: center; padding: 0 5px; height:62px; border-bottom: 1px solid #F0F0F5;}
.after_auth .acc_list > li .f_corp > img{height:22px;}
.after_auth .acc_list > li .f_corp > span{font-size: 16px; color:#E1002A; font-weight: 500;}
.acc_list .stock_list{padding:17px 5px 17px 5px;}
.acc_list .stock_list li{display: flex; justify-content: space-between;margin-bottom: 10px;flex-direction: column;}
.acc_list .stock_list .s_number{font-size: 14px; line-height: 20px; color:#696979; font-weight: 500;letter-spacing: -0.6px;}
.acc_list .stock_list .s_number > span{font-family: 'Inter',sans-serif; font-size: 14px; line-height: 20px;color:#696979; margin-left:0px;font-weight: 500; display: block; }
.acc_list .stock_list .s_total{font-size: 16px; line-height: 20px; text-align: right;}
.acc_list .stock_list .s_total > span {font-family: 'Inter',sans-serif; font-size: 16px; line-height: 20px; margin-right: 3px; font-weight: 500;}
.after_auth_txt{margin-top: 24px; color: #696979; font-size: 14px; line-height: 21px; margin-bottom: 50px; letter-spacing: -0.6px;}
.srch_wrap_box.stock .input-selectbox {color:#676767; background: url(../images/Icon_arrow_bottom_grey.png) no-repeat calc(100% - 10px) center; line-height:56px; padding-left: 16px;}
.srch_wrap_box.stock .input-selectbox-view {display: flex;width: 100%;left: 0px; top:62px; max-height: 339px; overflow-y:auto; }/* 220125 */
.srch_wrap_box.stock .input-selectbox-view label{padding-left: 16px; }
.srch_wrap_box.stock .n_iscroll::-webkit-scrollbar { display: none; }/* 220125 */
.srch_wrap_box.stock .n_iscroll::-ms-scrollbar { display: none; }/* 220125 */
/* 추가 계좌 인증 팝업*/
.account_popup{top:10px;}
.account_popup .title{font-size:26px;margin-bottom:20px;}
.account_popup .content{font-size:16px; line-height: 24px; }
.account_popup .content .red50{display: inline-block;}
.account_popup .ssnum_wrap{margin-top:22px; display: flex; align-items: center; justify-content: center;}
.account_popup .ssnum_wrap span{letter-spacing: 2px;font-size: 16px;}
.account_popup .ssnum_wrap input{font-size:16px; width:50px; border:none; height:27px; line-height: 27px; padding:0;letter-spacing: 2px; border-bottom: 1px solid #D3D4DD; border-radius: 0;  text-align: center;}
.account_popup .ssnum_wrap input:invalid{border-color: #E1002A;}
.account_popup .popup_btn_wrap{margin-top: 56px !important; display: grid; grid-template-columns: repeat(2, 98px); gap:10px; justify-content: center;}
.account_popup .popup_btn_wrap button{height:56px;font-size: 20px; font-weight: 500; border-radius: 4px; background-color: #F0F0F5;cursor: pointer;}
.account_popup .popup_btn_wrap button:nth-of-type(2){background-color:#24252E; color:#fff;}
.account_popup .maill_addr_wrap{margin:22px auto 0; width:auto; }
.account_popup .maill_addr_wrap p{font-size:16px; line-height: 20px;margin-bottom: 8px;}
.account_popup .maill_addr_wrap .input_box{display: flex; align-items: center; justify-content: center;}
.account_popup .maill_addr_wrap input{ margin:0 9px; height:48px; line-height: 48px; width:124px; text-align: center; }


/* ---------------------------- 회원가입 4단계(mobile) join_step4  -------------------------------- */
.input_info_wrap{margin-bottom: 32px;}
.input_info_wrap > p{font-weight: 500; font-size: 14px; line-height: 18px; margin-bottom: 10px;}
.input_info_wrap input{background: #FFFFFF; border: 1px solid #D3D4DD; box-sizing: border-box; border-radius: 4px; height:56px; width:100%; padding-left:18px; font-size: 16px;}
.input_info_wrap input::placeholder{color:#D3D4DD;}
.input_info_wrap .input_id_box{display: block;}
.input_info_wrap .input_id_box .chk_dup_btn{width:120px; height:56px; background: #FFFFFF;border: 1px solid #24252E; box-sizing: border-box; border-radius: 4px; font-size: 16px;
    margin-top:10px;}
.input_info_wrap .input_id_box .chk_dup_btn:active{background-color:#F0F0F5;}
.input_info_wrap .pw_g_txt{margin-top: 10px;}
.input_info_wrap .pw_g_txt li{font-size: 13px; line-height: 20px; color:#7A7B8E;letter-spacing: -0.6px;}


/* ---------------------------- 회원가입 5단계(mobile) join_step5  -------------------------------- */
.comp_join_wrap{color:#696979; font-size: 16px; line-height: 24px; font-weight: 500; text-align: center; letter-spacing: -0.6px;}
.comp_join_wrap > img{width:40px;}
.comp_join_wrap .title{font-weight: 700;font-size: 22px;line-height: 30px;margin-top: 10px;margin-bottom: 10px;}
.comp_join_wrap .join_id{color:#54C241;}
.comp_join_wrap .go_login_btn{display: block; width:125px; height:56px; line-height: 56px; background: #FFFFFF; border: 1px solid #E1002A;
    box-sizing: border-box; border-radius: 4px; color:#E1002A; font-size: 16px; font-weight: 700; text-align: center; margin:40px auto 0; }


/* ------------------------------------- 로그인(mobile) login ------------------------------------- */
.center_box{width:auto; text-align: center; margin-top: 48px;}
.center_box .title{font-weight: 700; font-size: 32px; line-height: 32px;text-align: center; }
.center_box .g_text{font-weight: 400; font-size: 18px; line-height: 27px; text-align: center; margin-top:14px; letter-spacing: -0.6px;}
.center_box .input_wrap{margin-top:48px;}
.center_box .input_wrap input{height:56px; font-size: 16px;}
.center_box .input_wrap input::placeholder{color:#D3D4DD;}
.center_box .input_wrap input:nth-of-type(2){margin-top:10px;}
.center_box input[type="checkbox"] + label{display: inline-block; margin-top:16px;}
.center_box .center_btn{width:100%; height:64px; border-radius: 4px; font-size: 18px; font-weight: 700; color:#fff; text-align: center; margin-top:48px;}
.center_box .login_nav{margin-top: 24px; text-align: center;}
.center_box .login_nav > a{color:#515162; font-size: 14px; line-height: 18px; font-weight: 400;}
.center_box .login_nav > span{color:#515162; font-size: 14px; line-height: 18px; font-weight: 400; margin-left:8px; margin-right:8px;}
.footer_wrap{margin-top: 40px;}


/* ----------------------------------- 로그인 실패(mobile) login_fail ---------------------------------- */
.login_fail_img{width:40px;display: inline-block; margin-bottom: 10px;}


/* -------------------------------- 비밀번호 변경(mobile) change_pw_step1 ~ change_pw_step4, change_old_pw  ----------------------------------------- */
.center_box .pw_sub_text{display: flex; justify-content: space-between;margin-bottom:10px;}
.center_box .pw_sub_text > span{font-weight: 500; font-size: 14px; line-height: 20px; }
.center_box .pw_sub_text > a{font-weight: 400; font-size: 14px; line-height: 20px; border-bottom:1px solid #24252E;}
.center_box .pw_tab_wrap{display: grid; grid-template-columns: repeat(3, 1fr); margin-top:72px; }
.center_box .pw_tab_wrap .tab_btn{ border-top:1px solid transparent; border-bottom:1px solid #24252E; height:63px; display: flex; flex-direction: column;
     align-items: center; justify-content: center; box-sizing: border-box; color:#8F8FA2;font-size: 18px; line-height: 21px; font-weight: 700;}
.center_box .pw_tab_wrap .tab_btn.active{border:1px solid #24252E; border-radius: 4px 4px 0 0; border-bottom:1px solid transparent; box-sizing: border-box; color:#24252E;}
.center_box .pw_tab_wrap .tab_btn > p{font-size:14px; line-height: 24px; font-weight: 400; color:#8F8FA2; letter-spacing: -0.6px; }
.center_box .pw_tab_wrap .tab_btn.active > p{color:#24252E;}
.center_box .tab_content{display: none; margin-top:32px;}
.center_box .tab_content .pw_certi_btn{background: #FFFFFF; border: 2px solid #24252E; box-sizing: border-box; border-radius: 4px; width:100%; height:64px;
   text-align: center; font-size: 16px; font-weight: 500; }
.center_box .pw_comp_text{font-size:22px; line-height: 30px; font-weight: 700; margin-top:10px;}
.center_box .pw_comp_mark{width:40px;}
.center_box .go_login_btn{display: inline-block; padding:0 40px; height:56px; line-height: 56px; text-align: center; background: #FFFFFF; border: 1px solid #E1002A;
    box-sizing: border-box; border-radius: 4px;  color:#E1002A; font-size: 16px; font-weight: 700; margin:40px auto 0; }
.center_box .input_wrap input:nth-of-type(3){margin-top:10px;}


/* -------------------------------------- 아이디 찾기(mobile) find_id_step1 ~ find_id_step2 -------------------------------------- */
.center_box .title_sub{font-weight: 700; font-size: 22px; text-align: center;}
.center_box .id_comp_text{color: #696979; font-size:16px; line-height:24px; font-weight: 500; margin-top:16px;letter-spacing: -0.6px;}
.center_box .id_comp_img{height: 72px; margin-top:32px;}
.center_box .find_id{font-weight: 500; font-size: 18px; line-height: 27px; color: #54C241; margin-top:9px;}
.center_box .go_change_pw{font-size: 16px;border-bottom: 1px solid #24252E; display: inline-block; margin-top:16px;}


/* --------------------------------------- 공지(mobile) notice -------------------------------------------- */
.srch_wrap{display: grid; grid-template-columns: 90px auto; gap: 10px; margin-top:40px;}
.srch_wrap .srch_filed{border-bottom: 1px solid #696979; line-height: 36px; font-size: 16px; padding-left:10px; border-radius: 0; box-sizing: border-box; height:57px;}
.srch_wrap .srch_input_box{border-bottom: 1px solid #696979; display: grid; grid-template-columns: auto 56px; gap:5px; box-sizing: border-box;}
.srch_wrap .srch_input_box input[type='text']{line-height: 36px; font-size: 16px; padding-left:10px; border:none; }
.srch_wrap .srch_input_box input[type='text']::placeholder{color:#D3D4DD;}
.srch_wrap .srch_input_box .srch_btn{background: url(../images/search.svg) no-repeat center /24px;}

.notice_list{border-top: 1px solid #696979;border-bottom: 1px solid #696979; margin-top:32px;}
.notice_list li{padding-top:24px; padding-bottom: 24px; border-bottom: 1px solid #F0F0F5;}
.notice_list li:last-of-type{border-bottom:none;}
.notice_list .notice_title{font-size: 18px;line-height: 27px; margin-bottom:8px;letter-spacing: -0.4px;font-weight: 500;}
.notice_list .notice_date{font-family: 'Inter',sans-serif;font-weight: 500;font-size: 18px;color: #7A7B8E;}

.paging_wrap{margin-top:41px;display: flex; justify-content: center;margin-bottom:50px;}
.paging_wrap .prev_btn{width:32px; height:32px; background:url(../images/chevron-left.svg) no-repeat center /contain; cursor: pointer; margin-right:15px;}
.paging_wrap .next_btn{width:32px; height:32px; background:url(../images/chevron-right.svg) no-repeat center /contain; cursor: pointer; margin-left:15px;}
.paging_wrap .prev_btn:disabled, .paging_wrap .next_btn:disabled{opacity: 0.3;}
.paging_wrap .paging_num{display: flex; justify-content: center;}
.paging_wrap .paging_num li{width:32px; height:32px; text-align: center; line-height: 32px; box-sizing: border-box;
    font-size: 13px; font-family: 'Inter',sans-serif; font-weight: 500;color:#696979; cursor: pointer;}
.paging_wrap .paging_num li.selected{background: #FFFFFF; border: 1px solid #24252E; box-sizing: border-box; border-radius: 4px; color:#24252E;cursor: unset;
    font-weight: 600; }


/* ----------------------------------- 공지-상세(mobile) notice_detail  ---------------------------------------------*/
.notice_detail_title{margin-top: 40px; padding-bottom: 38px;position: relative;font-size: 22px; line-height: 33px; font-weight: 500;}
.notice_detail_title .dt{font-family: 'Inter',sans-serif; font-size: 14px; color:#7A7B8E; position: absolute; right:0; bottom:0;}
.notice_detail_content{margin-top: 16px; border-top: 1px solid #696979; padding: 32px 0; font-size: 18px; line-height: 29px; color: #3A3A47; letter-spacing: -0.2px; }
.notice_detail_content * {line-height: 28.8px;}
.notice_prev_next{border-top: 1px solid #D3D4DD; border-bottom: 1px solid #D3D4DD;}
.notice_prev_next li{display: grid; grid-template-columns: 42px calc(100% - 46px); gap: 4px; align-items: center; padding-left: 0; height: 55px; cursor: pointer; font-size: 14px;}
.notice_prev_next li:nth-of-type(1){border-bottom: 1px solid #F0F0F5; background: #fff; }
.notice_prev_next li:nth-of-type(2){background: #fff;}
.notice_prev_next li > span{text-align: center; color:#515162; font-size:14px;}
.notice_prev_next li > div{font-size:14px; width:100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing: -0.5px; }
.go_notice{background: url(../images/arrow-left.svg) no-repeat left center /24px; padding-left:30px;margin-top:25px;margin-bottom:50px;display: block; font-size: 16px;letter-spacing: -0.6px;}


/* --------------------------------- FAQ(mobile)  faq  --------------------------------------------------- */
.faq_category_wrap{margin-top: 24px; width: 100%; display: flex; overflow: auto; white-space: nowrap; }
.faq_category_wrap::-webkit-scrollbar { display: none; }
.faq_category_wrap > span{display: inline-block; height:30px; line-height: 30px; color:#24252E; padding:0 10px; background-color: #F0F0F5; border-radius: 4px;
    margin-right:8px; font-size: 14px; font-weight: 500; margin-bottom: 8px; }
.faq_category_wrap > span.selected{background-color: #24252E; color:#fff;}
.faq_list{margin-top:16px; border-top: 1px solid #696979; margin-bottom:40px;}
.faq_list > li{border-bottom: 1px solid #F0F0F5;}
/* .faq_list .faq{background: url(../images/chevron-down.svg) no-repeat 99% center /32px; font-size: 18px;font-weight: 500; padding: 24px 40px 24px 0; line-height: 27px; cursor: pointer;letter-spacing: -0.6px;} */
.faq_list .faq{background: url(../images/chevron-down.svg) no-repeat 99% center /32px; font-size: 18px;font-weight: 500; padding: 24px 40px 24px 0; line-height: 27px; cursor: pointer;letter-spacing: -0.6px;}
.faq_list .faq_empty{background: url(''); font-size: 18px;font-weight: 500; padding: 24px 0 24px 0; line-height: 27px; cursor: pointer;letter-spacing: -0.6px;}
.faq_list .faq .category{ display: block; font-size: 16px; color:#8F8FA2; margin-bottom: 8px; }
.faq_list .faq_content{display: none; background-color: #F9FAFB;padding:22px 24px;color:#3A3A47; line-height: 28.8px;letter-spacing: -0.6px;}
/* .faq_list .faq_content * {color:#3A3A47;line-height: 28.8px;} */
.faq_list .faq.open{background-image: url(../images/chevron-up.svg); }
.faq_list .faq.open + .faq_content{display: block;}
.faq_list .faq.open + .faq_content * {color:#3A3A47;line-height: 28.8px;}
.faq_category_wrap .option_list{ background-color: #F9FAFB;  border: 1px solid #D3D4DD;  box-sizing: border-box; border-radius: 4px; background-position-x: 96%; padding: 14px 40px 14px 16px; font-size: 16px; width:100%; letter-spacing: -0.6px; font-weight: 500;}

/* --------------------------------- 배당조회(mobile)  dividend -----------------------------------------------*/
.dividend_wrap{margin-top:100px; position: relative;}
.dividend_year{display: flex; align-items: center; justify-content: left;}
.dividend_year .year_title{font-weight: 700;font-size: 28px;margin:0 10px;}
.dividend_year .prev_btn{background: url(../images/chevron-left.svg) no-repeat center /32px; width:32px; height:32px;}
.dividend_year .next_btn{background: url(../images/chevron-right.svg) no-repeat center /32px; width:32px; height:32px;}
.dividend_year .prev_btn:disabled,
.dividend_year .next_btn:disabled{opacity: 0.3; cursor: unset;}
.dividend_year_m{display: none;}
/*.dividend_year_m{background-color: #F9FAFB; border: 1px solid #D3D4DD; box-sizing: border-box; border-radius: 4px;
    background-position-x: 96%; padding: 14px 40px 14px 16px; font-size: 16px; width:100%; font-weight: 700;letter-spacing: -0.6px;}*/
.download_wrap{display: none;}
/* .dividend_box{ border: none; box-sizing: border-box; border-radius: 4px; position: relative; padding: 0;margin-top: 35px; min-height: auto; margin-bottom: 70px; padding-bottom: 30px;} */
.dividend_box{ border: none; box-sizing: border-box; border-radius: 4px; position: relative; padding: 0;margin-top: 35px; min-height: auto; margin-bottom: 50px; padding-bottom: 30px;}
.dividend_box .member_wrap{display: none;}
.dividend_box .title_wrap{ display: none;}

.dividend_no{display: none;margin-top:24px; text-align: center; font-size: 16px; line-height: 24px; letter-spacing: -0.6px;}

/* .dividend_total{margin-top:32px; border-top: 6px solid #F0F0F5; border-bottom: 6px solid #F0F0F5; } */
/* .dividend_total .cash_wrap{display: grid; grid-template-columns: repeat(2, 1fr); padding: 24px 0px 16px 0px; border-top: 1px solid #ccc;} */
/* .dividend_total .cash_wrap > span{font-size: 14px;letter-spacing: -0.5px; } */
.dividend_total .cash_wrap{display: flex; padding: 24px 0px 16px 0px; border-top: 1px solid #ccc;}
.dividend_total .cash_wrap > span{font-size: 14px;letter-spacing: -0.5px; width:110px;}
.dividend_total .cash_wrap .stock_cash{margin-top:16px; display: grid; grid-template-columns: 50px 100px 20px;  grid-template-rows: repeat(2, 20px); gap:8px 2px;
    justify-content: end; align-items: baseline; }
.dividend_total .cash_wrap .stock_cash .kind{font-weight: 500; font-size: 14px; color:#696979;letter-spacing: -0.6px;}
.dividend_total .cash_wrap .stock_cash .number{font-family: 'Inter',sans-serif; font-weight: 600; font-size: 14px; letter-spacing: -0.6px;}
.dividend_total .stock_wrap{display: flex; justify-content: space-between; padding:20px 0;border-top: 1px solid #D3D4DD;}
.dividend_total .stock_wrap > span{font-size: 14px;letter-spacing: -0.5px; width:110px;}
.dividend_total .total_num{font-family: 'Inter' ,sans-serif; font-weight: 700; font-size: 28px; color: #E1002A;letter-spacing: -0.6px;}
.dividend_total .unit_txt{font-size: 14px; font-weight: 500;margin-left:5px;letter-spacing: -0.6px;margin-right: 2px;}

.dividend_detail{margin-top:32px;}
.dividend_detail .title{font-size: 20px; line-height: 26px; font-weight: 500;letter-spacing: -0.6px;}
.dividend_detail_list{border-top: 1px solid #24252E;margin-top:16px;}
.dividend_detail_list li{display: block; grid-template-columns: auto 30%; gap:5%; padding:20px 0; border-bottom: 1px solid #F0F0F5;}
.dividend_detail_list li > div:nth-of-type(2){margin-top:19px;}
.dividend_detail_list .f_company > img{height:20px;}
.dividend_detail_list .f_number{margin-top:16px;}
.dividend_detail_list .f_number > span:first-of-type{font-family: 'Noto Sans KR' ,sans-serif; font-weight: 500; font-size: 13px; color:#696979; margin-right: 4px;display: block;letter-spacing: -0.6px;}
.dividend_detail_list .f_number > span:last-of-type{font-family: 'Inter' ,sans-serif; font-weight: 500; font-size: 14px; color:#696979; }
.dividend_detail_list .f_detail{margin-top:12px; display: grid; grid-template-columns: auto 1fr; gap:8px;}
.dividend_detail_list .f_detail > span{font-weight: 700; font-size: 14px; color:#696979;line-height: 18px;}
.dividend_detail_list .f_detail > span:last-of-type{font-weight: 400; font-size: 14px; color:#696979; }
.dividend_detail_list .f_total{font-weight: 500; font-size: 14px; margin-right: 2px;}
.dividend_detail_list .f_total > span{font-family: 'Inter',sans-serif; font-weight: 700; font-size: 18px; margin-right:4px;letter-spacing: -0.6px;}
.dividend_detail_list .f_sub{margin-top:8px; font-weight: 500; font-size: 14px;}
.dividend_detail .notice_txt{ font-weight: 400; font-size: 13px; line-height: 20px; color:#8F8FA2; margin-top:36px; margin-bottom:45px; letter-spacing: -0.6px;} /* 수정 */
.dividend_detail .notice_txt .txt{color:#000; margin-top:8px; line-height:18px; font-size:12px; padding:17px 17px 17px 33px;  background:#F6F3F2; letter-spacing: -0.004em;text-indent: -8px;} /* 수정 */
.dividend_detail .notice_txt .txt li:before{ content:""; width: 3px; height: 3px; border-radius:50%; display: inline-block; background-color:#000;    vertical-align: 3px; margin-right: 5px; } /* 수정 */
.dividend_detail .notice_txt .txt li {margin-bottom: 12px;}
.dividend_detail .notice_txt .txt li:last-of-type {margin-bottom: 0px;}

/* .dividend_box_footer{position: absolute;left:0;right:0;bottom: 56px;height:65px; width:100%; padding:0 56px;display: none;}
.dividend_box_footer .footer_text{font-size: 13px; line-height: 20px; color:#515162;padding-left:20px; background: url(../images/leaf.svg) no-repeat 0 3px /14px;}
.dividend_box_footer .ci_img{position: absolute; bottom:0;right:56px;}
.dividend_box_footer .ci_img > img{height:60px;} */

/* .dividend_box_footer{left:0;right:0;bottom: 56px;height:65px; width:100%; padding-top: 30px; display:grid; grid-template-columns: 2fr auto; gap: 2px;} */
.dividend_box_footer{left:0;right:0;bottom: 56px;height:65px; width:100%; padding-top: 30px; display:grid; grid-template-columns: 2fr auto; gap: 2px; align-items: center;}
.dividend_box_footer .footer_text{font-size: 13px; line-height: 20px; color:#515162;padding-left:20px;background: url(../images/leaf.svg) no-repeat 0 3px /14px;}
.dividend_box_footer .ci_img{bottom:15px; right: 0px;}
/* .dividend_box_footer .ci_img > img{height:60px; display: inline;} */
.dividend_box_footer .ci_img > img{width: auto; height: auto; max-width: 135px; max-height: 32px; display: inline; margin-top: 10px;}


/* ----------------------------------------- 마이페이지(mobile)  mypage  --------------------------------------- */
.info_title{font-weight: 700; font-size: 24px;text-align: center; margin-top: 0;}
.info_wrap{ border-top: 1px solid #24252E;border-bottom: 1px solid #D3D4DD;padding-bottom: 24px;}
.info_wrap.login{margin-top: 20px;}
.info_wrap.member{margin-top: 48px;}
.info_wrap .title{font-weight: 500; font-size: 18px;line-height: 22px; padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid #D3D4DD;letter-spacing: -0.6px;}
.info_wrap .column{font-size: 14px; line-height: 18px; margin-top: 24px;letter-spacing: -0.6px;}
.info_wrap .login_id,
.info_wrap .login_pw{font-size: 18px; line-height: 23px; margin-top: 12px;}
.info_wrap .change_pw_btn{background: #FFFFFF; border: 1px solid #24252E; box-sizing: border-box; border-radius: 4px; padding:17px 26px; font-weight: 500; font-size: 16px; margin-top: 24px;}
.info_wrap .change_pw_box{display: none;}
.info_wrap .change_pw_box input[type='password']{display: block; width: 100%; background: #FFFFFF; border: 1px solid #D3D4DD; box-sizing: border-box; border-radius: 4px;
    padding: 18px; font-size: 16px; line-height: 20px; margin-top: 10px;}
.info_wrap .change_pw_box input[type='password']::placeholder{color: #D3D4DD;}
.info_wrap .change_pw_box input[type='password']:focus{outline:none; border-color:#24252E; }
.info_wrap .change_pw_box button{margin-top:18px; width:113px; height:56px; border-radius: 4px; font-size: 18px; font-weight: 500;}
.info_wrap .change_pw_box button:nth-of-type(1){background-color: #F0F0F5; margin-right: 9px;}
.info_wrap .change_pw_box button:nth-of-type(2){background-color: #E1002A; color:#fff;}
.info_wrap .member_info{margin-top:24px;}
.info_wrap .member_info li{display: grid; grid-template-columns: 100px auto; gap:10px;align-items: center;margin-bottom:10px;}
.info_wrap .member_info li > span:nth-of-type(1){font-size: 14px;letter-spacing: -0.6px;}
.info_wrap .member_info li > span:nth-of-type(2){font-size: 16px;font-family: 'Inter' ,sans-serif; }
.info_wrap .change_user_phone_btn{background: #FFFFFF; border: 1px solid #24252E; box-sizing: border-box; padding:17px 26px; font-weight: 500; font-size: 16px; margin-top: 24px;}
.go_withdraw{text-align: right; margin-top:40px; margin-bottom:100px;}
.go_withdraw > span{font-weight: 500;font-size: 14px;cursor: pointer;border-bottom: 1px solid #24252E;letter-spacing: -0.6px;}
/* 회원탈퇴 팝업(mobile) */
.withdraw_popup{width:auto; background-color: #fff;border-radius: 4px; position: fixed; top:10%; left:0; margin-left:20px; margin-right:20px; z-index:100; padding:44px 30px; display: none;}
.withdraw_popup .x_btn{width:24px; height:24px; background: url(../images/x-gray.svg) no-repeat center; position: absolute; top:10px; right:10px;}
.withdraw_popup .title{font-weight: 700; font-size: 26px; text-align: center; }
.withdraw_popup .content{text-align: center; margin-top:20px;}
.withdraw_popup .content p{font-weight: 400; font-size: 18px; text-align: center; margin-bottom:16px; line-height: 24px;word-break: keep-all;letter-spacing: -0.6px;}
.withdraw_popup .content .warning{font-weight: 700; font-size: 18px; color:#E1002A;}
.withdraw_popup .popup_btn2{margin-top:40px; text-align: center;}
.withdraw_popup .popup_btn2 button{width: 98px;height: 56px;font-weight: 500;font-size: 18px;border-radius: 4px;background-color: #F0F0F5;}
.withdraw_popup .popup_btn2 button:nth-of-type(1){ margin-right:8px;}
.withdraw_popup .popup_btn2 .withdraw_btn{background-color: #E1002A; color:#fff;}
.withdraw_popup .popup_btn2 .withdraw_btn:disabled{opacity: 0.3; cursor: unset;}
.withdraw_popup label{display: inline-block; background-position: 0 0 !important;}


/* ------------------------------------ 회원탈퇴 완료(mobile)  withdraw -------------------------------- */
.withdraw_wrap > img{height:58px;}
.withdraw_wrap .title_sub{margin-top: 23px !important; line-height: 30px !important;}
.withdraw_wrap .sub_text{margin-top: 11px; font-size: 16px; line-height: 24px; color:#696979;letter-spacing: -0.6px;}
.withdraw_wrap .go_home_btn{margin-top: 40px; font-size: 16px; font-weight: 700; background-color:#24252E; border-radius: 4px; color:#fff; padding:17px 40px; display: inline-block;}
.withdraw_wrap > img{width: auto; height: auto; max-width: 135px; max-height: 32px;}


/* ----------------------------------- 개인정보 처리방침(mobile) policy  ------------------------------- */
.policy_wrap{margin-top: -150px; margin-bottom: 100px; position: relative; padding-top: 80px;}
.policy_wrap .policy_ver{position: absolute; top: 0; right: 0; background-color: #F9FAFB; border: 1px solid #D3D4DD; box-sizing: border-box; border-radius: 4px;
    background-position-x: 96%; padding: 14px 40px 14px 16px; font-size: 16px; width:100%; letter-spacing: -0.6px; font-weight: 500;}
.policy_wrap .policy_title{ line-height: 33px; letter-spacing: -0.4px;}
.policy_wrap .policy_title p{font-weight: 700; font-size: 22px; line-height: 21px;}
.policy_wrap .text{margin-top: 24px; padding-top: 24px;border-top: 1px solid #D3D4DD; font-size: 14px;line-height: 1.8em;letter-spacing: -0.5px;}
.policy_wrap .text *{font-size: 14px;line-height: 1.8em;}
.policy_wrap .text p {margin-top: 40px;font-size: 16px; font-weight: 500;margin-bottom: 10px;}
.policy_wrap .text p *{margin-top: 40px;font-size: 16px; font-weight: 500;margin-bottom: 10px;}
.policy_wrap .text h2{font-size: 20px;font-weight: 500;}
.policy_wrap .text h2 *{font-size: 20px;font-weight: 500;}
.policy_wrap .text h3{font-size: 16px;}
.policy_wrap .text h3 *{font-size: 16px;}
.policy_wrap .act_date {color:#676767;font-size:14px;margin-top: 10px;}/* 220125 */

/* ----------------------------------- 개인정보 처리방침(mobile) policy  ------------------------------- */
.emailchk_wrap{margin-top: -250px; margin-bottom: 100px; position: relative; padding-top: 80px;}
.emailchk_wrap .policy_ver{position: absolute; top: 0; right: 0; background-color: #F9FAFB; border: 1px solid #D3D4DD; box-sizing: border-box; border-radius: 4px;
    background-position-x: 96%; padding: 14px 40px 14px 16px; font-size: 16px; width:100%; letter-spacing: -0.6px; font-weight: 500;}
.emailchk_wrap .policy_title{font-weight: 700; font-size: 22px; line-height: 33px; letter-spacing: -0.4px;}
.emailchk_wrap .policy_title p{font-size: 14px; line-height: 21px;}
.emailchk_wrap .text{margin-top: 24px; padding-top: 24px;border-top: 1px solid #D3D4DD; font-size: 14px;line-height: 1.8em;letter-spacing: -0.5px;}
.emailchk_wrap .text *{font-size: 14px;line-height: 1.8em;}
.emailchk_wrap .text p{margin-top: 40px;font-size: 16px; font-weight: 500;margin-bottom: 10px;}
.emailchk_wrap .text p *{margin-top: 40px;font-size: 16px; font-weight: 500;margin-bottom: 10px;}
.emailchk_wrap .text h2{font-size: 20px;font-weight: 500;}
.emailchk_wrap .text h2 *{font-size: 20px;font-weight: 500;}
.emailchk_wrap .text h3{font-size: 16px;}
.emailchk_wrap .text h3 *{font-size: 16px;}


/* ------------------------------------ 에러메시지 페이지(mobile) error ---------------------------------- */
.center_box .err_icon{width:40px; height:40px; }
.center_box .err_title{color: #24252E; font-size: 22px; line-height: 30px; font-weight: 700; margin-top: 10px; }
.center_box .err_text{color: #696979; font-size: 16px; line-height: 24px; font-weight: 400; margin-top: 11px; letter-spacing: -0.6px; }
.center_box .err_btn{color: #FFF; font-size: 16px; font-weight: 700; display: inline-block;margin-top:48px;padding:17px 40px; border-radius: 4px;background-color: #24252E;}
.center_box .err_sub_btn{font-size: 16px; font-weight: 400; margin-top:16px; display: inline-block; text-decoration: underline;}

/* 2021.01.03 */

/* ------------------------------------ 소개(mobile)---------------------------------- */

/* intro.css */
.header_nav_wrap {
    grid-template-columns: repeat(5, 1fr);
}

.intro_bg {
    background-image: url(../images/intro_bg.png);
    color: black;
}

.intro_bg>.title_text_wrap>.bg_title_text, .intro_bg>.title_text_wrap>.bg_nav_text
    {
    color: black;
}

.intro_total_wrap {
    max-width: 924px;
    margin: 0 auto;
    margin-bottom: 88px;
}

.intro_tit_sec {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 83px;
}


.intro_big_tit {
    font-size:20px; 
    text-align:center; 
    margin-top: 88px;
    }

.intro_tit {
    width:340px; 
    font-size: 22px;
    white-space: inherit;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.4px;
    margin: 16px auto;
    white-space: wrap;/* 220126 */
    text-align: center;
    
}

.intro_vis_wrap {
    margin: 48px auto 0px; 
    overflow: hidden;
    }
.intro_vis_wrap .intro_vis {
    width: 100%; 
    padding:24px; 
    height:208px; 
    background: #F6F3F2;
    float:left;
    }
    
.intro_vis_wrap .intro_vis:nth-of-type(2) {
    margin-left: 18px;
    }
    
.intro_vis_wrap .intro_vis strong {
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
    }
    
.intro_vis_wrap .intro_vis p {
    font-size: 20px;
    color: #676767;
    padding-top: 16px;
    line-height: 26px;
    word-break: keep-all;
    }



/* 공통 폰트설정 */
strong.sub_txt {
    display: block;
    font-size: 28px;
    line-height: 130%;
}

p.con {
    margin-top: 17px;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #676767;
}


.intro_howto_sec {
    margin-top: 72px;
    position: relative;
}

.intro_howto_sec .intro_howto_tit {
    position: absolute;
    background: #fff;
    left: 50%;
    top:-104px;
    transform: translateX(-50%);
    font-size: 28px;
    line-height: 36.4px;
    padding:0 44px;
    
}

.intro_howto_sec .howto_wrap ul li{
    margin-bottom: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.intro_howto_sec .howto_wrap ul li .txt_wrap{
    width: 688px;
    position: relative;
    text-align: center;
}
.intro_howto_sec .howto_wrap ul li:nth-of-type(2n) .txt_wrap{
    float: right;
}
.intro_howto_sec .howto_wrap ul li .txt_wrap .sub_txt{
    overflow: hidden;
}

.intro_howto_sec .howto_wrap ul li .txt_wrap .sub_txt i{
    font-style:normal;
    font-size: 22px;
    line-height: 130%;

}
.intro_howto_sec .howto_wrap ul li .txt_wrap p.con{
    text-align: left;
    margin-top: 10px;
    text-align: center;
    line-height: 130%;
    font-size: 16px;
}

.intro_howto_sec .howto_wrap ul li .img_wrap {
    margin-top:16px;
    width: 100%;
}

.intro_howto_sec .howto_wrap ul li .img_wrap img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.cus_center {
    width: 100%;
    height: 76px;
    background: #F6F3F2;
    overflow: hidden;
    padding: 20px 20px 19px;
}
.cus_center em {
    display:block;
     font-size: 20px;
     margin-bottom: 6px;

}


.cus_center .c_info {
    font-size: 16px;
}
.cus_center .c_info span {position: relative;   margin-right: 16px;}
.cus_center .c_info span:first-of-type:after {
    content: "";
    display:inline-block;
    width: 1px;
    height: 12px;
    background: #ccc;
    position: absolute;
    right: -8%;
    top: 5px;

    
}


.intro_total_wrap .btn_wrap{
    width: 100%;
    margin-top: 48px;
}

.faq_go {
    width: fit-content;
    padding: 0 50px;
    height: 56px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color:#fff;
    line-height: 56px;
    background: #002C5E;
    font-size: 20px;

}

.faq_go > a:after {
    content:"";
    display: inline-block;
    background: url('../images/arrow-right.jpg') no-repeat;
    width:24px;
    height: 24px;
    vertical-align: -6px;
}
    
strong.sub_txt {    white-space: nowrap;font-size:22px !important;}

p.con { word-break: keep-all;}
    
.intro_vis_wrap .intro_vis p {font-size: 16px;padding-top:10px; line-height: 130%;}
.intro_vis_wrap .intro_vis:nth-of-type(2) {margin: 16px 0 0 0 ;}
    
.intro_howto_sec .intro_howto_tit {font-size: 22px;padding: 0 20px; margin-top: 15px;}
.intro_howto_sec .howto_wrap ul li .txt_wrap {width:100%;}
.intro_howto_sec .howto_wrap ul li .img_wrap {width:100%; flex-wrap: wrap;}
.intro_tit br {display: none;}/* 220126 */

.red_color {
    color:#E63312;
}

/* ------------------------------------ border-radius 없앰 ---------------------------------- */

    
.home_divi_box .login_n .btn_wrap > a,
.faq_category_wrap > span,
.c_box,
.join_notice,
.go_login_btn,
button,
.center_box .tab_content .pw_certi_btn,
.login_n .btn_wrap > a:nth-of-type(1),
.login_n .btn_wrap > a:nth-of-type(2),
.info_wrap .change_pw_btn {
     border-radius: 0px;
}

/* ------------------------------------ style 추가 ---------------------------------- */


.select_wrap select::placeholder {color:#676767;} /* 수정 */


.notice_empty .notice_title { color:#676767;font-size:18px; font-weight: 500;}
b {font-style:normal !important;}

/*  회원가입  */
.join_step_wrap {display: none;}/* 모바일 */
.join_step_wrap .step_box li.on span{color:#002C5E; }
.tab_btn {  color:#676767;}
.common_wrap.join_step {margin-top: 24px;}

/* 공지 스타일 추가 */
.go_quick { cursor:pointer; margin-top:28px; color:#000 !important; font-size: 18px; border-bottom: 1px solid; display: block; width: fit-content;height: 25px;}
    
/* 배당조회 추가(형태 다바뀜) */ 
.dividend_detail_list li{padding:5px 0px 16px 0px; /* border-bottom: 1px solid #F0F0F5; */}
.dividend_detail_list table {text-align: right; }
.dividend_detail_list tr { /* border-bottom: 1px solid #e5e5e5; */ }
.dividend_detail_list tbody tr:last-of-type {border-bottom: none; border-top:1px solid #e5e5e5; height:49px;  }
.dividend_detail_list tbody tr:nth-last-child(2) td{ padding-bottom: 16px;  }
.dividend_detail_list thead tr th {text-align: right; color:#676767; font-size: 13px; letter-spacing:-0.004em;  font-style: normal;font-weight: 500;}
.dividend_detail_list td th {text-align: right;}
.dividend_detail_list td, .dividend_detail_list th {padding:9px 0px;}
.dividend_detail_list th.fir, .dividend_detail_list td.fir {text-align: left;}
.dividend_detail_list td.fir {font-size:14px; color:#000;} 
.dividend_detail_list td.fir.str {font-size: 14px;} 
.dividend_detail_list td.fir.str.sum {font-size: 14px;} 
.dividend_detail_list td {font-size: 14px;}
.dividend_detail_list td.total {ttext-align: right;color:#000; font-size: 16px;}
.dividend_detail_list td > span {display: none;}
.dividend_more_cert  ul {display:flex; flex-direction: row;justify-content: space-between;}
.dividend_more_cert  ul li {width: 50%; overflow: hidden;}
.dividend_more_cert  ul li:nth-of-type(1){line-height:1.3; font-weight: 500;font-size: 20px; color:#696979;padding-bottom: 13px; /* border-bottom:1px solid #D3D4DD;  */text-align: left; letter-spacing: -0.6px;}
.dividend_more_cert .btn_wrap {float:right;text-align: center; color: #fff;    line-height: 56px; width: 118px; height: 56px; background: #E1002A}
.dividend_more_cert .btn_wrap a { display: block; width: 100%; height: 100%;}
 /* 모바일  넓이 변경*/
.dividend_detail_list li table colgroup col:nth-of-type(1){width:25% !important;}
.dividend_detail_list li table colgroup col:nth-of-type(2){width:25% !important;} 
.dividend_detail_list li table colgroup col:nth-of-type(3){width:30% !important;}
.dividend_detail_list li table colgroup col:nth-of-type(4){width:25% !important;}

/* 배당조회 결산배당 인증하기 추가 */
.dividend_certi p {text-align: center; margin-top:13px;  padding-top:40px; font-size: 18px; color:#676767;}
.dividend_certi .btn_wrap { margin:22px auto 0; text-align: center; color: #fff; line-height: 56px; width: 118px;height: 56px;background: #002C5E;}
.dividend_certi .btn_wrap a { text-align: center; color: #fff; line-height: 56px; width: 118px;height: 56px;background: #E1002A}

/* faq 추가 */
.faq_category_wrap > span {background-color: #E5E5E5;}

/* 제목/내용 input으로 변경 faq&공지 동시 적용 */
.srch_wrap_box {line-height: 55px;    position:relative; border-bottom:1px solid #676767;font-weight: normal;font-size: 21px;line-height: 130%;/* or 27px */letter-spacing: -0.4px;}
.srch_wrap_box .input-selectbox{background:url(../images/Icon_arrow_bottom_grey.png) no-repeat calc(100% - 5px) center; line-height: 45px; font-size: 18px; padding-left: 10px; border: none; cursor: text; color:#676767; }    
.input-selectbox-view {font-size:18px; width: 100%; left: 0px; top: 54px; z-index:49; position: absolute;padding:4px 0px; display: flex;flex-direction: column; background: #fff; border: 1px solid #000;}
.input-selectbox-view input {display: none;}
.input-selectbox-view label {font-size:18px;line-height: 43px; padding-left: 14px;}
.input-selectbox-view label:hover {background: #F6F3F2;}

/* 배당조회 추가 - 대표증권사 부분 */
.dividend_total .stock_c_name {font-size:12px; font-family:400; text-align: right;line-height: 130%;/* or 18px */letter-spacing: -0.004em; color:#676767;border-top: 1px solid #D3D4DD; padding-top:5px;} /* 추가 2303 수정 */
.dividend_total .stock_c_name .name{font-size:12px; font-family:400; text-align: right; margin-top: 12px;line-height: 130%;/* or 18px */letter-spacing: -0.004em; margin-left: 6px; } /* 추가 2201 */

/* ------------------------------------ background 이미지 교체---------------------------------- */
 
/* ------------------------------------ 공통---------------------------------- */

/* 220125 회원 가입 대상 안내 팝업 */
.popup_2.join_guide_pop  {padding: 44px 30px; top:103px;}
.popup_2.join_guide_pop .title {font-size: 26px; font-weight: 500;}
.popup_2.join_guide_pop .join_guide_date {width: 100%; background: #F6F3F2;  margin-top:39px; display:flex;flex-direction: column;padding: 15px 20px;}
.popup_2.join_guide_pop .join_guide_date .jg_box {width: 100%; text-align: center;display: flex; align-items: center; margin-bottom: 9px;}
.popup_2.join_guide_pop .join_guide_date .jg_box:last-of-type {margin-bottom: 0px;}
.popup_2.join_guide_pop .join_guide_date .jg_box > span {display: inline-block;width:50%;font-size:14px; line-height: 1; }
.popup_2.join_guide_pop .join_guide_date .jg_box > strong {display: inline-block;width:50%; font-size:18px; line-height: 1; align-self: center;}
.popup_2.join_guide_pop .content {font-size: 16px; text-align: left; line-height: 120%; margin-top:24px; margin-bottom: 73px;word-break:keep-all;}
.popup_2.join_guide_pop .content .underline {display:inline-block; font-size: 16px; text-underline-position: under;line-height: 150%; word-break:keep-all;}

.popup_2.join_guide_pop .popup_btn2 button {height: 56px; font-size: 18px;  border-radius: 0px;background-color:#F6F3F2;}
.popup_2.join_guide_pop .popup_btn2 button:last-of-type {background-color: #E1002A; color:#fff;}

.join_notice strong{ font-size: 16px; line-height: 160%;  letter-spacing: -0.004em; border-bottom: 1px solid #000;}
.join_notice p{ font-size:14px; line-height: 150%; }


.file-wrap {
    background: #F6F6F8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    margin-top: 3rem;
}

.file-wrap .title {
    flex: 0 0 9rem;
    color: #151515;
    font-size: 14px;
}

.file-wrap .file-list {
    flex-basis: calc(100% - 9rem);
    max-width: calc(100% - 9rem);
    padding-left: 1.8rem;
    border-left: 1px solid #d3d3d3;
}

.file-wrap .file-list a {
    display: flex;
    justify-content: left;
    align-items: center;
    flex: 1;
    cursor: pointer;
}

.file-wrap .file-list a span{
    font-size: 14px;
}