@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: none; width: 100%; padding: 30px 30px 95px 30px; border-bottom: 1px solid #e2e2e2;}
/*
.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:after {display:none;}
.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 {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;}
.profile .btn-util a {display: inline-block; margin: 0 1px; width: 35px; height: 35px; border-radius: 100%;  transition: .4s;text-indent: -9999px; text-align: left; vertical-align: bottom;}
/*
.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 .name_eng{font-family: 'Noto Light'; font-size: 16px; color: #666;}
.profile .share .sns {position: absolute;right: 0px;top: 9px;}
.profile .person {position: relative; display: table; width: 100%; border-bottom: 1px 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;}

@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;}

    .profile .share .name{margin-bottom: 10px;}
    .profile .thumb-li strong{display: block;margin-bottom: 2px;}
    .profile .share .name_eng{display: block;}
}
@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;}
}


/* 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;}
}

/* 인물소개 */
.profile-box{margin-bottom: 30px;}
.profile-box:last-child{margin-bottom: 0;}
.profile-box .profile-title{margin-bottom: 10px; font-family: 'Noto Medium'; font-size: 22px; color: #262626;}
.profile-list li{margin-bottom: 10px;}
.profile-list li:last-child{margin-bottom: 0;}
.profile-list li::after{content:""; display: table; clear: both;}
.profile-list .profile-year{font-size: 18px; font-family: 'Noto Regular'; float: left; width: 130px; position: relative; padding-left: 20px;}
.profile-list .profile-year::before{content:""; display: block; position: absolute; width: 10px; height: 10px; border-radius: 50%; border: 2px solid #426dca; left: 0; top: 9px;}
.profile-list .profile-year::after{content:""; display: block; position: absolute; width: 1px; height: 15px; background-color: #8d8d8d; right: 20px; top: 50%; margin-top: -7.5px;}
.profile-list .profile-content{width: calc(100% - 130px); float: right;}

@media all and (max-width: 420px) {
  .profile-list .profile-year{width: 100%; float: none;}
  .profile-list .profile-content{width: 100%; float: none; margin-top: 5px;}
  .profile-list .profile-year::after{display: none;}
  .profile-list li{padding-bottom: 20px; position: relative;}
  .profile-list li::before{content:""; display: block; position: absolute; width: 100%; height: 1px; background-color: #8d8d8d; left: 0; bottom: 0;}
  .profile-list li:last-child::before{display: none;}
}
/* agency-master */
.agency-master h3{font-size: 20px; font-family: 'Noto Medium'; color: #23499e; position: relative; padding-top: 5px;}
.agency-master h3::before{content:""; display: block; position: absolute; width: 28px; height: 2px; background-color: #23499e; top: 0; left: 0;}



/* agency-master */
.dean-intro .agency-introduce{display: table; margin-top: 10px; border: 10px solid #e8e9ee; padding: 20px 20px 30px;}
.dean-intro .agency-introduce-image{display: table-cell; width: 120px; vertical-align: top;}
.dean-intro .agency-introduce-image .img-inner-bx {position: relative;}
.dean-intro .agency-introduce-image img {width: 120px;}
.dean-intro .agency-introduce-image .img-inner-bx::before{content:""; display: block; position: absolute; width: 20px; height: 20px; background-color: #06988d; right: -20px; bottom: -20px; opacity: 0.9;}
.dean-intro .agency-introduce-image .img-inner-bx::after{content:""; display: block; position: absolute; width: 100%; height: 100%; background: url(../images/border_line.png); right: -10px; bottom: -10px; z-index: -1;}

.dean-intro .agency-introduce-content{display: table-cell; vertical-align: middle; padding-left: 50px; font-family: "Noto Medium";}
.dean-intro .agency-introduce-content ul{}
.dean-intro .agency-introduce-content ul::after{content:""; display: table; clear: both;}
.dean-intro .agency-introduce-content li{float: left; display: table; width: 50%; display: inline-block; vertical-align: top; margin-bottom: 5px;}

.agency-rank p {font-size: 22px; line-height: 1.5; letter-spacing: -0.5px; color: #222; margin-bottom: 15px;}
.dean-intro .agency-introduce-content li h1{display: table-cell; vertical-align: top; font-size: 16px; color: black; padding-left: 36px; width: 135px; position: relative; line-height: 30px;}
.dean-intro .agency-introduce-content li .introduce-logo_1{background: url(../images/ico_1.png) no-repeat left 5px;}
.dean-intro .agency-introduce-content li .introduce-logo_2{background: url(../images/ico_2.png) no-repeat left 5px;}
.dean-intro .agency-introduce-content li .introduce-logo_3{background: url(../images/ico_3.png) no-repeat left 5px;}
.dean-intro .agency-introduce-content li .introduce-logo_4{background: url(../images/ico_4.png) no-repeat left 5px;}
.dean-intro .agency-introduce-content li .introduce-logo_5{background: url(../images/ico_5.png) no-repeat left 5px;}
.dean-intro .agency-introduce-content li .introduce-logo_6{background: url(../images/ico_6.png) no-repeat left 5px;}
.dean-intro .agency-introduce-content li h1::after{content:""; display: block; position: absolute; right: 0; top: 10px; width: 1px; height: 15px; background-color: #cdcdcd;}
.dean-intro .agency-introduce-content li .introduce-content{display: table-cell; vertical-align: top; padding: 0 15px; padding-top: 2px;}
.dean-intro .agency-introduce-content li .introduce-content p{color: #666666; line-height: 25px;}
.dean-intro .agency-introduce-content li .introduce-content .email-text{float: left;}
.dean-intro .agency-introduce-content li .introduce-content .email-btn{width: 15px; height: 13px; display: inline-block; text-indent: -9999px; background: url(../images/ico_8.png); float: left; margin-top: 11.5px;}
.dean-intro .agency-introduce-content li .introduce-content .page-link{ display: inline-block; border: 1px solid rgba(24,50,124,0.3); border-radius: 5px; font-family: 'Noto Light'; color: #4b4b4b; padding: 0.5px 15px 0.5px 36px; background: url(../images/ico_7.png) no-repeat left 15px center; line-height: 26px;}

@media all and (max-width: 1250px) {
  .dean-intro .agency-introduce-content ul{}
  .dean-intro .agency-introduce-content li {width: 100%;}
  .dean-intro .agency-introduce-content li h1{font-size: 14px; width: 135px;}
  .dean-intro .agency-introduce-content li .introduce-content{width: calc(100% - 135px);}
  .dean-intro .agency-introduce-content li .introduce-content p{font-size: 14px;}
  .dean-intro .agency-introduce-content li .introduce-content .page-link{font-size: 14px;}
}


@media all and (max-width: 1023px){
  .dean-intro .agency-introduce {display: block; padding: 30px 40px 20px;}
  .dean-intro .agency-introduce-image{display: block;margin: 0 auto; margin-bottom: 30px;}
  .dean-intro .agency-introduce-content{width: 100%; display: block; padding-left: 0;}
  .dean-intro .agency-introduce-content li{width: calc(100%/2); margin-bottom: 10px;}
  .dean-intro .agency-introduce-content li:nth-child(n+4){margin-top: 0;}
}

@media all and (max-width: 768px){
  .dean-intro .agency-introduce {padding: 20px 20px 30px;}
  .dean-intro .agency-introduce-content li{width: 100%; float: none;}
}

@media all and (max-width: 420px) {
  .dean-intro .agency-introduce-content li h1 {width: 110px;}
  .dean-intro .agency-introduce-content li .introduce-content {width: calc(100% - 110px);}

  .dean-intro .agency-introduce-content li h1 {padding-left: 25px;}
  .dean-intro .agency-introduce-content li .introduce-logo_1 {background: url(../images/ico_1.png) no-repeat left 7px; background-size: 14px auto;}
  .dean-intro .agency-introduce-content li .introduce-logo_2 {background: url(../images/ico_2.png) no-repeat left 7px; background-size: 14px auto;}
  .dean-intro .agency-introduce-content li .introduce-logo_3 {background: url(../images/ico_3.png) no-repeat left 7px; background-size: 14px auto;}
  .dean-intro .agency-introduce-content li .introduce-logo_4 {background: url(../images/ico_4.png) no-repeat left 7px; background-size: 14px auto;}
  .dean-intro .agency-introduce-content li .introduce-logo_5 {background: url(../images/ico_5.png) no-repeat left 7px; background-size: 14px auto;}
  .dean-intro .agency-introduce-content li .introduce-logo_6 {background: url(../images/ico_6.png) no-repeat left 7px; background-size: 14px auto;}
}

.contact-content .con-table-inner {position: relative; }
.contact-content .con-table-inner::after {content: ""; position: absolute; width: 1px; height: 100%; background: #fff; right: 0; top: 0; z-index: 2;}


@media all and (max-width:860px) {
    .contact-content .con-table-inner {width:1000px;}
}
