/*
 * [[ KCGS 의안분석시스템 ]]
 *
 * cubeA & 이창호(Chang Ho. Lee) / 팀장
 * goldlch@cubea.co.kr
*/
.main_top-banner {
    margin: 0 0 20px 0
}

.main_top-banner table {
    font-size: 16px
}

.main_top-banner th, .main_top-banner td {
    padding: 0;
    margin: 0
}

.main_top-banner th {
    background-color: #5677d4;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0
}

.main_top-banner td {
    background-color: #cecece;
    color: #000;
    padding: 15px 20px;
    line-height: 1.3em
}

.title_top {
    display: block;
    text-align: center;
    color: #5677d4;
    font-size: 36px;
    padding: 16px 0
}

.main_conts-wrap {
    font-size: 0;
    text-align: center
}

.main_conts-wrap .card_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 28px 0;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    width: 268px;
    height: 348px;
    margin: 0 10px
}

.main_conts-wrap .card_box > strong {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #444;
    line-height: 1em;
    font-weight: 500;
    padding-top: 108px;
    position: relative
}

.main_conts-wrap .card_box > strong:before, .main_conts-wrap .card_box > strong:after {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -45px;
    background-repeat: no-repeat;
    background-position: center center
}

.main_conts-wrap .card_box > strong:before {
    background-color: #5677d4;
    border-radius: 45px
}

.main_conts-wrap .card_box > strong:after {
    opacity: 0.5
}

.main_conts-wrap .card_box > strong.s1:after {
    background-image: url('../img/ico_main-box01.png')
}

.main_conts-wrap .card_box > strong.s2:after {
    background-image: url('../img/ico_main-box02.png')
}

.main_conts-wrap .card_box .fnts {
    margin-top: 14px;
    width: 100%
}

.main_conts-wrap .card_box .fnts li {
    font-size: 0;
    line-height: 16px
}

.main_conts-wrap .card_box .fnts li em, .main_conts-wrap .card_box .fnts li span {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
    color: #444;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 4px
}

.main_conts-wrap .card_box .fnts li em {
    text-align: right
}

.main_conts-wrap .card_box .fnts li span {
    text-align: left;
    font-family: "Arial";
    letter-spacing: 0;
    line-height: 20px
}

.main_conts-wrap .card_box .fnts li .r {
    color: #d1123f
}

.main_conts-wrap .card_box .options {
    width: 100%;
    font-size: 0;
    margin-top: 28px
}

.main_conts-wrap .card_box .options li {
    width: 50%;
    background-color: #5677d4;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    padding-bottom: 2px
}

.main_conts-wrap .card_box .options li:first-child {
    background-color: #444
}

.main_conts-wrap .card_box .options li span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-color: #d1123f;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 18px;
    margin-top: 14px;
    margin-left: 5px;
    text-indent: -1px
}

.main_conts-wrap .card_box .btns {
    width: 100%;
    text-align: center;
    margin-top: 24px
}

.main_conts-wrap .card_box .btns a, .main_conts-wrap .card_box .btns button {
    display: inline-block;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -99999em;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    margin: 0 5px
}

.main_conts-wrap .card_box .btns a:hover, .main_conts-wrap .card_box .btns button:hover {
    background-color: #e8e8e8
}

.main_conts-wrap .card_box .btns a {
    background-image: url('../img/ico_search.png')
}

.main_conts-wrap .card_box .btns button {
    background-image: url('../img/ico_down.png')
}

.main_conts-wrap .card_box.off > strong {
    color: #7b7b7b
}

.main_conts-wrap .card_box.off > strong:before {
    background-color: #a2a2ab
}

.main_conts-wrap .card_box.off .fnts {
    width: 86%
}

.main_conts-wrap .card_box.off .fnts li * {
    color: #a2a2ab !important
}

.main_conts-wrap .card_box.off .fnts li, .main_conts-wrap .card_box.off .options, .main_conts-wrap .card_box.off .btns {
    display: none
}

.main_conts-wrap .card_box.off .fnts li:first-child {
    display: block
}

.main_conts-wrap .card_box.on:hover {
    border-color: #5677d4;
    box-shadow: 10px 10px 10px rgba(192,193,193,0.6)
}

.main_conts-wrap .card_box.on:hover > strong {
    color: #5677d4
}

.main_conts-wrap .card_box.on:hover > strong:after {
    opacity: 1
}

.rpt_bg {
    background-color: #fff
}

.rpt-move-guide {
    position: relative;
    padding: 0 !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.rpt_move-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 360px;
    margin-left: 30px;
    padding-left: 780px;
    background-color: #fff;
    z-index: 3;
    /*-webkit-transition:left 0.4s cubic-bezier(0.75,0.1,0.25,1);
			transition:left 0.4s cubic-bezier(0.75,0.1,0.25,1);*/
}

.rpt_contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 780px;
    height: 100%
}

.rpt_contents .rpt_title {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 26px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 32px;
    width: 720px
}

.rpt_contents .rpt_title em {
    font-weight: 500;
    color: #000;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px
}

.rpt_contents .rpt_scroll {
    height: 100%;
    box-sizing: border-box;
    padding-top: 75px;
    margin-right: 30px
}

.rpt_contents .scroll_box {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    background-color: #fff;
    position: relative
}

.rpt_list-box {
    width: 360px;
    position: relative;
    padding-top: 60px
}

.rpt_list-box .go_lst, .rpt_list-box .down_lst {
    position: absolute;
    top: 0;
    display: block;
    border: 1px solid #e1e1e1;
    width: 98px;
    text-align: center;
    font-size: 16px;
    color: #444;
    line-height: 38px
}

.rpt_list-box .down_lst:hover, .rpt_list-box .go_lst:hover {
    background-color: #e1e1e1
}

.rpt_list-box .go_lst {
    right: 0
}

.rpt_list-box .down_lst {
    left: 0
}

.rpt_list-box .top {
    position: absolute;
    right: -30px;
    bottom: 60px;
    width: 54px;
    height: 54px;
    background: url('../img/btn_top.png') 0 0 no-repeat;
    text-indent: -99999em;
    overflow: hidden
}

.rpt_list-box .lst_link {
    background-color: #5677d4;
    min-height: 1000px
}

.rpt_list-box .select_info {
    margin: 0 25px;
    padding: 36px 0;
    border-bottom: 1px solid #708cdb
}

.rpt_list-box .select_info strong {
    position: relative;
    display: block;
    padding-left: 80px;
    width: 230px;
    font-size: 26px;
    color: #fff;
    font-weight: 500
}

.rpt_list-box .select_info strong:before, .rpt_list-box .select_info strong:after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0
}

.rpt_list-box .select_info strong:after {
    background-color: #444;
    border-radius: 35px
}

.rpt_list-box .select_info strong:before {
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    background-size: 40px auto;
    opacity: 0.5
}

.rpt_list-box .select_info strong.s1:before {
    background-image: url('../img/ico_main-box01.png')
}

