@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(../font/NotoSansKR-Regular.woff2) format('woff2'), url(../font/NotoSansKR-Regular.woff) format('woff'), url(../font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(../font/NotoSansKR-Medium.woff2) format('woff2'), url(../font/NotoSansKR-Medium.woff) format('woff'), url(../font/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: bold;
    src: url(../font/NotoSansKR-Bold.woff2) format('woff2'), url(../font/NotoSansKR-Bold.woff) format('woff'), url(../font/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: 500;
    src: url(../font/SCDream5.woff2) format('woff2'), url(../font/SCDream5.woff) format('woff'), url(../font/SCDream5.otf) format('opentype');
}

@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: 700;
    src: url(../font/SCDream6.woff2) format('woff2'), url(../font/SCDream6.woff) format('woff'), url(../font/SCDream6.otf) format('opentype');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 300;
    src: url('../font/GmarketSansLight.woff') format('woff'),
    url(../font/GmarketSansLight.otf) format('opentype');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 500;
    src: url('../font/GmarketSansMedium.woff') format('woff'),
    url(../font/GmarketSansMedium.otf) format('opentype');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 700;
    src: url('../font/GmarketSansBold.woff') format('woff'),
    url(../font/GmarketSansBold.otf) format('opentype');
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: calc(100vh - 88px);
    line-height: normal;
    background: #fff;
    font-size: 14px;
    font-family: Noto Sans KR, Malgun Gothic, 맑은 고딕, Verdana, Arial, '돋움', Dotum;
    color: #555;
}

body, div, dl, dt, dd, ul, ol, menu, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

fieldset, img, abbr, acronym {
    margin: 0px;
    border: 0px;
    _vertical-align: top;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul, menu {
    list-style: none;
}

legend {
    position: absolute;
    visibility: hidden;
    height: 0;
    line-height: 0;
    font-size: 1px;
}

q:before, q:after {
    content: '';
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    display: none;
}

em {
    color: inherit;
    font-weight: normal;
    font-style: normal;
}

table caption {
    display: none;
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}

:focus {
    outline: none;
}

/*공통클래스*/
.mgb_0 {
    margin-bottom: 0px !important;
}

.mgt_0 {
    margin-top: 0px !important;
}

.mgb_5 {
    margin-bottom: 5px !important;
}

.mgb_10 {
    margin-bottom: 10px !important;
}

.mgb_20 {
    margin-bottom: 20px !important;
}

.mgb_30 {
    margin-bottom: 30px !important;
}

.mgb_35 {
    margin-bottom: 35px !important;
}

.mgb_40 {
    margin-bottom: 40px !important;
}

.mgb_50 {
    margin-bottom: 50px !important;
}

.mgb_60 {
    margin-bottom: 60px !important;
}


.h_fix:after {
    clear: both;
}

.h_fix:after,
.h_fix:before {
    display: table;
    content: " ";
}

.brick {
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 10px rgba(72, 72, 72, 0.1);
}

.brick:hover {
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.2)
}


.l_brick {
    background: #fff;
    border: 1px solid #e5e5e5;
}


header {
    background: #fff;
}

.header_wrap {
    background: #fff;
}

.header_inner {
    height: 90px;
}

.header_inner:after {
    clear: both;
}

.header_inner:after,
.header_inner:before {
    display: table;
    content: " ";
}


.header_inner h1 {
    float: left;
    padding: 21px 0 0 0;
}

.header_inner h1 a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 238px;
    height: 45px;
    background: url(../img/background/logo.png) no-repeat 0 0;
    background-size: 238px auto;
}


.header_inner nav {
    float: left;
    margin-left: 220px;
}

.header_inner nav ul li.menu {
    float: left;
}

.header_inner nav ul li:last-child {
    margin-right: 0px;
}

.header_inner nav ul li a {
    display: block;
    font-family: SCDream;
    line-height: 90px;
    position: relative;
    font-size: 19px;
    color: #333;
    transition: all 0.3s ease;
    text-align: center;
    padding: 0 20px;
}

.header_inner nav ul li.menu a:hover {
    color: #4e9c18;
}


.header_inner nav ul li.menu.on .nav_menu_a {
    color: #4e9c18;
}

.header_inner nav ul li .nav_menu_a:after {
    content: '';
    display: block;
    background: #4e9c18;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 7px;
    opacity: 0;
    transition: all 0.3s ease;
}

.header_inner nav ul li .nav_menu_a:hover:after,
.header_inner nav ul li.menu.on .nav_menu_a:after {
    opacity: 1;
    top: 17px;
}

.top_right_box {
    float: right;
    margin: 26px 0 0 0;
}


.header_login_col {
    float: left;
}

