body {
    min-width: 1231px;
}

a{
	color: inherit;
}
.br { clear: both; }

.img_wm {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/pc/brand/btn_brand_category_1_hover.png) no-repeat center;
    opacity: 0.4;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1;
}



#header {
	/* position:absolute; */
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    min-width: 1300px;
    background: white;
    border-bottom: 1px solid #ccc;
	z-index: 10003;
	/* background: rgba(38,37,37,0.95); */
	/*height: 115px;*/ /* == #header #header_inner  */
	/* overflow: hidden; */
}
#header > div {
    width: 1300px;
    margin: auto;
}
#header > div:after {content:''; display:block; clear:both;}
#header > div > * {
    float: left;
    height: 90px;
}

#header_logo {
    width: 270px;
    background: url('/images/pc/logo_over.png') center no-repeat;
}
#header_menu {
    display: table;
    width: 770px;
    /* height: calc(100% - 5px); */
    /* margin-top: 5px; */
}
#header_menu > ul {
    display: table-row;
    width: 100%;
}
#header_menu > ul > li {
    display: table-cell;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #262626;
    vertical-align: middle;
    border-bottom: 5px solid transparent;
}
#header_menu > ul > li:hover {
    color: #018459;
    border-bottom: 5px solid #018459;
}

#header_menu > ul > li .submenu_panel {
    position: fixed;
    /* display: none; */
    top: 90px;
    left: 0;
    right: 0;
    min-width: 1300px;
    /* height: 300px; */
    background: white;
    visibility: hidden;
    border-top: 1px solid #ccc;
}
#header_menu > ul > li:hover .submenu_panel {
    display: block;
    border-bottom: 1px solid #ccc;
    visibility: visible;
}
#header_menu ul li .submenu_panel > div {
    position: relative;
    width: 1300px;
    margin: auto;
}

#header_menu ul li .submenu_panel > div:after {content:""; display:block; clear:both;}
#header_menu ul li .submenu_panel > div > div {
    float: left;
}
#header_menu ul li .submenu_panel .submenu_thumbnail {
    width: 380px;
    height: 260px;
    margin: 50px 42px 50px 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

#header_menu ul li .submenu_panel .submenu_text {
    text-align: left;
    padding: 50px 0 0 0;
    opacity: 0;
}
#header_menu ul li .submenu_panel .submenu_title {
    font-size: 24px;
    color: #474747;
    margin-bottom: 7px;
}
#header_menu ul li .submenu_panel .submenu_description {
    font-size: 16px;
    color: #6c6c6c;
}

#header_menu ul li .submenu_panel .submenu_list {
    position: absolute;
    left: calc(380px + 112px);
    /* bottom: 0; */
    top: 92px;
    padding: 50px 0;
}
#header_menu ul li .submenu_panel .submenu_thumbnail_list {
    top: 137px;
}
#header_menu ul li .submenu_panel .submenu_thumbnail_list > ul li {
    padding: 2px;
    border: 2px solid transparent;
    box-sizing: border-box;
}
#header_menu ul li .submenu_panel .submenu_thumbnail_list > ul li:hover {
    border: 2px solid #f5af19;
}
#header_menu ul li .submenu_panel .submenu_est{
    top: inherit !important;
    bottom: 15px;
}
#header_menu ul li .submenu_panel .submenu_est a {
    padding: 15px 55px;
    font-size: 14px;
    color: #f5af19;
    background: white;
    border: 1px solid #f5af19;
}
#header_menu ul li .submenu_panel .submenu_est a:hover {
    color: white;
    background: #f5af19;
}

#header_menu ul li .submenu_panel .submenu_list ul:after {content:""; display:block; clear:both;}
#header_menu ul li .submenu_panel .submenu_list ul li {
    float: left;
    margin-right: 14px;
    opacity: 0;
}
#header_menu ul li .submenu_panel .submenu_list ul li:last-of-type {
    margin-right: 0;
}
#header_menu ul li .submenu_panel .submenu_list ul li figure {
    margin: 0;
}
#header_menu ul li .submenu_panel .submenu_list ul li img {
    width: 140px;
    height: 90px;
}
#header_menu ul li .submenu_panel .submenu_list ul li figcaption {
    font-size: 14px;
    text-align: center;
    color: #474747;
}