.rpt_list-box .select_info strong.s2:before {
    background-image: url('../img/ico_main-box02.png')
}

.rpt_list-box .select_info strong em {
    display: block;
    color: #444;
    font-weight: 500;
    font-size: 16px;
    border-top: 1px solid #708cdb;
    margin-top: 7px
}

.rpt_list-box .select_info strong em span {
    font-weight: 700;
    font-family: "Arial";
    letter-spacing: 0;
    padding-left: 10px
}

.rpt_list-box .select_info ul {
    margin: 26px 8px 0 8px
}

.rpt_list-box .select_info ul li {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding-left: 9px
}

.rpt_list-box .select_info ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 12px
}

.rpt_list-box .select_info ul li span {
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    border-radius: 14px;
    margin: 0 6px
}

.rpt_list-box .select_rpt {
    margin: 0 25px;
    padding-bottom: 60px
}

.rpt_list-box .select_rpt ul li {
    border-bottom: 1px solid #708cdb;
    position: relative
}

.rpt_list-box .select_rpt ul li a {
    display: block;
    height: 60px;
    position: relative;
    margin-right: 170px;
    border-radius: 3px
}

.rpt_list-box .select_rpt ul li button {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    width: 134px;
    height: 100%
}

.rpt_list-box .select_rpt ul li button span {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 44px;
    text-align: center;
    background-color: #fff;
    color: #3b5fc4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    z-index: 1;
    box-sizing: border-box;
    border: 1px solid #5677d4;
    text-indent: -20px
}

.rpt_list-box .select_rpt ul li button em {
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #d1123f;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 18px;
    margin-top: -10px;
    text-indent: -1px
}

.rpt_list-box .select_rpt ul li button.b1 span {
    background-color: #444;
    border-color: #444;
    color: #fff
}

.rpt_list-box .select_rpt ul li button.b1 em {
    text-indent: -99999em;
    overflow: hidden;
    background-color: #444;
    background: url('../img/ico_link-go.png') center center no-repeat
}

.rpt_list-box .select_rpt ul li button.b3 span {
    background-color: #3b5fc4;
    color: #fff;
    border-color: #3b5fc4
}

.rpt_list-box .select_rpt ul li button.on span, .rpt_list-box .select_rpt ul li button:hover span {
    box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
    background-color: #c00000;
    border-color: #c00000;
    color: #ffff00
}

.rpt_list-box .select_rpt ul li button.on em, .rpt_list-box .select_rpt ul li button:hover em {
    background-color: #ffff00;
    color: #000
}

.rpt_list-box .select_rpt ul li button.b1.on em, .rpt_list-box .select_rpt ul li button.b1:hover em {
    background-color: #c00000;
    background-image: url('../img/ico_link-go-on.png')
}

.rpt_list-box .select_rpt ul li a span {
    display: block;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-indent: 10px
}

.rpt_list-box .select_rpt ul li a.on span, .rpt_list-box .select_rpt ul li a:hover span {
    background-color: #fff;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.2);
    border-radius: 2px
}

.rpt_list-box .select_rpt ul li a.on span, .rpt_list-box .select_rpt ul li a:hover span {
    color: #5677d4
}

.rpt_list-box .select_rpt ul li a.on:before, .rpt_list-box .select_rpt ul li a:hover:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    background: url('../img/ico_arw-box.png') left center no-repeat
}

.rpt_answer-wrap {
    width: 570px;
    position: absolute;
    right: -99999em;
    top: 0;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    /*-webkit-transition:right 0.4s cubic-bezier(0.75,0.1,0.25,1);
			transition:right 0.4s cubic-bezier(0.75,0.1,0.25,1);*/
}

.rpt_answer-wrap h3 {
    color: #414141;
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
    padding-bottom: 10px
}

.rpt_answer-wrap .anw_title {
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 0
}

.rpt_answer-wrap .anw_title-sub {
    border: solid #e1e1e1;
    border-width: 1px 0;
    margin-bottom: 40px
}

.rpt_answer-wrap .anw_title-sub tr th, .rpt_answer-wrap .anw_title-sub tr td {
    height: 44px
}

.rpt_answer-wrap .anw_title-sub tr th {
    background-color: #3b5fc4;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px
}

.rpt_answer-wrap .anw_title-sub tr td {
    padding: 8px 14px;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.4em
}

.rpt_answer-wrap .sup_list {
    padding: 40px 40px 0 20px;
    border-top: 2px solid #414141;
    background-color: #fff;
    overflow-y: scroll;
    border-bottom: 1px solid #e1e1e1
}

.rpt_answer-wrap .sup_list:after {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    overflow: hidden
}

.rpt_answer-wrap .sup_list .bubble_guide {
    position: relative;
    width: 380px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 26px;
    margin-bottom: 50px;
    box-shadow: 4px 4px 6px rgba(186,186,186,0.3);
    font-weight: 300;
    color: #404040;
    background-color: #fff
}

.rpt_answer-wrap .sup_list .bubble_guide:after {
    content: '';
    display: block;
    width: 14px;
    height: 17px;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px
}

.rpt_answer-wrap .sup_list .bubble_guide .file {
    padding-top: 20px
}

.rpt_answer-wrap .sup_list .bubble_guide .file a {
    display: block;
    font-size: 14px;
    padding: 5px 0 5px 38px;
    background: url('../img/ico_down-bubble.png') 0 center no-repeat;
    line-height: 20px;
    color: #d1123f
}

.rpt_answer-wrap .sup_list .bubble_guide .file a:hover {
    text-decoration: underline;
    background-image: url('../img/ico_down-bubble-on.png')
}

.rpt_answer-wrap .sup_list .left strong, .rpt_answer-wrap .sup_list .right strong {
    display: block;
    line-height: 1em;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 300;
    color: #5677d4;
    letter-spacing: 0
}

.rpt_answer-wrap .sup_list .left strong span, .rpt_answer-wrap .sup_list .right strong span {
    color: #929292;
    font-weight: 400
}

.rpt_answer-wrap .sup_list .left {
    float: left;
    padding-left: 76px;
    background: url('../img/ico_speech-left.png') left 26px no-repeat
}

.rpt_answer-wrap .sup_list .left strong {
    margin-left: 18px
}

.rpt_answer-wrap .sup_list .left .bubble_guide:after {
    background-image: url('../img/ico_bubble-left.png');
    left: -14px
}

.rpt_answer-wrap .sup_list .right {
    float: right;
    padding-right: 76px;
    background: url('../img/ico_speech-right.png') right 26px no-repeat
}

.rpt_answer-wrap .sup_list .right strong {
    margin-right: 18px;
    text-align: right
}

.rpt_answer-wrap .sup_list .right .bubble_guide {
    background-color: #fafdc7
}

.rpt_answer-wrap .sup_list .right .bubble_guide:after {
    background-image: url('../img/ico_bubble-right.png');
    right: -14px
}

.rpt_answer-wrap .sup_list.no_feedback {
    background-color: #f5f5f5
}

