@charset "UTF-8"; @font-face {
    font-family: 'KoPubDotumMedium';
    font-style: normal;
    font-weight: normal;
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/KoPubDotumMedium.woff') format('woff');
}

/**
 * reset
 */
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,.1)
}

html {
    font-size: 62.5%
}

html,body {
    height: 100%
}

article,aside,details,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    background-color: #fff;
    /* background: linear-gradient(to right, #05837e, #0e5679); */
    word-wrap: break-word;
    word-break: break-all;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,p,h1,h2,h3,h4,h5,h6,div,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,select,button,iframe {
    padding: 0;
    margin: 0
}

body,th,td,input,select,textarea,button {
    color: #333;
    font-size: 1.6rem;
    line-height: 1;
    font-family: 'KoPubDotumMedium','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕',sans-serif;
    letter-spacing: -.025rem
}

img,fieldset,iframe,button {
    border: 0
}

img,iframe {
    vertical-align: top
}

dl,ul,ol,li {
    list-style: none
}

i,em,address {
    font-style: normal
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

button,input,select,textarea {
    outline: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button {
    background-color: transparent;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

input,select,textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

::placeholder {
    color: #999;
    opacity: 1
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show
}

caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

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

.blind {
    overflow: hidden;
    position: absolute;
    clip: rect(0,0,0,0);
    width: 1px;
    height: 1px;
    margin: -1px
}

/**
 * layout
 */
#header {
    position: relative;
    z-index: 100;
    /* border-bottom:1px solid #ccc; */
}

#header .inner {
    position: relative;
    width: 108rem;
    margin: 0 auto
}

#header .inner:after {
    display: block;
    clear: both;
    content: ''
}

#header .logo {
    text-align: center
}

#header .logo a {
    display: inline-block;
    overflow: hidden;
    vertical-align: top
}

#header .logo img {
    width: auto;
    height: 14.4rem;
    margin: 0;
}

#header .btn_srch {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem
}

#header .btn_srch:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 3rem;
    background: url(../images/ico/ico_search.png) -2.5rem .4rem no-repeat;
    -webkit-background-size: 6rem auto;
    background-size: 6rem auto;
    content: '';
    background-color: #0a44c0;
    padding: 2rem;
    border-radius: 3rem;
}

#header .btn_side {
    display: none;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
}

#header .btn_side:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 3rem;
    background: url(../images/ico/ico_menu.png) 50% no-repeat;
    -webkit-background-size: 3rem auto;
    background-size: 2.8rem auto;
    content: '';
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #0a44c0;
    padding: 2rem;
    border-radius: 3rem;
}

.head_bn {
    position: absolute
}

.head_bn a {
    display: block
}

.head_bn.lft {
    top: 2.2rem;
    left: 0
}

.head_bn.rgt {
    top: 5.6rem;
    right: 0
}

.gnb {
    position: absolute;
    top: 19.5rem;
    right: 0
}

.gnb .country,.gnb .date {
    display: inline-block;
    color: #656565;
    font-size: 1.4rem;
    line-height: 2rem;
    vertical-align: top
}

.gnb .country {
    margin-right: 1rem
}

.gnb .date {
    letter-spacing: 0
}

.report_svc {
    position: absolute;
    top: 6.7rem;
    left: 0
}

.report_svc li {
    float: left;
    margin-left: 2rem
}

.report_svc li:first-child {
    margin-left: 0
}

.report_svc li a {
    display: block;
    font-size: 1.3rem;
    line-height: 2rem
}


