@charset "UTF-8";
@font-face{ 
    font-family:'Noto Sans KR'; 
    font-style:normal; 
    font-weight:100; 
    src:url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face{ 
    font-family:'Noto Sans KR'; 
    font-style:normal; 
    font-weight:300; 
    src:url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face{ 
    font-family:'Noto Sans KR'; 
    font-style:normal; 
    font-weight:400; 
    src:url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
} 
@font-face{ 
    font-family:'Noto Sans KR'; 
    font-style:normal; 
    font-weight:500; 
    src:url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
} 
@font-face{ 
    font-family:'Noto Sans KR'; 
    font-style:normal; 
    font-weight:700; 
    src:url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
} 
@font-face{ 
    font-family:'Noto Sans KR'; 
    font-style:normal; 
    font-weight:900; 
    src:url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
}

/**
 * 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:#efefef;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:'Noto Sans KR','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:#777}
:-moz-placeholder{color:#777}
::-moz-placeholder{color:#777}
:-ms-input-placeholder{color:#777}
::placeholder{color:#777;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}


body::-webkit-scrollbar { width: 5px; height:5px }
body::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,0.3); }
body::-webkit-scrollbar-track { background-color: white; }

/**
 * layout
 */

#header{position:relative;z-index:100;transition: all 0.9s;border-bottom: 3px solid rgb(200 18 38);}

#header.fixed{position:fixed;top:0;right:0;left:0;z-index:9001;box-shadow: 0 0.4rem 1rem rgba(0,0,0,0.1);/* background-color: white; */transition: all 0.9s;}
#header.fixed .inner{padding: 1.5rem 5rem;width: auto;background-color: white;}
#header.fixed .gnb{display:none}
#header.fixed .logo img{height: 5rem;margin: 0;transition: all 0.3s;}

#header.fixed .nav{position:absolute;top: 2.8rem;right: 36rem;transition: all 0.3s;}
#header.fixed .nav ul{font-size:0}
#header.fixed .nav li{display:inline-block;vertical-align:top}
#header.fixed .nav li a{display:block;position:relative;padding: 0 1.6rem;margin: 0;/* color:#000; */font-weight: 400;font-size: 1.8rem;line-height:3rem;text-decoration:none}
#header.fixed .nav li a:hover,#header.fixed .nav li.on a{/* color: #fff; *//* background-color: #444; *//* border-radius: 0.5rem; */font-weight: 700;}

#header.fixed .head_search{position:absolute;right: 5rem;top: 3.8rem;z-index:1;width: 18rem;transition: all 0.3s;}

#header .inner{position:relative;width: calc(100% - 100px);margin:0 auto;min-width: 118rem;}
#header .inner:after{display:block;clear:both;content:''}
#header .logo{display:inline-block;vertical-align:top}
#header .logo a{display:inline-block;overflow:hidden;vertical-align:top}
#header .logo img{width:auto;height: 12rem;margin: 1rem 0;}
#header .btn_srch{display:none;position:absolute;top:1.8rem;right:2rem;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) -3rem 0 no-repeat;-webkit-background-size:6rem auto;background-size:6rem auto;content:'';-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
#header .btn_side{display:none;position:absolute;top:1.8rem;left:2rem;width:3rem;height:3rem}
#header .btn_side:before,#header .btn_side:after{display:block;position:absolute;top:50%;left:50%;width:2.3rem;content:'';-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
#header .btn_side:before{height:1.8rem;border:2px solid #000;border-width:2px 0}
#header .btn_side:after{height:2px;background-color:#000}
.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:1.7rem;right: 10px;}
.gnb .country,.gnb .date{display:inline-block;/* color: #fff; */vertical-align:top}
.gnb .country{margin-right:1rem}
.gnb .date{letter-spacing:0}
.report_svc{position:absolute;top:1.4rem;right: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.4rem;line-height:2rem}
.today_weather{display:inline-block;margin-left:2rem;color:#808080;font-size: 1.2rem;line-height:2rem;vertical-align:top}
.today_weather .txt,.today_weather .current,.today_weather .state{display:inline-block}
.nav{position: absolute;top: 5rem;right:0}
.nav ul{font-size:0}
.nav li{display:inline-block;vertical-align:top}
.nav li a{display:block;position:relative;padding: 1rem 0.5rem;margin: 0 1.2rem;/* color: #fff; */font-weight: 600;font-size: 1.8rem;line-height: 1.5rem;text-decoration:none;/* border: #fff solid 1px; */}
.nav li a:hover:after,.nav li.on a:after{display:block;position:absolute;top: -1.5rem;right:0;left:0;z-index:1;height: .25rem;background-color: rgb(200 18 38);content:''}



.head_search{position:absolute;top: 9.8rem;right:0;z-index:1;width:30rem}
.head_search .box_search{position:relative;height:4.5rem;padding:0 4rem 0 .5rem;border: 3px solid #c81226;background-color: transparent;border-radius: 2rem 2rem 0 0;}
.head_search .tf_keyword{width:100%;height:2.2rem;padding: 0 0 0 1.0rem;margin-top:1.1rem;border:0;/* background-color: aliceblue; *//* color: #fff; */font-size:1.6rem;line-height:2.2rem;vertical-align:top}
.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.4rem;height:4.4rem}
.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;-webkit-background-size:6rem auto;background-size:6rem auto;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:#000;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:2px solid #000;border-width:0 2px 2px 0;content:'';-webkit-transform:translate(-20%,-50%) rotate(135deg);transform:translate(-20%,-50%) rotate(135deg)}
.side_wrap{overflow:hidden;position:fixed;top:0;left: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;left: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;padding-top:3.6rem;margin:0 auto;background-color: white;padding: 3rem;box-shadow: 0rem 1rem 1rem rgba(0,0,0,0.09);z-index: -1;}
#container .inner:after{display:block;clear:both;content:''}
#container.main .inner{}
.content{float:left;width: 52rem;}
.aside{float:right;width: 47rem;}
#footer{font-size: 1.3rem;line-height:1.5;border-top: 3px solid rgb(200 18 38);}
#footer .inner{position:relative;width:108rem;padding: 3.3rem 0 2.6rem 25rem;margin:0 auto}
#footer .foot_logo{overflow:hidden;position:absolute;top:.5rem;left:0}
#footer .foot_logo img{width:auto;height: 10rem;margin: 3.8em -0.5rem;opacity: 1;}
#footer .info_corp ul{font-size:0;}
#footer .info_corp li{display:inline-block;margin-right:2.2rem;vertical-align:top}
#footer .info_corp li:last-child{margin-right:0}
#footer .info_corp li a{display:block;/* color:#525252; */font-size:1.4rem;line-height:2.2rem}
#footer address{margin-top:.8rem;line-height: 2.4rem;}
#footer address span{display:inline}
#footer address span:before{display:inline-block;margin:0 .3rem;color:#ccc;vertical-align:top;content:'|'}
#footer address span:first-child:before{display:none}
#footer .copyright{margin-top:.8rem;letter-spacing:0}
#footer .info{margin-top:.2rem}
#header,#container,#footer{min-width:118rem;}


#container {background-color: rgba(0,0,0,0.1);/* padding-bottom: 5rem; */}
/**
*  main_banner
*/

.main_banner{/* margin-bottom:3.3rem; *//* border-top: 10px solid #000; */margin-bottom: 3rem;}
.main_banner input[id*=slide]{display:none}
.main_banner .slidewrap{position:relative}
.main_banner .slidelist{overflow:hidden;position:relative;font-size:0;white-space:nowrap;border: 1px solid rgba(255,255,255,0.8);background-color: #222;}
.main_banner .slidelist>li{display:inline-block;overflow:hidden;position:relative;width:100%;vertical-align:middle;transition:all .5s;}
.main_banner .slidelist>li>a{display:block}
.main_banner .slidelist .thumb{width: 100%;height: 50.5rem;}
.main_banner .slidelist .thumb img{width:100%;height:100%;object-fit:cover;object-position:top}
.main_banner .slidelist .textbox{position:absolute;top: 0rem;right: 2.8rem;z-index:2;width: 32rem;white-space:normal;background-color: rgba(0,0,0,0.8);padding: 3rem;height: 53rem;}
.main_banner .slidelist .textbox h2{display:inline-block;margin: 2.5rem 0 1.0rem 0;padding: 0.5rem;border-radius: 0;color: #fff;font-size: 1.8rem;background-color: #c81226;}
.main_banner .slidelist .textbox h3{display:block;display:-webkit-box;overflow:hidden;height:8rem;color: #fff;font-size: 3.2rem;line-height:4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;transform:translateY(3rem);transition:all .5s}
.main_banner .slidelist .textbox p{display:block;display:-webkit-box;overflow:hidden;/* max-height:12rem; */margin-top: 2rem;color: #999;font-size: 1.6rem;line-height: 2.2rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp: 9;opacity:0;transform:translateY(3rem);transition:all .5s}
/* input에 체크되면 슬라이드 효과 */
.main_banner input[id=slide01]:checked~.slidewrap .slidelist>li{transform:translateX(0%)}
.main_banner input[id=slide02]:checked~.slidewrap .slidelist>li{transform:translateX(-100%)}
.main_banner input[id=slide03]:checked~.slidewrap .slidelist>li{transform:translateX(-200%)}
.main_banner input[id=slide04]:checked~.slidewrap .slidelist>li{transform:translateX(-300%)}
/* input에 체크되면 텍스트 효과 */
.main_banner input[id=slide01]:checked~.slidewrap li:nth-child(1) .textbox h3,
.main_banner input[id=slide02]:checked~.slidewrap li:nth-child(2) .textbox h3,
.main_banner input[id=slide03]:checked~.slidewrap li:nth-child(3) .textbox h3,
.main_banner input[id=slide04]:checked~.slidewrap li:nth-child(4) .textbox h3{opacity:1;transform:translateY(0);transition-delay:.2s}
.main_banner input[id=slide01]:checked~.slidewrap li:nth-child(1) .textbox p,
.main_banner input[id=slide02]:checked~.slidewrap li:nth-child(2) .textbox p,
.main_banner input[id=slide03]:checked~.slidewrap li:nth-child(3) .textbox p,
.main_banner input[id=slide04]:checked~.slidewrap li:nth-child(4) .textbox p{opacity:1;transform:translateY(0);transition-delay:.4s}
/* 좌,우 슬라이드 버튼 */
.slide-control>div{display:none}
.slide-control label{position:absolute;top:50%;z-index:10;padding:1.8rem;cursor:pointer;transform:translateY(-50%)}
.slide-control .left{left:0;background:url(../images/ico/left.png) center center / 100% no-repeat}
.slide-control .right{right:0;background:url(../images/ico/right.png) center center / 100% no-repeat}
.main_banner input[id=slide01]:checked~.slidewrap .slide-control>div:nth-child(1),
.main_banner input[id=slide02]:checked~.slidewrap .slide-control>div:nth-child(2),
.main_banner input[id=slide03]:checked~.slidewrap .slide-control>div:nth-child(3),
.main_banner input[id=slide04]:checked~.slidewrap .slide-control>div:nth-child(4){display:block}
/* 페이징 */
.slide-pagelist-wrap{position:absolute;bottom: 2rem;right: 4rem;z-index:10}
.slide-pagelist:after{display:block;clear:both;content:''}
.slide-pagelist>li{float:left}
.slide-pagelist>li+li{margin-left: 1.5rem;}
.slide-pagelist>li>label{display:block;cursor:pointer}
.slide-pagelist>li>label .thumb{display:block;overflow:hidden;position:relative;width: 6rem;height: 6rem;border-radius: 5rem;}
.slide-pagelist>li>label .thumb img{min-height:100%;width:100%;height:auto;object-fit:cover;opacity:.62}
.slide-pagelist>li>label .thumb:after{display:none;position:absolute;top:0;right:0;bottom:0;left:0;border: 6px solid rgba(255,255,255,0.2);border-radius: 5rem;content:'';pointer-events:none}
.main_banner input[id=slide01]:checked~.slidewrap .slide-pagelist>li:nth-child(1)>label .thumb img,
.main_banner input[id=slide02]:checked~.slidewrap .slide-pagelist>li:nth-child(2)>label .thumb img,
.main_banner input[id=slide03]:checked~.slidewrap .slide-pagelist>li:nth-child(3)>label .thumb img,
.main_banner input[id=slide04]:checked~.slidewrap .slide-pagelist>li:nth-child(4)>label .thumb img{opacity:1}
.main_banner input[id=slide01]:checked~.slidewrap .slide-pagelist>li:nth-child(1)>label .thumb:after,
.main_banner input[id=slide02]:checked~.slidewrap .slide-pagelist>li:nth-child(2)>label .thumb:after,
.main_banner input[id=slide03]:checked~.slidewrap .slide-pagelist>li:nth-child(3)>label .thumb:after,
.main_banner input[id=slide04]:checked~.slidewrap .slide-pagelist>li:nth-child(4)>label .thumb:after{display:block}
.slide-page-bullet{display:none;position:absolute;bottom:3.5rem;left:64.5rem;z-index:10;font-size:0}
.slide-page-bullet>li{display:inline-block;vertical-align:top}
.slide-page-bullet>li>label{display:block;width:.8rem;height:.8rem;margin:0 .5rem;border-radius:50%;background-color:#000;opacity:.2;cursor:pointer}
.main_banner input[id=slide01]:checked~.slidewrap .slide-page-bullet>li:nth-child(1)>label,
.main_banner input[id=slide02]:checked~.slidewrap .slide-page-bullet>li:nth-child(2)>label,
.main_banner input[id=slide03]:checked~.slidewrap .slide-page-bullet>li:nth-child(3)>label,
.main_banner input[id=slide04]:checked~.slidewrap .slide-page-bullet>li:nth-child(4)>label{opacity:1}

/**
 *  content
 */

/* title */
.sub_title{position:relative;z-index:1;margin:0 0 -2rem -2rem}
.sub_title h3{display: none;position:relative;min-width:20rem;padding:0 2.6rem;background-color:#000;color:#fff;font-weight:500;font-size:1.8rem;line-height:4rem;vertical-align:top}
.sub_title h3:after{display: none;position:absolute;top:4rem;left:0;width:0;height:0;border-top:2rem solid #808080;border-left:2rem solid transparent;content:''}

/* tab */
.tab_section{margin-bottom:1.5rem}
.tab_section .tab:after{display:block;clear:both;content:''}
.tab_section .tab li{position:relative;float:left;border: 1px solid #c81226;width: calc(50% - 0px);}
.tab_section .tab li+li{margin-left: 0rem;}
.tab_section .tab li+li:after{position:absolute;top:50%;left:-2rem;width:1px;/* height: 30px; */background-color: gainsboro;content:'';-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.tab_section .tab li a{display:block;position:relative;color: #666;/* font-weight:700; */font-size:1.6rem;line-height:3rem;letter-spacing:-1px;text-decoration:none;text-align:center;white-space:nowrap;}
.tab_section .tab li.on a{color: aliceblue;background-color: #c81226;}

/* list_headline_img_01 */
.list_headline_img_01{margin-bottom:4.5rem;border: 1px solid rgba(0,0,0,0.5);background-color: #fff;}
.list_headline_img_01 h2 {display: inline-block;margin: 0rem 0 1.5rem 3.5rem;padding: 5rem 0 0;border-radius: 0;/* color: #fff; */font-size: 2.6rem;/* background-color: #000; */position: absolute;}
.list_headline_img_01>ul{padding: 2rem 2rem 2rem 2rem;margin-left: 16rem;-webkit-border-radius:6px;border-radius: 0;/* background-color: black; */box-shadow: none;border-left: 1px solid rgba(0,0,0,0.15);}
.list_headline_img_01>ul>li{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}
.list_headline_img_01 li a{display:block}
.list_headline_img_01 .thumb{overflow:hidden;position:relative;width: 45.0rem;height: 28rem;margin-left: 3.3rem;background:#e2e2e2 url(../images/common/default_clip.png) 50% 50% no-repeat;}
.list_headline_img_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_headline_img_01 .thumb a{height:100%}
.list_headline_img_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_img_01 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.list_headline_img_01 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1;}
.list_headline_img_01 .press{display:block;margin-bottom:1rem;color:#999;font-size:1.8rem;line-height:1.3}
.list_headline_img_01 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:8rem;margin-bottom:1.7rem;margin-top: 2.5rem;/* color: yellow; */font-size:3rem;line-height:4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.list_headline_img_01 .relate_news li{/* border-bottom:1px solid #d9d9d9; */}
.list_headline_img_01 .relate_news li a{display:block;overflow:hidden;max-width:100%;/* color: #fff; */font-size: 1.7rem;line-height: 3.6rem;text-overflow:ellipsis;white-space:nowrap}

/* list_headline_03 */
.list_headline_03{background-color: #fff;}
.list_headline_03:after{display:block;clear:both;content:''}
.list_headline_03 .item_list {overflow: hidden;float: left;width: 72rem;border-top: 3px solid rgba(0,0,0,0.7);padding-top: 2rem;}
.list_headline_03 .item_list>ul {display: -webkit-box;display: -webkit-flex;display: flex;flex-wrap: wrap;margin: 0rem -1rem 0rem -1rem;}
.list_headline_03 .item_list>ul>li {position: relative;width: 50%;padding: 0rem 1rem 2rem;/* border-right: 1px solid #ccc; */}
.list_headline_03 .item_list>ul>li:after {display: block;position: absolute;right: 1rem;bottom: 0;left: 1rem;height: 1px;/* background-color: #e5e5e5; */content: ''}


.list_headline_03 .item_thumb{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;/* -webkit-flex-direction:row-reverse; *//* flex-direction:row-reverse; */min-height:8.4rem;text-decoration:none;background-color: rgba(0,0,0,0.05);}
.list_headline_03 .thumb{overflow:hidden;position:relative;width: 12rem;height: 10rem;margin-right: 1.5rem;/* background:#e2e2e2 url(../images/common/default_clip.png) 50% 50% no-repeat; */-webkit-background-size:40% auto;background-size:40% auto;border-radius: 0;}
.list_headline_03 .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_headline_03 .thumb img{min-height:100%;width:100%;height:auto;/* border-radius: 2rem 0 0 2rem; */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_03 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.list_headline_03 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1;}
.list_headline_03 .press{display:block;margin-top:1rem;color:#999;font-weight:500;font-size:1.3rem;line-height:1.3}
.list_headline_03 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:4.8rem;font-size: 1.6rem;line-height:2.4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-right: 1rem;}
.list_headline_03 .tit:hover{text-decoration:underline}
.list_headline_03 .relate_news{padding-top:1.5rem}
.list_headline_03 .relate_news li a{display:inline-block;overflow:hidden;max-width:100%;font-size: 1.6rem;line-height:2.8rem;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}
.list_headline_03 .item_list2 {overflow: hidden;padding-left: 3rem;background-color: #fff;border-top: 3px solid rgba(0,0,0,0.7);padding-top: 2rem;}
.list_headline_03 h3 { display: block; color: #333; font-size: 1.8rem; line-height: 1.3;}
.list_headline_03 .item_list2 li {position: relative;padding: 1.5rem 0;}
.list_headline_03 .item_list2 li+li:after {display: block;position: absolute;top: 0;right: 0;left: 0;height: 1px;background-color: #ccc;content: ''}
.list_headline_03 .item_list2 li a { display: block; text-decoration: none}
.list_headline_03 .item_list2 .tit {/* max-height: 2.1rem; */font-size: 1.6rem;line-height: 2.0rem;-webkit-line-clamp: 2;font-weight: 500;}
.list_headline_03 .item_list2 .press { margin-top: .5rem}


/* list_news_01 */
.list_news_01{margin-bottom:5rem}
.list_news_01 h3{position:relative;padding-bottom:3.5rem;border-bottom:1px solid #131313;color:#333;font-size:3.2rem;line-height:1.3}
.list_news_01 li{padding:3rem 0;border-bottom:1px solid #ccc}
.list_news_01 li a{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;text-decoration:none}
.list_news_01 .thumb{overflow:hidden;position:relative;width:20.8rem;height:13rem;margin-left:3rem;background:#ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat}
.list_news_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_news_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_news_01 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.list_news_01 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1}
.list_news_01 .press{display:block;margin-bottom:1.5rem;color:#666;font-weight:700;font-size:1.8rem;line-height:1.3}
.list_news_01 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:3rem;color:#333;font-size:2.4rem;line-height:3rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.list_news_01 .tit:hover{text-decoration:underline}
.list_news_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_news_01 .meta{margin-top:1.5rem}
.list_news_01 .date,.list_news_01 .byline{display:inline-block;color:#999;font-size:1.4rem;line-height:1.3;vertical-align:top}
.list_news_01 .date+.byline{margin-left:1rem}
.list_news_01 .paging_more{display:block;margin-top:2rem;border:1px solid #e5e5e5;background-color:#f5f5f5;color:#666;font-size:1.5rem;line-height:4rem;text-decoration:none !important;text-align:center}

/* list_news_02 */
.list_news_02{margin-bottom:5rem}
.list_news_02 li{padding:3rem 0;border-bottom:1px solid #ccc}
.list_news_02 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_02 .thumb{overflow:hidden;position:relative;width:20.8rem;height:13rem;margin-right:3rem;background:#ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat}
.list_news_02 .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_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 .press{display:block;margin-bottom:1.5rem;color:#666;font-weight:700;font-size:1.4rem;line-height:1.3}
.list_news_02 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:3rem;color:#333;font-size:2.4rem;line-height:3rem;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:7.2rem;margin-top:1.5rem;color:#666;font-size:1.8rem;line-height:2.4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.list_news_02 .date,.list_news_02 .byline{display:inline-block;margin-top:1.5rem;color:#999;font-size:1.4rem;line-height:1.3;vertical-align:top}
.list_news_02 .date+.byline{margin-left:1rem}
.list_news_02 .paging_more{display:block;margin-top:2rem;border:1px solid #e5e5e5;background-color:#f5f5f5;color:#666;font-size:1.5rem;line-height:4rem;text-decoration:none !important;text-align:center}

/* list_news_03 */
.list_news_03{margin-bottom:5rem}
.list_news_03 h3{position:relative;padding-bottom:2rem;color:#333;font-size:3.2rem;line-height:1.3}
.list_news_03 li{padding:1.7rem 0;border-bottom: 1px dashed #d9d9d9;}
.list_news_03 li:first-child{padding-top:0}
.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: 16rem;height: 10rem;margin-right: 2rem;background:#ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat}
.list_news_03 .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_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:5.2rem;color:#333;font-size: 1.8rem;line-height: 2.4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.list_news_03 .tit:hover{text-decoration:underline}
.list_news_03 .lede{display:block;display:-webkit-box;overflow:hidden;max-height:4rem;margin-top:1rem;color:#666;font-size:1.4rem;line-height:2rem;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;margin-top:2rem;border:1px solid #e5e5e5;background-color:#f5f5f5;color:#666;font-size:1.5rem;line-height:4rem;text-decoration:none !important;text-align:center}


/* list_news_04 */
.list_news_04{}
.list_news_04 h3{position:relative;padding-bottom:2rem;color:#333;font-size:3.2rem;line-height:1.3}
.list_news_04 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;}
.list_news_04 li{padding-top:3.5rem;width: 50%;vertical-align: top;padding: 0.8rem 1.5rem;}
.list_news_04 li:first-child{padding-top:0;}
.list_news_04 li a{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;text-decoration:none;border-bottom: 1px dashed #d9d9d9;padding-bottom: 1.5rem;}
.list_news_04 .thumb{overflow:hidden;position:relative;width: 12rem;height: 14rem;margin-right: 1.8rem;background:#e2e2e2 url(../images/common/default_clip.png) 50% 50% no-repeat;background-size: 40%;}
.list_news_04 .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_news_04 .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_04 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.list_news_04 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1}
.list_news_04 .press{display:block;margin-bottom:1.5rem;color:#666;font-weight:700;font-size:1.4rem;line-height:1.3}
.list_news_04 .tit{display:block;display:-webkit-box;overflow:hidden;color:#000;font-size: 1.8rem;line-height: 2.4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp: 2;}
.list_news_04 .tit:hover{text-decoration:underline}
.list_news_04 .lede{display:block;display:-webkit-box;overflow:hidden;max-height: 8rem;margin-top:1rem;color: #888;font-size:1.4rem;line-height: 1.85rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp: 4;}
.list_news_04 .date,.list_news_04 .byline{display:inline-block;margin-top:1.5rem;color:#999;font-size:1.4rem;line-height:1.3;vertical-align:top}
.list_news_04 .date+.byline{margin-left:1rem}
.list_news_04 .paging_more{display:block;padding-top:3rem;margin-top:3.5rem;color: #0479f8;font-size:1.6rem;line-height:1.5;text-align:center;font-weight: 600;}

/* list_vod */
.list_vod{padding: 1rem 0 0 0;/* background-color: #795548; */width: 103rem;margin: 0 0 0 0rem;display: flex;}
.list_vod h3{position:relative;padding-bottom:2rem;color:#fff;font-size:1.8rem;line-height:1.3}
.list_vod ul{display:-webkit-box;display:-webkit-flex;display:flex;flex-wrap:wrap;margin:0 auto;padding: 0 0rem;/* white-space: nowrap; */}
.list_vod ul::-webkit-scrollbar { width: 5px; height:5px }
.list_vod ul::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,0.09); }
.list_vod ul::-webkit-scrollbar-track { background-color: transparent; }
.list_vod li{width: 25%;padding: 0 1.0rem 1.2rem;}
.list_vod li a{display:block;color: #444;}
.list_vod .thumb_wrap{overflow:hidden;position:relative;padding-bottom:58.42%;background:#000 url(../images/common/default_clip.png) 50% 50% no-repeat;border-radius: 0rem;}
.list_vod .thumb_wrap: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_vod .thumb_wrap img{position:absolute;top:50%;left:0;width:100%;height:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.list_vod .info{padding: 1.0rem 1rem;}
.list_vod .tit{letter-spacing: -0.1rem;display:block;/* display:-webkit-box; */overflow:hidden;max-height: 4.0rem;/* color: #fff; */font-weight: 600;font-size: 1.6rem;line-height: 2.2rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}

/* news_view */
.news_view{margin-bottom:5rem}
.view_head{position:relative}
.view_head:after{display:block;clear:both;content:''}
.view_head .press{display:inline-block;position:relative;/* min-width:20rem; */padding:0 2.6rem;margin: 0 0 2.5rem 0rem;background-color: #000;color:#fff;font-weight:500;font-size:1.8rem;line-height: 3rem;vertical-align:top}
.view_head .press:after{display: none;position:absolute;top:4rem;left:0;width:0;height:0;border-top:2rem solid #808080;border-left:2rem solid transparent;content:''}
.view_head .tit{color:#333;font-size:3.6rem;line-height:4.4rem}
.view_head .byline{margin-top:2.8rem;color:#333;font-size:1.3rem;line-height:1.3}
.view_head .name,.view_head .email,.view_head .date{display:inline-block;vertical-align:top}
.view_head .name{padding-right:1rem;font-weight:400}
.view_head .email{letter-spacing:0}
.view_head .date{color: #666;letter-spacing:0}
.news_content{padding:4rem 0;color:#333;font-size:1.8rem;line-height:2.6rem}
.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:5rem;border-bottom: 1px dashed #0479f8;line-height:1.3}
.news_writer .byline{color:#4c4c4c;font-size:1.6rem}
.news_writer .name{display:inline-block;font-weight:400;vertical-align:middle}
.news_writer .email{display:inline-block;padding-left:1rem;font-size:1.2rem;letter-spacing:0;vertical-align:middle}
.news_writer .copyright{margin-top:1rem;color:#808080;font-size:1.3rem}

/* 광고배너 */
.width--100 {width: 100%;margin: auto;text-align: center;padding: 0;}
.ad_vert_wide{clear:both;position:relative;margin: 3rem auto;display: inline-block;text-align: center;}
.ad_vert_wide a{display:block}
.ad_vert_wide a img{width:100%;}
.ad_vert{position:relative;margin-bottom: 3rem;float: left;width: 50%;}
.ad_vert a{display:block;margin: auto;width: 100%;}
.ad_vert a img{width: 100%;height:auto}
[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{border-bottom-width:3px}
    #header .inner{width:100%;padding-top:0;text-align: center;min-width: 100%;}
    #header .logo{text-align:center;}
    #header .logo img{height: 6.6rem;margin: 0 auto;text-align: center;}
    #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:#efefef}
    .head_search .box_search{height:5rem;padding:0 4rem;border:0}
    .head_search .tf_keyword{margin-top:1.4rem}
	.head_search .tf_keyword::-webkit-input-placeholder{color:#000}
    .head_search .tf_keyword:-moz-placeholder{color:#000}
    .head_search .tf_keyword::-moz-placeholder{color:#000}
    .head_search .tf_keyword:-ms-input-placeholder{color:#000}
    .head_search .tf_keyword::placeholder{color:#000}
    .head_search .btn_search{display:none;right:0;width:4.4rem;height:4.4rem}
    .head_search .btn_del_txt,.head_search .btn_srch_back{display:block}
    #container .inner{width:100%;padding:0}
    #container.main .inner{padding-top: 0;}
    .content,.aside{float:none;width:100%}
	#footer{border-top:1px solid #e3e3e3;font-size: 1.2rem;text-align: center;}
    #footer .inner{width:100%;padding:.5rem 2rem 3.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: 0 0.8rem;text-align: center;}
    #footer .info_corp li a{font-size: 1.3rem;}
    #footer address{margin-top: 1.0rem;line-height: 1.8rem;}
    #footer address span{display:inline-block;margin-right:1rem}
	#footer address span:before{display:none}
    #footer address br{display:none}
    #footer .copyright{margin-top:.7rem}
    #footer .info{margin-top: 1.6rem;}
    #header,#container,#footer{min-width:auto;padding-bottom: 0;}
    #header.fixed .inner {padding: 0.2rem 0;}
    #header.fixed .logo img{height: 4rem;margin: 0;}
    #header.fixed .btn_side{top: 0.8rem;}
    
    
    /**
    *  main banner
    */

    .main_banner{z-index:0;/* padding:0 2rem; */margin: 0rem;}
    .main_banner .slidelist { border: 0}
    .main_banner .slidelist .thumb{width:100%;height:20rem}
    .main_banner .slidelist .textbox{position:static;width:100%;height: auto;padding: 0rem 2rem 2rem;}
    .main_banner .slidelist .textbox h2{/* display:none; */}
    .main_banner .slidelist .textbox h3{height: auto;font-size: 2.2rem;line-height: 3.0rem;}
    .main_banner .slidelist .textbox p{max-height: 10rem;margin-top:1rem;font-size: 1.6rem;line-height: 2.4rem;-webkit-line-clamp: 4;transform:translateY(1.5rem)}
    /* 좌,우 슬라이드 버튼 */
    .slide-control label{top:30%;padding:1.6rem}
    /* 페이징 */
    .slide-pagelist-wrap{display:none}
    .slide-page-bullet{display:block;right:0;bottom:2.5rem;left:0;text-align:center}
	
    /**
     *  content
     */

	/* title */
    .sub_title{margin:0 0 0 .5rem}
    .sub_title h3{min-width:12rem;padding:0 2rem;font-size: 1.6rem;line-height:3rem}
    .sub_title h3:after{top:3rem;border-top-width:1.5rem;border-left-width:1.5rem;}

    /* tab */
    .tab_section{margin:0 2rem 1rem}

    /* list_headline_img_01 */
    .list_headline_img_01{padding-bottom:3rem;margin:2rem 2rem 1em}
    .list_headline_img_01 h2 {margin: 1rem;padding: 1rem;font-size: 2.2rem;writing-mode: vertical-rl;height: 30rem;font-weight: 400;}
	.list_headline_img_01>ul{padding:0;-webkit-border-radius:0;border-radius:0;background-color:transparent;box-shadow:none;margin-left: 6rem;}
    .list_headline_img_01>ul>li,.cont_top.main .list_headline_img_01>ul>li{-webkit-flex-direction:column;flex-direction:column}
    .list_headline_img_01 .thumb{width:100%;height:auto;margin:0}
    .list_headline_img_01 .info{padding: 0 2rem;}
    .list_headline_img_01 .press{font-size:1.4rem}
    .list_headline_img_01 .tit{max-height:4.8rem;margin-bottom:1.3rem;margin-top: 2rem;font-size: 2.0rem;line-height: 3.4rem;max-height: 6.8rem;color: #000;}
    .list_headline_img_01 .relate_news li a{display:block;font-size: 1.5rem;line-height: 3rem;color: #333;}
       
    /* list_headline_03 */
    .list_headline_03{padding-bottom:1rem;margin:0 2rem 3rem}
	.list_headline_03 .item_list{float:none;width:100%;padding: 3rem 0 0;}
	.list_headline_03 .item_list>ul{margin:-2rem 0 0}
    .list_headline_03 .item_list>ul>li{width:100%;padding: 0.9rem 0;}
    .list_headline_03 .item_thumb{min-height:auto}
    .list_headline_03 .thumb{width:11rem;height:7.8rem;margin-left: 0;-webkit-background-size:30% auto;background-size:30% auto}
    .list_headline_03 .press{font-size:1.2rem}
    .list_headline_03 .tit{max-height: revert;font-size: 1.6rem;line-height: 2.4rem;}
    .list_headline_03 .relate_news{padding-top:1.5rem}
    .list_headline_03 .relate_news li a{display:block;font-size: 1.6rem;line-height: 3rem;}
	.list_headline_03 .item_list2{float:none;width:100%;padding:0;border-bottom: 1px dashed #ccc;}
    .list_headline_03 .item_list2 li{padding: 1.2rem 0;display: inline-block;width: 49%;}
    .list_headline_03 .item_list2 .tit{max-height: max-content;font-size: 1.6rem;line-height: 2.4rem;-webkit-line-clamp: 2;}
    .list_headline_03 .item_list2 .press{margin-top:.5rem}
    
    .list_headline_03 .item_list2 li:after {display: block;position: absolute;top: 0;right: 0;left: 0;height: 1px;background-color: #ccc;content: ''}
    
    .list_headline_03 h3 {display: block;color: #333;font-size: 1.8rem;line-height: 3;}

    
    /* list_news_01 */
    .list_news_01{margin-bottom:2.5rem}
    .list_news_01 h3{display:none;padding-bottom:1.5rem;margin:0 2rem;font-size:1.8rem}
    .list_news_01 ul{padding:0 2rem}
    .list_news_01 li{padding:1.6rem 0}
    .list_news_01 .thumb{width:11.5rem;height:9rem;margin-left:2rem;-webkit-background-size:30% auto;background-size:30% auto}
    .list_news_01 .press{margin-bottom:1rem;font-size:1.2rem}
    .list_news_01 .tit{max-height:4rem;font-size:1.6rem;line-height:2rem;-webkit-line-clamp:2}
    .list_news_01 .lede{max-height:3.6rem;margin-top:1rem;font-size:1.4rem;line-height:1.8rem}
    .list_news_01 .meta{display:none;margin-top:1rem}
    .list_news_01 .date,.list_news_01 .byline{font-size:1.2rem}
    .list_news_01 .date+.byline{margin-left:.5rem}
    .list_news_01 .paging_more{margin:2rem 2rem 0}

    /* list_news_02 */
    .list_news_02{margin-bottom:2.5rem}
    .list_news_02 ul{padding:0 2rem}
    .list_news_02 li{padding:1.6rem 0}
    .list_news_02 .thumb{width:11.5rem;height:9rem;margin-right:2rem;-webkit-background-size:30% auto;background-size:30% auto}
    .list_news_02 .press{margin-bottom:1rem;font-size:1.2rem}
    .list_news_02 .tit{max-height:4rem;font-size:1.6rem;line-height:2rem;-webkit-line-clamp:2}
    .list_news_02 .lede{max-height:3.6rem;margin-top:1rem;font-size:1.4rem;line-height:1.8rem;-webkit-line-clamp:2}
    .list_news_02 .date,.list_news_01 .byline{display:none;margin-top:1rem;font-size:1.2rem}
    .list_news_02 .date+.byline{margin-left:.5rem}
    .list_news_02 .paging_more{margin:2rem 2rem 0}

    /* list_news_03 */
    .list_news_03{margin-bottom:2.5rem}
    .list_news_03 h3{display:none;padding-bottom:1.5rem;margin:0 2rem;font-size:1.8rem}
    .list_news_03 ul{padding:0 2rem}
    .list_news_03 li{padding:1.5rem 0}
    .list_news_03 .thumb{width:11.5rem;height:9rem;margin-right:2rem;-webkit-background-size:30% auto;background-size:30% auto}
    .list_news_03 .press{margin-bottom:1rem;font-size:1.2rem}
    .list_news_03 .tit{max-height:4rem;font-size:1.6rem;line-height:2rem;-webkit-line-clamp:2}
    .list_news_03 .lede{max-height:3.6rem;margin-top:1rem;font-size:1.4rem;line-height:1.8rem}
    .list_news_03 .date,.list_news_01 .byline{display:none;margin-top:1rem;font-size:1.2rem}
    .list_news_03 .date+.byline{margin-left:.5rem}
    .list_news_03 .paging_more{margin:1rem 2rem 0}

    
    
    /* list_news_04 */
    .list_news_04{margin-bottom:3rem}
    .list_news_04 h3{display:none;padding-bottom:1.5rem;margin:0 2rem;font-size:1.8rem}
    .list_news_04 ul{padding:0 2rem}
    .list_news_04 li{padding: 0 0 2rem 0;border-bottom: 1px solid #fff;width: 100%;}
    .list_news_04 li:first-child{padding-top:0}
    .list_news_04 li a{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}
    .list_news_04 .thumb{width:11.5rem;height:9rem;margin:0 0 0 2rem;-webkit-background-size:30% auto;background-size:30% auto}
    .list_news_04 .press{margin-bottom:1rem;font-size:1.2rem}
    .list_news_04 .tit{max-height: 4.8rem;font-size: 1.6rem;line-height: 2.4rem;-webkit-line-clamp: 2;font-weight: 400;}
    .list_news_04 .lede{/* max-height:3.6rem; */margin-top:1rem;font-size:1.4rem;line-height:1.8rem;-webkit-line-clamp: 3;}
    .list_news_04 .date,.list_news_01 .byline{display:none;margin-top:1rem;font-size:1.2rem}
    .list_news_04 .date+.byline{margin-left:.5rem}
    .list_news_04 .paging_more{padding-top:0;margin-top:2rem;border-top:0;font-size:1.5rem}

    /* list_vod */
    .list_vod{padding: 4.5rem 0 0;margin-bottom: 0;width: 100%;background-color: #222;}
    .list_vod h3{padding:2rem 0;margin:0 2rem;text-align:center}
    .list_vod ul{width:100%;padding: 0;margin:0}
    .list_vod li{width: 100%;padding:0 .7rem 1.5rem}
    .list_vod .thumb_wrap{-webkit-background-size:30% auto;background-size:30% auto;border-radius: 0rem;}
    .list_vod .tit{max-height: fit-content;font-size: 1.6rem;line-height: 2.4rem;color: #fff;}

	/* news_view */
    .news_view{padding:0 2rem;margin-bottom:5rem}    
    .view_head .press{/* min-width:12rem; */padding:0 2rem;margin: 0 0 1.0rem 0rem;font-size:1.3rem;line-height:3rem}
    .view_head .press:after{top:3rem;border-top-width:1.5rem;border-left-width:1.5rem}
    .view_head .tit{font-size: 2.4rem;line-height: 3rem;}
    .view_head .byline{margin-top:1.2rem;font-size:1.2rem}
    .view_head .name{padding-right:.5rem}
    .news_content{padding:2rem 0;font-size: 1.6rem;line-height: 2.4rem;}
    .news_writer{padding-bottom:3rem}
    .news_writer .byline{font-size:1.2rem}
    .news_writer .email{padding-left:.5rem;font-size:1.3rem}
    .news_writer .copyright{margin-top:.5rem;font-size:1rem}

    /* 광고배너 */
    .ad_vert_wide{margin: 2rem 0;}
    .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}
}