.rpt_answer-wrap .sup_list.no_feedback > p {
    text-align: center;
    font-size: 18px;
    line-height: 450px;
    text-indent: 20px
}

.rpt_answer-wrap .file_list {
    background-color: #f6f6f8;
    padding: 20px;
    border-bottom: 2px solid #414141
}

.rpt_answer-wrap .file_list h4 {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
    line-height: 1em
}

.rpt_answer-wrap .text_wrap {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    margin-bottom: 10px
}

.rpt_answer-wrap .text_wrap textarea {
    font-size: 14px;
    color: #888;
    padding: 20px;
    height: 50px;
    overflow-y: scroll;
    width: 488px;
    line-height: 1.4em
}

.rpt_answer-wrap .file_add {
    padding-left: 106px;
    position: relative;
    overflow: hidden
}

.rpt_answer-wrap .file_add > button {
    position: absolute;
    left: 0;
    top: 0;
    width: 94px;
    height: 50px;
    border: 1px solid #e1e1e1;
    text-align: center;
    text-indent: 24px;
    background: #fff url('../img/ico_file-plus.png') 20px center no-repeat
}

.rpt_answer-wrap .file_add li {
    position: relative;
    left: 0;
    top: 0;
    border: 1px solid #e1e1e1;
    height: 48px;
    background-color: #fff;
    padding-right: 148px;
    margin-top: 10px
}

.rpt_answer-wrap .file_add li:first-child {
    margin-top: 0
}

.rpt_answer-wrap .file_add li * {
    display: inline-block;
    vertical-align: top
}

.rpt_answer-wrap .file_add li .file_box {
    position: relative;
    width: 100%;
    display: block;
    height: 100%
}

.rpt_answer-wrap .file_add li .file_box label {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 48px;
    font-size: 14px;
    color: #848484
}

.rpt_answer-wrap .file_add li .file_box input[type="text"] {
    color: #6884de;
    width: 100%;
    height: 100%;
    border-width: 0;
    color: #d1123f;
    font-weight: 300
}

.rpt_answer-wrap .file_add li .file_input {
    position: absolute;
    right: 0;
    top: -1px;
    width: 100px;
    height: 50px;
    overflow: hidden;
    cursor: pointer
}

.rpt_answer-wrap .file_add li .file_input > span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #848484;
    line-height: 50px;
    cursor: pointer
}

.rpt_answer-wrap .file_add li .file_input input[type="file"] {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rpt_answer-wrap .file_add li > button {
    position: absolute;
    right: 100px;
    top: 0;
    width: 40px;
    height: 48px;
    background: #fff url('../img/btns_del.gif') center center no-repeat;
    text-indent: -99999em;
    overflow: hidden
}

.rpt_answer-wrap .anw_btns {
    font-size: 0;
    text-align: center;
    margin-top: 50px
}

.rpt_answer-wrap .anw_btns button {
    width: 100px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 300px;
    color: #414141;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    margin: 0 5px
}

.rpt_answer-wrap .anw_btns button:hover {
    text-decoration: underline
}

.rpt_answer-wrap .anw_btns button:first-child {
    background-color: #414141;
    color: #fff;
    border-width: 0
}

#ui_login {
    position: relative
}

#ui_login:after {
    content: '';
    display: block;
    width: 100%;
    height: 408px;
    margin: 250px 0;
    border: solid #e1e1e1;
    border-width: 1px 0;
    background-color: #fff
}

.log_wrap-in {
    position: absolute;
    left: 50%;
    top: -50px;
    width: 1200px;
    margin-left: -600px;
    z-index: 1
}

.log_wrap-in h3 {
    position: absolute;
    right: 110px;
    top: 0;
    color: #5677d4;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0
}

.log_wrap-in h3 em {
    font-weight: 300
}

.log_wrap-in .log_inp {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 90px 70px;
    box-shadow: 10px 10px 15px rgba(176,176,176,0.2);
    margin-right: 88px
}

.log_wrap-in .log_inp strong {
    display: block;
    width: 100%;
    height: 50px;
    background: url('../img/fnt_login.png') center 0 no-repeat;
    text-indent: -99999em;
    overflow: hidden
}

.log_wrap-in .log_inp input {
    display: block;
    width: 350px;
    height: 48px;
    font-size: 20px;
    margin-bottom: 10px
}

.log_wrap-in .log_inp button {
    display: block;
    width: 350px;
    height: 48px;
    text-align: center;
    background-color: #5677d4;
    line-height: 48px;
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.log_wrap-in .log_inp .link {
    font-size: 0;
    margin-top: 20px
}

.log_wrap-in .log_inp .link a {
    width: 198px;
    color: #414141;
    font-size: 18px;
    line-height: 46px;
    border: 1px solid #e1e1e1;
    text-align: center;
    display: inline-block;
    vertical-align: top
}

.log_wrap-in .log_inp .link a:first-child {
    width: 138px;
    margin-right: 10px
}

.log_wrap-in .log_inp .link a:hover {
    border-color: #444
}

.log_wrap-in .log_info {
    display: inline-block;
    vertical-align: top
}

.log_wrap-in .log_info dl {
    letter-spacing: 0;
    margin-top: 128px
}

.log_wrap-in .log_info dl dt {
    color: #414141;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 16px
}

.log_wrap-in .log_info dl dd li {
    color: #444;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 10px;
    padding-left: 32px;
    position: relative
}

.log_wrap-in .log_info dl dd li:after {
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    line-height: 18px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 9px;
    text-indent: 5px
}

.log_wrap-in .log_info dl dd li.n1:after {
    content: '1'
}

.log_wrap-in .log_info dl dd li.n2:after {
    content: '2'
}

.log_wrap-in .log_info dl dd li.n3:after {
    content: '3'
}

.log_wrap-in .log_info dl dd li.n4:after {
    content: '4'
}

.log_wrap-in .log_info dl dd li.n5:after {
    content: '5'
}

.log_wrap-in .log_info dl dd li em {
    color: #5677d4
}

.log_wrap-in .log_info dl dd li span {
    display: block
}

.login_wrap {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 56px 100px
}

.join_step {
    text-align: center
}

.join_step ul {
    display: inline-block;
    vertical-align: top;
    border: solid #e1e1e1;
    border-width: 0 1px
}

.join_step ul:after {
    content: "";
    display: block;
    clear: both
}

.join_step ul li {
    float: left;
    position: relative;
    margin-left: 70px;
    width: 210px;
    text-align: center
}

.join_step ul li:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 70px;
    height: 100%;
    background: url("../img/ico_step.png") center center no-repeat
}

.join_step ul li:first-child {
    margin-left: 0
}

.join_step ul li:first-child:before {
    display: none
}

.join_step ul li strong {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
    vertical-align: top;
    color: #414141
}

.join_step ul li strong:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url("../img/ico_join_step.png") no-repeat
}

.join_step ul li.on strong {
    color: #5677d4
}

.join_step ul li strong.s1:after {
    background-position: 0px 0px
}