#header_menu ul li .submenu_panel .submenu_list dl > li:after {content:""; display:block; clear:both;}
#header_menu ul li .submenu_panel .submenu_list dl > li > * {
    float: left;
    line-height: 42px;
    text-align: left;
}
#header_menu > ul li:hover .submenu_panel .submenu_text {
    transition: all 500ms;
    opacity: 1;
}
#header_menu > ul li:hover .submenu_panel .submenu_list ul > * {
    transition: all 500ms;
    transition-delay: calc( .2s * var(--i) );
    opacity: 1;
}
#header_menu ul li .submenu_panel .submenu_list dl > li {
    opacity: 0;
}
#header_menu > ul li:hover .submenu_panel .submenu_list dl > li {
    transition: all 500ms;
    transition-delay: calc( .2s * var(--i) );
    opacity: 1;
}
#header_menu > ul li:hover .submenu_panel .submenu_list dl > li:hover > * {
    color: #018459 !important;
}
#header_menu ul li .submenu_panel .submenu_list dl > li > dt {
    clear: both;
    width: 220px;
    font-size: 18px; color: #474747; font-weight: 500;
}
#header_menu ul li .submenu_panel .submenu_list dl > li > dd {
    font-size: 16px; color: #6c6c6c; font-weight: 500;
}




#header_right {
    display: table;
    width: 260px;
    padding-left: 50px;
    box-sizing: border-box;
}
#header_right > ul {
    display: table-row;
}
#header_right > ul > li {
    display: table-cell;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #878787;
    vertical-align: middle;
}
#header_right > ul > li:last-child {
    text-align: right;
}

#sitemap_wrapper .sitemap_panel_header {
    position: fixed;
    top: 0;
    left: calc(50% - 400px);
    width: 800px;
    height: 90px;
    background: white;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
}
#sitemap_wrapper .sitemap_panel_header p {
    position: relative;
    top: 30px;
    left: -100px;
    text-align: left;
    font-size: 18px;
    color: #262626;
    opacity: 0;
}
#sitemap_wrapper.active .sitemap_panel_header p {
    left: 30px;
    opacity: 1;
    transition: all 500ms;
}

#sitemap_wrapper .sitemap_panel {
    position: fixed;
    /* display: none; */
    top: 90px;
    left: 0;
    right: 0;
    min-width: 1300px;
    /* height: 300px; */
    background: white;
    visibility: hidden;
    border-top: 1px solid #ccc;
    opacity: 0;
}
#sitemap_wrapper.active .sitemap_panel_header {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 500ms;
}
#sitemap_wrapper.active .sitemap_panel {
    display: block;
    border-bottom: 1px solid #ccc;
    visibility: visible;
    opacity: 1;
    transition: all 500ms;
}
#sitemap_wrapper .sitemap_panel > div {
    width: 1300px;
    margin: auto;
}
#sitemap_wrapper .sitemap_panel > div:after {content:""; display:block; clear:both;}
#sitemap_wrapper .sitemap_panel > div > ul {
    float: left;
    margin: 20px 30px 30px 30px;
}
#sitemap_wrapper .sitemap_panel > div > ul:first-of-type {
    margin-left: 180px;
}
#sitemap_wrapper .sitemap_panel > div > ul > li {
    text-align: left;
    font-size: 16px;
    margin: 12px 0;
    padding: 0 10px;
}
#sitemap_wrapper .sitemap_panel > div > ul > li:first-child {
    text-align: center;
    font-size: 18px;
    color: #262626;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ccc;
}
#sitemap_wrapper .sitemap_panel > div > ul:hover > li:first-child {
    border-color: #018459;
}
#sitemap_wrapper .sitemap_panel > div > ul > li:hover {
    color: #018459;
}



/* #header_prepend {
    display: none;
    height: 0;
}
#header_prepend > div {
    position: relative;
    width: 1200px;
    height: 100%;
    background: #018459;
    margin: 0 auto;
    overflow: hidden;
}
#btn_close_header_prepend {
    position: absolute;
    top : 47px; right: 20px;
    z-index: 5;
}
#header_prepend > div  .fa-window-close {
    font-size: 16px;
}
 
#btn_close_today_header_prepend {
    position: absolute;
    bottom: 20px; right: 20px;
    font-size: 12px;
    z-index: 5;    
} */



