@charset "UTF-8";

@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('PretendardVariable.woff2') format('woff2-variations');
}

html, body, h1, h2, h3, h4, h5, h6, div, p, 
blockquote, pre, code, address, ul, ol, li, 
menu, nav, section, article, aside, dl, dt, dd, 
table, thead, tbody, tfoot, label, caption, th, td, 
form, fieldset, legend, hr, input, button, textarea, 
object, figure, figcaption {
    margin:0;
    padding:0;
    font-family: "Pretendard Variable";
}
main, header, section, nav, footer, aside, article, figure {
    display:block;
}
html{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
button:focus, input:focus, textarea:focus, select:focus {
    outline:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
ul, ol, li {
    list-style:none;
}
h1, h2, h3, h4, strong, th {
    font-weight:normal;
    font-family:inherit;
    color:inherit;
}
a {
    color:inherit;
    text-decoration:none;
    outline:none;
}
i, em {
    font-style: normal;
}
img{
    max-width: 100%;
    vertical-align: top;
}
.only_pc{
    display: block;
}
.only_mo{
    display: none;
}

/* common */
body.lock{
    overflow: hidden;
}
.hidden_txt{
    position: absolute;
    width: 1px;
    height: 1px;
    margin-top: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    opacity: 0;
}
.inner{
    position: relative;
    margin: 0 auto;
    padding: 40px;
    max-width: 1920px;
    width: 100%;
    box-sizing: border-box;
}
.notScroll { 
    overflow: hidden !important; 
    touch-action:none; 
}
select{
    appearance: none;
    -webkit-appearance:none;
    background:url("../imgs/ico_sel_arrow.webp") no-repeat calc(100% - 22px) 50%/24px
}

/* skip*/
#skip_nav dd {
    font-size: 0;
	width: 100%;
	position: relative;
}   
#skip_nav dd a{
    display: inline-block;
	width: 100%;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: -50px;
	text-align: center;
	background-color: #000;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
#skip_nav dd a:focus {
    top: 0;
	z-index: 9999;
}
#skip_nav dd a em {
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
	transform: rotate(-0.03deg);
	-webkit-transform: rotate(-0.03deg);
	-moz-transform: rotate(-0.03deg);
	-ms-transform: rotate(-0.03deg);
}

/* header */
#header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 11;
}   
#header.main_hd{
    position: absolute;
    padding: 15px 0;
    background-color: transparent;
}
#header.main_hd .logo{
    position: relative;
    left: 0;
    top: 0;
}
#header.main_hd .btn_hamburger{
    display: none;
}
#header.main_hd .slogan{
    display: none;
}
#header.main_hd #nav{
    display: none;
}

#header .inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
    padding: 0 40px;
}

#header .logo{
    /* margin-left: auto; */
    position: absolute;
    left: 40px;
    top: 6px;
}

#header .logo a{
    display: inline-block;
    vertical-align: middle;
    width: 224px;
    height: 70px;
    /* width: 356px;
    height: 80px; */
    background:url("../imgs/logo.webp") no-repeat center/cover;
}
/* #header .logo.slogan{
    margin-right: auto;
}
#header .logo.slogan a{
    width: 190px;
    height: 36px;
    background:url("../imgs/slogan.webp") no-repeat center/cover;
} */
#header #nav{
    margin: 0 auto;
}
#header .user_box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    right: 40px;
    margin-right: 38px;
    padding: 12px 0;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
#header .user_box img{
    padding-left: 4px;
    width: 24px;
}
#header .user_box .user_menu{
    display: none;
    position: absolute;
    bottom: -96px;
    right: -42px;
    width: 110px;
    background-color: #fff;
    border:1px solid #dfdfdf;
    border-radius: 8px;
    box-sizing: border-box;
}
#header .user_box .user_menu ul{
    margin: 12px;
}
#header .user_box .user_menu ul li:first-child{
    border-bottom: 1px solid #dfdfdf;
}
#header .user_box .user_menu ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000;
}
#header .user_box .user_menu ul li:first-child a{
    padding: 6px 0 12px;
}
#header .user_box .user_menu ul li:last-child a{
    padding: 12px 0 6px;
}
#header .user_box .user_menu::before{
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid #dfdfdf;
    z-index: 1;
}
#header .user_box .user_menu::after{
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1;
    
}

#nav .nav_list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    /* margin: 0 auto 0 -130px; */
}
#nav .nav_list li{
    margin: 0 40px;
}
#nav .nav_list li a{
    position: relative;
    display: block;
    height: 90px;
    line-height: 90px;
    font-weight: 500;
    font-size: 18px;
    color: #231F20;
}
#nav .nav_list li.active a{
    font-weight: 700;
    color: #ffa600;
}
#nav .nav_list li.active a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #ffa600
}

/* main_section */
#main{
    overflow: hidden;
    background-color: #f7fdf0;
}
.main_section{
    padding: 140px 0 0;
}
.main_section .inner{
    padding: 0 40px;
    max-width: 1680px;
    box-sizing: border-box;
}
.main_section .lf_box{
    margin: 0 0 0 -115px;
    max-width: 835px;
    width: 100%;
}
.main_section .flex_box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin-left: -40px;
    padding-right: 28px;
}
.main_section .tit_box{
    position: relative;
    padding: 0 0 110px;
    min-height: 288px;
    box-sizing: border-box;
    z-index: 5;
}
.main_section .tit_box .top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 4px;
    line-height: 1;
} 
.main_section .tit_box .top span{
    line-height: 1.2;
    /* letter-spacing: -1.2px; */
    word-break: keep-all;
    font-weight: 600;
    font-size: 36px;
    color: #3d3736;
}
.main_section .tit_box .top span em{
    /* margin-right: 4px; */
    font-weight: 600;
    color: #FFA600;
}
.main_section .tit_box .top strong{
    display: inline-block;
    margin: 0 4px;
    padding: 2px 4px 1px;
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    background-color: #ffa600;
    border-radius: 4px;
    box-sizing: border-box;
}
.main_section .tit_box .btm{
    letter-spacing: -1px;
    font-weight: 900;
    font-size: 100px;
    color: #1b512d;
    word-break: keep-all;
}
.main_section .tit_box.tit_box2{
    display: none;
}
.main_section .tit_box.tit_box2 .top span{
    font-weight: 900;
    font-size: 53px;
    color: #1B512D;
}
.main_section .tit_box.tit_box2 .btm{
    margin-top: -10px;
    font-size: 100px;
    color: #FFA600;
}
.main_section .tit_box.tit_box2 .btm strong{
    font-weight: 900;
    word-break: keep-all;
}
.main_section .main_menu_list{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index:2;
}
.main_section .main_menu_list li{
    overflow: hidden;
    position: relative;
    width: calc( 42% / 3);
    height: 360px;
    transition: width 0.4s ease;
}
.main_section .main_menu_list li:nth-child(1){
    padding-left: 115px;
}
.main_section .main_menu_list li.wide{
    /* width: 450px; */
    width: 58%;
}
.main_section .main_menu_list li:nth-child(1){
    background-color: #ffa600;
}
.main_section .main_menu_list li:nth-child(2){
    background-color: #8ccb45;
}
.main_section .main_menu_list li:nth-child(3){
    background-color: #81d973;
}
.main_section .main_menu_list li:nth-child(4){
    background-color: #61d2b5;
}
.main_section .main_menu_list li a{
    display: block;
    padding: 30px 10px 30px 20px;
    height: 100%;
    color: #231f20;
    box-sizing: border-box;
}
.main_section .main_menu_list li:first-child a{
    padding: 30px 10px 30px 20px;
}
.main_section .main_menu_list li strong{
    display: block;
    padding: 0 0 20px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #231f20;
    transition: font 0.4s 0.2s;
}
.main_section .main_menu_list li em{
    display: block;
    height: 0;
}
.main_section .main_menu_list li.wide em{
    display: none;
    height: 0;
}
.main_section .main_menu_list li.wide strong{
    font-size: 36px;
}
.main_section .main_menu_list li.wide strong br{
    display: none
}
.main_section .main_menu_list li:first-child.wide strong{
    font-size: 30px;
}
.main_section .main_menu_list li p{
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.4s; 
}
.main_section .main_menu_list li.wide p{
    opacity: 1;
}
.main_section .main_menu_list li img{
    position: absolute;
    right: 45px;
    bottom: 30px;
    height: 170px;
    opacity: 0;
    transition: opacity 0.4s; 
}
.main_section .main_menu_list li.wide img{
    opacity: 1;
}
.main_section .main_menu_list li span{
    letter-spacing: -0.8px;
    font-weight: 600;
    font-size: 20px;
    color: #231f20;
}
.main_section .btn_link_list{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.main_section .btn_link_list ul{
    padding: 15px 20px;
    width: 50%;
    box-sizing: border-box;
}
.main_section .btn_link_list ul.lf_list{
    background-color: #1b512d;
}
.main_section .btn_link_list ul.rt_list{
    background-color: #272f3c;
}
.main_section .btn_link_list ul li{
    position: relative;
    padding: 5px 0;
    line-height: 1.4;
}
.main_section .btn_link_list ul li::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 12px;
    background:url("../imgs/ico_arrow.webp") no-repeat center/cover;
}
.main_section .btn_link_list ul li a{
    display: block;
    color: #fff;
}
.main_section .op_graph_list{
    position: relative;
    top: -360px;
    z-index: 5;
}
.main_section .op_graph_list::before{
    content: "";
    position: absolute;
    top: -240px;
    height: 135%;
    border-inline-start: 2px dotted #c5c9c4;
    z-index: 1;
}
.main_section .op_graph_list li{
    position: relative;
    margin: 5px 0 10px -22px;
    padding: 10px 0 10px 50px;
}
.main_section .op_graph_list li:nth-child(2),
.main_section .op_graph_list li:nth-child(3),
.main_section .op_graph_list li:nth-child(4),
.main_section .op_graph_list li:nth-child(5){
    padding-left: 94px;
}
.main_section .op_graph_list li .li_box .tit{
    font-weight: 700;
    font-size: 18px;
    color: #acafae;
}
.main_section .op_graph_list li:nth-child(2) .li_box .tit,
.main_section .op_graph_list li:nth-child(3) .li_box .tit,
.main_section .op_graph_list li:nth-child(4) .li_box .tit,
.main_section .op_graph_list li:nth-child(5) .li_box .tit,
.main_section .op_graph_list li:nth-child(6) .li_box .tit{
    font-size: 14px;
}

.main_section .op_graph_list li:nth-child(5) .li_box dd p,
.main_section .op_graph_list li:nth-child(6) .li_box dd p{
    font-size: 12px;
}
.main_section .op_graph_list li:nth-child(5){
    margin-bottom: 0;
}
.main_section .op_graph_list li.gn.first::before{
    content: "";
    position: absolute;
    top: -245px;
    left: 22px;
    height: 370px;
    border-inline-start:3px solid #8ccb45;
    z-index: 3;
}
.main_section .op_graph_list li .tit{
    position: relative;
    padding: 0 0 6px;
    font-weight: 700;
    font-size: 18px;
    color: #acafae;
    word-break: keep-all;
}
.main_section .op_graph_list li .tit::before{
    content:"";
    position: absolute;
    left: -37px;
    top: 0;
    width: 21px;
    height: 21px;
    background-color: #fff;
    border: 5px solid #939598;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 7;
}
.main_section .op_graph_list li.next .tit::before{
    left: -33px;
}
.main_section .op_graph_list li.gn .tit{
    /* color: #231f20; */
}
.main_section .op_graph_list li.first .tit::before{
    border-color: #8ccb45;
}
/* .main_section .op_graph_list li.first .tit::after{
    content:"";
    position: absolute;
    left: -30px;
    top: 7px;
    width: 7px;
    height: 7px;
    background-color: #FFA600;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 7;
} */

.main_section .op_graph_list li.gn.rect .tit::before{
    left: -81px;
    top: -10px;
    height: 40px;
    border-radius: 20px;
    border-color: #939598;
}
.main_section .op_graph_list li.gn dl dt{
    color: #302d2d;
}
.main_section .op_graph_list li dl dd{
    font-weight: 600;
    font-size: 14px;
    color: #939598;
}
.main_section .op_graph_list li.gn dl dd{
    color: #231F20;
}
.main_section .op_graph_list li dl dd p{
    position: relative;
    padding:0 0 4px 10px;
    font-weight: 500;
    word-break: keep-all;
}
.main_section .op_graph_list li dl dd p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 3px;
    height: 3px;
    background-color: #acafae;
    border-radius: 50%;
    box-sizing: border-box;
}
.main_section .op_graph_list li.gn dl dd p::before{
    background-color: #80807b;
}
.main_section .op_graph_list li .gh_rect{
    position: absolute;
    left: 22px;
    top: 18px;
    width: 50px;
    height: 156%;
    border: 2px solid #8ccb45;
    border-radius: 0 12px 0 0;
    border-bottom: none;
    border-left: none;
}
.main_section .op_graph_list li .btm.gh_rect{
    position: absolute;
    left: 23px;
    top: 20px;
    width: 48px;
    height: 150%;
    border: 2px solid #939598;
    border-radius: 0 0 12px 0;
    border-top: none;
    border-left: none;
}
.main_section .op_graph_list li.point .ing{
    display: inline-block;
    margin: 6px auto 0;
    padding: 6px 8px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #f5a840;
    border-radius: 20px;
    box-sizing: border-box;
}
.main_section .op_graph_list li.point .ing::before{
    display: none;
}
.main_section .op_graph_list li.point::before{
    content:"";
    position: absolute;
    top: 24px;
    left: 72px;
    width: 1px;
    height: 102%;
    border-inline-start: 2px solid #939598;
    z-index: 3;
}
.main_section .op_graph_list li.point .tit::before{
    left: -32px;
    width: 22px;
    height: 22px;
    border: 5px solid #939598;
}

.main_section .op_graph_list li.point .tit_line .tit:nth-child(1)::before{
    border: 5px solid #8ccb45;
}
.main_section .op_graph_list li.point .tit_line .tit:nth-child(1){
    color: #231f20;
}

.main_section .op_graph_list li.point .tit_line .tit:nth-child(2)::before{
    border: 5px solid #FFA600;
}
.main_section .op_graph_list li.point .tit_line .tit:nth-child(2)::after{
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc( 100% + 5px);
    height: calc( 100%);
    background-color: #FFA600;
    border-radius: 10px;
    z-index: -1;
}
.main_section .op_graph_list li.point .tit_line .tit:nth-child(2){
    color: #231f20;
}

.main_section .op_graph_list li.point .tit_line .tit:nth-child(3)::before{
    border: 5px solid #939598;
}

.main_section .op_graph_list li.point .tit_line .tit{
    padding-bottom: 10px;
}
.main_section .op_graph_list li.point .tit_line .tit:last-child{
    padding-bottom: 0;
}
.main_section .op_graph_list li.point .tit_line .tit.non::before{
    display: none;
}
.main_section .op_graph_list li.point .tit_line .tit.non::after{
    display: none;
}
.main_section .op_graph_list li.non .tit::before{
    left: -81px;
    top: -3px;
    height: 40px;
    border-radius: 20px;
}
.main_section .op_graph_list li.last .tit::after{
    content: "";
    position: absolute;
    left: -28px;
    top: -70px;
    width: 2px;
    height: 75px;
    background-color: #939598;
    z-index: 1;
}
.main_section .op_graph_list li.first{
    margin-bottom: 0;
}
.main_section .op_graph_list li.first .li_box{}
.main_section .op_graph_list li.first .li_box dl{}
.main_section .op_graph_list li.first .li_box dl dt{

    font-size: 20px;
    color: #231f20;
}
.main_section .op_graph_list li.first .li_box dl dd{}
.main_section .op_graph_list li.first .li_box dl dd p{
    /* margin: 2px 0; */
    padding: 5px 0 5px 10px;
    font-size: 18px;
}
.main_section .op_graph_list li.first .li_box dl dd p::before{
    top: 12px;
    background-color: #231f20;
}
.main_section .op_graph_list li.first .li_box dl dd p:last-child::before{
    /* background-color: #939598; */
}
.main_section .op_graph_list li.first .li_box dl dd p:nth-child(2){
    position: relative;
    z-index: 2;
}
/* .main_section .op_graph_list li.first .li_box dl dd p:nth-child(2)::after{
    content: "";
    position: absolute;
    left: -12%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-color: #FFA600;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: -1;
} */
.main_section .op_graph_list li.first .li_box dl dd p:nth-child(3){
    color: #939598;
}
.main_section .op_graph_list li:nth-child(2).on .li_box{
    position: relative;
}
/*
.main_section .op_graph_list li:nth-child(2).on .li_box::after{
    content: "";
    position: absolute;
    left: -15px;
    top: -5px;
    width: calc( 100% + 30px);
    height: calc( 100% + 10px);
    background-color: #FFA600;
    border-radius: 20px;
    z-index: -1;
}
*/
.main_section .op_graph_list li:nth-child(2).on .tit{
    padding: 0;
    font-size: 20px;
    color: #231F20;
}
.main_section .op_graph_list li:nth-child(2).on .tit::before{
    border-color: #8ccb45;
}
/*
.main_section .op_graph_list li:nth-child(2).on .tit::after{
    content: "";
    position: absolute;
    left: -75px;
    top: -3px;
    width: 9px;
    height: 26px;
    background-color: #FFA600;
    border-radius:25px;
    box-sizing: border-box;
    z-index: 7;
}
*/

.main_section .deco_earth{
    position: absolute;
    top: 36%;
    left: 62%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 606px;
    z-index: 2;
}

/* op_section */
.op_section{
    margin: -220px 0 0;
    padding: 132px 0 0;
    background-color: #DDF8E5;
}
.op_section .inner{
    padding: 0 40px;
    max-width: 1680px;
    box-sizing: border-box;
}
.op_section .op_list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.op_section .op_list li{
    margin: 0 20px 20px 0;
    padding: 30px 30px 22px;
    width: calc( ( 100% - 60px ) / 4);
    max-height: 230px;
    background-color: #F7FDF0;
    border-radius: 10px;
    box-sizing: border-box;
}
.op_section .op_list li.on {
	box-shadow: 8px 8px lightblue;
}
.op_section .op_list li:nth-child(4n){
    margin: 0 0 20px 0;
}
.op_section .op_list li .badge{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 18px;
}
.op_section .op_list li .badge em{
    display: inline-block;
    margin-right: 4px;
    padding: 5px 10px 4px;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
}
.op_section .op_list li .badge .bd_policy{
    background-color: #49B7A8;
}
.op_section .op_list li .badge .bd_reduce{
    background-color: #3D5BB4;
}
.op_all{
    background-color: #FFA600;
}
.op_transport{
    background-color: #125FA3;
}
.op_industry{
    background-color: #5B6B79;
}
.op_reversal{
    background-color: #3796D0;
}
.op_building{
    background-color: #52A245;
}
.op_products{
    background-color: #B8D50B;
}
.op_waste{
    background-color: #939598;
}
.op_hydric{
    background-color: #19A4E9;
}
.op_absorb{
    background-color: #49B7A8;
}
.op_ccus{
    background-color: #B593AB;
}
.op_section .op_list li .tit{
    display: block;
    padding: 0 0 43px;
    letter-spacing: -0.8px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 20px;
    color: #231F20;
}
.op_section .op_list li .tit p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 54px;
}
.conts_wrap li.no_list{
    margin-right: 0;
    padding: 200px 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
}
.op_section .ut{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.op_section .ut > p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #939598;
}
.op_section .ut .name{
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}
.op_section .ut .name::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform:translateY(-50%);
    width:1px;
    height: 10px;
    background:#939598;
}