.join_step ul li strong.s2:after {
    background-position: -50px 0px
}

.join_step ul li.on strong.s1:after {
    background-position: 0px -50px
}

.join_step ul li.on strong.s2:after {
    background-position: -50px -50px
}

.agree_wrap {
    margin-top: 30px
}

.agree_wrap dl dt {
    display: block;
    margin: 40px 0 15px;
    font-size: 24px;
    line-height: 1.4em;
    color: #414141;
    font-weight: 500
}

.agree_wrap dl dt:first-child {
    margin-top: 0
}

.agree_wrap .agree_box {
    position: relative;
    border: 1px solid #e1e1e1;
    border-top: 2px solid #414141;
    font-size: 14px;
    line-height: 30px
}

.agree_wrap .agree_box:before, .agree_wrap .agree_box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 97%;
    height: 28px;
    background-color: #fff;
    z-index: 2
}

.agree_wrap .agree_box:before {
    top: 1px
}

.agree_wrap .agree_box:after {
    bottom: 0
}

.agree_wrap .agree_box .txts {
    margin-top: 1px;
    padding: 30px;
    height: 194px;
    overflow-y: auto;
    font-weight: 300
}

.agree_wrap .agree_box p {
    margin: 20px 0 0
}

.agree_wrap .agree_box p:first-child {
    margin-top: 0
}

.agree_wrap .check {
    display: block;
    margin-top: 15px;
    text-align: right
}

.agree_wrap .check input {
    left: 60%;
    width: 40%
}

.agree_wrap .check label {
    padding-right: 45px;
    color: #444;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    padding-left: 0
}

.agree_wrap .check label:before {
    position: absolute;
    right: 0;
    top: 0;
    left: auto
}

.btn_wrap {
    margin-top: 40px;
    text-align: center
}

.btn_wrap a, .btn_wrap button {
    display: inline-block;
    margin: 0 10px;
    padding: 0 50px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid #e1e1e1;
    vertical-align: top
}

.btn_wrap button {
    height: 50px
}

.btn_wrap .g {
    background-color: #5677d4;
    border-color: #5677d4;
    font-size: 20px;
    color: #fff
}

.join_wrap {
    margin-top: 45px
}

.join_wrap .sub_t {
    position: relative;
    margin: 0;
    padding-left: 28px;
    color: #5677d4;
    font-size: 16px
}

.join_wrap dl {
    padding: 25px 0 10px;
    margin-top: 10px;
    border-top: 2px solid #414141
}

.join_wrap dl:after {
    content: "";
    display: block;
    clear: both
}

.join_wrap dl dt {
    clear: both;
    float: left;
    position: relative;
    margin-top: 15px;
    padding-left: 28px;
    width: 122px;
    font-size: 16px;
    line-height: 40px;
    color: #414141
}

.join_wrap .sub_t em, .join_wrap dl dt em {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #5677d4;
    font-size: 20px;
    line-height: 20px
}

.join_wrap .sub_t em {
    top: 10px
}

.join_wrap dl dd {
    float: left;
    margin-top: 15px;
    width: 820px;
    line-height: 40px;
    font-size: 16px
}

.join_wrap dl dd input {
    float: left;
    display: block;
    margin-right: 10px;
    width: 350px;
    border: 1px solid #e1e1e1;
    line-height: 40px
}

.join_wrap dl dd input[type=password] {
    color: #5677d4
}

.join_wrap dl dd button {
    float: left;
    display: block;
    padding: 0 20px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #414141
}

.join_wrap dl dd .sup {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    margin-left: 10px;
    position: relative;
    padding-left: 15px;
    letter-spacing: 0
}

.join_wrap dl dd .sup:before {
    content: '*';
    position: absolute;
    left: 4px;
    top: 3px
}

.join_wrap dl dd .tip {
    float: left;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0
}

.join_wrap dl dd .tip:before {
    content: "*";
    position: absolute;
    left: 4px;
    top: 3px
}

.join_wrap dl dd ul.tip {
    padding-left: 0;
    font-size: 13px;
    line-height: 1.6em
}

.join_wrap dl dd ul.tip:before {
    display: none
}

.join_wrap dl dd ul.tip li {
    position: relative;
    padding-left: 15px;
    letter-spacing: 0
}

.join_wrap dl dd ul.tip li:before {
    content: "*";
    position: absolute;
    left: 4px;
    top: 3px
}

.join_wrap dl dd.tel {
    letter-spacing: 0
}

.join_wrap dl dd.tel > * {
    float: left
}

.join_wrap dl dd.tel .selt:after {
    border-left: 0
}

.join_wrap dl dd.tel input[type=text] {
    margin: 0;
    width: 105px;
    text-align: center;
    text-indent: 0
}

.join_wrap dl dd.tel span {
    width: 20px;
    color: #e1e1e1;
    line-height: 40px;
    text-align: center
}

.join_wrap dl dd .check {
    display: inline-block;
    margin: 10px 9px 10px 0;
    height: 28px;
    line-height: 22px
}

.join_wrap dl dd .check label {
    color: #444
}

.join_wrap dl dd .check label:before {
    width: 24px;
    height: 24px;
    border: 2px solid #e1e1e1
}

.join_wrap dl dd .check label em {
    display: inline-block;
    margin-left: 4px;
    color: #c1c1c1;
    letter-spacing: 0;
    font-weight: 300
}

.join_wrap dl dd .check input[type='checkbox']:checked + label:before {
    background-size: 14px auto
}

.join_wrap dl dd.address button {
    margin: 0 10px 10px 0
}

.join_wrap dl dd.address input {
    margin: 0;
    width: 214px
}

.join_wrap dl dd.address p {
    clear: both;
    display: block;
    margin: 10px 0 0
}

.join_wrap dl dd.address p input {
    float: none;
    width: 660px
}

.join_complete {
    border: solid #414141;
    border-width: 2px 0;
    margin-top: 72px;
    padding: 74px 0;
    text-align: center;
    margin-bottom: 50px
}

.join_complete > p {
    font-size: 30px;
    padding-top: 140px;
    background: url('../img/ico_comp.png') center top no-repeat
}

.join_complete > p em {
    color: #5677d4;
    display: block;
    line-height: 2.4em
}

.comp_btns {
    display: block;
    width: 140px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #5677d4;
    margin: 0 auto
}

.join_wrap dl dd input::-webkit-input-placeholder {
    color: #5677d4
}

.join_wrap dl dd input::-moz-placeholder {
    color: #5677d4
}

.join_wrap dl dd input:-ms-input-placeholder {
    color: #5677d4
}

.join_wrap dl dd input:-moz-placeholder {
    color: #5677d4
}

/* POPUP */
.layer_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0
}

.layer_popup:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1
}

.layer_popup .pop_content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 50px 45px;
    margin-left: -300px;
    width: 500px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    z-index: 2
}

.layer_popup .pop_content.pop_mini {
    margin-left: -250px;
    width: 400px
}