.h_login_bt {
    display: inline-block;
    border-radius: 20px;
    background: #f6f6f6;
    padding: 0 20px;
}

.h_login_bt span {
    display: inline-block;
    padding: 0 20px 0 0px;
    line-height: 35px;
    background: url(../img/background/h_t_user_g.png) no-repeat right 10px;
    color: #7f7f7f;
    font-size: 14px;
}


.header_logout_bt {
    display: inline-block;
    border: 1px solid #cbcbcb;
    border-radius: 20px;
    padding: 0 20px;
}

.header_logout_bt:hover {
    border: 1px solid #277feb;
}

.header_logout_bt span {
    display: inline-block;
    padding: 0 0 0 20px;
    line-height: 38px;
    background: url(../img/background/top_logout_icon.png) no-repeat 0 10px;
    color: #7f7f7f;
    font-size: 14px;
}

.search_bt_box {
    display: none;
    position: relative;
    float: left;
    margin-right: 5px;
}

.sub_search_bt {
    background: url(../img/background/mobile_search_bt.png) no-repeat 50% 50%;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: block;
}


.mobile_s_inner {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    background: url(../img/background/modal_bg02.png) repeat;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mmobile_s_int {
}

.mmobile_s_int input {
    width: 99.8%;
    border: 0px;
    background: transparent;
    color: #000;
    height: 30px;
    font-size: 16px;
    padding: 0 0 0 8px;
    border-radius: 0px;
}

.mobile_s_inner.search_active {
    opacity: 1;
    visibility: visible;
}

.mobile_s_inner .sub_search_bt {
    background: #ccc url(../img/background/menu_close_bt.png) no-repeat 50% 50%;
    position: absolute;
    right: 22px;
    top: 20px;
    background-size: 20px auto;
    text-indent: -9999px;
    overflow: hidden;
    width: 38px;
    height: 38px;
    border: 0px;
    border-radius: 19px;
}

.ms_box {
    padding: 70px 20px 0 20px;
    background: #fff;
    height: 134px;
}

.ms_box .ms_sel {
    display: block;
    float: left;
    width: 90px;
}

.ms_box .ms_sel select {
    border: 0px;
    background: #fff;
    height: 22px;
    width: 100%;
}

.ms_box .mmobile_s_int {
    margin: 0 0 0 100px;
}

.ms_inner {
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
}


.main_visual_wrap {
    background: #f4f4f4 url(../img/background/main_visual_wrap.png) no-repeat 0px 0;
    overflow: hidden;
}

.m_v_inner {
    position: relative;
    height: 567px
}

.m_v_inner:before {
    content: '';
    display: block;
    position: absolute;
    right: -100px;
    top: -30px;
    width: 689px;
    height: 613px;
    background: url(../img/background/main_visual_bg.png) no-repeat right 0;
}


.m_v_search_box {
    padding: 140px 0 0 0;
    position: relative;
}

/*.m_v_search_box h2 {*/
/*    text-indent: -99999px;*/
/*    overflow: hidden;*/
/*    background: url(../img/background/logo.png) no-repeat 0 0;*/
/*    height: 92px;*/
/*    margin-bottom: 50px;*/
/*}*/

.m_v_search_box h2 {
    font-size: 38px;
    margin-bottom: 50px;
    color: #1b7e61;
    font-family: SCDream;
    font-weight: 700;
}

.m_v_search_box h2 span {
    padding: 10px 0 0 2px;
    font-size: 32px;
    display: block;
    color: #111;
    font-family: SCDream;
    font-weight: 500;
}




.result_search {
    position: relative;
    padding: 26px 110px 0 198px;
    background: #fff;
    height: 82px;
    border-radius: 12px;
    transition: all 0.3s ease;
    width: 810px
}

.r_s_sel_box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 136px;
}

.r_s_sel {
    height: 40px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
}

.result_search .r_s_int {
    height: 28px;
    width: 100%;
    border: 0px;
    font-weight: bold;
    font-size: 18px;
    outline: none;
}

.result_search .r_s_bt {
    position: absolute;
    right: 8px;
    top: 0px;
    background: url(../img/background/search_black_icon.png) no-repeat 50% 50%;
    text-indent: -9999px;
    overflow: hidden;
    width: 56px;
    height: 80px;
    border-radius: 0 5px 5px 0;
    border: none;
}


.m_quick_l_wrap {
    background: #97c480;
}

.m_quick_l_inner {
}


.m_q_l_row {
    overflow: hidden;
    position: relative;
}

.m_q_l_row:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #c1e0b1;
}

.m_q_l_box {
    float: left;
    width: 25%;
    height: 490px;
    background: url(../img/background/m_q_l_bg01.png) no-repeat right bottom
}

