@charset "UTF-8";

/* List Profile */
.profile .thumb-ul {position: relative; display: inline-block; width: 100%; border-top: 2px solid #000;}
.profile .thumb-ul:after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #8b9099;}
.profile .thumb-ul .no-data {text-align: center; padding: 50px 0;}
.profile .thumb-li {position: relative; float: left; width: 50%; padding: 30px 30px 95px 30px; border-bottom: 1px solid #e2e2e2;}
.profile .thumb-li:after {content: ''; position: absolute; right: 0; top: 30px; width: 1px; height: calc(100% - 60px); background: #e2e2e2;}
.profile .thumb-li:nth-child(even):after {display: none;}
.profile .thumb-li a {display: table; width: 100%;}
.profile .thumb-li .thumb,
.profile .thumb-li .info {display: table-cell; vertical-align: top;}
.profile .thumb-li .thumb {width: 122px;}
.profile .thumb-li .thumb img {position: relative;z-index: 2;width: 100%;height: 152px;border: 1px solid #eee;}
.profile .thumb-li .thumb .shadow {position: relative;}
.profile .thumb-li .thumb .shadow:after {content: '';position: absolute;left: 10px;top: 10px;z-index: 0;width: 107%;height: 105%;background: url('../images/bg-thumb.png') no-repeat;}
.profile .thumb-li .info {padding-left: 40px;}
.profile .thumb-li strong {display: block; margin-bottom: 10px; font-family: 'Noto Medium';font-size: 22px;color: #262626;line-height: 1.5;}
.profile .info dl {position: relative;display: table;width: 100%;line-height: 1.65;}
.profile .info dl:after {content: ''; position: absolute; left: 0; top: 12px; width: 7px; height: 7px; background: url('../images/bul-detail.png') no-repeat left center;}
.profile .info dt,
.profile .info dd {display: table-cell; vertical-align: top;}
.profile .info dt {width: 105px; padding-left: 15px; font-family: 'Noto Light'; font-size: 16px; color: #222;}
.profile .info dd {font-family: 'Noto Light'; font-size: 16px; color: #666;}
.profile .btn-util {position: absolute; right: 0;bottom: 30px; display: inline-block; width: 100%;padding: 0 30px;}
.profile .btn-util .left {float: left;}
.profile .btn-util .right {float: right; text-align: left;}
.profile .btn-util a {display: inline-block; margin: 0 1px; width: 35px; height: 35px; border-radius: 100%; text-indent: -9999px; transition: .4s;}
.profile .btn-util a.btn-mail {background: #fff url('../images/ico-mail-off.png') no-repeat center center; border: 1px solid #5b99c0;}
.profile .btn-util a.btn-mail:hover {background: #0e8772 url('../images/ico-mail-on.png') no-repeat center center; }
.profile .btn-util a.btn-homepage {background: #fff url('../images/ico-home-off.png') no-repeat center center; border: 1px solid #324d99;}
.profile .btn-util a.btn-homepage:hover {background: #324d99 url('../images/ico-home-on.png') no-repeat center center;}
.profile .btn-util a.btn-setting {background: #fff url('../images/ico-setting-off.png') no-repeat center center; border: 1px solid #b2b2b2;}
.profile .btn-util a.btn-setting:hover {background: #b2b2b2 url('../images/ico-setting-on.png') no-repeat center center;}
.profile .btn-util a.btn-facebook {background: #fff url('../images/ico-fb-off.png') no-repeat center center; border: 1px solid #003a70;}
.profile .btn-util a.btn-facebook:hover {background: #003a70 url('../images/ico-fb-on.png') no-repeat center center; }
.profile .btn-util a.btn-twitter {background: #fff url('../images/ico-tw-off.png') no-repeat center center; border: 1px solid #00c6ff;}
.profile .btn-util a.btn-twitter:hover {background: #00c6ff url('../images/ico-tw-on.png') no-repeat center center; }
.profile .btn-util button.btn-detail {display: inline-block; height: 36px; padding: 0 32px 0 15px; background: url('../images/ico-detail-off.png') no-repeat 85% center; border: 1px solid #acacac; border-radius: 100px; font-family: 'Noto DemiLight'; font-size: 14px; color: #003956; line-height: 35px; transition: .4s;}
.profile .btn-util button.btn-detail:hover {background: #18386c url('../images/ico-detail-on.png') no-repeat 85% center; border: 1px solid #18386c; color: #fff;}
.profile .detail-info {display: none;}
.profile .detail-info.on {display: block; position: fixed; left: 0px; top: 0px; z-index: 1030; width: 100%; height: 100%; background: rgba(0,0,0,.9);}
.profile .detail-info .dis-table {display: table; width: 90%; max-width: 915px; height: 100%; margin: 0 auto; }
.profile .detail-info .dis-cell {display: table-cell; vertical-align: middle;}
.profile .detail-info .box-info {display: inline-block; width: 100%; background: #fff;}
.profile .detail-info .title {position: relative; padding-left: 30px; height: 70px; background: #003956 url('../images/bg-detail-title.png'); font-family: 'Noto Medium'; font-size: 24px; color: #fff; line-height: 70px;;}
.profile .detail-info .title .btn-close-detail {position: absolute; right: 0; top: 0; width: 70px; height: 70px; background: url('../images/ico-close-detail.png') no-repeat center center;}
.profile .detail-info .scroll {overflow-y: auto; height: 600px; padding: 20px 50px 0 50px;}

.profile .detail-info .box-info .thumb {padding-bottom: 30px;}

.profile .share {position: relative; margin-bottom: 20px; border-bottom: 1px solid #6a6a6a}
.profile .share .name {font-family: 'Noto Medium'; font-size: 30px; color: #000;}
.profile .share .sns {position: absolute;right: 0px;top: 9px;}
.profile .person {position: relative; display: table; width: 100%; border-bottom: 2px solid #000;}
.profile .person .name {display: inline-block; width: 100%; margin-bottom: 10px; font-family: 'Noto Medium'; font-size: 22px; color: #262626; line-height: 1.9;}
.profile .person .info {padding-left: 45px; padding-bottom: 40px;}
.profile .person .btn-util {bottom: auto; top: 7px; right: 0;}
.profile .desc {margin-top: 35px; background: #f2f2f2; padding: 10px 20px; font-family: 'Noto Light'; font-size: 14px; color: #666;}
.profile .desc strong {font-family: 'Noto DemiLight'; color: #000;}
.profile .profile-button.detail {margin-top: 35px; margin-bottom: 40px; padding-top: 20px; border-top: 2px solid #000;}

@media all and (max-width: 980px) {
    .profile .thumb-li {width: 100%;}
    .profile .thumb-li:after {display: none;}
}

@media all and (max-width: 650px) {
    .profile .person .btn-util {display: none; right: auto; left: 37px; bottom: 20px;}
    .profile .detail-info .scroll {padding: 40px 30px;}
}

@media all and (max-width: 530px) {
    .profile .share .sns {display: none;}
    .profile .btn-util {position: static; padding: 0; margin-top: 20px}
    .profile .thumb-li {padding: 30px 20px 30px 20px;}
    .profile .thumb-li,
    .profile .thumb-li .thumb,
    .profile .thumb-li .info {display: block; width: 100%;}
    .profile .detail-info .box-info .thumb {padding-bottom: 0px;}
    .profile .thumb-li .thumb img {max-width: 100px; height: auto;}
    .profile .thumb-li .thumb {text-align: center;}
    .profile .thumb-li .thumb .shadow {display: inline-block;}
    .profile .thumb-li .thumb .shadow:after {max-width: 100px;}
    .profile .thumb-li .info {padding-left: 0; padding-top: 20px;}
    .profile .person .btn-util {left: 20px;}
}

/* Search */
.profile-search {display: inline-block; width: 100%; margin-bottom: 41px;}
.profile-search .form-search {background: #f5f6f8; padding:20px;}
.profile-search .tbl-search {text-align: center;}
.profile-search .box-title {display: inline-block;background: url('../images/ico-search-title.png') no-repeat  left center;font-family: 'Noto Regular';font-size:18px;margin-right: 20px;padding: 6.5px 0 6.5px 55px;color: #18327c;vertical-align: middle;}
.profile-search .box-sel {position: relative;top: 0px;display: inline-block;margin-right: 22px; font-family:'Noto DemiLight'; font-size:15px; color:#000; vertical-align: middle;}
.profile-search .box-sel select {background: #fff url('../images/arrow-search.png') no-repeat right center; font-size: 16px; font-family: 'Noto Light'; color: #9d9d9d; border:1px solid #ccd0d7; height: 55px; min-width: 130px; padding-left: 20px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.profile-search .box-sel input {top:0;}
.profile-search .box-search {position: relative; top:0; display: inline-block; vertical-align: middle;  background: #fff; height: 55px; line-height: 55px; border:1px solid #ccd0d7; min-width: 400px;}
.profile-search .box-search input {position: relative; top: -1px; width: 100%; height: 100%; background: transparent; border: 0; font-family: 'Noto Light'; font-size: 16px; text-indent: 10px; color: #9d9d9d;}
.profile-search .box-search input::placeholder {color: #9d9d9d;}
.profile-search .box-search input[type="submit"] {position: absolute; right:0; top: 0; width: 50px; height: 55px; background: url('../images/ico-search-btn.png') no-repeat center center; text-indent: -9999px; cursor: pointer;}

@media all and (max-width:860px) {
    .profile-search .box-title {display: none;}
    .profile-search .tbl-search {display: table; width: 100%; table-layout: fixed;}
    .profile-search .util-search {display: none;}
    .profile-search .box-sel {width:35%; display: table-cell; margin-right: 0; padding-right: 20px;}
    .profile-search .box-sel select {min-width: auto; width: 100%;}
    .profile-search .box-search {display: table-cell;}
}

@media all and (max-width: 620px) {
    .profile-search .box-sel,
    .profile-search .box-search {display: block; width: 100%}
    .profile-search .box-sel {margin-bottom: 15px;}
}

/* Write Update */
.board-write {border-top: 2px solid #7c7c7c;}
.board-write .row {display: table; width: 100%;border-bottom: 1px solid #dadada;}
.board-write .title {width: 200px; display: table-cell; vertical-align: middle; text-align: left; padding: 9px 15px; font-size: 15px; background: #f5f5f5; font-family: 'Noto Regular'; color: #555;}
.board-write .insert {display: table-cell; vertical-align: middle; padding: 9px 20px; font-size: 14px; font-family: 'Noto Regular'; color: #666;}
.board-write .insert.editor {padding: 12px 0 6px 0;}
.board-write .insert input[type="text"],
.board-write .insert input[type="password"] {border: 1px solid #dfdfdf; height: 30px; line-height: 30px; padding: 0 10px; }
.board-write .insert .long {width: 100%;}
.board-write .insert .space {margin-bottom: 10px;}
.board-write .insert .tarea {width: 100%; font-family: 'Noto Regular'; font-size: 14px; color: #666;}
.board-write .insert .possible {font-size: 13px; color: #888; margin-top: 5px; text-transform: uppercase;}
.board-write .insert .ico-cal { padding-left: 30px; padding-right: 10px; background: url(../images/icon-cal.png) no-repeat left center;}
.board-write .insert .ico-cal.space {margin-left: 10px;}
.board-write .insert .switch {margin-top: 10px;}
.board-write .insert .file-select {font-family: 'Noto Regular'; font-size: 14px; color: #666; padding: 10px; height: 130px;}
.board-write .insert .one-line {overflow: hidden; background: #f5f5f5;  padding: 10px; border-radius:  7px;}
.board-write .insert .one-line li {float: left; margin-right: 10px; }
.board-write .insert .pass-form {margin-top: 10px;}
.board-write .insert .pass-form label {margin-right: 10px;}
.board-write .insert .sel-type {margin-right: 5px; font-family: 'Noto Regular'; font-size: 14px; color: #888; border: 1px solid #dfdfdf; height: 30px; line-height: 29px; padding: 0 40px 0 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #ebebeb url(../images/arrow-search.png) no-repeat right center;}
.board-write .insert .line {display: inline-block;}
.board-write.pass-view {margin-bottom: 15px;}
.board-write.pass-view .insert input[type="password"] {width: 100%; box-sizing: border-box;}

@media all and (max-width: 780px) {
    .board-write .row {display: block;}
    .board-write .title {display: block; width: 100%;}
    .board-write .insert {display: block; width: 100%; padding: 9px 0;}
    .board-write .insert .one-line {background: #fff; border: 1px solid #d1d1d1;}
}

@media all and (max-width: 580px) {
    .board-write .insert .line {display: block; margin: 5px 0;}
    .board-write .insert .ico-cal.space {margin-left: 0;}
}

/* Must */
mark.must {width: 10px; position: relative; top: 6px; display: inline-block; background: url('../images/ico-mark.png') no-repeat; text-indent: -9999px;}

/* Button */
.profile-button {display: inline-block; width: 100%; margin-top: 40px; text-align: center; }
.profile-button .btn-mine {float: left;}
.profile-button .btn-control {float: right;}
.profile-button .btn-deco {display: inline-block; min-width: 80px; cursor: pointer; font-size: 14px; height: 40px; line-height: 37px; text-align: center; margin: 0 1px; border-radius: 100px; font-family: 'Noto DemiLight'; color: #fff;}
.profile-button  a.btn-deco, .profile-button  input.btn-deco {color: #fff;}
.profile-button .btn-deco.color1 {background: #8e99ab; border: 1px solid #8e99ab;}
.profile-button .btn-deco.color2 {background: #2b3e5c; border: 1px solid #2b3e5c;}
.profile-button .btn-deco.color3 {background: #2ba9c4; border: 1px solid #2ba9c4;}
.profile-button .btn-deco.color4 {background: #2b3e5c; border: 1px solid #2b3e5c;}
.profile-button .btn-deco.color5 {background: #004ea2; border: 1px solid #004ea2;}
.profile-button.view {margin-bottom: 40px; text-align: right;}
.profile-button.view .btn-mine {float: none; display: inline-block;}
.profile-button.view .btn-control {float: none; display: inline-block;}
.profile-button.answer-button {text-align: right; margin-top: 30px;}

@media all and (max-width: 420px) {
    .profile-button .btn-mine,
    .profile-button.view .btn-mine {width: 100%;}
    .profile-button .btn-control,
    .profile-button.view .btn-control {width: 100%;}
    .profile-button .btn-deco {display: block; width: 100%; margin: 0 0 10px 0;}
}




/*list + View*/
#_JW_prFl_basic ._prFlList{
	border-top: 1px #ddd solid;
}
#_JW_prFl_basic ._prFlList._prFlView {
	margin-bottom: 1em;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
	background-color: #fff;
}
#_JW_prFl_basic ._prFlList:before,
#_JW_prFl_basic ._prFlList:after{
	content: "";
	display: block;
	clear: both;
}
#_JW_prFl_basic ._prFlList ._prFlLi {
	border-bottom: 1px #ddd solid;
}
#_JW_prFl_basic ._prFlList ._prFlLi ._prFlLinkView{
	display: block;
	overflow: hidden;
	position: relative;
	padding: 1em;
	color: #000;
}
#_JW_prFl_basic ._prFlList ._prFlLi.thumbLi .thumbnail{
	width: 110px;
	height: 130px;
	overflow: hidden;
	float: left;
	background-color: #000;
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
#_JW_prFl_basic ._prFlList ._prFlLi.thumbLi .thumbnail img{
	width: 100%;
	height: 100%;
}
#_JW_prFl_basic ._prFlList ._prFlLi.thumbLi .artclInfo,
#_JW_prFl_basic ._prFlList ._prFlLi.thumbLi .artclContent{
	margin-left: 130px;
}
#_JW_prFl_basic ._prFlList ._prFlLi .artclInfo {
	margin-bottom: 0.5em;
}
#_JW_prFl_basic ._prFlList ._prFlLi .artclInfo .artclTitle{
	font-size: 1.4em;
	display: block;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.5em;
	color: #1c5baf;
}
#_JW_prFl_basic ._prFlList ._prFlLi .artclInfo dl dt,
#_JW_prFl_basic ._prFlList ._prFlLi .artclInfo dl dd{
	display: inline-block;
	zoom: 1;
	_display: inline;
	color: #333;
}
#_JW_prFl_basic ._prFlList ._prFlLi .artclInfo dl{
	width: 49%;
}
#_JW_prFl_basic ._prFlList ._prFlLi .artclInfo dl._even{
	float: left;
}
#_JW_prFl_basic ._prFlList ._prFlLi .artclInfo dl._odd{
	float: right;
}
#_JW_prFl_basic ._prFlList ._prFlLi .artclInfo dl dt{
	padding-left: 10px;
	font-weight: 600;
	background: url("../images/bullet.gif") no-repeat left 10px
}
#_JW_prFl_basic ._prFlList ._prFlLi .artclInfo dl dt:after{
	content: " : ";
}
#_JW_prFl_basic ._prFlDetail{
	background-color: #f7f7f7;
	border: 1px #ddd solid;
	padding: 1em;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
}