@import url('reset.css');

body{
    word-break: keep-all;
}

html.fixed, body.fixed{
    overflow: hidden !important;
    touch-action:none;
}

/* common */
.only_m {
    display: none ;
}

.slick-slide img.only_m {
    display: none !important;
}

.fl_sb {
    display: flex;
    justify-content: space-between;
}

.fl_ac {
    display: flex;
    align-items: center;
}

.sb_ac {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jc_ac {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* common */

.inner {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

main .inner {
    max-width: 1380px;
}

/* header */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111111;
}

header .inner {
    max-width: 1790px;
    padding: 26px 0;
    position: relative;
    z-index: 10001;
}

header .logo a {
    display: flex;
}
#header .menu_cont a.ank,
#header.search_show .lang_list a ,
.lang_list a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    opacity: 0.6;
}

.lang_list li+li {
    padding-left: 14px;
    margin-left: 14px;
    position: relative;
}
#header.search_show .lang_list li+li::before ,
.lang_list li+li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}




#header.search_show .lang_list a.on ,
.lang_list a.on {
    opacity: 1;
    position: relative;
}
#header.search_show .lang_list a.on::after ,
.lang_list a.on::after {
    content: '';
    display: block;
    width: 100%; height:2px ;
    background: #fff;
    position: absolute;
    bottom: -6px; left: 0;
}
#header.hst2.search_show .lang_list a.on::after,
#header.search_show .lang_list a.on::after ,
.lang_list a.on::after {
    content: '';
    display: block;
    width: 100%; height:2px ;
    background: #fff;
    position: absolute;
    bottom: -6px; left: 0;
}

#header.hst2 .lang_list a.on::after {
    background: #252525;
}

#header .menu_cont a.ank{
    opacity: 1;
    margin-right: 30px;
}
#header.hst2  .menu_cont a.ank{
    color: #252525;
}#header.search_show.hst2 .menu_cont a.ank {
    color: #fff;
}


#header.search_show .search_open,
.search_open {
    display: block;
    width: 34px; height: 34px;
    background: no-repeat center ;
    background-image: url(../img/btn/search_on.png);
    font-size: 0; color: transparent;
    margin-left: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


#header .search_box {
    position: absolute;
    top: 100%; left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 100%;
    z-index: 1000;
    display: none;
}
#header .search_box.search_show {
    display: block;

}

#header .search_box .bg {
    background: rgba(0,0,0,0.3);
    display: block;
    width: 100%;
    height:calc(100vh - 173px);
    position: fixed;
    top: 100%; left: 0;
}
#header .search_box .inner {
    display: flex;
    flex-direction: column;
    padding:28px 0 60px ;
    z-index: 100;
    position: relative;
}
#header .search_box .search_close {
    margin-left: auto;
    display: block;
    width: 26px; height: 26px;
    background: no-repeat center ;
    background-image: url(../img/btn/search_closer.png);
    font-size: 0;
    color: transparent;
}
#header .search_box .search_input {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#header .search_box .search_input input {
    background: #f6f6f6;
    padding:0 80px 0  30px;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    display: block;
    width: 100%;
}
#header .search_box .search_input input::placeholder {
    color: #bbbbbb;
}
#header .search_box .search_input .search {
    display: block;
    width: 80px; height: 60px;
    font-size: 0; color: transparent;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
    background: no-repeat center;
    background-image: url(../img/btn/search.png);
}


#header .ham_box {
    width: 52px; height: 52px;
    background: #3cc2da;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    position: relative;
}
#header.search_show.hst2 .ham_box.hover::after,
#header .ham_box.hover::after {
    content: 'SITE MAP';
    color: #fff;
    font-size:12px;
    position: absolute;
    bottom:-20px ; left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.hover_wrap #header .ham_box.hover::after {
    display: none;
}
#header.hst2 .ham_box.hover::after {
    color: #252525;
}



.open #header .ham_box {background: transparent;}
.ham_btn {
    display: block;
    width: 20px;
    height: 16px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 9999;
}
#header.search_show .ham_btn span,
.ham_btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.5s;
}

.ham_btn .top {
    top: 0;
}

.ham_btn .mid {
    top: 50%;
    transform: translateY(-50%);
}

.ham_btn .bot {
    top: calc(100% - 2px);
}