/* 
    header_sub_title
*/
#header_sub_title {
	width: 100%;
	position:relative;
	overflow: hidden;
	height: 283px;
}
#header_sub_title img {
	width: 100%;
	height: auto;
	min-width: 1920px;
	min-height: 283px;
}
#header_sub_title #header_sub_title_description{
	position:absolute;
	top:175px;
	width:100%;
	color:#fff;
	font-size:20px;
	font-weight:400;
	text-align:center;
	left:0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#header_sub_title #header_sub_title_description {
		top:181px;
	}
	/* IE10+ CSS styles go here */
}




#login_join_panel_wrapper {
    display: none;
    position:fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 10005;
}
#login_join_panel_bg {
    position:fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: black;
    opacity: 0.7;
    z-index: -1;
}

#login_join_panel #ljp_tab {
    display: none;
}
#login_join_panel #ljp_tab > a > div {
    float: left;
    width: 50%; line-height: 60px;
    font-size: 17px;
}
#login_join_panel #ljp_tab #btn_ljp_login_tab {
    background: #f5f6f8;
}
#login_join_panel #ljp_tab #btn_ljp_join_tab {
    background: white;
}


#login_join_panel {
    position: relative;
    top: 10%;
    width: 450px;
    /* height: 800px; */
    padding-bottom: 40px;
    text-align: center;
    background: #f5f6f8;
    margin: auto;
}

#login_join_panel input[type="text"] {
    width: 355px; height: 34px;
    margin: 5px auto;
    border: 2px solid #e1e1e1;
}
#login_panel input[type="password"] {
    height: 34px;
    margin: 0px 2px 5px 2px;
    border: 2px solid #e1e1e1;
}
#join_panel input[type="password"] {
    float: left;
    height: 34px;
    margin: 0px 2px 5px 2px;
    padding-left: 3px;
    border: 2px solid #e1e1e1;
}

#login_panel_top {
    position: absolute;
    top: -45px;
    right: 0;
    height: 45px;
    font-size: 0.875rem;
    color: white;
    text-align: right;
}
#login_panel > img {
    margin: 50px 0 30px 0;
}
#login_panel_title > p:nth-child(1),
#join_panel_title > p:nth-child(1) {
    font-size: 32px;
    color: #018459;
    padding: 40px 0 15px 0;
}
#login_panel_title > p:nth-child(2),
#join_panel_title > p:nth-child(2) {
    font-size: 15px;
    color: #8b8b8b;
    padding-bottom: 40px;
}
#login_panel form > *:not(#login_panel_btns) {
    display: block;
    width: 355px !important; height: 34px !important;
    font-size: 1rem;
    margin: 5px auto;
}
#login_panel_btns {
    display: block;
    width: 373px !important;
    font-size: 1rem;
    margin: 5px auto;
}
#login_panel form input#login_button {
    float: left;
    width: 180px; height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: white;
    background: #02845a;
    margin-top: 15px;
}
#btn_login_panel_join {
    float: right;
    width: 180px; line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    color: white;
    background: #959595;
    margin-top: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#btn_login_panel_join {
        line-height: 38px;
        padding-top: 12px;
	}

	/* IE10+ CSS styles go here */
}

#login_panel form + div {
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
    color: #3d3d3d;
}
#login_panel form + div > p {
    font-size: 15px;
    font-weight: 400;
    color: #8b8b8b;
    padding: 60px 0 10px 0;
}

#join_panel {
    display: none;
    /* padding-top: 90px; */
}
#join_panel form > input:not(#join_button):not(#join_password):not(#join_password_check) {
    display: block;
    width: 355px !important; height: 34px !important;
    font-size: 15px;
    margin: 5px auto;
}
#join_panel form input#join_button {
    display: block;
    clear: both;
    width: 170px;
    height: 50px;
    font-size: 17px;
    color: white;
    background: #018459;
    margin: 95px auto 0 auto;
}
#join_panel #join_password {
    width: 171px !important;
    margin-left:38px;
    background: url('/images/pc/login_panel/ico_lock.png') no-repeat 95%;
    background-color: white;
}
#join_panel #join_password_check {
    width: 170px !important;
    background: url('/images/pc/login_panel/ico_lock_check.png') no-repeat 95.5%;
    background-color: white;
}