/*.m_q_l_box:after  { content: ''; display: block; position: absolute; right:0; top:0; bottom:0; width: 1px; background: #c1e0b1; }*/


.m_q_l_inner {
    position: relative;
    height: 490px;
}

.m_q_l_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #c1e0b1;
}


.m_q_l_tit {
    position: absolute;
    top: 160px;
    width: 100%;
    transition: all 0.3s ease;
}

.m_q_l_tit p {
    position: relative;
    font-size: 26px;
    padding: 80px 0 0 0;
    font-family: SCDream;
    color: #c3ffa4;
    text-align: center;
}

.m_q_l_tit p:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/background/m_q_l_i01.png) no-repeat 0px 0;
    top: 0;
    position: absolute;
    left: 50%;
    margin-left: -29px;
}

.m_q_l_tit p span {
    display: block;
}

.m_q_l_num {
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    left: 25px;
    right: 25px;
    top: 148px
}

.m_q_l_num ul {
    border-left: 1px solid #91be7a;
}

.m_q_l_num ul li {
    position: relative;
    margin-bottom: 34px;
}

.m_q_l_num ul li a {
    position: relative;
    display: block;
    position: relative;
    font-family: SCDream;
    font-size: 18px;
    color: #fff;
    padding: 0 0 0 20px;
}

.m_q_l_num ul li a:after {
    content: '';
    display: block;
    width: 3px;
    height: 17px;
    background: #a4ce8e;
    position: absolute;
    left: 0;
    top: 0;
}

.m_q_l_num ul li a em {
    display: block;
    position: absolute;
    right: 0;
    top: -7px;
    font-family: GmarketSans;
    background: #fff;
    font-weight: 300;
    color: #252a23;
    min-width: 37px;
    min-height: 37px;
    border-radius: 19px;
    text-align: center;
    line-height: 36px;
    padding: 5px;
}

.m_q_l_num ul li a:hover:after {
    background: #b7ff92;
}


.m_q_l_t02 {
    background: url(../img/background/m_q_l_bg02.png) no-repeat right bottom
}

.m_q_l_t02 .m_q_l_tit p:after {
    background: url(../img/background/m_q_l_i02.png) no-repeat 0px 0;
}

.m_q_l_t03 {
    background: url(../img/background/m_q_l_bg03.png) no-repeat right bottom
}

.m_q_l_t03 .m_q_l_tit p:after {
    background: url(../img/background/m_q_l_i03.png) no-repeat 0px 0;
}

.m_q_l_t04 {
    background: url(../img/background/m_q_l_bg04.png) no-repeat right bottom
}

.m_q_l_t04 .m_q_l_tit p:after {
    background: url(../img/background/m_q_l_i04.png) no-repeat 0px 0;
}

.m_q_l_text {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    bottom: -30px;
    font-family: SCDream;
    opacity: 0;
    line-height: 26px;
    padding: 25px 40px;
    z-index: -1;
    transition: all 0.3s ease;
}


.m_q_l_box:hover {
    background-color: #85b76b;
}

.m_q_l_box:hover .m_q_l_tit {
    top: 50px;
    padding: 0 25px;
}

.m_q_l_box:hover .m_q_l_tit p {
    text-align: left;
    color: #fff;
    padding: 0;
}

.m_q_l_box:hover .m_q_l_tit p:after {
    left: auto;
    margin: 0;
    right: 0px;
}

.m_q_l_box:hover .m_q_l_num {
    opacity: 1;
}

.m_q_l_box:hover .m_q_l_text {
    opacity: 1;
    bottom: 0;
    z-index: 9;
}


.m_q_l_more {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 60px;
    width: 100%;
    display: none;
}

.m_q_l_more a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
    font-family: SCDream;
    color: #fff;
    width: 120px;
}


.m_list_tit {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    padding: 0 0 15px 0;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: SCDream;
}

.m_list_tit:after {
    content: '';
    display: block;
    position: absolute;
    background: #616161;
    width: 30px;
    height: 3px;
    left: 0;
    bottom: -1px;
}

.m_list_tit a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/background/m_l_plus.png) no-repeat 50% 50%;
    width: 28px;
    height: 28px;
    overflow: hidden;
    text-indent: -9999px;
    transition: all 0.3s ease;
}

.m_list_tit a:hover {
    transform: rotate(90deg)
}


.list_type ul li {
    position: relative;
    padding: 0px 110px 0px 13px;
    margin-bottom: 15px;
}

.list_type ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #b7b7b7;
}

.list_type ul li:last-child {
    margin-bottom: 0px;
}

.list_type ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: normal;
    overflow: hidden;
    font-size: 15px;
    color: #222;
}

.list_type ul li em {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    color: #919191;
    font-family: GmarketSans;
}

