.row {
    margin-right: 0;
    margin-left: 0;
}
.container {
    
}

.sub-navi-position{
    height:80px;
}

.sub-navi-position .here{
    font-size:16px;
    padding-right:10px;
}

.sub-navi-title{
    height: 60px;
}

.ci-welcom-col2{
    padding-left:10px;
    border-left:1px solid #E6E6E6;
}



#header .header-row-right{
    background-color: #678FCF;
    min-width:120px;
}

.pr_streams_colw{
    width:227px;
}

.pr_streams_v1 .card-group>.card {
    min-height: 136px;
}

.address{
    font-size:17px;
}

.footer-col2{
    padding-left: 15px;
}

.w-20{
    width:20%;
}

.w-16{
    width:16.66%;
}


.sp_jthb_label{
    height: 184px; 
    width: 277px; 
    float: right;
}

.sp_jthb_label_body{
    border: 1px solid #c13888; 
    vertical-align: middle; 
    text-align: center; 
    background-color: #ffffff;
}

.sub-col2{
    min-height:500px;
}

#st1 .card-body,
#st2 .card-body,
#st3 .card-body,
#st4 .card-body,
#st5 .card-body,
#st6 .card-body,
#st7 .card-body,
#st8 .card-body {
    height:136px;
    display:table;
    cursor:pointer;
}

.login-btn-left{
    text-align: right;
}
.login-btn-right{
    text-align: left;
}

.glance_day {
    width:50px;
    height:50px;
}

.drawmenu_btn {
    color: #fff;
    display: none;
}

#drawer_menu{
    will-change: transform;
    transition: -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
    transition: -moz-transform .3s cubic-bezier(.215, .61, .355, 1);
    transition: -ms-transform .3s cubic-bezier(.215, .61, .355, 1);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    width: 100%;
    height: 100%;
    position: fixed
}
.mdl-layout {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
}
.mdl-layout__content {
    -ms-flex: 0 1 auto;
    position: relative;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

#drawer_menu {
    top: 0;
    left: -100%;
    padding: 0;
    z-index: 100;
    /*opacity: .93;*/
    width:100%;
}

#drawer_menu_list {
    width: 280px;
    height: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-sizing: border-box;
    border-right: 0 solid #e0e0e0;
    background: #fff;
}

.drawer_transitioned {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    animation: colorchange 10ms;
    -webkit-animation: colorchange 10ms;
    -webkit-animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: colorchange 10ms;
    -moz-animation-delay: .3s;
    -moz-animation-fill-mode: forwards;
    -ms-animation: colorchange 10ms;
    -ms-animation-delay: .3s;
    -ms-animation-fill-mode: forwards
}

.transitioned {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

/*메뉴스크롤 추가*/
.mdl-layout__tab-bar {
    padding-left: 0;
    /* background-color: transparent!important; */
    width: auto;
    display: none;
    overflow-y: hidden;
    overflow-x: scroll;
	-ms-overflow-style: none;
	}

.mdl-layout__tab-bar::-webkit-scrollbar {display:none;}

#drawer_menu_list .list-group-item.active {
    color: #fff;
    background-color: #678fcf;
    border-color: #678fcf;
}

.alance_tdheight{
    height: 60px!important;
}

.mdl-layout__tab {
    padding: 10px 20px;
    /* font-size: 14px; */
    /* border-right: 1px solid #ddd; */
    color: #3E3E3E!important;
    cursor:pointer;
    margin: 0;
    float: left;
    position: relative;
    display: block;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    /* font-weight: 500; */
    text-transform: uppercase;
    overflow: hidden;
}

.mdl-layout__tab:nth-last-child(1) {
    border-right: 0;
}

.mdl-layout__tab b {
    padding-bottom: 6px;
}

.tab-active {
    border-bottom: 2px solid #678FCF;
    /* color: #678FCF; */
    font-weight: bold;
}