.op_section .rgt{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.op_section .rgt .mind{
    margin: 0 2px;
    padding: 2px 6px;
    background-color: #F7FDF0;
    border: none;
}
.op_section .rgt .mind span{
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-weight: 300;
    font-size: 14px;
    color:#6C6C6C;
}
.op_section .rgt .mind span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}
.op_section .rgt .mind.good span::before{
    background: url("../imgs/ico_good.webp") no-repeat center/cover;;
}
.op_section .rgt .mind.hate span::before{
    top: 60%;
    background: url("../imgs/ico_hate.webp") no-repeat center/cover;;
}
.op_section .btn{
    margin: 0 4px;
    padding: 2px 8px;
    background-color: #F7FDF0;
    border: none;
    cursor: pointer;
}
.op_section .btn span{
    display: inline-block;
    position: relative;
    padding-left: 24px;
    font-weight: 300;
    font-size: 14px;
    color:#6C6C6C;
}
.op_section .btn span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}
.op_section .btn.btn_good span::before{
    background: url("../imgs/ico_good.webp") no-repeat center/cover;;
}
.op_section .btn.btn_hate span::before{
    top: 60%;
    background: url("../imgs/ico_hate.webp") no-repeat center/cover;;
}












.btn_share{
    margin-left: 4px;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background-color: #E2EF93;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.2s;
    z-index: 1;
}
.btn_share.on{
    background-color: #52A245;
}
.btn_share::after{
    transition: all 0.2s ;
}
.btn_share.on::after{
    content: "공유";
    position: absolute;
    left: 0;
    top: 0;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    border-radius: 50%;
    z-index: 6;
}
.btn_share img{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13px;
}
.btn_share.on img{
    display: none;
}
.btn_share span{
    display: none;
}
.more_box{
    padding: 20px 0 80px;
}
.more_box .btn_more{
    display: block;
    margin: 0 auto;
    padding: 23px 0;
    max-width: 520px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background-color: #75CD84;
    border-radius: 40px;
    box-sizing: border-box;
}
.more_box .btn_more span{
    position: relative;
    padding-right: 30px;
}
.more_box .btn_more span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 7.5px;
    background: url("../imgs/ico_more.webp") no-repeat center/cover;
}

/* SUB */
.wrapper{
    margin-top: 90px;
}
.wrapper .top_conts_wrap{
    padding: 50px 0 36px;
    text-align: center;
    background-color: #f7fdf0;
}
.wrapper .top_conts_wrap .inner{
    max-width: 1680px;
}
.wrapper .top_conts_wrap h3{
    padding: 0 0 10px;
    line-height: 1.3;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 42px;
    color: #231F20;
}
.wrapper .top_conts_wrap h3.clr{
    color: #FFA600;
}


.wrapper .top_conts_wrap h4{
    line-height: 1.3;
    font-weight: 400;
    font-size: 24px;
    color: #231F20;
    word-break: keep-all;
}
.wrapper .top_conts_wrap h4 .ndc_p{
    font-weight: 500;
    color: #FFA600;
}

.wrapper .conts_wrap.op{
    background-color: #DDF8E5;
}
.wrapper .conts_wrap.op .inner{
    max-width: 1680px;
}
.wrapper .conts_wrap .op_section{
    margin: 0;
    padding: 0;
}
.wrapper .conts_wrap .op_tab .op_tab_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}
.wrapper .conts_wrap .op_tab .op_tab_list li{
    margin-right: 24px;
    width: calc( ( 100% - 216px ) / 10) ;
}
.wrapper .conts_wrap .op_tab .op_tab_list li:last-child{
    margin-right: 0;
}
.wrapper .conts_wrap .op_tab .op_tab_list li a{
    display: block;
    padding: 19px 0;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #231F20;
    /* text-shadow: -1.2px 0px #54D497, 0px 1.2px #54D497, 1.2px 0px #54D497, 0px -1.2px #54D497; */
    background-color: #F7FDF0;
    /* border:1px solid #54d497; */
    border-radius: 30px;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}
.wrapper .conts_wrap .op_tab .op_tab_list li.on a{
    color: #fff;
}
.wrapper .conts_wrap .op_tab .op_tab_list li:nth-child(1).on a{
    background-color: #FFA600;
}
.wrapper .conts_wrap .op_tab .op_tab_list li:nth-child(2).on a{
    background-color: #125FA3;
}
.wrapper .conts_wrap .op_tab .op_tab_list li:nth-child(3).on a{
    background-color: #5B6B79;
}
.wrapper .conts_wrap .op_tab .op_tab_list li:nth-child(4).on a{
    background-color: #3796D0;
}
.wrapper .conts_wrap .op_tab .op_tab_list li:nth-child(5).on a{
    background-color: #52A245;
}
.wrapper .conts_wrap .op_tab .op_tab_list li:nth-child(6).on a{
    background-color: #B8D50B;
}
.wrapper .conts_wrap .op_tab .op_tab_list li:nth-child(7).on a{
    background-color: #939598;
}
.wrapper .conts_wrap .op_tab .op_tab_list li:nth-child(8).on a{
    background-color: #19A4E9;
}
.wrapper .conts_wrap .op_tab .op_tab_list li:nth-child(9).on a{
    background-color: #49B7A8;
}
.wrapper .conts_wrap .op_tab .op_tab_list li:nth-child(10).on a{
    background-color: #B593AB;
}
.wrapper .conts_wrap.ndc{
    padding: 0 0 100px;
    background-color: #f7fdf0;
}
.wrapper .conts_wrap.ndc .inner{
    padding-top: 0;
    max-width: 1680px;
}

.output_sum_box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 10px;
}
.output_sum_box h3{
    width: 385px;
    color: #fff;
    background-color: #52A245;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
} 
.output_sum_box h3 p{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
    font-size: 30px;
}
.output_sum_box .txt{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0;
    width: calc( 100% - 385px );
    background-color: #75CD84;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
} 

.output_sum_box .txt dl{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 120px;
    color: #fff;
}
.output_sum_box .txt dl.actual{
    margin-right: 54px;
    width: 236px;
    padding-left: 66px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.output_sum_box .txt dl dt{
    padding: 0 0 12px;
    font-weight: 700;
    font-size: 18px;
}
.output_sum_box .txt dl.actual dd{
    letter-spacing: -1px;
    font-size: 48px;
}
.output_sum_box .txt dl.goal{
    width: calc( 100% - 290px);
}
.output_sum_box .txt dl.goal dd{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.output_sum_box .txt dl.goal dd div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.output_sum_box .txt dl.goal dd div p{
    font-weight: 700;
}
.output_sum_box .txt dl.goal dd strong{
    padding-left: 20px;
    letter-spacing: -2px;
    font-size: 48px;
}
.output_sum_box .txt dl.goal dd .first{
    position: relative;
    padding-right: 60px;
}
.output_sum_box .txt dl.goal dd .first::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
}


.list_outer{
    margin: 45px 0 0;
}
.list_outer h4{
    padding-bottom: 18px;
    font-weight: 700;
    font-size: 40px;
    color:#231F20;
}
.list_outer .list_box{}



.list_outer .list_box ul{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.list_outer .list_box ul li{
    margin: 0 20px 20px 0;
    padding: 30px;
    width: calc( (100% - 60px) / 4);
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    filter: drop-shadow(2px 2px 15px rgba(117, 205, 132, 0.2));
    /*rgba(117, 205, 132, 0.2)*/
}
.list_outer .list_box ul li:nth-child(4n){
    margin-right: 0;
}
.list_outer .list_box ul li h5{
    position: relative;
    margin: 0 0 30px;
    padding-left: 18px;
    font-weight: 700;
    font-size: 24px;
    color: #231F20;
}
.list_outer .list_box ul li h5::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: #75CD84;
    border-radius: 50%;

}
.list_outer .list_box ul li .detail_txt{}


.list_outer .list_box ul li dl{
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 13px;

    border-bottom: 1px solid #939598;
}
.list_outer .list_box ul li dl:last-child{
    border-bottom: none;
}

.list_outer .list_box ul li dl dt{
    padding: 0 0 7px;
    letter-spacing: -0.6px;
    font-weight: 700;
    font-size: 16px;
    color: #54D497;
}
.list_outer .list_box ul li dl dd{
    font-size: 30px;
    color: #231F20;
}
.list_outer .list_box ul li dl dd em{
    display: block;
    letter-spacing: -0.6px;
    font-size: 14px;
}
.list_outer .list_box ul li dl dd p{
    position: relative;
    padding-left: 10px;
    line-height: 1.4;
    font-size: 16px;
    word-break: keep-all;
}
.list_outer .list_box ul li dl dd p::before{
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #231F20;
}
.list_outer .list_box ul li dl.d_txt02{
    border-bottom-style: dotted;
}
.list_outer .list_box ul li dl.d_txt02.arrow::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #FFA600;
}
.list_outer .list_box ul li dl.d_txt02 dd{ 
    color: #939598;
}
.list_outer .list_box ul li dl.d_txt02 dd em{
    font-weight: 700;
}
.list_outer .list_box ul li dl.d_txt03 dt{
    font-size: 14px;
    color: #231F20;
}
.list_outer .list_box ul li dl.d_txt03 dd{
    letter-spacing: -1px;
}
.list_outer .list_box ul li dl.d_txt02.arrow + dl.d_txt03 dd{
    font-weight: 700;
}
.list_outer .list_box ul li dl.d_txt04{
    margin: 0;
    padding: 0;
}

.ndc_explain_conts{
    padding: 0 0 30px;
}
.ndc_explain_conts .ndc_tab_menu{
    margin:  0 0 68px;
    width: 100%;
    border-bottom: 1px solid #a9a9a9;
}
.ndc_explain_conts .ndc_tab_menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.ndc_explain_conts .ndc_tab_menu ul li{
    margin: 0 30px;
}
.ndc_explain_conts .ndc_tab_menu ul li a{
    display: block;
    position: relative;
    padding: 15px 5px 30px;
    letter-spacing: -0.8px;
    font-size: 20px;
    color: #231F20;
    z-index: 3;
}
.ndc_explain_conts .ndc_tab_menu ul li:nth-child(3) a::before,
.ndc_explain_conts .ndc_tab_menu ul li:nth-child(4) a::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    width: 96%;
    height: 24px;
    background-color: rgba(255, 166, 0, 0.3);
    z-index: 1;
}
.ndc_explain_conts .ndc_tab_menu ul li.on a{
    font-weight: 700;
    color: #52A245;
}
.ndc_explain_conts .ndc_tab_menu ul li.on a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10px);
    height: 6px;
    background-color: #52A245;
}
/* .ndc_explain_conts .ndc_tab_conts .cont{
    display: none;
} */
.ndc_explain_conts .ndc_tab_conts .cont.on{
    display: block;
}
.ndc_explain_conts .tab_conts_inner{
    /* margin: 0 0 60px; */
    width: 100%;
    text-align: center;
    background-color: #F7FDF0;
    border-radius: 20px;
    box-sizing: border-box;
}
.ndc_explain_conts .tab_conts_inner h3{
    padding: 0 0 30px;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 48px;
    color: #52A245;
}
.ndc_explain_conts .tab_conts_inner .wh_img{
    position: relative;
    max-width: 620px;
    width: 100%;
    z-index: 1;
}
.ndc_explain_conts #tab01 .tab_conts_inner .wh_img{
    max-width: 446px;
}
.ndc_explain_conts #tab02 .tab_conts_inner .wh_img{
    max-width: 522px;   
}
.ndc_explain_conts .tab_conts_inner .conts_top{
    position: relative;
    margin: -15px 0 80px;
    padding: 30px 80px;
    background-color: #DDF8E5;
    border-radius: 20px;
    box-sizing: border-box;
    z-index: 2;
}
.ndc_explain_conts .tab_conts_inner .conts_top .top{
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #75CD84;
    box-sizing: border-box;
}
.ndc_explain_conts .tab_conts_inner .conts_top .top dt{
    padding: 0 0 6px;
    font-weight: 700;
    font-size: 36px;
    color: #231F20;
    word-break: keep-all;
}
.ndc_explain_conts .tab_conts_inner .conts_top .top dt span{
    font-weight: 400;
    font-size: 18px;
}
.ndc_explain_conts .tab_conts_inner .conts_top .top dd{
    line-height: 1.3;
    font-weight: 400;
    font-size: 20px;
    color:#231F20;
    word-break: keep-all;
}
.ndc_explain_conts .tab_conts_inner .conts_top .top dd strong{
    font-weight: 700;
}
.ndc_explain_conts .tab_conts_inner .conts_top .btm{
    position: relative;
}
.ndc_explain_conts .tab_conts_inner .conts_top .btm .txt{
    padding: 0 0 14px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px;
    color: #231F20;
    word-break: keep-all;
}
.ndc_explain_conts .tab_conts_inner .setting_bg{
    position: relative;
    margin-top: -25px;
    padding: 6% 3.75% 4%;
    max-width: 1610px;
    width: 100%;
    box-sizing: border-box;
}
.ndc_explain_conts .tab_conts_inner .setting_bg .ndc_content{
    position: relative;
    z-index: 3;
}
.ndc_explain_conts .tab_conts_inner .setting_bg .txt{
    line-height: 1.5;
    font-size: 20px;
    color: #231F20;
    word-break: keep-all;
}
.ndc_explain_conts .tab_conts_inner .setting_bg .txt strong{
    word-break: keep-all;
    font-weight: 700;
}
.ndc_explain_conts .tab_conts_inner .setting_bg .bg_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box{
    padding: 80px 0 0;
}