.line_box { clear: both; display: block; width: 100%; height: 1px; background-color: #ebebeb; margin:0 0 4rem}

.nav {
    margin: auto;
    /* background: rgb(5,131,126); */
    /* background: linear-gradient(90deg, #05837e 0%, #0e5679 100%); */
    width: 108rem;
    /* border-bottom: #333 solid 3px; */
}

.nav ul {
    width: 108rem;
    margin: 0.0rem auto;
    font-size: 0;
    text-align: center;
}

.nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.nav li a {
    display: block;
    padding: 0 1.5rem;
    /* color: #fff; */
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 4.6rem;
    letter-spacing: 0;
    text-decoration: none
}
.nav li a:before {
    display: block;
    position: absolute;
    right: -0.1rem;
    top: 2.2rem;
    width: 1px;
    height: 1.8rem;
    background-color: #c8d2df;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav li:last-child {
    margin-right: 0
}

.nav li:last-child a:before { background-color:#fff}

.nav li a:hover,.nav li.on a {
    color: #0a44c0;
}

.nav li a:hover:after,.nav li.on a:after {
    display: block;
    position: absolute;
    top: -1rem;
    left: 50%;
    z-index: 1;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #0a44c0;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.head_search {
    position: absolute;
    top: 1.4rem;
    right: 0;
    z-index: 1;
    width: 20rem;
}

.head_search .box_search {
    position: relative;
    height: 3rem;
    padding: 0 4rem 0 1.4rem;
    -webkit-border-radius: 6px;
    border-radius: 3rem;
    background-color: #0a44c0;
    border: #0a44c0 solid 1px;
}

.head_search .tf_keyword {
    width: 100%;
    height: 2.2rem;
    padding: 0;
    margin-top: .4rem;
    border: 0;
    background-color: transparent;
    color: #0a44c0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    vertical-align: top
}

.head_search .tf_keyword::-webkit-input-placeholder {
    color: #fff
}

.head_search .tf_keyword:-moz-placeholder {
    color: #fff
}

.head_search .tf_keyword::-moz-placeholder {
    color: #fff
}

.head_search .tf_keyword:-ms-input-placeholder {
    color: #fff
}

.head_search .tf_keyword::placeholder {
    color: #fff
}

.head_search .tf_keyword::-ms-clear {
    display: none
}

.head_search .btn_search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 3.8rem;
    height: 2.5rem;
    background-color: #0a44c0;
    border-radius: 0 1rem 1rem 0;
}

.head_search .btn_search:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 3rem;
    background: url(../images/ico/ico_search.png) 0 0 no-repeat;
    content: '';
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.head_search .btn_del_txt {
    display: none;
    position: absolute;
    top: 50%;
    right: .5rem;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.head_search .btn_del_txt:before,.head_search .btn_del_txt:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.3rem;
    height: 2px;
    background-color: #fff;
    content: '';
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.head_search .btn_del_txt:after {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.head_search .tf_keyword:placeholder-shown+.btn_del_txt {
    display: none
}

.head_search .btn_srch_back {
    display: none;
    position: absolute;
    top: 50%;
    left: .5rem;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.head_search .btn_srch_back:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    content: '';
    -webkit-transform: translate(-20%,-50%) rotate(135deg);
    transform: translate(-20%,-50%) rotate(135deg)
}

.side_wrap {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 0;
    background-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: background-color .3s,height 0s .3s;
    transition: background-color .3s,height 0s .3s
}

.side_menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    width: 30rem;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translate3d(100%,0,0) scale(1);
    transform: translate3d(100%,0,0) scale(1)
}

.side_inner {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%;
    padding: 2rem 3rem
}

.side_menu .menu_item {
    padding: 1.5rem 0;
    border-top: 1px solid #ccc
}

.side_menu .menu_item:first-child {
    padding: 0 0 1.5rem;
    border-top: 0
}

.side_menu .menu_item li a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 1rem;
    margin: 0;
    color: #666;
    font-size: 1.2rem;
    line-height: 1.6rem
}

.side_menu .menu_item li.on a {
    color: #000;
}

.side_menu .menu_item.nav_item li a {
    font-size: 1.5rem;
    line-height: 2rem
}

.side_menu .menu_item.nav_item li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: .8rem;
    height: .8rem;
    border: 1px solid #808080;
    border-top: 0;
    border-left: 0;
    content: '';
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.side_menu .menu_item.nav_item li:first-child {
    padding-bottom: .8rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc
}

.side_open {
    overflow: hidden;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: initial;
    overflow-scrolling: initial
}

.side_open .side_wrap {
    height: 100%;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.side_open .side_menu {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}

#container .inner {
    width: 108rem;
    margin: 0 auto;
    padding-top: 3rem
}

#container .inner:after {
    display: block;
    clear: both;
    content: ''
}

#container.main .inner {
    padding-top: 0;
}

.content {
    float: left;
    width: 74rem
}

.aside {
    float: right;
    width: 30rem
}

#footer {
    border-top: 1px solid #ccc;
    /* color: #fff; */
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center
}

#footer .inner {
    position: relative;
    width: 108rem;
    padding: 4rem 0;
    margin: 0 auto
}

#footer .foot_logo {
    overflow: hidden;
    position: absolute;
    top: .5rem;
    left: 0
}

#footer .foot_logo img {
    width: auto;
    height: 14.2rem;
    margin: 0 -4.7rem
}

#footer .info_corp ul {
    font-size: 0
}

#footer .info_corp li {
    display: inline-block;
    position: relative;
    margin-right: 3rem;
    vertical-align: top
}

#footer .info_corp li:before {
    display: block;
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1px;
    height: 1rem;
    background-color: #ccc;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#footer .info_corp li:last-child {
    margin-right: 0
}

#footer .info_corp li:last-child:before {
    display: none
}

#footer .info_corp li a {
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2.2rem
}

#footer address {
    margin-top: 1.8rem;
    line-height: 1.6rem
}

#footer address span {
    display: inline-block
}

#footer address span:before {
    display: inline-block;
    margin: 0 1.2rem 0 .9rem;
    color: #ccc;
    vertical-align: top;
    content: '|'
}

#footer address span:first-child:before,#footer address br+span:before {
    display: none
}