#join_panel #join_id_check_msg_1 {
    display: none;
    position: absolute;
    top: 186px;
    right: 60px;
    width: 180px;
    color: #028358;
    font-size: 12px;
    text-align: left;
}
#join_panel #join_id_check_msg_2 {
    display: none;
    position: absolute;
    top: 186px;
    right: 40px;
    width: 200px;
    color: #eb9822;
    font-size: 12px;
    text-align: left;
    border: 0;
}

#join_certif_send_button {
    position: absolute;
    top: 351px;
    left: 328px;
    width: 70px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: white;
    background: #f5af19;
    border: 0;
}
#join_certif_confirm_button {
    position: absolute;
    top: 408px;
    left: 328px;
    width: 70px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: white;
    background: #959595;
    border: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #join_certif_send_button,
    #join_certif_confirm_button {
        height: 26px;
        padding-top: 4px;	
	}

	/* IE10+ CSS styles go here */
}
#join_certif_success_message {
    color: #028358;
    position: absolute;
    top: 414px;
    left: 124px;
}
#join_panel #policy_section {
    width: 355px;
    /* height: 268px; */
    /* background: white; */
    /* border: 1px solid #8b8b8b; */
    margin: 8px 0 0 0;
    padding: 15px 38px;
}
#join_panel #policy_usage_agreement, #join_panel #policy_privacy_agreement {
    margin-top:35px;
    height: 88px;
    text-align: left;
    overflow: auto;
    background: #ebebeb;
    border: 1px solid #c2c2c2;
}

.jp_checkbox {
    float: left;
    position: relative;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 25px;
    text-align: left;
}
.jp_checkbox input[type="checkbox"] {	/* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
.jp_checkbox input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.jp_checkbox input[type="checkbox"] + label:before {	/* 가짜 체크박스 */
    /* font-family: FontAwesome; */
    /* content: '\f05d';	체크표시 유니코드 사용 */
    content: ' ';
    background: url('/images/pc/login_panel/btn_check.png') no-repeat center;
	display: inline-block;
	width: 21px;	/* 체크박스의 너비를 지정 */
	height: 21px;	/* 체크박스의 높이를 지정 */
	line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center; 
    vertical-align: middle;
    color: #979797;
}
.jp_checkbox input[type="checkbox"]:checked + label:before {	/* 체크박스를 체크했을때 */ 
	/* font-family: FontAwesome; */
    /* content: '\f05d';	체크표시 유니코드 사용 */
    content: ' ';
    background: url('/images/pc/login_panel/btn_checked.png') no-repeat center;
	color: #07855b;
}
.jp_checkbox span {
    font-size: 12px;
    color: #07855b;
}


#search_menu {
    display: none;
    position: absolute;
    right: 42px; bottom: 30px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #search_menu {
        bottom: 25px;
    }
    /* IE10+ CSS styles go here */
}
/* #search_menu i {
    font-size: 24px;
    color: white;
} */
#search_panel {
    display: none;
    position: fixed;
    top: 115px;
    width: 100%; height: 135px;
    padding: 30px 0 0 0;
    font-size: 1.1rem;
    color: #1d1d1d;
    background: #e4e4e4;
    text-align: center;
    z-index: 10000;
}
#search_panel p {
    margin: 0;
}
#search_panel form {
    width:380px;
    margin: 15px auto;
    border-bottom: 1px solid #1d1d1d;
}
#search_panel input[type=text] {
    width: 320px;
    font-size: 1.5rem;
    color: #1d1d1d;
    vertical-align: top;
    margin-top: -4px;
    background: none;
    border: none;
}
#search_panel button[type=submit] {
    padding: 0;
    background: none;
    border: none;
}
#search_panel > img {
    position: absolute;
    bottom: 15px;
}