.ndc_explain_conts .tab_conts_inner .climate_crisis_box h5{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 0 15px;
    font-weight: 700;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box h5 strong{
    padding: 0 16px 0 0;
    font-weight: 700;
    font-size: 32px;
    color: #4AA1EC;
    word-break: keep-all;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box h5 span{
    font-weight: 400;
    font-size: 24px;
    color: #231F20;
    word-break: keep-all;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box em{
    color: #FF5154;
}

.ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 16px;
    font-size: 20px;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl.scd{
    align-items: flex-start;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dt{
    margin-right: 20px;
    padding: 6px 0;
    width: 125px;
    text-align: center;
    color: #231F20;
    border:1px solid #4AA1EC;
    border-radius: 22px;
    box-sizing: border-box;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dd{
    line-height: 1.5;
    width: calc( 100% - 145px);
    
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl.scd dd{
    padding:5px 0 0
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dd p{
    position: relative;
    margin-top: 6px;
    padding-left: 14px;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dd p::before{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #231F20;
    border-radius: 50%;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .refer_box p{
    line-height: 1.5;
    text-align: right;
    font-weight: 500;
    font-size: 16px;
    color: #646A71;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box{

    padding: 30px 50px;

    background-color:rgba(74, 161, 236, 0.1);
}

.ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box{
    margin: 30px 0 0;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dt{
    font-weight: 700;
    font-size: 30px;
    color: #231F20;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd{
    width: calc(100% - 258px);
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul{}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.5;
}   
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul li::before{
    top: 13px;
    width: 5px;
    height: 5px;
    background-color: #231F20;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul li strong{
    width: 160px;
    font-weight: 700;
    color: #231F20;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul li p{
    width: calc(100% - 160px);
    color: #231F20;
}
.ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl + p{
    padding: 5px 0 0;
    text-align: right;
    font-size: 16px;
    color: #646A71;
}


.ndc_explain_conts .tab_conts_inner .condition_box{
    padding: 30px 0 0;
}
.ndc_explain_conts .tab_conts_inner .condition_box .txt{
    line-height: 1.5;
    font-size: 20px;
    color: #231F20;
    word-break: keep-all;
}
.ndc_explain_conts .tab_conts_inner .condition_box strong{
    word-break: keep-all;
    font-weight: 700;
}
.ndc_explain_conts .tab_conts_inner .condition_box .ndc_content .country_tit{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 28px 0 0;
}
.ndc_explain_conts .tab_conts_inner .condition_box .ndc_content .country_tit strong{
    padding-left: 16px;
    font-size: 32px;
}
.ndc_explain_conts .tab_conts_inner .condition_box .ndc_content .country_txt{
    padding: 12px 0 0;
    font-size: 20px;
}
.ndc_explain_conts .tab_conts_inner .condition_box .ndc_content .txt.refer{
    text-align: left;
    font-size: 16px;
    color: #646A71;
}
.ndc_explain_conts .conts_top .btm .txt span{
    display: inline-block;
    position: relative;
    padding-right: 8px;
}
.ndc_explain_conts .conts_top .btm .txt span::after{
    content: "*";
    position: absolute;
    right: 1px;
    top:0;
    font-size: 14px;
    color: #FF5154;
}
.ndc_explain_conts .ndc_content ul li .w_info{
    display: inline-block;
    position: relative;
    padding-right: 8px;
}
.ndc_explain_conts .ndc_content ul li .w_info::after{
    content: "*";
    position: absolute;
    right: 1px;
    top:0;
    font-size: 14px;
    color: #FF5154;
}
.ndc_explain_conts .ndc_content ul li strong.w_info{
    font-weight: 700;
}
.ndc_explain_conts .conts_top .btm .txt strong{
    font-weight: 700;
}
.ndc_explain_conts .refer span{
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    color: #646A71;
    word-break: keep-all;
}
.ndc_explain_conts .refer span::before{
    content: "*";
    position: absolute;
    top: 0;
    left:0;
    font-size: 14px;
    color: #FF5154;
}



.ndc_explain_conts .ndc_content{
    padding: 0 0 60px;
    text-align: left;
}
.ndc_explain_conts .ndc_content h4{
    padding: 0 0 22px;
    font-weight: 700;
    font-size: 36px;
    color: #52A245;
    word-break: keep-all;
}
.ndc_explain_conts .ndc_content ul{
    padding: 0 0 10px;
}
.ndc_explain_conts .ndc_content ul li{
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
    font-size: 20px;
    color: #231F20;
    word-break: keep-all;
}
.ndc_explain_conts .ndc_content ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background-color: #45C4FF;
    border-radius: 50%;
}
.ndc_explain_conts .ndc_content .refer{
    text-align: right;
}
.ndc_explain_conts .ndc_content .refer strong{
    font-weight: 700;
    color: #646A71;
}

.ndc_explain_conts .ndc_content .year_list{}
.ndc_explain_conts .ndc_content .year_list li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.ndc_explain_conts .ndc_content .year_list li strong{
    display: inline-block;
    width: 230px;
    font-weight: 700;
    color: #52A245;
}
.ndc_explain_conts .ndc_content .year_list li >  div{
    width: calc(100% - 230px);
}
.ndc_explain_conts .ndc_content .year_list li div p{}

.ndc_explain_conts .ndc_content .year_list li div table .triangle{
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #FFA600;   
}

.ndc_explain_conts .ndc_content .tb_btm_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0 0;
}
.ndc_explain_conts .ndc_content .year_list li div .tb_refer{
    color: #939598;
}
.ndc_explain_conts .ndc_content .year_list li div .tb_txt_refer{
    position: relative;
    padding-left: 14px;
    color:#000;
}
.ndc_explain_conts .ndc_content .year_list li div .tb_txt_refer::before{
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    color: #000;
}

.ndc_explain_conts .ndc_content .year_list li div .btn_detail{
    display: inline-block;
    position: relative;
    margin: 8px 0 0;
    padding: 10px 50px;
    max-width: 520px;
    width: 100%;
    height: 60px;
    line-height: 40px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background: #75CD84 url("../imgs/ico_arrow.webp") no-repeat 90% 50%/8px 12px;
    border-radius: 30px;
    box-sizing: border-box;
}



.ndc_explain_conts .ndc_content table{
    margin: 20px 0 0;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 0;
    border-collapse: collapse;
}
.ndc_explain_conts .ndc_content table.ndc_tbl{
    border-top: 6px solid #52A245;
}
.ndc_explain_conts .ndc_content thead tr.first th{
    height: 50px;
    background-color: #DDF8E5;
    border: none;
    /* border-right: 1px solid #939598; */
    border-bottom: 1px solid #939598;
}
.ndc_explain_conts .ndc_content thead tr.last th{
    height: 70px;
    background-color: #EBEDF0;
    border-right: 1px solid #939598;
    border-bottom: 1px solid #939598;
}
.ndc_explain_conts .ndc_content table thead tr.last th:last-child{
    border-right: none;
}
.ndc_explain_conts .ndc_content table thead th{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #231F20;
}
.ndc_explain_conts .ndc_content table tr{
    border-bottom: 1px solid #939598;
}
.ndc_explain_conts .ndc_content table tbody tr td{
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: #231F20;
    border-right: 1px solid #939598;
    border-bottom: 1px solid #939598;
}
.ndc_explain_conts .ndc_content table tbody tr td:last-child{
    border-right: none;
}
.ndc_explain_conts .ndc_content table tbody tr td.td_first{
    font-weight: 700;
    background-color: #DDF8E5;
}
.ndc_tab_conts .tab_conts_inner.state h3 span{
    padding-left: 12px;
    font-weight: 400;
    font-size: 38px;
}
.ndc_tab_conts .tab_conts_inner.state .tit_box{
    padding: 34px 0 0;
}
/* .ndc_tab_conts .tab_conts_inner.state .wh_img{
    margin: 30px 0 0;
    max-width: 620px;
} */
.ndc_tab_conts .tab_conts_inner.state table tbody tr td{
    border-right: none;
}
.ndc_tab_conts .tab_conts_inner.state table tbody tr td:nth-child(2),
.ndc_tab_conts .tab_conts_inner.state table tbody tr td:nth-child(3){
    font-weight: 700;
}
.ndc_tab_conts .tab_conts_inner.state table tbody tr td span{
    color:#231F20;
    opacity: 0.5;
}
.ndc_tab_conts .tab_conts_inner .ndc_content .country_tit{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 0 0;
}
.ndc_tab_conts .tab_conts_inner .ndc_content .country_tit.first{
    padding: 16px 0 0;
}
.ndc_tab_conts .tab_conts_inner .ndc_content .country_tit strong{
    margin-top: -2px;
    padding-left: 15px;
    font-weight: 600;
    font-size: 32px;
}
.ndc_tab_conts .tab_conts_inner .ndc_content .country_txt{
    padding: 15px 0 0;
}
.ndc_tab_conts .tab_conts_inner.state .ndc_content ul li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 8px;
}
.ndc_tab_conts .tab_conts_inner.state .ndc_content ul li span{
    display: inline-block;
    position: relative;
    width: 90px;
    font-weight: 600;
    color: #231F20;
}
.ndc_tab_conts .tab_conts_inner.state .ndc_content ul li:last-child span{
    font-weight: 400;
}
.ndc_tab_conts .tab_conts_inner.state .ndc_content ul li span::after{
    content:":";
    position: absolute;
    right: 0;
}
.ndc_tab_conts .tab_conts_inner.state .ndc_content ul li p{
    padding-left: 10px;
    width: calc(100% - 90px);
    line-height: 1.5;
    font-size: 20px;
    box-sizing: border-box;
}
.ndc_tab_conts .tab_conts_inner.state .ndc_content ul li p a{
    position: relative;
    padding-left: 34px;
    font-size: 20px;
    color: #4AA1EC;
}
.ndc_tab_conts .tab_conts_inner.state .ndc_content ul li p a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background:url("../imgs/ico_link.webp") no-repeat center/cover;
}
.ndc_tab_conts .tab_conts_inner.state .ndc_content ul li:nth-child(2) strong{
    font-weight: 700;
}
.ndc_tab_conts .tab_conts_inner.state .ndc_content ul li:nth-child(3) strong{
    display: block;
    padding: 4px 0 0;
    color: #646A71;
}

.wrapper .qna_section{
    padding: 0 120px 30px;
}
.wrapper .qna_section .qna_catagory{
    margin:  0 0 40px;
    width: 100%;
    border-bottom: 1px solid #a9a9a9;
}
.wrapper .qna_section .qna_catagory ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper .qna_section .qna_catagory ul li{
    margin: 0 20px;
}
.wrapper .qna_section .qna_catagory ul li a{
    display: block;
    position: relative;
    padding: 29px 5px;
    font-size: 24px;
    color: #231F20;
}
.wrapper .qna_section .qna_catagory ul li.on a{
    color: #52A245;
}
.wrapper .qna_section .qna_catagory ul li.on a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10px);
    height: 6px;
    background-color: #52A245;
}

.wrapper .qna_section .qna_list{
    padding: 0 0 20px;
}
.wrapper .qna_section .qna_list li{
    margin-bottom: 2px;
}
/* .wrapper .qna_section .qna_list li.no_qna_list{
    margin-right: 0;
    padding: 200px 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
} */
.wrapper .qna_section .qna_list li .question_box{
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #DDF8E5;
    cursor:pointer;
}
.wrapper .qna_section .qna_list li .question_box .q_num{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    width: 120px;
    box-sizing: border-box;
}
.wrapper .qna_section .qna_list li .question_box .q_num em{
    padding-right: 8px;
    font-weight: 100;
    font-size: 40px;
    color: #fff;
}
.wrapper .qna_section .qna_list li .question_box .q_num em.last{
    padding-right: 0;
    color:#52A245;
}
.wrapper .qna_section .qna_list li .question_box .q_tit{
    display: block;
    width: calc( 100% - 200px);
    font-weight: 400;
    font-size: 24px; 
    color: #231F20;
}
.wrapper .qna_section .qna_list li .question_box .arrow{
    display: block;
    width: 80px;
    height: 80px;
    background: #75CD84 url("../imgs/ico_arrow_down_on.webp") no-repeat center/20px 12px;
}
.wrapper .qna_section .qna_list li.on .question_box{
    background-color: #75CD84;
}
.wrapper .qna_section .qna_list li.on .question_box .q_tit{
    font-weight: 700;
    color: #fff;
}
.wrapper .qna_section .qna_list li.on .question_box .arrow{
    background-image: url("../imgs/ico_arrow_down.webp");
}
.wrapper .qna_section .qna_list li.on .question_box .q_num em.last{
    color:#fff;
}
.wrapper .qna_section .qna_list li:first-child .answer{
    /* display: block; */
}
.wrapper .qna_section .qna_list li .answer{
    display: none;
    line-height: 1.7;
    font-size: 20px;
    color: #231F20;
    word-break: keep-all;
}
.wrapper .qna_section .qna_list li .answer .answer_box{
    padding: 22px 130px 50px;
}
.wrapper .qna_section .qna_list li .answer .attachedfile_box{
    padding: 25px 50px 20px 35px;
}
.wrapper .qna_section .qna_list li .answer .attachedfile_box ul li{
    margin: 0;
    padding: 0 10px 6px 0;
}
.wrapper .conts_wrap.op_reg{ 
    background-color: #f7fdf0;
}
.wrapper .conts_wrap.op_reg .inner{
    padding-top: 0;
}
.wrapper .register_section{
    margin:-40px auto 120px;

}

.wrapper .register_section .register_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 30px;
    max-width: 788px;
    min-height: 400px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
}



.wrapper .register_section .img_reg{
    margin: 0 0 22px;
}
.wrapper .register_section .img_reg.certify{
    margin: 0 0 22px;
    width: 107px;
}
.wrapper .register_section .img_reg.pdf{
    width: 77px;
}
.wrapper .register_section .btn_reg.btn_certify{
    max-width: 598px;
    width: 100%;
    text-align: center;
    height: 70px;
    line-height: 70px;
    padding: 0;
    color: #fff;
    background-color: #75CD84;
    border-radius: 40px;
}


.wrapper .register_section .btn_reg{
    display: inline-block;
    margin: 12px 0 0;
    padding: 12px 0;
    min-width: 246px;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #75CD84;
    border-radius: 30px;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}
.wrapper .register_section .btn_reg:hover{
    color:#fff;
    background-color: #75CD84;
}
.wrapper .register_section.info01 .register_inner{
    padding: 52px 50px 120px;
    max-width: 1600px;
    text-align: left;
}
.wrapper .register_section .personal_box{
    padding: 0 0 62px;
    width: 100%;
}
.wrapper .register_section .tit{
    padding: 0 0 14px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 32px;
    color: #000;
    border-bottom: 3px solid #000;
}
.wrapper .register_section .personal_box .txt{
    overflow: hidden;
    position: relative;
}
.wrapper .register_section .personal_box .txt::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc( 100% - 10px);
    height: 20px;
    background: #fff;
    box-sizing: border-box;
    z-index: 1;
}
.wrapper .register_section .personal_box .txt .txt_inner{
    overflow-y: auto;
    padding: 20px 10px 30px;
    height:200px;
    line-height: 1.6;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    word-break: keep-all;
    box-sizing: border-box;
}
.wrapper .register_section .personal_box .txt .txt_inner::-webkit-scrollbar {
    width: 10px;
}
.wrapper .register_section .personal_box .txt .txt_inner::-webkit-scrollbar-track {
    background-color: #fff;
}
.wrapper .register_section .personal_box .txt .txt_inner::-webkit-scrollbar-thumb { 
    background-color: #dfdfdf;
    border-radius: 5px;
}
.wrapper .register_section .personal_box .txt .txt_inner::-webkit-scrollbar-button {
    display: none;
}
.wrapper .register_section .personal_box .txt ul{
    padding: 4px 0 8px;
}
.wrapper .register_section .personal_box .txt ul li{
    position: relative;
    padding-left: 20px;
}
.wrapper .register_section .personal_box .txt ul li::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 14px;
    width: 2px;
    height: 2px;
    background-color: #000;
    border-radius: 50%;
}
.wrapper .register_section .personal_box .radio_chk{
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #000;
    box-sizing: border-box;
}
.wrapper .register_section .personal_box .radio_chk .rd_box{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 14px;
}
.wrapper .register_section .personal_box .radio_chk .rd_box input[type="radio"] {
    appearance: none;
    position: relative;
    border-radius: 50%;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}
.wrapper .register_section .personal_box .radio_chk .rd_box input[type="radio"]:checked {
    background-color: #fff;
}
.wrapper .register_section .personal_box .radio_chk .rd_box input[type="radio"]:checked::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 14px;
    background-color: #54D497;
    border-radius: 50%;
    z-index: 1;
}
.wrapper .register_section .personal_box .radio_chk .rd_box label{
    padding-left: 10px;
    font-size: 20px;
    cursor: pointer;
}
.wrapper .register_section .form_box{
    width: 100%;
}
.wrapper .register_section .form_box .form_box_inner{
    margin-bottom: 10px;
    padding: 40px 0 10px;
    border: none;
}
.wrapper .register_section .form_box.info{
    border-bottom: 1px solid #000;;
}
.wrapper .register_section .form_box .form_line{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin: 0 0 14px;
}
.wrapper .register_section .form_box .form_line .form_tit{
    width: 247px;
    line-height: 60px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.wrapper .register_section .form_box .form_line .inp_box{
    width: calc(100% - 247px);
}
.wrapper .register_section .form_box .form_line .inp_box .inp_outer{
    width: 100%;
    height: 60px;
}
.wrapper .register_section .form_box .form_line .inp_box .inp_outer input{
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #231F20;
    background-color: #fff;
    border:1px solid #dfdfdf;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
}
.wrapper .register_section .form_box .form_line .inp_box .inp_outer input::placeholder{
    color: #a9a9a9;
}
.wrapper .register_section .form_box .form_line .inp_box .inp_outer input:focus{
    border-color: #75CD84;
}
.wrapper .register_section .form_box .form_line .sel_box{
    width: calc(100% - 247px);
    height: 60px;
}
.wrapper .register_section .form_box .form_line .sel_box select{
    padding: 10px 20px 10px 15px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 20px;
    background-color: #fff;
    border:1px solid #dfdfdf;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
}
.wrapper .register_section .form_box .form_line .sel_box select:focus{
    border-color: #75CD84;
}
.wrapper .register_section .form_box .form_line .sel_box select option{
    color: #231F20;
}
.wrapper .register_section .form_box .form_line .sel_box select:required:invalid{
    color: #a9a9a9;
}
.wrapper .register_section .form_box .form_line .sel_box select option[value=""][disabled] {
    display: none;
}
.wrapper .register_section .form_box .form_line .inp_box.email{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wrapper .register_section .form_box .form_line .inp_box .inp_outer.email{
    position: relative;
    margin-right: 10px;
    width: 48%;
}
.wrapper .register_section .form_box .form_line .inp_box .inp_outer.address{
    display: none;
    margin-right: 10px;
    width: 48%;
}
.wrapper .register_section .form_box .form_line .inp_box .inp_outer.email::after{
    content: "@";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 18px;
    color: #a9a9a9;
}
.wrapper .register_section .form_box .form_line .inp_box .inp_outer.email input{
    padding-right: 40px;
}

.wrapper .register_section .form_box .form_line .inp_box .sel_address{
    width: calc( 52% - 10px);
}



.wrapper .conts_wrap .btn_form_box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 0;
    width: 100%;
    box-sizing: border-box;
}

.wrapper .conts_wrap .btn_form_box .btn{
    display: inline-block;
    height: 60px;
    min-width: 382px;
    font-weight: 500;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid #75CD84;
    border-radius: 30px;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.wrapper .conts_wrap .btn_form_box .btn:hover{
    color: #fff;
    background-color: #75CD84;
}
.wrapper .conts_wrap .btn_form_box .btn.btn_prev{
    margin-right: 10px;
    border-color: #8C8C8C;
}
.wrapper .conts_wrap .btn_form_box .btn.btn_prev:hover{
    color: #fff;
    background-color: #2F3B49;
    border-color: #2F3B49;
}
.wrapper .conts_wrap .btn_form_box .btn.btn_end{
    background-color: #fff;
}
.wrapper .conts_wrap .btn_form_box .btn.btn_end:hover{
    color: #fff;
    background-color: #75CD84;
}
.wrapper .conts_wrap .btn_form_box .btn.btn_list{
    margin-right: 10px;
    border-color: #8C8C8C;
}
.wrapper .conts_wrap .btn_form_box .btn.btn_list:hover{
    color: #fff;
    background-color: #2F3B49;
    border-color: #2F3B49;
}
.wrapper .conts_wrap .btn_form_box .btn.btn_op{
    background-color: #fff;
}
.wrapper .conts_wrap .btn_form_box .btn.btn_op:hover{
    color: #fff;
    background-color: #75CD84;
}
.wrapper .conts_wrap .btn_form_box .btn.btn_del{
	border-color: #ff0000;
    background-color: #fff;
}
.wrapper .conts_wrap .btn_form_box .btn.btn_del:hover{
    color: #fff;
    background-color: #f15757;
}
.wrapper .register_section.info02{
    margin-bottom: 60px;
} 
.wrapper .register_section.info02 .register_inner{
    padding: 0;
    text-align: left;
    max-width: 1600px;
    background-color: transparent;
    border-top: 3px solid #000;
    border-radius: 0;
}
.wrapper .register_section .form_box .form_line.file{
    margin: 0;
    padding: 0 0 30px;
    border-bottom: 1px solid #000;
}
.wrapper .register_section .form_box .form_line .form_tit.ndc img{
    margin-top: -4px;
    margin-left: 4px;
    vertical-align: middle;
    width: 24px;
    cursor: pointer;
}
.ndc_tooltip_box{
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 1;
    width: 100%;
    max-width: 390px;
    background-color: #1B512D;
    border-radius: 8px;
    box-sizing: border-box;
}
.ndc_tooltip_box::before{
    content: "";
    position: absolute;
    top: -15px;
    left: 55px;
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 35px solid #1B512D;
    z-index: 1;
}
.ndc_tooltip_box .tooltip_inner{
    padding: 25px 30px 15px;
}
.ndc_tooltip_box .tooltip_inner .tit{
    padding: 0 0 5px;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    border-bottom: 3px solid #fff;
}
.ndc_tooltip_box .tooltip_inner ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:12px 0;
    border-bottom: 1px solid #fff;
}
.ndc_tooltip_box .tooltip_inner ul li:last-child{
    border-bottom: none;
}
.ndc_tooltip_box .tooltip_inner ul li strong{
    width: 80px;
    font-weight: 700;
    font-size: 16px;
    color: #E2EF93;
}
.ndc_tooltip_box .tooltip_inner ul li .txt{
    width: calc(100% - 80px);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    word-break: keep-all;
}

.wrapper .register_section .form_box .form_line .chk_box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 247px);
}
.wrapper .register_section .form_box .form_line .chk_box .chk{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 60px;
}
.wrapper .register_section .form_box .form_line .chk_box .chk input{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.wrapper .register_section .form_box .form_line .chk_box .chk input + label {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
}
.wrapper .register_section .form_box .form_line .chk_box .chk input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    text-align: center;
    background: url("../imgs/ico_chk_box.webp") no-repeat center/cover;  
    box-sizing: border-box;
}
.wrapper .register_section .form_box .form_line .chk_box .chk input:checked + label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;  
    background: url("../imgs/ico_chk_box_on.webp") no-repeat center/cover;  
}
.wrapper .register_section .form_box .form_line .chk_box .chk input + label span {
    line-height: 30px;
    font-size: 20px;
    color: #231F20;
}
.wrapper .register_section .form_box .form_line.op_field{
    align-items: center;
}
.wrapper .register_section .form_box .form_line .txt_box{
    position: relative;
    width: calc( 100% - 247px);
}
.wrapper .register_section .form_box .form_line .txt_box .txt_num{
    position: absolute;
    right: 20px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    color: #a9a9a9;
}
.wrapper .register_section .form_box .form_line .txt_box .txt_num em{
    padding-right: 8px;
}
textarea{
    overflow-wrap: break-word;
    word-break: break-word;
}
.wrapper .register_section .form_box .form_line .txt_box textarea{
    resize: none;
    padding: 15px 20px 40px;
    width: 100%;
    height:400px;
    font-weight: 400;
    font-size: 20px;
    color: #231F20;
    background-color: #fff;
    border:1px solid #dfdfdf;
    border-radius: 8px;
    box-sizing: border-box;
}
.wrapper .register_section .form_box .form_line .txt_box textarea::placeholder{
    color: #a9a9a9;
}
.wrapper .register_section .form_box .form_line .txt_box textarea:focus{
    border-color: #75CD84;
}
.wrapper .register_section .form_box .form_line .file_box{
    position: relative;
}
.wrapper .register_section .form_box .form_line .file_box::after{
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: url("../imgs/ico_file.webp") no-repeat center/cover;
}
.wrapper .register_section .form_box .form_line .file_box input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}
.wrapper .register_section .form_box .form_line .file_box label {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.wrapper .register_section .form_box .form_line .file_name_box{
    display: none;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 0 0;
}
.wrapper .register_section .form_box .form_line .file_name_box strong{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.wrapper .register_section .form_box .form_line .file_name_box strong span{
    font-weight: 400;
    font-size: 18px;
    color: #231F20;
}
.wrapper .register_section .form_box .form_line .file_name_box strong img{
    padding: 6px 6px 6px 3px;
    width: 15px;
    cursor: pointer;
}
.wrapper .conts_wrap.op_view{
    padding-bottom: 80px;
    background-color: #f7fdf0;
}
.wrapper .conts_wrap.op_view .op_section{
    background-color: #f7fdf0;
}
.wrapper .conts_wrap .op_view_box{
    margin: -80px auto 0;
    padding:52px 50px 0;
    max-width: 1600px;
    background-color: #fff;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
}
.wrapper .conts_wrap .op_view_box .top{
    position: relative;
}
.wrapper .conts_wrap .op_view_box .top .tit{
    padding: 0 20px 32px 0;
    line-height: 1.2;
    font-weight: 700;
    font-size: 32px;
    color: #231F20;
}
.wrapper .conts_wrap .op_view_box .top .txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper .conts_wrap .op_view_box .top .sub_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
}
.wrapper .conts_wrap .op_view_box .top .sub_tit .btn{
    background-color: #fff;
}

.wrapper .conts_wrap .op_view_box .top .sub_tit .btn{
    margin: 0 4px;
    padding: 2px 8px;
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.wrapper .conts_wrap .op_view_box .top .sub_tit .btn span{
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    color:#6C6C6C;
}
.wrapper .conts_wrap .op_view_box .top .sub_tit .btn span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.wrapper .conts_wrap .op_view_box .top .sub_tit .btn.btn_good span::before{
    background: url("../imgs/ico_good.webp") no-repeat center/cover;
}
.wrapper .conts_wrap .op_view_box .top .sub_tit .btn span::before{
    top: 60%;
    background: url("../imgs/ico_hate.webp") no-repeat center/cover;
}
.wrapper .conts_wrap .op_view_box .top .tit_info{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.wrapper .conts_wrap .op_view_box .top .tit_info p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 40px;
    font-size: 18px;
}
.wrapper .conts_wrap .op_view_box .top .tit_info p:last-child{
    margin-right: 0;
}
.wrapper .conts_wrap .op_view_box .top .tit_info p strong{
    padding-right: 20px;
    font-weight: 700;
    color: #000;
}
.wrapper .conts_wrap .op_view_box .top .tit_info p span{
    color:#231F20;
}
.wrapper .conts_wrap .op_view_box .top .btn_share{
    margin-left: 24px;
    width: 36px;
    height: 36px;
}
.wrapper .conts_wrap .op_view_box .top .btn_share.on{
    background-color: #52A245;
}
.wrapper .conts_wrap .op_view_box .top .btn_share::after{
    transition: all 0.2s ;
}
.wrapper .conts_wrap .op_view_box .top .btn_share.on::after{
    content: "공유";
    position: absolute;
    left: 0;
    top: 0;
    width:36px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    z-index: 6;
}
.wrapper .conts_wrap .op_view_box .top .btn_share img{
    position: relative;
    z-index: 2;
    width: 16px;
}
.wrapper .conts_wrap .op_view_box .top .btn_share span{
    display: none;
}
.wrapper .conts_wrap .op_view_box .txt{
    padding: 40px 0;
    width: 100%;
    line-height: 1.7;
    font-size: 20px;
    color: #231F20;
    border-top: 1px solid #000;
    box-sizing: border-box;
    white-space: pre-line;
    word-break: break-word;
}

.wrapper .conts_wrap .op_view_box .key_point_box{
    padding: 0 0 60px;    
}
.wrapper .conts_wrap .op_view_box .key_point_box .summary{
    display: flex;
    align-items: center;
    justify-items: flex-start;
    padding: 28px 23px;
    background-color: rgba(221, 248, 229, 0.5);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.wrapper .conts_wrap .op_view_box .key_point_box .summary img{
    width: 230px;
}
.wrapper .conts_wrap .op_view_box .key_point_box .summary p{
    margin-left: 30px;
    padding-left: 30px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px;
    color: #231F20;
    border-left: 1px solid #54D497;
}
.wrapper .conts_wrap .op_view_box .key_point_box .keyword{
    display: flex;
    align-items: center;
    justify-items: flex-start;
    padding: 20px 33px;
    background-color:#DDF8E5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    filter: drop-shadow(2px 4px 2px rgba(0,0,0,0.25));
}
.wrapper .conts_wrap .op_view_box .key_point_box .keyword strong{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #009A3E;
    border:1px solid #009A3E;
    border-radius: 20px;
}
.wrapper .conts_wrap .op_view_box .key_point_box .keyword ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 30px;
}
.wrapper .conts_wrap .op_view_box .key_point_box .keyword ul li{
    margin-right: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #231F20;
}











.wrapper .conts_wrap .attachedfile_box{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 35px 50px 30px;
    max-width: 1600px;
    width: 100%;
    background-color: #F5F5F5;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.wrapper .conts_wrap .attachedfile_box strong{
    display: block;
    width: 95px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.wrapper .conts_wrap .attachedfile_box ul{
    width: calc( 100% - 95px );
}
.wrapper .conts_wrap .attachedfile_box ul li{
    padding: 0 10px 10px 0;
    font-weight: 400;
    font-size: 20px;
    color: #231F20;
}
.wrapper .conts_wrap .attachedfile_box ul li span{
    position: relative;
    padding-right: 32px;
}
.wrapper .conts_wrap .attachedfile_box ul li span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("../imgs/ico_download.webp") no-repeat center/cover;
}
.wrapper .conts_wrap .op_section .btn_form_box{
    margin: 0 auto;
    max-width: 788px;
    width: 100%;
    border-top: 0;
}
.popup_wrap{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 12;
}
.popup_wrap .popup_inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 68px 40px;
    max-width: 788px;
    width: 100%;
    background-color: #EBEDF0;
    box-sizing: border-box;
    z-index: 15;
}
.popup_wrap .popup_inner .popup_conts{
    text-align: center;
}
.popup_wrap .popup_inner .popup_conts dl dt{
    padding: 0 0 16px;
    font-weight: 700;
    font-size: 42px;
    color: #231F20;
}
.popup_wrap .popup_inner .popup_conts dl dd{
    padding: 0 0 60px;
    font-weight: 400;
    font-size: 24px;
    color: #231F20;
}
.popup_wrap .popup_inner .popup_conts ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.popup_wrap .popup_inner .popup_conts ul li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    width: 140px;
    height: 140px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 20px;
}
.popup_wrap .popup_inner .popup_conts ul li::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: -1;
}
.popup_wrap .popup_inner .popup_conts ul li p{
    line-height: 1.2;
    font-weight: 700;
    font-size: 20px;
}
.popup_wrap .popup_inner .popup_conts ul li::after{
    content: "";
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 8px;
    background: url("../imgs/ico_popuup_arrow.webp") no-repeat center/cover;
}
.popup_wrap .popup_inner .popup_conts ul li:last-child{
    margin-right: 0;
}
.popup_wrap .popup_inner .popup_conts ul li:last-child::after{
    display: none;
}
.popup_wrap .popup_inner .popup_conts .btn_popup_close{
    display: block;
    margin: 0 auto;
    padding: 13.5px 0;
    max-width: 246px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background-color: #75CD84;
    border: 1px solid #75CD84;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.popup_wrap .popup_inner .popup_conts .btn_popup_close.btn_popup_close:hover{
    color: #231F20;
    background-color: #fff;
}