#footer .copyright {
    margin-top: 2rem;
    letter-spacing: 0
}

#footer .info {
    margin-top: 1rem
}

#header,#container,#footer {
    min-width: 120rem
}

#container {
    background-color: #fff;
    padding: 0 2rem;
}

/**
 *  content
 */
.cont_top,.cont_btm {
    overflow: hidden
}

.cont_top .col_left,.cont_btm .col_left {
    float: left;
    width: 76rem;
    border-right: #ebebeb solid 1px;
    padding-right: 2rem;
}

.cont_top .col_right,.cont_btm .col_right {
    float: right;
    width: 30rem;
}

/*.cont_top {border: #096f7c solid 50px;border-top: 0;padding: 1rem 1rem 0;border-image: linear-gradient(to right, #05837e, #0e5679);border-image-slice: 1;margin: auto;}*/
.cont_btm {
    /* border-top: #666 solid 1px; */
    /* padding-top: 3rem; */
}

.col_left, .col_right {
    padding-top: 3rem;
}

/* title */
.sub_title {
    margin-bottom: 3rem
}

.sub_title h3 {
    display: inline-block;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.3;
    vertical-align: top
}

/* main_banner */
.main_banner {
    margin-bottom: 4rem;
    border-bottom: 1px solid #000;
    margin-top: 2rem;
}

.main_banner a {
    display: block;
    text-decoration: none
}

.main_banner .thumb {
    overflow: hidden;
    position: relative;
    height: 32rem;
    border-radius: 0;
}

.main_banner .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* border: 1px solid rgba(0,0,0,.3); */
    -webkit-border-radius: inherit;
    border-radius: inherit;
    content: '';
    pointer-events: none
}

.main_banner .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top
}

.main_banner .info {
    padding: 2.5rem 1rem 3rem;
}

.main_banner .press {
    display: block;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.3
}

.main_banner .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 3.8rem;
    color: #000;
    font-size: 3.3rem;
    line-height: 3.8rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}

.main_banner .tit:hover {
    text-decoration: underline
}

.main_banner .lede {
    display: none;
    /* display: -webkit-box; */
    overflow: hidden;
    /* max-height:7.2rem; */
    margin-top: 2rem;
    color: #4c4c4c;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

/* list_skin_01 */
.list_skin_01 {
    overflow: hidden;
    padding-bottom: 3rem;
    /* margin-bottom: 4rem; */
    /* border-bottom: 1px solid #e3e3e3; */
}

.list_skin_01 h3 {
    position: relative;
    padding-bottom: 3rem;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.3
}

.list_skin_01 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}

.list_skin_01 li {
    position: relative;
    width: 33.333%;
    padding: 0 1.0rem;
}

.list_skin_01 li a {
    display: block;
    text-decoration: none
}

.list_skin_01 .thumb {
    overflow: hidden;
    position: relative;
    padding-bottom: 69.37%;
    background: #ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat
}

.list_skin_01 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.list_skin_01 .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.list_skin_01 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.list_skin_01 .info {
    padding: 1rem 0rem 2rem;
}

.list_skin_01 .press {
    display: block;
    margin-bottom: .5rem;
    color: #007cff;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3
}

.list_skin_01 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 5.2rem;
    color: #000;
    font-size: 1.6rem;
    line-height: 2.0rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 400;
}

.list_skin_01 .tit:hover {
    text-decoration: underline
}

.main .list_skin_01 {
    /* padding-bottom:0; */
    /* margin-bottom:0; */
}

.main .list_skin_01 li:after {
    display: block;
    position: absolute;
    right: .7rem;
    bottom: 0;
    left: .7rem;
    height: 1px;
    /* background-color: rgba(0,0,0,0.05); */
    content: ''
}

.main .list_skin_01 li {
    margin-bottom: 0rem;
}

.list_skin_01 .ad_area {
    overflow: hidden;
    max-height: 25rem
}

.list_skin_01 .ad_area {
    padding-bottom: 69.37%;
    background: rgba(0,0,0,0.0) url(../images/common/default_clip.png) 50% 50% no-repeat;
}

.list_skin_01 .ad_blank {
    padding-bottom: 100%;
    background: rgba(0,0,0,0.04);
}

.list_skin_01 .ad_vert {
    margin: 0
}

.list_skin_01 .ad_vert a img {
    width: 100%
}

.list_skin_01 .banner_ad {
    width: auto !important
}

/* list_skin_02 */
.list_skin_02 {
    overflow: hidden;
    padding-bottom: 4rem;
    /* margin-bottom: 3rem; */
    /* border-bottom:1px solid #d9d9d9; */
}

.list_skin_02 h3 {
    position: relative;
    padding-bottom: 1.5rem;
    color: #0a44c0;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-left: 0.5rem
}

.list_skin_02 h3:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 10px;
    background-color: #0a44c0;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.list_skin_02 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -1rem;
}