.layer_popup .pop_content .btn_x {
    display: Block;
    position: absolute;
    right: 10px;
    top: 25px;
    width: 60px;
    height: 60px;
    background: url("../img/btn_close.png") center center no-repeat;
    font-size: 0;
    line-height: 0
}

.layer_popup .pop_content .t {
    display: block;
    margin: 25px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    color: #444
}

.layer_popup .btns_wrap {
    margin-top: 45px;
    text-align: center
}

.layer_popup .btns_wrap * {
    margin: 0 4px
}

.layer_popup .btns_wrap a, .layer_popup .btns_wrap button {
    display: inline-block;
    padding: 0 40px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background-color: #414141;
    color: #fff;
    vertical-align: top
}

.layer_popup .btns_wrap .g {
    background-color: #5677d4
}

.layer_popup .com_search .search_bar {
    margin: 0 -5px;
    border: 2px solid #5677d4;
    border-radius: 50px;
    overflow: hidden
}

.layer_popup .com_search .search_bar:after {
    content: "";
    display: block;
    clear: both
}

.layer_popup .com_search .search_bar input {
    float: left;
    width: 440px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    border-width: 0
}

.layer_popup .com_search .search_bar button {
    float: right;
    display: block;
    width: 60px;
    height: 46px;
    background: url("../img/btn_search.png") center center no-repeat;
    font-size: 0;
    line-height: 0
}

.layer_popup .com_search .com_list {
    margin: 30px 0 20px 0;
    border-bottom: 1px solid #efefef
}

.layer_popup .com_search .com_list .tab_lst {
    height: 407px;
    overflow-y: auto
}

.layer_popup .com_search .com_list table {
    width: 100%
}

.layer_popup .com_search .com_list table thead th {
    padding: 14px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2em;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f8
}

.layer_popup .com_search .com_list table td {
    padding: 10px 30px;
    font-size: 15px;
    line-height: 1.2em;
    text-align: left;
    border-top: 1px solid #efefef;
    font-weight: 300
}

.layer_popup .com_search .com_list table tbody tr:first-child td {
    border-top-width: 0
}

.layer_popup .com_search .com_list table td:first-child {
    text-align: center
}

.layer_popup .com_search .com_list table td button {
    display: inline-block;
    width: 70px;
    height: 30px;
    background-color: #848484;
    color: #fff;
    font-size: 15px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s
}

.layer_popup .com_search .com_list table td button:hover {
    background-color: #5677d4
}

.layer_popup .com_search .more {
    display: block;
    background-color: #5677d4;
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 40px;
    width: 100px;
    margin: 0 auto
}

.layer_popup .idpw_search .tab {
    display: Block
}

.layer_popup .idpw_search .tab:after {
    content: "";
    display: block;
    clear: both
}

.layer_popup .idpw_search .tab li {
    float: left;
    width: 50%
}

.layer_popup .idpw_search .tab li a {
    display: block;
    height: 48px;
    line-height: 48px;
    border: 1px solid #efefef;
    font-size: 20px;
    text-align: center;
    background-color: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s
}

.layer_popup .idpw_search .tab li.on a {
    background-color: #5677d4;
    border-color: #5677d4;
    color: #fff
}

.layer_popup .idpw_search .tab_cont {
    display: none;
    margin-top: 45px
}

.layer_popup .idpw_search .tab_cont.open {
    display: block
}

.layer_popup .idpw_search .tab_cont strong {
    display: block;
    font-size: 16px;
    font-weight: 400
}

.layer_popup .idpw_search .tab_cont ul {
    display: block;
    margin-top: 16px;
    padding: 35px 30px 40px;
    border: 1px solid #e1e1e1;
    border-top: 2px solid #000;
    background-color: #f6f6f8
}

.layer_popup .idpw_search .tab_cont ul li {
    position: relative;
    margin-top: 15px;
    padding-left: 60px
}

.layer_popup .idpw_search .tab_cont ul li:after {
    content: "";
    display: block;
    clear: both
}

.layer_popup .idpw_search .tab_cont ul li:first-child {
    margin-top: 0
}

.layer_popup .idpw_search .tab_cont ul li em {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 36px
}

.layer_popup .idpw_search .tab_cont ul li input {
    width: 250px;
    height: 38px;
    border: 1px solid #e1e1e1;
    background-color: #fff
}

.layer_popup .idpw_search .tab_cont ul li .company {
    display: inline-block;
    padding: 0 22px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #414141;
    vertical-align: top;
    margin-left: 10px
}

.layer_popup .idpw_search .tab_cont ul li.mail input {
    float: left;
    width: 168px
}

.layer_popup .idpw_search .tab_cont ul li.mail span {
    float: left;
    width: 30px;
    text-align: center;
    line-height: 36px
}

.layer_popup .idpw_search .tab_cont ul li.mail .selt {
    float: left;
    width: 168px;
    height: 38px;
    background-color: #fff
}

.layer_popup .pop_check {
    padding: 30px 0 40px;
    border: solid #000;
    border-width: 2px 0;
    text-align: center
}

.layer_popup .pop_check p {
    margin: 0;
    font-size: 16px
}

.layer_popup .pop_check em {
    color: #6884de;
    font-size: 20px
}

.layer_popup .pop_check strong {
    display: block;
    margin-top: 25px;
    font-size: 24px;
    color: #5677d4;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0
}

.layer_popup .pop_check ul {
    margin-top: 14px
}

.layer_popup .pop_check li {
    line-height: 36px
}

.layer_popup .pop_check li em {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    text-align: left;
    padding-left: 20px
}

.layer_popup .data-wrap .t {
    border-bottom: 3px solid #5677d4;
    width: 300px;
    margin: 40px auto
}

.layer_popup .data-wrap > p {
    text-align: center;
    font-weight: 500;
    color: #000;
    font-size: 18px
}

.layer_popup .data-wrap > ol {
    padding: 20px;
    background-color: #eee;
    border: solid #bfbfbf;
    border-width: 1px 0
}

.layer_popup .data-wrap > ol li {
    padding-left: 16px;
    text-indent: -16px;
    margin: 18px 0;
    line-height: 1.3em
}

.layer_popup .data-wrap .ing_fnt {
    padding: 20px;
    background-color: #eee;
    border: solid #bfbfbf;
    border-width: 1px 0;
    text-align: center;
    line-height: 1.8em
}

.layer_popup .data-wrap .ing_fnt em {
    color: #c10817;
    font-weight: 500
}

#popCompanySearch {
    z-index: 10
}

/* 기관투자자 */
.investor_login {
    text-align: center;
}

.investor_login .log_inp {
    margin-right: 0;
}

.investor_login .log_inp .link {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.3em
}

.investor_login .log_inp .link p {
    color: #5677d4
}

.investor_login .log_inp .link em {
    display: block;
    margin-bottom: 6px
}

.investor_list-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    color: #000
}

.investor_list-wrap select {
    color: #000;
    border: 1px solid #ddd;
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    margin-right: 24px;
    min-width: 120px
}