#floating_side_bar {
    position: absolute;
    top: 740px;
    right: 0;
    width: 134px;
    text-align: center;
    color: white;
    z-index: 10000;
}
#floating_side_bar.fixed {
    position: fixed;
    /* top: calc(50vh - (440px / 2) - 50px ); */
    top: calc(50vh - (440px / 2) );
}
#floating_side_bar.fixed_bottom {
    top: 2690px;
}
#floating_side_bar > a {
    display: block;
}
#floating_side_bar .fsb_1 {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    border-bottom: 1px solid #555;
}
#floating_side_bar .fsb_2 {
    width: 110px; height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #floating_side_bar .fsb_1 {
        line-height: 46px;
    }
    #floating_side_bar .fsb_2 {
        line-height: 38px;
    }
    /* IE10+ CSS styles go here */
}
#floating_side_bar > a:nth-child(3) {
    background: #028358;
    margin: 22px auto 6px auto;
}
/* #floating_side_bar > a:nth-child(4) {
    display: none;
    background: #f5af19;
} */

#floating_side_bar .today_duty {
    border-bottom: 1px solid #555;
}
#floating_side_bar .today_duty .img {
    display: block;
    width: 90px; height: 90px;
    border-radius: 50%;
    background: url('/images/pc/header/logo.jpg') 50% center / cover no-repeat;
    margin: 10px auto;
}
#floating_side_bar .today_duty > p:nth-of-type(1) {
    font-size: 14px;
    margin-top: 15px;
}
#floating_side_bar .today_duty > p:nth-of-type(3) {
    font-size: 13px;
}
#floating_side_bar .today_duty > p:nth-of-type(4) {
    font-size: 16px;
    margin: 5px 0 15px 0;
}

#floating_side_bar > p {
    font-size: 20px;
    margin-bottom: 0px;
}
/* #floating_side_bar > p:nth-of-type(1) {
    margin-top: 20px;
} */
#floating_side_bar > p:nth-of-type(1) {
    margin-top: 15px;
    color: #f5af19;
}
#floating_side_bar > p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-top: 10px;
}
#floating_side_bar > p:last-of-type {
    border-bottom: 1px solid #555;
}
#floating_side_bar > a:last-of-type {
    width: 36px; 
    /* line-height: 36px; */
    /* font-size: 32px;
    border: 1px solid white; */
    margin: 15px auto 15px auto;
}
#floating_side_bar > a:last-of-type i {
    vertical-align: top;
}

#floating_side_bar_bg {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: black;
    border-radius: 25px 0 0 25px;
    /* opacity: 0.8; */
    z-index: -1;
}

/* old
#floating_side_bar {
    position: fixed;
    top: 190px;
    right:0;
    height: 200px;
    z-index: 10000;
    background: #0a9882;
    border-radius: 5px;
}
#floating_side_bar > div {
    position: relative;
}
#floating_side_bar > div > div {
    float: left;
    overflow: hidden;
}
#floating_side_bar_hover {
    display: none;
}
#floating_side_bar_hover > p {
	text-align: right;
	font-size: 1rem;
	color: white;
    margin: 15px 30px;
}
#floating_side_bar_hover section {
    margin-left: 10px;
}
#floating_side_bar_hover article {
    float: left;
    position: relative;
    width: 130px; height: 130px;
    text-align: center;
    border-radius: 5px;
    background: white;
    margin: 0 5px 0 0;
}
#floating_side_bar_hover article a > img {
    max-width: 100px;
    max-height: 100px;
}
#floating_side_bar_hover article a > p {
    position: absolute;
    width: 100%;
    bottom: 11px;
    font-size: 0.7rem;
    color: #4f4f4f;
    text-align: center;
} */


#leave_popup {
    position: fixed;
    display: none;
    right: 0;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
    /* bottom: 100%; */
    /* transition: all 500ms; */
    background: #f3f3f3;
    z-index: 30000;
}
#leave_popup img {
    display: block;
}
#leave_popup_header {
    text-align: center;
    font-size: 20px;
    color: white;
    background: #252525;
    padding: 20px 0;
}
#btn_close_leave_popup {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}
#leave_popup_banner {
    margin: 15px 20px;
}