html.open .ham_btn {
    transform: rotate(-45deg);
}

html.open .ham_btn .top {
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
}

html.open .ham_btn .mid {
    transform: scale(0);
}

html.open .ham_btn .bot {
    top: calc(50% - 1px);
    transform: rotate(90deg) translateY(-50%);
}

header.hst2 {
    background: #fff;
}
header.search_show {
    background:#3cc2da ;
}
header.hst2 .search_open {
    background-image: url(../img/btn/search_on_b.png);
}

/* header.hst2 .ham_btn span {
    background: #252525;
} */

header.hst2 .lang_list a {
    color: #999;
    opacity: 1;
}

header.hst2 .lang_list li+li::before {
    background: #999;
}

header.hst2 .lang_list a.on {
    color: #252525;
}

#gnb {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1000;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    padding-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(60, 194, 218, 0.97);
    transition: all 0.5s;
    overflow: hidden;
}

html.open #gnb {
    left: 0;

}

html.open #wrap {
    overflow: hidden;
    height: 100%;
}

#gnb .gnb_list {
    width: calc(100% - 100px);
    max-width: 1560px;
    display: flex;
    justify-content: center;
}

#gnb .gnb_list>li {
    width: calc(100%/7);
}
/*
#gnb .gnb_list>li:nth-of-type(4) {
    width: calc(100%/7 - 30px);
}

#gnb .gnb_list>li:nth-of-type(5) {
    width: calc(100%/7 + 30px);
} */

#gnb .gnb_list a,
#gnb .gnb_list button {
    display: block;
    width: 100%;
    text-align: left;
    color: #d1f5fc;
}

#gnb .gnb_list .nav_ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #f6f7f6;
}

#gnb .gnb_list .nav_ttl.no {
    cursor: default;
}

#gnb .depth02_list>li+li {
    margin-top: 38px;
}

#gnb .depth02_list>li>a,
#gnb .depth02_list>li>button {
    font-size: 18px;
    font-weight: 700;
}

#gnb .gnb_list a{
    cursor: pointer;
}

#gnb .gnb_list button{
    cursor: default;
}

#gnb .depth02_list>li>a span {
    display: inline-block;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    color: #fff;
    padding-right: 28px;
    background: url('../img/ico/menu_linkico.png') no-repeat right center;
}

#gnb .depth03_list {
    padding-top: 10px;
}

#gnb .depth03_list li a {
    font-size: 14px;
    line-height: 1.7;
    color: #d2f6fc;
}

html.open #gnb .gnb_list {
    max-height: 80vh;
    overflow-y: auto;
}

html.open #gnb .gnb_list::-webkit-scrollbar {
    width: 10px;
}

html.open #gnb .gnb_list::-webkit-scrollbar-track {
    background: transparent;
    border: solid 1px #fff;
    border-radius: 3px;
}

html.open #gnb .gnb_list::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 3px;
}

/* header */

/* pager */

.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
}

.pager li a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 18px;
    font-weight: 350;
    text-align: center;
    line-height: 34px;
    border: solid 1px #dbdbdb;
}

.pager li a.active {
    color: #12b7d5;
    border-color: #12b7d5;
}
.pager li a.active, .pager li a.on{
    color: #12b7d5;
    border-color: #12b7d5;
}

.pager li+li a {
    margin-left: 10px;
}

.pager li a.first {
    background: url('../img/btn/first.png') no-repeat center center;
}

.pager li a.prev {
    background: url('../img/btn/prev.png') no-repeat center center;
    ;
    margin-right: 10px;
}

.pager li a.next {
    background: url('../img/btn/next.png') no-repeat center center;
    ;
    margin-left: 20px;
}

.pager li a.last {
    background: url('../img/btn/last.png') no-repeat center center;
    ;
}


/* pager */

/* news */

.news_list {
    display: flex;
}

.news_list li {
    width: calc(33.333%);
    /* width: calc(25% - 22.5px); */
    margin-right: 30px;
}

.news_list li:nth-of-type(3n) {
    margin-right: 0;
}