.investor_list-wrap .searcharea {
    padding: 35px 50px;
    border: 1px solid #e1e1e1;
    background-color: #fff
}

.investor_list-wrap .search_line label {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    margin-right: 12px
}

.investor_list-wrap .search_line.first {
    margin-bottom: 16px
}

.investor_list-wrap .search_line.first select {
    margin-right: 0
}

.investor_list-wrap .search_line.first input {
    margin: 0 5px;
    width: 296px
}

.investor_list-wrap .search_line.first button {
    background-color: #5677d4;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    line-height: 40px
}

.investor_list-wrap .ing_guide {
    position: relative
}

.investor_list-wrap .list_ing {
    border-top: 1px solid #959595;
    border-bottom: 1px solid #e1e1e1;
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
    background-color: #fff
}

.investor_list-wrap .list_ing * {
    display: inline-block;
    vertical-align: top;
    line-height: 46px
}

.investor_list-wrap .list_ing dt {
    background-color: #fafafa;
    text-align: center;
    width: 140px
}

.investor_list-wrap .list_ing dd {
    padding: 0 50px;
    letter-spacing: 1px
}

.investor_list-wrap .list_ing dd span {
    letter-spacing: 0
}

.investor_list-wrap .list_ing dd em {
    color: #6995ff
}

.investor_list-wrap .other_btns {
    position: absolute;
    right: 0;
    bottom: 20px
}

.investor_list-wrap .other_btns * {
    line-height: 38px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 140px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    margin-right: 10px
}

.investor_list-wrap .other_btns a {
    color: #8497b0;
    border: 1px solid #8497b0
}

.investor_list-wrap .other_btns a:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 100%;
    background: url(../img/ico_down2.png) 0 center no-repeat;
    vertical-align: top
}

.investor_list-wrap .other_btns button {
    color: #fff;
    background-color: #8497b0
}

.investor_list-wrap .list_basic {
    background-color: #fff
}

.investor_list-wrap .list_basic tr:hover td {
    background-color: #fafafa
}

.investor_list-wrap .list_basic tr:hover a {
    color: #6995ff
}

.investor_list-wrap .list_basic th {
    background-color: #959595;
    color: #fff;
    font-weight: 400;
    line-height: 1.2em;
    padding: 12px 0
}

.investor_list-wrap .list_basic th a {
    display: inline-block;
    vertical-align: top;
    height: 12px;
    padding-top: 3px;
    padding-left: 4px
}

.investor_list-wrap .list_basic th a img {
    vertical-align: top
}

.investor_list-wrap .list_basic td {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    text-align: center
}

.investor_list-wrap .list_basic td.c {
    font-weight: 500;
    color: #f50101
}

.investor_list-wrap .list_basic td .new {
    display: inline-block;
    color: #fff;
    text-align: center;
    background-color: #c55a11;
    font-size: 10px;
    width: 44px;
    height: 20px;
    line-height: 20px;
    margin: 0 2px 0 0;
    border-radius: 10px;
    letter-spacing: 0
}

.investor_list-wrap .paging {
    text-align: center;
    margin-top: 26px
}

.investor_list-wrap .paging * {
    display: inline-block;
    vertical-align: top;
    line-height: 1em
}

.investor_list-wrap .paging img, .investor_list-wrap .paging span a {
    padding: 0 10px
}

.investor_list-wrap .paging span a:hover {
    color: #000;
    text-decoration: underline
}

.investor_login.log_wrap-in .log_inp h2 {
    color: #5677d4;
    font-weight: 500;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 20px
}

.investor_login.log_wrap-in .log_inp {
    padding: 70px 70px;
}

.rpt_list-box .select_rpt ul li p {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 134px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

.rpt_list-box .select_rpt ul li a.on p, .rpt_list-box .select_rpt ul li a:hover p {
    color: #5677d4
}

.rpt_list-box .select_rpt ul li > span {
    position: absolute;
    right: 10px;
    top: 7px;
    display: block;
    width: 132px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px
}

.info_item {
    position: relative;
    margin: 20px 0
}

.info_item .sup {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 1em;
    color: #e6e5e5;
    font-weight: 300;
    letter-spacing: 0
}

.info_item strong {
    text-align: center;
    display: block;
    width: 92px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 6px 6px 0 0
}

.info_item .item_wrap table {
    border: solid #ebebeb;
    border-width: 1px 0
}

.info_item .item_wrap table td {
    border-left: 1px solid #ebebeb;
    font-size: 14px;
    color: #7e7e7e;
    padding: 13px 0;
    text-align: center
}

.info_item .item_wrap table tr td:first-child {
    border-left-width: 0
}

.info_item .item_wrap table td img {
    display: block;
    width: 68px;
    margin: 0 auto
}

.info_item .item_wrap table td em {
    display: block;
    color: #020000;
    font-size: 14px;
    font-weight: 500;
    padding-top: 2px
}

.info_item .item_wrap table td em * {
    display: inline-block;
    vertical-align: top;
    line-height: 1em
}

.info_item .item_wrap table td em img {
    width: 13px;
    margin-top: 7px;
    margin-right: 3px
}

.info_item .item_wrap table td span {
    font-size: 12px;
    color: #7e7e7e
}

.info_item .item_wrap table td p {
    font-size: 14px;
    color: #404040;
    padding: 0 15px;
    text-align: left;
    line-height: 1.4em;
    font-weight: 500;
    margin: 0
}

.info_item .item_wrap .gh_bar {
    margin: 0 18px;
    position: relative;
    height: 52px;
    padding-bottom: 22px
}

.info_item .item_wrap .gh_bar:after {
    content: '';
    height: 30px;
    width: 100%;
    background-color: #ebebeb;
    position: absolute;
    left: 0;
    bottom: 22px
}

.info_item .item_wrap .gh_bar .cpb, .info_item .item_wrap .gh_bar .cpr {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 100%
}

.info_item .item_wrap .gh_bar .cpb *, .info_item .item_wrap .gh_bar .cpr * {
    display: inline-block;
    vertical-align: top
}

.info_item .item_wrap .gh_bar .cpb span, .info_item .item_wrap .gh_bar .cpr span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    width: 50px;
    text-align: center;
    border-radius: 8px;
    letter-spacing: 0;
    z-index: 3
}

.info_item .item_wrap .gh_bar .cpb:before, .info_item .item_wrap .gh_bar .cpr:before {
    content: '';
    display: block;
    height: 52px;
    width: 1px;
    position: absolute;
    z-index: 2
}

.info_item .item_wrap .gh_bar .cpb em, .info_item .item_wrap .gh_bar .cpr em {
    font-size: 12px;
    line-height: 16px;
    padding-top: 0;
    position: absolute
}

.info_item .item_wrap .gh_bar .cpb:after {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 22px
}

.info_item .item_wrap .gh_bar .cpb {
    left: 0;
    text-align: right;
    z-index: 2
}

.info_item .item_wrap .gh_bar .cpr {
    right: 1px;
    text-align: left
}