#leave_popup_form {
    font-size: 14px;
    text-align: center;
    background: white;
    margin: 0 20px;
}
#leave_popup_form_header {
    background: #018459;
    padding: 10px 0;
}
#leave_popup_form_header img {
    display: inline;
}
#leave_popup_form_header + div {
    margin: 15px 20px;
    padding-bottom: 0.1px;
}

#leave_popup_form dl:after {content:""; display:block; clear:both;}
#leave_popup_form dl > * {
    float: left;
    margin: 2px 0;
}
#leave_popup_form dt {
    clear: both;
    width: 45px;
    text-align: left;
    color: #717171;
    padding: 5px 10px 10px 10px;
}
#leave_popup_form dd input {
    padding: 7px;
    border: 1px solid #ccc;
}
#leave_popup_form button {
    font-size: 18px;
    color: white;
    background: #464646;
    border: 0;
    border-radius: 10px;;
    padding: 10px 70px;
    margin: 2px 0 5px 12px;
    cursor: pointer;
}
#leave_popup_form button + div {
    text-align: left;
    font-size: 14px;
    color: #2f2f2f;
    margin: 4px 0 14px 0;
}
#leave_popup_form button + div > * {
    vertical-align: middle;
}
#agreement_leave_popup {
    display: none;
    width: 280px;
    height: 100px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 7px;
    margin: 10px 0;
}
#agreement_leave_popup.active {
    display: block;
}

#leave_popup_bottom {
    text-align: right;
    font-size: 14px;
    color: #5a5858;
    margin: 0 15px 20px 0;
}
#leave_popup_bottom a > * {
    vertical-align: middle;
}
#leave_popup_bottom img {
    display: inline;
}


#request_consult_panel_wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 10000;
}
#request_consult_panel {
    position: relative;
    width: 450px; 
    /* height: 680px; */
    margin: 5% auto;
    text-align: center;
    /* background: white; */
}
#request_consult_panel section > div {
    height: 70px;
    /* background: #5bba98; */
}
#request_consult_panel section > div p:first-child {
    font-size: 18px;
    padding: 14px 0 5px 0;
}
#request_consult_panel section > div p:nth-child(2) {
    font-size: 12px;
    margin: 0;
} 
#request_consult_panel section > div p {
    text-align: center;
    color: white;
}
#request_consult_panel section > div a {
    position: absolute;
    display: block;
    top:20px; right:15px;
}
#request_consult_panel article p.title {
    font-size: 28px;
    color: #018459;
    text-align: center;
    margin: 15px 0 30px 0;
}

#request_consult_panel form {
    padding: 20px 45px;
    text-align: left;
    background: #f5f6f8;
}

#request_consult_panel form input:not(:first-child),
#request_consult_panel form select {
    width: 344px;
}

#request_consult_panel form p:not(:first-child) {
    font-size: 1rem;
    margin: 5px 0 10px 0;
}

#query_form_privacy_policy_agree {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 60px;
}
#query_form_privacy_policy_agree th {
	height: auto;
	text-align: left;
}
#query_form_privacy_policy_agree th:nth-child(1) {
	width: auto;
}
#query_form_privacy_policy_agree th:nth-child(2) {
	width: 110px;
}
#query_form_privacy_policy_agree th:nth-child(3) {
	width: 80px;
}
#btn_privacy_policy_agree {
	width: 20px; height: 20px;
}
#btn_privacy_policy_agree + label {
    font-size: 16px;
}

#privacy_policy_text_row td div {
	max-height: 250px;
	overflow-y: scroll;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ccc;
}


#request_consult_panel .rcp_checkbox {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
}
#request_consult_panel .rcp_checkbox input[type="checkbox"] {	/* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
#request_consult_panel .rcp_checkbox input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
    -ms-user-select: none;
    color: #2c2c2c;
}
#request_consult_panel .rcp_checkbox input[type="checkbox"] + label:before {	/* 가짜 체크박스 */
    /* font-family: FontAwesome; */
    /* content: '\f05d';	체크표시 유니코드 사용 */
    content: ' ';
    background: url('/images/pc/login_panel/btn_check.png') no-repeat center;
	display: inline-block;
	width: 24px;	/* 체크박스의 너비를 지정 */
	height: 24px;	/* 체크박스의 높이를 지정 */
	line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center; 
    vertical-align: middle;
    color: #979797;
}
#request_consult_panel .rcp_checkbox input[type="checkbox"]:checked + label:before {	/* 체크박스를 체크했을때 */ 
	/* font-family: FontAwesome; */
    /* content: '\f05d';	체크표시 유니코드 사용 */
    content: ' ';
    background: url('/images/pc/login_panel/btn_checked.png') no-repeat center;
	color: #07855b;
}
#request_consult_panel .rcp_checkbox a {
    font-size: 12px;
    color: #028358;
}



