/* reset */

* {margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-family: 'NotoSans', sans-serif;font-size:16px;line-height:120%;font-family:'Pretendard', 'russoOne', 'Nanum Gothic', 'dotum', '돋움' ,sans-serif;}
em, address, i {font-style:normal;}
html,body{max-width:100%; min-height:100%;}
html{overflow-x:hidden; -webkit-text-size-adjust:none; }
body{-webkit-print-color-adjust:exact; color:#232830; }

ul, li, dl,dt,dd {margin:0; padding:0; list-style:none;}
dl,dt,dd {}
a {text-decoration:none; box-sizing:border-box;color:#232830;}
#skipnavi a:focus,
.tab_area a:focus,
:focus-visible {outline:3px dotted;outline-offset: -2px;}
.popup_wrap *:focus {outline:3px dotted;outline-offset: -2px;}
img {border:0; font-size:0; vertical-align:top;}
input[type="submit"], button{cursor:pointer;}

table, tr, td {border-collapse:collapse; }
table {border:0;border-spacing:0; width:100%; table-layout:fixed;}
table caption {overflow:hidden;width:0px;height:0px;}
hr {display:block;height:1px;border-top:1px solid #ccc;}
input {border:none; appearance:none; cursor:pointer; appearance:none; background:transparent;}
select {border:none; appearance:none; cursor:pointer; appearance:none; background:transparent;}
select option {cursor:pointer;}
button {background:none; color:inherit; font-size:inherit; font-weight:inherit; border:0;}
iframe {width:100%;}

/* sound only */
.screenOut {overflow: hidden; display: inline-block; border: 0; position: absolute; z-index: -1; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);}

/* skip */
#skipnavi { position:absolute;top:0;left:0;right:0;width:100%; z-index:1002;}
#skipnavi a {position:absolute;display:block;width:100%;height:1px;top:-1px;text-align:center;overflow:hidden;color:#DDD !important;z-index:10;font-size:15px;}
#skipnavi a:focus{height:auto;color:#DDD !important;background:#222;padding:10px 0;font-weight:bold;}

/* text-indent 대신 처리방법 */ 
.visuallyhidden { border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); width: 1px; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; } 

/* input */
input::placeholder {color: #6a707b;}
input:disabled::placeholder {color: #6a707b;}
input:focus {/* outline:1px solid #c32943 !important; */ outline:2px solid #c32943;}
select:focus {/* outline:1px solid #c32943 !important; */ outline:2px solid #c32943;}
textarea:focus {/* outline:1px solid #c32943 !important; */ outline:2px solid #c32943;}

input {width:100%;background-color:#fff;font-size:16px;padding:16px 20px;border:1px solid #d3d7e3;border-radius:5px;font-weight:500;color:#6a707b;}
input:disabled {background-color:#f3f5fa;}
.select_wrap {position:relative;margin:0 10px;}
.select_wrap::before {content:"";position:absolute;right:10px;top:15px;width:20px;height:20px;background:url("../images/bull_select_arrow.png") center no-repeat;pointer-events: none;}
select {padding:15px 10px;border:1px solid #d3d7e3;background-color:#fff;border-radius: 5px;min-width:180px;color:#6a707b;}
textarea {width:100%;background-color:#fff;font-size:16px;padding:16px 20px;border:1px solid #d3d7e3;border-radius:5px;font-weight:500;color:#6a707b; resize: none;}

/* radio */
input[type=radio] + label ,
input[type=checkbox] + label {display:inline-block;line-height:0;vertical-align:middle}
input[type=radio],
input[type=checkbox] {border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
input[type=radio] + label {position:relative;display:inline-block;padding:0 15px 0 30px;min-height:20px;line-height:24px;background:url("../images/bull_radio.png") no-repeat;cursor:pointer;color:#666}
input[type=radio]:focus + label {background:url("../images/bull_radio_focus.png") no-repeat}
input[type=radio] + label.on {background:url("../images/bull_radio_on.png") no-repeat}
input[type=radio]:checked + label {background:url("../images/bull_radio_on.png") no-repeat}
input[type=radio]:focus + label.on {background:url("../images/bull_radio_on_focus.png") no-repeat}
input[type=radio] + label.disable,
input[type=radio]:disabled + label {background:url("../images/bull_radio_disabled.png") no-repeat}
input[type=radio] + label.disable,
input[type=radio]:disabled + label.disableOn {background:url("../images/bull_radio_disabled.png") no-repeat;}

/* radio 배경까지 변하는 스타일 */
input[type=radio].bg + label {width: 100%; height: 100%; padding:45px 0 20px 0; text-align: center; background:url("../images/bull_radio2.png") no-repeat #f3f5fa; background-position: center 20px; font-weight: 500; border-radius: 12px; border: 1px solid #f3f5fa;}
input[type=radio].bg:checked + label {background:url("../images/bull_radio_on2.png") no-repeat rgba(195, 41, 67, 0.05);background-position: center 20px; color: #c32943; border: 1px solid #c32943; }
input[type=radio].bg + label.on {background:url("../images/bull_radio_on2.png") no-repeat rgba(195, 41, 67, 0.05); background-position: center 20px;color: #c32943; border: 1px solid #c32943;}
input[type=radio].bg:focus + label {background:url("../images/bull_radio_on2.png") no-repeat rgba(195, 41, 67, 0.05);background-position: center 20px; color: #c32943; border: 1px solid #c32943;}
input[type=radio].bg:focus + label.on {background:url("../images/bull_radio_on2.png") no-repeat rgba(195, 41, 67, 0.05);background-position: center 20px; color: #c32943; border: 1px solid #c32943;}

input[type=radio].bg.left + label {padding:10px 10px 10px 35px; text-align: left; background:url("../images/bull_radio2.png") no-repeat #f3f5fa; background-position: 8px 9px; }
input[type=radio].bg.left:checked + label {background:url("../images/bull_radio_on2.png") no-repeat rgba(195, 41, 67, 0.05); background-position: 8px 9px; }
input[type=radio].bg.left + label.on {background:url("../images/bull_radio_on2.png") no-repeat rgba(195, 41, 67, 0.05); background-position: 8px 9px; }
input[type=radio].bg.left:focus + label {background:url("../images/bull_radio_on2.png") no-repeat rgba(195, 41, 67, 0.05); background-position: 8px 9px; }
input[type=radio].bg.left:focus + label.on {background:url("../images/bull_radio_on2.png") no-repeat rgba(195, 41, 67, 0.05); background-position: 8px 9px; }

/* radio 배경있고 아이콘없는 스타일 */
input[type=radio].bg.none + label {padding:20px; text-align: center; background:#f3f5fa; }
input[type=radio].bg.none:checked + label {background:rgba(195, 41, 67, 0.05); }
input[type=radio].bg.none:focus + label {background:rgba(195, 41, 67, 0.05); border: 2px solid #000;}
input[type=radio].bg.none + label.on {background:rgba(195, 41, 67, 0.05);}

/* 체크 박스 스타일 */
input[type=checkbox] + label {position:relative;display:inline-block;padding:0 0 0 30px;min-height:20px;line-height:24px;background:url("../images/bull_check.png") no-repeat;cursor:pointer}
input[type=checkbox]:focus + label {background:url("../images/bull_check_on.png") no-repeat}
input[type=checkbox] + label.on {background:url("../images/bull_check_on.png") no-repeat}
input[type=checkbox]:checked + label {background:url("../images/bull_check_on.png") no-repeat}
input[type=checkbox]:focus + label.on {background:url("../images/bull_check_on_focus.png") no-repeat}
input[type=checkbox] + label.disable {background:url("../images/bull_check_disabled.png") no-repeat}
input[type=checkbox]:disabled + label {background:url("../images/bull_check_disabled.png") no-repeat;cursor:default}

/* 체크 박스 스타일 - 배경까지 변하는 스타일*/
input[type=checkbox].bg + label {width: 100%; height: 100%; padding:45px 0 20px 0; text-align: center; background:url("../images/bull_check.png") no-repeat #f3f5fa; background-position: center 20px; font-weight: 500; border-radius: 12px; border: 1px solid #f3f5fa;}
input[type=checkbox].bg:checked + label {background:url("../images/bull_check_on.png") no-repeat rgba(195, 41, 67, 0.05);background-position: center 20px; color: #c32943; border: 1px solid #c32943; }
input[type=checkbox].bg + label.on {background:url("../images/bull_check_on.png") no-repeat rgba(195, 41, 67, 0.05);background-position: center 20px; color: #c32943; border: 1px solid #c32943; }
input[type=checkbox].bg:focus + label {background:url("../images/bull_check_on.png") no-repeat #f3f5fa;background-position: center 20px; }
input[type=checkbox].bg:focus + label.on {background:url("../images/bull_check_on_focus.png") no-repeat rgba(195, 41, 67, 0.05);background-position: center 20px; }

input[type=checkbox].bg.left + label {padding:10px 10px 10px 35px; text-align: left; background:url("../images/bull_check.png") no-repeat #f3f5fa; background-position: 8px 10px; }
input[type=checkbox].bg.left:checked + label {background:url("../images/bull_check_on.png") no-repeat rgba(195, 41, 67, 0.05); background-position: 8px 10px;}
input[type=checkbox].bg.left + label.on {background:url("../images/bull_check_on.png") no-repeat rgba(195, 41, 67, 0.05); background-position: 8px 10px;}
input[type=checkbox].bg.left:focus + label {background:url("../images/bull_check_on.png") no-repeat #f3f5fa; background-position: 8px 10px;}
input[type=checkbox].bg.left:focus  + label.on {background:url("../images/bull_check_on_focus.png") no-repeat rgba(195, 41, 67, 0.05);background-position: 8px 10px; }

@media only screen and (max-width: 460px){ 
	input[type=radio].bg.left + label {background-position: 8px 6px;}
	input[type=radio].bg.left:checked + label {background-position: 8px 6px;}
	input[type=radio].bg.left + label.on {background-position: 8px 6px;}
	input[type=radio].bg.left:focus + label {background-position: 8px 6px;}
	input[type=radio].bg:left:focus + label.on {background-position: 8px 6px;}

	input[type=checkbox].bg.left + label { background-position: 8px 8px; }
	input[type=checkbox].bg.left:checked + label{ background-position: 8px 8px; }
	input[type=checkbox].bg.left + label.on { background-position: 8px 8px; }
	input[type=checkbox].bg.left:focus + label { background-position: 8px 8px; }
	input[type=checkbox].bg.left:focus  + label.on { background-position: 8px 8px; }

}

.chkBox input {display:none;}
.check_box_area {position:relative;padding:20px 40px;border:1px solid #d3d7e3;border-radius:10px;margin-top:20px;}
.check_box_area.has_detil {padding-right:110px;}
.check_box_area.bg_gray {background-color:#f3f5fa;border:1px solid #f3f5fa;}
.check_box_area span {font-size:20px;font-weight:500;}
.check_box_area .btn_detil {text-decoration: underline; position:absolute;right:20px;top:20px;padding-right:25px;color:#6a707b;background:url("../images/bull_select_arrow.png") right center no-repeat;}
.check_box_area .btn_detil.on {background:url("../images/bull_select_arrow_on.png") right center no-repeat;}
.check_box_area.only_check {padding:0;border:none;margin-top:0;}
.check_box_area.only_check .chkBox input + label {font-size:16px;color:#000;font-weight:500;}
.check_box_area.only_check .chkBox input + label:before {width:21px;height:21px;margin-right:8px;}
.check_box_area.only_check .chkBox input:checked + label:before {opacity:0;}
.check_box_area.only_check .chkBox input:checked + label:after {width:21px;height:21px;}
.check_box_area.only_check .chkBox input:disabled + label:after { content:''; position:absolute; top:0px; left:0; width:21px; height:21px;background: url("../images/bull_check_disabled.png") center no-repeat;}
.check_box_area.only_check .chkBox input:disabled + label:before {opacity:0;}
.check_box_area.only_check .chkBox input:disabled + label { color:#878787;} 
.check_box_area.only_check.depth2 {padding-left:24px;padding-top:3px;}
.check_box_area.only_check.depth2 + .check_box_area.only_check {margin-top:20px;}
.check_box_area.only_check.depth2 + .check_box_area.only_check.depth2 {margin-top:0;}

/* common */
.text_center {text-align: center;}
.underline {text-decoration: underline;}
.bg_gray {background-color:#f3f5fa;}
.bg_type {background-size: 100%;}
.bg_type1 {background: url(../images/survay_bg1.png);}
.bg_type2 {background: url(../images/survay_bg2.png) no-repeat #e9def5; background-size: 100%;}
.bg_type3 {background: url(../images/survay_bg3.png) no-repeat #ceccc6; background-size: 100%;}
.wd100 {width: 100% !important;}
.mg0 {margin: 0 !important;}
.mt0 {margin-top:0 !important;}
.mt40 {margin-top:40px !important;}
.mb40 {margin-bottom:40px !important;}
.flex {display:flex;}
.fc_black {color: #232830 !important; font-size: inherit;}
.fc_gray {color: #6a707b !important; font-size: inherit;}
.fc_blue_bl {color: #2149a6 !important; font-weight: bold !important; text-decoration: underline; font-size: inherit;}
@media only screen and (max-width: 768px){
	br.pc {display: none;}
}

/* header */
header {position:relative;background-color:#fff; z-index: 1000;}
header::before {position:absolute;left:0;top:42px;content:"";width:100%;height:1px;background-color:#e3e3ec;}
header .inner {width:100%;max-width:1480px;padding:0 40px;margin:0 auto;}
.header_top {display: flex;justify-content: space-between;padding:12px 0;}
.header_top ul {display: flex;}
.header_top .top_menu > li {position: relative; margin-left:20px;}
.header_top .top_menu > li:first-child {margin-left:0;}
.header_top .top_menu > li > a {display:inline-block;font-size:14px;font-weight: bold;padding-bottom: 12px;}
.header_top .top_menu > li > a:hover,
.header_top .top_menu > li > a:focus,
.header_top .top_menu > li > a.on {color:#c32943;}
.header_top .top_menu > li .depth {display: none; position: absolute; z-index: 11; min-width: 210px; top: 100%; left: 0; background: #fff9f9; padding: 10px;}
.header_top .top_menu > li .depth.wd390 {min-width: 390px;}
.header_top .top_menu > li .depth.col2 li {float: left; width: 50%;}
.header_top .top_menu > li .depth.on {display: block;}
.header_top .top_menu > li .depth li a {display: flex; flex-direction: column; padding: 10px; font-size: 14px; font-weight: 500;}
.header_top .top_menu > li .depth li a:hover,
.header_top .top_menu > li .depth li a:focus,
.header_top .top_menu > li .depth li a.on {color: #c32943; font-weight: bold;}

.header_top .member_menu li {padding:0 2px;padding-left:20px; background:url("../images/bull_dot2.png") 10px 8px no-repeat;}
.header_top .member_menu li:first-child {padding-left:2px;background-image:none;}
.header_top .member_menu li a {padding-left:20px;}
.header_top .member_menu li a.btn_login {background:url("../images/bull_login.png") left center no-repeat;}
.header_top .member_menu li a.btn_logout {background:url("../images/bull_logout.png") left center no-repeat;}
.header_top .member_menu li a.btn_membership {background:url("../images/bull_membership.png") left center no-repeat;}

.logo {width:207px;height:54px;display:inline-block;background: url("../images/logo.png") center no-repeat;margin:23px 0;}
.logo a {display: block; width: 100%; height: 100%;}
.header_con {display: flex;justify-content: space-between;}
.header_con nav {margin-top:40px;}
.header_con nav ul.depth1 {display:flex;}
.header_con nav ul.depth1 li {margin-left:60px;}
.header_con nav ul.depth1 li a {font-size:18px;font-weight:500;}
.header_con nav ul.depth1 li a:focus,
.header_con nav ul.depth1 li a:hover {color:#c32943;text-decoration: underline;}

.header_center {padding:40px 0;text-align: center;background-color: transparent;}
header.header_center::before {display: none;}
.header_center .logo {margin:0;}

/* 모바일에만 나오는 nav tab */
.tab_area_m {display: none;}
.use_tab_m .tab_con:not(:first-of-type) {display: none;}
.f_site_m {display: none;}

/* footer */
footer {padding:40px 0 42px;border-top:1px solid #ddd;}
footer.footer_center {padding:40px;text-align:center;color:#6a707b;font-size:15px;border-top:none;}
footer .inner {width:100%;max-width:1480px;padding:0 40px;margin:0 auto;display:flex;align-items: center; gap: 0 40px;}
.footer_logo {flex-shrink: 0; width:152px;height:70px;background: url("../images/footer_logo.png") center no-repeat;}
footer .footer_menu ul {display: flex;margin-bottom:20px;}
footer .footer_menu ul li {margin-right:20px;}
footer .footer_menu ul li a {font-size:15px;color:#6a707b;}
footer .footer_menu ul li a strong {font-size:15px;color:#232830;}
footer .txt_arddress {color:#6a707b;}
footer .txt_copyright {color:#6a707b;margin-top:3px;}
footer .waMark {margin-left: auto;}
footer .waMark a {display: block;}

/* table */
.tb_wrap {margin-top:40px;border-top:1px solid #d3d7e3;}
.tb_wrap.type2 {margin-top: 0; border-top:1px solid #232830;}
.tb_wrap.type3 {margin-top: 20px; border-top:1px solid #232830;}
.tb_basic {width:100%;}
.tb_basic th {padding:34px 20px;text-align:left;font-size:18px;border-bottom:1px solid #d3d7e3;vertical-align: top;}
.tb_basic th span {font-size:18px;}
.tb_basic th label {font-size: inherit; }
.tb_basic td {padding:20px 20px;font-size:16px;border-bottom:1px solid #d3d7e3;}
.tb_basic.type2 th {padding:20px;font-size: 16px;font-weight: 500;text-align: center;color: #232830;}
.tb_basic.type2 td {padding:15px;font-size: 16px;font-weight: 500;text-align: center;color: #6a707b;word-break: break-all;}
.tb_basic.type2 th + th,
.tb_basic.type2 td + td {border-left: 1px solid #d3d7e3;}
.tb_basic.type2 td.txt_left {text-align: left;}
.tb_basic.type2 td.fc_blue_bl {font-size: 17px;}


.tb_noline {width:100%;}
.tb_noline th {padding:20px 0;font-size:16px;vertical-align: top;}
.tb_noline td {padding:28px 0;font-size:16px;text-align:center;}
.tb_noline td.txt_left {text-align:left;}

.bull_import {color:#970d24;margin-left:3px;}
.tb_radio_group li {padding:5px 10px;display:inline-block;}
.tb_line {border-top:1px solid #232830;margin-top:20px;}


.flex_wrap {display: flex;align-items: center;}
.flex_wrap.full_po {justify-content: space-between;}
.flex_wrap .btn_ckeck {width:100px;flex-shrink:0;margin-left:5px;}
.flex_wrap .btn_ckeck a {display:inline-block;padding:13px 16px;border-radius: 5px;font-weight:500;}
.info_txt {margin-top:10px;}
.bull_email {display:inline-block;line-height:52px;padding:0 10px;}
.essential_type {position:relative;display:inline-block;padding-right:15px;}
.essential_type::before {position:absolute;right:2px;top:0;content: "*";color:#ee2e5b;}

.tb_top_area {display: flex; align-items: center;justify-content: space-between;margin-top:40px;}
.tb_top_area .total_count {font-size:18px;font-weight:500;}
.tb_top_area .total_count em {font-size:18px;margin-left:5px;font-weight:500;color:#c32943;}
.search_area {display: flex; align-items: center;margin-left: auto;}
.search_area > div input {min-width:400px;}
.search_area > div {margin-left:10px; }
.search_area .search_btn_area {width:114px;flex-shrink: 0;}

.condition_box {display:inline-block;width:80px;height:110px;padding-top:33px;background-color:#bec3ce;border-radius:5px;}
.condition_box p {padding-top:10px;color:#232830; font-weight: 500;}
.on .condition_box.day_closer dd {color:#ffff00;}
.on .condition_box {background-color:#c32943;}
.on .condition_box dt {color:#fff;font-weight: 500;}
.on .condition_box dd {margin-top:5px;color:#fff;font-weight: 500;}
table .date_area {background-color:#f3f5fa;padding:7px 12px;font-size:15px;margin-top:20px;border-radius:8px;font-weight:500;}
table .date_area span {color:#6a707b;font-size:15px;display:inline-block;padding-left:23px;background:url("../images/bull_calendar2.png") left center no-repeat;}

table .notice_tit {font-size:18px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
table .notice_td {padding-top:0;padding-bottom:0;position:relative;}
table .notice_td::before {content:"";width:40px;height:40px;position:absolute;left:50%;margin-left:-20px;top:17px;background:url("../images/bull_notice.png") center no-repeat;}

.bull_notice {display:inline-block;width:40px;height:40px;background:url("../images/bull_notice.png") center no-repeat;}

@media screen and (max-width: 768px) {
	.tb_basic.type2 th {padding:15px;font-size: 12px;}
	.tb_basic.type2 td {font-size: 12px;}
	.scroll_x {overflow-x: scroll;}
	.scroll_x table {width: 768px;}
	.tb_basic.type2 td.fc_blue_bl {font-size: 13px;}
}

/* table 모양 리스트 */
.list_tit_area {display: flex;justify-content: space-between;margin-top:20px;border-top:1px solid #232830;}
.list_tit_area li {padding:25px 0;text-align:center;font-weight:600;}
.list_tit_area li.num {width:70px;flex-shrink: 0;}
.list_tit_area li.tit {flex-grow: 1;padding:25px 40px;}
.list_tit_area li.author {width:130px;flex-shrink: 0;}
.list_tit_area li.condition {width:130px;flex-shrink: 0;}
.list_tit_area.type3 li.num {width: 60px;flex-shrink: 0;}
.list_tit_area.type3 li.type {width: 120px;flex-shrink: 0;}
.list_tit_area.type3 li.tit {flex-shrink: 0; padding: 25px 0;}
.list_tit_area.type3 li.day {width: 200px;flex-shrink: 0;}
.list_tit_area.type3 li.author {width: 120px;flex-shrink: 0;}
.list_tit_area.type3 li.condition {width: 80px;flex-shrink: 0;}



.list_wrap {width:100%;border:1px solid #d3d7e3;border-radius:15px;padding:20px 0;}
.list_wrap a {display: block;}
.list_wrap + .list_wrap {margin-top:20px;}
.list_wrap + .paging_wrap {margin-top: 40px;}
.list_wrap.on {border:1px solid #c32943;}
.list_con_area {display: flex;justify-content: space-between;align-items: center;}
.list_con_area.type2 {justify-content: flex-start;}
.list_con_area li {text-align:center;}
.list_con_area li.num {width:70px;flex-shrink: 0;}
.list_con_area.type2 li.con {flex: 1; text-align: left; padding-right: 20px;}
.list_con_area li.tit {width:calc( 100% - 340px );padding:0 40px;text-align:left;}
.list_con_area li.author {width:130px;flex-shrink: 0;font-weight:500;color:#6a707b;}
.list_con_area li.condition {width:130px;flex-shrink: 0;}
.list_con_area li.tit .tb_txt_area {}
.list_con_area li.tit .tb_txt_area dt {color:#6a707b;margin-bottom:12px;font-weight:500;}
.list_wrap.on .list_con_area li.tit .tb_txt_area dt {color:#c32943;}
.list_con_area li.tit .tb_txt_area dd {font-size:18px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration: underline;}
/* .list_con_area li.tit .tb_txt_area dd.lock::after {content: ''; position: absolute; top: 1px; right: 0; width: 18px; height: 18px; background: url(../images/icon_lock.svg);} */
.list_con_area li.tit .tb_txt_area dd a {font-size: inherit; font-weight: inherit; color: inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.list_con_area li.tit .tb_txt_area dd.lock {display: flex; flex-direction: row; justify-content: flex-start; gap: 0 4px;}
.list_con_area li.tit .date_area {margin-top:20px;padding:10px 15px;background-color:#f3f5fa;font-size:15px;font-weight:500;border-radius:10px;}
.list_con_area li.tit .date_area span {color:#6a707b;font-size:15px;padding:0 5px 0 25px;background:url("../images/bull_calendar2.png") left center no-repeat;}
.list_con_area.type3 li {font-weight: 500; color: #6a707b;}
.list_con_area.type3 li.num {width: 60px; flex-shrink: initial; padding-left: 30px;}
.list_con_area.type3 li.type { width: 120px; flex-shrink: 0;}
.list_con_area.type3 li.tit {padding: 0; font-size: 18px; color: #232830; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.list_con_area.type3 li.day {width: 200px; flex-shrink: 0;}
.list_con_area.type3 li.author {width: 120px; flex-shrink: 0;}
.list_con_area.type3 li.condition {width: 80px; flex-shrink: 0;color: #c32943; font-weight: bold;}
.list_con_area.type3 li.condition.day_end {color: #6a707b;}

/* list타입 */
.num_list > li { position: relative; font-size: 16px; font-weight: 500; color: #232830; line-height: 1.5; padding-left: 20px;}
.num_list > li + li {margin: 20px 0;}
.num_list li a {font-size: inherit; font-weight: inherit; color: inherit;}
.num_list > li:last-of-type {margin-bottom: 0;}
.num_list > li::before { content: ''; position: absolute; display: inline-block; top: 3px; left: 0; width: 17px; height: 17px;  padding: 1px 0 0; text-align: center; border-radius: 100%; border: 1px solid #232830; font-size: 13px; box-sizing: border-box; line-height: 1; } 
.num_list > li:nth-child(1)::before { content: '1'; } 
.num_list > li:nth-child(2)::before { content: '2'; } 
.num_list > li:nth-child(3)::before { content: '3'; } 
.num_list > li:nth-child(4)::before { content: '4'; } 
.num_list > li:nth-child(5)::before { content: '5'; } 
.num_list > li:nth-child(6)::before { content: '6'; } 
.num_list > li:nth-child(7)::before { content: '7'; } 
.num_list > li:nth-child(8)::before { content: '8'; } 
.num_list > li:nth-child(9)::before { content: '9'; } 
.num_list > li:nth-child(10)::before { content: '10'; } 
.num_list li div {margin-left: -20px;}
.basic_list.flex_col { display: flex; flex-wrap: wrap; flex-direction: column; max-height: 360px;  }
.basic_list li {font-size: 18px; font-weight: 500; color: #6a707b; line-height: 2;}
.small_list {margin-top: 16px;}
.small_list li {font-size: 16px; font-weight: 500; color: #6a707b;}
.list_desc {display: block; padding-left: 20px;}
.list_depth2 > li + li {margin: 20px 0;}
.list_depth3 li {padding-left: 20px;}
.dot_list li {position: relative; padding-left: 15px;}
.dot_list li::before {content: ''; width: 5px; height: 5px; background: #6a707b; border-radius: 100%; position: absolute; top: 7px; left: 5px; }
@media screen and (max-width: 768px) {
	.num_list li {font-size: 13px; padding-left: 16px;}
	.num_list > li::before { width: 14px; height: 14px; font-size: 10px;}
	.basic_list li {font-size: 12px;}
	.small_list li {font-size: 12px;}
	.list_desc {font-size: 12px;}
}


/* notice 상세 */
.notice_view_box {margin-top:40px;border-top:1px solid #232830;padding:20px 0;display:flex;align-items: center;}
.notice_view_area {width:calc( 100% - 80px );display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:600;}
.notice_view_area .date_area {color:#6a707b;font-size:16px;margin-top:10px;font-weight:500;}
.notice_view_box .bull_notice {width:80px;flex-grow: 0;}
.notice_view .txt_con {padding:40px;border-top:1px solid #d3d7e3;line-height:24px;font-weight:500;}
.notice_view .txt_con img {max-width: 100%;}
.file_box_all {padding:30px 40px;background-color:#f3f5fa;border-bottom:1px solid #d3d7e3}
.file_box_all ul li {margin-top:10px;font-weight:500;padding-left:27px;background:url("../images/bull_clip.png") left center no-repeat;}
.file_box_all ul li:first-child {margin-top:0;}
.file_box_all ul li a {margin-left:5px;background-color:transparent;}
.go_before_after {margin-top:40px;border-top:1px solid #d3d7e3;}
.go_before_after li {border-bottom:1px solid #d3d7e3;background:url("../images/bull_down.png") 98% center no-repeat;}
.go_before_after li:first-child {background:url("../images/bull_up.png") 98% center no-repeat;}
.go_before_after li dl {display:flex;}
.go_before_after li dl dt {width:100px;flex-shrink: 0;padding:25px;color:#6a707b;font-weight:500;}
.go_before_after li dl dd {flex-grow: 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:25px;padding-right:100px;font-weight:500;}

/* paging */
.paging_wrap { margin: 10px 0 40px; } 
.paging_wrap ul { display:flex; justify-content: center; } 
.paging_wrap ul li a { display: inline-block; width:40px; height:40px; text-align:center; padding:11px 0; margin:0 2px; font-weight:600;color:#6a707b; } 
.paging_wrap ul li a.btn_first { background:url("../images/bull_first.png") center no-repeat; text-indent:-9999px; } 
.paging_wrap ul li a.btn_prev { background:url("../images/bull_prev.png") center no-repeat; text-indent:-9999px; } 
.paging_wrap ul li a.btn_next { background:url("../images/bull_next.png") center no-repeat; text-indent:-9999px; } 
.paging_wrap ul li a.btn_last { background:url("../images/bull_last.png") center no-repeat; text-indent:-9999px; } 
.paging_wrap ul li a:hover { color:#c32943; } 
.paging_wrap ul li a.active { color:#c32943;text-decoration: underline;} 

.paging_number { justify-content: flex-end; gap: 0 4px; margin-top:-25px; padding-bottom:40px; } 
.paging_number div { font-size:18px; } 
.paging_number div span { font-size:inherit; } 
.paging_number .total { font-weight: 700; } 

/* 버튼 스타일 */
.btn_area {margin-top:20px;text-align: center;}
.btn_area.right {text-align: right;}
.btn_area.left {text-align: left;}
.btn_area.flex {gap: 0 4px;}
.btn_area.flex li, .btn_area.flex li a {width: 100%;}
.btn {display:inline-block;background-color:#fff;border:1px solid #6a707b;color:#232830;padding:15px 40px;font-size:18px;border-radius:5px;font-weight:bold;}
.btn.wd144 {width: 144px; padding: 15px;}
.btn_area .btn + .btn {margin-left:5px;}
.btn.disabled {opacity:0.5;}
.btn.small {padding:5px 10px;font-weight:500;}
.btn.small2 {padding:10px 20px;font-weight:600; font-size: 16px;}
.btn.tiny {padding:4px 10px 3px;font-weight:560;font-size:14px;}
.btn_round {display: inline-block; border-radius: 100px;padding: 6px 12px; text-align: center; font-size: 16px; font-weight: bold;}
.btn_round.red {background: #c32943; color: #fff;}
.btn_line {display: inline-block; color: #6a707b; font-size: 16px; font-weight: 500; text-decoration: underline; margin-top: 20px;}
.btn.share {font-size: 16px; font-weight: 600; padding: 12px 20px;}
.btn.share::after {content: ''; display: inline-block; vertical-align: -3px;margin-left: 8px; width: 17px; height: 17px; background: url(../images/icon_share2.svg);  background-size: cover;}

.btn.hover,
.btn:hover {color:#232830;border:1px solid #555b66;}

.btn.type_red {background-color:#fff;color:#c32943;border:1px solid #c32943;}
.btn.type_red.hover,
.btn.type_red:hover {background-color:#fff;color:#970d24;border:1px solid #970d24;}

.btn.type_red2 {background-color:#c32943;color:#fff;border:1px solid #c32943;}
.btn.type_red2.hover,
.btn.type_red2:hover {background-color:#970d24;border:1px solid #970d24;}

.btn.type_blue {background-color:#fff;color:#2149a6;border:1px solid #2149a6;}
.btn.type_blue.hover,
.btn.type_blue:hover {background-color:#fff;color:#0d2f7b;border:1px solid #0d2f7b;}

.btn.type_blue2 {background-color:#2149a6;color:#fff;border:1px solid #2149a6;}
.btn.type_blue2.hover,
.btn.type_blue2:hover {background-color:#0d2f7b;border:1px solid #0d2f7b;}

.btn.type_gray {background-color:#555b66;color:#fff;border:1px solid #555b66;}
.btn.type_gray.hover,
.btn.type_gray:hover {background-color:#404751;border:1px solid #9499a4;}

.btn.type_gray2 {background-color:#fff;color:#232830;border:1px solid #6a707b;}
.btn.type_gray2.hover,
.btn.type_gray2:hover {background-color:#fff;border:1px solid #6a707b;}

/* popup */
html.popup_open {overflow-y:hidden;}
.no_scroll { overflow:hidden; }
.popup_wrap {position:fixed;top:0;left:0;width:100%;padding:0 15px;height:100vh;overflow-y:auto;display: none;z-index: 1000; background-color:#00000050;}
.popup_content {position:relative;width:100%;max-width:500px;top: 50%;background-color:#fff;z-index: 9999;border-radius:15px;overflow: auto;left: 50%;transform: translate(-50%,-50%);/* margin: 10% auto; */}
.popup_content.wd720 { max-width: 720px;}
.popup_section {padding: 40px 40px 60px;}
.img_wrap {text-align: center; margin-bottom: 16px;}
.img_wrap.type2 img {max-width: 100%;}
.popup_tit {text-align: center;font-size: 32px; font-weight: 600;}
.popup_tit dt {font-size: 32px; font-weight: 600;}
.popup_tit dd {margin-top: 16px; font-size: 18px; font-weight: 500; color: #6a707b;}
.input_box {margin-top: 40px;}
.input_box .login_pass {padding:22px 20px 21px;padding-left:64px;background:url("../images/bull_pass.png") 20px center no-repeat;}
.input_box input::placeholder {color: #6a707b;}
.popup_header {position:relative;height:48px;background-color:#f3f5fa;}
.popup_header .btn_pop_close {position:absolute;right:11px;top:11px;display:inline-block;width:24px;height:25px;background:url("../images/btn_pop_close.png") center no-repeat;}
/* 메인팝업 (s) */
.popup_wrap.type2 {position: absolute;top:initial;left:initial; width: initial; padding: 0; height: initial; background-color: transparent;overflow:visible; }
.popup_wrap.type2 .popup_content { width:100%; max-width: none; margin:0; border-radius:0; }
.popup_wrap.type2 .popup_section {padding: 0;}
.popup_wrap.type2 .popup_section img {width: 100%;}
.popup_bottom {position:relative; display: flex; justify-content: space-between;height:40px;background-color:#111; }
.popup_bottom .btn_today_close {display: inline-block; padding: 10px; font-weight: 500; color: #fff;}
.popup_bottom .btn_mainpop_close {display: inline-block; padding: 10px; font-weight: 500; color: #fff;}
/* 메인팝업 (e) */


/* login */
.login_section { width:100%;max-width:460px;margin:0 auto;}
.login_section .login_tit {margin-top:20px;}
.login_section .login_tit dt {text-align:center;font-size:32px;font-weight:600;}
.login_section .login_tit dd {text-align:center;margin-top:15px;font-size:18px;line-height:22px;font-weight:500;color:#6a707b;}

/* tab */ 
.tab_area {display:flex;justify-content: space-between;}
.tab_area li {margin:4px;width:50%;border-bottom:2px solid #d3d7e3;text-align:center;}
.tab_area li a {display:block;padding:20px 0;color:#6a707b;font-size:20px;font-weight:500;}
.tab_area li.on {border-bottom:2px solid #232830;}
.tab_area li.on a {color:#232830;font-weight:600;}

.research_tab {margin-top:40px;}
.research_tab .tab_area li:first-child {width:33.4%;border-top-left-radius:10px;border-bottom-left-radius:10px;}
.research_tab .tab_area li:last-child {width:33.4%;border-top-right-radius:10px;border-bottom-right-radius:10px;}
.research_tab .tab_area li {margin:0;width:33.3%;border:1px solid #d3d7e3;}
.research_tab  .tab_areali a {color:#232830;font-size:20px;}
.research_tab .tab_area li.on {background-color:#232830;}
.research_tab .tab_area li.on a {color:#fff;}

/* 240102추가 */
.input_txt {display: block; font-size: 16px; margin: 5px 30px 0; }

/* .sectectBoxTxt {display:none;} */
.top_menu {display:block;}


@media only screen and (max-width: 1024px){
	header {z-index: 1001;}
	.popup_wrap.type2 {padding: 0 4%;position: absolute;top: 50% !important;left: 50% !important;width: 100% !important;transform: translate(-50%,-50%);}
	/* .popup_wrap.type2 .popup_content {margin: 10% auto;} */
	.popup_bottom {height: 35px;}
	.popup_bottom .btn_mainpop_close,
	.popup_bottom .btn_today_close {font-size: 14px;}
	.popup_wrap.type2 .popup_section img { width: 100% !important; height: auto !important; }
}

@media only screen and (max-width: 768px){
	/* 240102추가 */
	.input_txt {font-size: 14px;}

	.sectectBoxTxt {text-align:left;width:100px;display:inline-block;position:relative;font-size:13px;font-weight:bold;padding:2px 0;padding-right:20px;z-index:100;}
	.sectectBoxTxt::before {position:absolute;right:0; top:0px;content:"";width:20px;height:20px;background:url("../images/bull_select_arrow.png") right center no-repeat;}
	.sectectBoxTxt.on::before {background:url("../images/bull_select_arrow_on.png") right center no-repeat;}
	/* .header_top .top_menu li a.on {color:#232830;} */
	.mobile_btn {display:inline-block;width:20px;height:20px;background:url("../images/mobile_btn.png") center no-repeat;position:absolute;right:0px;top:20px;}
	.mobile_btn.on {background:url("../images/mobile_btn_close.png") center no-repeat;}
	header .inner {padding:0 20px;}
	header::before {top:32px;}
	.header_top {height:32px;padding:5px 0;}
	.header_top {display:block;}
	.header_top .top_menu {display:none;position:absolute;top:30px;z-index:101;}
	/* .header_top .top_menu {background-color:#fff;padding:10px 10px;width:100px;}
	.header_top .top_menu li {margin-left:0;} */
	.member_menu {display:block;float:right;overflow:hidden;}
	.header_top .member_menu li a {font-size:13px;}
	.header_con {position:relative;}
	.header_con nav {display:none;position:fixed;left:0;top:92px;width:100%;margin-top:0;background-color:#fff;height:calc( 100vh - 92px);z-index:100;}
	.header_con nav ul.depth1 {display:block;}
	.header_con nav ul.depth1 li {margin-left:0;}
	.header_con nav ul.depth1 li a {position:relative;display:block;padding:20px;}
	.header_con nav ul.depth1 li a::before {position:absolute;right:20px;top:20px;content:"";width:20px;height:20px;background:url("../images/m_arrow.png") right center no-repeat;}
	.logo {width:120px;height:32px;background-size:120px auto;margin:14px 0;}

	/* 모바일 nav탭메뉴 */
	.tab_area_m {display:flex;}
	.tab_area_m li {width:50%;background: #232830;color: #a9aeb9; text-align:center;}
	.tab_area_m li a {display:block;padding:12px 0;color: #a9aeb9; font-size:14px;font-weight:300;height:41px;}
	.tab_area_m li.on {background: #970d24;}
	.tab_area_m li.on a {color:#fff;font-weight:bold;}

	.f_site_m > li {display: flex;}
	.f_site_m > li > a {position: relative; width: 40%; background: #f3f5fa; color: #232830; padding: 20px; font-size: 16px;}
	.f_site_m > li > a.on {background: #fff; color: #c32943; font-weight: bold;}
	.f_site_m > li > a::after {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; width: 18px; height: 18px; background:url(../images/icon_left.svg); }
	.f_site_m > li > a.link::after {width: 14px; height: 14px; background:url(../images/icon_link.svg); }
	.f_site_m > li .depth {display: none; width: 60%; background: #fff; position: absolute; top: 41px; right: 0; height:calc( 100% - 41px ); overflow-y:auto; padding-bottom: 40px;}
	.f_site_m > li .depth.on {display: block;}
	.f_site_m > li .depth li a { display: block; padding: 10px 20px; font-size: 14px; font-weight: 300;}
	.f_site_m > li .depth li a:first-of-type { margin-top: 10px;}


	/* footer */
	footer {font-size:13px;padding:20px 0;}
	footer .inner {flex-wrap: wrap; align-items: center; padding:0 20px; gap: 0 20px;}
	.footer_logo {width:114px;height:52px;background-size:114px auto;  order: 1;}
	.footer_menu {width: 100%; margin-top:12px; order: 3; }
	footer .footer_menu ul li a,
	footer .footer_menu ul li a strong {font-size:12px;}
	footer .waMark {order: 2; }

	.research_tab {margin-top:10px;}
	.search_area {justify-content: space-between;width:100%;}
	.search_area > div {margin-left:5px;}
	.search_area .search_btn_area {width:64px;}
	.search_area > div:first-child {margin-left:0;flex-grow: 1;}
	.search_area > div input {min-width:100%;width:100%;}
	.tb_top_area {position: relative;padding-bottom:40px;margin-top:15px;}
	.tb_top_area.type2 {padding-bottom: 20px;}
	.tb_top_area .total_count {position:absolute;top:50px;left:0;font-size:12px;}
	.tb_top_area .total_count em {font-size:12px;}

	.list_tit_area {display:none;}
	.list_tit_area.type2 {display:flex;}
	.list_con_area {flex-wrap: wrap;}
	.list_con_area li.author,
	.list_con_area li.num {display:none;}
	.list_con_area.type2 li.num {display: block;}
	.list_con_area li.tit {width:100%;padding:0 20px;}
	.list_con_area li.condition {width:100%;padding:0 20px;}
	.list_con_area li.tit .tb_txt_area dt {font-size:11px;}
	.list_con_area li.tit .tb_txt_area dd {font-size:14px;}
	.list_con_area li.tit .date_area {font-size:11px;}
	.list_con_area li.tit .date_area span {font-size:11px;padding-left:18px;background-size:13px auto;}
	.list_con_area.type3 {justify-content: flex-start; padding: 0 16px;}
	.list_con_area.type3 li {font-size: 11px;}
	.list_con_area.type3 li.num {width: auto; flex-shrink: initial;}
	.list_con_area.type3 li.type {width: auto; flex-shrink: initial; order: -2;}
	.list_con_area.type3 li.tit {font-size: 14px; margin: 12px 0;}
	.list_con_area.type3 li.day {width: auto; flex-shrink: initial; margin-left: 4px;}
	.list_con_area.type3 li.author {display: block; width: auto; flex-shrink: initial;}
	.list_con_area.type3 li.condition {width: auto; padding: 0; flex-shrink: initial; order: -1; margin-left: 4px;}
	.list_con_area.type3 li.day::before,
	.list_con_area.type3 li.condition::before {content: ''; display: inline-flex; vertical-align: 3px; margin-right: 4px; width: 2px; height: 2px; border-radius: 100%; background: #b3b3b3; }

	.condition_box {width:100%;height:auto;text-align:center;padding:9px 0 8px;margin-top:10px;}
	.condition_box dl {display:flex;justify-content: center;} 
	.on .condition_box dd {margin-top:0;margin-left:10px;}
	.condition_box dl dt,
	.condition_box dl dd {font-size:11px;}
	.condition_box p {padding-top:0;font-size:11px;}

	#container {min-height:calc( 100vh - 200px);}
	#container .inner {padding:0;}
	.header_center {padding:20px 0;}
	.mt40 {margin-top:20px !important;}
	.mb40 {margin-bottom:20px !important;}
	.main #container {padding:25px 0;}
	
	.check_box_area {padding:10px 10px;font-size:12px;}
	.check_box_area span {font-size:14px;}
	.chkBox input + label {font-size:13px;}
	.chkBox input + label strong {font-size:13px;}
	.chkBox input + label:before {width:20px;height:20px;flex-shrink: 0;margin-right:3px;background-size: 100% auto;}
	.chkBox input:checked + label:after {width:20px;height:20px;top:50%;margin-top:-9px;left:0;background-size: 100% auto;}
	.check_box_area.has_detil {padding-right:65px;}
	.check_box_area .btn_detil {right:5px;top:10px;font-size:12px;padding-right:18px;}
	.check_box_area.only_check .chkBox input:checked + label:before {width:18px;height:18px;margin-right:5px;}
	select {padding:10px 8px;font-size:14px;min-width:100px;}
	.select_wrap::before {top:10px;}
	
    .check_box_area.only_check .chkBox input + label {font-size:14px;}

	.popup_tit {font-size: 20px;}
	.input_box {margin-top: 12px;}
	input {font-size:13px;padding:10px 15px;}
	input[type=checkbox] + label {font-size:14px;}
	input[type=radio] + label {font-size:14px;padding:0 10px 0 27px;}
	textarea {font-size: 13px;}

	.tb_basic th {font-size:14px;padding:30px 5px;}
	.tb_basic th span {font-size:14px;}
    .tb_basic td {padding:20px 5px;}
    .flex_wrap .btn_ckeck a {padding:10px 15px;font-size:11px;}
    .info_txt {font-size:14px;}

    .btn_area {margin-top:10px;}
    .btn {padding:9px 20px;font-size:12px;}
	.btn.tiny {font-size:11px;padding:2px 6px;}
	.btn_round {font-size: 12px;}
	.btn_line {font-size: 12px;}
	.btn.share {font-size: 12px; padding: 6px 10px;}
	.btn.share::after {width: 13px; height: 13px; margin-left: 4px; vertical-align: -2px;}
	.btn.small2 {padding:8px 15px;font-size: 12px;}

	.login_section .login_tit {margin-top:10px;} 
	.login_section .login_tit dt {font-size:18px;}
	.login_section .login_tit dd {font-size:14px;margin-top:10px;line-height:18px;}

	.tab_area li a {padding:9px 0;font-size:13px;}

	.delete_tb th,
	.delete_tb tr td.delete {display:none;}
	.delete_tb,
	.delete_tb tr,
	.delete_tb td {display:block;}
	.delete_tb tr {width:100%;}

	.tb_noline th {font-size:14px;padding:12px 0;}
	.tb_noline .td_wrap {display: inherit;}
	.tb_noline .td_num {width:100%;}
	.tb_noline td {font-size:12px;padding:14px 0;}
	table .notice_tit {font-size:14px;}
	table .notice_td::before {width:24px;height:24px;top:10px;margin-left:-12px;background-size:24px 24px;}

	.paging_wrap ul li a {width:30px;height:30px;padding:8px 0;font-size:12px;}
	.paging_wrap ul li a.btn_first,
	.paging_wrap ul li a.btn_prev,
	.paging_wrap ul li a.btn_next,
	.paging_wrap ul li a.btn_last {background-size:30px auto;}

	.notice_view_box {margin-top:20px;}
	.notice_view_box .bull_notice {width:60px;}
	.notice_view_area {width: calc( 100% - 60px );font-size:14px;}
	.notice_view_area .date_area {font-size:11px;margin-top:6px;}
	.bull_notice {width:32px;height:32px;background-size:32px 32px;}
	.notice_view .txt_con {font-size:13px;padding:12px 20px;}
	.file_box_all {padding:12px;}
	.file_box_all ul li {font-size:11px;}
	.go_before_after li dl dt {font-size:12px;padding:14px;width:60px;}
	.go_before_after li dl dd {font-size:12px;padding:14px;padding-right:50px;}
	.go_before_after li {background-size: 20px auto;}
	.go_before_after li:first-child {background-size: 20px auto;}

	footer.footer_center {}
	footer .footer_menu ul li a strong,
	footer .footer_menu ul li a {font-size:12px;}
	footer .txt_arddress {font-size:12px;}
	footer .txt_copyright {font-size:12px;} 
}

@media only screen and (max-width: 460px){ 
	select {min-width:90px;padding:10px;font-size:14px;}
	input {font-size:11px;padding:10px 15px;}
	input[type=checkbox] + label {font-size:12px;}
	input[type=radio] + label {font-size:12px;}

	.tb_basic th {font-size:12px;padding:25px 5px;}
	.tb_basic th span {font-size:12px;}
    .info_txt {font-size:12px;}
    .bull_email {padding:0 5px;}
    .flex_wrap.next_level {flex-wrap: wrap;}
    .flex_wrap select + .tb_radio_group {display:block;width:100%;margin-top:5px;}
    .tb_basic td select {font-size:12px;}
    .check_box_area.only_check .chkBox input + label {font-size:12px;}
    .flex_wrap .btn_ckeck a {font-size:10px;}

}

@media only screen and (max-width: 375px){ 

}
/* sub common */
.sub_visual_area {padding:35px 30px;text-align:center;background:url("../images/sub_top_bg.png") center no-repeat;background-size:cover;}
.sub_page_tit {font-size:42px;font-weight:600;}
.sub_tit {margin-top:40px;font-size:32px;color:#232830;}
.page_nav {position:relative;}
.navi_area {display: flex; position:absolute;right:0;top:0;}
.navi_area li {background:url("../images/bull_dot2.png") 15px center no-repeat;}
.navi_area li a {display:inline-block;padding:5px 0;font-size:16px;margin-left:30px;}
.navi_area li.navi_home {display:inline-block;margin-top:5px;width:18px;height:18px;background:url("../images/bull_home.png") no-repeat;}

/* 설문조사 */
.research_box {position: relative; width:100%;max-width:720px;margin:0 auto;background-color: #f7f7f7;border-radius:30px;padding:40px;}
.research_box.pd24 {padding: 24px;}
.research_box.border_clip {border: 2px solid #232830;}
.research_box.border_clip:first-of-type:before {content: '';position: absolute; top: -10px; left: 22px; width: 16px; height: 42px; background: url(../images/icon_clip.svg); background-size: cover;}
.research_box.border_clip:first-of-type::after {content: '';position: absolute; top: 10px; right: -37px; width: 75px; height: 63px; background: url(../images/icon_sticker.svg); background-size: cover;}
.research_box.transparent {/*  background-color: rgba(255, 255, 255, 0.7); */ box-shadow: 0 4px 10px 0 rgba(212, 194, 227, 0.5);}
.research_box.shadow_wave {border-radius:0 !important; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);}
.research_box.shadow_wave:first-of-type:before {content: '';position: absolute; top: -16px; left: 0; width: 100%; height: 16px; background: url(../images/bg_wave.png); background-size: cover;}
.research_box + .research_box {margin-top: 20px;}
.research_box .research_box_tit {font-size:32px;color:#232830;font-weight:600;text-align:center;}
.step_area {position:relative;display:flex;justify-content: space-between;}
.step_area::before {position:absolute;left:0;top:50%;content:"";width:100%;height:1px;background:url("../images/step_line.png") left top repeat-x;z-index:1;}
.step_area li {position:relative;display:inline-block;background-color:#fff;border: 1px solid #d3d7e3;padding:12px 20px 11px;padding-left:70px;border-radius:50px;z-index:2;}
.step_area li.on {border:1px solid #c32943; background-color: #c32943;}
.step_area li::before {position:absolute;left:5px;top:5px;display:inline-block;content:"";width:52px;height:52px;}
.step_area li.bull_step01::before {background:url("../images/bull_step01.png") no-repeat;}
.step_area li.bull_step02::before {background:url("../images/bull_step02.png") no-repeat;}
.step_area li.bull_step03::before {background:url("../images/bull_step03.png") no-repeat;}
.step_area li.bull_step04::before {background:url("../images/bull_step04.png") no-repeat;}
.step_area li.bull_step01.on::before {background:url("../images/bull_step01_on.png") no-repeat;}
.step_area li.bull_step02.on::before {background:url("../images/bull_step02_on.png") no-repeat;}
.step_area li.bull_step03.on::before {background:url("../images/bull_step03_on.png") no-repeat;}
.step_area li.bull_step04.on::before {background:url("../images/bull_step04_on.png") no-repeat;}

.step_area li dt {font-size:14px;font-weight:bold;color:#6a707b;}
.step_area li.on dt {color:#fff;}
.step_area li.on dd {color:#fff;}
.step_area li dd {font-size:18px;color:#232830;font-weight:500;}

.detail_area {display:none;padding:20px;background-color:#f3f5fa; margin-top:20px;margin-right:-80px;}
.detail_area > div + div {margin: 40px 0;}
.detail_area > div:last-of-type {margin-bottom: 0;}
.detail_area ul li:not(.num_list li, .small_list li) {background: url("../images/bull_dot.png") left 10px no-repeat;padding:2px;padding-left:14px;line-height:140%;}
.detail_area ul li + li {margin: 5px 0;}
.detail_area ul li a {text-decoration: underline;}
.detail_area p {margin-bottom: 10px;}
.detail_area h2 {margin: 16px 0 8px; font-weight: 600;}
.detail_area h3 {margin: 16px 0 8px; font-weight: 600;}
.detail_area .small_list {margin-top: 5px;}
.detail_area .small_list li {color: initial;}
.detail_area .num_list li {font-weight: initial;}
.detail_area .tb_wrap.type3 {margin: 10px 0;}
.detail_area .tb_basic.type2 th {vertical-align: middle; padding: 15px 10px;}
.detail_area .tb_basic.type2 td {padding: 15px 10px;}

.certifi_box {text-align: center;border:1px solid #d3d7e3;margin-top:40px;padding:60px 0;}
.certifi_box .certifi_top {margin-bottom:24px;}
.certifi_box dt {font-size:32px;font-weight: bold;margin-bottom:24px;}
.certifi_box dd {font-size:18px;color:#6a707b;font-weight: 500;}
.btn_certifi {display:inline-block;margin-top:20px;padding:7px 20px;font-size:16px;color:#2149a6;border:1px solid #2149a6;border-radius:5px;font-weight:500;}

/* 설문조사(상세) */
.title_wrap {text-align: center;}
.title_wrap .title {margin: 12px auto; font-size: 24px; font-weight: 600;}
.info_box {background: #f3f5fa; border-radius: 8px; justify-content: center; gap: 4px 20px; padding: 10px; flex-wrap: wrap;}
.info_box li {display: flex; font-size: 16px; font-weight: 500; align-items: baseline;}
.info_box em {font-size: inherit; font-weight: inherit; color: #6a707b; margin-right: 4px;}
.info_box span {font-size: inherit; font-weight: inherit; color: #232830;}
.info_box em::before {content: ''; display: inline-flex; vertical-align: -2px; width: 17px; height: 16px; margin-right: 2px;}
.info_box .d_day {color: #c32943;margin: 0;}
.info_box .d_day::before {display: none;}
.info_box .name::before {background: url(../images/bull_user2.svg);}
.info_box .date::before {background: url(../images/bull_calendar2.png);}
.con_wrap .top_box {position: relative; justify-content: space-between; align-items: center; padding: 22px 0;}
.con_wrap .top_box ul {display: flex; gap: 0 12px; }
.con_wrap .top_box ul li {font-size: 16px; font-weight: 500;}
.con_wrap .top_box ul li em {font-size: inherit; font-weight: inherit; color: #6a707b;}
.con_wrap .top_box ul li span {font-size: inherit; font-weight: bold; color: #232830;}
.con_wrap .top_box ul li em::before {content: ''; display: inline-flex; vertical-align: -2px; width: 16px; height: 16px; margin-right: 2px;}
.vote::before {background: url(../images/bull_check.svg);}
.comment::before {background: url(../images/bull_annotation.svg);}
.btn_box button {display: inline-block; width: 20px; height: 20px; }
.btn_box button + button {margin-left: 12px; }
.share_list {display: none; position: absolute; right: -10px; bottom: 35px; width: 220px; height: 94px; text-align: center; background: url(../images/balloon.png);}
.share_list.on {display: block;}
.share_list a { display: inline-block; margin-top: 17px; width: 36px; height: 36px; border-radius: 100px; }
.share_list a + a{margin-left: 4px; }
.share_list .copy { background: #f3f5fa; }
.share_list .copy img { margin-top: 7px;}
.con_wrap .content {color: #232830;  }
.con_wrap .content img { max-width: 100% !important; height: auto !important; margin-bottom: 12px; } /* 231207 수정 */
.con_wrap .content h3 { color: inherit; font-size: 24px; font-weight: bold;}
.con_wrap .content p { color: inherit; font-size: 18px; font-weight: 500;}
.file_box {margin-top: 24px;}
.file_box li {display: flex; align-items: baseline; font-size: 16px; gap: 0 20px; }
.file_box li em {font-size: inherit; font-weight: bold; color: #6a707b; flex-shrink: 0; }
.file_box li a {color: #0775d7; font-weight: 500; font-size: inherit;}
.file_box li a::before {content: ''; display: inline-block; width: 18px; height: 19px; vertical-align: -4px; background: url(../images/bull_clip.svg);}
.file_box li + li {margin-top: 4px;}
.quest {margin-bottom: 20px; font-size: 20px; font-weight: 500; color: #232830;}
.quest span {display: block; width: fit-content; border-radius: 100px; padding: 2px 8px; margin-bottom: 4px; text-align: center; border: 1px solid #6a707b; color: #6a707b; font-size: 14px; font-weight: bold;}
.quest label {font-size: inherit;}
.answer {display: flex; gap: 4px 12px; flex-wrap: wrap;}
.answer.wd50 { gap: 12px; }
.answer.type2 { gap: 12px; margin-top: 20px; }
.flex_verti {flex-direction: column;}
.answer li {position: relative; width: 100%;}
.answer.wd50 li {width: calc(50% - 6px);}
.answer_box label {line-height: 1.5 !important;}
.answer_box input.etc_input { position: absolute; top: 50%; transform: translateY(-50%); right: 12px; width: calc(100% - 85px); height: 30px;}
.answer_box input.etc_input.block { right: 12px;}
/* .answer_box input[type=radio].etc + label,
.answer_box input[type=checkbox].etc + label { padding: 10px 10px 60px 35px; } */
.answer_box textarea.etc_area.small {position: absolute; width: 88%; height: calc(100% - 70px); top: 50px; left: 50%; transform: translateX(-50%);}
.img_input{ margin-bottom: 12px; } 
.img_input .img_inner { position: relative; width: 100%; height: 0; overflow: hidden; padding-top: 57%; } 
.img_input img { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.tooltip {width: fit-content; margin-top: 4px; font-size: 16px; font-weight: 500; color: #6a707b; border: 1px solid #d3d7e3; border-radius: 0 20px 20px 20px; padding: 8px 12px; }
.img_input_hover {display: none; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); z-index: 1; width: 400px; height: 256px; background:url("../images/img_box.png") no-repeat; background-size: cover; padding: 30px; }
.img_input_hover .img_inner { position: relative; width: 100%; height: 0; padding-top: 55%; overflow: hidden;}
.img_input_hover .img_inner img { width: 100%; position: absolute;  top: 50%; left: 50%; transform: translate(-50%,-50%);}
.img_input:hover .img_input_hover { display: block; pointer-events: none; } 
.tooltip em {font-size: inherit; font-weight: bold; color: #2149a6; }
.like {justify-content: center; align-items: center; gap: 0 20px; }
.like label { padding: 12px !important; }
.like em {font-size: 18px; font-weight: 500; }
.answer_box.img_left label {padding: 40px 40px 40px 165px !important; background-position: right 12px center !important; text-align-last: left;}
.answer_box.img_left .img_input {position: absolute; width: 140px; height: 80px; top: 50%; left: 12px; transform: translateY(-50%); margin-bottom: 0; }
.answer_box.img_left .img_input_hover {top: -200px; left: 135px;}
.answer_box.block .etc_area {position: absolute; width: calc(100% - 40px); height: calc(100% - 65px); left: 50%; top: 45px; transform: translateX(-50%);}
#wrap .content{margin:0;}
/* 231207 수정 (s)*/
.starpoint {display: flex; flex-direction: column; gap: 10px; justify-content: center; align-items: center;}
.starpoint .btn_star button {font-size: 40px;padding: 0;color: #bec3ce; }
.starpoint_num { display: flex; justify-content: center; gap: 0 30px; }
.starpoint_num span {display: none; font-size: 18px; font-weight: 500; color: #c32943;}
/* 231207 수정 (e)*/

.comment_wrap > div {display: flex;}
.comment_info {justify-content: space-between; margin-bottom: 20px;}
.comment_info .comment_num {font-size: 16px; font-weight: 500; color: #6a707b; }
.comment_info .comment_num::before {content: ''; display: inline-block; vertical-align: -3px; margin-right: 4px; width: 16px; height: 17px; background: url(../images/bull_annotation.svg); }
.comment_info .comment_num em {margin-left: 4px; font-size: inherit; font-weight: bold; color: #232830; }
.comment_info #textcount_num {font-size: 14px; font-weight: 500; color: #6a707b; }
.comment_box {gap: 0 12px;}
.comment_box .btn {width: 100px; padding: 20px;}
.comment_list li {margin-top: 20px; border-bottom: 1px solid #d3d7e3; }
.comment_list li > div {display: flex; justify-content: space-between; }
.comment_user span {font-size: 14px; font-weight: 500;}
.comment_user .user_id {font-weight: bold; color: #232830;}
.comment_user .comment_date {margin-left: 8px; color: #6a707b;}
.btn_siren {font-size: 16px; font-weight: 500; color: #970d24;}
.btn_siren::after { content: ''; display: inline-block; vertical-align: -3px; margin-left: 4px; width: 14px; height: 15px; background: url(../images/icon_siren.svg);}
.comment_result {padding: 12px 0 20px; font-size: 18px; font-weight: 500;}
.comment_wrap .paging_wrap {justify-content: center; margin: 20px 0 0;}

@media only screen and (max-width: 768px){
    .research_box.pd24 {min-height: auto;}
    .research_box.border_clip:first-of-type::after {width: 50px; height: 42px; right: -24px; }
    .title_wrap .title {font-size: 20px;}
    .info_box li {font-size: 13px;}
    .con_wrap .top_box ul li {font-size: 14px;}
    .con_wrap .content h3 {font-size: 20px;}
    .con_wrap .content p {font-size: 16px;}
    .file_box li {gap: 0 10px; font-size: 12px;}
    .file_box li a::before {vertical-align: -5px;}
    .quest {font-size: 16px;}
    .quest span {font-size: 11px;}
    .tooltip {font-size: 12px;}
    .like {gap: 0 8px;}
    .like em {font-size: 12px;}
    .starpoint {min-height: 65px;}
    .starpoint_num span {font-size: 13px;}
    .comment_info .comment_num {font-size: 13px;}
    .textcount_num {font-size: 13px;}
    .btn_siren {font-size: 14px;}
    .comment_result {font-size: 14px;}
    .img_input:hover .img_input_hover { display: none;}
    .starpoint { gap: 0 8px; }
    .answer_box input[type=radio].etc + label,
    .answer_box input[type=checkbox].etc + label { padding: 10px 10px 60px 35px; }
    .answer_box input.etc_input.block {width: calc(100% - 46px);}

    
}
@media only screen and (max-width: 460px) {
    .answer.like label {padding: 8px !important;}
    .starpoint .btn_star button {font-size: 30px;}
}

/* 차트 */
/* .chart_wrap { width: 240px; margin: auto;}
.chart_wrap.left { margin: 0; }
.chart_wrap.wd100 { width: 100%; } */
.research_box.chareWrap {display: flex;flex-wrap: wrap; justify-content: center; gap: 0 20px;}
.research_box.chareWrap .quest {flex-shrink: 0;width: 100%;flex-basis: 100%;height: fit-content;}
.research_box.chareWrap .answer {/* width: calc(50% - 20px);  */height: fit-content;}
.research_box.chareWrap table {width: 50%; height: fit-content;}
.research_box.chareWrap table th:first-of-type,
.research_box.chareWrap table td:first-of-type {text-align: left;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.research_box.chareWrap table th {color: #6a707b; text-align: right; font-size: 14px; font-weight:500; border-bottom: 1px solid #d3d7e3; padding:5px;}
.research_box.chareWrap table td {text-align: right; font-size: 14px; font-weight:500;padding:5px 5px 10px 5px;}
.chareWrap .btn_area.right {margin-left: auto;}

.percentWrap {width: 100%;}
.percentWrap .result_value {display: flex; justify-content: space-between; margin-bottom: 4px;}
.percentWrap .result_value span {font-size: 18px; font-weight: bold; }
.percentWrap .result_value span em {margin-left: 5px; font-size: 16px; font-weight: 500; }
.percentWrap .result_value .high_value { color: #c32943; }
.percentWrap .percentage {display: flex; width: 100%; height: 28px; border-radius: 50px; background: #d3d7e3; overflow: hidden;}
.percentWrap .percentage .percentBar1 { /* background-color: #8a091e; */ background: linear-gradient(to right, #1b3c88 2%, #c91740 97%); border-radius: 50px;}
.percentWrap.type2 + .percentWrap.type2 {margin-top: 12px;}
.percentWrap.type2 .percentage {height: 12px;}
.percentWrap.type2 .result_value span {display: flex; width: 100%; justify-content: space-between; align-items: baseline;}

@media only screen and (max-width: 768px) {
    .research_box.chareWrap .answer {width: 100%; margin-bottom: 20px;}
    .research_box.chareWrap table {width: 100%; }
    .percentWrap .result_value span {font-size: 14px; }
    .percentWrap .result_value span em {font-size: 12px;}

}


/* 저작권정책, 개인정보처리방침 */
.border_box { border: 1px solid #d3d7e3; padding: 40px; border-radius: 20px; margin-bottom: 40px; }
.border_box.copyright { margin-top: 50px; display: flex; gap: 40px;}
.border_box p { font-size: 16px; font-weight: 500; color: #232830; line-height: 1.5; margin-bottom: 20px;}


.privacy_wrap {margin-top: 50px;}
.privacy_wrap .num_list li {color: #6a707b;}
.privacy_wrap .num_list > li::before {border: 1px solid #6a707b;}
/* .privacy_wrap .num_list .btn {font-size: 16px; font-weight: 600;} */
.privacy_wrap .small_tit {display: block; text-align: center; padding: 20px 0; border-top: 1px solid #232830; font-size: 16px; font-weight: bold;}
.privacy_txt {font-size: 18px; font-weight: 500; margin-bottom: 40px; color: #232830;}
.policy_tit {position: relative; display: inline-block; font-size: 20px; font-weight: bold; color: #000; margin-bottom: 20px;}
.policy_tit img { width: 40px; height: auto; vertical-align: middle;}
.labeling {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 80px 0; padding: 20px 0;}
.labeling li { width: calc(100% / 7); text-align: center; font-size: 18px; font-weight: 500;}
.labeling li::before {content: ''; display: block; width: 80px; height: 80px; margin: 0 auto 20px;}
.labeling li.label01::before {background: url(../images/privacy_label01.png) no-repeat; background-size: 100%;}
.labeling li.label02::before {background: url(../images/privacy_label02.png) no-repeat; background-size: 100%;}
.labeling li.label03::before {background: url(../images/privacy_label03.png) no-repeat; background-size: 100%;}
.labeling li.label04::before {background: url(../images/privacy_label04.png) no-repeat; background-size: 100%;}
.labeling li.label05::before {background: url(../images/privacy_label05.png) no-repeat; background-size: 100%;}
.labeling li.label06::before {background: url(../images/privacy_label06.png) no-repeat; background-size: 100%;}
.labeling li.label07::before {background: url(../images/privacy_label07.png) no-repeat; background-size: 100%;}
.labeling li.label08::before {background: url(../images/privacy_label08.png) no-repeat; background-size: 100%;}
.labeling li.label09::before {background: url(../images/privacy_label09.png) no-repeat; background-size: 100%;}
.labeling li.label10::before {background: url(../images/privacy_label10.png) no-repeat; background-size: 100%;}
.labeling li.label11::before {background: url(../images/privacy_label11.png) no-repeat; background-size: 100%;}
.labeling li.label12::before {background: url(../images/privacy_label12.png) no-repeat; background-size: 100%;}
.labeling li.label13::before {background: url(../images/privacy_label13.png) no-repeat; background-size: 100%;}
.labeling li.label14::before {background: url(../images/privacy_label14.png) no-repeat; background-size: 100%;}

@media screen and (max-width: 1280px) {
    .labeling {justify-content: flex-start;}
    .labeling li {width: calc(100% / 5);font-size: 16px;}
    .labeling li::before {width: 60px; height: 60px;margin: 0 auto 12px;}
    .basic_list.flex_col {max-height: none;}
}    
@media screen and (max-width: 768px) {
    .labeling li {width: calc(100% / 3);font-size: 13px;}
    .border_box {padding: 20px;margin-bottom: 20px;}
	.border_box.copyright { margin-top: 20px; flex-direction: column; gap: 20px;}
	.border_box p {font-size: 13px;}
    .privacy_wrap {margin-top: 20px;}
    .privacy_txt {font-size: 13px;margin-bottom: 20px;}
    .policy_tit {font-size: 14px;}
    .policy_tit::before {right: -35px; width: 30px; height: 30px;}
    .policy_tit::after {width: 30px; height: 30px;}
}

/* 회원가입 */
.login_area {margin-top:30px;}
.login_area li:first-child {margin-top:0;position: relative;}
.login_area li {margin-top:12px;}
.login_area li .login_id {padding:22px 20px 21px;padding-left:64px;}
.login_area li:first-of-type:before {content: ''; position: absolute; top: 50%; left: 22px; transform: translateY(-50%); width: 24px; height: 24px; background:url("../images/bull_user.png") center center no-repeat;}
.login_area li .login_pass {padding:22px 20px 21px;padding-left:64px;background:url("../images/bull_pass.png") 20px center no-repeat;}
.login_area li input::placeholder {color: #6a707b;}

/* 자동완성 배경컬러 변경 */
.login_area li input.login_id:-webkit-autofill,
.login_area li input.login_id:-webkit-autofill:hover,
.login_area li input.login_id:-webkit-autofill:focus,
.login_area li input.login_id:-webkit-autofill:active {
    box-shadow: 0 0 0px 1000px #fff inset;
}
.login_btn {margin-top:20px;}
.login_btn li {margin-top:4px;}
.login_btn li:first-child {margin-top:0;}
.login_btn li .btn {width:100%;text-align:center;}
.txt_idpw {margin-top:18px;text-align:center;}
.txt_idpw a {display:inline-block;font-size:18px;font-weight: 500;color:#6a707b;}
.sns_box {position:relative;margin-top:30px;border-top:1px solid #d3d7e3;padding:24px 20px 20px;}
.sns_box::before {content:"SNS 로그인";display:inline-block;padding:0 10px;background-color:#fff;position:absolute;top:-10px;left:50%;transform: translateX(-50%);font-weight: 500;color:#000;}
.sns_box {display:flex;flex-wrap: wrap;justify-content: center;  padding:30px 110px 30px;margin-bottom:40px;}
.sns_box li {margin:4px;}
.sns_box li span,
.sns_box li a {display:inline-block;width:52px;height:52px;}
.sns_box li .sns01 {background:url("../images/img_sns01.png") center no-repeat;background-size:52px 52px;}
.sns_box li .sns02 {background:url("../images/img_sns02.png") center no-repeat;background-size:52px 52px;}
.sns_box li .sns03 {background:url("../images/img_sns03.png") center no-repeat;background-size:52px 52px;}
.sns_box li .sns04 {background:url("../images/img_sns04.png") center no-repeat;background-size:52px 52px;}
.sns_box li .sns05 {background:url("../images/img_sns05.png") center no-repeat;background-size:52px 52px;}
.sns_box li .sns06 {background:url("../images/img_sns06.png") center no-repeat;background-size:52px 52px;}
.sns_box li .sns07 {background:url("../images/img_sns07.png") center no-repeat;background-size:52px 52px;}
.sns_box li .sns08 {background:url("../images/img_sns08.png") center no-repeat;background-size:52px 52px;} 
.sns_box li .sns09 {background:url("../images/img_sns09.png") center no-repeat;background-size:52px 52px;} 

.gray_box_topTit dt {font-size:32px;font-weight:600;color:#232830;text-align:center;margin-top:32px;}
.gray_box_topTit dd {font-size:18px;font-weight:500;color:#6a707b;text-align:center;margin-top:6px;}
.gray_box {display: flex;gap:10px;margin-top:35px;margin-bottom:20px;justify-content: center;}
.gray_box div {width:100%;background-color:#f3f5fa;padding:20px;border-radius:15px;text-align:center;}
.gray_box .w100 {width:100%;}
.gray_box_tit {font-size:26px;color:#232830;font-weight:600;text-align:center;}
.gray_box .icon_phone {width:100%;height:120px;margin:29px 0;background:url("../images/bull_phone.png") center no-repeat;}
.tab_con:not(nav .tab_con) {display:none;} /* 231128 추가 */
.tab_con.bg_gray {padding: 40px 20px; margin: 40px 0;}
.gray_box .sns_box {border-top:0;padding:10px;}
.gray_box .sns_box::before {display:none;}

.id_find_list {justify-content: center;}
.id_find_list dt {font-size:18px;color:#000;font-weight: 600;padding:16px 10px;}
.id_find_list dd {font-size:16px;color:#6a707b;font-weight: 500;padding:16px 10px;}

@media only screen and (max-width: 768px){
	.content #wrap #container{margin-top:0}
    header.no_mainmenu {padding:20px 0;}
    .research_box {padding:20px;}
    .research_box .research_box_tit {font-size:18px;}
    .step_area li {padding:4px 10px 3px;padding-left:35px;}
    .step_area li::before {top:6px;left:2px;width:30px;height:30px;background-size:100% auto !important;}
    .step_area li dt {font-size:14px;}
    .step_area li dd {font-size:15px;}

    .detail_area {margin-right:-55px;}
    .detail_area ul li {font-size:14px;}
    .detail_area p {font-size:14px;}
    .detail_area em {font-size: 14px;}
    .detail_area h2 {font-size: 14px;}
    .detail_area h3 {font-size: 14px;}

    .login_btn {margin-top:10px;}
    .login_area {margin-top:15px;}
    .login_area li {margin-top:6px;}
    .login_section .login_area li:first-of-type::before {left: 18px; background-size:20px auto;}
    .login_section .login_area li input {padding:16px 15px 15px;padding-left:50px;background-size:20px auto;}
    .txt_idpw {margin-top:10px;}
    .txt_idpw a {font-size:14px;}
    .sns_box {padding:15px 30px 10px;margin-bottom:20px;}
    .sns_box::before {font-size:12px;}

    .gray_box {flex-wrap: wrap;margin-top:15px;margin-bottom:15px;}
    .gray_box .gray_box_tit {font-size:16px;}
    .gray_box div {width:100%;}
    .gray_box_topTit dt {font-size:18px;}
    .gray_box_topTit dd {font-size:14px;} 

    .gray_box .icon_phone {margin:15px 0;}

    .id_find_list dt {font-size:14px;padding:8px 5px;}
    .id_find_list dd {font-size:14px;padding:8px 5px;}

    .sub_visual_area {padding:18px;}
    .sub_page_tit {font-size:20px;}
    .sub_tit {font-size:20px;}

    .navi_area li.navi_home {background-size:14px auto;}
    .navi_area li {background-position-x: 4px;}
    .navi_area li a {font-size:11px;padding:6px 0;margin-left:15px;} 
    .tab_con.bg_gray {padding: 0; margin: 20px 0; background: #fff;}
}

@media only screen and (max-width: 460px){ 
    .research_box {border-radius:10px;padding:10px;}
    .research_box.pd24 {border-radius:10px;padding:10px;}
    .step_area li {padding:4px 10px 3px;padding-left:22px;}
    .step_area li::before {top:8px;left:2px;width:18px;height:18px;background-size:100% auto !important;}
    .step_area li dt {font-size:12px;}
    .step_area li dd {font-size:13px;}
    .certifi_box {padding:25px 0 30px;margin-top:20px;}
    .certifi_box .certifi_top {margin-bottom:18px;}
    .certifi_box .certifi_top img {width:80px;height:auto;}
    .certifi_box dt {font-size:22px;margin-bottom:12px;}
    .certifi_box dd {font-size:13px;}
    .btn_certifi {margin-top:10px;}

    .detail_area {padding:15px;}
    .detail_area ul li {font-size:12px;}
    .detail_area ul li a {font-size:12px;}
    .detail_area p {font-size:12px;}
    .detail_area em {font-size:12px;}
    .detail_area h2 {font-size:12px;}
    .detail_area h3 {font-size:12px;}
    .check_box_area.only_check.depth2 {padding-top:5px;padding-left:20px;}
    .check_box_area.only_check.depth2 + .check_box_area.only_check {margin-top:15px;}
}

@media only screen and (max-width: 375px){ 
    .step_area li {padding:4px 10px 3px;padding-left:22px;}
    .step_area li::before {top:8px;left:2px;width:18px;height:18px;background-size:100% auto !important;}
    .step_area li dt {font-size:10px;}
    .step_area li dd {font-size:11px;}
}