.chat_message {
    position: absolute;
    width: 97%;
    bottom: 0;
    height: 50px;
    border: 1px solid #f7f7f7;
    border-radius: 20px;
    padding: 5px;
    margin: 0 7px 7px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}


.chat-block {
    padding: .5rem;
    margin-bottom: 0
}

.chat-block-left{
    /*color: #fff;*/
    padding-left: 1.2rem;
    padding-right: .8rem;
    display: inline-block;
    border-radius: 7px;
    font-size: 1.2rem;
    word-break: break-all;
}


.chat-block-left.left-top:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 10px solid;
}

.chat-left, .grid:after {
    display: block
}

.exh{
    background-color: #8DA6D6;
    position: relative;
}





.exh span{
    display:inline-block;
    position:absolute;
	top: 50%;
	transform:rotate(90deg) translateY(-50%);
    -webkit-transform:rotate(90deg) translateY(-50%);
    -moz-transform:rotate(90deg) translateY(-50%);
    -ms-transform:rotate(90deg) translateY(-50%);
    -o-transform:rotate(90deg) translateY(-50%);
    left:-24px;
    color:#fff;
    font-size: 13px;
}










/*color */
.ss .chat-block-left.left-top:after{
    border-color: #FCCB92 transparent transparent transparent;
}
.ss .chat-block-left {
    background-color: #FCCB92;
}
/*op*/
.op .chat-block-left.left-top:after{
    border-color: #564294 transparent transparent transparent;
}
.op .chat-block-left {
    color:#fff;
    background-color: #564294;
}

/*sc*/
.sc .chat-block-left.left-top:after{
    border-color: #005DA9 transparent transparent transparent;
}
.sc .chat-block-left {
    color:#fff;
    background-color: #005DA9;
}

/*po*/
.po .chat-block-left.left-top:after{
    border-color: #5685C5 transparent transparent transparent;
}
.po .chat-block-left {
    color:#fff;
    background-color: #5685C5;
}

.cursor-default{
    cursor: default !important;
}

.glance_pc_cal{
    display: none;
}