.news_list li a {
    display: block;
    position: relative;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news_list .subject {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

@media (hover: hover) {
   .section .news_list li:hover a{
        animation: newsAni 1.3s linear;
        background-size: 130%;
    }
  }

  @keyframes newsAni {
    0%{
        background-size: 100%;
    }
    100%{
        background-size: 130%;
    }
  }

/* news */

/* popup */

.popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999999999999;
}

.popup .p_wrap {
    width: calc(100% - 30px);
    max-width: 870px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup .p_top {
    padding: 13px 30px 14px 20px;
    background: #454545;
}

.popup .p_top h2 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.popup .p_top .p_close {
    display: block;
    width: 17px;
    height: 16px;
    background: url('../img/btn/p_close.png') no-repeat center center/cover;
}

.popup .p_content {
    max-height: 760px;
    overflow-y: auto;
    padding: 30px;
    background: #fff;
}

.popup .cont_top {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.popup .cont_top .ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #454545;
}

.popup .cont_top .print_btn {
    display: block;
    width: 88px;
    padding: 5px 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    background: #f9f9f9;
    border-radius: 4px;
    border: solid 1px #e7e7e7;
}

.popup .cont_top .print_btn span {
    font-size: 13px;
    line-height: 1.5;
    color: #757575;
    padding-left: 20px;
    background: url('../img/ico/print_ico.png') no-repeat left center;
}


.popup .p_content .mid * {
    line-height: 1.5;
}

.popup .agree_list {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.popup .agree_list .agr_btn {
    display: block;
    width: 100%;
    height: 38px;
    font-size: 14px;
    text-align: left;
    color: #757575;
    padding: 0 20px;
    border: solid 1px #bbb;
    background: url('../img/ico/down_arrow9x7.png') no-repeat right 20px center;
}

.popup .agree_list .agr_btn.active {
    background-image: url('../img/ico/up_arrow9x7.png');
}

.popup .agree_list ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f4f4f4;
    padding: 20px;
    border: solid 1px #bbb;
    border-top: none;
}

.popup .agree_list li {
    font-size: 14px;
    color: #757575;
}

.popup .agree_list li+li {
    margin-top: 20px;
}

.p_content .p_close {
    display: block;
    margin: 20px auto 0;
    width: 90px;
    line-height: 38px;
    font-size: 15px;
    color: #fff;
    background: #757575
}

#view_pop.popup .p_wrap {
    max-width: 1200px;
}
#view_pop.popup .p_content {
    max-height: 650px;
    padding: 30px 50px;
    background: #fff;
    box-sizing: border-box;
}
#view_pop.popup .img_box {
    border: 1px solid #dbdbdb;
}



/* popup */

/* footer */

footer {
    background: #e9e9e9;
}

footer .inner {
    max-width: 1380px;
}

footer .ft_top {
    padding: 28px 0;
    border-bottom: solid 1px #ccc;
}

.ft_link>* {
    display: block;
    width: 186px;
    font-size: 14px;
    color: #757575;
    border: solid 1px #bbb;
}

.ft_link .youtube {
    background: url('../img/ico/ico_ytb_red.png') no-repeat right 14px center;
    margin-right: 10px;
    padding: 0 20px;
    line-height: 36px;
}

.partner_link {
    position: relative;
}

.partner_link button {
    display: block;
    width: 100%;
    line-height: 36px;
    text-align: left;
    padding: 0 20px;
    background: url('../img/ico/drop_icoup.png') no-repeat right 14px center;
}

.partner_link button.open {
    background-image: url('../img/ico/drop_ico.png');
}

.partner_list {
    display: none;
    width: calc(100% + 2px);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-left: -1px;
    background: #f4f4f4;
    border: solid 1px #bbb;
    padding: 10px 0;
}

.partner_list li a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 20px;
    /*     text-align: center; */
    color: #757575;
}

.ft_bot {
    padding: 30px 0 60px;
}

.ft_bot .logo a {
    display: block;
}

.ft_bot span,
.ft_bot p {
    font-size: 14px;
    color: #999;
}