.info_item .item_wrap .gh_bar .cpb span {
    top: 0;
    right: -25px;
    background-color: #0d4e9c
}

.info_item .item_wrap .gh_bar .cpr span {
    bottom: 0;
    left: -25px;
    background-color: #ff0033
}

.info_item .item_wrap .gh_bar .cpb:before {
    top: 0;
    right: 0;
    background-color: #0d4e9c
}

.info_item .item_wrap .gh_bar .cpr:before {
    bottom: 0;
    left: 0;
    background-color: #ff0033
}

.info_item .item_wrap .gh_bar .cpb em {
    color: #0d4e9c;
    right: -140px;
    top: 0;
    text-align: left;
    width: 110px
}

.info_item .item_wrap .gh_bar .cpr em {
    color: #ff0033;
    left: 32px;
    bottom: 0
}

.info_item.a_txt strong {
    background-color: #0c2a4c
}

.info_item.a_txt .item_wrap table td p {
    font-size: 12px;
    line-height: 1.5em
}

.info_item.e_txt strong, .info_item.e_txt .item_wrap .gh_bar .cpb:after {
    background-color: #7bb417
}

.info_item.s_txt strong, .info_item.s_txt .item_wrap .gh_bar .cpb:after {
    background-color: #37a8a2
}

.info_item.g_txt strong, .info_item.g_txt .item_wrap .gh_bar .cpb:after {
    background-color: #3991d0
}

.responsibility_list-wrap select {
    margin-right: 5px
}

.responsibility_list-wrap .searcharea {
    padding: 12px 30px;
    margin-bottom: 20px
}

.responsibility_list-wrap .search_line.first {
    margin-bottom: 0;
    float: right
}

.responsibility_list-wrap .list_basic td {
    color: #848484;
    padding: 8px 0 12px 0
}

.responsibility_list-wrap .list_basic th {
    padding: 14px 0;
    border-right: 1px solid #ccc
}

.responsibility_list-wrap .list_basic th span {
    display: block;
    width: 22px;
    height: 18px;
    background: url(../img/ico_down-wh.png) center no-repeat;
    text-indent: -9999em;
    margin: 0 auto
}

.responsibility_list-wrap .list_basic td.tc {
    text-align: left
}

.responsibility_list-wrap .list_basic td.tc button {
    padding: 0 20px;
    text-align: left;
    line-height: 20px
}

.responsibility_list-wrap .list_basic td.tc button span {
    color: #000;
    text-align: left
}

.responsibility_list-wrap .list_basic td .new {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    background-color: #c55a11;
    font-size: 10px;
    width: 44px;
    height: 20px;
    line-height: 20px;
    margin: 0 2px 0 0;
    border-radius: 10px;
    letter-spacing: 0
}

.responsibility_list-wrap .list_basic td .file {
    display: block;
    width: 22px;
    height: 20px;
    background: url(../img/ico_file.png) center no-repeat;
    text-indent: -9999em;
    margin: 0 auto
}

.responsibility_list-wrap .list_basic .open td {
    border-color: #fafafa
}

.responsibility_list-wrap .list_basic .open td.tc button span {
    color: #2e75b6
}

.responsibility_list-wrap .list_basic .open td, .responsibility_list-wrap .list_basic .cnt_wrap td {
    background-color: #fafafa
}

.responsibility_list-wrap .list_basic .cnt_wrap div {
    display: none;
    padding: 4px 20px 20px 20px;
    text-align: left;
    line-height: 1.6em;
    word-break: keep-all
}

.responsibility_list-wrap .list_basic .cnt_wrap td {
    padding: 0;
    border-bottom-width: 0
}

.responsibility_list-wrap .list_basic .cnt_wrap.open td {
    border-bottom-width: 1px;
    border-color: #e1e1e1
}

.recommendation {
    background-color: #fff;
    padding: 20px
}

.recommendation h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 10px
}

.recommendation .rcd_select select {
    color: #000;
    border: 1px solid #ddd;
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    margin-right: 2px;
    width: 120px;
    width: 110px
}

.recommendation .rcd_select input[type="text"] {
    width: 200px
}

.recommendation .rcd_enterprise {
    vertical-align: top;
    display: inline-block
}

.recommendation .rcd_search {
    float: right
}

.recommendation .rcd_search button {
    color: #fff;
    background-color: #5677d4;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 80px;
    margin-left: 2px
}

.recommendation .rcd_search button:hover {
    background-color: #89a0e1
}

.recommendation .rcd_search button:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 20px;
    background: url(../img/ico_search2.png) left center no-repeat
}

.recommendation table {
    margin-top: 16px
}

.recommendation table th {
    background-color: #959595;
    color: #fff;
    font-weight: 400;
    padding: 10px 0
}

.recommendation table td {
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    color: #000;
    padding: 10px
}

.recommendation table td.tc {
    text-align: left
}

.recommendation table td.nodata {
    font-weight: 700;
    font-size: 16px;
    padding: 20px 0
}

.recommendation.company_name_search .rcd_search {
    border: 1px solid #d9d9d9;
    padding: 5px 90px 5px 5px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    float: none;
}

.recommendation.company_name_search .rcd_search input[type="text"] {
    border-width: 0;
    width: 100%;
    font-size: 18px;
}

.recommendation.company_name_search .rcd_search button {
    position: absolute;
    right: 5px;
    top: 5px;
}

.recommendation.company_name_search .table_scroll {
    height: 226px;
    overflow-y: auto;
    position: relative;
}

.recommendation.company_name_search .table_scroll table {
    margin-top: 0;
}

.recommendation.company_name_search .table_scroll th {
    padding: 6px 0;
    position: sticky;
    top: 0px;
}

.recommendation.company_name_search .table_scroll td {
    padding: 6px 0
}

.recommendation.company_name_search .table_scroll td button {
    line-height: 30px;
    color: #fff;
    padding: 0 20px;
    background-color: #00b0f0;
    display: block;
    margin: 0 auto
}

.recommendation.company_name_search .table_scroll td.nodata {
    padding: 16px 0
}

.popup_title_h {
    background-color: #404040;
    color: #fff;
    line-height: 50px;
    padding: 0 15px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
}

.popup_body_c {
    margin: 30px 0
}

.popup_btns_b {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.popup_btns_b * {
    color: #fff;
    line-height: 1;
    padding: 10px 26px;
    background-color: #667ab0;
    font-size: 14px;
}

.popup_btns_b .in {
    background-color: #959595;
}

.coverage_table ul {
    margin-left: 62px
}

.coverage_table li {
    display: flex;
    margin-top: 10px
}

.coverage_table li:first-child {
    margin-top: 0
}

.coverage_table b {
    text-align: center;
    display: block;
    font-weight: 400;
    width: 96px;
    color: #000
}

.coverage_table input[type="text"] {
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    background-color: #f2f2f2;
    height: 30px
}

.coverage_table .search_btn {
    color: #fff;
    background-color: #00b0f0;
    text-align: center;
    line-height: 28px;
    height: 30px;
    width: 80px;
    margin-left: 2px
}

.coverage_table .search_btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 20px;
    background: url(../img/ico_search2.png) left center no-repeat
}