.list_type ul li a:hover {
    color: #000
}


.m_notice_wrap {
    margin-bottom: 50px;
    margin-top: 30px;
}

.m_banner_wrap {
    background: #eaeaea;
    padding: 25px 0;
    overflow: hidden;
}

.m_banner_inner {
    margin: 0 -5px;
}

.m_banner_box {
    float: left;
    width: 20%;
    padding: 0 5px;
}

.m_banner_box a {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #d2d2d2;
}


.tablet_nav {
    float: left;
    display: none;
    margin-left: 20px
}

.tablet_nav .tablet_nav_bt {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}


.tablet_nav_bt .line {
    width: 30px;
    height: 2px;
    background-color: #1b7e61;
    display: block;
    margin: 7px auto;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.sb-active-right .tablet_nav_bt .line:nth-child(2) {
    opacity: 0;

}

.sb-active-right .tablet_nav_bt .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);

}

.sb-active-right .tablet_nav_bt .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);

}


.mobile_user_box {
    background: #272727 url(../img/background/mobile_login_bg.png) no-repeat 50% 28px;
    padding: 78px 0 0px 0;
    text-align: center;
    border-bottom: 1px solid #4e4e4e;
}

.rn_box {
    background: url(../img/background/rn_line.png) no-repeat 0 0;
    padding: 10px 0 0 0;
    margin: 30px 0 0 16px;
}

.rn_box ul li a {
    display: block;
    color: #b9b9b9;
    font-size: 15px;
    line-height: 22px;
}


.mn_user_name {
    margin-bottom: 20px;
}

.mn_user_name span {
    display: block;
    color: #c2c2c2;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.mn_user_name a {
    display: block;
    text-align: center;
    background: #525252;
    line-height: 24px;
    color: #c2c2c2;
    margin: 0 auto;
    width: 115px;
}

.right_nav_box h3 {
    font-size: 20px;
    line-height: 56px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #404040;
    padding: 0 0 0 20px;
    height: 56px;
    background: url(../img/background/menu_arrow04.png) no-repeat right 50%;
}

.right_nav_box ul li {
    background: #111;
}

.right_nav_box ul li a {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #f9f9f9;
    padding: 14px 0 14px 34px;
}

.right_nav_box ul li a span {
    display: block;
    padding: 4px 0 0 0;
    font-size: 16px;
}

.right_nav_box ul li a:hover {
    color: #fff;
    background: #222;
}

.right_nav_box ul li a em {
    display: block;
    font-size: 16px;
    color: #ccc;
}

.right_nav_box ul li a:hover em {
    color: #fff;
}


/*  footer */
.footer_wrap {
    background: #272826;
    padding: 25px 0 30px 0;
}

.footer_inner {
    overflow: hidden;
}

.footer_inner h2 {
    float: left;
    background: url(../img/background/footer_logo.png) no-repeat 0px 0;
    width: 82px;
    height: 48px;
    overflow: hidden;
    text-indent: -9999px;
}

.footer_address {
    overflow: hidden;
    float: left;
}

.footer_text {
    color: #d1d1d1;
    font-size: 14px;
    overflow: hidden;
}

.footer_text p {
    float: left;
}

.footer_text span {
    float: left;
    display: block;
    padding: 0 0 0 22px;
    background: url(../img/background/footer_icon01.png) no-repeat 0px 2px;
    margin-left: 30px;
}


.footer_c {
    float: right;
    color: #8f969c;
    font-size: 14px;
}

.footer_ul {
    overflow: hidden;
    margin-bottom: 15px
}

.footer_ul li {
    float: left;
    background: url(../img/background/footer_line.png) no-repeat right 50%;
    margin-right: 13px;
    padding-right: 13px;
}

.footer_ul li a {
    display: block;
    font-size: 14px;
    color: #dedede;
}

.footer_ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    background: none;
}

.footer_ul li:first-child a {
    color: #52c5e6;
}


.sub_visual_wrap {
    background: #97c480 url(../img/background/sub_v_bg.png) no-repeat 0px bottom;
    text-align: center;
}