.ft_bot .left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fnb ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.fnb ul li+li::before {
    content: '|';
    font-size: 12px;
    color: #bbb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.fnb button,
.fnb a {
    display: block;
    font-size: 15px;
    color: #757575;
}

.ft_bot address {
    margin: 32px 0 10px;
}

.ft_bot .left dl {
    display: flex;
}

.ft_bot address dl+dl {
    margin-left: 25px;
}
.ft_bot dl dt {
    margin-right: 4px;
}
.ft_bot dl dt,
.ft_bot dl dd {
    font-size: 15px;
    color: #999;
}

.ft_bot .right dl {
    display: flex;
}

.ft_bot .right dl dd + dd{
    margin-top: 5px;
}



.ft_bot .right dl dt {
    color: #757575;;
}


.ft_bot .right dl+dl {
    margin-top: 12px;
}

.ft_m {
    display: none;
}

/* footer */

/* popup */


/* popup */


.guide_sec *{
    line-height: 1.7;
}

.guide_sec .title{
    margin-bottom: 10px;
}

.guide_sec dl, .guide_sec ol{
    margin-top: 15px;
}

.guide_sec dd + dt{
    margin-top: 10px;
}

.guide_sec li + li{
    margin-top: 5px;
}

.guide_sec + .guide_sec{
    margin-top: 30px;
}


.g_table{
    width: 100%;
    max-width: 470px;
    table-layout: fixed;
    margin-top: 15px;
}

.g_table th, .g_table td{
    padding: 10px;
    border: solid 1px #d0d0d0;
}

.g_table + *{
    margin-top: 15px;
}

.tbst02{
max-width: none;
}

.tbst02 th {
    background: #666;
    color: #fff;
}

.tbst02 td{
    text-align: center;
}

@media screen and (max-width:1400px) {

    #gnb .gnb_list .nav_ttl {
        font-size: 24px;
    }

    #gnb .depth02_list>li>a,
    #gnb .depth02_list>li>button {
        font-size: 18px;
    }

    #gnb .depth03_list li a {
        font-size: 15px;
    }
}