.list_skin_02 li {
    position: relative;
    width: 50%;
    padding: 0 1rem;
}

.list_skin_02 li a {
    display: block;
    text-decoration: none
}

.list_skin_02 .thumb {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    -webkit-border-radius: 6px;
    border-radius: 0;
    background: #cccurl(../images/common/default_clip.png) 50% 50% no-repeat;
}

.list_skin_02 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    -webkit-border-radius: inherit;
    border-radius: inherit;
    content: '';
    pointer-events: none
}

.list_skin_02 .thumb:before {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 40%;
    /* background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5))); */
    /* background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5)); */
    content: '';
    pointer-events: none
}

.list_skin_02 .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.list_skin_02 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.list_skin_02 .info {
    padding: 1.5rem 1.5rem;
    margin: -10em -0.5rem 2rem 2rem;
    box-shadow: 0 0.4rem 1rem rgba(0,0,0,0.2);
    background-color: white;
    position: relative;
    z-index: 100;
}

.list_skin_02 .press {
    position: relative;
    width: 4rem;
    padding-bottom: 1rem;
    margin-right: 2rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2rem;
    text-align: center;
    white-space: pre-line
}

.list_skin_02 .press:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #fff;
    content: ''
}

.list_skin_02 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-height: 4.8rem;
    color: #000;
    font-size: 1.8rem;
    line-height: 2.0rem;
    text-overflow: ellipsis;
    word-break: keep-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 400;
}

.list_skin_02 .tit:hover {
    text-decoration: underline
}

.list_skin_02 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    /* max-height: 4.0rem; */
    margin-top: 0.5rem;
    color: #666;
    font-size: 1.4rem;
    line-height: 2rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

/* list_headline_01 */
.list_headline_01 {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    /* border-bottom:1px solid #d9d9d9; */
}

.list_headline_01 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -2rem 0
}

.list_headline_01 li {
    position: relative;
    /* width:52rem; */
    padding: 0.5rem 0;
}

/*.list_headline_01 li:after{display:block;position:absolute;top:0;right:0;left:14.5rem;height:1px;background-color:#d9d9d9;content:''}*/
.list_headline_01 li:nth-child(-n+2):after {
    display: none
}

.list_headline_01 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none
}

.list_headline_01 .thumb {
    overflow: hidden;
    position: relative;
    width: 18rem;
    height: 12rem;
    margin-right: 2.5rem;
    /* border-radius: 1rem; */
    /* background: #ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat; */
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.list_headline_01 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    -webkit-border-radius: inherit;
    border-radius: inherit;
    content: '';
    pointer-events: none
}

.list_headline_01 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.list_headline_01 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.list_headline_01 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.list_headline_01 .press {
    display: block;
    margin-bottom: 1.5rem;
    color: #1a2a55;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.3
}

.list_headline_01 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 5.2rem;
    color: #000;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.list_headline_01 .tit:hover {
    text-decoration: underline
}

.list_headline_01 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 4.4rem;
    margin-top: 1.5rem;
    color: #666;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.list_headline_01 .meta {
    margin-top: .7rem
}

.list_headline_01 .date,.list_headline_01 .byline {
    display: inline-block;
    color: #999;
    font-size: 1.4rem;
    line-height: 1.3;
    vertical-align: top
}

.list_headline_01 .date+.byline {
    margin-left: 1rem
}

/* list_news_02 */
.list_news_02 {
    margin-bottom: 5rem
}

.list_news_02 h3 {
    position: relative;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid #131313;
    color: #333;
    font-size: 3.2rem;
    line-height: 1.3
}

.list_news_02 li {
    padding: 2.6rem 0;
    border-bottom: 1px solid #e3e3e3
}

.list_news_02 li:first-child {
    padding-top: 0
}

.list_news_02 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-decoration: none
}

.list_news_02 .thumb {
    overflow: hidden;
    position: relative;
    width: 16rem;
    height: 11rem;
    margin-right: 4rem;
    -webkit-border-radius: 6px;
    border-radius: 0;
    background: #ebf9f9 url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.list_news_02 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-border-radius: inherit;
    border-radius: inherit;
    content: '';
    pointer-events: none
}

.list_news_02 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.list_news_02 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.list_news_02 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.list_news_02 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 2.6rem;
    color: #000;
    font-size: 1.8rem;
    ;line-height: 2.6rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.list_news_02 .tit:hover {
    text-decoration: underline
}

.list_news_02 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 4.8rem;
    margin-top: .7rem;
    color: #858585;
    font-size: 1.5rem;
    line-height: 2.4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.list_news_02 .meta {
    margin-top: .8rem
}

.list_news_02 .date,.list_news_02 .byline,.list_news_02 .press {
    display: inline-block;
    color: #666;
    font-size: 1.2rem;
    line-height: 1.8rem;
    vertical-align: top
}