.sub_visual_wrap h2 {
    padding: 30px 0;
    font-family: GmarketSans;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.sub_search_wrap {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    padding: 25px 0;
}


.s_search_inner {
    position: relative;
}


.sub_ad_search {
    position: absolute;
    right: 0;
    top: 0;
}

.sub_ad_search a {
    display: block;
    height: 62px;
    background: #fff;
    width: 132px;
    text-align: center;
    margin-left: 4px;
    border: 1px solid #d3d3d3;
}

.sub_ad_search a span {
    display: inline-block;
    background: url(../img/background/s_ad_bt.png) no-repeat right 23px;
    color: #161616;
    font-size: 16px;
    padding: 0 26px 0 0px;
    line-height: 60px;
}

.sub_ad_search a:hover {
    border-color: #333;
}

.m_s_box {
    background: #ebebeb;
    height: 62px;
    position: relative;
    padding: 14px 50px 0 10px;
    transition: all 0.3s ease;
    box-shadow: 0px 0 0px #333;
}

.m_s_box .m_s_bt {
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 62px;
    background: #3d3d3e url(../img/background/sub_search_bt.png) no-repeat 50% 50%;
    border: 0px;
    text-indent: -9999px;
    overflow: hidden;
}

.ms_sel_box {
    position: absolute;
    left: 10px;
    top: 17px;
    width: 120px;
}

.ms_sel_box select {
    font-size: 16px;
    width: 100%;
    border: 0px;
    background: #ebebeb;
}

.ms_int_rbox {
    position: relative;
    padding: 2px 0 0 26px;
    margin: 0 0 0 136px;
}

.ms_int_rbox:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 0px;
    width: 1px;
    height: 35px;
    background: #c0c0c0;
}

.ms_int_rbox em {
    display: block;
    color: #999;
    font-size: 14px;
    position: absolute;
    left: 14px;
    top: 5px;
    background: transparent;
}

.ms_int_rbox .m_s_int {
    width: 100%;


    height: 26px;
    outline: none;
    border: 0 !important;
    font-size: 18px;
    padding: 0;
    background: transparent;
}


.sub_contents_wrap {
    margin: 30px 0 50px 0;
}

.seltype_a {
    border: 1px solid #bebebe;
    height: 36px;
    font-size: 14px;
    background: #fff;
}


.result_top_box {
    /*margin-bottom: 10px;*/
    overflow: hidden;
    border-bottom: 2px solid #6a6a6a;
    padding: 10px;
    position: relative;
}

.result_t_arrow {
    color: #5e5e5e;
    font-size: 16px;
    float: left;
    padding: 0 0 0 24px;
    background: url(../img/background/result_t_arrow.png) no-repeat 0 5px;
}

.result_t_arrow strong {
    color: #111111;
}

.t_sort_box {
    float: right;
}

.result_top_box .result_t_arrow {
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 5px;
}

.t_sort_box .seltype_a {
    width: 100px
}


.list_row {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    position: relative;
}

.list_title_t {
    display: block;
    font-size: 18px;
    color: #1e2b64;
    /*margin-bottom: 15px;*/
    font-family: SCDream;
    line-height: 26px
}

.list_title_t:hover {
    color: #000
}


.list_italic_t {
    font-size: 15px;
    color: #777;
    font-style: italic;
}

.l_r_bottom {
    overflow: hidden;
}

.l_r_bottom ul li {
    display:inline;
    padding: 0 0 0 14px;
    border-left: 1px solid #d3d3d3;
    margin-left: 14px;
    color: #777;
}

.l_r_bottom ul li:first-child {
    padding: 0 0 0 0px;
    margin-left: 0px;
    border-left: 0;
}

.list_writer_l {
    display: inline-block;
    padding: 0 0 0 17px;
    background: url(../img/background/l_author_icon.png) no-repeat 0 50%;
    color: #555;
}


.v_bottom_link ul li {
    border-bottom: 1px solid #e1e1e1;
}

.v_bottom_link ul li:last-child {
    border-bottom: 0;
}

.v_bottom_link ul li a {
    padding: 15px 10px 15px 74px;
    display: block;
    background: url(../img/background/v_b_arr.png) no-repeat 28px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: normal;
}

.v_bottom_link ul li:last-child a {
    background: url(../img/background/v_b_arr.png) no-repeat 28px -43px;
}


.l_r_add_num {
    position: relative;
    padding: 0 0 0 80px;
}

.l_r_add_num .l_r_num {
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 55px;
    text-align: center;
    font-family: GmarketSans;
    font-size: 15px;
    color: #777;
}


.l_brick .paginate_complex {
    margin-bottom: 20px;
}

.paginate_complex {
    line-height: normal;
    text-align: center;
    margin-top: 15px;
}

.paginate_complex a, .paginate_complex strong {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0px;
    line-height: 42px;
    min-width: 32px;
    font-size: 15px;
    color: #777;
    text-decoration: none;
    vertical-align: middle;
}

.paginate_complex a:hover, .paginate_complex a:active, .paginate_complex a:focus {
    background-color: rgb(248, 248, 248);
}

.paginate_complex strong {
    color: #000;
    font-weight: normal;
}

.paginate_complex .direction {
    border: 1px solid #dbdbdb;
    text-indent: -9999px;
    width: 40px;
    margin: 0px;
    height: 40px;
    border-radius: 6px;
    z-index: 1;
    text-decoration: none !important;
}

