@charset "UTF-8";

/**
 * reset


@import url(./font/NanumGothic.css);
*,*: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;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:'Nanum Gothic','Malgun Gothic','맑은 고딕',Helvetica,'Apple SD Gothic Neo',sans-serif;letter-spacing:-.05rem}
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}
input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:transparent}
input:focus:-moz-placeholder,textarea:focus:-moz-placeholder{color:transparent}
input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent}
input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{color:transparent}
input:focus::placeholder,textarea:focus::placeholder{color:transparent}
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


#container{width:120rem;margin:0 auto;display:flex;flex-wrap:wrap}
#container:after{display:block;clear:both;content:''}
[class*=section]{width:30rem;margin:3rem}

@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}
    #container{width:100%}
	[class*=section]{width:100%;margin:0}
}
 */
/**
 * side content
 */

/* common */
[class*=section_]{margin-bottom:3rem}
[class*=section_] h3{position:relative;padding-bottom:2rem;color:#000;font-size:1.8rem;line-height:1.3}
[class*=section_] h3 .link_more{display:inline-block;position:absolute;top:0;right:0;color:#333;font-size:1.2rem;line-height:2.3rem}
[class*=section_] h3 .ico_arrow_r{display:inline-block;position:absolute;top:.4rem;right:0;width:1.6rem;height:1.6rem;-webkit-border-radius:50%;border-radius:50%;background-color:#c1c1c1}
[class*=section_] h3 .ico_arrow_r:before{display:block;position:absolute;top:50%;left:50%;width:.5rem;height:.5rem;border:1px solid #fff;border-top:0;border-left:0;content:'';-webkit-transform:translate(-70%,-50%) rotate(-45deg);transform:translate(-70%,-50%) rotate(-45deg)}

/* section_01 */
.section_01 li{padding:.6rem 0}
.section_01 li a{display:block;display:-webkit-box;overflow:hidden;max-height:2.4rem;color:#333;font-weight:700;font-size:1.6rem;line-height:2.4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}

/* section_02 */
.section_02{overflow:hidden}
.section_02 li{padding:.8rem 0;border-top:1px solid #d8d8d8}
.section_02 li:first-child{padding-top:0;border-top:0}
.section_02 li a{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;min-height:6rem;text-decoration:none}
.section_02 .thumb{overflow:hidden;position:relative;width:7.5rem;height:6rem;margin-left:1rem;background:#ebebeb url(../1/images/common/default_clip.png) 50% 50% no-repeat;-webkit-background-size:30% auto;background-size:30% auto}
.section_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}
.section_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}
.section_02 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.section_02 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-left:6rem}
.section_02 .txt_age{position:absolute;top:50%;left:0;color:#0080e0;font-weight:700;font-size:1.6rem;line-height:1.3;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.section_02 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:4.8rem;color:#333;font-weight:400;font-size:1.5rem;line-height:2.4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.section_02 .tit:hover{text-decoration:underline}

/* section_03 */
.section_03 li{overflow:hidden;padding:1rem 0;border-top:1px solid #d8d8d8}
.section_03 li:first-child{padding-top:0;border-top:0}
.section_03 li a{display:block;text-decoration:none}
.section_03 .thumb{overflow:hidden;position:relative;float:left;width:9rem;height:6rem;margin:1rem 1rem 0 0;background:#ebebeb url(../1/images/common/default_clip.png) 50% 50% no-repeat;-webkit-background-size:30% auto;background-size:30% auto}
.section_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}
.section_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}
.section_03 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.section_03 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:2rem;color:#333;font-weight:400;font-size:1.6rem;line-height:2rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.section_03 .tit:hover{color:#963615;text-decoration:underline}
.section_03 .ico_exclusive{display:inline-block;padding:0 .5rem;margin-right:.8rem;background-color:#963615;color:#fff;font-size:1.4rem;line-height:2rem;vertical-align:top}
.section_03 .lede{display:block;display:-webkit-box;overflow:hidden;max-height:6rem;margin-top:1rem;color:#666;font-size:1.4rem;line-height:2rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}

/* section_04 */
.section_04 li{padding:.8rem 0;border-top:1px solid #d8d8d8}
.section_04 li:first-child{padding-top:0;border-top:0}
.section_04 li a{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;min-height:6rem;text-decoration:none}
.section_04 .thumb{overflow:hidden;position:relative;width:7.5rem;height:6rem;margin-left:1rem;background:#ebebeb url(../1/images/common/default_clip.png) 50% 50% no-repeat;-webkit-background-size:30% auto;background-size:30% auto}
.section_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}
.section_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}
.section_04 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.section_04 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-left:6rem}
.section_04 .txt_age{position:absolute;top:50%;left:0;color:#0080e0;font-weight:700;font-size:1.6rem;line-height:1.3;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.section_04 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:4.8rem;color:#333;font-weight:400;font-size:1.5rem;line-height:2.4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.section_04 .tit:hover{text-decoration:underline}

/* section_05 */
.section_05 li{padding:1rem 0;border-top:1px solid #d8d8d8}
.section_05 li:first-child{padding-top:0;border-top:0}
.section_05 li a{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;position:relative;min-height:6rem;text-decoration:none}
.section_05 .thumb{overflow:hidden;position:relative;width:7.5rem;height:6rem;margin-left:1rem;background:#ebebeb url(../1/images/common/default_clip.png) 50% 50% no-repeat;-webkit-background-size:30% auto;background-size:30% auto}
.section_05 .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}
.section_05 .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}
.section_05 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.section_05 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-left:3.5rem}
.section_05 .press{display:block;margin-top:1rem;color:#666;font-size:1.4rem;line-height:1.3}
.section_05 .rank_num{position:absolute;top:0;left:0;width:3rem;color:#000;font-weight:700;font-size:2.4rem;line-height:1.3;text-align:center}
.section_05 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:9.6rem;color:#333;font-weight:400;font-size:1.5rem;line-height:2.4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.section_05 .tit:hover{text-decoration:underline}

/* section_06 */
.section_06 li{padding:1rem 0;border-top:1px solid #d8d8d8}
.section_06 li:first-child{padding-top:0;border-top:0}
.section_06 li a{display:block;text-decoration:none}
.section_06 .thumb{overflow:hidden;position:relative}
.section_06 .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}
.section_06 .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}
.section_06 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.section_06 .press{display:block;color:#666;font-size:1.4rem;text-align:right}
.section_06 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:4.8rem;color:#333;font-size:1.8rem;line-height:2.4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.section_06 .tit:hover{text-decoration:underline}
.section_06 .lede{display:block;display:-webkit-box;overflow:hidden;max-height:7.6rem;color:#666;font-size:1.3rem;line-height:1.9rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.section_06 .thumb+.tit{margin-top:1rem}
.section_06 .thumb+.lede{margin-top:1rem}
.section_06 .tit+.thumb{margin-top:1rem}
.section_06 .tit+.lede{margin-top:.5rem}

/* section_07 */
.section_07 li{padding:1rem 0}
.section_07 li:first-child{padding-top:0}
.section_07 li a{display:block;text-decoration:none}
.section_07 .thumb{overflow:hidden;position:relative}
.section_07 .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}
.section_07 .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}
.section_07 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.section_07 .press{display:block;color:#666;font-size:1.4rem;text-align:right}
.section_07 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:4.8rem;color:#333;font-size:1.8rem;line-height:2.4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.section_07 .tit:hover{text-decoration:underline}
.section_07 .lede{display:block;display:-webkit-box;overflow:hidden;max-height:7.6rem;color:#666;font-size:1.3rem;line-height:1.9rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.section_07 .thumb+.tit{margin-top:1rem}
.section_07 .thumb+.lede{margin-top:1rem}
.section_07 .tit+.thumb{margin-top:1rem}
.section_07 .tit+.lede{margin-top:.5rem}

/* section_08 */
.section_08>a{display:block;text-decoration:none !important}
.section_08 .thumb{overflow:hidden;position:relative}
.section_08 .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}
.section_08 .thumb img{width:100%;height:auto}
.section_08 .info{padding-top:1.2rem}
.section_08 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:4.4rem;color:#333;font-size:1.6rem;line-height:2.2rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.section_08 .tit:hover{text-decoration:underline}
.section_08 .lede{display:block;display:-webkit-box;overflow:hidden;max-height:6.3rem;margin-top:.8rem;color:#555;font-size:1.4rem;line-height:2.1rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}

/* section_09 */
.section_09 li{padding:1rem 0;border-top:1px solid #d8d8d8}
.section_09 li:first-child{padding-top:0;border-top:0}
.section_09 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;min-height:7.5rem;text-decoration:none}
.section_09 .thumb{overflow:hidden;position:relative;width:13rem;height:7.5rem;margin-left:1rem;background:#ebebeb url(../1/images/common/default_clip.png) 50% 50% no-repeat;-webkit-background-size:30% auto;background-size:30% auto}
.section_09 .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}
.section_09 .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}
.section_09 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.section_09 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1}
.section_09 .press{display:block;margin-top:1rem;color:#666;font-size:1.4rem;line-height:1.3}
.section_09 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:4.2rem;color:#333;font-weight:400;font-size:1.6rem;line-height:2.1rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.section_09 .tit:hover{text-decoration:underline}

/* section_10 */
.section_10{overflow:hidden}
.section_10 ul{display:-webkit-box;display:-webkit-flex;display:flex;flex-wrap:wrap;margin:0 -.7rem}
.section_10 li{width:50%;padding:0 .7rem 1rem}
.section_10 li a{display:block}
.section_10 .thumb_wrap{overflow:hidden;position:relative;padding-bottom:56.25%;background:#000 url(../1/images/common/default_clip.png) 50% 50% no-repeat;-webkit-background-size:30% auto;background-size:30% auto}
.section_10 .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}
.section_10 .thumb_wrap img,.section_10 .thumb_wrap iframe,.section_10 .thumb_wrap object,.section_10 .thumb_wrap embed,.section_10 .thumb_wrap a{position:absolute;top:50%;left:0;min-height:100%;width:100%;height:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.section_10 .info{padding:1rem 0}
.section_10 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:3.8rem;color:#333;font-size:1.6rem;line-height:1.9rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.section_10 .date{float:left;color:#808080;text-align:left}
.section_10 .hit{float:right;color:#cc0000;font-weight:bold;text-align:right}
.section_10 .date,.section_10 .hit{margin-top:.7rem;font-size:1.3rem;line-height:1.3}

/* section_11 */
.section_11{overflow:hidden}
.section_11 ul{display:-webkit-box;display:-webkit-flex;display:flex;flex-wrap:wrap;margin:0 -.7rem}
.section_11 li{width:50%;padding:0 .7rem 1rem}
.section_11 li a{display:block}
.section_11 .thumb_wrap{overflow:hidden;position:relative;padding-bottom:56.25%;-webkit-border-radius:1.2rem;border-radius:1.2rem;background:#000 url(../1/images/common/default_clip.png) 50% 50% no-repeat;-webkit-background-size:30% auto;background-size:30% auto}
.section_11 .thumb_wrap: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}
.section_11 .thumb_wrap img,.section_11 .thumb_wrap iframe,.section_11 .thumb_wrap object,.section_11 .thumb_wrap embed,.section_11 .thumb_wrap a{position:absolute;top:50%;left:0;min-height:100%;width:100%;height:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.section_11 .info{padding:1rem 0}
.section_11 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:3.8rem;color:#333;font-size:1.6rem;line-height:1.9rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.section_11 .date{float:left;color:#808080;text-align:left}
.section_11 .hit{float:right;color:#cc0000;font-weight:bold;text-align:right}
.section_11 .date,.section_11 .hit{margin-top:.7rem;font-size:1.3rem;line-height:1.3}

/* section_12 */
.section_12{overflow:hidden}
.section_12 li{display:-webkit-box;display:-webkit-flex;display:flex;padding:1rem 0;border-top:1px solid #d6d6d6}
.section_12 li:first-child{padding-top:0;border-top:0}
.section_12 li a{display:block}
.section_12 .thumb_wrap{overflow:hidden;position:relative;width:14.6rem;height:8.8rem;margin-right:1.2rem;background:#000 url(../1/images/common/default_clip.png) 50% 50% no-repeat;-webkit-background-size:30% auto;background-size:30% auto}
.section_12 .thumb_wrap: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}
.section_12 .thumb_wrap img,.section_12 .thumb_wrap iframe,.section_12 .thumb_wrap object,.section_12 .thumb_wrap embed,.section_12 .thumb_wrap a{position:absolute;top:50%;left:0;min-height:100%;width:100%;height:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.section_12 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-top:.4rem}
.section_12 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:8rem;color:#333;font-size:1.5rem;line-height:2rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.section_12 .date{float:left;color:#808080;text-align:left}
.section_12 .hit{float:right;color:#cc0000;font-weight:bold;text-align:right}
.section_12 .date,.section_12 .hit{margin-top:.7rem;font-size:1.3rem;line-height:1.3}

/* section_13 */
.section_13 li{padding:1rem 0;border-top:1px solid #d8d8d8}
.section_13 li:first-child{padding-top:0;border-top:0}
.section_13 li a{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:7.5rem;text-decoration:none}
.section_13 .thumb{overflow:hidden;position:relative;width:13rem;height:7.5rem;margin-right:1rem;background:#ebebeb url(../1/images/common/default_clip.png) 50% 50% no-repeat;-webkit-background-size:30% auto;background-size:30% auto}
.section_13 .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}
.section_13 .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}
.section_13 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.section_13 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1}
.section_13 .press{display:block;margin-top:1rem;color:#666;font-weight:700;font-size:1.4rem;line-height:1.3}
.section_13 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:3.6rem;color:#333;font-weight:400;font-size:1.4rem;line-height:1.8rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.section_13 .tit:hover{text-decoration:underline}

/* section_14 */
.section_14 li{padding:1rem 0;border-top:1px solid #d8d8d8}
.section_14 li:first-child{padding-top:0;border-top:0}
.section_14 li a{display:block;text-decoration:none}
.section_14 .thumb{overflow:hidden;position:relative}
.section_14 .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}
.section_14 .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}
.section_14 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.section_14 .press{display:block;margin-top:.5rem;color:#666;font-size:1.4rem;line-height:1.3;text-align:right}
.section_14 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:4.8rem;color:#333;font-size:1.8rem;line-height:2.4rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.section_14 .tit:hover{text-decoration:underline}
.section_14 .lede{display:block;display:-webkit-box;overflow:hidden;max-height:7.6rem;color:#666;font-size:1.3rem;line-height:1.9rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.section_14 .thumb+.tit{margin-top:1rem}
.section_14 .thumb+.lede{margin-top:1rem}
.section_14 .tit+.thumb{margin-top:1rem}
.section_14 .tit+.lede{margin-top:.5rem}

/* section_15 */
.section_15 li{padding:1rem 0;border-top:1px solid #d8d8d8}
.section_15 li:first-child{padding-top:0;border-top:0}
.section_15 li a{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:7.5rem;text-decoration:none}
.section_15 .thumb{overflow:hidden;position:relative;width:13rem;height:7.5rem;margin-right:1rem;background:#ebebeb url(../1/images/common/default_clip.png) 50% 50% no-repeat;-webkit-background-size:30% auto;background-size:30% auto}
.section_15 .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}
.section_15 .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}
.section_15 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.section_15 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1}
.section_15 .press{display:block;margin-top:1rem;color:#666;font-weight:700;font-size:1.4rem;line-height:1.3}
.section_15 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:7.2rem;color:#333;font-weight:400;font-size:1.4rem;line-height:1.8rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.section_15 .tit:hover{text-decoration:underline}

@media all and (max-width:640px){
    /* common */
    [class*=section_]{margin-bottom:2.5rem}
    [class*=section_] h3{padding-bottom:1.5rem;margin:0 2rem}
    [class*=section_] ul,[class*=section_] ol{padding:0 2rem}

    /* section_03 */
    .section_03 .tit:hover{color:inherit}

    /* section_08 */
    .section_08>a{margin:0 2rem}

    /* section_10 */
    .section_10 ul{padding:0 1.3rem;margin:0}

    /* section_11 */
    .section_11 ul{padding:0 1.3rem;margin:0}
}
.ad_vert{position:relative;margin:2rem auto; width: 100%; text-align: center;}
.ad_vert a{display:block}
.ad_vert a img{width:100%;height:auto}
@media all and (max-width:640px){
    /* common */
    [class*=section_]{margin-bottom:2.5rem}
    [class*=section_] h3{padding-bottom:1.5rem;margin:0 2rem; text-align: left!important}
    [class*=section_] ul,[class*=section_] ol{padding:0}
    [class*=section_] li {margin:0 2rem}

    /* section_03 */
    .section_03 .tit:hover{color:inherit}

    /* section_08 */
    .section_08>a{margin:0 2rem}

    /* section_10 */
    /*    .section_10 ul{padding:0;margin:0}*/
    .section_10 ul {display: flex; flex-wrap: wrap;}
    .section_10 ul li { margin: auto; width: calc(50% - 1rem);}
    .section_10 ul li:nth-of-type(odd) {margin-left:1rem;}
    .section_10 ul li:nth-of-type(even) {margin-right:1rem;}


    .section_11 ul {display: flex; flex-wrap: wrap;}
    .section_11 ul li { margin: auto; width: calc(50% - 1rem);}
    .section_11 ul li:nth-of-type(odd) {margin-left:1rem;}
    .section_11 ul li:nth-of-type(even) {margin-right:1rem;}
}

/* ad */
.ad_vert{position:relative;margin:2rem auto; width: 100%; text-align: center;}
.ad_vert a{display:block}
.ad_vert a img{width:100%;height:auto}