@media (max-width:575px) {
    .sub-navi-position{
        display: none;
    }

    .mdl-layout__tab-bar {
        display: flex;
        font-size:12px;
    }

    .drawmenu_btn {
        display: table-cell;
        font-size:180%;
    }
    
    #header_wrap{
        height: 60px;
    }
    #header .myprofile {
        font-size: 6px;
    }
    .glance_day {
        width: 35px;
        height: 35px;
		line-height: 100%;
    }
    #header .dday{
       
        /* height:30px; */
    }
    #header div {
        line-height: 16px;
    }

    body, input, textarea, select, button, td, table, div{
        font-size: 14px;
        line-height: 20px;
    }
    
    input[type="image"]{border:0px;outline:none;line-height:0px;}

    .address {
        font-size:14px;
    }

    .pr_streams_v1 .card-group>.card {
        min-height: auto;
    }

    .w-20{
        min-width:130px;
    }

    .sp_jthb_label{
        height: auto; 
        width: 100%; 
        float: unset;
        margin-bottom:30px;
    }

    .sp_jthb_label_body{
        padding:10px 10px 0 10px;
    }

    .color1, .color2, .color3, .color4{
        display: block !important;
    }

    #st1 .card-body,
    #st2 .card-body,
    #st3 .card-body,
    #st4 .card-body,
    #st5 .card-body,
    #st6 .card-body,
    #st7 .card-body,
    #st8 .card-body {
        height:auto;
    }

    .swiper-container{height:430px;}

    .login-btn-left, .login-btn-right{
        text-align: center;
        /* padding-right: 25%; */
    }

    .glance_pc_cal{
        display: none;
    }

    .glance_m_cal{
        display: block;
    }

    .exh span {
        left: -13px !important;
        font-size: 1.0rem;
    }
}
@media (min-width:576px) and (max-width:1200px) {
    .drawmenu_btn {
        display: table-cell;
        font-size:3rem;
    }

    .mdl-layout__tab-bar {
        display: flex;
        font-size:14px;
    }
}
@media (max-width:1024px) {

    .mdl-layout__tab-bar::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    
    .mdl-layout__tab-bar::-webkit-scrollbar:vertical {
        width: 7px;
    }
    
    .mdl-layout__tab-bar::-webkit-scrollbar:horizontal {
        height: 4px;
    }
    
    .mdl-layout__tab-bar::-webkit-scrollbar-thumb {
        background-color: #e4e4e4;
        border-radius: 3px;
        border: 1px solid #ffffff;
    }
    
    .mdl-layout__tab-bar::-webkit-scrollbar-track {
        border-radius: 3px;  
        background-color: #ffffff; 
    }

    a.bios, a.bios:hover, a.bios:focus{
        display: block !important;
		width:80px;
    }
    #menu_wrap {
        display: none;
    }

    #wrap,#header,#footer{
        width:100%;
        min-width: 100%;
    }

    #header .dday{
        font-size:20px;
        height:30px;
    }

    #content_index{
        min-width: 100%;
    }

    .sub-col1{
        /*display: none;*/
    }

    .sub-col1,.sub-col2{
        margin-left:0;
        margin-right:0;
    }

    .container {
        max-width: 100%;
    }

    .ci-welcom-col2{
        margin-top : 50px;
        padding-left:0px;
        border-left:0;
    }

    .sub-navi-position{
        padding-right: 15px;
    }
    .sub-navi-position .here{
        font-size:13px;
        padding-right:0;
    }

    .sub-navi-title{
        padding-left: 15px;
    }
    .sub-navi-title .title{
        font-size: 20px;
        padding-left:0;
    }

    .sub-col2-body{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pr_streams_colw{
        width:40%;
    }

    .footer-col1{
        
        padding-right: 0px;
        margin-left: 0;
        margin-right:0;
    }

    .footer-col2{
        margin-top :30px;
        padding-left: 0;
    }

    .glance_pc_cal{
        display: none;
    }

    .glance_m_cal{
        display: block;
    }

    #d2,#d3,#d4,#d5,#d6 {
        width : 100%;
        float: "";
    }

    #d3,#d4,#d5,#d6 {
        display: none;
    }

    .chat-block-left{
        font-size: 1.0rem;
    }

    .exh{
        margin-left:2px;
    }

    .exh span {
       /* left: 10px;
        font-size: 1.0rem;*/


	left: 10px;
    font-size: 1.0rem;
    display: inline-block;
    position: absolute;
    top: 50%;
   



    }
    
    .pc_only {
    	display:none;
    }
    












}