.paginate_complex .first_prev {
    background: url("../img/background/paginate_bg01.png") 12px 50% no-repeat rgb(255, 255, 255);
}

.paginate_complex .prev {
    background: url("../img/background/paginate_bg01.png") -37px 50% no-repeat rgb(255, 255, 255);
}

.paginate_complex .last_next {
    background: url("../img/background/paginate_bg02.png") -33px 50% no-repeat rgb(255, 255, 255);
}

.paginate_complex .next {
    background: url("../img/background/paginate_bg02.png") 17px 50% no-repeat rgb(255, 255, 255);
}

.paginate_complex .direction:hover, .paginate_complex .direction:active, .paginate_complex .direction:focus {
    border: 1px solid rgb(99, 99, 99);
    position: relative;
    z-index: 999;
}


.r_f_c_box {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px
}

.r_f_c_box:first-child {
    border-top: 0px solid #ddd;
    margin-top: 0px;
    padding-top: 0px
}

.aside_area {
    padding: 20px;
}

.r_l_f_tit {
    font-size: 15px;
    color: #111;
    font-family: GmarketSans;
    border: 0px;
    background: #fff;
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
}

.r_l_f_tit:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 14px;
    height: 8px;
    transition: all 0.3s ease;
}

.r_l_f_tit.collapsed:after {
    transform: rotate(180deg);
}


.r_l_f_box {
    padding: 0 0 0 2px;
}

.r_l_f_box ul {
    margin-top: 20px;
}

.r_l_f_box ul li {
    display: flex;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 20%;
}

.r_l_f_box ul li i.red {
    display:none;
}

.r_l_f_box ul li:hover > a > i.red {
    display: inline;
}

.r_l_f_box ul li.sub_facet {
    padding-left: 2em;
}

.r_l_f_box ul li a {
    font-size: 14px;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    flex-grow: 1;
    line-height: 1.8em;
}

.r_l_f_box ul li span {
    flex-shrink: 0;
    width: 60px;
    text-align: right;
    color: #555;
    font-family: GmarketSans;
    font-size: 13px;
    line-height: 1.8em;
}

.r_l_f_box ul li:last-child {
    margin-bottom: 0px;
}

.r_l_f_box .selected {
    background-color: lightgoldenrodyellow;
}

.r_l_f_box ul li a:hover {
    color: #000;
}

.line_bt {
    background: #fff;
    display: inline-block;
    border: 1px solid #cdcdcd;
    min-width: 62px;
    line-height: 27px;
    text-align: center;
    color: #333;
    font-size: 13px;
    padding: 0 12px;
}

.line_bt:hover {
    border: 1px solid #999;
    color: #000
}


.va_inner {
    padding: 20px 15px 15px 15px;
}


.va_dl {
    margin-bottom: 20px
}

.va_dl:last-child {
    margin-bottom: 0px
}

.va_dl dt {
    font-weight: bold;
    font-size: 13px;
    padding: 0 0 0 8px;
    background: url(../img/background/view_aside_bullet.png) no-repeat 0 4px;
    margin-bottom: 4px;
}

.va_dl dd {
    font-size: 14px;
    color: #333;
    padding: 0 0 0 8px;
}

.va_dl dd .aside_link {
    color: #1464f5;
    padding: 0 18px 0 0;
    background: url(../img/background/aside_link_icon.png) no-repeat right 1px;
    text-decoration: underline;
}

.ver_box {
    margin: 30px 0 40px 0;
}

.ver_box h5 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 8px;
}

.ver_box ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 0 0 8px 0;
    margin-bottom: 8px;
}

.ver_box ul li:last-child {
    border-bottom: 0px;
    padding: 0;
    margin-bottom: 0px;
}


.ver_box ul li a {
    display: block;
    color: #0083de;
}

.ver_box ul li span {
    font-size: 12px;
    color: #555;
    display: block;
    margin: 4px 0 0 0;
}

.ver_box ul li em {
    font-size: 12px;
    color: #555;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}


.view_inner {
    padding: 20px;
    border-top: 2px solid #333;
}

.view_title {
    font-size: 20px;
    color: #222;
    line-height: 28px;
    margin-bottom: 25px;
    font-family: SCDream;
}

.view_h4 {
    font-weight: bold;
    color: #09619f;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 0 0 10px 0;
}

.view_h4:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 20px;
    height: 2px;
    background: #0f77c0;
}


.v_meta_inner {
    margin-bottom: 40px;
}

.vd_row_box {
    border-bottom: 0px solid #ededed;
    padding: 12px 0 12px 10px;
}

