@charset "UTF-8";

._fnctWrap {line-height: 1.5;}

/* 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%; min-height: 285px; padding: 35px 40px 35px 40px; border-bottom: 1px solid #e2e2e2;}
.profile .thumb-li:after {content: ''; position: absolute; right: 0; top: 10px; width: 1px; height: calc(100% - 20px); 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: 125px;}
.profile .thumb-li .thumb img {position: relative; z-index: 2; width: 100%; height: 150px; border: 1px solid #eee;}
.profile .thumb-li .thumb .shadow {position: relative;}
.profile .thumb-li .thumb .shadow:after {content: ''; position: absolute; left: 5px; top: 5px; z-index: 0; width: 100%; height: 100%; background: #e3e3e3;}
.profile .thumb-li .info {padding-left: 20px;}
.profile .info dl {position: relative; display: table; width: 100%; margin: 0 0 8px 0; line-height: 1.85; }
.profile .info dl:after {content: ''; position: absolute; left: 0; top: 12px; width: 5px; height: 5px; background: #4974b2; border-radius: 100%;}
.profile .info dt,
.profile .info dd {display: table-cell; vertical-align: top;}
.profile .info dt {width: 105px; padding-left: 15px; font-family: 'Noto DemiLight'; font-size: 16px; color: #222;}
.profile .info dd {font-family: 'Noto Light'; font-size: 15px; letter-spacing: -1px; color: #666;}
.profile .btn-util {position: absolute; right: 40px; bottom: 30px;}
.profile .btn-util a {display: inline-block; margin: 0 2px; width: 35px; height: 35px; border-radius: 100%; text-indent: -9999px; transition: .4s; vertical-align: middle;}
.profile .btn-util a.btn-mail {background: #fff url('../images/ico-mail-off.png') no-repeat center center; border: 1px solid #0e8772;}
.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 button.btn-detail {display: inline-block; height: 36px; margin-left: 8px; padding: 0 32px 0 15px; background: url('../images/ico-detail-off.png') no-repeat 85% center; border: 1px solid #003956; border-radius: 6px; font-family: 'Noto DemiLight'; font-size: 14px; color: #003956; line-height: 35px; transition: .4s;}
.profile .btn-util button.btn-detail:hover {background: #003956 url('../images/ico-detail-on.png') no-repeat 85% center; 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; 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: 40px 60px 0 80px;}
.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: 30px; color: #000; border-bottom: 1px solid #6a6a6a; line-height: 1.9;}
.profile .person .info {padding-left: 65px; padding-bottom: 40px; background: url('../images/logo-detail.png') no-repeat right bottom;}
.profile .person .btn-util {bottom: auto; top: 7px; right: 0;}
.profile .desc {margin-top: 40px; 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: 40px; margin-bottom: 40px; padding-top: 20px; border-top: 2px solid #000;}
.wrap-contents .con-list > li {margin-bottom: 5px !important;}

@media all and (max-width: 1355px) {
    .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 .thumb-li {padding: 30px 20px 20px 20px;}
    .profile .thumb-li,
    .profile .thumb-li .thumb,
    .profile .thumb-li .info {display: block; width: 100%;}
    .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 .info dt, .profile .info dd {display: block; width: 100%;}
    .profile .info dd {padding: 0 0 0 15px;}
    .profile .person .btn-util {left: 20px;}
}

/* Search */
.profile-search {display: inline-block; width: 100%; margin-bottom: 41px;}
.profile-search .form-search {background: #f5f6f8 url('../images/logo-search.png') no-repeat right center; 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: 2px 0 2px 55px; color: #18327c;}
.profile-search .box-sel {position: relative; top: 0px; display: inline-block; margin-right: 2px; 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-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:780px) {
    .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;}
}

/* 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;}
}