.list_news_02 .date+.byline {
    margin-left: 1rem
}

.list_news_02 .press {
    margin-right: 1rem;
    color: #0a44c0;
    font-size: 1.4rem;
    font-weight: 600;
}

.list_news_02 .paging_more {
    display: block;
    width: 20rem;
    margin: 3rem auto 0;
    /* color:#808080; */
    font-size: 1.6rem;
    line-height: 4rem;
    text-decoration: none !important;
    text-align: center
}

.list_news_02 .paging_more:before {
    display: inline-block;
    position: relative;
    top: -.2rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .5rem;
    /* background:url(../images/ico/ico_more.png) 0 0 no-repeat; */
    vertical-align: middle;
    content: ''
}

/* list_news_03 */
.list_news_03 {
    overflow: hidden;
    margin-bottom: 4rem;
}

.list_news_03 h3 {
    position: relative;
    font-size: 2rem;
    line-height: 1.3;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #212121;
    color: #333;
}

.list_news_03 ul {
    flex-wrap: wrap;
    position: relative;
    display: block;
    column-count: 2;
    column-gap: 2rem;
    margin: 0 0 0 -1rem;
    padding: 0;
    list-style: none;
    text-align: center;
}

.list_news_03 li {
    padding: 2rem 0 0 0;
    text-align: justify;
}

.list_news_03 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none
}

.list_news_03 .thumb {
    overflow: hidden;
    position: relative;
    width: 10rem;
    height: 10rem;
    margin-right: 1.8rem;
    background: url(../images/common/default_clip.png) 50% 50% no-repeat;
    background-size: 30%;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.05);
}

.list_news_03 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(255,255,255,.1);
    content: '';
    pointer-events: none
}

.list_news_03 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.list_news_03 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.list_news_03 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.list_news_03 .press {
    display: block;
    margin-bottom: 1.5rem;
    color: #666;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3
}

.list_news_03 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 9rem;
    color: #636363;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    letter-spacing: -0.1rem;
}

.list_news_03 .tit:hover {
    text-decoration: underline
}