.vd_row_box span {
    float: left;
    padding: 0 0 0 15px;
    font-weight: normal;
    display: block;
    position: relative;
    color: #17284b;
    font-size: 15px;
}

.vd_row_box span:after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 9px;
    background: #bcbaba;
    width: 4px;
    height: 4px;
}

.vd_row_box p {
    margin: 0 0 0 226px;
    font-size: 15px;
}

.vd_row_box ul {
    margin: 0 0 0 226px;
}

.vd_row_box ul li {
    font-size: 15px;
}

.vd_row_box ul li ul {
    margin: 5px 0 0 15px;
}

.vd_row_box ul li ul li {
    position: relative;
    padding: 0 0 0 12px;
}

.vd_row_box ul li ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 5px;
    background: #999;
}


.vt_box {
    position: relative;
}

.vt_box .vt_r {
    position: absolute;
    right: 0;
    top: -2px;
    line-height: 24px;
}

.slide_bt {
    display: inline-block;
    background: url(../img/background/slide_bt.png) no-repeat 0 0;
    width: 61px;
    height: 24px;
    text-align: right;
    line-height: 21px;
    padding: 0 10px 0 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

.slide_bt em {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.slide_bt .sb_on {
    display: none;
}

.slide_bt_on {
    background: url(../img/background/slide_bt.png) no-repeat 0 bottom;
    text-align: left;
    padding: 0 0 0 10px;
}

.slide_bt_on .sb_text {
    display: none
}

.slide_bt_on .sb_on {
    display: inline-block;
    color: #fff;
}

.item_help_tbl {
    width: 100%;
    min-height: 48px;
}

.aside_h5 {
    font-weight: bold;
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

.export_box .line_bt {
    font-size: 13px;
    line-height: 24px;
    margin: 2px 0;
}


.b_inner_tab {
    overflow: hidden;
    background: #f3f3f3;
}

.b_inner_tab ul li {
    float: left;
}

.b_i_t100 ul li {
    width: 100%;
}

.b_i_t50 ul li {
    width: 50%;
}

.b_i_t33 ul li {
    width: 33.333333333%;
}

.b_i_t25 ul li {
    width: 25%;
}


.b_inner_tab ul li a {
    display: block;
    text-align: center;
    position: relative;
    color: #555;
    font-size: 15px;
    line-height: 42px;
    transition: all 0.3s ease;
}

.b_inner_tab ul li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
    width: 1px;
    height: 20px;
    background: #ccc;
}

.b_inner_tab ul li a.on {
    background: #3d3d3e;
    color: #fff;
}

.b_inner_tab ul li:last-child a:after {
    display: none;
}

.b_inner_tab ul li a.on:after {
    display: none;
}

.b_inner_tab ul li a:not(.on):hover {
    background: #ebebeb;
    color: #000;
}

.v_l_type .result_top_box {
    border-bottom: 1px solid #ddd;
}

.v_l_type .list_title_t {
    font-size: 16px;
    line-height: 22px;
}

.v_l_type .l_r_add_num .l_r_num {
    font-size: 14px;
}

.v_l_type .result_top_box .result_t_arrow {
    font-size: 14px;
    background: url(../img/background/result_t_arrow.png) no-repeat 0 3px;
    margin-top: 8px;
}


.v_aside_t_bt {
    margin-bottom: 20px;
}

.v_aside_t_bt .line_bt {
    display: block;
    font-size: 14px;
    line-height: 38px;
}

.relate-list {
    display: none;
}

.relate-list.on {
    display: initial;
}


.about_h4 {
    font-size: 22px;
    font-family: SCDream;
    color: #222;
    margin-bottom: 20px;
}

.s_collab_row {
    position: relative;
}

.s_collab_row:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: #e8e8e8;
    border-radius: 5px;
}

.s_c_line {
    position: relative;
}

.s_c_line:after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    height: 5px;
    width: 100%;
    background: #97c480;
    border-radius: 5px;
}


.collab_p:after {
    background: #767472;
}

.collab_g:after {
    background: #494949;
}


.s_collab_t {
    padding: 28px 0 0 0;
}

.s_collab_t span {
    display: block;
    color: #b0b0b0;
    font-size: 40px;
    font-family: GmarketSans;
    font-weight: 300;
    margin-bottom: 10px
}

.s_collab_t p {
    color: #222;
    font-size: 20px;
    font-family: SCDream;
    font-weight: 500;
}


.s_c_icon {
    position: relative;
}

.s_c_icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;;
    right: 0;
    top: -38px;
    background: url(../img/background/about_i01.png) no-repeat 50% 50%;
    background-size: 58px auto;
}

.about_i02:after {
    background: url(../img/background/about_i02.png) no-repeat 50% 50%;
    background-size: 58px auto;
}

