@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=42dot+Sans:wght@300..800&family=Noto+Sans+KR:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Maru+Gothic&display=swap');

html{ font-family: "42dot Sans"; font-size:68%; background:#F5F4F2;}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video, input,select,textarea { margin: 0;padding: 0; box-sizing: border-box; }
body {font-size:1.6rem; font-style:normal; font-weight:normal; font-family:"42dot Sans";  color:#333; }
dl,dt,dd,ol,ul{list-style:none outside; margin: 0; padding: 0;}
table { border-collapse: collapse;border-spacing: 0; }
input, textarea, select {width: 100%; height:45px; padding:0 10px; background-color: #FFF; border:1px solid #bbb; font-weight: normal; font-size:1.4rem; color: #777; box-sizing: border-box; border-radius: 5px;}
input::placeholder, textarea::placeholder, select::placeholder { color:#bbb}
textarea { padding: 10px 20px; line-height: 22px; }
input:focus { border: 1px solid #21A042; outline: 0; transition: 0.3s; }
input[readonly], input[disabled], textarea[disabled] { background: #f2f2f2; }
a:link, a:visited{text-decoration:none; color: #777; }
a:focus, a:active, a:hover { outline: 0; text-decoration:none; }
img { border: 0; vertical-align: middle; }
#wrap {position:relative; width:100%; height:100%; margin: 0 auto;}
#contents { height: auto; padding-bottom: 50px;}

/* 공통 */
h1 { margin-bottom: 30px; color:#1F2B51;  font-size: 4rem;}
section { text-align: center;}
.inner { width: 1200px; margin: 0 auto; }
.flex { display: flex}
.flex button { margin-left: 5px;}
.f12 { font-size: 1.2rem; line-height: 1.2rem}
.f14 { font-size: 1.4rem; line-height: 1.4rem}
.txtgreen { color:#21A042;}
.txtblue { color:#1F2B51;}
.txtred { color:#e1463b;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.tal { text-align: left}
.tar { text-align: right}
.tac { text-align: center}
.hidden { display: none; }
ul.input_list li { margin-bottom: 10px;}
.cursor_pointer { cursor: pointer; }
.align_center { text-align: center; }
.color_orange { color: #F08300; }
.color_green {color: #21a042;}
.color_gray {color: #bbb;}

#blind { position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.5;z-index:5;display:none; }
#loading { position:fixed;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;z-index:15;display:none; }
#alertMessage { position:fixed;top:100px;left:50%;width:450px;padding:15px 10px;transform:translateX(-50%);line-height:20px;background:#21a042;opacity:0.95;border-radius:5px;color:#fff;font-size:14px;text-align:center;z-index:20;display:none; }
.no_data { padding: 100px 0; text-align: center; }
/* confirm 레이어 */
#confirmLayer { position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:13; }
#confirmLayer > .blind { position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.6;display:block; }
#confirmLayer > .inner { position:absolute;top:50%;left:50%;width:550px;height:auto;transform:translateX(-50%) translateY(-50%);border-radius:15px;background:#fff;overflow:hidden;z-index:11; }
#confirmLayer > .inner > .title { height:49px;padding:0 20px;line-height:49px;border-bottom:1px solid #d2d2d2;color:#293e81; }
#confirmLayer > .inner > .message { line-height:30px;padding:20px;text-align:center;font-size:17px; }
#confirmLayer > .inner > .message .font13 { font-size:13px; }
#confirmLayer > .inner > .button { padding: 0 0 25px 0;text-align:center; }
#confirmLayer > .inner > .button > * { width:95px;height:35px;line-height:33px;background:#293e81;border:1px solid #293e81;color:#fff;cursor:pointer;display:inline-block; }
#confirmLayer > .inner > .button > .cancel { background:#fff;color:#555; }
@media(max-width: 700px) {
    #confirmLayer > .inner { width: calc(100% - 20px); }
}


/* 공용 팝업 레이어 */
.common_layer { position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;display:none; }
.common_layer.on { display: block; }
.common_layer > .blind { position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.6;display:block; }
.common_layer > .inner { position:absolute;top:50%;left:50%;width:560px;height:70%;transform:translateX(-50%) translateY(-50%);border-radius:15px;background:#fff;overflow:hidden;z-index:11; }
.common_layer > .inner > .header { height:49px;padding:0 20px;line-height:49px;border-bottom:1px solid #d2d2d2; }
.common_layer > .inner > .header > .title { font-weight:700; }
.common_layer > .inner > .header > .close { position: absolute; top: 2px; right: 20px; }
.common_layer > .inner > .header > .close:after { content: '\00d7'; font-size: 30px; cursor: pointer; }
.common_layer > .inner > .content { height:calc(100% - 100px);padding:20px;overflow-x:hidden;overflow-y:auto;font-size:13px; }
.common_layer > .inner > .content img { width:100%; }
.common_layer > .inner > .content::-webkit-scrollbar { width:15px; }
.common_layer > .inner > .content::-webkit-scrollbar-thumb { background-color: #e3e3e3;border-radius:15px;background-clip:padding-box;border:2px solid transparent; }
.common_layer > .inner > .content::-webkit-scrollbar-track { background-color:#f7f7f7;border-radius:15px;box-shadow:inset 0px 0px 5px white; }
/* 버튼 */
button {cursor:pointer; border-radius: 5px; border: none;}
button:hover { transition: all .3s ease}
button.line_gray_s { border: 1px solid #bbb; border-radius: 5px; padding:2px 8px ; background: none; color: #777; }
button.line_blue_s { border: 1px solid #1F2B51; border-radius: 5px; padding:2px 8px ; background: none; color: #1F2B51; }
button.line_blue {border: 1px solid #1F2B51; background: none; color: #1F2B51; width: 100%; max-width: 295px; padding:0px 10px ; line-height: 50px;  font-size: 19px;}
button.fullgreen_m { color: #fff; min-width: 110px;  padding:0px 8px ; background:#21A042; line-height: 45px;}
button.fullgray_m { color: #fff; min-width: 110px;  padding:0px 8px ; background:#bbb; line-height: 45px; }
button.fullskyblue_m { color: #fff; min-width: 110px;  padding:0px 8px ; background:#276193; line-height: 45px; }
button.fullblue_m { color: #fff; min-width: 110px;  padding:0px 8px ; background:#1F2B51; line-height: 45px;}
button.fullblue {color: #fff; width: 100%; max-width: 295px; padding:0px 10px ; background:#1F2B51; line-height: 50px; border: none; font-size: 19px;}
button.fullgray{color: #fff; width: 100%; max-width: 295px; padding:0px 10px ; background:#bbb; line-height: 50px; border: none; font-size: 19px;}
button.line_gray_s:hover { background: #eee; }
button.line_blue_s:hover { background: #e8edfd}
button.line_blue:hover{background: #e8edfd}
button.fullgreen_m:hover { background:#58ab4d;  }
button.fullgray_m:hover { background:#d4d4d4; }
button.fullskyblue_m:hover { background:#5291c8; }
button.fullblue_m:hover { background:#293e81; }
button.fullblue:hover {background:#293e81; }
button.fullgray:hover {background: #ccc;}
.btn_two { }
.btn_two button { width: 48%; }
/* 라디오 박스 */
.radiotype { position:relative; padding-left:25px; cursor:pointer; user-select:none;-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; }
.radiotype input {position:absolute; opacity:0; cursor:pointer; height: 18px; width: 18px; left:0; top:0; }
.radiotype .checkmark {position:absolute; top:2px; left:0px; width:18px; height:18px; background-color:#fff; border:1px solid #bbb; border-radius: 50px;}
.radiotype .checkmark:after {display:none; position:absolute; content:"";}
.radiotype:hover input ~ .checkmark {background-color:#ddd;}
.radiotype input:checked ~ .checkmark { border: 1px solid #F9B600;}
.radiotype input:checked ~ .checkmark:after {display:block;}
.radiotype .checkmark:after {top:3px; left:3px; width:10px; height:10px; border-radius: 50px; background:#F9B600; }
/* 체크박스 */
.check { position:relative; padding-left:25px; cursor:pointer; user-select:none;-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; }
.check input {position:absolute; opacity:0; cursor:pointer; height: 18px; width: 18px; left:0; top:0; }
.check .checkmark {position:absolute; top:2px; left:0px; width:18px; height:18px; background-color:#fff; border:1px solid #bbb; border-radius: 3px;}
.check .checkmark:after {display:none; position:absolute; content:"";}
.check:hover input ~ .checkmark {background-color:#ddd;}
.check input:checked ~ .checkmark {background-color:#F9B600; border: none;}
.check input:checked ~ .checkmark:after {display:block;}
.check .checkmark:after {top:1px; left:5px; width:4px; height:10px; border:solid #fff; border-width:0 3px 3px 0; transform:rotate(45deg);}
/* 버튼형 체크박스*/
.check_box { margin: 10px 10px 10px 0; float: left; }
.check_box > input[type=checkbox] { display: none; }
.check_box > label { padding: 8px 20px; border: 1px solid #bbb; border-radius: 80px; background: transparent; font-size: 16px; color: #777; text-align: center; cursor: pointer; }
.check_box > input[type=checkbox]:checked + label { border: 1px solid #F9B600; background: #F9B600; color: #fff; }
.check_box > label:hover { border: 1px solid #F9B600; background: #F9B600; color: #fff; transition: .2s; }
/* 토글박스 */
.toggleSwitch { width: 65px; height: 22px; display: block; position: relative; border-radius: 30px; background-color: #fff; cursor: pointer; border: 1px solid #F9B600;}
.toggleSwitch .toggleButton { width: 15px; height: 15px; position: absolute; top: 50%; left: 4px; transform: translateY(-50%); border-radius: 50%; background: #F9B600; }
.toggleSwitch .no { position:absolute; left: 24px; top:50%; transform: translateY(-50%); font-size: 12px; color:#F9B600; }
.toggleSwitch .yes { display: none;}
#toggle:checked ~ .toggleSwitch { background: #F9B600;}
#toggle:checked ~ .toggleSwitch .toggleButton {left: calc(100% - 20px); background: #fff;}
#toggle:checked ~ .toggleSwitch .no { display: none;}
#toggle:checked ~ .toggleSwitch .yes { display: inline-block; position:absolute; left: 20px; top:50%; transform: translateY(-50%); font-size: 12px; color:#FFF;}
.toggleSwitch, .toggleButton, .toggleSwitch .no, .toggleSwitch .yes { transition: all 0.2s ease-in;}
/* 페이지네이션 */
.pagination { margin: 30px 0 80px 0; text-align: center; font-size: 18px; color: #777; }
.pagination a { padding: 0 15px; }
.pagination a.on,
.pagination a.active { color: #21a042; font-weight: bold;}
.pagination a:hover { color: #21a042; transition: .3s; }
.pagination a.arrow { padding: 0 5px; }
/* 이용약관 등 */
#rule { width: 1000px; margin: 50px auto; padding: 20px; line-height: 30px; background: #fff; font-size: 15px; }
#rule.layer { width: 100%; margin: 0; padding: 0; background: #fff; }
#rule > h1 { margin-bottom: 0; font-weight: 800; font-size: 20px; display: block; }
#rule > h2 { margin: 20px 0 0; font-size: 18px; font-weight: 800; display: block; }
#rule > h3 { margin: 20px 0 0; font-weight: 800; font-size: 15px; display: block; }
#rule > table { width: 100%; }
#rule > table tr th { padding: 5px; background: #ddd; border: 1px solid #aaa; }
#rule > table tr td { padding: 10px; border: 1px solid #aaa; vertical-align: middle; }
/* 회원가입 */
section.join { padding-top: 40px;}
.whitebox { background: #fff; border-radius: 30px; margin: 0 auto; padding: 50px 30px; width: 500px; text-align: left;}
.whitebox > .box { border: 1px solid #bbb; border-radius:10px; width: 400px; padding: 30px 20px; margin: 0 auto 20px auto;}
.whitebox > .input_info li { margin-bottom: 10px;}
.whitebox > .input_agree li { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ddd;}
.whitebox > .input_agree li:last-child { border: none; margin-bottom: 0; padding-bottom: 0; }
.whitebox > .input_agree .list_check { position: relative;}
.whitebox > .input_agree .list_check .arr {position: absolute; right:5px; top:1px; height: 18px; width: 11px; display: inline-block; transform:rotate(0deg); cursor: pointer;}
.whitebox > .input_agree .list_check .arr img { width: 100%}
.whitebox > .input_agree .list_check .arr:hover img {filter: invert(31%) sepia(13%) saturate(4270%) hue-rotate(64deg) brightness(92%) contrast(89%); transition:all .3s ease;}
.whitebox > .input_agree .list_check .arr.on { right: 5px; top: 8px; transform:rotate(180deg); filter: invert(31%) sepia(13%) saturate(4270%) hue-rotate(64deg) brightness(92%) contrast(89%);}
.whitebox.join > .input_agree .txtbox { height: 200px; margin: 20px 0 0; padding: 10px; font-size: 1.4rem; background:#FCFBF7; border: 1px solid #bbb; overflow-y: scroll; }
.whitebox.join > .input_agree .txtbox.agree { line-height: 22px; }
.whitebox.join > .input_agree .txtbox.agree h1 { font-weight: 600; font-size: 1.6rem; color: #1F2B51; }
.whitebox.join > .input_agree .txtbox.agree h2 { font-weight: 600; font-size: 1.4rem; color: #111; }
.whitebox .btn_area { text-align: center; margin-top: 30px;}
/* 모바일 회원가입 */
@media(max-width: 700px) {
    .whitebox { margin: 0 10px; padding: 30px 10px 40px 10px; width: calc(100% - 20px); text-align: left;}
    .whitebox > .box { width: 100%; border-radius: 0; border-top:none; border-left: 0; border-right:0; padding: 10px;  }
    .whitebox > .input_agree .list_check .arr.on { right: 12px; }
}
/* 회원가입 완료*/
section.join_comp { padding-top: 40px;}
.join_comp .comp_icon { text-align: center; font-size: 0; line-height: 0; margin-bottom: 50px;}
.join_comp .comp_icon span { position: relative; display: inline-block; width: 70px; height: 70px; border-radius: 50%;  background:#56BDB4;}
.join_comp .comp_icon span:after {position:absolute; content:""; top:16px; left:28px; width:13px; height:26px; border:solid #fff; border-width:0 3px 3px 0; transform:rotate(45deg);}
.join_comp .txt { font-size: 2rem; line-height: 3rem; margin-bottom: 50px; text-align: center;}
.join_comp .txt strong { color: #1F2B51;}
.join_comp .id_box { border: 1px solid #ddd; text-align: center; padding: 10px; width: 80%; margin: 0 auto; color:#1F2B51}
.join_comp .btn_area { margin-top: 50px; text-align: center;}
/* 로그인 */
section.mem_login { padding-top: 40px;}
.mem_login .login_box { padding: 40px 40px 0 40px; font-size: 1.4rem}
.mem_login .members_menu { margin: 30px 40px 20px 40px;  padding-top: 10px; border-top: 1px solid #ddd; font-size: 1.4rem}
.mem_login .members_menu ul { display: flex; align-items: center; justify-content: space-evenly;}
@media(max-width: 700px) {
    .mem_login .login_box { padding: 20px 20px 0 20px; font-size: 1.4rem}
    .mem_login .members_menu { margin: 30px 20px 10px 20px;}
}
/*아이디 찾기*/
section.mem_findid { padding-top: 40px;}
section.mem_findid .whitebox { padding: 40px ; font-size: 1.4rem}
.result_id { margin-top: 20px;}
.result_id > p { text-align: center; }
.result_id .id_box { border:1px solid #bbb; border-radius:5px; padding: 20px; margin-top: 40px; text-align: center; font-size: 1.6rem; color: #1F2B51;}
.result_id .btn_area button { margin-bottom: 10px;}
@media(max-width: 700px) {
    section.mem_findid .whitebox { padding: 40px 20px; }
}
/*비밀번호 재설정*/
section.mem_findpass {padding-top: 40px;}
section.mem_findpass .whitebox { padding: 40px ; font-size: 1.4rem}
@media(max-width: 700px) {
    section.mem_findpass .whitebox { padding: 40px 20px; }
}
/* 회원정보 수정*/
section.re_profile { padding-top: 40px; }
section.re_profile > .logo { margin-bottom: 30px; }
.re_profile .profile { background: url("/images/user/icon_user.png") no-repeat left 5px;; background-size:70px;  padding:0 0 20px 90px; border-bottom: 1px solid #bbb; font-size: 1.4rem; line-height: 2rem; position: relative;  margin-bottom: 20px;}
.re_profile .profile strong { color:#1F2B51; font-size:1.8rem; }
.re_profile .profile .line_blue_s { margin-top: 10px;}
.re_profile .profile .linelink { position: absolute; right:0; bottom: 20px; text-decoration:underline;}
.re_profile .ad_agree_area { padding-top:20px; margin-top: 20px; border-top: 1px solid #bbb;}
.re_profile .ad_agree_area .agree { display: flex;     justify-content: space-between;}
.re_profile .ad_agree_area .agree .txt { color:#21A042; }
.re_profile .ad_agree_area > p { display: block; margin-top: 10px; font-size: 1.4rem;}
.re_profile .ad_agree_area > p.align_right { text-align: right; }
.re_profile .ad_agree_area > .box { height: 200px; margin: 10px 0 0; padding: 10px; line-height: 22px; font-size: 1.4rem; border: 1px solid #bbb; overflow-y: scroll; display: none; }
@media(max-width: 700px) {
    section.re_profile .whitebox { padding: 30px 10px; }
}

/* 회원탈퇴*/
section.quit_members { padding-top: 40px;}
.quit_members .paragraph { margin-bottom: 40px;}
.quit_members .paragraph h3 { font-size: 1.6rem; color:#1F2B51;  margin-bottom: 20px;}
.quit_members .paragraph .id_box { border: 1px solid #bbb; color:#1F2B51; font-weight:600 ; border-radius: 5px; text-align: center; padding: 20px 10px; margin-bottom: 20px;}
.quit_members .paragraph .reson li { margin-bottom: 10px;}
.quit_members .paragraph ul.list_tip > li { position: relative; padding: 5px 0 0 13px; line-height: 25px; }
.quit_members .paragraph ul.list_tip > li::before { content: ''; position: absolute; top: 15px; left: 0; width: 5px; height: 5px; border-radius: 2.5px; background: #999; }
@media(max-width: 700px) {
    section.quit_members .whitebox { padding:50px 10px; }
}
/* 모바일 맴버십 공통 */
section.membership .logo { margin-bottom: 10px; }
@media(max-width: 700px) {
    section.re_profile > .logo > img,
    section.membership .logo > img { width: 280px; }
    section.membership > h1 { font-size: 2.8rem; }
}



/* header */
#header { position:relative; min-width: 1200px; height: 110px; background: #FCFBF7; border-bottom: 1px solid #bbb;}
#header > .pc_gnb {  display: flex;}
#header > .pc_gnb .logo_area { }
#header > .pc_gnb .logo_area > a > img { padding: 32px 0 19px 0; }
#header > .pc_gnb .right {text-align: right; flex:1; padding-top: 15px;}
#header > .pc_gnb .right ul.user { display: flex; justify-content: flex-end; font-size: 1.4rem;  }
#header > .pc_gnb .right ul.user li { margin-left: 20px; }
#header > .pc_gnb .right ul.user .info a {color:#1F2B51; font-weight:700;}
#header > .pc_gnb .right .bng { margin-top:42px; width: 93%; display: inline-block; }
#header > .pc_gnb .right .bng > ul{display: flex; justify-content: space-between;  align-items: flex-end ; position: relative;}
#header > .pc_gnb .right .bng > ul li{font-size: 2rem;  transition:all .3s ease ; }
#header > .pc_gnb .right .bng > ul li a {display: inline-block; color:#777; font-weight:700; position:relative; bottom: 28px; padding: 10px 0 26px 0; }
#header > .pc_gnb .right .bng > ul li a::after { content: ''; width: 0%; left: 50%; height: 1px; bottom: 0px; display: block; position: absolute; border-bottom: 3px solid #21A042; transition:all .3s ease;}
#header > .pc_gnb .right .bng > ul li:hover a { color: #21A042;  transition:all .3s ease}
#header > .pc_gnb .right .bng > ul li:hover a::after  { width: 100%; left: 0px; height: 1px;}
#header > .pc_gnb .right .bng > ul li.active a { color: #21A042;}
#header > .pc_gnb .right .bng > ul li.active a::after { width: 100%; left: 0px; height: 1px;}
/* footer */
footer { min-width: 1200px; padding: 30px 0; background: #fff; font-size: 1.4rem; }
footer .footer_legal { display: flex; font-size: 1.4rem; border-bottom: 1px solid #bbb; padding-bottom: 20px; margin-bottom: 30px;}
footer .footer_legal li { border-right: 1px solid #bbb; padding-right: 20px; margin-right: 20px; }
footer .footer_legal li:last-child {border: none;}
footer .footer_column { display: flex; line-height: 22px;}
footer .footer_column .footer_logo{ flex: 2.7;}
footer .footer_column .footer_logo > img { width: 250px; padding: 0 20px 0 0; filter: grayscale(100%); opacity: .6; }
footer .footer_column .com_info { flex: 3.4;  vertical-align: top;}
footer .footer_column .com_info li span { display: inline-block; color:#1F2B51; font-weight: 600; margin-right: 10px; margin-bottom: 2px; }
footer .footer_column .com_info li:first-child span:last-of-type { margin-left: 20px; }
footer .footer_column .com_info li:last-child { position: absolute; }
footer .footer_column .bank_info { flex: 2.2; vertical-align: top;}
footer .footer_column .bank_info span { margin-bottom: 5px; display: inline-block; color:#1F2B51; font-weight: 600; }
footer .footer_column .cs { flex: 2.5; vertical-align: top;}
footer .footer_column .cs .tit { margin-bottom: 5px; font-size: 1.8rem; color:#1F2B51; font-weight: 600; }
footer .footer_column .cs dl { display: flex; }
footer .footer_column .cs dl dd { margin-right: 15px; }
footer .footer_column .cs dl dd:last-child { margin-right: 0px; }
/* 메인 */
#main { min-width: 1200px; }
#main > .banner { background: url("/images/user/main/img_main_banner_bg.png") no-repeat #F5F4F2; background-position: center 27px; }
#main > .banner > .text_box { text-align: center; }
#main > .banner > .text_box > .title { padding: 60px 0 0 0; }
#main > .banner > .text_box > .title > h1 { line-height: 50px; font-size: 35px; color: #1F2B51; }
#main > .banner > .text_box > .title > h1 > strong { color: #21A042; }
#main > .banner > .text_box > .title > p { line-height: 30px; font-size: 20px; color: #777; }
#main > .banner > .text_box > button { width: 270px; height: 50px; margin: 30px 0 0 5px; padding: 0 35px 0 18px; line-height: 52px; background: url("/images/user/main/icon_main_banner_button.png") no-repeat #2A9941; background-position: 90% 50%; font-size: 20px; color: #fff; }
#main > .banner > .text_box > button:hover { background: url('/images/user/main/icon_main_banner_button.png') no-repeat 95% 50% #2A9941; }
#main > .banner > .text_box > p { padding: 10px 0 0 0; font-size: 14px; color: #777; }
#main > .contents h1 { padding: 100px 0 40px 0; text-align: center; font-size: 40px; color: #1F2B51;}
#main > .contents > .capability { padding: 0 0 100px 0; background: #E9E6DF; overflow: hidden; }
#main > .contents > .capability > .capability_box { width: 832px; margin: 0 0 0 50%; transform: translateX(-50%); }
#main > .contents > .capability > .capability_box > .text_box { width: 631px; height: 300px; margin: 0 auto; }
#main > .contents > .capability > .capability_box > .text_box > img { float: left;  }
#main > .contents > .capability > .capability_box > .text_box > p { line-height: 30px; padding: 70px 0 70px 320px; font-size: 20px; color: #777; }
#main > .contents > .capability > .capability_box > .text_box > p span { font-weight: bold; color: #1F2B51; }
#main > .contents > .capability > .capability_box > .text_box > p span > span { color: #21A042;}
#main > .contents > .capability > .capability_box > .lab { margin: 70px 0 0 0; border-top: 1px solid #bbb; }
#main > .contents > .capability > .capability_box > .lab > ul { padding: 30px 0 0 0;}
#main > .contents > .capability > .capability_box > .lab > ul + ul { padding: 20px 0 0 0; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_name { height: 74px; padding: 30px 0 0 55px; background: url("/images/user/main/icon_main_capability1.png") no-repeat; background-position: left 30px; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_name li { position: relative; padding: 6px 10px; font-size: 20px; color: #1D2A4F; font-weight: bold; float: left; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_name li::after { content: ''; position: absolute; top: 8px; right: 0px; width: 2px; height: 20px; background: #bbb; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_name li:last-child::after { display: none;}
#main > .contents > .capability > .capability_box > .lab > ul.lab_people { overflow: hidden; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_people li { position: relative; height: 40px; padding: 0 20px 0 32px; background: url("/images/user/main/icon_main_capability2.png") no-repeat; background-position: left 0; float: left; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_people li:nth-child(-n+2) { width: 160px; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_people li:nth-child(3) { width: 205px; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_people li:nth-child(4) { width: 175px; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_people li:nth-child(5) { width: 132px; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_people li > p { font-size: 14px; color: #777; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_people li > p > span { font-weight: bold; font-size: 18px; color: #1D2A4F; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_people li > p > span > span { color: #777; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_people li > p > i { position: absolute; bottom: 0; font-style: normal; display: block; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_people li:nth-child(n+4):nth-child(-n+5) > p > i { left: 0;}
#main > .contents > .capability > .capability_box > .lab > ul.lab_people li:last-child { padding-right: 0;}
#main > .contents > .capability > .capability_box > .lab > ul.lab_role { overflow: hidden;}
#main > .contents > .capability > .capability_box > .lab > ul.lab_role > li { padding: 15px 0; border-radius: 10px; background-color: #e1ddd3; font-size: 14px; text-align: center; float: left; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_role > li:nth-child(1) { width: 480px; }
#main > .contents > .capability > .capability_box > .lab > ul.lab_role > li:nth-child(2) { width: 306px; margin: 0 0 0 44px; letter-spacing: -1px; }

#main > .contents > .analysis { height: 914px; background: url("/images/user/main/img_main_lab_bg.png") no-repeat #F5F4F2; background-position: top center; overflow: hidden; }
#main > .contents > .analysis > ul { width: 976px; height: 595px; margin: 0 0 0 50%; transform: translateX(-50%); }
#main > .contents > .analysis > ul li { position: relative; height: 276px; margin: 0 32px 43px 0; text-align: center; float: left; }
#main > .contents > .analysis > ul li:nth-child(4) { margin-right: 0; }
#main > .contents > .analysis > ul li:nth-child(5) { margin: 0px 32px 43px 125px; }
#main > .contents > .analysis > ul li > .analysis_img { position: relative; top: 26px; width: 84px; height: 84px; margin: 0 0 0 50%;  border-radius: 50%; background: #E9E6DF; text-align: center; transform: translateX(-50%); justify-content: center; align-items: center; display: flex; }
#main > .contents > .analysis > ul li > .analysis_text { width: 220px; height: 220px; border-radius: 10px; background: #fff; padding: 12px 0 0 0; }
#main > .contents > .analysis > ul li > .analysis_text > h3 { padding: 40px 0 0 0; font-size: 20px; color: #21A042; font-weight: bold; }
#main > .contents > .analysis > ul li > .analysis_text > p { padding: 15px 0 0 0; font-size: 16px; color: #777; }
#main > .contents > .programs { background: url("/images/user/main/icon_main_analysis8.png") no-repeat #E9E6DF; background-position: top center; }
#main > .contents > .programs > h1 > span { font-size: 24px; }
#main > .contents > .programs > .programs_box { width: 850px; margin: 30px 0 0 50%; transform: translateX(-50%); }
#main > .contents > .programs > .programs_box > ul { height: 580px; }
#main > .contents > .programs > .programs_box > ul li { width: 785px; height: 345px; }
#main > .contents > .programs > .programs_box > ul > li > p > span { font-size: 20px; color: #21A042; font-weight: bold; }
#main > .contents > .programs > .programs_box > ul > li > p { font-size: 16px; color: #1F2B51; }
#main > .contents > .programs > .programs_box > ul > li:first-child > img { float: left;}
#main > .contents > .programs > .programs_box > ul > li:first-child > p { padding: 80px 0 0 380px; }
#main > .contents > .programs > .programs_box > ul > li:nth-child(2) { position: relative; bottom: 160px; }
#main > .contents > .programs > .programs_box > ul > li:nth-child(2) > img { float: right; }
#main > .contents > .programs > .programs_box > ul > li:nth-child(2) > p { padding: 225px 0 0 0;}
#main > .contents > .programs > .programs_box > h4 { position: relative; bottom: 100px; margin: 0 0 0 50%;  font-size: 28px; color: #1F2B51; font-weight: bold; transform: translateX(-50%); }
#main > .contents > .progress { height: 520px; background: #f5f4f2; }
#main > .contents > .progress > h1 > span { font-size: 24px; }
#main > .contents > .progress > ul { width: 990px; height: 165px; margin: 0 0 0 50%; transform: translateX(-50%); }
#main > .contents > .progress > ul li { position: relative; width: 20%; float: left; }
#main > .contents > .progress > ul li::after { position: absolute; top: 12px; left: 152px; width: 40px; height: 20px; background: url("/images/user/main/icon_main_step.png") no-repeat; content: ''; }
#main > .contents > .progress > ul li:last-child::after { display: none; }
#main > .contents > .progress > ul li > .step { width: 137px; padding: 10px 30px; margin: 0 0 0 5px; border-radius: 30px; font-size: 18px; color: #fff; font-weight: bold; text-align: center; }
#main > .contents > .progress > ul li > .step.step1 { background: #56BDB4; }
#main > .contents > .progress > ul li > .step.step2 { background: #F9B600; }
#main > .contents > .progress > ul li > .step.step3 { background: #276193; }
#main > .contents > .progress > ul li > .step.step4 { background: #21A042; }
#main > .contents > .progress > ul li > .step.step5 { background: #1F2B51; }
#main > .contents > .progress > ul li > .step_box { width: 147px; height: 110px; margin: 12px 0 0 0; border-radius: 10px; background: #fff; font-size: 16px; color: #1F2B51; text-align: center; display: flex; justify-content: center; align-items: center; }

/* 상세페이지 */
#detail > .view { width: 1200px; margin: 70px auto 0 auto; overflow: hidden;}
#detail > .view > .view_inner { max-width: 985px; margin: 0 auto; }
#detail > .view > .view_inner > .thumbnail { width: 450px; height: 450px; margin: 0 120px 0 0; border: 1px solid #bbb; background: #fff; box-sizing: border-box; float: left; }
#detail > .view > .view_inner > .thumbnail > img { width: 100%; box-sizing: border-box; }
#detail > .view > .view_inner > .detail_explain { width: 415px; float: left; }
#detail > .view > .view_inner > .detail_explain > .text > h1 { margin: 0 0 10px 0; font-size: 24px; color: #1F2B51; }
#detail > .view > .view_inner > .detail_explain > .text > p { font-size: 15px; color: #777; }
#detail > .view > .view_inner > .detail_explain > .event_product { margin: 10px 0 20px 0; font-weight: 700; font-size: 16px; color: #21A042; }
#detail > .view > .view_inner > .detail_explain > ul li { color: #777; }
#detail > .view > .view_inner > .detail_explain > ul li > p { font-size: 16px; color: #1F2B51; }
#detail > .view > .view_inner > .detail_explain > ul li > p > span { width: 100px; padding: 10px 0; color: #777; display: inline-block; }
#detail > .view > .view_inner > .detail_explain > ul li > p > strong { font-size: 26px; color: #21A042; font-weight: bold;}
#detail > .view > .view_inner > .detail_explain > ul li > p > span + strong + span { color: #1F2B51;}
#detail > .view > .view_inner > .detail_explain > ul li:first-child { padding: 10px 0 0 0; margin: 20px 0 0 0; border-top: 1px solid #bbb; }
#detail > .view > .view_inner > .detail_explain > ul li:nth-child(3), #detail > .view > .view_inner > .detail_explain > ul li:last-child { padding: 10px 0 0 0; margin: 10px 0 0 0; border-top: 1px solid #bbb; }
#detail > .view > .view_inner > .detail_explain > ul li:last-child { overflow: hidden; }
#detail > .view > .view_inner > .detail_explain > ul li:last-child > p { width: 100px; }
#detail > .view > .view_inner > .detail_explain > ul li:last-child p { float: left; }
#detail > .view > .view_inner > .detail_explain > ul li:last-child > p + p { width: auto; text-align: right; float: right; }
#detail > .view > .view_inner > .detail_explain > ul li:last-child > p + p > span { font-size: 26px; color: #21A042; font-weight: bold; }
#detail > .view > .view_inner > .detail_explain > ul li:last-child > p + p > i { width: auto; color: #1F2B51; font-weight: normal; font-style: normal; }
#detail > .view > .view_inner > .detail_explain > ul li:nth-child(4) { overflow: hidden; }
#detail > .view > .view_inner > .detail_explain > ul li:nth-child(4) > p { float: left; }
#detail > .view > .view_inner > .detail_explain > ul li > .count { border: 1px solid #bbb; display: flex; align-items: center; box-sizing: border-box; overflow: hidden; float: right; }
#detail > .view > .view_inner > .detail_explain > ul li > .count > button { width: 30px; height: 30px; border: 0; background: transparent; }
#detail > .view > .view_inner > .detail_explain > ul li > .count > .text { width: 70px; height: 30px; border: 1px solid #bbb; border-width: 0 1px; border-radius: 0; background: transparent; font-size: 16px; text-align: center; color: #1F2B51; flex-grow: 1; flex-basis: 0; display: block; }
#detail > .view > .view_inner > .detail_explain > button { width: 295px; height: 65px; margin: 30px 0 0 50%; border-radius: 10px; background: #1F2B51; text-align: center; font-size: 20px; color: #fff; transform: translateX(-50%); transition: .3s; }
#detail > .view > .view_inner > .detail_explain > button:hover { background: #293e81; }
#detail > .explain > .explain_inner { width: 1200px; margin: 40px auto; }
#detail > .explain > .explain_inner > h2 { padding: 0 0 15px 0; font-size: 20px; color: #1F2B51; border-bottom: 1px solid #1F2B51; }
#detail > .explain > .explain_inner > .explain_detail { padding: 30px 0; text-align: center; }
#detail > .explain > .explain_inner > .explain_detail> p { font-size: 20px; color: #bbb; }
#detail > .refund { padding: 0 0 50px 0; overflow: hidden; }
#detail > .refund > .refund_inner { width: 1200px; margin: 30px auto; padding: 30px 0 0 0; border-top: 1px solid #1F2B51; }
#detail > .refund > .refund_inner > h2 { padding: 0 20px 0 0; font-size: 20px; color: #1F2B51; float: left; }
#detail > .refund > .refund_inner > .refund_text { float: left;}
#detail > .refund > .refund_inner > .refund_text > dl > dt { padding: 0 0 10px 0; font-size: 14px; color: #777; font-weight: bold;}
#detail > .refund > .refund_inner > .refund_text > dl > dd { font-size: 14px; color: #777; }
#detail > .refund > .refund_inner > .refund_text > dl > dd:last-child { padding: 0 0 20px 0; }

/* 결제하기 */
#order { padding: 60px 0 50px 0; }
#order > .order_inner { width: 1200px; margin: 0 auto; }
#order > .order_inner > h1 { padding: 0 0 30px 0; text-align: center; font-size: 46px; color: #1F2B51; font-weight: bold; }
#order > .order_inner > .product { border-radius: 10px; background: #fff; overflow: hidden;}
#order > .order_inner > .product > ul { width: 800px; margin: 0 0 0 50%; padding: 30px 0; transform: translateX(-50%); overflow: hidden; }
#order > .order_inner > .product > ul li { width: 25%; height: 120px; display: flex; justify-content: center; align-items: center; float: left; }
#order > .order_inner > .product > ul li:first-child { width: 50%; }
#order > .order_inner > .product > ul li:last-child { font-size: 26px; color: #21A042; text-align: right; }
#order > .order_inner > .product > ul li:last-child > span { position: relative; bottom: -3px; font-size: 14px; color: #1F2B51; }
#order > .order_inner > .product > ul li > .thumbnail { width: 120px; height: 120px; border: 1px solid #bbb; box-sizing: border-box; float: left;}
#order > .order_inner > .product > ul li > .thumbnail > img { width: 100%;}
#order > .order_inner > .product > ul li > h2 { padding: 0 0 0 50px; font-size: 24px; font-weight: normal; color: #1F2B51; float: left; }
#order > .order_inner > .product > ul li:nth-child(2) { font-size: 16px; color: #777; }
#order > .order_inner > ul.info { position: relative; margin: 10px 0 0 0; padding: 60px 35px; border-radius: 10px; background: #fff; overflow: hidden; }
#order > .order_inner > ul.info li { width: 530px; margin: 0 0 50px 0; }
#order > .order_inner > ul.info li > h3 { margin: 0 0 20px 0; padding: 0 0 15px 0; border-bottom: 1px solid #1F2B51; font-size: 20px; color: #1F2B51;}
#order > .order_inner > ul.info li > dl { margin: 0 0 10px 0; overflow: hidden; }
#order > .order_inner > ul.info li > dl dt { width: 120px; line-height: 45px; font-size: 16px; color: #777; float: left; }
#order > .order_inner > ul.info li > dl dd { width: 365px; line-height: 45px; float: right; }
#order > .order_inner > ul.info li.final > dl { padding: 0 0 15px 0; border-bottom: 1px solid #bbb; }
#order > .order_inner > ul.info li.final > dl > dd { font-size: 26px; color: #21a042; text-align: right; }
#order > .order_inner > ul.info li.final > dl > dd > span { font-size: 14px; color: #1F2B51; }
#order > .order_inner > ul.info li.final .list_check { padding: 15px 0; }
#order > .order_inner > ul.info li.final .list_check > a.view { text-align: right; font-size: 14px; color: #777; text-decoration: underline; float: right; }
#order > .order_inner > ul.info > li.final > p { padding: 20px 0 0 0; margin: 10px 0 0 0; border-top: 1px solid #bbb; font-size: 16px; color: #1F2B51; }
#order > .order_inner > ul.info li.final > button { position: relative; left: 50%; width: 295px; height: 65px; margin: 40px 0 0 0; border-radius: 10px; background: #1F2B51; text-align: center; font-size: 20px; font-weight: normal; color: #fff; transform: translateX(-50%); transition: .3s; }
#order > .order_inner > ul.info li.final > button:hover { background: #293e81; }
#order > .order_inner > ul.info li:last-child { position: absolute; top: 60px; right: 35px; }
#order > .order_inner > ul.info li:nth-child(2) > .payment label.radiotype { padding-right: 30px; }
#order > .order_inner > ul.info > li.evidence > .evidence_box > .tabs .tab { padding: 10px 15px; margin: 0 15px 0 0; border: 1px solid #bbb; border-radius: 80px; background-color: #fff; color: #777; font-size: 16px; text-align: center; cursor: pointer; display: inline-block; }
#order > .order_inner > ul.info > li.evidence > .evidence_box > .tabs .tab:hover { border: 1px solid #21a042; background: #21A042; color: #fff; transition: .3s; }
#order > .order_inner > ul.info > li.evidence > .evidence_box > .tab_con { border-radius: 3px; overflow: hidden; }
#order > .order_inner > ul.info > li.evidence > .evidence_box > .tab_con .contents { margin: 20px 0 0 0; display: none; }
#order > .order_inner > ul.info > li.evidence > .evidence_box > .tab_con .contents > ul li { margin: 0 0 10px 0; overflow: hidden; }
#order > .order_inner > ul.info > li.evidence > .evidence_box > .tab_con .contents > ul li > p { width: 120px; line-height: 45px; font-size: 16px; color: #777; float: left; }
#order > .order_inner > ul.info > li.evidence > .evidence_box > .tab_con .contents > ul li > input[type=text] { width: 360px; float: right; }
#order > .order_inner > ul.info > li.evidence > .evidence_box > .tab_con .contents > p { font-size: 14px; color: #21a042; }
#order > .order_inner > ul.info > li.evidence > .evidence_box > .tab_con .contents > ul li:last-child { position: relative; top: 0; right: 0;}
#order > .order_inner > ul.info > li.evidence > .evidence_box > .radio { display: none; }
#order > .order_inner > ul.info > li.evidence > .evidence_box #tax:checked ~ .tab_con #taxCorp,
#order > .order_inner > ul.info > li.evidence > .evidence_box #cashReceipt:checked ~ .tab_con #cashPerson,
#order > .order_inner > ul.info > li.evidence > .evidence_box #cashReceiptCompany:checked ~ .tab_con #cashCorp { display: block; }
#order > .order_inner > ul.info > li.evidence > .evidence_box #tax:checked ~ .tabs #taxTab,
#order > .order_inner > ul.info > li.evidence > .evidence_box #cashReceipt:checked ~ .tabs #cashReceiptTab,
#order > .order_inner > ul.info > li.evidence > .evidence_box #cashReceiptCompany:checked ~ .tabs #cashReceiptCompanyTab { border: 1px solid #21A042; background-color: #21A042; color: #fff; }

/* 결제 완료 및 입금 안내 */
#orderComplete > h1 { padding: 70px 0; margin: 0; text-align: center; }
#orderComplete > .complete { width: 1200px; margin: 0 auto 30px auto; border-radius: 30px; background: #fff; }
#orderComplete > .complete > .inner { width: 600px; padding: 30px; margin: 0 auto; }
#orderComplete > .complete > .inner > img { position: relative; left: 50%; transform: translateX(-50%); }
#orderComplete > .complete > .inner > h2 { padding: 40px 0 60px 0; font-size: 24px; color: #1F2B51; font-weight: bold; text-align: center; }
#orderComplete > .complete > .inner > ul { padding: 23px 20px; border-top: 1px solid #bbb; }
#orderComplete > .complete > .inner > ul li { padding: 7px 0; font-size: 16px; color: #777; }
#orderComplete > .complete > .inner > ul li > p { width: 160px; margin: 0 0 0 30px; float: left; }
#orderComplete > .complete > .inner > ul li > span.bold { color: #1F2B51; font-weight: bold; }
#orderComplete > .complete > .inner > ul li:last-child > span { font-size: 20px; color: #21a042; font-weight: bold; }
#orderComplete > .complete > .inner > ul li:last-child > span > span { font-size: 16px; color: #777; }
#orderComplete > .complete > .inner > .text { margin: 40px 0 0 0; text-align: center;}
#orderComplete > .complete > .inner > .text > h2 { font-size: 24px; color: #1F2B51; font-weight: bold;}
#orderComplete > .complete > .inner > .text > h3 { font-size: 20px; color: #1F2B51; padding: 10px 0 0 0; font-weight: normal; }
#orderComplete > .complete > .inner > .text > p { line-height: 24px; padding: 40px 0 60px 0; font-size: 16px; color: #777; }
#orderComplete > .complete > .inner > .text > p > span { color: #21a042; font-weight: bold; text-decoration: underline;}
#orderComplete > .complete > .inner > .button_box { padding: 20px; }
#orderComplete > .complete > .inner > .button_box > button { border: 10px; text-align: center; font-size: 20px; font-weight: normal; }
#orderComplete > .complete > .inner > .button_box > button { width: 245px; height: 65px; line-height: 65px; border: 1px solid #1F2B51; background: #fff; color: #1F2B51; }
#orderComplete > .complete > .inner > .button_box > button + button { border: 1px solid #1F2B51; background: #1F2B51; color: #fff; font-weight: normal; float: right; }
#orderComplete > .complete > .inner > .button_box > button:hover { background: #e8edfd; }
#orderComplete > .complete > .inner > .button_box > button + button:hover { background: #293e81; }
#orderComplete > .complete.fail > .inner > .text > h2,
#orderComplete > .complete.fail > .inner > .text > h3 { color: #FF5656; }
#orderComplete > .complete.fail > .inner > .button_box { text-align: center; }
#orderComplete > .complete.fail > .inner > .button_box > button { background: #1F2B51; color: #fff; }
#orderComplete > .complete.fail > .inner > .button_box > button:hover { background: #293e81; }
/* 검사지 관리 */
#paper > .paper_inner > h1 { padding: 60px 0 50px 0; margin: 0; text-align: center; }
#paper > .paper_inner.group > h1 {  padding-bottom: 20px; }
#paper > .paper_inner > h3 { padding-bottom: 30px; text-align: center; color: #21A042; }
#paper > .paper_inner { width: 1200px; margin: 0 auto; }
#paper > .paper_inner > .paper_tab { margin: 0 0 0 50%; text-align: center; transform: translateX(-50%); }
#paper > .paper_inner > .paper_tab button { position: relative; width: 165px; height: 50px; margin: 0 10px; border-radius: 0; border: 1px solid #777; background: transparent; font-size: 18px; color: #777; }
#paper > .paper_inner > .paper_tab button:hover { border: 1px solid #21a042; background: #21a042; color: #fff; }
#paper > .paper_inner > .paper_tab button.active { position: relative; padding: 0 0 0 30px; border: 1px solid #21a042; background: #21a042; color: #fff; }
#paper > .paper_inner > .paper_tab button.active::before { position: absolute; top: 15px; left: 25px; width: 21px; height: 21px; background: url("/images/user/paper/icon_paper_tab.png") no-repeat; content: ''; }
#paper > .paper_inner > .paper_list { margin: 30px 0 80px 0; padding: 30px 20px; border-radius: 10px; background: #fff; overflow: hidden; }
#paper > .paper_inner > .paper_list > ul li { position: relative; width: 29%; margin: 0 40px 30px 0; padding: 30px; border-radius: 5px; border: 1px solid #bbb; background: #fff; box-shadow: 5px 5px 5px #e6e6e6; float: left; }
#paper > .paper_inner > .paper_list > ul li > p.list_title { padding: 0 0 20px 0; font-size: 24px; color: #1F2B51; font-weight: bold; text-align: center; }
#paper > .paper_inner > .paper_list > ul li > p.list_title > img { padding: 0 15px 0 0; }
#paper > .paper_inner > .paper_list > ul li > p:nth-child(n+2) { padding: 0 0 10px 0; font-size: 18px; color: #777; }
#paper > .paper_inner > .paper_list > ul li > p:nth-child(n+2) > span { padding: 0 35px 0 0; color: #1F2B51; }
#paper > .paper_inner > .paper_list > ul li > button { width: 100%; height: 65px; line-height: 65px; margin: 10px 0 0 0; border-radius: 10px; background: #1F2B51; font-size: 20px; color: #fff; text-align: center; font-weight: normal; }
#paper > .paper_inner > .paper_list > ul li > button:hover { background: #293e81; }
#paper > .paper_inner > .paper_list > ul li > button.expiration { background: #bbb; }
#paper > .paper_inner > .paper_list > ul li > .ing { position: absolute; top: 10px; right: 20px; color: #22a043; font-size: 14px; font-style: normal; }
#paper > .paper_inner > .no_paper { margin: 30px 0 80px 0; padding: 100px 0; border-radius: 10px; background: #fff; }
#paper > .paper_inner > .no_paper > .text { text-align: center; }
#paper > .paper_inner > .no_paper > .text > p { padding: 15px 0 30px 0; font-size: 22px; color: #293e81; font-weight: bold; }
#paper > .paper_inner > .no_paper > button { width: 270px; height: 65px; line-height: 65px; margin: 0 0 0 50%; border-radius: 10px; background: #1F2B51; text-align: center; font-size: 20px; color: #fff; transform: translateX(-50%); }
#paper > .paper_inner > .no_paper > button:hover { background: #293e81; }
/* 검사관리 - 기관용 */
#organization {}
#organization > .organization_inner { width: 1200px; margin: 0 auto; }
#organization > .organization_inner > h1 { line-height: 36px; padding: 70px 0 0 0; margin: 0; text-align: center; }
#organization > .organization_inner > .detail_box { padding: 30px 0; overflow: hidden; }
#organization > .organization_inner > .detail_box > h2 { padding: 0 0 10px 0; font-size: 28px; border-bottom: 1px solid #1f2b51; font-weight: 500; color: #1f2b51; }
#organization > .organization_inner > .detail_box > ul { width: 80%; padding: 20px 0 0 0; overflow: hidden; float: left; }
#organization > .organization_inner > .detail_box > ul li { width: 50%; line-height: 45px; padding: 0 0 10px 0; float: left; }
#organization > .organization_inner > .detail_box > ul li > p { width: 100px; font-size: 18px; color: #1f2b51; font-weight: bold; float: left; }
#organization > .organization_inner > .detail_box > ul li > .list_check { margin: 0 15px 0 0; float: left; }
#organization > .organization_inner > .detail_box > ul li > .list_check > label { color: #777; }
#organization > .organization_inner > .detail_box > ul li > input[type=search] { width: 40%; margin: 0 10px 0 0; float: left;}
#organization > .organization_inner > .detail_box > ul li:last-child { width: 100%; }
#organization > .organization_inner > .detail_box > .button_box { padding: 70px 0 0; float: right;}
#organization > .organization_inner > .detail_box > .button_box button { width: 112px; height: 45px; line-height: 45px; border-radius: 5px; border: 1px solid #1f2b51; background: #1F2B51; text-align: center; font-size: 14px; color: #fff; }
#organization > .organization_inner > .detail_box > .button_box button.search:hover { border: 1px solid #293e81; background: #293e81; }
#organization > .organization_inner > .detail_box > .button_box button.reset { margin: 0 5px 0; border: 1px solid #777; background: transparent; color: #1f2b51; }
#organization > .organization_inner > .detail_box > .button_box button.reset:hover { background: #1f2b51; color: #fff; }
#organization > .organization_inner > .table > .info { padding: 10px 0 0 0; }
#organization > .organization_inner > .table > .info > p { line-height: 30px; padding: 0 20px 0 0; font-size: 16px; font-weight: 500; color: #777; float: left; }
#organization > .organization_inner > .table > .info button { height: 30px; line-height: 30px; padding: 0 20px; font-size: 14px; color: #fff; text-align: center;}
#organization > .organization_inner > .table > .info button.transmit { background: #888; }
#organization > .organization_inner > .table > .info > button.register { background: #21a042; float: right; }
#organization > .organization_inner > .table > .table_wrap { padding: 20px; margin: 20px 0 0 0; border-radius: 10px; background: #fff;}
#organization > .organization_inner > .table > .table_wrap > table { width: 100%; padding: 20px; border-radius: 10px; background: #fff; }
#organization > .organization_inner > .table > .table_wrap > table > thead { border-radius: 10px; }
#organization > .organization_inner > .table > .table_wrap > table > thead > tr > th { padding: 15px 5px; font-size: 18px; color: #1f2b51; background: #E9E6DF; }
#organization > .organization_inner > .table > .table_wrap > table > thead > tr > th:first-child { border-bottom-left-radius: 10px; border-top-left-radius: 10px; }
#organization > .organization_inner > .table > .table_wrap > table > thead > tr > th:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td { padding: 15px 0; border-bottom: 1px solid #bbb; text-align: center; font-size: 16px; color: #777; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td.no_test { color: #bbb; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr:last-child > td { border: 0; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td button { padding: 5px 10px; border: 1px solid #777; border-radius: 5px; background: #fff; font-size: 12px; color: #777; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td button.register { border: 1px solid #1f2b51; color: #1f2b51; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td button.view { border: 1px solid #21a042; color: #21a042; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td button.re_view { border: 1px solid #56BDB4; color: #56BDB4; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td button.send { border: 1px solid #56BDB4; color: #56BDB4; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td button.copy { border: 1px solid #bbb; color: #777; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td > .ing { color: #1f2b51; font-size: 14px; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td > span.no_send { color: #bbb;}
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td > span.send_complete { color: #eea957;}
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td > span.check { padding: 0; color: #21a042; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td > span.no_check { color: #bbb; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td > span > span.date { font-size: 14px; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td > .no_paper { padding: 50px 0; line-height: 50px; font-size: 18px; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td > .no_paper > button { width: 270px; height: 65px; margin: 30px 0 0; padding: 0; line-height: 65px; border-radius: 10px; background: #1F2B51; text-align: center; font-size: 20px; color: #fff; }
#organization > .organization_inner > .table > .table_wrap > table > tbody > tr > td > .no_paper > button:hover { background: #293e81; }

/* 검사관리 - 기관용 / 검사자 일괄 등록 팝업 */
#organizationPopUp { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); z-index: 2; display: none; }
#organizationPopUp > .organization_pop { position: absolute; top: 50%; left: 50%; width: 500px; padding: 30px 30px 20px 30px; border-radius: 10px; border: 1px solid #bbb; background: #fff; transform: translate(-50%, -50%); box-shadow: 5px 5px 5px rgba(136, 136, 133, 0.5); }
#organizationPopUp > .organization_pop > img { position: absolute; top: 20px; right: 20px; cursor: pointer; }
#organizationPopUp > .organization_pop > h1 { font-size: 25px; color: #1F2B51; text-align: center; }
#organizationPopUp > .organization_pop > button.download { width: 225px; padding: 13px 20px; margin: 0 0 0 50%; border-radius: 5px; background: #21a042; text-align: center; font-size: 18px; color: #fff; transform: translateX(-50%); }
#organizationPopUp > .organization_pop > p { line-height: 20px; padding: 15px 0 10px 0; font-size: 16px; color: #1f2b51; text-align: center; }
#organizationPopUp > .organization_pop > p > span { color: #21a042; font-weight: bold; }
#organizationPopUp > .organization_pop > dl { padding: 20px 0 10px 0; color: #1f2b51; }
#organizationPopUp > .organization_pop > dl > dt { font-size: 16px; color: #1f2b51; font-weight: bold; }
#organizationPopUp > .organization_pop > dl > dd { position: relative; line-height: 22px; padding: 5px 0 0 10px; font-size: 16px; }
#organizationPopUp > .organization_pop > dl > dd::before { position: absolute; top: 15px; left: 0; width: 5px; height: 1px; background: #777777; content: ''; }
#organizationPopUp > .organization_pop > dl > dd > ol { padding: 5px 0; }
#organizationPopUp > .organization_pop > dl > dd > ol li { position: relative; padding: 2px 0 0 10px; font-size: 14px; }
#organizationPopUp > .organization_pop > dl > dd > ol li::before { position: absolute; top: 12px; left: 0; width: 2px; height: 2px; border-radius: 50%; background: #777777; content: '';}
#organizationPopUp > .organization_pop > dl > dd > ol li > span { font-weight: bold; }
#organizationPopUp > .organization_pop > dl:last-child > dd::before { display: none;}
#organizationPopUp > .organization_pop > dl > dd > .filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; overflow: hidden; clip:rect(0,0,0,0); }
#organizationPopUp > .organization_pop > dl > dd > .filebox label { width: 92px; height: 45px; line-height: 45px; padding: 0 10px; border: 1px solid #777; border-radius: 5px; font-size: 16px; color: #777; background-color: #fff; cursor: pointer; vertical-align: middle; text-align: center; display: inline-block; }
#organizationPopUp > .organization_pop > dl > dd > .filebox .upload { width: 78%; height: 45px; line-height: 45px; padding: 5px 10px; border: 1px solid #bbb; background: #f0f0f0; font-size: 16px; color: #666; vertical-align: middle; -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; display: inline-block; }
#organizationPopUp > .organization_pop > dl:last-child > dd { padding: 10px 0 0 0; }
#organizationPopUp > .organization_pop > dl:last-child > dd:last-child {  }
#organizationPopUp > .organization_pop > dl:last-child > dd button.download { width: 100%; height: 45px; line-height: 45px; padding: 0 20px; border-radius: 5px; background: #1f2b51; text-align: center; font-size: 16px; color: #fff; }
/* 검사관리 - 기관용 / 검사자 등록 팝업 */
#inspectorPopUp { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); z-index: 2; display: none; }
#inspectorPopUp > .inspector_pop { position: absolute; top: 50%; left: 50%; width: 430px; padding: 30px 30px 20px 30px; border-radius: 10px; border: 1px solid #bbb; background: #fff; transform: translate(-50%, -50%); box-shadow: 5px 5px 5px rgba(136, 136, 133, 0.5); }
#inspectorPopUp > .inspector_pop > img { position: absolute; top: 20px; right: 20px; cursor: pointer; }
#inspectorPopUp > .inspector_pop > h1 { font-size: 25px; color: #1F2B51; text-align: center; }
#inspectorPopUp > .inspector_pop > .inspector_box { padding: 0 0 20px 0; }
#inspectorPopUp > .inspector_pop > .inspector_box > h2 { padding: 0 0 10px 0; margin: 0 0 10px 0; border-bottom: 1px solid #1f2b51; font-size: 18px; color: #1F2B51; font-weight: bold; }
#inspectorPopUp > .inspector_pop > .inspector_box > ul li { padding: 5px 0; line-height: 45px; overflow: hidden; }
#inspectorPopUp > .inspector_pop > .inspector_box > ul li > p { width: 30%; font-size: 16px; color: #1f2b51; float: left; }
#inspectorPopUp > .inspector_pop > .inspector_box > ul li > input[type=text] { width: 70%; float: left; }
#inspectorPopUp > .inspector_pop > .inspector_box > ul li > select { width: 70%; }
#inspectorPopUp > .inspector_pop > button { width: 100%; height: 45px; line-height: 45px; margin: 0 0 0 50%; border-radius: 5px; background: #1f2b51; text-align: center; font-size: 16px; color: #fff; transform: translateX(-50%); }

/* 결과지 관리 */
#report > .report_inner > h1 { padding: 60px 0 50px 0; margin: 0; text-align: center; }
#report > .report_inner > .report_list > ul li > p.list_title { padding: 0 0 20px 0; font-size: 24px; color: #1F2B51; font-weight: bold; text-align: center; }
#report > .report_inner > .report_list > ul li > p.list_title > img { padding: 0 10px 0 0; }
#report > .report_inner { width: 1200px; margin: 0 auto; }
#report > .report_inner > .report_tab { margin: 0 0 0 50%; text-align: center; transform: translateX(-50%); }
#report > .report_inner > .report_tab button { position: relative; width: 165px; height: 50px; margin: 0 10px; border-radius: 0; border: 1px solid #777; background: transparent; font-size: 18px; color: #777; }
#report > .report_inner > .report_tab button:hover { border: 1px solid #21a042; background: #21a042; color: #fff; }
#report > .report_inner > .report_tab button.active { position: relative; padding: 0 0 0 30px; border: 1px solid #21a042; background: #21a042; color: #fff; }
#report > .report_inner > .report_tab button.active::before { position: absolute; top: 15px; left: 25px; width: 21px; height: 21px; background: url("/images/user/paper/icon_paper_tab.png") no-repeat; content: ''; }
#report > .report_inner > .report_list { margin: 30px 0 80px 0; padding: 30px 20px; border-radius: 10px; background: #fff; overflow: hidden; }
#report > .report_inner > .report_list > ul li { position: relative; width: 29%; height: 355px; margin: 0 40px 30px 0; padding: 30px; border-radius: 5px; border: 1px solid #bbb; background: #fff; box-shadow: 5px 5px 5px #e6e6e6; float: left; }
#report > .report_inner > .report_list > ul li dl { padding: 5px 0; overflow: hidden; }
#report > .report_inner > .report_list > ul li dl > dt { width: 85px; font-size: 18px; color: #1F2B51; float: left; }
#report > .report_inner > .report_list > ul li dl > dd { text-align: left; float: left; }
#report > .report_inner > .report_list > ul li dl > dd.no_entry { color: #bbb; }
#report > .report_inner > .report_list > ul li > button { position: absolute; bottom: 30px; width: 273px; height: 65px; line-height: 65px; border-radius: 10px; background: #21a042; font-size: 20px; color: #fff; text-align: center; font-weight: normal; }
#report > .report_inner > .report_list > ul li > button:hover { background: #58ab4d; }
#report > .report_inner > .report_list > ul li > button.expiration { background: #bbb; }
#report > .report_inner > .no_report { margin: 30px 0 80px 0; padding: 100px 0; border-radius: 10px; background: #fff; }
#report > .report_inner > .no_report > .text { text-align: center; }
#report > .report_inner > .no_report > .text > p { padding: 15px 0 30px 0; font-size: 22px; color: #293e81; font-weight: bold; }
#report > .report_inner > .no_report > button { width: 270px; height: 65px; line-height: 65px; margin: 0 0 0 50%; border-radius: 10px; background: #1F2B51; text-align: center; font-size: 20px; color: #fff; transform: translateX(-50%); }
#report > .report_inner > .no_report > button:hover { background: #293e81; }
/* 아동정보 관리 */
#children > .children_inner > h1 { padding: 60px 0 50px 0; margin: 0; text-align: center; }
#children > .children_inner { width: 1200px; margin: 0 auto; }
#children > .children_inner > .children_tab { margin: 0 0 0 50%; text-align: center; transform: translateX(-50%); }
#children > .children_inner > .children_tab button { position: relative; width: 165px; height: 50px; margin: 0 10px; border-radius: 0; border: 1px solid #777; background: transparent; font-size: 18px; color: #777; }
#children > .children_inner > .children_tab button:hover { border: 1px solid #21a042; background: #21a042; color: #fff; }
#children > .children_inner > .children_tab button.active { position: relative; padding: 0 0 0 30px; border: 1px solid #21a042; background: #21a042; color: #fff; }
#children > .children_inner > .children_tab button.active::before { position: absolute; top: 15px; left: 15px; width: 21px; height: 21px; background: url("/images/user/paper/icon_paper_tab.png") no-repeat; content: ''; }
#children > .children_inner > .children_list { margin: 30px 0 80px 0; padding: 30px 20px; border-radius: 10px; background: #fff; overflow: hidden; }
#children > .children_inner > .children_list > ul li { position: relative; width: 29%; height: 270px; margin: 0 40px 30px 0; padding: 30px; border-radius: 5px; border: 1px solid #bbb; background: #fff; box-shadow: 5px 5px 5px #e6e6e6; float: left; }
#children > .children_inner > .children_list > ul li > .profile { position: relative; width: 60px; height: 60px; margin: 0 15px 0 0; border-radius: 50%; background: #d9d9d9; float: left; }
#children > .children_inner > .children_list > ul li > .profile > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#children > .children_inner > .children_list > ul li > .children_box { width: 195px; float: left;}
#children > .children_inner > .children_list > ul li > .children_box > h2 { padding: 0 0 10px 0; font-size: 24px; color: #1F2B51; font-weight: bold; }
#children > .children_inner > .children_list > ul li > .children_box > h2 > span { font-weight: normal; color: #777; }
#children > .children_inner > .children_list > ul li > .children_box > ol { padding: 0 0 10px 0; border-top: 1px solid #bbb; }
#children > .children_inner > .children_list > ul li > .children_box > ol li { position: relative; width: auto; height: auto; margin: 0; padding: 10px 0 0 10px; border: none; background: transparent; box-shadow: none; }
#children > .children_inner > .children_list > ul li > .children_box > ol li:before { position: absolute; top: 20px; left: 0; width: 2px; height: 2px; background: #777; content: ''; }
#children > .children_inner > .children_list > ul li > .button_box { position: absolute; bottom: 30px; }
#children > .children_inner > .children_list > ul li > .button_box > button { width: 135px; height: 45px; line-height: 42px; margin: 40px 0 0 0; border-radius: 5px; box-sizing: border-box; font-size: 16px; color: #1F2B51; text-align: center; }
#children > .children_inner > .children_list > ul li > .button_box > button.info { border: 1px solid #1F2B51; background: transparent; color: #1F2B51; }
#children > .children_inner > .children_list > ul li > .button_box > button.info:hover { background: #e8edfd; }
#children > .children_inner > .children_list > ul li > .button_box > button.breakdown { border: 1px solid #1F2B51; background: #1F2B51; color: #fff; }
#children > .children_inner > .children_list > ul li > .button_box > button.breakdown:hover { background: #293e81; }
#children > .children_inner > .children_list > ul li.children_register { text-align: center; }
#children > .children_inner > .children_list > ul li.children_register > .register_box { position: relative; top: 50%;  transform: translateY(-50%); }
#children > .children_inner > .children_list > ul li.children_register > .register_box > p { font-size: 18px; color: #1F2B51; }
#children > .children_inner > .children_list > ul li.children_register > .register_box > a { position: relative; top: 15px; width: 50px; height: 50px; border: 1px solid #bbb; border-radius: 50%; background: #fff; box-shadow: 5px 5px 5px #e6e6e6; display: inline-block; }
#children > .children_inner > .children_list > ul li.children_register > .register_box > a > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#children > .children_inner > .no_children { margin: 30px 0 80px 0; padding: 100px 0; border-radius: 10px; background: #fff; }
#children > .children_inner > .no_children > .text { text-align: center; }
#children > .children_inner > .no_children > .text > p { padding: 15px 0 30px 0; font-size: 22px; color: #293e81; font-weight: bold; }
#children > .children_inner > .no_children > button { width: 270px; height: 65px; line-height: 65px; margin: 0 0 0 50%; border-radius: 10px; background: #1F2B51; text-align: center; font-size: 20px; color: #fff; transform: translateX(-50%); }
#children > .children_inner > .no_children > button:hover { background: #293e81; }
/* 아동정보 관리 - 등록팝업창 */
#childRegisterLayer { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); z-index: 5; }
#childRegisterLayer > .form > .children_register_pop { position: absolute; top: 50%; left: 50%; width: 430px; height: 480px; padding: 30px; border-radius: 10px; border: 1px solid #bbb; background: #fff; transform: translate(-50%, -50%); box-shadow: 5px 5px 5px rgba(136, 136, 133, 0.5); }
#childRegisterLayer > .form > .children_register_pop > img { position: absolute; top: 20px; right: 20px; cursor: pointer; }
#childRegisterLayer > .form > .children_register_pop > h1 { font-size: 25px; color: #1F2B51; text-align: center; }
#childRegisterLayer > .form > .children_register_pop > ul li { padding: 0 0 15px 0; overflow: hidden; }
#childRegisterLayer > .form > .children_register_pop > ul li.name > input { width: 241px; margin: 0 14px 0 0; float: left; }
#childRegisterLayer > .form > .children_register_pop > ul li select { width: 30.6%; padding: 13px 15px; margin: 0 15px 0 0; border: 1px solid #bbb; border-radius: 5px; background: url("/images/user/paper/icon_paper_select.png") no-repeat 95% 50%; font-size: 16px; color: #1F2B51; -webkit-appearance: none; -moz-appearance: none; appearance: none; float: left; }
#childRegisterLayer > .form > .children_register_pop > ul li select:focus { border: 1px solid #21a042; border-radius: 5px; box-sizing: border-box; outline: 0; transition: .3s; }
#childRegisterLayer > .form > .children_register_pop > ul li select:last-child { margin: 0; }
#childRegisterLayer > .form > .children_register_pop > .button_box { width: max-content; margin: 15px 0 0 50%; transform: translateX(-50%); }
#childRegisterLayer > .form > .children_register_pop > .button_box button { width: 112px; height: 45px; line-height: 45px; margin: 0 15px 0 0; border-radius: 5px; font-size: 14px; float: left; }
#childRegisterLayer > .form > .children_register_pop > .button_box button.delete { background: #a76d6d; color: #fff; }
#childRegisterLayer > .form > .children_register_pop > .button_box button.cancel { background: #bbb; color: #fff; }
#childRegisterLayer > .form > .children_register_pop > .button_box button.register { margin: 0; background: #1F2B51; color: #fff; float: right; }

/* 아동정보 관리 - 최근 검사 내역 */
#childReportLayer { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); z-index: 5; }
#childReportLayer > .children_lately_pop { position: absolute; top: 50%; left: 50%; width: 430px; height: 480px; padding: 30px; border-radius: 10px; border: 1px solid #bbb; background: #fff; transform: translate(-50%, -50%); box-shadow: 5px 5px 5px rgba(136, 136, 133, 0.5); }
#childReportLayer > .children_lately_pop > img { position: absolute; top: 20px; right: 20px; cursor: pointer; }
#childReportLayer > .children_lately_pop > h1 { font-size: 25px; color: #1F2B51; text-align: center; }
#childReportLayer > .children_lately_pop > ul { height: 360px; overflow: auto; }
#childReportLayer > .children_lately_pop > ul li { padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: 1px solid #bbb; overflow: hidden; }
#childReportLayer > .children_lately_pop > ul li > dl { padding: 0 0 0 10px; border-left: 3px solid #21a042; float: left; }
#childReportLayer > .children_lately_pop > ul li > dl > dt { font-size: 18px; color: #1F2B51;}
#childReportLayer > .children_lately_pop > ul li > dl > dd { padding: 10px 0 0 0; font-size: 16px; color: #777; }
#childReportLayer > .children_lately_pop > ul li > button { width: 112px; height: 45px; line-height: 45px; border-radius: 5px; background: #1F2B51; font-size: 14px; color: #fff; text-align: center; float: right; }
/* 아동정보 관리 - 최근 검사 내역 없음 */
#childReportLayer > .children_lately_no_pop { position: absolute; top: 50%; left: 50%; width: 430px; padding: 30px; border-radius: 10px; border: 1px solid #bbb; background: #fff; transform: translate(-50%, -50%); box-shadow: 5px 5px 5px rgba(136, 136, 133, 0.5); }
#childReportLayer > .children_lately_no_pop > img { position: absolute; top: 20px; right: 20px; cursor: pointer; }
#childReportLayer > .children_lately_no_pop > h1 { font-size: 25px; color: #1F2B51; text-align: center; }
#childReportLayer > .children_lately_no_pop > .no_lately { padding: 20px 0; background: #F5F4F2; text-align: center; }
#childReportLayer > .children_lately_no_pop > .no_lately > p { padding: 10px 0 0 0; font-size: 16px; color: #1F2B51; }
#childReportLayer > .children_lately_no_pop > button { width: 112px; height: 45px; line-height: 45px; margin: 30px 0 0 50%; border-radius: 5px; background: #1F2B51; font-size: 14px; color: #fff; text-align: center; transform: translateX(-50%); }
/* 추천 프로그램 */
#program > .program_inner { width: 1200px; margin: 0 auto; }
#program > .program_inner > h1 { padding: 60px 0 50px 0; margin: 0; text-align: center; }
#program > .program_inner > .program_tab { width: max-content; margin: 0 0 0 50%; transform: translateX(-50%); }
#program > .program_inner > .program_tab > button { padding: 10px 15px; margin: 0 5px; border-radius: 80px; border: 1px solid #777; font-size: 16px; color: #777; text-align: center; box-sizing: border-box; }
#program > .program_inner > .program_tab > button.active { border: 1px solid #21a042; background: #21a042; color: #fff; }
#program > .program_inner > .program_tab > button:hover { border: 1px solid #21a042; background: #21a042; color: #fff; }
#program > .program_inner > .program_list { padding: 30px 30px 30px 20px; margin: 30px 0 0 0; border-radius: 10px; background: #fff; }
#program > .program_inner > .program_list > ul li { position: relative; padding: 0 0 30px 0; margin: 0 0 40px 0; border-bottom: 1px solid #bbb; overflow: hidden; }
#program > .program_inner > .program_list > ul li:last-child { margin: 0; padding: 0; border-bottom: 0; }
#program > .program_inner > .program_list > ul li > .thumbnail { width: 200px; height: 200px; margin: 0 30px 0 0; border: 1px solid #bbb; background: #fff; box-sizing: border-box; justify-content: center; align-items: center; display: flex; float: left; }
#program > .program_inner > .program_list > ul li > .thumbnail > img { vertical-align: middle; }
#program > .program_inner > .program_list > ul li > .text > h2 { padding: 20px 0; font-size: 22px; color: #1F2B51; }
#program > .program_inner > .program_list > ul li > .text > p { line-height: 24px; font-size: 16px; color: #777; }
#program > .program_inner > .program_list > ul li > button { position: absolute; bottom: 30px; right: 0; height: 45px; line-height: 45px; padding: 0 45px 0 30px; border: 1px solid #1F2B51; border-radius: 5px; background: url("/images/user/program/icon_program1.png") no-repeat 80% 50%; text-align: center; font-size: 14px; color: #1F2B51;}
#program > .program_inner > .program_list > ul li > button:hover { background: url("/images/user/program/icon_program1.png") no-repeat 80% 50% #e8edfd; }
#program > .program_inner > .pagination { margin: 30px 0 80px 0; text-align: center; font-size: 18px; color: #777; }
#program > .program_inner > .pagination a { padding: 0 15px; }
#program > .program_inner > .pagination a.active { color: #21a042; font-weight: bold;}
#program > .program_inner > .pagination a:hover { color: #21a042; transition: .3s; }
#program > .program_inner > .pagination a.arrow { padding: 0 5px; }
/* 마이페이지 */
#mypage > .mypage_inner { width: 1200px; margin: 0 auto; }
#mypage > .mypage_inner > h1 { padding: 60px 0 50px 0; margin: 0; text-align: center; }
#mypage > .mypage_inner > .my_info { padding: 20px 0; border-radius: 20px; background: #fff; }
#mypage > .mypage_inner > .my_info > .my_box { margin: 0 0 0 58%; transform: translateX(-50%); }
#mypage > .mypage_inner > .my_info > .my_box > .profile { width: 64px; height: 64px; padding: 10px 0; margin: 11px 20px 0 0; border-radius: 50%; background: #E9E6DF; text-align: center; float: left; }
#mypage > .mypage_inner > .my_info > .my_box > .text { font-weight: normal;}
#mypage > .mypage_inner > .my_info > .my_box > .text > p { font-size: 14px; color: #777; }
#mypage > .mypage_inner > .my_info > .my_box > .text > h2 { font-size: 20px; color: #777; font-weight: 500; }
#mypage > .mypage_inner > .my_info > .my_box > .text > h2 > span { color: #21a042; }
#mypage > .mypage_inner > .my_info > .my_box > .text > button { padding: 5px 10px; margin: 15px 0 0 0; border-radius: 5px; border: 1px solid #bbb; background: #fff; text-align: center; font-size: 14px; color: #777; }
#mypage > .mypage_inner > .mypage_order { margin: 0 0 50px 0; }
#mypage > .mypage_inner > .mypage_order > h3 { padding: 30px 0 15px 0; border-bottom: 1px solid #1F2B51; font-size: 22px; color: #1F2B51; }
#mypage > .mypage_inner > .mypage_order > .form { padding: 30px 0; overflow: hidden; }
#mypage > .mypage_inner > .mypage_order > .form > ul { width: max-content; margin: 0 0 0 50%; transform: translateX(-50%); }
#mypage > .mypage_inner > .mypage_order > .form > ul li { line-height: 45px; float: left; }
#mypage > .mypage_inner > .mypage_order > .form > ul li > p { padding: 0 10px 0 0; font-size: 18px; color: #1F2B51; float: left; }
#mypage > .mypage_inner > .mypage_order > .form > ul li > .input_box { margin: 0 30px 0 0; float: left; }
#mypage > .mypage_inner > .mypage_order > .form > ul li > .input_box input[type=text] { width: 140px; text-align: center; float: left; }
#mypage > .mypage_inner > .mypage_order > .form > ul li > .input_box span { padding: 0 10px; font-size: 18px; color: #1F2B51; float: left; }
#mypage > .mypage_inner > .mypage_order > .form > ul li .list_check { margin: 0 10px 0 0; float: left; }
#mypage > .mypage_inner > .mypage_order > .form > ul li .list_check > a { font-size: 18px; color: #1F2B51; }
#mypage > .mypage_inner > .mypage_order > .form > ul li > button { width: 112px; height: 45px; line-height: 45px; margin: 0 0 0 20px; border-radius: 5px; background: #1F2B51; text-align: center; font-size: 14px; color: #fff; }
#mypage > .mypage_inner > .mypage_order > .form > ul li > button:hover { background: #293e81; }
#mypage > .mypage_inner > .mypage_order > .form > ul li > button.gray { background: #b9b9b9; }
#mypage > .mypage_inner > .mypage_order > .form > ul li > button.gray:hover { background: #9f9f9f; }
#mypage > .mypage_inner > .mypage_order > .mypage_table { padding: 20px; border-radius: 10px; background: #fff;}
#mypage > .mypage_inner > .mypage_order > .mypage_table > table { width: 100%; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > thead { border-radius: 10px; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > thead > tr th { padding: 15px 0; font-size: 18px; color: #1F2B51; background: #E9E6DF; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > thead > tr th:first-child { border-bottom-left-radius: 10px; border-top-left-radius: 10px; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > thead > tr th:last-child { border-bottom-right-radius: 10px; border-top-right-radius: 10px; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > tbody tr td { padding: 15px 0; border-bottom: 1px solid #bbb; text-align: center; font-size: 16px; color: #777; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > tbody tr:last-child td { border: 0; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > tbody tr td:nth-child(3) { text-align: center; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > tbody tr td p.stand { font-weight: 500; font-size: 16px; color: #21a042; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > tbody tr td p.cancel { font-size: 16px; color: #56BDB4; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > tbody tr td > .bank { width: max-content; padding: 5px 10px; margin: 10px 0 0 50%; background: #F5F4F2; font-size: 14px; color: #21a042; font-weight: 500; transform: translateX(-50%); }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > tbody tr td button.cancel { padding: 5px 10px; border: 1px solid #777; border-radius: 5px; background: #fff; font-size: 14px; color: #777; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > table > tbody tr td button.receipt { padding: 5px 10px 5px 35px; border: 1px solid #1F2B51; background: url("/images/user/mypage/icon_mypage2.png") no-repeat 10px 50% #fff; text-align: left; font-size: 14px; color: #1F2B51; }
#mypage > .mypage_inner > .mypage_order > .mypage_table > .no_mypage { padding: 100px 0; text-align: center; font-size: 18px; color: #777; }
/* 마이페이지 환불신청 팝업 */
#orderRefundLayer { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); z-index: 2; display: none; }
#orderRefundLayer > .refund_pop { position: absolute; top: 50%; left: 50%; width: 430px; padding: 30px; border-radius: 10px; border: 1px solid #bbb; background: #fff; transform: translate(-50%, -50%); box-shadow: 5px 5px 5px rgba(136, 136, 133, 0.5); }
#orderRefundLayer > .refund_pop > img { position: absolute; top: 20px; right: 20px; cursor: pointer; }
#orderRefundLayer > .refund_pop > h1 { font-size: 25px; color: #1F2B51; text-align: center; }
#orderRefundLayer > .refund_pop > ul li { margin: 0 0 15px 0; overflow: hidden; }
#orderRefundLayer > .refund_pop > ul li select { width: 100%; color: #777; }
#orderRefundLayer > .refund_pop > ul li.refund_amount { padding: 0 0 15px 0; border-bottom: 1px dashed #bbb; }
#orderRefundLayer > .refund_pop > ul li.refund_amount > p { font-size: 18px; color: #1F2B51; float: left; }
#orderRefundLayer > .refund_pop > ul li.refund_amount > p + p { text-align: right; font-size: 22px; color: #21a042; font-weight: bold; float: right; }
#orderRefundLayer > .refund_pop > ul li.refund_amount > p + p > span { font-size: 18px; }
#orderRefundLayer > .refund_pop > .button_box { padding: 15px 0 0 0; text-align: center; }
#orderRefundLayer > .refund_pop > .button_box button { width: 112px; height: 45px; line-height: 45px; margin: 0 15px 0 0; border-radius: 5px; text-align: center; font-size: 14px; color: #fff; font-weight: 300; }
#orderRefundLayer > .refund_pop > .button_box button.cancel { background: #bbb; }
#orderRefundLayer > .refund_pop > .button_box button.refund { background: #1F2B51; }
/* 미래역량 파트너 */
#partner > .partner_inner { width: 1200px; margin: 0 auto; }
#partner > .partner_inner > h1 { padding: 60px 0 0; margin: 0; text-align: center; }
#partner > .partner_inner > .top_box { margin: 20px 0 0 0; overflow: hidden; }
#partner > .partner_inner > .top_box > button { height: 45px; line-height: 45px; padding: 0 20px; border-radius: 10px; border: 0; background: #21a042; font-size: 20px; color: #fff; text-align: center; font-weight: normal; float: right; }
#partner > .partner_inner > .top_box > button > img { padding: 0 10px 0 0; }
#partner > .partner_inner > .top_box > button:hover { background: #58ab4d; }
#partner > .partner_inner > .partner_table { padding: 20px; margin: 20px 0 0 0; border-radius: 10px; background: #fff;}
#partner > .partner_inner > .partner_table > table { width: 100%; }
#partner > .partner_inner > .partner_table > table > thead { border-radius: 10px; }
#partner > .partner_inner > .partner_table > table > thead > tr th { padding: 15px 0; font-size: 18px; color: #1F2B51; background: #E9E6DF; }
#partner > .partner_inner > .partner_table > table > thead > tr th:first-child { border-bottom-left-radius: 10px; border-top-left-radius: 10px; }
#partner > .partner_inner > .partner_table > table > thead > tr th:last-child { border-bottom-right-radius: 10px; border-top-right-radius: 10px; }
#partner > .partner_inner > .partner_table > table > tbody tr td { padding: 15px 0; border-bottom: 1px solid #bbb; text-align: center; font-size: 16px; color: #777; }
#partner > .partner_inner > .partner_table > table > tbody tr td.product_name { text-align: left; }
#partner > .partner_inner > .partner_table > table > tbody tr td.product_name > a { color: #21a042; font-weight: 500; text-align: left; cursor: pointer; }
#partner > .partner_inner > .partner_table > table > tbody tr td.product_name > a:hover { text-decoration: underline; }
#partner > .partner_inner > .partner_table > table > tbody tr td.no_data { padding: 100px 0; text-align: center; }
#partner > .partner_inner > .partner_table > table > tbody tr:last-child td { border: 0; }
#partner > .partner_inner > .partner_table > table > tbody tr td p { font-size: 16px; }
#partner > .partner_inner > .partner_table > table > tbody tr td p.font13 { font-size: 13px; }
#partner > .partner_inner > .partner_table > table > tbody tr td p.stand { color: #bbb; }
#partner > .partner_inner > .partner_table > table > tbody tr td p.refusal { color: #F08300; }
#partner > .partner_inner > .partner_table > table > tbody tr td p.request { color: #1F2B51; }
#partner > .partner_inner > .partner_table > table > tbody tr td p.completion { color: #777; }
#partner > .partner_inner > .partner_table > table > tbody tr td:nth-child(4) { text-align: left; }
#partner > .partner_inner > .partner_table > table > tbody tr td:nth-child(4) > p { text-align: left; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; }
#partner > .partner_inner > .partner_table > table > tbody tr td > p.product_refusal { width: 240px; line-height: 38px; color: #F08300; display: contents; }
#partner > .partner_inner > .partner_table > table > tbody tr td > button.reason { margin: 5px 0 0; padding: 5px 10px; border-radius: 5px; border: 1px solid #F08300; background: transparent; text-align: center; font-size: 14px; color: #F08300; float: right; }
#partner > .partner_inner > .partner_table > table > tbody tr td > button.request { padding: 5px 10px; border-radius: 5px; border: 0; background: #1F2B51; font-size: 14px; color: #fff; text-align: center; font-weight: 300; }
#partner > .partner_inner > .partner_table > table > tbody tr td > button.cancel { padding: 5px 10px; border-radius: 5px; border: 1px solid #1F2B51; background: transparent; font-size: 14px; color: #1F2B51; text-align: center; font-weight: 300; }

/* 파트너 - 신청하기 */
#partnerRegisterLayer { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); z-index: 2; }
#partnerRegisterLayer > .apply { position: absolute; top: 50%; width: 500px; height: 90%; padding: 30px; margin: 0 0 0 50%; border-radius: 10px; border: 1px solid #bbb; background: #fff; transform: translate(-50%, -50%); box-shadow: 5px 5px 5px rgba(136, 136, 133, 0.5); overflow-x: hidden; overflow-y: scroll; }
#partnerRegisterLayer > .apply.full { width: 1000px; }
#partnerRegisterLayer > .apply > img { position: absolute; top: 47px; right: 45px; cursor: pointer; }
#partnerRegisterLayer > .apply > h1 { padding: 15px 0; font-size: 25px; background-color: #1F2B51; color: #fff; text-align: center; }
#partnerRegisterLayer > .apply > p { text-align: center; font-size: 16px; color: #777; }
#partnerRegisterLayer > .apply > ul { width: 100%; overflow: hidden; }
#partnerRegisterLayer > .apply > ul li { width: 100%; float: left; }
#partnerRegisterLayer > .apply.full > ul li { width: 441px; }
#partnerRegisterLayer > .apply > ul li:nth-child(2) { margin: 0 0 0 40px; }
#partnerRegisterLayer > .apply > ul li > h2 { padding: 30px 0 15px 0; border-bottom: 1px solid #1F2B51; font-size: 20px; color: #1F2B51; }
#partnerRegisterLayer > .apply > ul li > dl { height: 45px; line-height: 45px; margin: 15px 0 0 0; }
#partnerRegisterLayer > .apply > ul li > dl > dt { width: 100px; margin: 0 5px 0 0; font-size: 16px; color: #777; float: left;}
#partnerRegisterLayer > .apply > ul li > dl > dd { width: calc(100% - 105px); float: left; }
#partnerRegisterLayer > .apply > ul li > dl > dd > textarea { height: 100px; padding: 10px; outline: 0; border: 1px solid #bbb; font-family: "42dot Sans"; font-size: 16px; color: #777; }
#partnerRegisterLayer > .apply > ul li > dl > dd > textarea:focus { border: 1px solid #21a042; transition: .2s; }
#partnerRegisterLayer > .apply > .agree { padding: 30px 0 0 0; }
#partnerRegisterLayer > .apply > .agree > .list_check:nth-child(3) { margin: 40px 0 0; }
#partnerRegisterLayer > .apply > .agree > .text { height: 150px; padding: 15px; margin: 10px 0 0 0; line-height: 25px; border: 1px solid #bbb; font-size: 14px; overflow-x:hidden; overflow-y: scroll; }
#partnerRegisterLayer > .apply > .agree > .text > #rule { width: auto; margin: 0; padding: 0; line-height: 22px; font-size: 14px; }
#partnerRegisterLayer > .apply > .agree > .text > #rule > h1,
#partnerRegisterLayer > .apply > .agree > .text > #rule > h2 { font-size: 15px; }
#partnerRegisterLayer > .apply > button { width: 285px; height: 65px; line-height: 65px; margin: 30px 0 0 50%; border-radius: 10px; border: 0; background: #1F2B51; text-align: center; font-size: 20px; color: #fff; transform: translateX(-50%); }
#partnerRegisterLayer > .apply > button:hover { background: #293e81; }
/* 미래역량 파트너 - 거부 사유 팝업 */
#rejectReasonLayer { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); z-index: 2; display: none; }
#rejectReasonLayer > .refusal_reason { position: absolute; top: 50%; left: 50%; width: 500px; padding: 30px 30px 60px 30px; border-radius: 10px; border: 1px solid #bbb; background: #fff; transform: translate(-50%, -50%); box-shadow: 5px 5px 5px rgba(136, 136, 133, 0.5); }
#rejectReasonLayer > .refusal_reason > img { position: absolute; top: 20px; right: 20px; cursor: pointer; }
#rejectReasonLayer > .refusal_reason > h1 { font-size: 25px; color: #1F2B51; text-align: center; }
#rejectReasonLayer > .refusal_reason > p { line-height: 25px; text-align: center; font-size: 16px; color: #777; }
#rejectReasonLayer > .refusal_reason > p > span { color: #21a042; }
/* 미래역량 파트너 - 상품등록 */
#productRegister > .register_inner { width: 1200px; margin: 0 auto; }
#productRegister > .register_inner > h1 { padding: 70px 0; margin: 0; text-align: center; }
#productRegister > .register_inner > .form { padding: 30px 65px; border-radius: 10px; background: #fff; }
#productRegister > .register_inner > .form > ul li { margin: 0 0 20px 0; overflow: hidden; }
#productRegister > .register_inner > .form > ul li.description { margin-bottom: 0; }
#productRegister > .register_inner > .form > ul li.check_info { margin-bottom: 0; text-align: right; color: #1f2b51; }
#productRegister > .register_inner > .form > ul li > dl > dt { width: 250px; line-height: 45px; font-size: 18px; color: #777; float: left; }
#productRegister > .register_inner > .form > ul li > dl > dd { width: 810px; line-height: 45px; float: left; }
#productRegister > .register_inner > .form > ul li > dl > dd.part > label { width: 250px; display: inline-block; }
#productRegister > .register_inner > .form > ul li > dl > dd.part > label > .checkmark {  top: 14px; }
#productRegister > .register_inner > .form > ul li.description > dl > dd { line-height: normal; }
#productRegister > .register_inner > .form > ul li > dl > dd > input[type=text] { width: 100%; height: 45px; }
#productRegister > .register_inner > .form > ul li > dl > dd > textarea { height: 110px; padding: 10px; outline: 0; font-family: "42dot Sans"; font-size: 16px; color: #777; }
#productRegister > .register_inner > .form > ul li > dl > dd > textarea:focus { border: 1px solid #21a042; transition: .3s; }
#productRegister > .register_inner > .form > ul li > dl > dd > p.textarea { padding: 0 0 10px 0; text-align: right; font-size: 14px; color: #21a042; }
#productRegister > .register_inner > .form > ul li > dl > dd > ol { margin: 10px 0 0; }
#productRegister > .register_inner > .form > ul li > dl > dd > ol > li { line-height: 25px; overflow: hidden; }
#productRegister > .register_inner > .form > ul li > dl > dd > ol > li > label { width: 300px; float: left; }
#productRegister > .register_inner > .form > ul li > dl > dd > .image { width: 150px; height: 150px; border: 1px solid #bbb; background: #F5F4F2; box-sizing: border-box; text-align: center; justify-content: center; align-items: center; display: flex; float: left; }
#productRegister > .register_inner > .form > ul li > dl > dd > .image > img { width: 100%; }
#productRegister > .register_inner > .form > ul li > dl > dd > .text { padding: 0 0 0 20px; line-height: 20px; float: left;}
#productRegister > .register_inner > .form > ul li > dl > dd > .text > .file input[type=file] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; clip: rect(0, 0, 0, 0); overflow: hidden; }
#productRegister > .register_inner > .form > ul li > dl > dd > .text > .file label { width: 112px; height: 45px; line-height: 45px; border-radius: 5px; border: 0; background: #1F2B51; text-align: center; font-size: 16px; color: #fff; font-weight: 300; vertical-align: middle; cursor: pointer; display: inline-block; }
#productRegister > .register_inner > .form > ul li > dl > dd > .text > .file > .upload_name { display: none; }
#productRegister > .register_inner > .form > ul li > dl > dd > .text > p { font-size: 16px; color: #777; }
#productRegister > .register_inner > p { padding: 35px 0 0 0; text-align: center; font-size: 16px; color: #21A042; }
#productRegister > .register_inner > .button_box { margin: 50px 0; text-align: center; }
#productRegister > .register_inner > .button_box > button { width: 230px; height: 65px; line-height: 65px; border-radius: 10px; border: 0; background: #1F2B51; font-size: 20px; color: #fff; text-align: center; }
#productRegister > .register_inner > .button_box > button:hover { background: #293e81; }
#productRegister > .register_inner > .button_box > button.cancel { margin: 0 10px 0; background: #bbb; color: #fff; }
#productRegister > .register_inner > .button_box > button.cancel:hover { background: #ccc; }
/* 고객센터 */
#customer > .customer_inner { width: 1200px; margin: 0 auto; }
#customer > .customer_inner > h1 { padding: 60px 0 50px 0; margin: 0; text-align: center; }
#customer > .customer_inner > .search_box { margin: 0 0 30px 0; overflow: hidden; }
#customer > .customer_inner > .search_box > .tab { text-align: center; }
#customer > .customer_inner > .search_box > .tab button { width: 160px; height: 50px; line-height: 50px; margin: 0 20px 0 0; border: 1px solid #777; border-radius: 0; background: transparent; font-size: 18px; color: #777; text-align: center; }
#customer > .customer_inner > .search_box > .tab button.active { position: relative; background-color: #21a042; border: 1px solid #21a042; color: #fff; }
#customer > .customer_inner > .search_box > .tab button:hover { border: 1px solid #21a042; background: #21a042; color: #fff; }
#customer > .customer_inner > .customer_list { margin: 0 0 50px 0; padding: 20px 50px ; border-radius: 10px; background: #fff; }
#customer > .customer_inner > .customer_list > ul li { position: relative; padding: 20px 0; border-bottom: 1px solid #e5e5e5; overflow: hidden; }
#customer > .customer_inner > .customer_list > ul li:last-child { border-bottom: none; }
#customer > .customer_inner > .customer_list > ul li > p { width: 100%; line-height: 35px; font-size: 18px; color: #1F2B51; font-weight: bold; cursor: pointer; }
#customer > .customer_inner > .customer_list > ul li > p > strong { font-size: 30px; font-weight: 900; color: #21a042; }
#customer > .customer_inner > .customer_list > ul li > p > span { width: 110px; height: 30px; line-height: 30px; margin: 0 10px; border: 1px solid #21a042; font-size: 16px; color: #21a042; text-align: center; font-weight: normal; display: inline-block; }
#customer > .customer_inner > .customer_list > ul li > img { position: absolute; right: 0; top: 40px; }
#customer > .customer_inner > .customer_list > ul li > .answer { position: relative; width: 100%; padding: 15px 20px; margin: 20px 30px 0 35px; background: #fff; display: none; }
#customer > .customer_inner > .customer_list > ul li > .answer > p { font-size: 16px; color: #777; display: flex; min-height: 30px; }
#customer > .customer_inner > .customer_list > ul li > .answer > p > strong { padding: 0 20px 0 0; font-size: 30px; font-weight: 900; color: #bbb; align-items: top; display: block; float: left; }
#customer > .customer_inner > .customer_list > ul li > .answer > p > span { line-height: 25px; align-items: center; flex: 1; display: flex; }
#customer > .customer_inner > .customer_list > ul li.open > img { transform: rotate(180deg); }
/* 미래역량 파트너란? */
#partnerFuture .future_inner { width: 1200px; margin: 0 auto; }
#partnerFuture h2 { padding: 100px 0 30px 0; font-size: 37px; color: #1F2B51; text-align: center; font-weight: bold; }
#partnerFuture > .application { width: 100%; height: 600px; padding: 70px 0; background: url('/images/user/partner/img_partner_bg1.png') no-repeat; background-size: cover; }
#partnerFuture > .application > .text { position: relative; width: 800px; height: 460px; padding: 50px 40px; margin: 0 auto; border-radius: 30px; background: #fff; text-align: center; }
#partnerFuture > .application > .text::before { position: absolute; top: 110px; left: -28px; width: 65px; height: 65px; background: url('/images/user/partner/icon_partner2.png') no-repeat; content: ''; }
#partnerFuture > .application > .text::after { position: absolute; bottom: 50px; right: -35px; width: 95px; height: 85px; background: url('/images/user/partner/icon_partner3.png') no-repeat; content: ''; }
#partnerFuture > .application > .text > h1 { font-size: 37px; font-weight: bold; color: #1F2B51; }
#partnerFuture > .application > .text > h1 > span { color: #21a042; }
#partnerFuture > .application > .text > p { line-height: 30px; font-size: 20px; color: #777; }
#partnerFuture > .application > .text > .button_box { padding: 40px 0 0 0; }
#partnerFuture > .application > .text > .button_box > .color_green { margin: -10px 0 0; line-height: 25px; color: #21a042; }
#partnerFuture > .application > .text > .button_box > button { width: 300px; height: 45px; line-height: 45px; border-radius: 5px; background: url('/images/user/partner/icon_partner_arr.png') no-repeat 90% 50% #21a042; text-align: center; color: #fff; font-size: 20px; }
#partnerFuture > .application > .text > .button_box > button:hover { background: url('/images/user/partner/icon_partner_arr.png') no-repeat 95% 50% #58ab4d; }
#partnerFuture > .application > .text > .button_box > p { padding: 10px 0 0 0; font-size: 14px; color: #777; }
#partnerFuture > .future_partner { padding: 0 0 100px 0; background: #F5F4F2; text-align: center; }
#partnerFuture > .future_partner > .future_inner > p { width: 705px; padding: 20px 10px; margin: 0 auto; line-height: 30px; border-radius: 20px; background: #fff; font-size: 18px; color: #777; }
#partnerFuture > .future_partner > .future_inner > p > span { color: #21a042; }
#partnerFuture > .future_benefit { padding: 0 0 100px 0; background: #E9E6DF; }
#partnerFuture > .future_benefit > .future_inner > .benefit_box { width: 740px; margin: 0 auto 30px auto;}
#partnerFuture > .future_benefit > .future_inner > .benefit_box > .check_summary { display: none; }
#partnerFuture > .future_benefit > .future_inner > .benefit_box > .check_summary:checked+details { max-height: 600px; }
#partnerFuture > .future_benefit > .future_inner > .benefit_box > .check_summary:checked+details label::after { top: 30px; width: 15px; background: url('/images/user/partner/icon_partner_close.png') no-repeat;  }
#partnerFuture > .future_benefit > .future_inner > .benefit_box > .check_summary:checked+details label > span { display: none; }
#partnerFuture > .future_benefit details { width: 100%; max-height: 70px; line-height: 70px; border-radius: 10px; background: #F5F4F2; box-shadow: 3px 5px 13px #b9b9b9; transition: max-height 400ms ease-out; overflow: hidden; }
#partnerFuture > .future_benefit details:last-child { margin: 0 0 0 0; }
#partnerFuture > .future_benefit details summary { width: 100%; }
#partnerFuture > .future_benefit details summary::marker { content: ''; }
#partnerFuture > .future_benefit details summary label { position: relative; font-size: 20px; color: #777; cursor: pointer; display: flex; }
#partnerFuture > .future_benefit details summary label::before { position: relative; top: 20px; left: 20px; width: 32px; height: 30px; background: url('/images/user/partner/icon_partner_check.png') no-repeat; content: ''; }
#partnerFuture > .future_benefit details summary label::after { position: relative; top: 23px; right: 22px; width: 12px; height: 12px; margin: 0 0 0 auto; background: url('/images/user/partner/icon_partner_open.png') no-repeat; background-size: 12px; content: ''; display: inline-block; }
#partnerFuture > .future_benefit details summary label > p { padding: 0 0 0 30px; }
#partnerFuture > .future_benefit details summary label > span { position: absolute; right: 11px; bottom: -10px; font-size: 13px; color: #22a043; display: block; }
#partnerFuture > .future_benefit details summary label > img { position: absolute; top: 30px; right: 20px; width: 12px; height: 12px; }
#partnerFuture > .future_benefit details > .content { padding: 0 20px 20px 20px; border-radius: 10px; background: #F5F4F2; }
#partnerFuture > .future_benefit details > .content > .content_box { padding: 0 0 0 40px; border-top: 1px dashed #bbb; }
#partnerFuture > .future_benefit details > .content > .content_box > h3 { font-size: 20px; color: #21a042; font-weight: 500; }
#partnerFuture > .future_benefit details > .content > .content_box > p { line-height: 28px; font-size: 18px; color: #777; }
#partnerFuture > .future_benefit details > .content > .content_box > .content_ex { padding: 15px 10px; margin: 15px 15px 0 0; border-radius: 10px; background: #fff; }
#partnerFuture > .future_benefit details > .content > .content_box > .content_ex > dl { line-height: 28px; }
#partnerFuture > .future_benefit details > .content > .content_box > .content_ex > dl dt { margin: 0 0 0 10px; font-size: 18px; color: #1F2B51; }
#partnerFuture > .future_benefit details > .content > .content_box > .content_ex > dl dd { position: relative; padding: 0 0 0 30px; font-size: 18px; color: #777; }
#partnerFuture > .future_benefit details > .content > .content_box > .content_ex > dl dd::before { position: absolute; top: 12px; left: 15px; width: 5px; height: 5px; border-radius: 50%; background: #777; content: ''; }
#partnerFuture > .future_box { text-align: center; }
#partnerFuture > .future_box > .children_future { background: url('/images/user/partner/img_partner_bg4.png') no-repeat top right; }
#partnerFuture > .future_box > .children_future > .future_inner > p { line-height: 28px; padding: 0 0 30px 0; font-size: 20px; color: #777; }
#partnerFuture > .future_box > .children_future > .future_inner > button { width: 50px; height: 70px; margin: 30px 0 0 0; background: url('/images/user/partner/icon_partner_close2.png') no-repeat; }
#partnerFuture > .future_box > .children_future > .future_inner > button > p { padding: 45px 0 0 0; font-size: 16px; color: #777; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details { width: 100%; max-height: 70px; margin: 30px 0 0 0; transition: max-height 400ms ease-out; overflow: hidden; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details:last-child { margin: 0; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > summary { width: 100%; text-align: center; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > summary::marker { content: ''; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > summary > label { width: 50px; height: 70px; padding: 50px 0 0 0; background: url('/images/user/partner/icon_partner_more.png') no-repeat; font-size: 16px; color: #21a042; display: inline-block; cursor: pointer; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > summary > label[for="check-summary"] { cursor: pointer; display: flex; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > .check_analysis { display: none; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > .check_analysis:checked+details { max-height: 800px; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > .check_analysis:checked+details label { background: url('/images/user/partner/icon_partner_close2.png') no-repeat; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > .check_analysis:checked+details label > span { display: none; }
#partnerFuture > .future_box .check_analysis:checked+details > summary > label[for="check-summary"]::after { transform: scaleY(-1); }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > .content { margin: 20px 0 0 0; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > .content > ul { width: 976px; height: 595px; margin: 0 0 0 50%; transform: translateX(-50%); }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > .content > ul li { position: relative; height: 276px; margin: 0 32px 43px 0; text-align: center; float: left; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > .content > ul li:nth-child(4) { margin-right: 0; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > .content > ul li:nth-child(5) { margin: 0px 32px 43px 125px; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > .content > ul li > .analysis_img { position: relative; top: 26px; width: 84px; height: 84px; margin: 0 0 0 50%;  border-radius: 50%; background: #E9E6DF; text-align: center; transform: translateX(-50%); justify-content: center; align-items: center; display: flex; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > .content > ul li > .analysis_text { width: 220px; height: 220px; border-radius: 10px; background: #fff; padding: 12px 0 0 0; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > .content > ul li > .analysis_text > h3 { padding: 40px 0 0 0; font-size: 20px; color: #21A042; font-weight: bold; }
#partnerFuture > .future_box > .children_future > .future_inner > .analysis > details > .content > ul li > .analysis_text > p { padding: 15px 0 0 0; font-size: 16px; color: #777; }
#partnerFuture > .future_box .future_example { padding: 0 0 100px 0; background: url('/images/user/partner/img_partner_bg3.png') no-repeat bottom left; }
#partnerFuture > .future_box .future_example > .future_inner > p { line-height: 28px; padding: 0 0 30px 0; font-size: 20px; color: #777; }
#partnerFuture > .future_box .future_example > .future_inner > .example > details { width: 100%; max-height: 70px; margin: 30px 0 0 0; transition: max-height 400ms ease-out; overflow: hidden; }
#partnerFuture > .future_box .future_example > .future_inner > .example > details:last-child { margin: 0; }
#partnerFuture > .future_box .future_example > .future_inner > .example > details > summary { width: 100%; text-align: center; }
#partnerFuture > .future_box .future_example > .future_inner > .example > details > summary::marker { content: ''; }
#partnerFuture > .future_box .future_example > .future_inner > .example > details > summary > label { width: 50px; height: 70px; padding: 50px 0 0 0; background: url('/images/user/partner/icon_partner_more.png') no-repeat; font-size: 16px; color: #21a042; display: inline-block; cursor: pointer; }
#partnerFuture > .future_box .future_example > .future_inner > .example > .check_ex { display: none; }
#partnerFuture > .future_box .future_example > .future_inner > .example > .check_ex:checked+details { max-height: 700px; }
#partnerFuture > .future_box .future_example > .future_inner > .example > .check_ex:checked+details label { background: url('/images/user/partner/icon_partner_close2.png') no-repeat; }
#partnerFuture > .future_box .future_example > .future_inner > .example > .check_ex:checked+details label > span { display: none; }
#partnerFuture > .future_box .future_example > .future_inner > .example > details > summary > label[for="check-summary"] { cursor: pointer; display: flex; }
#partnerFuture > .future_box .check_ex:checked+details > summary > label[for="check-summary"]::after { transform: scaleY(-1); }
#partnerFuture > .future_box .future_example > .future_inner > .example > details > .content { padding: 40px 60px; margin: 20px 0 0 0; border-radius: 20px; background: #fff; box-shadow: 5px 5px 5px #e6e6e6; overflow: hidden; }
#partnerFuture > .future_box .future_example > .future_inner > .example > details > .content > p { width: 515px; padding: 32px 0; font-size: 20px; color: #777; text-align: left; float: left; }
#partnerFuture > .future_box .future_example > .future_inner > .example > details > .content > .video_box { width: 520px; float: right; }
#partnerFuture > .future_box .future_example > .future_inner > .example > details > .content > .video_box > .video { width: 520px; height: 293px; background: #1F2B51; }
#partnerFuture > .future_box .future_example > .future_inner > .example > details > .content > .video_box > p { padding: 10px 20px; margin: 10px 0 0 0; border-radius: 50px; background: #21a042; font-size: 20px; color: #fff; font-weight: 300; display: inline-block;  }
#partnerFuture > .progress { padding: 0 0 100px 0; background: #E9E6DF; }
#partnerFuture > .progress > .future_inner > h2 > span { font-size: 24px; }
#partnerFuture > .progress > .future_inner > ul { width: 990px; height: 165px; margin: 0 0 0 50%; transform: translateX(-50%); }
#partnerFuture > .progress > .future_inner > ul li { position: relative; width: 20%; float: left; }
#partnerFuture > .progress > .future_inner > ul li::after { position: absolute; top: 12px; left: 152px; width: 40px; height: 20px; background: url("/images/user/main/icon_main_step.png") no-repeat; content: ''; }
#partnerFuture > .progress > .future_inner > ul li:last-child::after { display: none; }
#partnerFuture > .progress > .future_inner > ul li > .step { width: 137px; padding: 10px 30px; margin: 0 0 0 5px; border-radius: 30px; font-size: 18px; color: #fff; font-weight: bold; text-align: center; }
#partnerFuture > .progress > .future_inner > ul li > .step.step1 { background: #56BDB4; }
#partnerFuture > .progress > .future_inner > ul li > .step.step2 { background: #F9B600; }
#partnerFuture > .progress > .future_inner > ul li > .step.step3 { background: #276193; }
#partnerFuture > .progress > .future_inner > ul li > .step.step4 { background: #21A042; }
#partnerFuture > .progress > .future_inner > ul li > .step.step5 { background: #1F2B51; }
#partnerFuture > .progress > .future_inner > ul li > .step_box { width: 147px; height: 110px; margin: 12px 0 0 0; border-radius: 10px; background: #fff; font-size: 16px; color: #1F2B51; text-align: center; display: flex; justify-content: center; align-items: center; }
#partnerFuture > .inquiry { padding: 30px 0; }
#partnerFuture > .inquiry > .future_inner > .text { width: 350px; margin: 0 auto; }
#partnerFuture > .inquiry > .future_inner > .text > img { padding: 0 20px 0 0; float: left; }
#partnerFuture > .inquiry > .future_inner > .text > p { font-size: 24px; color: #1F2B51; font-weight: bold; }
#partnerFuture > .inquiry > .future_inner > .text > p > span { color: #21a042; }