#request_consult_panel form {
    position: relative;
}

#request_consult_panel form > input[type="text"],
#request_consult_panel form > input[type="password"],
#request_consult_panel form > select {
    color: #8b8b8b;
    border: 2px solid #d7d7d7;
    margin-top: 7px;
}
#fixed_qna_email_check_msg_1, #fixed_qna_email_check_msg_2 {
    display: none;
    position: absolute;
    top: 225px;
    right: 50px;
    font-size: 13px;
}
#fixed_qna_email_check_msg_1 {
    color: #018459;
}
#fixed_qna_email_check_msg_2 {
    color: #eb9822;
}
#request_consult_panel #fixed_qna_name {
    /* margin-top: 25px; */
}
#request_consult_panel #fixed_qna_contents {
    margin-top: 15px;    
}

#request_consult_panel form > div:nth-child(2) {
    margin: 0 0 5px 0;
    float: right;
}
#request_consult_panel form > div:nth-child(3) {
    clear: both;
    height: 88px;
    border: 1px solid #ccc;
    background: #ebebeb;
    overflow-x: hidden;
    overflow-y: scroll;
}
#request_consult_panel form textarea {
    width: 344px; height: 184px;
    font-size: 15px;
    padding: 7px;
    border: 2px solid #d7d7d7;
}
#request_consult_panel form #btn_consult_submit {
    width: 200px; height: 50px;
    text-align: center;
    margin: 15px auto 0 auto;
}
#request_consult_panel form button {
    width: 200px; height: 50px;
    font-size: 18px;
    color: white;
    background: #f5af19;
    border: none;
}

#request_consult_complete_panel_wrapper {
    display: none;
    position: absolute;
    left: 0; top: 70px;
    width:100%; height:100%;
    background: rgba(0, 0, 0, 0.7);
}
#request_consult_complete_panel {
    position: relative;
    left: 0; top: 0;
    width: 100%; height: 730px;
    text-align: center;
    background: #f5f6f8;
    margin: auto;
    padding: 20px 0;
}
#request_consult_complete_panel p.title {
    font-size: 24px;
    color: #018459;
    text-align: center;
    margin: 15px 0 30px 0;
}
#request_consult_complete_panel p:nth-child(2) {
    font-size: 18px;
    color: #2c2c2c;
}
#request_consult_complete_panel p:nth-child(2) span {
    color: #f5af19;
}
#request_consult_complete_panel p.bottom {
    font-size: 14px;
    color: #282727;
}
#request_consult_complete_panel p.bottom span {
    color: #1a1a1a;
}
#request_consult_complete_panel span {
    font-weight: bold;
}
#request_consult_complete_panel a {
    display: block;
    width: 200px; line-height: 50px;
    font-size: 18px;
    color: white;
    background: #f5af19;
    margin: 30px auto 0 auto;
}
#request_consult_complete_contents {
    width: 355px; height: 410px;
    background: white;
    border: 2px solid #d7d7d7;
    margin: 20px auto;
}
#request_consult_complete_contents > p {
    width: 310px;
    font-size: 18px;
    color: #181818;
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #c2c2c2;
    margin: auto;
}
#request_consult_complete_contents > table {
    width: 260px;
    margin: 30px auto;
}
#request_consult_complete_contents > table th {
    width: 80px; height: 27px;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #757575;
}
#request_consult_complete_contents > table td {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #2d2d2d;
}

/* simple_join */
#simple_user_join_wrapper {
    display: none;
    position: fixed;
    left: 0; top:0;
    width: 100%; height: 100%;
    z-index: 6;
}
#simple_user_join {
    margin: 8% auto;
}
#simple_user_join_background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