.s_collab_list {
    padding: 40px 0 0 40px;
}

.s_collab_list ul li {
    position: relative;
    font-size: 16px;
    color: #2d2d2d;
    padding: 0 0 0 15px;
    margin-bottom: 15px;
}

.s_i_t01 {
    font-family: SCDream;
    display: block;
    padding: 0 0 0 15px;
    color: #2d2d2d;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
    line-height: 30px
}

.s_i_t01:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 12px;
    background: #97c480;
    border-radius: 5px;
}


.s_i_t02 {
    font-size: 15px;
    color: #555;
    line-height: 32px;
    font-family: SCDream;
    padding: 0 0 0 15px;
    word-break: keep-all;
}

.s_i_t_line {
    height: 1px;
    background: #dadada;
    margin: 20px 0 23px 0;
}

.a_sec_l {
    padding: 10px 15px 10px 20px;
    background: #f3f3f3;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-left: 15px;
}

.a_sec_l ul li {
    position: relative;
    padding: 0px 0px 0px 15px;
    font-size: 15px;
    margin-bottom: 10px;
    font-size: 15px;
}

.a_sec_l ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #aaaaaa;
    border-radius: 5px;
}

.a_sec_l ul li:last-child {
    margin-bottom: 0px;
}


.a_project_tit {
    text-align: center;
    font-size: 22px;
    font-family: SCDream;
    color: #222;
    border-top: 2px solid #97c480;
    background: #fff;
    padding: 30px 20px;
    position: relative;
}

.a_project_tit:after {
}

.a_p_tit {
    text-align: center;
    background: #f3f3f3;
    border-radius: 5px;
    height: 100%;
    position: relative;
    justify-content: center;
}

.a_p_tit span {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 100%;
    text-align: center;
    font-family: SCDream;
    font-size: 15px;
    color: #555;
}

.a_p_text {
}

.a_p_inner {
    padding: 25px 30px 15px 30px;
    border-top: 1px solid #999;
}

.t_gary_t {
    background: #e4e4e4;
    padding: 5px 15px;
    border-radius: 20px;
    margin-top: 10px
}

.about_img_box {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

.about_img_box img {
    width: 100%;
    height: auto;
}


.about_tab_wrap {
    background: rgba(131, 184, 104, 0.7);
    text-align: center;
    overflow: hidden;
}

.about_tab_wrap ul li {
    display: inline
}

.about_tab_wrap ul li a {
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-family: SCDream;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    width: 236px;
}

.about_tab_wrap ul li a.on {
    background: #f6f6f6;
    color: #000
}


.a_t_t01 {
    font-family: SCDream;
    color: #111;
    font-size: 30px;
    position: relative;
    padding: 25px 0 0 0;
    margin-bottom: 25px
}

.a_t_t01:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 6px;
    background: #97c481;
    border-radius: 3px
}

.a_t_t01 span {
    display: block;
    font-size: 17px;
    margin-top: 10px;
}

.about_top_img {
    text-align: right;
}

.a_t_t02 {
    font-family: SCDream;
    font-size: 16px;
    line-height: 34px;
    color: #333;
}


.about_site_box {
    border: 1px solid #eee;
    background: #fff;
    padding: 0 20px;
    height: 300px;
    transition: all 0.3s ease;
}

.about_site_box:hover {
    transform: translate(2px, -2px);
}

.about_site_logo {
    text-align: center;
    height: 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about_site_logo span {
    display: block;
}

.about_site_logo span img {
    width: auto;
    height: 38px;
}

.about_site_box dl {
    position: relative;
    border-top: 1px solid #ddd;
}

.about_site_box dl:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 28px;
    height: 4px;
    margin-left: -14px;
    top: -1px;
    background: #597c44
}

.about_site_box dl dt {
    text-align: center;
    font-family: SCDream;
    font-size: 20px;
    color: #222;
    padding-top: 20px;
    margin-bottom: 20px
}

.about_site_box dl dd {
    font-family: SCDream;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    height: 80px
}

.a_s_link {
}

.a_s_link a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #126bda;
    padding-left: 30px;
}

.a_s_link a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #585858 url(../img/background/site_link_icon.png) no-repeat 50% 50%;
    background-size: 13px auto;
}


.container.about {
    display: none;
}

.container.about.on {
    display: block;
}

.aside_area.facet_area .collapse:not(.show) {
    display: unset;
}

.list_row .list_title_t .data_date {
    color: black;
}

.facet_area button:hover {
    cursor: unset;
}

.card.card-primary {
    olor: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    padding: 1em;
    border-radius: 0.5em;
    margin-bottom: 1em;
    font-size: 1.1em;
}