@media screen and (max-width:1200px) {

    .ft_w {
        display: none;
    }

    .ft_m {
        display: block;
    }

    /* footer */

    footer .ft_top {
        padding: 21px 0;
        border-bottom: none;
    }

    .fnb {
        margin-bottom: 20px;
    }

    .fnb button,
    .fnb a {
        text-align: left;
    }

    .fnb .top {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .fnb .top button {
        margin-right: 15px;
    }
    /* .fnb .top button:last-of-type {
        margin: 0 10px;
    } */

    .ft_link>* {
        width: 100%;
        max-width: none;
    }

    .ft_link .youtube {
        margin-bottom: 10px;
    }

    .partner_list {
        padding: 18px 13px;
        background: #fafafa;
    }

    .partner_list li a {
        padding: 0;
        text-align: left;
    }

    .partner_list li+li {
        margin-top: 20px;
    }

  /*   .ft_more {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 14px 0;
        text-align: center;
        background: #e4e4e4;
        border-top: solid 1px #dbdbdb;
        border-bottom: solid 1px #dbdbdb;
    }

    .ft_more span {
        display: inline-block;
        font-weight: 500;
        line-height: 1.5;
        padding-right: 18px;
        color: #757575;
        background: url('../img/ico/more_ftarrow2.png') no-repeat right center/11px;
    }

    .ft_more.open span {
        background-image: url('../img/ico/more_ftarrow.png');
    }
 */
    .ft_bot {
        padding: 18px 0 23px;
    }

    .ft_bot .logo a {
        max-width: 94px;
    }

    .ft_bot dl {
        margin-bottom: 15px;
    }

    .ft_bot dl dt {
        line-height: 1.5;
        color: #757575;
    }

    .ft_bot dl dd {
        line-height: 1.5;
        color: #999;
    }

}

@media screen and (max-width:1024px) {
    /* header */

    header .inner {
        height: 55px;
        padding: 12px 0 11px;
    }

    header .logo a {
        max-width: 95px;
    }

    header .lang_list {
        width: 30px;
        position: relative;
    }
    header.hst2.search_show .lang_btn ,
    header .lang_btn {
        display: block;
        margin: 0 auto;
        width: 20px;
        height: 20px;
        background: url('../img/btn/ico_langbtn.png') no-repeat center center/cover;
    }

    header.hst2 .lang_btn {
        background-image: url('../img/btn/ico_langbtn_bl.png');
    }

    header .lang_list ul {
        display: none;
        width: 40px;
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        padding: 17px 0;
        background: #fff;
        border-radius: 5px;
    }

    .lang_list a {
        font-size: 12px !important;
        text-align: center;
        color: #252525 !important;
    }

    .lang_list li+li {
        margin: 10px 0 0 0;
        padding: 10px 0 0 0;
    }

    .lang_list li+li::before {
        display: none;
    }
    #header.hst2.search_show .lang_list a.on::after,
    #header.search_show .lang_list a.on::after,
    .lang_list a.on::after {
        width: 18px;
        background: #252525;
        left: 50%;
        transform: translateX(-50%);
    }
    #header .menu_cont a.ank {
        font-size: 16px;
        margin-right: 15px;
    }

    #header .ham_box {
        width: 25px;
        height: 25px;
        background: transparent;
        margin-left: 10px;
    }
    #header .ham_box::after {
        display: none;
    }
    .ham_btn {
        width: 18px;
        height: 14px;
    }
    header.hst2 .ham_btn span {
        background: #252525;
    }
    #header.search_show .search_open,
    .search_open {
        display: block;
        width: 25px;
        height: 25px;
        margin-left: 10px;
        background-image: url(../img/sub/search_on_m.png);
        background-size: 17px;
    }
    header.hst2 .search_open {
        background-image: url(../img/sub/search_on_b_m.png);
    }
    #gnb {
        padding-top: 55px;
        display: block;
        background: linear-gradient(to bottom, rgba(60, 194, 218, 0.97) 25%, #fff 0);
    }

    #gnb .gnb_list {
        display: block;
        width: 100%;
        max-height: calc(var(--vh, 1vh) * 100);
        background: #fff;
    }

    html.open #gnb .gnb_list {
        max-height: calc(var(--vh, 1vh) * 100 - 55px);
    }

    html.open #gnb .gnb_list::-webkit-scrollbar {
        display: none;
    }

    #gnb .gnb_list>li {
        width: 100%;
        border-bottom: solid 1px #eee;
    }

    #gnb .gnb_list>li:nth-of-type(4),
    #gnb .gnb_list>li:nth-of-type(5) {
        width: 100%;
    }

    #gnb .gnb_list a,
    #gnb .gnb_list button {
        text-align: left;
        color: #454545;
    }

    #gnb .gnb_list .nav_ttl {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #252525;
        margin: 0;
        padding: 15px 21px;
        background: url('../img/ico/gnb_arrow25x15.png') no-repeat right 23px center/12px;
    }

    #gnb .gnb_list .nav_ttl.open {
        background-image: url('../img/ico/gnb_arrowup25x15.png');
    }

    #gnb .depth02_list {
        display: none;
        padding: 15px 30px;
        background: #f9f9f9;
    }

    #gnb .depth02_list>li>a,
    #gnb .depth02_list>li>button {
        font-size: 13px;
        font-weight: 400;
        padding: 13px 0;
    }

    #gnb .depth02_list>li>button {
        background: url('../img/ico/gnb_ico_plus.png') no-repeat right center/12px;
    }

    #gnb .depth02_list>li>button.open {
        background-image: url('../img/ico/gnb_ico_minus.png');
    }

    #gnb .depth02_list>li+li {
        margin: 0;
    }

    #gnb .depth02_list>li>a span {
        color: #454545;
        font-size: 13px;
        font-weight: 400;
        padding-right: 22px;
        background-image: url('../img/ico/menu_linkico_mo.png');
        background-size: 13px;
    }

    #gnb .depth03_list {
        padding: 0;
        display: none;
    }

    #gnb .depth03_list li a {
        padding-left: 5px;
        font-size: 13px;
        color: #999;
    }
    #header .search_box .inner {
        height: inherit;
        flex-direction: column-reverse;
        align-items: center;
        padding:20px 0 15px ;
    }
    #header .search_box .search_close {
        margin-top: 10px;
        margin-left: 0;
        display: block;
        width: 35px;
        height: 35px;
        background-image: url(../img/btn/search_closer_m.png);
        background-size: auto 16px;
    }
    #header .search_box .search_input input {
        padding: 0 40px 0 15px;
        height: 45px;
        font-size:15px;
    }
    #header .search_box .search_input .search {
        width: 40px;
        height: 45px;
        background-image: url(../img/btn/search_m.png);
        background-size:17px auto ;
    }

    /* header */
}