#simple_user_join_panel {
    position: relative;
    width: 450px;
    padding-bottom: 40px;
    margin: 5% auto;
    background: #f5f6f8;
}
#simple_user_join_panel_title {
    /* margin-bottom: 20px; */
}
#simple_user_join_panel_title p {
    text-align: center;
}
#simple_user_join_panel_title p:nth-child(1) {
    font-size: 32px;
    color: #018459;
    padding: 40px 0 15px 0;
}
#simple_user_join_panel_title p:nth-child(2) {
    font-size: 15px;
    color: #8b8b8b;
    padding-bottom: 40px;
}
#simple_user_join_panel form > input:not(#simple_join_button):not(#simple_join_password) {
    display: block;
    width: 355px !important; height: 34px !important;
    font-size: 15px;
    margin: 5px auto;
}
#simple_user_join_panel form input#simple_join_button {
    display: block;
    clear: both;
    width: 170px;
    height: 50px;
    font-size: 17px;
    color: white;
    background: #018459;
    margin: 95px auto 0 auto;
}
#simple_user_join_panel #simple_join_password {
    width: 355px !important;
    height: 34px !important;
    margin-left: 39px;
    background: url('/images/pc/login_panel/ico_lock.png') no-repeat 95%;
    background-color: white;
}

#simple_user_join_panel #simple_join_email_check_msg_1 {
    display: none;
    position: absolute;
    top: 186px;
    right: 60px;
    width: 180px;
    color: #028358;
    font-size: 12px;
    text-align: left;
}
#simple_user_join_panel #simple_join_email_check_msg_2 {
    display: none;
    position: absolute;
    top: 186px;
    right: 40px;
    width: 200px;
    color: #eb9822;
    font-size: 12px;
    text-align: left;
    border: 0;
}

#simple_join_certif_send_button {
    position: absolute;
    top: 351px;
    left: 328px;
    width: 70px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: white;
    background: #f5af19;
    border: 0;
}
#simple_join_certif_confirm_button {
    position: absolute;
    top: 408px;
    left: 328px;
    width: 70px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: white;
    background: #959595;
    border: 0;
}
#simple_join_certif_success_message {
    color: #028358;
    position: absolute;
    top: 414px;
    left: 124px;
}

#simple_user_join_panel #simple_policy_section {
    width: 355px;
    /* height: 268px; */
    /* background: white; */
    /* border: 1px solid #8b8b8b; */
    margin: 8px 0 0 0;
    padding: 15px 38px;
}
#simple_user_join_panel #simple_policy_usage_agreement, #simple_user_join_panel #simple_policy_privacy_agreement {
    margin-top:35px;
    height: 88px;
    text-align: left;
    overflow: auto;
    background: #ebebeb;
    border: 1px solid #c2c2c2;
}

#simple_user_join_panel .jp_checkbox {
    float: left;
    position: relative;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 25px;
    text-align: left;
}
#simple_user_join_panel .jp_checkbox input[type="checkbox"] {	/* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
#simple_user_join_panel .jp_checkbox input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#simple_user_join_panel .jp_checkbox input[type="checkbox"] + label:before {	/* 가짜 체크박스 */
    /* font-family: FontAwesome; */
    /* content: '\f05d';	체크표시 유니코드 사용 */
    content: ' ';
    background: url('/images/pc/login_panel/btn_check.png') no-repeat center;
	display: inline-block;
	width: 21px;	/* 체크박스의 너비를 지정 */
	height: 21px;	/* 체크박스의 높이를 지정 */
	line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center; 
    vertical-align: middle;
    color: #979797;
}
#simple_user_join_panel .jp_checkbox input[type="checkbox"]:checked + label:before {	/* 체크박스를 체크했을때 */ 
	/* font-family: FontAwesome; */
    /* content: '\f05d';	체크표시 유니코드 사용 */
    content: ' ';
    background: url('/images/pc/login_panel/btn_checked.png') no-repeat center;
	color: #07855b;
}
#simple_user_join_panel .jp_checkbox span {
    font-size: 12px;
    color: #07855b;
}
