@charset "utf-8";

h3 {font-size:40px; color:#222c49; font-weight:600; text-align:center; margin-bottom:45px; line-height:1.5em; font-family: 'GmarketSansMedium';}

h4 {font-size:25px; color:#222; font-weight:600; margin-bottom:20px; line-height:1.5em; font-family: 'GmarketSansMedium';}
h4:before {content:""; display:inline-block; width:24px; height:24px; border-top:6px solid #376ac7; border-left:6px solid #376ac7; border-bottom:6px solid #ee295e; border-right:6px solid #ee295e; border-radius:5px; vertical-align:middle; margin-right:10px;}
h4 span{font-size:20px; font-weight:400;}

h4.mt{margin-top:70px;}

h5 {margin-bottom:20px; font-size:22px; color:#222; font-weight:600}
h5.mt{margin-top:40px;}

h6 {margin-bottom:15px; font-size:20px; color:#222;}
h6.mt{margin-top:40px;}

.btnBox {margin-top:50px;}

@media screen and (max-width:1220px){
	h3 {font-size:30px}

	h4 {font-size:22px;}
	h4:before {width:20px; height:20px; border-width:5px;}
	h4 span{font-size:17px;}
	h4.mt {margin-top:60px;}

	h5 {font-size:18px;}
	h5.mt {margin-top:30px;}

	h6 {font-size:18px;}
	h6.mt {margin-top:30px;}
}

@media screen and (max-width:768px){
	h3 {font-size:20px; margin-bottom:20px;}

	h4 {font-size:18px; margin-bottom:10px;}
	h4:before {width:16px; height:16px; border-width:4px; margin-right:5px;}
	h4 span{font-size:14px;}
	h4.mt {margin-top:40px;}

	h5 {font-size:14px; margin-bottom:10px;}
	h5.mt {margin-top:15px;}

	h6 {font-size:14px; margin-bottom:10px;}
	h6.mt {margin-top:15px;}

	.btnBox {margin-top:30px;}
}

.borderBox {padding:30px; border:2px solid #376ac7; box-shadow: 3px 5px 5px rgb(0,0,0,0.2); animation: borderBox 0.7s; animation-timing-function: ease-out;}


/*-----------------------------------------------블릿-----------------------------------------------*/
/*블릿*/
.bul01 {font-size:16px;}
.bul01 > li{color:#222; padding-bottom:8px; padding-left:15px}
.bul01 > li:before {content:""; display:inline-block; width:8px; height:2px; margin-right:7px; vertical-align: middle; background:#376ac7; margin-left:-15px;}

.bul02 {font-size:14px;}
.bul02 > li{color:#2b2b2; padding-left:15px}
.bul02 > li:before {content:""; display:inline-block; width:4px; height:4px; margin-right:7px; vertical-align: middle; background:#376ac7; margin-left:-15px;}

.bul_num {margin-left:15px;}
.bul_num > li {list-style-type: decimal;}

@media screen and (max-width:768px){
	.bul01 {font-size:13px;}

	.bul01 > li, .bul02 > li {padding-left:10px}

	.bul01 > li:before {width:6px;}
	.bul01 > li:before, .bul02 > li:before {margin-left:-10px;}

	.bul02 {font-size:12px;}
	.bul02 > li{padding-bottom:5px;}

	.bul_num {margin-left:12px;}
}


/*-----------------------------------------------전시회안내-----------------------------------------------*/
/*전시회개요*/
.sub01_2 .sec01 .imgBox {float:left; width:21%}
.sub01_2 .sec01 .imgBox span {display:block; margin-bottom:10px;}
.sub01_2 .sec01 .imgBox img{width:100%}
.sub01_2 .sec01 .t1 {float:right; width:77%;}

.sub01_2 .sec02 .icon {margin-bottom:10px;}
.sub01_2 .sec02 .t1 p {font-size:18px; margin-top:20px; letter-spacing:-0.01em; line-height:1.5em;}

@media screen and (max-width:1220px){
	.sub01_2 .sec01 .imgBox, .sub01_2 .sec01 .t1 {float:none; width:100%;}
	.sub01_2 .sec01 .imgBox {margin-bottom:15px;}
	.sub01_2 .sec01 .imgBox span {display:inline-block; width:32%; margin:0 1% 0 0}
	.sub01_2 .sec01 .imgBox span:last-child {margin-right:0}

	.sub01_2 .sec02 .icon img {max-width:100%}
	.sub01_2 .sec02 .t1 p span {display:block; padding-left:25px;}
}

@media screen and (max-width:768px){
	.sub01_2 .sec01 .imgBox span {width:31.6%;}

	.sub01_2 .sec02 .icon img {max-width:80%}
	.sub01_2 .sec02 .t1 p {font-size:14px; margin-top:10px; letter-spacing:-0.05em; }
	.sub01_2 .sec02 .t1 p span {padding-left:18px;}
}

@media screen and (max-width:480px){
		.sub01_2 .sec02 .t1 p span {display:inline-block; padding-left:0px;}
}

.sub01_4 .sec01 img{border:1px solid #ccc;}


/*-----------------------------------------------참가안내-----------------------------------------------*/
/*각종서류신청*/
.docu_btn {font-size:22px; color:#376ac7; transition:all 0.3s}

/*참가신청안내*/
.step_ul2 {position:relative;}
.step_ul2 li {position:relative; display:inline-block; width:23%; margin-right:2%; border-top:5px solid #376ac7; border-left:5px solid #376ac7; border-right:5px solid #549cee;  border-bottom:5px solid #549cee; font-size:15px; line-height:1.3; color:#549cee; height:280px; text-align:center;}
.step_ul2 li:hover {box-shadow: 3px 10px 10px rgb(0,0,0,0.2); }
.step_ul2 li:last-child {margin-right:0}
.step_ul2 li:after {content:"\f105"; display:inline-block; font-family: FontAwesome; font-size:40px;position:absolute; top:40%; right:-75px; color:#fff; width:60px; height:60px; background:#549cee; line-height:60px; box-shadow: 3px 3px 3px rgb(0 0 0 / 20%); border-radius:50%; transform:translateX(-50%); z-index:1}
.step_ul2 li:last-child:after {display:none}
.step_ul2 .box {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; padding:0 20px;}
.step_ul2 .box .txt { font-size:18px; font-weight:600; color:#376ac7; margin-bottom:5px;}

.step_ul2 .icon {margin-bottom:20px;}

@media all and (max-width:768px) {
	.step_ul2 li {width:46%; margin-right:2%;font-size:13px; height:220px;}
	.step_ul2 li:after {font-size:36px;position:absolute; top:40%; right:-55px; color:#fff; width:45px; height:45px; line-height:43px;}
	.step_ul2 .box {padding:0 15px;}
	.step_ul2 .box .txt { font-size:16px;}

	.step_ul2 .icon {margin-bottom:10px;}
	.step_ul2 .icon img{height:50px;}
}

a.gobtn {display:inline-block; background:#376ac7;color:#fff; padding:20px 100px; border-radius:50px; line-height:1em; font-size:20px; margin-top:60px;}

@media screen and (max-width:1220px){
	a.gobtn {padding:15px 80px; font-size:1.7vw; margin-top:50px;}
}

@media screen and (max-width:1024px){
	a.gobtn {padding:15px 70px; font-size:1.9vw; margin-top:50px;}
}

@media screen and (max-width:768px){
	a.gobtn {padding:15px 60px; font-size:2.6vw; margin-top:40px;}
}

@media screen and (max-width:480px){
	a.gobtn {padding:10px 50px; font-size:4vw;}
}

/*이미지돋보기*/
.mfBox {position: relative;}
.mfBox .img img {max-width:100%; vertical-align:middle;}
.mfBox .txt {position: absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.mfBox .txt img {max-width:100%;}

/*모달팝업*/
.modal {position:fixed; width:100%; height:100%;top:0;left:0;bottom:0;background-color:rgba(0,0,0,.8);z-index:-1;opacity:0;transition:all 0.2s;}
.modal.on{opacity:1;z-index:999;}

.modal .md_cont {position:absolute; top:57%; left:50%; transform: translate(-50%,-50%); /*width:100%;*/ height:80%;}
.modal .md_cont  .md_close {display:inline-block; text-align:right; color:#fff; font-size:40px; width:100%; margin-bottom:10px}
.modal .md_cont_scroll {overflow:hidden; overflow-y: scroll; width:940px; /*height:100%;*/ background-color:#fff; padding:20px;}
.modal .md_cont_scroll img {width:100%}

@media screen and (max-width:1220px){
	.modal .md_cont_scroll {width:700px}
}

@media screen and (max-width:768px){
	.modal .md_cont {width:90%}
	.modal .md_cont_scroll {max-width:760px; width:100%; padding:10px;}
	.modal .md_cont  .md_close {font-size:30px;}

	.mfBox .txt {width:70% !important;}
}

/*참가 자료 다운로드*/
.down_ul {position:relative;}
.down_ul li {position:relative; display:inline-block; width:23%; margin-right:2%; height:340px; background:#edefef; border-radius:10px; text-align:center; border-top:5px solid #376ac7; }
.down_ul li:nth-child(2n) {border-top:5px solid #549cee !important;}
.down_ul li:hover {box-shadow: 3px 10px 10px rgb(0,0,0,0.2); }
.down_ul li:last-child {margin-right:0 !important;}
.down_ul .box {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%;}
.down_ul .box .txt {font-size:25px; line-height:1.4em; color:#000; margin:25px 0 40px;}
.down_ul .box span {display:block}

.down_ul .icon2 {margin-top:35px;}
.down_ul .icon2 i {font-size:50px; color:#376AC7;}

@media all and (max-width:1200px) {
	.down_ul li {height:280px;}
	.down_ul .box .txt { font-size:1.9vw; margin:20px 0 30px;}

	.down_ul .icon2 {margin-top:25px;}
}

@media all and (max-width:768px) {
	.down_ul li {width:48%; height:200px; margin-bottom:2%;}
	.down_ul .box .txt { font-size:16px; margin:10px 0 20px;}
	.down_ul li:nth-child(2n) {margin-right:0 !important;}

	.down_ul .icon2 {margin-top:15px;}
	.down_ul .icon2 i {font-size:40px;}
}

@media all and (max-width:480px) {
	.down_ul li {display:block; width:100%; height:80px; margin-right:0; margin-bottom:4%; text-align:center;}
	.down_ul li .box > div {display:inline-block;}
	.down_ul .box .txt {font-family:'GmarketSansMedium'; margin:25px 15px 25px;}
	.down_ul .box span {display:inline-block;}

	.down_ul .icon2 i{display:none;}
}


/*-----------------------------------------------참관안내-----------------------------------------------*/
/*사전참관*/
a.dcbtn {display:inline-block; background:#000;color:#fff; padding:10px 30px; border-radius:50px; line-height:1em;}

@media screen and (max-width:1220px){
	a.dcbtn  {font-size:13px; padding:10px 20px}
}

@media screen and (max-width:768px){
	a.dcbtn  {font-size:12px; padding:5px 10px;}
}

/*현장참관&초청장참관 안내*/
.step_ul {position:relative;}
.step_ul li {position:relative; display:inline-block; width:23%; margin-right:2%; border-top:5px solid #376ac7; border-left:5px solid #376ac7; border-right:5px solid #549cee;  border-bottom:5px solid #549cee; font-size:18px; color:#549cee; height:150px; text-align:center;}
.step_ul li:hover {box-shadow: 3px 10px 10px rgb(0,0,0,0.2); }
.step_ul li:last-child {margin-right:0}
.step_ul li:after {content:"\f105"; display:inline-block; font-family: FontAwesome; font-size:40px;position:absolute; top:30%; right:-75px; color:#fff; width:60px; height:60px; background:#549cee; line-height:60px; box-shadow: 3px 3px 3px rgb(0 0 0 / 20%); border-radius:50%; transform:translateX(-50%); z-index:1}
.step_ul li:last-child:after {display:none}
.step_ul .box {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; padding:0 20px;}
.step_ul .box .txt {font-weight:600; color:#376ac7; margin-bottom:5px;}

@media all and (max-width:768px) {
	.step_ul li {width:46%; margin-right:2%;font-size:14px; height:120px;}
	.step_ul li:after {content:"\f105"; display:inline-block; font-family: FontAwesome; font-size:36px;position:absolute; top:30%; right:-55px; color:#fff; width:45px; height:45px; background:#549cee; line-height:43px; box-shadow: 2px 2px 2px rgb(0 0 0 / 20%); border-radius:50%; transform:translateX(-50%); z-index:1}
}

/*부스배치도&참가업체리스트*/
.sub03_5 .sec03 img{border:1px solid #ccc;}

.sub03_5 .sec01 img{border:1px solid #ccc;}
.sub03_5 .sec02 .t1 {float:left; width:49%;}
.sub03_5 .sec02 .t1 td {white-space: normal; word-break: break-all;}
.sub03_5 .sec02 .vat {vertical-align:top;}

@media screen and (max-width:768px){
	.sub03_5 .sec02 .t1 {float:none; width:100%; margin-bottom:20px;}
}


/*-----------------------------------------------전시장안내-----------------------------------------------*/
/*교통및주차안내*/
.map_box {height:450px}

.map_dl dt {float:left; width:20%;}
.map_dl dt img {max-width:100%}
.map_dl dd {float:right; width:80%;}

ul.tab{border-left:1px solid #ededed; overflow:hidden; margin-bottom:40px; display:inline-block;}
ul.tab li {float:left; text-align:center; font-weight:bold; padding:0 !important;}
ul.tab a {display:block; padding:20px 49px; color:#5d6164; border:1px solid #ededed; border-left:none;}
ul.tab li.on a {color:#fff; background:#376ac7; border:1px solid #376ac7;}
ul.tab:after {display:block; content:''; clear:both}

@media all and (max-width:1200px) {
	ul.tab a {padding:2vw 2.5vw;}
}

@media all and (max-width:768px) {
	.map_box {height:200px}
	.map_dl dt {width:30%;}
	.map_dl dd {width:70%;}

	ul.tab a {padding:1.5vw 4.9vw;}
}


/*-----------------------------------------------지난 전시회 개최결과-----------------------------------------------*/
.stxt {font-size:0.9em;}
.subtlt {font-size:18px; font-weight:600; margin-bottom:10px;}

.img2Ul {overflow:hidden; margin-top:50px;}
.img2Ul.mt20 {margin-top:20px;}
.img2Ul > li {position:relative; float:left; width:48%; margin:0 4% 40px 0; overflow:hidden}
.img2Ul > li:nth-child(2n) {margin-right:0}
.img2Ul img {width:100%}
.img2Ul p {text-align:center; font-size:18px; margin-top:15px; font-weight:600; letter-spacing:0;}

@media screen and (max-width:1220px){
	.subtlt {font-size:16px; margin-bottom:10px;}
}

@media screen and (max-width:768px){
	.subtlt {font-size:14px; margin-bottom:5px;}

	.img2Ul {margin-top:40px;}
	.img2Ul.mt20 {margin-top:10px;}
	.img2Ul > li {margin:0 1% 20px 0}
	.img2Ul p {font-size:14px; margin-top:10px;}
}

@media screen and (max-width:480px){
	.img2Ul {margin-top:30px;}
	.img2Ul > li {width:100%;}
}

/*.img3Ul {overflow:hidden; margin-top:50px;}
.img3Ul > li {position:relative; float:left; width:32%; margin:0 2% 40px 0; overflow:hidden}
.img3Ul > li:nth-child(3n) {margin-right:0}
.img3Ul img {width:100%}
.img3Ul p {text-align:center; margin-top:15px; font-size:1.15em; font-weight:600; letter-spacing:0;}

@media screen and (max-width:768px){
	.img3Ul > li {margin:0 1% 20px 0}
}

@media screen and (max-width:480px){
	.img3Ul {margin-top:30px;}
	.img3Ul > li {width:100%;}
	.img3Ul p {margin-top:10px;}
}*/


/*-----------------------------------------------회원가입-----------------------------------------------*/
/* 회원가입 약관 */
.join_tab {position:relative; width:50%; margin:0 auto 70px; overflow:hidden;}
.join_tab:after {content:""; display:block; width:100%; height:5px; background:#e2e2e2; position:absolute; top:60px; left:0; border-radius:50px; z-index:0}
.join_tab li {position:relative; display:inline-block; width:120px; font-family: 'GmarketSansMedium'; z-index:1}
.join_tab li:nth-child(1) {float:left;}
.join_tab li:nth-child(2) {margin:0 auto;}
.join_tab li:nth-child(3) {float:right;}

.join_tab .dongBox {width:120px; height:120px; border:5px solid #d2d2d2; color:#d2d2d2; border-radius:50%; background:#fff}
.join_tab img {margin-top:18px;}
.join_tab .num {font-size:23px; font-weight:700; margin-top:5px;}
.join_tab .txt {margin-top:10px; font-size:20px; }

.join_tab .on .txt {color:#376ac7}
.join_tab .on .dongBox {animation: join_tab_on 1.7s; animation-iteration-count: infinite; animation-fill-mode: both;}

@keyframes join_tab_on
{
  0%{border-color:#376ac7}
  25%{border-color:#e2e2e2}
  50%{border-color:#376ac7}
  75%{border-color:#e2e2e2}
  100%{border-color:#376ac7;}
}

#fregister_term .checkbox, #fregister_private .checkbox {margin:20px 20px 0 0;}

/*회원가입 - 휴대폰인증*/
div.table_box {width: 100%; border-top: 1px solid #999; border-bottom: 1px solid #999;}
div.table_box table.view_table01 { width: 100%;}
div.table_box table.type02.view_table01 > tbody > tr > th {width:20%; background: #fff;}
div.table_box table.view_table01 > tbody > tr > th, div.table_box table.view_table01 > thead > tr > th {width:20%; position: relative; padding: 10px 10px 10px 20px; border-top: 1px solid #e8e8e8; background: #f5f5f5; text-align: left; color:#666;font-weight: normal;}
div.table_box table.type02.view_table01 > tbody > tr > td {width:80%; padding: 18px 20px 19px 0;}
div.table_box table.view_table01 > tbody > tr > td {width:80%; position: relative;  padding: 15px 25px 15px; border-top: 1px solid #e8e8e8;}

div.table_box table.view_table01 textarea {min-height:100px;}

.back_none {background:none !important;}

.alert {display: inline-block;color: #ff674e;text-align: left; margin-top:5px;}


/* 회원가입 완료 */
.reg_resulBox .txtBox {font-size:30px;}
.reg_resulBox .txtBox i {font-size:80px; margin-bottom:20px;}
.reg_resulBox #result_email {font-size:20px;}

@media screen and (max-width:1220px){
	.join_tab {width:70%;}
}

@media screen and (max-width:768px){
	.join_tab {width:100%; margin:0 auto 30px;}
	.join_tab:after {top:45px;}
	.join_tab li {width:100px;}


	.join_tab .dongBox {width:100px; height:100px; border-width:4px}
	.join_tab img {margin-top:12px; height:40px}
	.join_tab .num {font-size:18px; margin-top:5px;}
	.join_tab .txt {margin-top:5px; font-size:16px;}

	div.table_box table.type02.view_table01 > tbody > tr > th {width:30%;}
	div.table_box table.view_table01 > tbody > tr > th, div.table_box table.view_table01 > thead > tr > th {width:30%; padding:10px}
	div.table_box table.type02.view_table01 > tbody > tr > td {width:70%;}
	div.table_box table.view_table01 > tbody > tr > td {width:70%; padding:10px;}

	/* 회원가입 완료 */
	.reg_resulBox .txtBox {font-size:25px;}
	.reg_resulBox .txtBox i {font-size:60px; margin-bottom:15px;}
	.reg_resulBox #result_email {font-size:16px;}
}

@media screen and (max-width:480px){
	/* 회원가입 완료 */
	.reg_resulBox .txtBox {font-size:20px;}
	.reg_resulBox .txtBox i {font-size:40px; margin-bottom:10px;}
	.reg_resulBox #result_email {font-size:14px;}


	.join_tab:after {top:45px;}
	.join_tab li {width:75px;}

	.join_tab .dongBox {width:75px; height:75px;}
	.join_tab img {margin-top:8px; height:28px}
	.join_tab .num {font-size:14px; margin-top:5px;}
	.join_tab .txt {margin-top:5px; font-size:12px;}
}


/*-----------------------------------------------온라인 참가신청-----------------------------------------------*/
.agreement {height: 345px; border-top: 3px solid #376ac7 !important; border: 1px solid #d1d1d1; overflow-x: auto; margin-bottom: 10px;}
.agreement2 {height: 200px; border-top: 3px solid #376ac7 !important; border: 1px solid #d1d1d1; overflow-x: auto; margin-bottom: 10px;}
.agreement pre, .agreement2 pre { width: 94%; margin: 3%; line-height: 26px; white-space: pre-wrap; color: #666; font-family: "NotoKrR";}

/*인보이스 조회*/
.invoice {width:100%; border:2px solid #999; padding:70px 50px;}
.invoice_tlt p {font-size:60px; font-weight:400; margin-bottom:50px; color: #808080;}
.invoice_tlt .subtlt {font-size:32px; font-weight:600; margin-bottom:15px;}

/*상호간판명 신청*/
ul.signBox {overflow:hidden;}
ul.signBox li {width:8.3% !important; float:left; padding:0 !important;}
ul.signBox li input {width:100% !important; text-align:center; border-left:0}
ul.signBox li input.en {ime-mode: inactive}
ul.signBox li:first-child input, ul.signBox2 li:first-child input {border:1px solid #a8a8a8;}
ul.signBox2 li input {border-top:0 !important;}
ul.signBox li input:hover {border-left:0; border-color:#a8a8a8 !important; background-color:#f7f7f7}
ul.signBox li:first-child input:hover {border:1px solid #a8a8a8;}

.sign_ex {margin-top:10px;}
.sign_ex > div {float:left; width:50%;}
.sign_ex > div:nth-child(2) img {border:1px solid #d1d1d1;}

@media screen and (max-width:768px){
	ul.signBox li input {padding:0 5px;}

	.sign_ex > div {display:block; width:100%;}
}

@media screen and (max-width:480px){
	ul.signBox li input {padding:0;}
}


/*-----------------------------------------------어드민-----------------------------------------------*/
/*.stxt {font-size:14px; line-height:1.5em;}
.stxt_g {font-size:13px; line-height:17px; color:#999;}*/
.stlt {color: #376ac7; vertical-align: middle; font-size:24px; margin-bottom:20px;}
.stlt:before {content:""; display:inline-block; width:20px; height:20px; background:#fff; border:7px solid #376ac7; border-radius:50%; margin-right:10px; vertical-align: middle;}

.btn_adm_sch {background:#022042; color:#fff; text-decoration:none; vertical-align:middle; line-height:18px; height: 38px; padding:0 20px; text-align:center; font-weight:bold; border:0;}
.btn_adm01 {display:inline-block; background:#376ac7; color:#fff; vertical-align:middle; font-size:1em; padding:4px 10px; border:0;} /*삭제*/
.btn_adm02 {display:inline-block; background:#555; color:#fff; vertical-align:middle; font-size:1em; padding:4px 10px; border:0;} /*변경*/
.btn_adm03 {display:inline-block; background:#969696; color:#fff; vertical-align:middle; font-size:1em; font-weight:600; padding:4px 10px; border:0;} /*수정*/
.ex_btn {cursor:pointer; display:inline-block;padding:11px 24px;border:0;background:#217346;color:#fff; text-decoration:none;vertical-align:middle;}

.table_basic {width:100%; border-top:3px solid #376ac7}
.table_basic th {padding:20px;}
.table_basic thead th {background:#f9f9f9; border-left:1px solid #d1d1d1; border-bottom:1px solid #d1d1d1;}
.table_basic thead th:first-child {border-left:0}
.table_basic tbody th {background:#f9f9f9; border-left:1px solid #d1d1d1; border-bottom:1px solid #d1d1d1;}
.table_basic tbody th:first-child {border-left:0}
.table_basic tbody th span {vertical-align:middle}
.table_basic tbody td {border-left:1px solid #d1d1d1; border-bottom:1px solid #d1d1d1; padding:20px;}
.table_basic tbody td:first-child {border-left:0}
.table_basic a{color:#555;}
.l_line {border-left:1px solid #d1d1d1 !important}
.table_basic tbody td.bgc {background-color:#f6f6f6;}
.table_basic tbody th.tline, .table_basic tbody td.tline {border-top:2px solid #ccc !important;}

.add_ctrl {display:inline-block;padding:4px 10px; font-size:13px; background:#dedede; color:#022042; vertical-align:middle;}
.add_ctrl_box {width:30px; height:25px !important; font-size:13px; padding:0 5px !important; background:#f4f4f4 !important;}

/* 회원정보 조회 */
.com_tlt {position:relative; color:#fff; padding:10px 20px; font-size:20px; width:100%; background:#022042; overflow:hidden}

.bod_line{border-top:2px solid #376ac7; border-bottom:1px solid #ddd; margin-bottom:10px;}
.bod_line_bnone {border-bottom:0}
.bod_line.write_line {padding-bottom:0}
.wt_dl_line {border-bottom:1px solid #ddd;}
.wt_dl_box {width:100%;position:relative;}
.wt_dl {overflow:hidden; background:#f4f4f4; display:flex}
.wt_dl dt, .wt_dl dd{padding:16px 20px}
.wt_dl dt{float:left; width:20%; display:table-cell}
.wt_dl dd{float:left; width:80%; background:#fff;}

.txt_inp {width:465px;}
.stxt_inp01 {width:150px;}
.stxt_inp02 {width:297px;}

@media all and (max-width:768px) {
	.wt_dl dt, .wt_dl dd{padding:5vw 3vw}
	.wt_dl dt{width:30%;}
	.wt_dl dd{width:70%;}
	.wt_dl dd img{margin_bottom:40px;}
	.txt_inp {width:100%;}
	.stxt_inp01{width:31%}
	.stxt_inp02 {width:63%}
}