/********** 팝업 **********/
#blankBox { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.5); background-size: cover; transition: all 0.5s; z-index: 1000; display: none; }
#blankBox.active {display: block;}
.popupBox_style { top: 0; left: 0; right: 0; bottom: 0; margin: auto; position: fixed; background-color: #ffffff; border-radius: 10px; z-index: 2000; display: none; }
.popupBox_title { width: 100%; height: 35px; margin-top: 20px; text-align: center; font-size: 22px; font-weight: 500; letter-spacing: 3px; color: #4c4c4c; }
.popupBox_close { display: block; position: absolute; top: 5px; right: 5px; }
#findBox { width: 400px; height: 400px; }
#findBox .findBox_table { margin: 20px auto 0; background-color: #ffffff; }
#findBox .findBox_table ul { width: 90%; margin: auto; padding-top: 7px; }
#findBox .findBox_table li { width: 100%; float: left; }
#findBox .findBox_table b { color: #ff4444; }
#findBox .findBox_table * { font-weight: 400; vertical-align: middle; }
#findBox .findBox_table .line { height: 1px; padding: 0; margin: 5px 0; background-color: #ffd4d4; }
#findBox .findBox_table .ico { height: auto; padding: 4px 6px; float: left; }
#findBox .findBox_table .sub { height: auto; padding: 3px 0; float: left; }
#findBox .findBox_table .input { height: auto; padding: 2px 6px; float: right; }
#findBox .findBox_table .input input { width: 120px; height: 17px; float: right; font-family: "맑은 고딕"; }
#findBox .findBox_table .memo { line-height: 150%; }
#findBox .findBox_table .btn { text-align: center; }
#findBox .findBox_table .btn input { width: 100px; height: 30px; margin: 18px 0 5px; font-size: 14px; font-weight: bold; }
.guide_privacy_Box { width: 800px; height: 450px; overflow: hidden; }
.guide_privacy { height: 375px; margin: 0 auto; padding: 10px; line-height: 160%; font-size: 12px; background-color: #ffffff; overflow: auto; }
#publicBox { width: 400px; height: 400px; overflow: hidden; }
#publicBox .publicBox_div { width: 340px; margin: 40px auto 0; border: 5px solid #df4746; }
#publicBox .publicBox_title { width: 90%; height: 35px; padding-top: 5px; margin: 5px auto 0; color: #df4746; font-size: 22px; font-weight: 700; text-align: center; border-bottom: 2px solid #df4746; }
#publicBox .publicBox_table { height: 280px; overflow-y: auto; }
#publicBox .publicBox_table .div_table { width: 100%; }
#publicBox .publicBox_table .div_td { padding: 5px; text-align: center; overflow: hidden; }
#publicBox .publicBox_table .div_td > img { width: 100px; height: auto; overflow: hidden; }
/********** 전체 **********/
#head_pc { width: 100%; border-bottom: 1px solid #e8e8e8; }
#head_pc .head_box { width: var(--width-page); height: 100px; margin: 0 auto; position: relative; }
#head_pc .head_mark { position: absolute; left: 20px; bottom: 10px; }
#head_pc .head_menu { position: absolute; right: 20px; bottom: 10px; }
#head_pc .head_menu1, #head_pc .head_menu2 { text-align: right; overflow: hidden; }
#head_pc .head_menu1 .btn_search_box { position: relative; float: right; width: 188px; height: 28px; border: solid 1px #999999; text-align: center; background-color: #ffffff; border-radius: 30px; overflow: hidden; }
#head_pc .head_menu1 .btn_search_box input { float: left; width: 75%; height: 28px; padding-left: 13px; background-color: transparent; border: 0; color: #444444; font-family: "맑은 고딕"; font-size: 14px; }
#head_pc .head_menu1 .btn_search_box .search_btn { float: left; height: 26px; position: absolute; top: 1px; right: 3px; }
#head_pc .head_menu1 .btn_search_order { float: right; height: 28px; padding-right: 13px; color: #999999; font-size: 14px; display: flex; align-items: center; font-weight: 400; }
#head_pc .head_menu2 {  display: table; }
#head_pc .head_menu2 > li { display: inline-block; margin-top: 15px; margin-left: 35px; font-size: 20px; letter-spacing: 2px; font-weight: bold; }
#contents { width: 100%; clear: both; margin-bottom: 100px; }
#tail_pc { width: 100%; clear: both; background-color: #333333; }
#tail_pc .tail_box { width: var(--width-page); height: 250px; margin: 0 auto; position: relative; background-color: #333333; }
#tail_pc .tail_info { width: var(--width-tail); height: auto; position: absolute; left: 50px; top: 40px; }
#tail_pc .tail_info1 { margin-bottom: 10px; color: #606060; font-size: 15px; }
#tail_pc .tail_info1 span { color: #999999; font-size: 15px; }
#tail_pc .tail_info2 { line-height: 180%; color: #606060; font-size: 13px; }
#tail_pc .tail_info2 a { color: #6f6f6f; font-size: 13px; font-weight: bold; }
#tail_pc .tail_market { position: absolute; right: 50px; top: 50px; background-color: #ffffff; border-radius: 50%; }
#tail_pc .tail_market img { width: 120px; }