.coverage_table .space_box {
    font-size: 0;
}

.coverage_table .space_box p {
    line-height: 1.3;
    font-size: 12px;
    margin-top: 6px
}

.coverage_table .rdo {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.coverage_table .rdo:first-child {
    margin-right: 2px
}

.coverage_table .rdo span {
    display: block;
    box-sizing: border-box;
    width: 74px;
    line-height: 28px;
    position: relative;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    color: #a6a6a6;
    font-size: 14px;
}

.coverage_table .rdo input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10%;
    opacity: 0
}

.coverage_table .rdo input[type="radio"]:checked+span {
    background-color: #0070c0;
    color: #fff;
    border-color: #015ea0;
}

.coverage_table .day_sel input {
    margin-right: 6px
}

.coverage_table .day_sel >img {
    cursor: pointer;
}

.coverage_table .day_sel button {
    width: 36px;
    height: 30px;
    background: url(../img/ico_month.png) center no-repeat;
    text-indent: -9999em;
    display: inline-block;
    vertical-align: top;
}

/* FAQ */
.faq_wrap {
    min-height: 550px;
}

.faq_wrap h2 {
    display: block;
    margin: 50px 0 40px;
    font-size: 34px;
    color: #323841;
    line-height: 1em;
    text-align: center;
    font-weight: 500;
}

.faq_conts {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 70px;
}

.faq_conts > dl {
    border-top: 2px solid #323841;
    border-bottom: 1px solid #211c1d
}

.faq_conts > dl dt {
    position: relative;
    border-top: 1px solid #e1e1e1
}

.faq_conts > dl dd {
    display: none;
    overflow: hidden;
}

.faq_conts > dl dt:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 14px;
    height: 24px;
    margin-top: -12px;
    background: url('../img/arw_right-sub.png') center center no-repeat;
    -webkit-transition: transform 0.3s cubic-bezier(0.75,0.1,0.25,1);
    transition: transform 0.3s cubic-bezier(0.75,0.1,0.25,1);
}

.faq_conts > dl dt.open:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq_conts > dl dt:first-child {
    border-width: 0
}

.faq_conts > dl dt button {
    position: relative;
    width: 100%;
    color: #211c1d;
    padding: 19px 70px 21px 70px;
    text-align: left;
    line-height: 1.6em
}

.faq_conts > dl dt button:after {
    position: absolute;
    left: 14px;
    top: 14px;
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: #5677d4 url('../img/ico_faq-f.png') center center no-repeat
}

.faq_conts > dl dd {
    display: none;
    overflow: hidden
}

.faq_conts > dl dd .q_box {
    border-top: 1px solid #e1e1e1;
    padding: 30px 70px;
    position: relative;
    color: #3f3f3f;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 300
}

.faq_conts > dl dd .q_box:after {
    position: absolute;
    left: 14px;
    top: 29px;
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    background: #fff url('../img/ico_faq-a.png') center center no-repeat;
    border: 1px solid #bdbdbd
}

.faq_conts .pagination {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translate(-50%, 0);
}

.fnq_ppbox {
    display: none;
    position: absolute;
    left: 0;
    top: 700px;
    width: 100%;
    z-index: 101;
    opacity: 0
}

.fnq_ppbox .fnq_ppbox-body {
    position: absolute;
    left: 50%;
    top: 0;
    width: 800px;
    margin-left: -400px;
    background-color: #fff;
    border-top: 2px solid #323841;
    z-index: 101
}

.fnq_ppbox:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8
}

.fnq_ppbox.open {
    position: block
}

.fnq_ppbox .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 57px;
    background: url('../img/btn_x_light.png') center center no-repeat;
    text-indent: -99999em;
    overflow: hidden
}

.fnq_ppbox .fnq_ppbox-body strong {
    display: block;
    font-size: 18px;
    color: #5677d4;
    border: solid #e1e1e1;
    border-width: 0 1px 1px 1px;
    height: 57px;
    line-height: 58px;
    text-indent: 30px;
    font-weight: 500
}

.fnq_ppbox .inp_box {
    border: solid #e1e1e1;
    border-width: 0 1px 1px 1px;
    padding: 46px 30px
}

.fnq_ppbox .inp_box dl {
    position: relative;
    padding-left: 68px;
    margin-bottom: 16px
}

.fnq_ppbox .inp_box dl dt {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    color: #323841;
    font-weight: 200;
    line-height: 40px
}

.fnq_ppbox .inp_box dl dd * {
    vertical-align: top
}

.fnq_ppbox .inp_box dl.i1 dd input[type="text"] {
    width: 100%
}

.fnq_ppbox .inp_box dl.i2 dd textarea {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    width: 100%;
    padding: 14px;
    height: 150px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.75,0.1,0.25,1) 0.0s;
    transition: border-color 0.2s cubic-bezier(0.75,0.1,0.25,1) 0.0s;
}

.fnq_ppbox .inp_box dl.i2 dd textarea:focus, .fnq_ppbox .inp_box dl.i2 dd textarea:focus {
    border-color: #2c303c
}

.fnq_ppbox .inp_box dl.i3 dd input[type="text"] {
    width: 300px
}

.fnq_ppbox .inp_box dl.i3 dd > em {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 36px;
    width: 22px;
    text-align: center
}

.fnq_ppbox .inp_box dl.i3 dd .selt {
    width: 200px
}

.fnq_ppbox .inp_box dl.i3 dd p {
    display: block;
    color: #5677d4;
    font-weight: 300;
    padding: 16px 0 20px 6px
}

.fnq_ppbox .inp_box > button {
    width: 150px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-weight: 300;
    font-size: 18px;
    background-color: #5677d4;
    text-align: center;
    margin: 0 auto;
    display: block
}

.fnq_ppbox .inp_box > button:hover {
    background-color: #5677d4;
    -webkit-transition: background-color 0.2s cubic-bezier(0.75,0.1,0.25,1);
    transition: background-color 0.2s cubic-bezier(0.75,0.1,0.25,1);
}

.pagination {
    clear: both;
    text-align: center
}

.pagination * {
    vertical-align: top;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 23px;
    color: #211c1d;
    font-size: 16px
}

.pagination button {
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -99999em;
    overflow: hidden;
    background-size: 8px auto
}

.pagination button:hover {
    opacity: 0.7
}

.pagination button.p {
    background-position: left center;
    background-image: url('../img/arw_left.png')
}

.pagination button.n {
    background-position: right center;
    background-image: url('../img/arw_right.png')
}

.pagination span {
    width: auto
}

.pagination span a {
    display: inline-block;
    margin: 0 4px;
    text-align: center;
    color: #211c1d;
    text-indent: -1px
}

.pagination span a.on, .pagination span a:hover {
    color: #fff;
    background: url('../img/ico_cc.png') center center no-repeat;
    background-size: 26px auto
}
