@charset "utf-8";
/* CSS Document */

html {
			overflow: auto;
		}

		body {
			overflow: hidden;
		}
		li{list-style-type:none;}
		

		body {
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100vh;
			/*font-family: Noto Sans KR, Arial, Helvetica, sans-serif, "돋움";*/
			font-family:'Noto Sans JP', sans-serif;
			/*"メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
			*/
			background-image: url('../img/helpujp_bg.png');
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}

		div {
			position: relative;
			box-sizing: border-box;
		}

		#top3
		{
			margin:0px 0px 5px 5px; 
			width:345px;
		}		
		#toplogo
		{
			margin:0px 0px 25px 45px; 
		}	

		.world {
			width:830px;
			height: 100%;
			padding: 16px;
			margin: 0 auto;
            font-weight: 500;
		}

		.wrap .wrap_header {
			display: flex;
			justify-content: space-between;
			padding: 0 20px;
		}

		.wrap .wrap_header .wrap_func {
			display: flex;
		}

		.wrap form {
			margin-top: 120px;
		}

		.btn-launcher {
			width: 190px;
			height: 40px;
			background-color: #20B2AE;
			line-height: 40px;
			text-align: center;
			color: #fff;
			padding-left: 24px;
			margin-right: 10px;
			background-image: url('../img/icon-btn-launcher.png');
			background-repeat: no-repeat;
			background-size: 24px 24px;
			background-position: 10px center;
			border-radius: 3px;
			cursor: pointer;
            font-weight: 500;
            font-size:14px;
            padding-top:1px;
		}

		select::-ms-expand {
			display: none;
		}


		.click {
			width: 100%;
			padding: 0 0 23px 0;
		}

/* ---------- 공통 초기 ---------- */

.btn-refresh {
    background-color: #727272;
    padding: 7px 20px;
    border-radius: 21px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
/* Hover 되었을 때 */
.btn-refresh:hover {
    background-color: #6f6b6b;
}

/* ----------------------------------------
   1) 상담원 번호 refresh 안내 영역 (캡처와 동일)
---------------------------------------- */

.refresh {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 12px 0 12px 0;
    padding: 14px 0;
    border-bottom: 1px solid #87878754;
    font-size: 14px;
    color: #555;
    background-color: transparent;
    text-align: left;
}

.refresh::before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #bbbbbb;
    color: #fff;
    font-size: 14px;
}

.refresh h3 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

/* ----------------------------------------
   2) 인증번호 입력 박스 (완전 신 구조)
---------------------------------------- */

/* 기존 박스 초기화 */
.box_num {
    width: 100%;
    padding: 0;
    background: none;
    height: auto;
}

/* 기존 num-content float 제거 */
.num-content {
    float: none !important;
}

/* 타이틀 바 */
#num_content_label {
    background-color: #3b4256;
    color: #fff;
    padding: 18px 24px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 2px;
    width: 100% !important;
    margin-bottom: 0;
    box-sizing: border-box;
	margin-bottom: 12px;
}

/* 입력영역 전체 줄 */
.num-input-row {
    display: flex;
    width: 100%;
    margin-top: 0;
}

/* 입력 wrap */
.num-input-wrap {
	flex: 1;
    display: flex;
    align-items: center;
    border: 2px solid #20b2ae;
    border-right: none !important;
	padding: 0 18px;
    background: #ffffff;
    border-radius: 10px 0 0 10px;
	box-shadow: -3px 4px 8px rgba(0,0,0,0.28)
}

/* 아이콘 (캡처 스타일) */
.num-input-icon {
    width: 20px;
    height: 20px;
    border: 2px solid #c5c9d3;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;      /* 아이콘 컨테이너 크기 */
    height: 24px;
    margin-right: 12px;
}
.num-input-icon svg {
    width: 20px;      /* 아이콘 크기 */
    height: 20px;
}
.num-input-icon::before {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    height: 8px;
    border-radius: 4px;
    background: #c5c9d3;
}

/* 실제 입력창 */
#accesscode {
    flex: 1;
    border: none;
    outline: none;
    font-size: 20px;
    padding: 16px 10px;
}