/* mobile */
@media screen and (max-width:768px) {
    .only_w {
        display: none !important;
    }

    .only_m {
        display: block !important;
    }

    .slick-slide img.only_m {
        display: block !important;
    }

    img.only_m {
        width: 100%;
    }

    .pager {
        margin: 35px auto 0;
    }

    #header .menu_cont a.ank {
        font-size: 14px;
        margin-right: 8px;
    }
    #header.search_show .search_open, .search_open {
        margin-left: 5px;
    }
    #header .ham_box {
        margin-left: 5px;
    }

    /* news_list */

    .news .main_ttl {
        margin-bottom: 32px;
    }

    .news_list {
        flex-wrap: wrap;
        margin-top: -15px;
    }

    .news_list li {
        width: calc(50% - 8px);
        margin: 15px 15px 0 0;
    }

    .news_list li a {
        display: flex;
    }

    .news_list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .news_list .thumb {
        margin: 0;
    }

    .news_list .subject {
        font-size: 18px;
        line-height: 1.2;
        word-break: keep-all;
        text-align: center;
    }

    /* news_list */

    /* popup */

    .popup .p_top {
        padding: 10px 16px;
    }

    .popup .p_top h2 {
        font-size: 13px;
    }

    .popup .p_top .p_close {
        width: 13.5px;
        height: 14px;
        background-image: url('../img/btn/pop_close_27x28.png');
    }

    .p_content .p_close {
        width: 100px;
        margin-top: 13px;
        font-size: 13px;
        line-height: 35px;
    }

    .popup .cont_top{
        margin-bottom: 10px;
    }

    .popup .cont_top .ttl{
        font-size: 17px;
    }

    .popup .p_content{
        max-height: 70vh;
        padding: 15px;
    }

    .popup .cont_top .print_btn{
       /*  width: 75px; */
        display: none;
    }

    .popup .cont_top .print_btn span{
        font-size:11px;
        background-image: url('../img/ico/print_ico_mo.png');
        background-size: 13px;
        padding-left: 18px;
    }

    .popup .p_content .p_botfix{
        padding: 0 0 15px;
    }

    .popup .agree_list{
        margin-top: 24px;
    }

    .popup .p_content .mid{
        margin-top: 15px;
    }

    .popup .p_content .mid *{
        font-size: 10px;
    }

    .popup .agree_list .agr_btn{
        font-size: 11px;
        height: 35px;
    }

    .popup .agree_list li{
        font-size: 11px;
    }



    /* footer */

    .fnb button,
    .fnb a {
        font-size: 12px;
    }
    .fnb .top {
        flex-wrap: wrap;
    }

    .ft_link>* {
        width: 100%;
        max-width: none;
    }

    .ft_link .youtube {
        font-size: 12px;
        padding: 0 13px;
        background: url('../img/ico/ytb_ico34x25.png') no-repeat right 14px center/17px;
    }

    .partner_link button {
        line-height: 33px;
        font-size: 12px;
        padding: 0 13px;
        background: url('../img/ico/drop_ico8x6.png') no-repeat right 18px center/8px;
    }

    .partner_list li a {
        font-size: 12px;
    }

    .ft_bot dl dt {
        font-size: 12px;
    }

    .ft_bot dl dd {
        font-size: 12px;
    }

    .ft_bot span,
    .ft_bot p {
        font-size: 12px;
    }




    .pager li a {
        width: 30px;
        height: 30px;
        font-size: 13px;
        font-weight: 400;
        line-height: 28px;

    }
    .pager li+li a {
        margin-left: 7px;
    }

    .pager li a.first {
        background: url('../img/btn/all_prev_m.png') no-repeat center center / auto 10px;
    }

    .pager li a.prev {
        background: url('../img/btn/prev_m.png') no-repeat center center  / auto 10px;
        ;
        margin-right: 13px;
    }

    .pager li a.next {
        background: url('../img/btn/next_m.png') no-repeat center center / auto 10px;
        ;
        margin-left: 20px;
    }

    .pager li a.last {
        background: url('../img/btn/all_next_m.png') no-repeat center center / auto 10px;
        ;
    }


}

@media screen and (max-width:360px){
    .fnb button, .fnb a{
        font-size: 10px;
    }
}

@media screen and (max-width:350px){
    .fnb button, .fnb a{
        font-size: 10px;
    }
    #header .menu_cont a.ank {
        display: none;
    }
}
