@charset "utf-8";
/* CSS Document */

/* ------------- 이용약관, 개인정보 처리방침  ------------- */
.service_tit{margin:0 0 20px 0; padding:0 0 10px 0; font-size:16px; border-bottom:1px solid #999999;}
.service_cont{}
/* 회사소개 */
.service_cont .service_company{}
/* 이용안내 */
.service_cont .service_guide{}

/* 고객센터 메인 */
.service_main{}
.service_main .board_zone_list{min-height:500px;}
.service_main .board_zone_list.none-min-height{min-height:inherit;}
.service_main_cont{float:left; position:relative; width:100%; margin:50px 0 0 0;}
.service_main_cont:after{display:block; clear:both; content:"";}

/* ------------- 공지사항,이벤트 공통 ------------- */
.service_main_cont h3{padding:0 0 10px 0; font-size:18px; border-bottom:1px solid #999999;}
.service_main_cont ul{margin:-1px 0 0 0; border-top:1px solid #999999;}
.service_main_cont li{position:relative; padding:0 10px 0 0; border-bottom:1px solid #dbdbdb; line-height:1;}
.service_main_cont li span{float:right; padding:10px 0 0 0; color:#acacac;}
.service_main_cont li a{display:block; overflow:hidden; padding:10px 15px 9px 20px; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;
background:url(/assets/img/icon/etc/icon_board_list.png) no-repeat 7px 15px;}
.service_main_cont li a:hover{text-decoration:underline;}
/* 공지사항 영역 위치 */
.service_main_notice{float:left; position:relative; width:47%;}
/* 이벤트 영역 위치 */
.service_main_event{float:right; position:relative; width:47%;}

/* ------------- 설문조사 ------------- */
.poll_sec{}
.poll_sec .poll_tit{margin:0 0 20px 0; padding:0 0 10px 0; font-size:16px; border-bottom:1px solid #999999;}
.poll_cont{}
.poll_list_box{}
.poll_list_box input[type="text"]{width:100%; margin:0 0 0 10px;}
.poll_list_box textarea{width:100%; height:100px; margin:0 0 0 10px;}
.poll_list_box + .btn_center_box{margin:20px 0 0 0;}
/* 설문조사 제목 + 리스트 */
.poll_list_tit{padding:10px 0 5px 0; font-size:14px;}
.poll_list_tit strong{color:#323437;}
.poll_list_cont{padding:0 0 30px 10px;}
.poll_list_cont ul{width:100%;}
.poll_list_cont li{width:100%; margin:10px 0 10px 0;}
/* 설문조사 input 셋팅 */
.poll_list_cont .form_element{display:block; padding:0 0 0 25px;}
.poll_list_cont .form_element label{margin:0 0 0 -20px;}
.poll_list_cont .form_element label + input[type="text"]{display:block; position:static; width:60%; margin:5px 0 0 0;}

/* 설문조사 완료 */
.poll_end_cont{padding:80px 0 0 0; text-align:center; line-height:2.8;}
.poll_end_cont strong{display:block; font-size:28px;}
.poll_end_cont span{display:block; font-size:16px;}
.poll_end_cont a{font-size:14px;}
.poll_end_cont a em,
.poll_end_cont a em:hover{border-bottom:1px solid #333333;}
.poll_end_cont + .btn_center_box{margin:30px 0 0 0;}

/* 설문조사 결과보기 */
.poll_info_box{margin:0 0 30px 0; padding:20px 20px 20px 20px; border:1px solid #eeeeee; background:#f8f8f8;}
.poll_info_box dl{overflow:hidden; padding:5px 0 5px 0;}
.poll_info_box dt{float:left; width:80px; font-weight:bold;}
.poll_info_box dd{float:left; width:400px;}

/* 설문조사 결과 제목 + 리스트 */
.poll_result_tit{padding:5px 0 5px 0; font-size:14px;}
.poll_result_tit strong{color:#323437;}
.poll_result_cont{padding:0 0 30px 10px;}
.poll_result_cont ul{width:100%;}
.poll_result_cont li{display:table; width:100%; margin:15px 0 15px 0; padding:0 0 10px 0; vertical-align:middle; border-bottom:1px solid #eeeeee;}
.poll_result_cont .poll_result_view{padding:10px 10px 10px 10px; border:1px solid #cecece; box-sizing:border-box; word-break:break-all;}

.poll_result_txt{display:block; width:auto; padding:0 10px 0 0;}
.poll_stick{display:inline-block; width:400px; height:15px; margin:10px 0 0 0; background:#f9f9f9;}
.poll_stick em{display:inline-table; height:15px; background:#323437;}
.poll_percent{display:inline-block; padding:0 0 0 15px; vertical-align:middle;}

/* ------------- FAQ ------------- */
/* 게시판 기본 */
.board_zone_sec{position:relative;}
.board_zone_tit{margin:0 0 10px 0; padding:0 0 10px 0; font-size:16px;}
.board_zone_cont{}
.board_list_table{width:100%; margin:0 0 20px 0; border:0; border-spacing:0; border-collapse:collapse; border-top:1px solid #3c3c3c; text-align:center;}
.board_list_table th{padding:10px 10px 10px 14px; border-bottom:1px solid #dbdbdb; background:#fbfbfb;}
.board_list_table td{padding:13px 10px 15px 10px; border-bottom:1px solid #dbdbdb;}
/* 게시판 이미지 */
.board_list_table .board_img{overflow:hidden; position:relative; text-align:center; border:1px solid #ebebeb;}
.board_list_table .board_img a{display:table-cell; height:100%; vertical-align:middle;}
/* 게시판 제목 */
.board_list_table .board_tit{text-align:left; vertical-align:middle;}
.board_list_table .board_tit strong{font-weight:normal;}
.board_list_table .board_tit strong > span{color:#323437;}
.board_list_table .board_tit.on strong{font-weight:bold;}
.board_list_table .board_tit img{margin:0 2px 0 2px; vertical-align:middle;}
.board_list_table .board_tit strong:hover{text-decoration:underline;}
/* 게시판 제목 답글 */
.board_list_table .board_tit .reply{margin:0 0 0 15px; padding:0 0 0 20px; background:url(/assets/img/icon/board/icon_comment_reply.png) no-repeat 8px 4px;}

/* 자주묻는 질문 검색 */
.date_check_box{margin:0 0 35px 0; padding:20px 20px 20px 30px; border:3px solid #eeeeee;}
.date_check_box:after{display:block; clear:both; content:"";}
.date_check_box h3{float:left; padding:6px 15px 0 0; color:#777777; font-size:13px;}
.date_check_list{float:left;}
.date_check_list button{float:left; width:54px; height:31px; margin:0 0 0 -1px; color:#777777; font-size:12px; border:1px solid #d6d6d6;}
.date_check_list button:hover,
.date_check_list button.on{color:#ffffff; background:#aeaeae;}
.date_check_calendar{float:left; margin:0 10px 0 10px;}
.date_check_calendar .anniversary{background:url(/assets/img/member/icon_calendar.png) no-repeat right center;}
.date_faq_list{display:inline-block; width:70%;}
.date_faq_list h2{padding:0 0 10px 0;}
.date_faq_list input[type="text"]{width:70%;}
.date_faq_txt{display:inline-block; width:23%; padding:10px 0 10px 50px; border-left:1px solid #dbdbdb;}
.date_faq_txt strong{display:block; padding:0 0 10px 0;}

/* 클레임 구분 */
.claim-category {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.claim-category__tit {
    color: #777;
    font-size: 13px;
    font-weight: bold;
}

.claim-category__item {
    display: flex;
    align-items: center;
}

.claim-category__item label {
    position: relative;
    margin-left: 10px;
}

.claim-category__item input {
    position: absolute;
    top: 50%;
    left: 5px;
    z-index: -1;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.claim-category__item span {
    display: inline-flex;
    vertical-align: top;
}

.claim-category__item span::before {
    content: '';
    display: inline-block;
    margin-top: -1px;
    margin-right: 5px;
    width: 17px;
    height: 17px;
    background: url('/assets/img/common/input/radio_off_small.png') no-repeat 1px 50%;
}

.claim-category__item label:hover span::before {
background: url('/assets/img/common/input/radio_over_small.png') no-repeat 1px 50%;
}
.claim-category__item label input:checked + span::before {
background: url('/assets/img/common/input/radio_on_small.png') no-repeat 1px 50%;
}

/* FAQ 질문 리스트 */
.board_hot_list{padding:10px 0 50px 0; font-size:0; text-align:left; border-top:1px solid #999999;}
.board_hot_list ul{display:inline-block; font-size:12px;}
.board_hot_list ul li{display:inline-block; width:auto; margin:0; vertical-align:middle;}
.board_hot_list ul li.on{font-weight:bold;}
.board_hot_list ul li.on span {color:#323437;}
.board_hot_list ul li a{display:block; height:11px; padding:0 5px 0 5px; border-left:1px solid #cccccc;}
.board_hot_list ul li a span{position:relative; top:-5px;}
.board_hot_list ul li a span:hover{font-weight:bold; border-bottom:1px solid #323437; color:#323437;}
.board_hot_list ul li:first-child a{border-left:none 0;}
/* FAQ 게시판 */
.board_list_faq{position:relative;}
.board_list_faq .board_hot_list{padding:10px 0 20px 0;}
.board_list_faq .board_list_table{border-top:1px solid #dbdbdb;}
.board_list_faq .board_list_table .board_tit{padding-left:42px;}
.board_list_faq .board_list_table .board_tit a{display:block; padding:0 30px 0 0; background:url(/assets/img/icon/board/icon_toggle_open.png) no-repeat right center;}
.board_list_faq .board_list_table .board_tit.on a{background:url(/assets/img/icon/board/icon_toggle_close.png) no-repeat right center;}
.board_list_faq .icon_qan{margin:0 0 0 -31px; padding:0 10px 0 0;}
.board_faq{text-align:left; background:#f8f8f8;}
.board_faq_cont{position:relative; max-width:730px; min-height:70px; margin:0 0 0 193px;}
.board_faq_cont .icon_qan{position:absolute; top:4px; left:-27px; margin:0;}

.disabled {
	cursor: not-allowed;
	background: #eeecec;
}



/*회사소개 추가*/
.brand01 {margin-bottom: 160px;}
.brand01 .img_box img {width:100%}
.brand01 .perpen_line {width: 1px;height: 80px;background-color: #e8e8e8;margin: 160px auto 0px;}

.brand02 {margin-bottom: 160px;}
.brand02 .text_box {margin: 0 auto 160px;max-width: 1220px;width: 100%;/*display: flex;*/justify-content: space-between; text-align: center;}
.brand02 .text_box .t01 {font-weight: 600;font-size: 32px;line-height: 48px;color: #1a1a1a; margin-bottom:30px}
.brand02 .text_box .t02 {font-weight: 400;font-size: 18px;line-height: 32px;letter-spacing: -0.02em; color: #1a1a1a;}

.brand03 .img_box {width:100%; text-align: center; margin: 0 auto; margin-bottom:100px}
.brand03 .text_box {margin: 0 auto 160px;max-width: 1220px;width: 100%;justify-content: space-between; text-align: center;}
.brand03 .text_box div {font-weight: 400;font-size: 18px;line-height: 32px;letter-spacing: -0.02em; color: #1a1a1a;}
.brand03 .perpen_line {width: 1px;height: 80px;background-color: #e8e8e8;margin: 10px auto 0px; margin-bottom:80px}

.brand04 {margin-bottom: 160px; border-bottom: 1px solid #222;width: 1280px;margin: 0 auto; border-top:1px solid #222; /*padding-top:60px*/; height: 200px;}
.brand04 .text_box{margin: 0 auto 60px;max-width: 1220px;width: 100%;/*display: flex;*/justify-content: space-between}
.brand04 .text_box .t01 {font-weight: 600;font-size: 32px;line-height: 40px;color: #1a1a1a;width:350px; float:left; margin-right:180px; margin-top:60px;margin-left:25px}
.brand04 .text_box .t02 {font-weight: 400;font-size: 18px;line-height: 32px;letter-spacing: -0.02em; color: #1a1a1a;float:left;margin-top:65px; }

.brand05 {margin-bottom: 160px; border-bottom: 1px solid #222;width: 1280px;margin: 0 auto;  /*padding-top:60px*/; height: 200px;}
.brand05 .text_box{margin: 0 auto;max-width: 1220px;width: 100%;/*display: flex;*/justify-content: space-between}
.brand05 .text_box .t01 {font-weight: 600;font-size: 32px;line-height: 40px;color: #1a1a1a;width:350px; float:left; margin-right:180px; margin-top:60px;margin-left:25px }
.brand05 .text_box .t02 {font-weight: 400;font-size: 18px;line-height: 32px;letter-spacing: -0.02em; color: #1a1a1a;float:left;margin-top:65px;}