/* 오른쪽 submit 버튼 */
.num-submit-btn {
	background-color: #20b2ae;
    color: white;
    padding: 0 36px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    box-shadow:-3px 4px 8px rgba(0,0,0,0.28);
	border: none !important;
	border-left: none !important; 
}
/* Hover 되었을 때 */
.num-submit-btn:hover {
    background-color: #21c0bb;  
}
/* 눌리는 순간 (active) */
.num-submit-btn:active {
    background-color: #1c9c96;  
    transform: translateY(0.7px);  /* 눌리는 듯한 효과 */
}
/* ----------------------------------------
   3) con-header (캡처처럼 회색 넓은 바)
---------------------------------------- */

.con-header {
	width: 100%;
    background-color: #b9bcc2;
    padding: 18px 24px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 24px 0 0;
    box-sizing: border-box;
}
/* ▼con-header  h2 기본 스타일 제거해서 높이 동일하게 맞추기 */
.con-header h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight:500!important;
    line-height: 1.3;
}

/* ----------------------------------------
   4) selectbox 및 기존 기능 CSS 유지
---------------------------------------- */

.selectbox {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 20px;
}

.selectbox span {
    padding: 0px 5px;
    color: #ABABAB;       
    padding-top: 1px;
}

.selectbox a.btn {
    display: block;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    line-height: 40px;
    width: 100px;
    height: 40px;
    text-align: center;
    color: #20B2AE;
    position: relative;
    padding-right: 15px;
}

.selectbox a.btn::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    border: 7px solid transparent;
    border-bottom-width: 0;
    border-top-color: #ABABAB;
    top: 18px;
    right: 15px;
}

.selectbox_list {
    z-index: 9;
    width: 115px;
    background: #fff;
    display: none;
    padding: 0px;
    margin-top: 2px;
}

.selectbox_list li {
    font-weight: 100;
    text-align: center;
    padding: 2px 10px;
}

.selectbox_list li a {
    width: 100%;
    display: block;
    color: #ABABAB;
    padding: 11px 0;
    cursor: pointer;
    margin-top: 0px;
    text-decoration: none;
    border-bottom: 1px solid #dee1e6;
}

.selectbox_list li:last-child a {
    border: none;
}

.selectbox_list li a:hover {
    background: #fff;
    color: #20B2AE;
}

.selectbox:hover>.selectbox_list {
    display: block;
    position: absolute;
}

/* ----------------------------------------
   5) 기타 기존 요소 보존
---------------------------------------- */

.call1 {
    font-size: 15px;
    font-weight: bold;
}

.call1 .call1_txt {
    color: #000;
}

.call2 {
    font-size: 12px;
    color: #1e1e1e;
    font-weight: 400;
}

#footer {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    color: #9f9f9fb3;
    line-height: 800%;
}

/* ----------------------------------------
   6) 모바일 전용 UI 유지
---------------------------------------- */

.mobileUI {
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobileUI p {
    text-align: center;
    font-size: 22px;
    font-family: "Noto Sans KR";
    font-weight: 700;
}

.mobileUI .mobileUI_small {
    font-size: 15px;
    color: #707070;
    line-height: 6px;
    font-weight: 400;
}

.mobileUI button {
    border: 0;
    outline: 0;
    position: fixed;
    top: 130%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    box-shadow: 3px 3px 3px 3px #00000029;
    width: 80%;
    height: 40%;
    border-radius: 0.7em;
}

.mobileUI .titleImg {
    margin: 0px 0px 5px 5px; 
    width: 345px; 
    height: 65px;
}
/* 상담원 목록이 들어가는 연회색 박스 */
.box_click {
    width: 100%;
    background-color: #efefef;
    padding: 22px 22px;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;

    font-size: 16px;
    color: #666666;

    min-height: 60px; 
    display: flex;
    align-items: center;
}
.operator-empty {
    font-size: 15px;
    color: #a0a0a0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.num {
    width: 100%;
    padding: 0 20px 16px;
}

.num_img_list {
    display: inline-block;
    width: 48px;
    margin: 0px 4px;
    text-align: center;
}

.num_img_list img {
    width: 48px;
    display: inline-block;
    cursor: pointer;
}

.num_img_list span {
    display: block;
    color: #485164;
    font-size: 12px;
    overflow-wrap: break-word;
}

.num_img_list:hover span {
    font-weight: bold;
    color: #000;
}