@media (min-width:320px) {
  .hlogoimg{padding-top:60px} 
.hlogoimg img{width: 200px; position:absolute; top:8px; left:50px;}


/*미디어*/

.mr_con{}
.mr_con h1{margin-top:20px; margin-bottom:20px}
.mr_con h1 a{display:inline-block}
.mr_con h1 img{width:100%; max-width:200px;}
.mr_con p{}
.mr_con p strong{font-weight:bold; color:#333}
.mr_con p strong.cs_other{color:#6878c3}
.mr_con p a{color:#219dd3}
.mr_con p span{display:inline-block; width:3px; height:3px; background-color:#6878c3;margin-bottom: 3px;margin-right: 4px;}
.mr_con p em{font-style: italic; color:#222}





/*=======================================================*/
	}


	@media (min-width:578px) {
  .hlogoimg{padding-top:124px} 
.hlogoimg img{width: 300px; top:24px; left:90px;}
	}

@media (min-width:768px) {
   

  .hlogoimg img{width: 400px; top:18px; left:90px;}
.mr_con p span{width:4px; height:4px; margin-bottom: 4px;margin-right: 5px;}
	}

	@media (min-width:1024px) {


.m_btnmenu{display:none;}
    .hlogoimg{padding-top:0px}
.hlogoimg img{width: 550px;top:0px; left:0px;}
#header .dday{display: inline-block; margin-top:30px}
	}




@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }

    .row{
        margin-right: 0;
        margin-left: 0;
    }

    .sub-col1{
        width:100%;
        max-width: 286px;
    }

    .glance_m_cal{
        display: none;
    }

    .glance_pc_cal{
        display: block;
    }

    #d2,#d3,#d4,#d5,#d6 {
        display: block;
        float: left;
        width : 158px;
    }
	.d-block #d2,#d3,#d4,#d5,#d6 {width : 20%;}

    .chat-block-left {
        font-size: 0.85rem;
        border-right: 2px #fff solid !important;
    }

    /*color */
    .ss .chat-block-left.left-top:after{
        border-color:transparent;
    }
    /*op*/
    .op .chat-block-left.left-top:after{
        border-color:transparent;
    }

    /*sc*/
    .sc .chat-block-left.left-top:after{
        border-color: transparent;
    }

    /*po*/
    .po .chat-block-left.left-top:after{
        border-color: transparent;
    }
}





/*커스텀*/



#header .myprofile{
    color:#fff;
    padding-top:15px;
    font-size:16px;
    padding-right:5px;
}



#header #id_dday{color:#fff; height:auto; font-size:13px; position:absolute; top: 50%; transform: translateY(-50%); right:15px;  font-weight:700}

.hedcon{position:relative; max-width:1200px; margin: 0 auto}
.m_btnmenu{padding-top:18px}
.nhlogo{position:absolute; left:44px; width:160px;}


.d-block{position:relative;margin-bottom: 20px;}
.d-block   .myprofile {color:#222; position:absolute;    top: 12px; right: 20px; }
.d-block  .myprofile a {color:#222 }


#header_wrap{background-color:#fff}
#header .myprofile{color:#9a9a9a}
#header .myprofile a{color:#9a9a9a}
#header #id_dday{color:#3875c3}
.drawmenu_btn{color: #4c7ac0;}
/*모바일.nhlogo{top: 20px;}*/


.nhlogo{ top:50%; transform: translateY(-50%);}








.maintxt{position:absolute; top:50%; left:50%; z-index:500; transform:translate(-50%,-50%); width:100%; text-align:center; line-height:1.6em; color:#fff}

.maintxt h5{font-size:16px;text-shadow: 1px 3px 5px rgba(0,0,0,0.7);line-height:1.4em;font-weight:400}
.maintxt h1{font-size:26px;line-height:1.4em;text-shadow: 1px 3px 5px rgba(0,0,0,0.7); font-weight:600}
.maintxt h3{font-size:20px;line-height:1.4em; text-shadow: 1px 3px 5px rgba(0,0,0,0.7); font-weight:400; letter-spacing:-1px;}







.maintxt p{color:#fff; margin-top:20px;}

a.keygogo{color:#fff; margin-top:20px;}
.keygogo{color:#fff; display:block; color:#fff; border:5px solid #fff; line-height:34px; width:50%; margin: 0 auto; max-width:220px; font-size:16px; font-weight:bold;transition: all 0.4s ease;}
.keygogo:hover{background-color:#fff; color:#7794cf; text-decoration:none;}







.main_swinner:after{content:""; display:block; width:100%; height:100%; background-color: rgba(0,0,0,0.3); position:absolute; top:0; left:0; z-index:100}


/*mystyle 443*/

.swiper-container{height:300px}




.maincon_se_inner{padding:30px 15px 50px; background-color:#f0f3fa}


.main_intro0624{margin-bottom:30px; color:#6082c8}

.main_box001{background-color:#fff; padding:20px; transition: all 0.4s ease; margin-bottom:10px;}
.main_box001:hover{background-color: #193f54; color:#fff}
.main_box001:hover h1{color:#fff}
.main_box001:hover p{color:#fff}
.main_box001:hover a{ border: 1px solid #fff; color:#fff}

.main_box001 h1{font-size:20px; margin-bottom:10px; font-weight:600; color:#7794cf}
.main_box001 p{margin-bottom:20px; line-height:1.4em; font-size:16px; font-weight:400; color:#777}
.main_box001 a{display:block; width:90px; border:1px solid #f2813d; text-align:center; line-height:30px; color:#f2813d;transition: all 0.4s ease; font-weight:500}
.main_box001 a:hover{color:#f2813d;background-color:#fff; text-decoration: none;}



.mainse002{margin-top:30px;}
.mainse002 h1{line-height:1.5em; font-size:24px; font-weight:600; margin-bottom:10px; color:#7794cf}
.mainse002 .main_box002{margin-bottom:20px;}
.mainse002 .main_box002:nth-child(even){margin-bottom:40px;}
.mainse002 .main_box002 div{font-weight:400; color:#666}
.mainse002 .main_box002 div span{color:#f2813d;}


.embed-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;

}
/* padding-bottom: 56.25%;*/
.embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_box002 img{width:100%;}

/*푸터*/
.fooinner{color:#fff; padding:30px 15px; font-size:13px; word-break: keep-all;}
.fooinner div{color:#fff;font-size:14px;word-break: keep-all; }
.fooinner p{color:#fff;font-size:14px;word-break: keep-all; margin-bottom:16px;}
.fooinner a{color:#fff;font-size:14px}

.flogo0620{margin-bottom:20px;}
.flogo0620 img{width:150px;}
.fooli:nth-child(2) p span{display:block}
.fooli:nth-child(2) p b{display:none; font-weight: 700;}
.fooli:nth-child(2) p a{font-weight:bold}


.fooinner .fooli:nth-child(3){ background-color:#f23d5e; padding:14px 24px; }
.fooinner .fooli:nth-child(3) p{ font-weight:600; margin-bottom:14px; display:inline-block; margin-right:20px;}
.fooinner .fooli:nth-child(3) a{border:1px solid #fff; display:inline-block; width:90px; text-align:center; line-height:34px; font-weight:400; transition: all 0.4s ease; }
.fooinner .fooli:nth-child(3) a:hover{background-color:#fff; color:#f23d5e; text-decoration:none; }

.foo_con_0051{background-color:#fff; color:#f23d5e; border:1px solid #fff}

.foo_con_0051 a{display:block; max-width:220px;}




#content_index > div{background-size: cover;}








@media (min-width: 576px){




#header{height:120px;}
.hedcon{height:120px;}
.hedcon .myprofile{display:none;}
#drawer_menu_list{width:380px;}
.nhlogo{position:absolute;left:80px; width:300px;}
.m_btnmenu{padding-top:36px}
#header #id_dday{font-size: 24px; top: 50%; transform: translateY(-50%);}




#header{height:120px;}
.nhlogo{width: 280px; left:90px;}

.main_box001 a{font-size:14px;}

.swiper-container{height:400px}

.maintxt h5{font-size: 24px;}
.maintxt h1{font-size: 32px;}
.maintxt h3{font-size: 28px;}
.maintxt p{margin-top:30px}
.keygogo{    font-size: 18px;line-height: 40px;}

.main_box001{padding:32px 32px 40px;}

.fooinner div{font-size:15px;}
.fooinner p{font-size:15px;}
.fooinner a{font-size:15px;}
.fooli:nth-child(2) p span{    display: inline-block;}
.fooli:nth-child(2) p b{display:inline-block;}







}



@media (min-width: 1024px){


.nhlogo{width:550px;left:0px;}
.hedcon .myprofile{display:block; right:20px; position:absolute; color:#fff; top:0px}
.hedcon .myprofile a{color:#fff}
#header #id_dday{font-size: 36px; top:18px; right:20px; line-height:1.4em; font-weight:700;    transform: translateY(0%);}
.dm1{position:relative;}
.dm1 > div > a{font-weight:500!important}
.dm1 > ul{width:100%}

.nhlogo{left:15px; width:322px;}

.maintxt h5{font-size:34px;}
.maintxt h1{font-size: 64px;     text-shadow: 1px 8px 8px rgba(0,0,0,0.8);}
.maintxt h3{font-size: 36px; line-height:1.8em; text-shadow: 1px 6px 6px rgba(0,0,0,0.8);}
.maintxt p{margin-top:40px}
.keygogo{    font-size: 24px;line-height: 54px;    max-width: 276px;}
.swiper-container{height:500px}



.main_intro0624{font-size:22px;}

.mainse001 ul:after{content: ""; display: block; clear: both;}
.main_box001 p{margin-bottom:40px;}
.main_box001{float:left; width:32.66%; margin: 10px 0.5%; position:relative; height:260px;}
.main_box001 a{position:absolute; left:26px; bottom:30px;}
.main_box001:nth-child(1){margin-left:0px;}
.main_box001:nth-child(2) p{letter-spacing:-1px}
.main_box001:nth-child(3){margin-right:0px;}


.mainse002{margin-top:60px;}
.mainse002 ul:after{content: ""; display: block; clear: both;}
.mainse002 .main_box002{float:left; width: calc( 50% - 15px ); min-height: 460px; box-sizing:border-box;}
.mainse002 .main_box002:nth-child(1){float:right; margin-left:15px; margin-bottom:0px}
.mainse002 .main_box002:nth-child(2){margin-right:15px; margin-bottom:0px}
.mainse002 .main_box002:nth-child(2) h1{margin-top:-12px;}

.mainse002 .main_box002:nth-child(3){margin-right:15px; }
.mainse002 .main_box002:nth-child(4){margin-left:15px; padding-top:50px;}
.mainse002 .main_box002 div{font-size:15px;}


.fooinner ul:after{content: ""; display: block; clear: both;}
.fooinner .fooli{float:left;}
.fooinner .fooli:nth-child(1){width:24%; padding-top:10px}
.fooinner .fooli:nth-child(2){width:54%; padding-top:10px}
.fooinner .fooli:nth-child(3){width:22%; background-color:#f23d5e; padding:14px 24px;}
.fooinner .fooli:nth-child(3) p{margin-right:0px;}
.fooinner .fooli:nth-child(3) a{display:block}

.fooinner{padding:34px 15px}
.fooinner p{margin-bottom:4px;}

.flogo0620{margin-bottom:0px;}
.flogo0620 img{width:205px;}






}






@media screen and (min-width: 1200px) {



.maintxt h1{font-size:64px;}
.maintxt h3{font-size:36px; line-height:1.6em}

.maincon_se_inner{ padding: 0px 0px; }
.mse_inner{max-width:1200px; margin:0 auto; padding: 40px 0px;   }

.main_box001{width:32%; margin: 10px 1%;  padding: 34px 26px 44px;}
.main_box001:nth-child(1){margin-left:0px;}
.main_box001:nth-child(2) p{letter-spacing:0px}
.main_box001:nth-child(3){margin-right:0px;}

.main_box001 h1{font-size:26px;    margin-bot tom: 18px;}
.main_box001 p{font-size:18px; margin-bottom: 40px;}
.main_box001 a{font-size:15px; line-height:34px; }

.mainse002 .main_box002{min-height:530px;}
.mainse002 h1{font-size:42px;}
.mainse002 .main_box002 div{font-size:17px; line-height:1.3em}
.mainse002 .main_box002:nth-child(4){padding-top:70px;}


.fooinner .fooli:nth-child(3){width:22%; background-color:#f23d5e; padding:18px 24px;}


.mainse002 .main_box002:nth-child(2) h1{margin-top:-16px;}



}