.popup_wrap.identity .popup_inner{
    padding: 100px 30px;
    max-width: 680px;
    background-color: #fff;
    border-radius: 30px;
    box-sizing: border-box;
}
.popup_wrap.identity .popup_inner .id_tit{
    padding: 0 0 35px;
    font-weight: 700;
    font-size: 36px;
    color: #231F20;
}
.popup_wrap.identity .popup_inner .btn_box_id{
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_wrap.identity .popup_inner .btn_box_id .btn{
    margin: 0 10px;
    width: 160px;
    height: 60px;    
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #231F20;
    border: 1px solid #DFDFDF;
    border-radius: 33px;
    box-sizing: border-box;
}
.popup_wrap.identity .popup_inner .btn_box_id .btn.certify{
    color: #fff;
    background-color: #8CCB45;
    border-color: #8CCB45;
}






.popup_wrap.whole_popup{
    overflow-y:auto;
}
.popup_wrap.whole_popup .popup_inner{
    top: 10px;
    transform: translate(-50%,0);
    padding: 0;
    max-width: 100%;
    width: calc( 100% - 80px );
    background-color: transparent;
}
.popup_wrap.whole_popup .popup_inner .btn_whole_close{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 25px;
    margin-left: auto;
    width: 121px;
    height: 61px;
    background: url("../imgs/ico_popup_whole_close.webp") no-repeat center/cover;
    border: none;
    cursor: pointer;
}
.popup_wrap.whole_popup .popup_inner .wh_conts{
    margin: 0 0 60px;
    padding: 60px 100px 20px;
    width: 100%;
    text-align: center;
    background-color: #F7FDF0;
    border-radius: 20px;
    box-sizing: border-box;
}
.popup_wrap.whole_popup .popup_inner .wh_conts h3{
    font-weight: 700;
    font-size: 60px;
    color: #52A245;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .wh_img{
    position: relative;
    max-width: 522px;
    width: 100%;
    z-index: 1;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top{
    position: relative;
    margin: -15px 0 80px;
    padding: 30px 80px;
    background-color: #DDF8E5;
    border-radius: 20px;
    box-sizing: border-box;
    z-index: 2;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .top{
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #75CD84;
    box-sizing: border-box;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .top dt{
    padding: 0 0 6px;
    font-weight: 700;
    font-size: 36px;
    color: #52A245;
    word-break: keep-all;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .top dt span{
    font-weight: 400;
    font-size: 18px;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .top dd{
    line-height: 1.3;
    font-weight: 400;
    font-size: 20px;
    color:#231F20;
    word-break: keep-all;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .top dd strong{
    font-weight: 700;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .btm{
    position: relative;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .btm .txt{
    padding: 0 0 14px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px;
    color: #231F20;
    word-break: keep-all;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .btm .txt span{
    display: inline-block;
    position: relative;
    padding-right: 8px;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .btm .txt span::after{
    content: "*";
    position: absolute;
    right: 1px;
    top:0;
    font-size: 14px;
    color: #FF5154;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .btm .txt strong{
    font-weight: 700;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .refer span{
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    color: #939598;
    word-break: keep-all;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .refer span::before{
    content: "*";
    position: absolute;
    top: 0;
    left:0;
    font-size: 14px;
    color: #FF5154;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content{
    padding: 0 0 60px;
    text-align: left;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content h4{
    padding: 0 0 18px;
    font-weight: 700;
    font-size: 32px;
    color: #52A245;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content ul{
    padding: 0 0 10px;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content ul li{
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
    font-size: 20px;
    color: #231F20;
    word-break: keep-all;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background-color: #45C4FF;
    border-radius: 50%;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content .refer{
    text-align: right;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content .refer strong{
    font-weight: 700;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .tit_box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .tit_box h4{
    padding: 0;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .tit_box p{
    font-size: 20px;
    color: #939598;
}
.popup_wrap.whole_popup .popup_inner .wh_conts table{
    margin: 20px 0 0;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 0;
    border-collapse: collapse;
}
.popup_wrap.whole_popup .popup_inner .wh_conts table.ndc_tbl{
    border-top: 6px solid #52A245;
}
.popup_wrap.whole_popup .popup_inner .wh_conts table thead tr.first th{
    height: 50px;
    background-color: #DDF8E5;
    border: none;
    /* border-right: 1px solid #939598; */
    border-bottom: 1px solid #939598;
}
.popup_wrap.whole_popup .popup_inner .wh_conts table thead tr.last th{
    height: 70px;
    background-color: #EBEDF0;
    border-right: 1px solid #939598;
    border-bottom: 1px solid #939598;
}
.popup_wrap.whole_popup .popup_inner .wh_conts table thead tr.last th:last-child{
    border-right: none;
}
.popup_wrap.whole_popup .popup_inner .wh_conts table thead th{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #231F20;
}
.popup_wrap.whole_popup .popup_inner .wh_conts table tr{
    border-bottom: 1px solid #939598;
}
.popup_wrap.whole_popup .popup_inner .wh_conts table tbody tr td{
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: #231F20;
    border-right: 1px solid #939598;
    border-bottom: 1px solid #939598;
}
.popup_wrap.whole_popup .popup_inner .wh_conts table tbody tr td:last-child{
    border-right: none;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top.py{
    margin: 0 0 40px;
    padding: 0 0 80px;
    background-color: transparent;
    border-bottom: 4px solid #75CD84;
    border-radius: 0;
    box-sizing: border-box;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top.py h3{
    padding: 0 0 20px;
    font-size: 48px;
    color: #231F20;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .conts_top.py .py_txt{
    line-height: 1.4;
    font-size: 24px;
    color: #231F20;
    word-break: keep-all;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content{
    padding: 0 0 50px;
    text-align: left;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content h4{
    padding: 0 0 12px;
    font-weight: 700;
    font-size: 32px;
    color: #231F20;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_text{
    padding: 0 0 12px;
    line-height: 1.3;
    font-size: 20px;
    color: #231F20;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content li{
    position: relative;
    font-size: 20px;
    color: #231F20;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_st1 li {
    padding-left: 24px;
    line-height: 1.7;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_st1 > li:before {
    top: 13px;
    left: 8px;
    width: 6px;
    height: 6px;
    background: #464C53;
    border-radius: 50%;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_st1 > li > strong {
    display: inline-block;
    width: 72px;
    font-weight: 700;
    color: #000;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_st"] > li::before {
    position: absolute;
    content: '';
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li {
    position: relative;
    padding-left: 32px;
    line-height: 1.3;
    font-size: 20px;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li ~ li {
    margin-top: 20px;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li > span.num {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    line-height: 1.5;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li > p {
    margin-top: 8px;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_ol1 > li > span.num {
    background: #000;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_st1 > li > .list_st2, 
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_ol1 > li > .list_ol2 {
    margin-left: -20px;
    margin-top: 12px;
} 
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_st1 > li > .list_st2 li, 
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_ol1 > li > .list_ol2 li{
    position: relative;
    padding-left: 22px;
} 
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_st1 > li > .list_st2 li::before, 
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_ol1 > li > .list_ol2 li::before{
    content:"";
    position: absolute;
    left: 5px;
    top: 9px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
} 
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_table_wrap{
    margin-left: -32px;
    width: calc(100% + 32px);
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_table caption{
    display: none;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_table th{
    height: 80px;
    font-weight: 400;
    background-color: #DFDFDF;
    border: 1px solid #000;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_table td{
    height: 80px;
    background-color: #fff;
    border: 1px solid #000;
}


.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts h3{
    color: #231F20;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts h3 span{
    font-weight: 400;
    font-size: 48px;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts .tit_box{
    padding: 34px 0 0;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts .wh_img{
    max-width: 620px;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts table tbody tr td{
    border-right: none;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts table tbody tr td:nth-child(2),
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts table tbody tr td:nth-child(3){
    font-weight: 700;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts table tbody tr td span{
    color:#231F20;
    opacity: 0.5;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content .country_tit{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 0 0;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content .country_tit.first{
    padding: 16px 0 0;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content .country_tit img{}

.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content .country_tit strong{
    padding-left: 15px;
    font-weight: 600;
    font-size: 32px;
}
.popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content .country_txt{
    padding: 15px 0 0;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts .ndc_content ul li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 8px;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts .ndc_content ul li span{
    display: inline-block;
    position: relative;
    width: 90px;
    font-weight: 600;
    color: #231F20;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts .ndc_content ul li:last-child span{
    font-weight: 400;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts .ndc_content ul li span::after{
    content:":";
    position: absolute;
    right: 0;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts .ndc_content ul li p{
    padding-left: 10px;
    width: calc(100% - 90px);
    box-sizing: border-box;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts .ndc_content ul li p a{
    color: #4AA1EC;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts .ndc_content ul li:nth-child(2) strong{
    font-weight: 700;
}
.popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts .ndc_content ul li:nth-child(3) strong{
    display: block;
    padding: 4px 0 0;
    color: #646A71;
}
.popup_wrap.popup_ytb{
    z-index: 111;
}
.popup_wrap.popup_ytb .popup_inner{
    padding: 0;
    max-width: 1024px;
    background-color: #000;
}
.popup_wrap.popup_ytb .popup_inner .popup_conts{
    position: relative;
}
.popup_wrap.popup_ytb .popup_inner .popup_conts .btn_ytb_close{
    position: absolute;
    right: -55px;
    top: -6px;
    background-color: transparent;
    border: none;
    z-index: 119;
    cursor: pointer;
}
.popup_wrap.popup_ytb .popup_inner .ytb_iframe_box{
    position: relative;
    padding-bottom: 56%;
    width: 100%;
    height: auto;
}
.popup_wrap.popup_ytb .ytb_iframe_box iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.main_popup{
    position: absolute;
    top: 10%;
    right: 26%;
    max-width: 400px;
    width: 100%;
    z-index: 99;
}
.main_popup.popup_ytb_live .popup_conts{
    position: relative;
    
}
.main_popup.popup_ytb_live .popup_conts .btn_live{
    position: absolute;
	bottom: 42%;
    left: 51%;
    transform: translateX(-50%);
    width: 66%;
    height: 20%;
    background-color: rgba(0,0,0,0.2);
}
.main_popup.popup_ytb_live .popup_conts .main_popup_btm{
    padding: 10px;
    text-align: right;
    background-color: #000;
}
.main_popup.popup_ytb_live .popup_conts .main_popup_btm button{
    padding: 2px;
    color: #fff;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.main_popup.popup_ytb_live .popup_conts .main_popup_btm button span{
    position: relative;
    padding: 0 22px 0 0;
}
.main_popup.popup_ytb_live .popup_conts .main_popup_btm button span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("../imgs/ico_mainp_close.webp") no-repeat center/cover;
}



.wrapper .top_conts_wrap .btn_link_background,
.wrapper .top_conts_wrap .btn_link_download{
    display: inline-block;
    margin: 25px 0 0;
    padding: 14px 30px;
    width: 90%;
    max-width: 250px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: #FFA600;
    border-radius: 25px;
    box-sizing: border-box;
}
.wrapper .top_conts_wrap .btn_link_background span,
.wrapper .top_conts_wrap .btn_link_download span{
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
}
.wrapper .top_conts_wrap .btn_link_background span::after,
.wrapper .top_conts_wrap .btn_link_download span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 7px;
    background: url("../imgs/ico_link_arw.webp") no-repeat center/cover;
}
.wrapper .top_conts_wrap .btn_link_download span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../imgs/ico_download_wh.webp") no-repeat center/cover;
}

.wrapper .conts_wrap .ndc_down_list{
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0 0 80px;
}
.wrapper .conts_wrap .ndc_down_list li{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    margin: 10px;
    width: 100%;
    max-width: 385px;
    background-color: #fff;
/*     border: 1px solid #5AA134; */
    border-radius: 20px;
    box-sizing: border-box;
}
.wrapper .conts_wrap .ndc_down_list li .tit_box{
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    color: #231F20;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-sizing: border-box;
}
.wrapper .conts_wrap .ndc_down_list li .tit_box p{
    padding: 20px 0 0;
}
.wrapper .conts_wrap .ndc_down_list li:nth-child(2) .tit_box p{
    padding: 40px 0 0
}
.wrapper .conts_wrap .ndc_down_list li .btn_down{
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background-color:#5AA134;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    box-sizing: border-box;
}
.wrapper .conts_wrap .ndc_down_list li .btn_down span{
    display: block;
    position: relative;
    padding: 20px 50px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.wrapper .conts_wrap .ndc_down_list li .btn_down span::after{
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 24px;
    background:url("../imgs/ico_download_wh.webp") no-repeat center/cover;
}



/* floating btn*/
.btn_youtube{
    position: fixed;
    right: 0;
    /* top: calc(60vh + 5px); */
    bottom: 18%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}
.btn_youtube.scroll{
    right: -242px;
}
.btn_youtube img{
    width: 390px;
}
.btn_floating_register{
    position: fixed;
    right: 40px;
    bottom: 120px;
    z-index: 2;
}
.btn_floating_register a{
    display: block;
    width: 120px;
    height: 120px;
    font-weight: 700;
    font-size: 18px;
    color: #231F20;
    background-color: #8CCB45;
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    filter: drop-shadow(2px 2px 10px rgba(0,0,0,0.25));
}
.btn_floating_register img{
    display: block;
    margin: 0 auto;
    width: 40px;
}
.btn_floating_register span{
    display: block;
    padding: 10px 0 0;
    text-align: center;
}












/*	footer */
.footer {
    position: relative;
    font-size: 16px;
    color: #a0a5b1;
    background-color: #353849;
}
.footer a:hover,
.footer a:focus {
    text-decoration: underline;
}
.footer__in {
    position: relative;
    margin: 0 auto;
    width: 1600px;
    min-height: 180px;
}
.footer__in:after {
    content: ' ';
    clear: both;
    display: block;
    visibility: hidden;
}
* + html .footer__in {
    display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 1600px) {
    .footer__in {
        min-height: 150px;
    }
}
.foot_img {
    position: absolute;
    top: 35px;
    left: 0;
    content: '';
    vertical-align: middle;
    width: 246px;
    min-width: 246px;
    height: 50px;
    text-indent: -9999px;
    font-size: 0;
}
.copy_box {
    position: absolute;
    top: 30px;
    left: 305px;
    z-index: 9;
}
.copy_box ul:after {
    content: ' ';
    clear: both;
    display: block;
    visibility: hidden;
}
* + html .copy_box ul {
    display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 1600px) {
    .copy_box ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.copy_box li {
    float: left;
    position: relative;
    padding-left: 30px;
}
.copy_box li a {
    vertical-align: top;
    color: #a0a5b1;
}

.copy_box li:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 9px;
    background-color: #a0a5b1;
}
.copy_box li:first-child:before {
    display: none;
}
.copy_box li:first-child {
    background-image: none;
    padding-left: 0;
}
.copy_box li.persnal-rule a {
    font-weight: bold;
    color: #fff;
}
.copy_box2 {
    position: absolute;
    top: 45px;
    left: 305px;
    padding-top: 20px;
    width: auto;
    font-size: 16px;
}
.copy_box2 .item1 {
    margin-bottom: 5px;
    font-style: normal;
    line-height: 1.5;
    color: #a0a5b1;
}
.copy_box2 .item1 ul:after {
    content: ' ';
    clear: both;
    display: block;
    visibility: hidden;
}
* + html .copy_box2 .item1 ul {
    display: inline-block;
}
.copy_box2 .item1 ul li {
    float: left;
    padding-left: 20px;
}
.copy_box2 .item1 ul li:first-child {
    padding-left: 0;
    background-image: none;
}
.copy_box2 .item2 {
    margin-top: 5px;
    margin-bottom: 4px;
    line-height: 1.6;
    font-style: normal;
    font-size: 14px;
    color: #a0a5b1;
}
.footer_siteinfo{
    position: absolute;
    right: 0;
    bottom: 66px;
    font-size: 12px;
}
.wrapper .conts_wrap.ndc .inner .pre_box{
    margin:0 auto;
    padding: 0 0 30px;
    text-align: center;
    background-color: #fff;
}
.wrapper .conts_wrap.ndc .inner .pre_box img{
    
    vertical-align: top;
}



@media screen and (min-width: 1px) and (max-width: 1600px) {
    /*footer*/
    .footer {
        height: auto;
        min-height: 100px;
        padding: 10px;
        background-image: none;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    .footer__in {
        width: 100%;
    }
    .foot_img {
        display: none;
    }
    .copy_box {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 5px;
        background-color: transparent;
        padding: 5px;
    }
    .copy_box2 {
        position: relative;
        left: 0;
        top: 0;
        padding-top: 10px;
        text-align: center;
    }
    .copy_box2 .item1 {
        font-size: 15px;
    }
    .copy_box li {
        background-image: none;
        padding: 4px 10px;
    }
    .copy_box li::before {
        display: none;
    }
    .footer_siteinfo {
        position: relative;
        left: 0;
        top: 0;
        padding-top: 18px;
        text-align: center;
    }
    .select_bottom {
        position: relative;
        right: 0;
        top: 0;
    }
    .select_bottom p {
        float: left;
    }
    .copy_box2 .item1 ul li {
        padding-left: 0;
        background-image: none;
        float: none;
    }
    .copy_box3 {
        position: relative;
        top: 0;
        margin-bottom: 5px;
        right: 0;
    }
    .total-count {
        padding: 0;
        border-radius: 0;
        padding: 5px;
    }
    .total-count__dt:first-child {
        padding-left: 0;
    }
    .footer-select {
        display: inline-block;
    }
    .sel_go_btn {
        border-left: 0px;
    }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
    .copy_box2 .item1 li strong {
        display: block;
        margin-top: 5px;
    }
}
@media screen and (min-width: 1px) and (max-width: 470px) {
    .copy_box li {
        padding: 0;
        float: left;
        width: 33%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 24px;
    }
    .copy_box2 .item1 li {
        padding-left: 0 !important;
        background-image: none;
        width: 100%;
    }
}
.foot-go-link {
    background-color: #353849;
    position: relative;
    /* z-index: 9; */
    z-index: 1;
    padding: 20px 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
    .foot-go-link {
        padding: 10px 0 10px 0;
    }
}
.foot-go-link__in {
    width: 1600px;
    margin: 0 auto;
    position: relative;
    display: flex;
    margin: 0 auto;
    gap: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1600px) {
    .foot-go-link__in {
        width: auto;
        border-right: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
    .foot-go-link__in {
        display: block;
    }
}
.foot-go-link__in__item {
    flex: 1;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
    .foot-go-link__in__item {
        width: 100%;
        position: relative;
    }
}
.foot-go-link__in__item__a {
    border: 1px solid #686b7c;
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1400px) {
    .foot-go-link__in__item__a {
        border-bottom: 1px solid #5f6570;
    }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
    .foot-go-link__in__item__a {
        height: 40px;
        line-height: 40px;
        margin-bottom: 5px;
    }
}
.foot-go-link__in__item__a:focus {
    text-decoration: underline;
}
.foot-go-link__in__item__a:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);    
    width: 18px;
    min-width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url("../imgs/sprite.webp") no-repeat center/cover;
}
.on .foot-go-link__in__item__a:after {
    content: '';
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url("../imgs/sprite.webp") no-repeat center/cover;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
    .foot-go-link__in__item__a:after {
        right: 10px;
    }
}
.on .foot-go-link__in__item__a {
    color: #fff;
    background-color: #686b7c;
    border: 0;
    border-radius: 0 0 10px 10px;
}
.foot-go-link__in__item__box {
    display: none;
    position: absolute;
    bottom: 61px;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-bottom: 0;
    transition: all 0.3s ease 0s;
    border-radius: 10px 10px 0 0;
    background-color: #686b7c;
    min-width: 300px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
    .foot-go-link__in__item__box {
        bottom: 42px;
        width: 100%;
    }
}
.on .foot-go-link__in__item__box {
    display: block;
    padding-bottom: 10px;
}
.foot-go-link__in__item__box .depth .sec_box ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    min-width: 100px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
    .foot-go-link__in__item__box .depth .sec_box ul {
        padding: 10px;
        max-height: 246px;
        overflow: auto;
    }
}
.foot-go-link__in__item__box .depth .sec_box ul li {
    width: 20%;
}
@media screen and (min-width: 1px) and (max-width: 860px) {
    .foot-go-link__in__item__box .depth .sec_box ul li {
        width: calc( 100% / 3);
    }
}
@media screen and (min-width: 1px) and (max-width: 560px) {
    .foot-go-link__in__item__box .depth .sec_box ul li {
        width: calc( 100% / 2);
    }
}
.foot-go-link__in__item__box .depth .sec_box ul li a {
    display: block;
    padding: 7px 0;
    font-size: 15px;
    color: #fff;
}
.foot-go-link__in__item__box .depth .sec_box ul li a:hover, 
.foot-go-link__in__item__box .depth .sec_box ul li a:focus {
    text-decoration: underline;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
    .foot-go-link__in__item__box .depth .sec_box ul li a {
        padding: 3px 0;
    }
}




/* ERROR */
#error_page{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #f7fdf0;
}
#error_page .error_conts{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 788px;
    width: 100%;
}
#error_page .error_conts .slogan{
    margin: 20px 0;
}
#error_page .error_conts .slogan img{
    max-width: 200px;
    width: 100%;
}
#error_page .error_conts .error_conts_inner{
    padding: 70px 0 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
}
#error_page .error_conts .img{
    height: 100px;
}
#error_page .error_conts .tit{
    padding: 30px 0 12px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 32px;
    color: #231F20;
    word-break: keep-all;
}
#error_page .error_conts .txt{
    line-height: 1.3;
    font-weight: 400;
    font-size: 18px;
    color: #231F20;
    word-break: keep-all;
}
#error_page .error_conts .btn_home{
    display: block;
    margin: 30px auto 0;
    max-width: 256px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #75CD84;
    border-radius: 30px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1820px) {

    .main_section .deco_earth {
        left: 64%;
        top: 39%;
        max-width: 555px;
    }

}

@media only screen and (max-width: 1778px) {
    .wrapper .qna_section .qna_catagory ul li{
        margin: 0 12px;
    }
    .btn_youtube{
        bottom: 10%;
    }
}

@media only screen and (max-width: 1670px) {

    .main_section .deco_earth {
        top: 34%;
        left: 60%;
        max-width: 520px;
    }

    .main_section .lf_box {
        max-width: 760px;
    }
    .main_section .main_menu_list li{
        height: 300px;
    }
    .main_section .main_menu_list li strong{
        padding: 0 0 15px;
    }
    .main_section .main_menu_list li img{
        height: 140px;
        right: 25px;
        bottom: 12px;
    }
    .op_section {
        margin: -270px 0 0;
    }
    .wrapper .qna_section .qna_catagory ul li{
        margin: 0 5px;
    }
    .wrapper .qna_section .qna_catagory ul li a{
        font-size: 22px;
    }
    .btn_youtube{
        bottom: 2%;
    }
    .output_sum_box h3{
        width: 300px;
    }
    .output_sum_box .txt {
        width: calc(100% - 300px);
    }






}

@media only screen and (max-width: 1540px) {
    .main_section .deco_earth {
        top: 38%;
        left: 62%;
        max-width: 490px;
    }
    .btn_youtube{
        bottom: 0;
    }
    .output_sum_box .txt dl.actual {
        margin-right: 25px;
        width: 200px;
        padding-left: 40px;
    }
    .output_sum_box .txt dl.goal {
        width: calc(100% - 225px);
    }
    .list_outer h4{
        font-size: 32px;
    }
    .list_outer .list_box ul li h5 {
        margin: 0 0 22px;
        padding-left: 14px;
        font-size: 22px;
    }
    .list_outer .list_box ul li dl dd {
        font-size: 28px;
    }
    .ndc_explain_conts .ndc_tab_menu ul li a{
        font-size: 19px;
    }

}


@media only screen and (max-width: 1480px) {

    .main_section .op_graph_list{
        top: -350px;
    }
    .main_section .tit_box{
        min-height: initial;
    }
    .main_section .tit_box .top span{
        /* letter-spacing: -1px; */
        font-size: 32px;
    }
    .main_section .tit_box .top strong{
        font-size: 30px;
    }
    .main_section .tit_box .btm{
        line-height: 1;
        font-size: 88px;
    }
    .main_section .tit_box.tit_box2 .top span{
        font-size: 42px;
    }
    .main_section .tit_box.tit_box2 .btm{
        margin: 0;
        font-size: 80px;
    }
    .main_section .deco_earth {
        top: 38%;
        left: 62%;
        max-width: 420px;
    }
    .main_section .main_menu_list li:first-child a {
        padding: 30px 10px 30px 20px;
    }
    .main_section .main_menu_list li img{
        height: 130px;
        right: 25px;
        bottom: 20px;
    }
    .op_section .btn{
        margin: 0 3px;
        padding: 0 4px;
    }
    .op_section .btn span{
        padding-left: 20px;
    }
    .wrapper .conts_wrap .op_tab .op_tab_list li{
        margin-right: 12px;
        width: calc( ( 100% - 108px ) / 10) ;
    }
    .op_section .op_list li{
        margin: 0 18px 20px 0;
        width: calc((100% - 54px) / 4);
    }
	.op_section .op_list li.on {
		box-shadow: 8px 8px lightblue;
	}
    .conts_wrap li.no_list{
        width: 100% !important;
    }
    .op_section .op_list li:nth-child(4n) {
        margin: 0 0 20px 0;
    }
    .op_section .op_list li .tit{
        padding: 0 0 30px;
        line-height: 1.2;
        font-size: 18px;
    }
    .op_section .op_list li .tit p{
        min-height: 44px;
    }
    .wrapper .qna_section{
        padding: 0 40px 30px;
    }
    .wrapper .conts_wrap .op_view_box .top .tit_info p{
        margin-right: 20px;
    }
    .wrapper .conts_wrap .op_view_box .top .btn_share{
        margin-left: 12px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts h3{
        font-size: 40px;
    }
    .popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts h3 span{
        font-size: 30px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .wh_img {
        max-width: 420px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top{
        margin: -15px 0 50px;
        padding: 30px 40px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .top dt {
        font-size: 28px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .top dd{
        font-size: 18px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .btm .txt {
        padding: 0 0 10px;
        line-height: 1.4;
        font-size: 18px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .refer span{
        font-size: 15px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content {
        padding: 0 0 40px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content h4 {
        padding: 0 0 10px;
        font-size: 26px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content ul {
        padding: 0 0 6px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content ul li {
        line-height: 1.4;
        font-size: 18px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content ul li::before {
        top: 8px;
        width: 6px;
        height: 6px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .tit_box h4{
        padding: 0;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .tit_box p {
        font-size: 18px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts table.ndc_tbl{
        margin: 10px 0 0;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts table thead th {
        font-size: 16px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts table thead tr.last th {
        height: 60px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts table tbody tr td {
        height: 60px;
        font-size: 16px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top.py h3{
        font-size: 40px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top.py .py_txt {
        line-height: 1.3;
        font-size: 20px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top.py {
        margin: 0 0 30px;
        padding: 0 0 40px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content h4 {
        font-size: 28px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_text{
        font-size: 18px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content li{
        font-size: 18px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li{
        padding-left: 28px;
        font-size: 18px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li > p {
        margin-top: 6px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li > span.num {
        width: 18px;
        height: 18px;
        font-size: 12px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li ~ li{
        margin-top: 12px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_table th{
        height: 66px;
        font-size: 16px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_table td{
        height: 66px;
        font-size: 16px;
    }

    .output_sum_box h3 {
        width: 280px;
    }

    .output_sum_box h3 p {
        font-size: 26px;
    }
    .output_sum_box h3{
        width: 230px;
    }
    .output_sum_box h3 p {
        font-size: 22px;
    }
    .output_sum_box .txt {
        padding: 20px 0;
        width: calc(100% - 230px);
    }
    .output_sum_box .txt dl dt {
        padding: 0 0 8px;
        font-size: 16px;
    }
    .output_sum_box .txt dl.actual dd {
        font-size: 42px;
    }
    .output_sum_box .txt dl.actual{
        width: 170px;
        height: 90px;
    }
    .output_sum_box .txt dl.goal{
        height: 90px;
    }
    .output_sum_box .txt dl.goal dd strong {
        padding-left: 12px;
        letter-spacing: -1px;
        font-size: 42px;
    }
    .ndc_explain_conts .ndc_tab_menu ul li {
        margin: 0 20px;
    }
    .ndc_explain_conts .ndc_tab_menu ul li a {
        padding: 12px 5px 22px;
        letter-spacing: -0.6px;
        font-size: 17px;
    }
    .ndc_explain_conts .ndc_tab_menu ul li.on a::after {
        height: 4px;
    }
    .ndc_explain_conts .tab_conts_inner h3 {
        font-size: 30px;
    }
    .ndc_tab_conts .tab_conts_inner.state h3 span{
        padding-left: 8px;
        font-size: 28px;
    }    
    .ndc_explain_conts .tab_conts_inner .wh_img{
        max-width: 520px;
    }
    .ndc_explain_conts #tab01 .tab_conts_inner .wh_img{
        max-width: 346px;
    }
    .ndc_explain_conts #tab02 .tab_conts_inner .wh_img{
        max-width: 422px;   
    }
    .ndc_explain_conts .tab_conts_inner .conts_top{
        margin: -15px 0 50px;
        padding: 30px 40px;
    }
    .ndc_explain_conts .tab_conts_inner .conts_top .top dt {
        font-size: 28px;
    }
    .ndc_explain_conts .tab_conts_inner .conts_top .top dd{
        font-size: 18px;
    }
    .ndc_explain_conts .tab_conts_inner .conts_top .btm .txt {
        padding: 0 0 10px;
        line-height: 1.4;
        font-size: 18px;
    }
    .ndc_explain_conts .tab_conts_inner .refer span{
        font-size: 15px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content {
        padding: 0 0 40px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content h4 {
        padding: 0 0 10px;
        font-size: 26px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content ul {
        padding: 0 0 6px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content ul li {
        font-size: 16px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content ul li::before {
        top: 8px;
        width: 6px;
        height: 6px;
    }
    .ndc_explain_conts .ndc_content .year_list li div .btn_detail{
        padding: 10px 50px 10px 30px;
        height: 50px;
        line-height: 30px;
        font-size: 16px;
    }
    .ndc_explain_conts .tab_conts_inner .tit_box h4{
        padding: 0;
    }
    .ndc_explain_conts .tab_conts_inner .tit_box p {
        font-size: 18px;
    }
    .ndc_explain_conts .tab_conts_inner table.ndc_tbl{
        margin: 10px 0 0;
    }
    .ndc_explain_conts .tab_conts_inner table thead th {
        font-size: 16px;
    }
    .ndc_explain_conts .tab_conts_inner table thead tr.last th {
        height: 60px;
    }
    .ndc_explain_conts .tab_conts_inner table tbody tr td {
        height: 60px;
        font-size: 16px;
    }
    .ndc_tab_conts .tab_conts_inner .ndc_content .country_tit img{
        width: 36px;
    }
    .ndc_tab_conts .tab_conts_inner .ndc_content .country_tit strong{
        font-size: 28px;
    }
    .ndc_tab_conts .tab_conts_inner .ndc_content ul li p{
        font-size: 18px;
    }
    .ndc_tab_conts .tab_conts_inner .ndc_content ul.year_list li p{
        font-size: inherit;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content ul li p{
        font-size: 16px;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content ul li p a{
        font-size: 16px;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content ul li p a{
        padding-left: 24px;
        font-size: 16px;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content ul li span{
        font-size: 16px;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content ul li p a::before {
        width: 18px;
        height: 18px;
    }
    .ndc_explain_conts .tab_conts_inner .setting_bg .txt{
        font-size: 18px;
    }
    .ndc_explain_conts .tab_conts_inner .condition_box .txt{
        font-size: 16px;
    }
    .ndc_explain_conts .tab_conts_inner .condition_box .ndc_content .country_txt{
        font-size: 18px;
    }

    .ndc_explain_conts .ndc_content .year_list li div table .triangle{
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 10px solid #FFA600;
    }

    .ndc_explain_conts .tab_conts_inner .climate_crisis_box h5{
        padding: 0 0 15px;
        font-weight: 700;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box h5 strong{
        padding: 0 12px 0 0;
        font-size: 26px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box h5 span{
        font-size: 20px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dt{
        font-size: 18px;
    }

    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dd{
        font-size: 18px;
    }

    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dt{
        font-size: 24px;
    }

    .ndc_explain_conts .ndc_tab_menu ul li:nth-child(3) a::before,
    .ndc_explain_conts .ndc_tab_menu ul li:nth-child(4) a::before{
        top: 11px;
        width: 98%;
    }

    .main_popup {
        right: 30%;
    }


}

@media only screen and (max-width: 1350px) {


    .main_section .op_graph_list li.first .li_box dl dt {
        font-size: 18px;
    }
    .main_section .op_graph_list li.first .li_box dl dd p{
        font-size: 14px;
    }
    .main_section .op_graph_list li.first .li_box dl dd p:nth-child(2)::after{
        width: 80%;
    }
    .main_section .op_graph_list li.gn.first::before {
        height: 350px;
    }

    .main_section .op_graph_list li:nth-child(2).on .tit{
        font-size: 18px;
    }
    .main_section .op_graph_list li:nth-child(2).on .li_box::after {
        width: calc(100% + 15px);
    }
    
    .main_section .deco_earth {
        top: 40%;
        left: 66.5%;
        max-width: 400px;
    }
    .btn_youtube {
        top: calc(58vh + 105px);
    }
    .output_sum_box h3{
        width: 200px;
    }
    .output_sum_box h3 p {
        font-size: 20px;
    }
    .output_sum_box .txt {
        padding: 20px 0;
        width: calc(100% - 200px);
    }
    .output_sum_box .txt dl.actual dd {
        font-size: 40px;
    }
    .output_sum_box .txt dl.goal dd strong {
        font-size: 40px;
    }
    .list_outer .list_box ul li {
        margin: 0 15px 15px 0;
        padding: 22px;
        width: calc((100% - 45px) / 3);
    }
    .list_outer .list_box ul li:nth-child(3n) {
        margin-right: 0;
    }
    .list_outer .list_box ul li:nth-child(4n) {
        margin-right: 15px;
    }




}

@media only screen and (max-width: 1280px) {

    .inner{
        padding: 40px 20px;
    }
    #header .inner{
        padding: 0 20px;
    }

    #header .logo{
        top: 15px;
    }
    #header .logo a{
        width: 160px;
        height: 50px;
    }
    
    #nav .nav_list li{
        margin: 0 20px;
    }
    #nav .nav_list li a{
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
    #nav .nav_list li.active a::after{
        height: 4px;
    }
    #header .user_box{
        font-size: 15px;
    }
    .main_section .tit_box{
        padding: 0 0 220px;
    }
    .main_section .tit_box .top span{
        font-size: 24px;
    }
    .main_section .tit_box .top strong{
        font-size: 22px;
    }
    .main_section .tit_box .btm{
        font-size:68px;
    }
    .main_section .op_graph_list{
        position: absolute;
        right: -20px;
        top: -420px;
    }
    .main_section .main_menu_list li a{
        padding: 30px 25px;
    }
    .main_section .deco_earth {
        top: 36%;
        left: 38px;
        transform: translate(0, -50%);
        max-width: 190px;
        z-index: 0;
    }
    .wrapper {
        margin-top: 70px;
    }
    .op_section{
        margin: -94px 0 0;
    }
    .op_section .op_list li{
        margin: 0 20px 30px 0;
        padding: 20px;
        width: calc((100% - 20px) / 2);
    }
	.op_section .op_list li.on {
		box-shadow: 8px 8px lightblue;
	}
    .op_section .op_list li:nth-child(4n){
        margin: 0 20px 30px 0;
    }
    .op_section .op_list li:nth-child(2n){
        margin: 0 0 30px 0;
    }
    .op_section .op_list li .badge{
        padding: 0 0 10px;
    }
    .op_section .op_list li .tit{
        padding: 0 0 20px;
    }
    .wrapper .conts_wrap .op_tab .op_tab_list{
        padding-bottom: 30px;
    }
    .wrapper .conts_wrap .op_tab .op_tab_list li a{
        padding: 14px 0;
        font-size: 16px;
    }
    .wrapper .qna_section .qna_catagory ul li{
        margin: 0 10px;
    }
    .wrapper .qna_section .qna_catagory ul li:first-child{
        margin-left: 0;
        padding-left: 0;
    }
    .wrapper .qna_section .qna_catagory ul li:last-child{
        margin-right: 0;
        padding-right: 0;
    }
    .wrapper .qna_section .qna_catagory ul li a{
        padding: 15px 5px;
        height: 54px;
        text-align: center;
        word-break: keep-all;
        
    }
    .wrapper .qna_section .qna_catagory ul li:first-child a{
        padding-top: 30px;
        height: 40px;
    }
    .wrapper .qna_section .qna_catagory ul li:nth-child(2) a{
        padding-top: 30px;
        height: 40px;
    }

    .popup_wrap.whole_popup .popup_inner .wh_conts{
        padding: 35px 30px 20px;
        border-radius: 12px;
    }
    .output_sum_box h3 {
        width: 160px;
    }
    .output_sum_box .txt dl dt {
        padding: 0 0 4px;
        font-size: 16px;
    }
    .output_sum_box .txt {
        padding: 10px 0;
        width: calc(100% - 160px);
    }
    .output_sum_box .txt dl.actual dd {
        font-size: 34px;
    }
    .output_sum_box .txt dl.goal dd strong {
        font-size: 34px;
        padding-left: 10px;
    }
    .output_sum_box .txt dl.goal dd .first {
        padding-right: 45px;
    }
    .output_sum_box .txt dl.goal dd .first::after {
        right: 18px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 12px solid #fff;
    }
    .output_sum_box .txt dl.actual{
        margin-right: 20px;
        padding-left: 25px;
        width: 130px;
    }
    .output_sum_box .txt dl.goal {
        width: calc(100% - 150px);
    }
    .output_sum_box .txt dl.goal dd strong {
        font-size: 32px;
    }

    .ndc_explain_conts .ndc_tab_menu{
        margin: 0 0 30px;
    }
    .ndc_explain_conts .ndc_tab_menu ul li{
        margin: 0 12px;
    }
    .ndc_explain_conts .ndc_tab_menu ul li a {
        padding: 12px 5px 22px;
        text-align: center;
        letter-spacing: -0.6px;
        font-size: 16px;
        word-break: keep-all;
    }
    .ndc_explain_conts .tab_conts_inner .setting_bg .txt{
        font-size: 16px;
    }
    .ndc_explain_conts .tab_conts_inner .condition_box .txt{
        font-size: 16px;
    }
    .ndc_explain_conts .tab_conts_inner .condition_box .ndc_content .country_txt {
        font-size: 16px;
    }
    .wrapper .top_conts_wrap h3{
        font-size: 32px;
    }
    .wrapper .top_conts_wrap h4{
        font-size: 20px;
    }
    .wrapper .register_section .tit{
        font-size: 24px;
    }
    .wrapper .register_section .personal_box .txt .txt_inner{
        line-height: 1.4;
        font-size: 16px;
    }
    .wrapper .register_section .personal_box .radio_chk .rd_box label{
        font-size: 18px;
    }

    .wrapper .conts_wrap .op_view_box .key_point_box .keyword ul{
        margin-left: 16px;
    }
    .wrapper .conts_wrap .op_view_box .key_point_box .keyword ul li{
        margin-right: 12px;
        font-size: 18px;
    }

    .ndc_explain_conts .ndc_content .year_list li strong{
        width: 200px;
        letter-spacing: -0.8px;
    }
    .ndc_explain_conts .ndc_content .year_list li >  div{
        width: calc(100% - 200px);
    }
    .ndc_tab_conts .tab_conts_inner .ndc_content .country_tit img{
        width: 28px;
    }
    .ndc_explain_conts .tab_conts_inner .condition_box .ndc_content .country_tit strong {
        padding-left: 8px;
        font-size: 22px;
    }
    .ndc_tab_conts .tab_conts_inner .ndc_content .country_tit strong{
        padding-left: 10px;
        font-size: 20px;
    }

    .ndc_tab_conts .tab_conts_inner .ndc_content ul.year_list li .tb_refer{
        font-size: 14px;
    }

    .ndc_explain_conts .tab_conts_inner .climate_crisis_box{
        padding: 40px 0 0;
    }

    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dt{
        margin-right: 12px;
        padding: 6px 0;
        width: 95px;
        font-size: 15px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl{
        padding: 0 0 10px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dd{
        font-size: 16px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .refer_box p{
        font-size: 14px;
    }

    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box{
    padding: 30px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dt {
        line-height: 1.3;
        font-size: 22px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd{
        width: calc(100% - 150px);
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul li{
        font-size: 16px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul li::before {
        top: 8px;
        width: 3px;
        height: 3px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul li strong{
        width: 110px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul li p {
        width: calc(100% - 110px);
        font-size: 16px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl + p{
        font-size: 14px;
    }

    .wrapper .conts_wrap .ndc_down_list li .tit_box{
        font-size: 28px;
    }
    .wrapper .conts_wrap .ndc_down_list li:nth-child(2) .tit_box p{
        padding: 30px 0 0;
    }
}



@media only screen and (max-width: 1080px) {

    .main_section .op_graph_list li.first .li_box dl dt {
        font-size: 15px;
    }
    .main_section .op_graph_list li.first .li_box dl dd p{
        font-size: 13px;
    }
    .main_section .op_graph_list li.first .li_box dl dd p:nth-child(2)::after{
        width: 72%;
    }
    .main_section .op_graph_list li.gn.first::before {
        /* height: 330px; */
    }
    .main_section .op_graph_list li:nth-child(2).on .tit {
        font-size: 15px;
    }
    .main_section .op_graph_list li:nth-child(2).on .li_box::after {
        width: 90%;
    }



    .main_section .lf_box{
        max-width: 700px;
    }
    .main_section .main_menu_list li a{
        padding: 30px 15px;
    }
    .wrapper .qna_section .qna_catagory ul li a{
        font-size: 20px;
    }
    .output_sum_box{
        flex-direction: column;
        border-radius: 0;
    }
    .output_sum_box h3{
        width: 100%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }
    .output_sum_box h3 p {
        font-size: 18px;
        padding: 8px 0;
        
    }
    .output_sum_box .txt{
        padding: 0;
        width: 100%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 0;
    }
    .output_sum_box .txt dl.actual{
        height: 78px;
    }
    .output_sum_box .txt dl.goal{
        height: 78px;
    }
    .popup_wrap.popup_ytb .popup_inner{
        max-width: 766px;
    }





    .ndc_explain_conts .ndc_tab_menu ul li:nth-child(3) a::before,
    .ndc_explain_conts .ndc_tab_menu ul li:nth-child(4) a::before{
        top: 10px;
        width: 94%;
        height: 44px;
    }

}

@media only screen and (max-width: 1023px) {

    .only_pc{
        display: none;
    }
    .only_mo{
        display: block;
    }
    .inner{
        padding: 12px;
    }
    .op_section .inner{
        padding: 12px;
    }
    #header.main_hd{
        padding: 0;
    }
    #header.main_hd .btn_hamburger{
        display: block;
    }
    #header.main_hd #nav.open{
        display: block;
    }
    #header .inner{
        padding: 10px 2px 10px 12px;
    }
    #header.main_hd .inner{
        padding: 10px 12px 10px 12px;
    }
    #header .logo{
        position: relative;
        left: initial;
        top: initial;
    }
    /* 
    #header .logo a{
        width: 180px;
        height: 40px;
    }
    #header .logo.slogan a{
        width: 148px;
        height: 28px;
    } */
    #nav{
        display: none;
        position: fixed;
        left: 0;
        top: 70px;
        padding: 30px 12px;
        width: 100%;
        /* height: calc(100% - 220px); */
        height: 100vh;
        background-color: #000;
        box-sizing: border-box;
        z-index: 8;
    }
    #nav.open{
        display: block;
    }
    #nav .mo_user{
        padding: 0 0 32px;
    }
    #nav .mo_user .info{
        padding: 0 0 15px;
        font-weight: 400;
        font-size: 24px;
        color: #fff;
    }
    #nav .mo_user .info strong{
        font-weight: 500;
        color: #75CD84;
    }
    #nav .mo_user ul{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        background-color: #231F20;
        border-radius: 8px;
        box-sizing: border-box;
    }
    #nav .mo_user ul li{
        position: relative;
        width: calc( ( 100% - 1px ) / 2);
    }
    #nav .mo_user ul li:first-child::after{
        content: "";
        position: absolute;
        right: 1px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        background-color: #dfdfdf;
    }
    #nav .mo_user ul li a{
        
        display: block;
        padding: 10px 0;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
    }

    #nav .nav_list{
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
    }
    #nav .nav_list li{
        position: relative;
        margin: 0;
        width: 100%;
    }
    #nav .nav_list li::after{
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 11px;
        height: 18px;
        background:url("../imgs/ico_nav_arrow.webp") no-repeat center/cover;
    }
    #nav .nav_list li a{
        display: block;
        width: 100%;
        height: auto;
        font-weight: 500;
        font-size: 30px;
        color: #fff;
    }
    #nav .nav_list li.active a{
        color: #fff;
    }
    #nav .nav_list li.active a::after{
        display: none;
    }
    #header .user_box{
        display: none;
    }
    #header.active{
        position: fixed;
        background-color: #231F20;
    }
    #header.active .logo a{
        background-image: url("../imgs/logo.webp");
    }
    /* #header.active .slogan a{
        background-image: url("../imgs/slogan_wh.webp");
    } */
    /* #footer.active{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 12;
    }
    .foot-go-link.active{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 12;
    }
    .footer.active{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 12;
    }
    */
    .btn_hamburger {
        position: absolute;
        right: 12px;
        top: 14px;
        background: transparent;
        border: none;
        box-shadow: none;
        cursor: pointer;
        width: 40px;
        height: 40px;
    }
    .btn_hamburger span {
        position: absolute;
        right: 10px;
        width: 18px;
        height: 2px;
        background-color: #000;
        transform: rotate(0deg);
        transition: all 0.3s ease;
    }
    .btn_hamburger span:first-child {
        top: 15px;
    }
    .btn_hamburger span:last-child {
        top: 22px;
    }
    .btn_hamburger.active span {
        top: 19px;
        background-color: #fff;
    }
    .btn_hamburger.active span:first-child {
        transform: rotate(45deg);
    }
    .btn_hamburger.active span:last-child {
        transform: rotate(-45deg);
    }   
    
    .main_section .deco_earth {
        top: 46%;
        left: 12px;
        transform: translate(0, -50%);
        max-width: 190px;
    }
    .wrapper .top_conts_wrap .inner{
        padding: 0 10px;
    }
    .wrapper .conts_wrap .op_tab .op_tab_sel{
        text-align: right;
        padding: 0 0 12px;
    }
    .wrapper .conts_wrap .op_tab select{
        padding: 12px 12px 10px 14px;
        width: 102px;
        font-size: 14px;
        background-position: 94% 50%;
        background-color: #fff;
        border:none;
        border-radius: 25px;
        box-sizing: border-box;
        cursor: pointer;
    }   
    .wrapper .qna_section .qna_catagory{
        margin: 0 0 20px;
        border-bottom: none;
    }
    .wrapper .conts_wrap .op_qna_sel{
        text-align: right;
    }
    .wrapper .conts_wrap .op_qna_sel select{
        padding: 12px 12px 10px 14px;
        width: 160px;
        font-size: 14px;
        background-position: 94% 50%;
        background-color: #fff;
        border:1px solid #75CD84;
        border-radius: 25px;
        box-sizing: border-box;
        cursor: pointer;
    }   
    .wrapper .conts_wrap .btn_form_box .btn{
        min-width: calc((100% - 10px) / 3);
        height: 40px;
        font-size: 16px;
    }
    .wrapper .register_section .form_box .form_line .sel_box select{
        font-size: 15px;
    }
    .main_section{
        padding: 120px 0 0;
    }
    .main_section .inner{
        padding: 0 12px;
    }
    .main_section .tit_box{
        padding: 0 0 250px;
        width: 60%;
    }
    .main_section .tit_box .top{
        flex-wrap: wrap;
    }
    .main_section .tit_box .top strong{
        line-height: 1.2;
    }
    .main_section .flex_box{
        flex-direction: column-reverse;
        margin: 0;
        padding: 0;
    }
    .main_section .lf_box{
        margin: 0;
        max-width: 100%;
    }
    .main_section .main_menu_list{
        flex-wrap: wrap;
        width: 100%;
    }
    .main_section .main_menu_list li{
        height: 140px;
    }
    .main_section .main_menu_list li:nth-child(1){
        padding: 0;
        width: 100%;
    }
    .main_section .main_menu_list li:nth-child(2),
    .main_section .main_menu_list li:nth-child(3),
    .main_section .main_menu_list li:nth-child(4){
        width: 33.333333%;
    }
    .main_section .main_menu_list li:first-child a{
        padding: 20px 20px 0 20px;
    }
    .main_section .main_menu_list li strong{
        padding: 0 0 5px;
        font-size: 18px;
        word-break: keep-all;
    }
    .main_section .main_menu_list li:first-child.wide strong{
        font-size: 18px;
    }
    .main_section .main_menu_list li.wide strong{
        font-size: 20px;
    }
    .main_section .main_menu_list li strong br{
        display: none;
    }
    .main_section .main_menu_list li img {
        height: 90px;
        right: 10px;
        bottom: 10px;
        opacity: 1;
    }
    .main_section .main_menu_list li p{
        display: none;
        font-size: 14px;
    }
    .main_section .main_menu_list li:nth-child(1) p{
        display: block;
    }
    .main_section .main_menu_list li a{
        padding: 20px 10px 0;
    }
    .main_section .btn_link_list{
        flex-direction: column;
    }
    .main_section .btn_link_list ul{
        width: 100%;
    }
    .main_section .op_graph_list{
        top: -168%;
        right: 12px;
    }
    .op_section{
        margin: -130px 0 0;
        padding: 150px 0 0;
    }
    .btn_share{
        padding: 12.38px 9px;
    }
    .conts_wrap li.no_list{
        font-size: 16px;
    }
    .op_section .op_list li .tit{
        padding: 0 0 20px;
        font-size: 18px;
    }
    .op_section .op_list li .tit p {
        min-height: 44px;
    }
    .op_section .op_list li .badge em {
        margin-right: 2px;
        padding: 3px 6px 2px;
        font-size: 12px;
    }
    .op_section .op_list li .ut .date{
        font-size: 14px;
    }
    .op_section .op_list li .ut .name{
        font-size: 14px;
    }
    .wrapper .top_conts_wrap h3{
        padding: 0 0 12px;
        line-height: 1.1;
        font-size: 28px;
        word-break: keep-all;
    }
    .wrapper .top_conts_wrap h4{
        padding: 0 12px;
        line-height: 1.1;
        font-size: 18px;
    }
    .wrapper .qna_section{
        padding: 0 0 10px;
    }
    .wrapper .qna_section .qna_list li.no_qna_list{
        font-size: 16px;
    }
    .wrapper .qna_section .qna_list li .answer{
        line-height: 1.3;
        font-size: 16px;
    }
    .wrapper .qna_section .qna_list li .answer .answer_box{
        padding: 20px 30px 30px 76px;
    }
    .wrapper .qna_section .qna_list li .question_box .q_num{
        padding-left: 12px;
        width: 78px;
    }
    .wrapper .qna_section .qna_list li .question_box .q_num em{
        padding-right: 4px;
    }
    .wrapper .qna_section .qna_list li .question_box .q_num em{
        font-size: 32px;
    }
    .wrapper .qna_section .qna_list li .question_box .q_tit{
        width: calc(100% - 140px);
        font-size: 18px;
    }
    .wrapper .qna_section .qna_list li .question_box .arrow{
        width: 60px;
        height: 70px;
        background-size: 16px 10px;
    }
    .wrapper .register_section{
        margin-top: 0;
        margin-bottom: 40px;
        min-height: 330px;
    }
    .wrapper .register_section .btn_reg{
        font-size: 16px;
    }
    .wrapper .register_section .btn_reg.btn_certify{
        width: 80%;
        height: 40px;
        line-height: 40px;
    }
    .wrapper .register_section.info01{
        padding: 20px 0;
    }
    .wrapper .register_section.info01 .register_inner{
        padding: 30px 12px 50px;
    }
    .wrapper .register_section .tit{
        padding: 0 0 6px;
        font-size: 20px;
    }
    .wrapper .register_section .personal_box{
        padding: 0 0 20px;
    }
    .wrapper .register_section .personal_box .txt::after{
        height: 0;
    }
    .wrapper .register_section .personal_box .txt .txt_inner{
        padding: 12px 4px 20px;
        height: 146px;
        line-height: 1.3;
        font-size: 15px;
    }
    .wrapper .register_section .personal_box .txt ul li{
        padding-left: 14px;
    }
    .wrapper .register_section .personal_box .txt ul li::before{
        top: 8px;
    }
    .wrapper .register_section .personal_box .radio_chk{
        padding: 10px 0 0;
        text-align: left;
    }
    .wrapper .register_section .personal_box .radio_chk .rd_box{
        display: flex;
        justify-content: flex-start;
        margin: 0 0 8px;
    }
    .wrapper .register_section .personal_box .radio_chk .rd_box label{
        font-size: 14px;
    }
    .wrapper .register_section .form_box .form_box_inner{
        padding: 20px 0 10px;
    }
    .wrapper .register_section .img_reg.certify{
        margin: 0 0 10px;
        width: 88px;
    }
    .wrapper .conts_wrap .btn_form_box.info01{
        padding: 30px 0 0;
    }
    .wrapper .register_section.info02{
        margin-bottom: 30px;
    }
    .wrapper .register_section .form_box .form_line{
        flex-direction: column;
        margin:0 0 10px
    }
    .wrapper .register_section .form_box .form_line .file_name_box{
        flex-direction: column;
        align-items: flex-start;
    }
    .wrapper .register_section .form_box .form_line .form_tit{
        width: 100%;
        line-height: 34px;
        font-size: 16px;
    }
    .wrapper .register_section .form_box .form_line .inp_box .inp_outer{
        height: 50px;
    }
    .wrapper .register_section .form_box .form_line .sel_box{
        height: 50px;
    }
    .wrapper .register_section .form_box .form_line .sel_box {
        width: 100%;
    }
    .wrapper .register_section .form_box .form_line .inp_box{
        width: 100%;
    }
    .wrapper .register_section .form_box .form_line .chk_box{
        width: 100%;
    }
    .wrapper .register_section .form_box .form_line .txt_box {
        width: 100%;
    }
    .wrapper .register_section .form_box .form_line .inp_box .inp_outer input{
        padding: 10px;
        font-size: 15px;
    }
    .wrapper .register_section .form_box .form_line .file_box input[type="file"]{
        padding: 0;
    }
    .wrapper .register_section .form_box .form_line .chk_box .chk input + label span{
        font-size: 16px;
    }
    .wrapper .register_section .form_box .form_line .txt_box textarea{
        padding: 10px 10px 30px;
        font-size: 15px;
    }
    .wrapper .register_section .form_box .form_line .txt_box .txt_num{
        right: 10px;
        bottom: 15px;
        font-size: 14px;
    }
    .wrapper .register_section .form_box .form_line .txt_box .txt_num em{
        padding-right: 4px;
    }
    .wrapper .register_section .form_box .form_line .file_name_box strong span{
        font-size: 15px;
    }
    .wrapper .conts_wrap.op_view{
        padding-bottom: 60px;
    }
    .wrapper .conts_wrap .op_view_box{
        margin: 0 auto;
        padding: 30px 12px 10px;
        line-height: 1.5;
        font-size: 16px;
    }
    .wrapper .conts_wrap .op_view_box .top .btn_share.on::after{
        width:44px;
        height: 44px;
        font-size: 12px;
        line-height: 44px;
    }
    .wrapper .conts_wrap .op_view_box .top .sub_tit{
        align-items: flex-end;
        padding:0 0 12px;
    }
    .wrapper .conts_wrap .op_view_box .top .sub_tit .rgt{
        flex-direction: column;
        align-items: flex-end;
    }
    .wrapper .conts_wrap .op_view_box .top .sub_tit .btn{
        margin: 5px 0;
        padding: 2px 0;
    }
    .wrapper .conts_wrap .op_view_box .top .sub_tit .btn span{
        font-size: 16px;
    }
    .wrapper .conts_wrap .op_view_box .top .btn_share{
        margin-left: 2px;
        margin-top: 8px;
    }
    .wrapper .conts_wrap .op_view_box .top .tit {
        padding: 0 8px 14px 0;
        font-size: 20px;
    }
    .wrapper .conts_wrap .op_view_box .top .tit_info{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .wrapper .conts_wrap .op_view_box .top .tit_info p {
        margin-right: 0;
        padding: 2px 0 4px;
        width: 100%;
        font-size: 16px;
    }
    .wrapper .conts_wrap .op_view_box .top .tit_info p strong{
        padding: 0;
        width: 82px;
        box-sizing: border-box;
    }
    .wrapper .conts_wrap .op_view_box .top .tit_info p span{
        width: calc( 100% - 82px);
    }
    .wrapper .conts_wrap .op_view_box .txt{
        padding: 20px 0;
        line-height: 1.4;
        font-size: 16px;
    }
    .wrapper .conts_wrap .attachedfile_box{
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 12px;
    }
    .wrapper .qna_section .qna_list li .answer .attachedfile_box{
        padding-left: 76px;
        padding-right: 30px;
    }
    .wrapper .qna_section .qna_list li .answer .attachedfile_box ul li{
        padding: 0 0 6px 0;
    }
    .wrapper .conts_wrap .attachedfile_box strong{
        padding: 0 0 10px;
        font-size: 16px;
    }
    .wrapper .conts_wrap .attachedfile_box ul{
        width: 100%;
    }
    .wrapper .conts_wrap .attachedfile_box ul li{
        padding: 0 0 8px 0;
        font-size: 15px;
    }
    .wrapper .conts_wrap .attachedfile_box ul li span{
        padding-right: 28px;
    }
    .wrapper .conts_wrap .op_view_box .key_point_box .summary{
        flex-direction: column;
        padding: 24px 12px 18px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    .wrapper .conts_wrap .op_view_box .key_point_box .summary img {
        width: 130px;
    }
    .wrapper .conts_wrap .op_view_box .key_point_box .summary p{
        margin-left: 0;
        padding-left: 0;
        padding-top: 12px;
        font-size: 15px;
        border: none;
    }
    .wrapper .conts_wrap .op_view_box .key_point_box .keyword{
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 12px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .wrapper .conts_wrap .op_view_box .key_point_box .keyword strong {
        margin-bottom: 8px;
        width: 80px;
        height: 28px;
        line-height: 28px;
        font-size: 15px;
    }
    .wrapper .conts_wrap .op_view_box .key_point_box .keyword ul{
        flex-wrap: wrap;
        margin-left: 5px;
    }
    .wrapper .conts_wrap .op_view_box .key_point_box .keyword ul li{
        margin-right: 10px;
        font-size: 15px;
    }
    .popup_wrap .popup_inner{
        width: 80%;
    }
    .popup_wrap .popup_inner .popup_conts dl dt {
        padding: 0 0 6px;
        font-size: 22px;
    }
    .popup_wrap .popup_inner .popup_conts dl dd {
        padding: 0 0 30px;
        font-size: 16px;
        color: #231F20;
    }
    .popup_wrap .popup_inner .popup_conts .btn_popup_close{
        padding: 12px 0;
        max-width: 180px;
        font-size: 16px;
    }
    .btn_floating_register{
        bottom: 80px;
    }
    .btn_floating_register a{
        width: 66px;
        height: 66px;
        font-size: 12px;
    }
    .btn_floating_register img{
        width: 24px;
    }
    .btn_floating_register span{
        padding: 0;
    }
    #error_page .error_conts{
        width: 92%;
    }
    #error_page .error_conts .slogan{
        margin: 8px 0;
        padding-left: 4px;
    }
    #error_page .error_conts .slogan img{
        max-width: 180px;
    }
    #error_page .error_conts .img{
        height: 80px;
    }
    #error_page .error_conts .tit {
        padding: 30px 0 12px;
        font-size: 24px;
    }
    #error_page .error_conts .txt {
        padding: 0 16px;
        font-size: 16px;
    }
    #error_page .error_conts .txt br{
        display: none;
    }
    #error_page .error_conts .btn_home {
        margin: 30px auto 0;
        max-width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-radius: 20px;
    }
    .popup_wrap.whole_popup .popup_inner{
        width: calc(100% - 30px);
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts{
        padding: 35px 10px 20px;
        border-radius: 12px;
    }
    .popup_wrap.whole_popup .popup_inner .btn_whole_close{
        margin-top: 20px;
        margin-bottom: 15px;
        width: 72px;
        height: 35px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts h3 {
        font-size: 24px;
    }
    .popup_wrap.whole_popup.ndc_state .popup_inner .wh_conts h3 span{
        display: block;
        font-size: 16px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .wh_img {
        max-width: 280px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .top dt {
        font-size: 20px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .top dt span {
        font-size: 15px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .btm .txt {
        padding: 0 0 8px;
        line-height: 1.3;
        font-size: 15px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top {
        margin: -15px 0 30px;
        padding: 20px 10px;
        border-radius: 12px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .top{
        margin: 0 0 12px;
        padding: 0 0 12px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .top dd{
        font-size: 15px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top .btm .refer{
        line-height: 1;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content {
        padding: 0 0 20px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content h4 {
        padding: 0 0 8px;
        line-height: 1.1;
        font-size: 18px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content ul {
        padding: 0 0 2px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content ul li {
        line-height: 1.4;
        font-size: 14px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content .refer{
        text-align: left;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .refer span {
        font-size: 12px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .tit_box{
        flex-direction: column;
        align-items: flex-start;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .tit_box p {
        margin-left: auto;
        font-size: 13px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_tbl_wrap {
        overflow-x: auto;
        margin-left: 0;
        width: 100%;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_tbl_wrap .ndc_tbl{
        min-width: 880px;
        border-top: 2px solid #52A245;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts table thead tr.first th {
        height: 40px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts table thead th {
        font-size: 14px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts table thead tr.last th {
        height: 40px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts table tbody tr td {
        height: 36px;
        font-size: 14px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content ul li{
        padding-left: 10px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .ndc_content ul li::before {
        top: 6px;
        width: 4px;
        height: 4px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top.py {
        margin: 0 0 25px;
        padding: 0px 0 25px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top.py h3 {
        padding: 0 0 10px;
        font-size: 24px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .conts_top.py .py_txt {
        font-size: 14px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content {
        padding: 0 0 30px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content h4 {
        font-size: 18px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_st1 > li > strong{
        width: 50px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_text {
        padding: 0 0 8px;
        font-size: 14px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content li {
        font-size: 14px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_st1 li {
        padding-left: 18px;
        line-height: 1.5;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_st1 > li:before {
        top: 9px;
        left: 8px;
        width: 4px;
        height: 4px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li ~ li{
        margin-top: 8px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li{
        padding-left: 22px;
        font-size: 14px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li > span.num {
        width: 16px;
        height: 16px;
        font-size: 11px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_st1 > li > .list_st2 li, 
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_ol1 > li > .list_ol2 li{
        position: relative;
        padding-left: 16px;
    } 
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_st1 > li > .list_st2 li::before, 
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .list_ol1 > li > .list_ol2 li::before {
        top: 7px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li > p{
        margin-top: 3px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content [class^="list_ol"] > li > span.num {
        top: 1px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_table_wrap {
        overflow-x: auto;
        margin-left: 0;
        width: 100%;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_table{
        min-width: 880px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_table th {
        height: 52px;
        font-size: 13px;
    }
    .popup_wrap.whole_popup .popup_inner .wh_conts .policy_content .policy_table td {
        height: 52px;
        font-size: 13px;
    }
    .popup_wrap.identity .popup_inner{
        padding: 40px 12px;
        border-radius: 20px;
    }
    .popup_wrap.identity .popup_inner .id_tit{
        padding: 0 0 20px;
        font-size: 22px;
    }
    .popup_wrap.identity .popup_inner .btn_box_id .btn{
        margin: 0 3px;
        width: 120px;
        height: 40px;    
        font-size: 16px;
        border-radius: 22px;
    }
    .output_sum_box h3 p {
        font-weight: 500;
        font-size: 16px;
    }
    .output_sum_box .txt{
        flex-direction: column;
    }
    .output_sum_box .txt dl.actual{
        margin: 0;
        padding: 0;
        align-items: center;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #fff;
    }
    .output_sum_box .txt dl.actual dt{
        padding: 5px 0;
        font-weight: 500;
        font-size: 15px;
    }
    .output_sum_box .txt dl.actual dd {
        padding: 2px 0 8px;
        font-size: 22px;
        letter-spacing: 0;
    }  
    .output_sum_box .txt dl.goal{
        align-items: center;
        width: 100%;
        height: auto;
    }
    .output_sum_box .txt dl dt{
        padding: 10px 0;
        font-weight: 500;
        font-size: 15px;
    }
    .output_sum_box .txt dl.goal dd{
        padding: 0 0 10px;
    }
    .output_sum_box .txt dl.goal dd div{
        flex-direction: column;
    }
    .output_sum_box .txt dl.goal dd strong {
        font-size: 22px;
    }
    .output_sum_box .txt dl.goal dd div p{
        font-weight: 500;
        font-size: 14px;
    }
    .output_sum_box .txt dl.goal dd div p br{
        display: none;
    }
    .output_sum_box .txt dl.goal dd .first {
        padding-right: 38px;
    }
    .output_sum_box .txt dl.goal dd .first::after {
        right: 10px;
        border-left: 10px solid #fff;
    }
    .list_outer .list_box ul li {
        margin: 0 15px 15px 0;
        padding: 18px;
        width: calc((100% - 15px) / 2);
    }
    .list_outer .list_box ul li:nth-child(2n) {
        margin-right: 0;
    }
    .list_outer .list_box ul li:nth-child(3n) {
        margin-right: 15px;
    }
    .list_outer .list_box ul li:nth-child(4n) {
        margin-right: 0;
    }
    .list_outer {
        margin: 30px 0 0;
    }
    .list_outer h4 {
        font-size: 24px;
    }
    .list_outer .list_box ul li h5{
        margin: 0 0 15px;
        padding-left: 12px;
        font-size: 18px;
    }
    .list_outer .list_box ul li h5::before {
        width: 6px;
        height: 6px;
    }
    .list_outer .list_box ul li dl {
        margin: 0 0 8px;
        padding: 0 0 8px;
    }
    .list_outer .list_box ul li dl dt {
        padding: 0 0 4px;
        letter-spacing: -0.2px;
        font-weight: 500;
        font-size: 14px;
    }
    .list_outer .list_box ul li dl dd {
        font-size: 22px;
    }
    .list_outer .list_box ul li dl.d_txt02.arrow::after {
        bottom: -6px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #FFA600;
    }
    .list_outer .list_box ul li dl.d_txt02.arrow + dl.d_txt03 dd {
        font-weight: 500;
    }
    .ndc_explain_conts .tab_conts_inner h3 {
        padding: 0 0 15px;
        letter-spacing: 0;
        font-size: 24px;
    }
    .ndc_tab_conts .tab_conts_inner.state h3 span{
        display: block;
        font-size: 16px;
    }
    .ndc_explain_conts .tab_conts_inner .wh_img {
        /* max-width: 280px; */
    }
    .ndc_explain_conts .tab_conts_inner .conts_top .top dt {
        font-size: 20px;
    }
    .ndc_explain_conts .tab_conts_inner .conts_top .top dt span {
        font-size: 15px;
    }
    .ndc_explain_conts .tab_conts_inner .conts_top .btm .txt {
        padding: 0 0 8px;
        line-height: 1.3;
        font-size: 15px;
    }
    .ndc_explain_conts .tab_conts_inner .conts_top {
        margin: -15px 0 30px;
        padding: 20px 10px;
        border-radius: 12px;
    }
    .ndc_explain_conts .tab_conts_inner .conts_top .top{
        margin: 0 0 12px;
        padding: 0 0 12px;
    }
    .ndc_explain_conts .tab_conts_inner .conts_top .top dd{
        font-size: 15px;
    }
    .ndc_explain_conts .tab_conts_inner .conts_top .btm .refer{
        line-height: 1;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content {
        padding: 0 0 20px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content h4 {
        padding: 0 0 8px;
        line-height: 1.1;
        font-size: 18px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content ul {
        padding: 0 0 2px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content ul li {
        line-height: 1.4;
        font-size: 14px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content .refer{
        text-align: left;
    }
    .ndc_explain_conts .tab_conts_inner .refer span {
        font-size: 12px;
    }
    .ndc_explain_conts .tab_conts_inner .tit_box{
        flex-direction: column;
        align-items: flex-start;
    }
    .ndc_explain_conts .tab_conts_inner .tit_box p {
        margin-left: auto;
        font-size: 13px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_tbl_wrap {
        overflow-x: auto;
        margin-left: 0;
        width: 100%;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_tbl_wrap .ndc_tbl{
        min-width: 880px;
        border-top: 2px solid #52A245;
    }
    .ndc_explain_conts .tab_conts_inner table thead tr.first th {
        height: 40px;
    }
    .ndc_explain_conts .tab_conts_inner table thead th {
        font-size: 14px;
    }
    .ndc_explain_conts .tab_conts_inner table thead tr.last th {
        height: 40px;
    }
    .ndc_explain_conts .tab_conts_inner table tbody tr td {
        height: 36px;
        font-size: 14px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content ul li{
        padding-left: 10px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content ul li::before {
        top: 7px;
        width: 4px;
        height: 4px;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content ul li{
        flex-direction: column;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content ul li span{
        width: 100%;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content ul li p{
        padding-top: 4px;
        padding-left: 0;
        width: 100%;
        font-size: 14px;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content ul li p a{
        display: block;
        width: 100%;
        font-size: 14px;
        word-break: break-all;
        box-sizing: border-box;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content ul li span::after{
        display: none;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content .country_tit{
        padding: 20px 0 0;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content .country_tit img{
        width: 26px;
    }
    .ndc_tab_conts .tab_conts_inner .ndc_content .country_tit img {
        width: 26px;
    }
    .ndc_tab_conts .tab_conts_inner .ndc_content .country_tit strong {
        padding-left: 8px;
        font-size: 18px;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content .country_tit strong {
        padding-left: 8px;
        font-size: 18px;
    }
    .ndc_explain_conts .tab_conts_inner .condition_box .ndc_content .country_tit strong{
        padding-left: 8px;
        font-size: 18px;
    }
    .ndc_tab_conts .tab_conts_inner.state .ndc_content .country_txt{
        padding: 8px 0 0;
    }
    .wrapper .conts_wrap.ndc{
        padding: 0 0 30px;
    }
    .ndc_explain_conts .tab_conts_inner .setting_bg{
        margin-top: -20px;
        padding-top: 30px;
        background-color: #fff;
        border: 4px solid #4aa1ec;
        border-radius: 20px;
    }
    .ndc_explain_conts .tab_conts_inner .setting_bg .bg_img{
        display: none;
    }
    .ndc_explain_conts .tab_conts_inner .condition_box .ndc_content .country_txt {
        font-size: 16px;
    }
    .btn_youtube{
        right: -142px;
        height: 114px;
        top: 82vh;
    }
    .btn_youtube.scroll{
        right: -142px;
    }
    .btn_youtube img {
        width: 235px;
    }
    .ndc_explain_conts .ndc_content .year_list li strong{
        width: 160px;
        letter-spacing: -0.2px;
    }
    .ndc_explain_conts .ndc_content .year_list li >  div{
        width: calc(100% - 160px);
    }
    .ndc_explain_conts .ndc_content .year_list li div .btn_detail{
        padding: 10px 40px 10px 12px;
        width: 100%;
        height: 40px;
        line-height: 20px;
        font-weight: 500;
        font-size: 14px;
        border-radius: 0;
        background-position: 96% 50%;
    }
    .ndc_tab_conts .tab_conts_inner .ndc_content ul.year_list li .tb_refer{
        font-size: 12px;
    }



    .ndc_explain_conts .tab_conts_inner .climate_crisis_box h5{
        padding: 0 0 12px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box h5 strong{
        padding: 0 12px 0 0;
        font-size: 18px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box h5 span{
        font-size: 16px;
    }

    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl{
        align-items: flex-start;
        flex-direction: column;
        padding: 0 0 6px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dt{
        margin: 0 0 5px 0;
        padding: 3px 0;
        width: 80px;
        font-size: 13px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dd{
        width: 100%;
        font-size: 14px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dd p{
        margin: 0;
        padding-left: 8px;
        line-height: 1.2;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .crisis_inner dl dd p::before{
        top: 5px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .refer_box{
        padding: 0 0 20px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .refer_box p{
        text-align: left;
        font-size: 12px;
    }

    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box {
        margin: 5px 0 0;
        padding: 20px 10px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl{
        flex-direction: column;
    }

    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dt{
        padding: 0 0 6px;
        width: 100%;
        font-size: 18px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dt br{
        display: none;
    }   
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd{
        width: 100%;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul li{
        flex-direction: column;
        width: 100%;
        font-size: 14px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul li strong{
        width: 100%;
    }

    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl dd ul li p{
        width: 100%;
        font-size: 14px;
    }
    .ndc_explain_conts .tab_conts_inner .climate_crisis_box .rule_box dl + p{
        text-align: left;
        font-size: 12px;
    }
    .main_section .tit_box.tit_box2 .top span{
        font-size: 28px;
    }
    .main_section .tit_box.tit_box2 .btm{
        font-size: 50px;
    }

    .wrapper .conts_wrap .ndc_down_list{
        flex-direction: column;
        align-items: center;
    }
    .wrapper .conts_wrap .ndc_down_list li .tit_box{
        font-size: 22px;
    }
    .main_popup {
        top: 20%;
        right: 50%;
        transform: translateX(50%);
    }


}

@media only screen and (max-width: 767px) {
    .main_section .tit_box.tit_box2 .top span{
        font-weight: 700;
        font-size: 21px;
    }
    .main_section .tit_box.tit_box2 .btm{
        font-weight: 700;
        font-size: 40px;
    }

    .main_section {
        padding: 120px 0 0;
    }
    .main_section .tit_box{
        padding: 0 0 230px;
        width: 58%;
    }
    .main_section .tit_box .top{
        line-height: 0.8;
    }
    .main_section .tit_box .top span{
        /* letter-spacing: -0.4px; */
        padding-right: 10px;
        font-size: 16px;
    }
    .main_section .tit_box .top strong{
        margin-left: 0;
        padding: 0 6px;
        font-size: 16px;
        border-radius: 4px;
    }
    .main_section .tit_box .btm{
        letter-spacing:0;
        font-size: 46px;
    }
    .main_section .main_menu_list li:first-child a {
        padding: 15px 20px 0;
    }
    .main_section .main_menu_list li span{
        font-size:14px;
    }
    .main_section .main_menu_list li img {
        height: 70px;
        right: 5px;
        bottom: 10px;
    }
    .main_section .btn_link_list ul li a{
        font-size: 14px;
    }
    .main_section .op_graph_list{
        right: 0;
        top: -142%;
        width: 42%;
    }
    .main_section .op_graph_list::before {
        left: 1px;
        top: -10px;
        height: 92%;
        border-inline-start: 2px dotted #939598;
    }
    .main_section .op_graph_list li {
        margin: 0px 0 6px -22px;
        padding: 4px 0 4px 42px;
    }
    .main_section .op_graph_list li .li_box .tit{
        font-size: 14px;
    }
    .main_section .op_graph_list li .tit{
        padding: 0 0 4px;
        font-size: 13px;
    }
    .main_section .op_graph_list li .li_box{
        line-height: 1.1;
    }
    .main_section .op_graph_list li.gn .tit{
        line-height: 1;
        font-size: 13px;
    }
    .main_section .op_graph_list li:nth-child(2),
    .main_section .op_graph_list li:nth-child(3),
    .main_section .op_graph_list li:nth-child(4),
    .main_section .op_graph_list li:nth-child(5){
        padding-left: 78px;
    }
    .main_section .op_graph_list li:nth-child(2) .li_box .tit,
    .main_section .op_graph_list li:nth-child(3) .li_box .tit,
    .main_section .op_graph_list li:nth-child(4) .li_box .tit,
    .main_section .op_graph_list li:nth-child(5) .li_box .tit,
    .main_section .op_graph_list li:nth-child(6) .li_box .tit{
        font-size: 13px;
    }
    .main_section .op_graph_list li dl dd p{
        padding: 0 0 3px 6px;
        font-size: 11px;
    }
    .main_section .op_graph_list li dl dd p::before{
        top: 6px;
        width: 2px;
        height: 2px;
    }
    .main_section .op_graph_list li .tit::before{
        left: -25px;
        width: 16px;
        height: 16px;
        border-width: 4px;
    }
    .main_section .op_graph_list li.next .tit{
        padding: 0;
    }
    .main_section .op_graph_list li.next .tit::before{
        left: -24px;
        top: 2px;
    }
    .main_section .op_graph_list li.gn.first::before{
        left: 23px;
        top: -70px;
        height: 135px;
    }
    .main_section .op_graph_list li.first .tit::after {
        left: -20px;
        top: 6px;
        width: 5px;
        height: 5px;
    }
    .main_section .op_graph_list li.point .tit_line .tit{
        padding-bottom:7px;
    }
    .main_section .op_graph_list li.point::before{
        top: 9px;
        left: 60.5px;
        width: 1px;
        height: 115%;
    }
    .main_section .op_graph_list li.gn.rect .tit::before{
        left: -62px;
        top: -10px;
        height: 30px;
    }
    .main_section .op_graph_list li.point .tit::before{
        left: -25px;
        width: 16px;
        height: 16px;
        border-width: 4px;
    }
    .main_section .op_graph_list li.point .tit::after {
        left: -20px;
        top: 5px;
        width: 6px;
        height: 6px;
    }
    .main_section .op_graph_list li.point .ing{
        margin-top: 0;
        padding: 2px 10px;
        max-width: 120px;
        font-weight: 500;
        text-align: center;
        font-size: 12px;
        border-radius: 20px;
    }
    .main_section .op_graph_list li .gh_rect{
        top: 8px;
        width: 38px;
        height: 102%;
    }
    .main_section .op_graph_list li .btm.gh_rect{
        width: 37px;
        height: 90%;
    }
    .main_section .op_graph_list li.non .tit::before{
        left: -62px;
        top: -10px;
        height: 30px;
    }
    /* .main_section .op_graph_list li.last{
        margin-top: -10px;
    } */
    .main_section .op_graph_list li.last .tit::after {
        left: -19px;
        top: -55px;
        width: 2px;
        height: 55px;
    }
    .main_section .btn_link_list ul{
        padding: 12px 15px;
    }
    .main_section .deco_earth {
        top: 38%;
        max-width: 172px;
    }
    .main_section .op_graph_list li.first .li_box dl dd p{
        padding: 3px 0 3px 7px;
    }
    .main_section .op_graph_list li.first .li_box dl dd p::before{
        top: 7px;
    }
    .main_section .op_graph_list li.first .li_box dl dd p:nth-child(2)::after {
        left: -19px;
        width: 150px;
    }
    .main_section .op_graph_list li:nth-child(2).on .tit{
        text-align: center;
    }

    .main_section .op_graph_list li:nth-child(2).on .tit::after{
        left: -57px;
        top: -5px;
        height: 20px;
        width: 6px;
    }
    .main_section .op_graph_list li:nth-child(2).on .li_box::after {
        left: -10px;
        top: -2px;
        width: 82%;
        height: calc(100% + 4px);
    }




    .op_section{
        margin: -120px 0 0;
        padding: 140px 0 0;
    }
    .op_section .op_list li{
        margin: 0 0 20px 0;
        width: 100%;
    }
	.op_section .op_list li.on {
		box-shadow: 8px 8px lightblue;
	}
    .op_section .op_list li:nth-child(4n){
        margin: 0 0 20px 0;
    }
    .op_section .op_list li:nth-child(2n){
        margin: 0 0 20px 0;
    }
    .wrapper .qna_section .qna_list li .question_box .q_num{
        padding-left: 10px;
        width: 60px;
    }
    .wrapper .qna_section .qna_list li .question_box .q_num em{
        padding-right: 2px;
    }
    .wrapper .qna_section .qna_list li .question_box .q_num em{
        font-size: 28px;
    }
    .wrapper .qna_section .qna_list li .question_box .q_tit{
        width: calc(100% - 120px);
        font-size: 16px;
    }
    .wrapper .qna_section .qna_list li .question_box .arrow{
        width: 40px;
        height: 56px;
    }
    .wrapper .qna_section .qna_list li .answer .answer_box{
        padding: 20px 20px 40px;
    }
    .wrapper .qna_section .qna_list li .answer .attachedfile_box{
        padding: 20px 20px 18px;
    }
    .wrapper .register_section .form_box .form_line .chk_box .chk {
        justify-content: space-between;
        margin-right: 0;
        width: 33.3333%;
    }
    .more_box{
        padding: 0 0 40px;
    }
    .more_box .btn_more{
        padding: 15px 0;
        max-width: 100%;
        font-size: 16px;
        border-radius: 30px;
    }
    .more_box .btn_more span{
        padding-right: 0;
    }
    .more_box .btn_more span::after{
        display: none;
    }
    .popup_wrap .popup_inner{
        padding: 30px 12px;
        width: 92%;
    }
    .popup_wrap .popup_inner .popup_conts dl dd{
        font-size: 16px;
    }
    .popup_wrap .popup_inner .popup_conts ul{
        padding: 30px 0;
    }
    .popup_wrap .popup_inner .popup_conts ul li{
        margin-right: 12px;
        width: 70px;
        height: 70px;
        letter-spacing: -0.5px;
        font-size: 14px;
    }
    .popup_wrap .popup_inner .popup_conts ul li::before{
        width: 70px;
        height: 70px;
    }
    .popup_wrap .popup_inner .popup_conts ul li p{
        line-height: 1.1;
        letter-spacing: -0.5px;
        font-weight: 500;
        font-size: 14px;
    }
    .popup_wrap .popup_inner .popup_conts ul li::after{
        right: -12px;
        width: 12px;
        height: 4px;
    }
    .popup_wrap .popup_inner .popup_conts ul li:last-child{
        margin-right: 0;
    }
    .list_outer .list_box ul li {
        margin: 0 0 10px 0;
        padding: 15px;
        width: 100%
    }
    .list_outer .list_box ul li:nth-child(2n) {
        margin-right: 0;
    }
    .list_outer .list_box ul li:nth-child(3n) {
        margin-right: 0;
    }
    .list_outer .list_box ul li:nth-child(4n) {
        margin-right: 0;
    }
    .ndc_explain_conts .ndc_tab_menu ul{
        flex-wrap: wrap;
        align-items: stretch;
    }
    .ndc_explain_conts .ndc_tab_menu ul li{
        margin: 0;
        width: 33%;
    }
    .ndc_explain_conts .ndc_tab_menu ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        height: 100%;
        width: 100%;
        font-size: 14px;
        border-right: 1px solid #52A245;
        border-top: 1px solid #52A245;
        box-sizing: border-box;
    }
    .ndc_explain_conts .ndc_tab_menu ul li:nth-child(1) a,
    .ndc_explain_conts .ndc_tab_menu ul li:nth-child(3) a{
    border-left: 1px solid #52A245;
    }
    .ndc_explain_conts .ndc_tab_menu ul li.on a{
        font-weight: 500;
        color: #fff;
        background-color: #52A245;
    }
    .ndc_explain_conts .ndc_tab_menu ul li.on a::after{
        display: none
    }
    .ndc_explain_conts .tab_conts_inner .conts_top .top dd{
        font-size: 14px;
    }
    .ndc_explain_conts .tab_conts_inner .conts_top .btm .txt{
        font-size: 14px;
    }
    .ndc_explain_conts .tab_conts_inner .ndc_content h4 {
        letter-spacing: -0.4px;
        font-size: 18px;
    }
    .ndc_explain_conts .tab_conts_inner .setting_bg .txt{
        line-height: 1.4;
        font-size: 14px;
    }
    .ndc_explain_conts .tab_conts_inner .condition_box .txt {
        line-height: 1.4;
        font-size: 14px;
    }
    .ndc_explain_conts .tab_conts_inner .wh_img{
        width: 80% !important;
    }
    .ndc_explain_conts .tab_conts_inner .condition_box .ndc_content .country_txt {
        padding: 8px 0 0;
        font-size: 14px;
    }
    .popup_wrap.popup_ytb .popup_inner{
        width: 94%;
    }
    .popup_wrap.popup_ytb .popup_inner .popup_conts .btn_ytb_close{
        right: 0;
        top: -40px;
    }
    .popup_wrap.popup_ytb .popup_inner .popup_conts .btn_ytb_close img{
        width: 36px;
    }
    .ndc_explain_conts .ndc_content .year_list li{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ndc_explain_conts .ndc_content .year_list li strong{
        width: 100%;
    }
    .ndc_explain_conts .ndc_content .year_list li > div{
        width: 100%;
    }
    .ndc_explain_conts .ndc_tab_menu ul li:nth-child(3) a::before,
    .ndc_explain_conts .ndc_tab_menu ul li:nth-child(4) a::before{
        display: none;
    }

    .wrapper .top_conts_wrap .btn_link_background,
    .wrapper .top_conts_wrap .btn_link_download{
        margin: 18px 0 0;
        font-size: 16px;
    }
    .wrapper .conts_wrap .ndc_down_list{
        padding: 0 0 50px;
    }
    .wrapper .conts_wrap .ndc_down_list li .tit_box{
        padding: 30px;
        font-size: 18px;
    }
    .wrapper .conts_wrap .ndc_down_list li .btn_down{
        font-size: 16px;
    }
    .wrapper .conts_wrap .ndc_down_list li .btn_down span{
        padding: 16px 30px;
    }
    .wrapper .conts_wrap .ndc_down_list li .btn_down span::after{
        right: 30px;
    }
    .wrapper .conts_wrap .ndc_down_list li .tit_box p {
        padding: 14px 0 0;
    }
    .wrapper .conts_wrap .ndc_down_list li:nth-child(2) .tit_box p {
        padding: 20px 0 0;
    }
    

}

@media only screen and (max-width: 660px){
    .main_section .op_graph_list li:nth-child(2).on .li_box{
        padding-right: 10px;
    }
    .main_section .op_graph_list li:nth-child(2).on .li_box::after {
        top: -1px;
        width: 100%;
        border-radius: 10px;
    }
    .ndc_explain_conts .ndc_content .tb_btm_box{
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .ndc_tab_conts .tab_conts_inner .ndc_content ul.year_list li .tb_refer{
        margin-left: auto;
    }
    .main_popup{
        width: 90%;
    }
}

@media only screen and (max-width: 392px) {

    .main_section .tit_box.tit_box2 .top span{
        font-size: 18px;
    }
    .main_section .tit_box.tit_box2 .btm{
        font-size: 24px;
    }


    .main_section .op_graph_list li.first .li_box dl dt {
        font-size: 13px;
    }

    .main_section .op_graph_list li.first .li_box dl dd p {
        font-size: 12px;
    }

    .main_section .op_graph_list li:nth-child(2) .li_box .tit,
    .main_section .op_graph_list li:nth-child(3) .li_box .tit,
    .main_section .op_graph_list li:nth-child(4) .li_box .tit,
    .main_section .op_graph_list li:nth-child(5) .li_box .tit,
    .main_section .op_graph_list li:nth-child(6) .li_box .tit{
        font-size: 12px;
    }

    .main_section .op_graph_list li:nth-child(2),
    .main_section .op_graph_list li:nth-child(3),
    .main_section .op_graph_list li:nth-child(4),
    .main_section .op_graph_list li:nth-child(5){
        padding-left: 65px;
    }


    .main_section .op_graph_list li .gh_rect {
        width: 28px;
    }
    .main_section .op_graph_list li.point::before {
        left: 51.5px;
    }
    .main_section .op_graph_list li.gn.rect .tit::before {
        left: -47px;
        top: -10px;
        height: 22px;
        border-width: 3px;
        width: 12px;
    }
    .main_section .op_graph_list li .tit::before {
        left: -24px;
        width: 14px;
        height: 14px;
        border-width: 3px;
    }
    .main_section .op_graph_list li.first .tit::after {
        left: -19px;
        top: 5px;
        width: 4px;
        height: 4px;
    }
    .main_section .op_graph_list li.point .tit::before {
        left: -20px;
        width: 13px;
        height: 13px;
        border-width: 3px;
    }
    .main_section .op_graph_list li .btm.gh_rect {
        width: 28px;
    }
    .main_section .op_graph_list li.next .tit::before {
        left: -20px;
        top: 0px;
        width: 13px;
        height: 13px;
    }
    .main_section .op_graph_list li.non .tit::before {
        left: -47px;
        top: -3px;
        height: 22px;
        border-width: 3px;
        width: 12px;
    }
    .main_section .op_graph_list li:nth-child(2).on .tit::after {
        left: -43px;
        top: -6px;
        height: 14px;
        width: 4px;
    }
    .main_section .op_graph_list li.gn.first::before {
        height: 130px;
    }
    .main_section .tit_box {
        width: 160px;
    }
    .main_section .tit_box .top span {
        font-size: 14px;
    }
    .main_section .tit_box .top strong {
        padding: 0 3px;
        font-size: 13px;
    }
    .main_section .tit_box .btm {
        font-size: 38px;
    }
    .main_section .op_graph_list{
        right: -10px;
        top: -148%;
        width: 160px;
    }
    .main_section .deco_earth {
        top: 36%;
        max-width: 170px;
    }
    .main_section .op_graph_list li.first .li_box dl dd p:nth-child(2)::after {
        left: -19px;
        width: 138px;
    }

}

@media only screen and (max-height: 780px) {

    #nav.open{
        padding-top: 15px;
    }
    #nav.open .mo_user {
        padding: 0 0 10px;
    }
    #nav .open.nav_list li a{
        height: 68px;
        line-height: 68px;
    }


}

@media only screen and (max-height: 690px) {

    #nav.open .mo_user .info{
        padding: 0 0 5px;
    }
    #nav.open .mo_user ul{
        padding: 3px 10px;
    }
    #nav.open .mo_user ul li a{
        font-size: 14px;
    }
    #nav.open .nav_list li a{
        line-height: 54px;
        font-size: 24px;
    }


}

@media only screen and (max-height: 440px) {

    #header #nav{
        overflow-y: auto;
    }

}