.list_news_03 .lede {
    display: -webkit-box;
    display: none;
    overflow: hidden;
    max-height: 4rem;
    margin-top: 1rem;
    color: rgba(0,0,0,0.4);
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list_news_03 .date,.list_news_03 .byline {
    display: inline-block;
    margin-top: 1.5rem;
    color: #999;
    font-size: 1.4rem;
    line-height: 1.3;
    vertical-align: top
}

.list_news_03 .date+.byline {
    margin-left: 1rem
}

.list_news_03 .paging_more {
    display: block;
    width: 30rem;
    margin: 4.5rem auto 0;
    /* border: 1px solid rgba(255,255,255,0.30); */
    background-color: rgba(255,255,255,0.10);
    /* color: #333; */
    font-size: 1.5rem;
    line-height: 4rem;
    text-decoration: none !important;
    text-align: center;
    border-radius: 2rem;
}

.list_news_03>ul>li {
    position: relative;
    padding: 1rem 1rem;
}

.list_news_03>ul>li:after {
    display: block;
    position: absolute;
    right: 1rem;
    bottom: 0;
    left: 1rem;
    height: 1px;
    background-color: #e5e5e5;
    content: ''
}

.list_news_03>ul>li:nth-of-type(odd) {
    /* border-right: 1px solid #e5e5e5; */
}

/* news_view */
.news_view {
    margin-bottom: 5rem
}

.view_head {
    position: relative
}

.view_head:after {
    display: block;
    clear: both;
    content: ''
}

.view_head .press {
    display: block;
    margin-bottom: 2.2rem;
    color: #000;
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.3
}

.view_head .tit {
    color: #000;
    font-size: 3rem;
    line-height: 3.8rem
}

.view_head .byline {
    margin-top: 1.6rem;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.3
}

.view_head .name,.view_head .email,.view_head .date,.view_head .writing {
    display: inline-block;
    vertical-align: top
}

.view_head .name {
    font-weight: 400
}

.view_head .email {
    letter-spacing: 0
}

.view_head .date {
    color: #666;
    letter-spacing: 0
}

.view_head .writing {
    margin-right: 1rem;
    font-weight: 700
}

.news_content {
    padding: 3rem 0;
    color: #333;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.news_content img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.news_content .img_caption {
    padding: 1rem 0;
    color: #999;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center
}

.news_writer {
    padding-bottom: 3rem;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.3;
    text-align: right
}

.news_writer .byline {
    color: #000;
    font-size: 1.4rem
}

.news_writer .name {
    display: inline-block;
    vertical-align: top
}

.news_writer .email {
    display: inline-block;
    margin-left: 1rem;
    letter-spacing: 0;
    vertical-align: top
}

.news_writer .copyright {
    margin-top: 1rem;
    color: #7e7e7e;
    font-size: 1.1rem
}

/* 광고배너 */
.ad_vert_wide {
    clear: both;
    position: relative;
    margin-bottom: 4rem;
    text-align: center
}

.ad_vert_wide a {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.ad_vert_wide a img {
    max-width: 100%;
}

.ad_vert {
    position: relative;
    margin-bottom: 4rem;
    text-align: center
}

.ad_vert a {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.ad_vert a img {
    max-width: 100%;
}

[class*=list_news] .ad_vert_wide {
    margin-top: 2rem;
    margin-bottom: 2rem
}

[class*=list_news] ul .ad_vert_wide {
    margin-right: 0;
    margin-left: 0
}

.banner_ad {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 16px;
    z-index: 1;
    cursor: pointer
}

/* wing banner */
.wing_lft {
    position: absolute;
    top: 18.5rem;
    left: 50%;
    z-index: 1;
    margin-left: -76rem
}

.wing_rgt {
    position: absolute;
    top: 18.5rem;
    left: 50%;
    z-index: 1;
    margin-left: 60rem
}

.wing_lft a,.wing_rgt a {
    display: inline-block;
    position: relative;
    vertical-align: top
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    @media screen and (max-width:320px) {
        html {
            font-size:56%
        }
    }

    @media screen and (min-width: 405px) {
        html {
            font-size:70%
        }
    }
}

@media all and (max-width: 640px) {
    * {
        text-decoration:none !important
    }

    *:hover .thumb img,.thumb:hover img {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important
    }

    /**
     * layout
     */
    #header .inner {
        width: 100%
    }

    #header .logo img {
        height: 6.5rem;
        margin: 0
    }

    #header .btn_srch,#header .btn_side {
        display: block;
    }

    .head_bn,.gnb,.report_svc,.nav {
        display: none
    }

    .head_search {
        display: none;
        top: 0;
        right: 0;
        left: 0;
        width: auto;
        padding: .8rem 1.5rem .7rem;
        background-color: #fff
    }

    .head_search .box_search {
        height: 5rem;
        padding: 0 4rem;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: coral;
    }

    .head_search .tf_keyword {
        margin-top: 1.4rem;
        font-size: 1.5rem
    }

    .head_search .btn_search {
        display: none;
        right: 0;
        width: 4rem;
        height: 5rem
    }

    .head_search .btn_del_txt,.head_search .btn_srch_back {
        display: block
    }

    #container .inner {
        width: 100%;
        padding-top: 1.5rem
    }

    #container.main .inner {
        padding-top: 0
    }

    .content,.aside {
        float: none;
        width: 100%
    }

    #footer {
        border-top: 1px solid #f0f0f0;
        font-size: 1.2rem;
        text-align: left
    }

    #footer .inner {
        width: 100%;
        padding: 2rem 2rem 2.5rem
    }

    #footer .foot_logo {
        display: block;
        position: static;
        text-align: center
    }

    #footer .foot_logo img {
        height: 7.1rem;
        margin: 0
    }

    #footer .info_corp li {
        margin-right: 1.6rem;
    }

    #footer .info_corp li:before {
        right: -0.8rem;
    }

    #footer .info_corp li a {
        font-size: 1.2rem;
    }

    #footer address {
        margin-top: 1.8rem;
        line-height: 1.8rem
    }

    #footer address span {
        margin-right: 1.5rem
    }

    #footer address span:before,#footer address br {
        display: none
    }

    #footer .copyright {
        margin-top: 1.8rem
    }

    #footer .info {
        margin-top: 1rem
    }

    #header,#container,#footer {
        min-width: auto
    }

    #container {
        padding: 0
    }

    /**
     *  content
     */
    .cont_top .col_left,.cont_top .col_right,.cont_btm .col_left,.cont_btm .col_right {
        float: none;
        width: 100%;
    }
    
    .col_left, .cont_top .col_left, .cont_btm .col_left {
    padding-top: 0rem; padding-right: 0;
}

    /* title */
    .sub_title {
        margin: 0 2rem 1.7rem
    }

    .sub_title h3 {
        font-size: 1.8rem
    }

    /* main banner */
    .main_banner {
    margin: 2rem 0;
    }

    .main_banner .thumb {
        height: 20rem;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .main_banner .info {
        padding: 2rem
    }

    .main_banner .press {
        font-size: 1.2rem
    }

    .main_banner .tit {
        max-height: 2.2rem;
        font-size: 1.9rem;
        line-height: 2.4rem
    }

    .main_banner .lede {
        max-height: 8.4rem;
        margin-top: 1.3rem;
        font-size: 1.5rem;
        line-height: 2.1rem;
        -webkit-line-clamp: 4;
    }

    /* list_skin_01 */
    .list_skin_01 {
    }

    .list_skin_01 h3 {
        padding-bottom: 1.7rem;
        margin: 0 2rem;
        font-size: 1.8rem
    }

    .list_skin_01 ul {
        padding: 0 1.6rem;
        margin: 0
    }

    .list_skin_01 li {
        width: 50%;
        padding: 0 .4rem 1rem
    }

    .list_skin_01 .thumb {
        padding-bottom: 69.37%;
        -webkit-background-size: 30% auto;
        background-size: 30% auto
    }

    .list_skin_01 .info {
        padding: .7rem 0.35rem;
    }

    .list_skin_01 .press {
        margin-bottom: .5rem
    }

    .list_skin_01 .tit {
        max-height: 4.4rem;
        font-size: 1.5rem;
        line-height: 2.0rem;
    }

    .main .list_skin_01 {
        position: relative;
    }

    .main .list_skin_01:before {
        display: block;
        position: absolute;
        top: 0;
        right: 2rem;
        left: 2rem;
        height: 1px;
        background-color: #e3e3e3;
        content: ''
    }

    .main .list_skin_01 li:after {
        display: none
    }

    .main .list_skin_01 li {
        margin-bottom: 0
    }

    .main .list_skin_01 li:last-child { display: none}
    
    .list_skin_01 .ad_area {
        max-height: 15rem
    }

    .list_skin_01 .ad_area .ad_blank {
        padding-bottom: 69.37%
    }

    .list_skin_01 .ad_vert a {
        display: inline-block
    }

    .list_skin_01 .ad_vert a img {
        width: 100%
    }

    /* list_skin_02 */
    .list_skin_02 {
        padding: 0;
        margin-bottom: 0;
        /* border-top: 1px solid #d9d9d9; */
    }

    .list_skin_02 h3 {
        padding-bottom: 1rem;
        font-size: 1.5rem;
        margin: 0;
    }

    .list_skin_02 ul {
        display: -webkit-box;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        padding: 0 1.5rem 1rem;
        margin: 0
    }

    .list_skin_02 li {
        width: 70%;
        padding: 0 .5rem;
    }

    .list_skin_02 .thumb {
        padding-bottom: 60%;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

    .list_skin_02 .info {
        padding: 2rem 2rem;
        margin-top: -4rem;
    }
    
    .list_skin_02 .lede { display: none}

    .list_skin_02 .press {
        font-size: 1.8rem;
        line-height: 2rem
    }

    .list_skin_02 .tit {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    /* list_headline_01 */
    .list_headline_01 {
        padding-bottom: 2rem;
        margin-bottom: 3rem;
        border-bottom: 5px solid #ccc
    }

    .list_headline_01 ul {
        padding: 0 2rem;
        margin: 0
    }

    .list_headline_01 li {
        width: 100%;
        padding: 1rem 0
    }

    .list_headline_01 li:first-child {
        padding-top: 0
    }

    .list_headline_01 li:after {
        display: none
    }

    .list_headline_01 li a {
        margin-left: 0
    }

    .list_headline_01 .thumb {
        width: 12.6rem;
        height: 9rem;
        margin-right: 1.8rem;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

    .list_headline_01 .press {
        margin-bottom: 1rem;
        font-size: 1.2rem
    }

    .list_headline_01 .tit {
        /* max-height:3.6rem; */
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .list_headline_01 .lede {
        max-height: 3.6rem;
        margin-top: 1rem;
        font-size: 1.4rem;
        line-height: 1.8rem
    }

    .list_headline_01 .meta {
        margin-top: 1rem
    }

    .list_headline_01 .date,.list_headline_01 .byline {
        font-size: 1.2rem
    }

    .list_headline_01 .date+.byline {
        margin-left: .5rem
    }

    /* list_news_02 */
    .list_news_02 {
        margin: 3rem 0
    }

    .list_news_02 h3 {
        display: none;
        padding-bottom: 1.5rem;
        margin: 0 2rem;
        font-size: 1.8rem
    }

    .list_news_02 ul {
        padding: 0 2rem
    }

    .list_news_02 li {
        padding: 1rem 0;
        border-bottom: 0
    }

    .list_news_02 li a {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .list_news_02 .thumb {
        width: 12.6rem;
        height: 8.4rem;
        margin-right: 1.8rem;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

    .list_news_02 .tit {
        max-height: 4.4rem;
        font-size: 1.8rem;
        line-height: 2.2rem;
        -webkit-line-clamp: 2
    }

    .list_news_02 .lede {
        display: none;
        max-height: 3.6rem;
        margin-top: 1rem;
        font-size: 1.4rem;
        line-height: 1.8rem
    }

    .list_news_02 .meta {
        margin-top: 1rem
    }

    .list_news_02 .date,.list_news_02 .byline,.list_news_02 .press {
        font-size: 1.2rem
    }

    .list_news_02 .date+.byline {
        margin-left: .5rem
    }

    .list_news_02 .press {
        display: none;
        margin-right: .5rem
    }

    .list_news_02 .paging_more {
        width: 100%;
        margin-top: 1rem;
        border-top: 1px solid #e3e3e3;
        font-size: 1.2rem
    }

    .list_news_02 .paging_more:before {
        top: 0;
        width: 1.2rem;
        height: 1.2rem;
        background-position: -1.5rem 0;
        -webkit-background-size: 3rem auto;
        background-size: 3rem auto
    }

    /* list_news_03 */
    .list_news_03 {
        overflow: hidden;
        margin-bottom: 4rem;
    }

    .list_news_03 h3 {
        /* display: none; */
        position: relative;
        margin-bottom: 0;
        font-size: 1.8rem;
        line-height: 1.3;
        text-align: center;
    }

    .list_news_03 ul {
        column-count: 1;
        column-gap: 0;
        margin: 0;
        padding: 0;
    }

    .list_news_03 li {
        padding: 2rem 0 0 0;
        text-align: justify;
    }

    .list_news_03 li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-decoration: none
    }

    .list_news_03 .thumb {
        overflow: hidden;
        position: relative;
        width: 10rem;
        height: 10rem;
        margin-right: 1.8rem;
        background: url(../images/common/default_clip.png) 50% 50% no-repeat;
        background-size: 30%;
        /* border-radius: 1.8rem 0; */
        background-color: rgba(0,0,0,0.05);
    }

    .list_news_03 .thumb:after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid rgba(255,255,255,.1);
        content: '';
        pointer-events: none
    }

    .list_news_03 .thumb img {
        min-height: 100%;
        width: 100%;
        height: auto;
        object-fit: cover;
        -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
        transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
        transition: transform .2s cubic-bezier(.165,.84,.44,1);
        transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
        image-rendering: -webkit-optimize-contrast
    }

    .list_news_03 .thumb:hover img {
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .list_news_03 .info {
        overflow: hidden;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    .list_news_03 .press {
        display: block;
        margin-bottom: 1.5rem;
        color: #666;
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.3
    }

    .list_news_03 .tit {
        display: block;
        display: -webkit-box;
        overflow: hidden;
        max-height: 9rem;
        /* color: #222; */
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2.0rem;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: left;
        letter-spacing: -0.1rem;
    }

    .list_news_03 .tit:hover {
        text-decoration: underline
    }

    .list_news_03 .lede {
        display: -webkit-box;
        overflow: hidden;
        max-height: 4rem;
        margin-top: 1rem;
        color: rgba(0,0,0,0.4);
        font-size: 1.4rem;
        line-height: 1.6rem;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .list_news_03 .date,.list_news_03 .byline {
        display: inline-block;
        margin-top: 1.5rem;
        color: #999;
        font-size: 1.4rem;
        line-height: 1.3;
        vertical-align: top
    }

    .list_news_03 .date+.byline {
        margin-left: 1rem
    }

    .list_news_03 .paging_more {
        display: block;
        width: 30rem;
        margin: 4.5rem auto 0;
        /* border: 1px solid rgba(255,255,255,0.30); */
        background-color: rgba(255,255,255,0.10);
        /* color: #333; */
        font-size: 1.5rem;
        line-height: 4rem;
        text-decoration: none !important;
        text-align: center;
        border-radius: 2rem;
    }

    .list_news_03>ul>li {
        position: relative;
        padding: 1.5rem 2rem;
    }

    .list_news_03>ul>li:after {
        display: block;
        position: absolute;
        right: 1rem;
        bottom: 0;
        left: 1rem;
        height: 1px;
        background-color: #e5e5e5;
        content: ''
    }

    .list_news_03>ul>li:nth-of-type(odd) {
        /* border-right: 1px solid #e5e5e5; */
    }

    /* news_view */
    .news_view {
        padding: 0 2rem;
        margin-bottom: 4rem
    }

    .view_head {
        padding-top: .6rem
    }

    .view_head .press {
        margin-bottom: 1rem;
        font-size: 1.5rem
    }

    .view_head .tit {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .view_head .byline {
        margin-top: 1.6rem;
        font-size: 1rem
    }

    .view_head .writing {
        margin-right: .5rem
    }

    .news_content {
        padding: 2.5rem 0;
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .news_writer {
        padding-bottom: 3rem;
        text-align: center
    }

    .news_writer .byline {
        font-size: 1.2rem
    }

    .news_writer .email {
        margin-left: .5rem
    }

    .news_writer .copyright {
        margin-top: .5rem
    }

    /* 광고배너 */
    .ad_vert_wide {
        margin-bottom: 3rem
    }

    .ad_vert {
        margin: 0 2rem 3rem
    }

    .news_view .ad_vert_wide {
        margin-right: 0;
        margin-left: 0
    }

    .banner_ad {
    }

    /* wing banner */
    .wing_lft,.wing_rgt {
        display: none
    }
}
