
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/*common*/

html,
body {
    /* height: 100%; */
}
html {
    font-size:10px;
}

body {
    text-align: left;
    line-height: 1;
    font-family: 'roboto', 'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
form,
fieldset,
p,
button,
address,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
hgroup,
menu,
main,
nav,
section,
summary,
mark,
time {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,
button,
textarea,
select {
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
}
input,
select,
textarea {
    display: inline-block;
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #cccccc;
    border-radius: 0;
    padding: 0 .75rem;
    box-sizing: border-box;
    color: #000000;    

}

/*-webkit-appearance: none*/

button,
textarea {
    -webkit-appearance: none
}

img,
fieldset,
iframe {
    border: 0 none
}

li {
    list-style: none
}

img,
input,
select,
button,
textarea {
    vertical-align: middle;
    box-sizing: border-box;
}

/* img {
    max-width: 100%
} */

em,
address,
optgroup {
    font-style: normal
}

label,
button {
    cursor: pointer
}

label {
    top: 2px;
    position: relative;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none
}

select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly],
input[disabled],
/*input[readonly],*/
.btn[disabled],
.btn[readonly],
select.disabled,
select.readonly,
textarea.disabled,
textarea.readonly,
input.disabled,
input.readonly,
.btn.disabled,
.btn.readonly {
    cursor: not-allowed;
}


a {
    box-sizing: border-box
}

a:link {
    text-decoration: none;
    color: #3a3a3a;
}

a:visited {
    color: #333
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #3a3a3a;
}
a:active {
    outline : none;
}
a:focus, button:focus { 
    outline:none;
}

hr {
    display: none
}

legend,
caption {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px
}

p {
    text-align: left;
    font-weight: 400;
    /* word-break: keep-all */
}

table {
    width: 100%;
    font-weight: 400;
    border-spacing: 0
}




/*skip 네비게이션*/

#skip-navi {
    position: absolute;
    top: 0;
    height: 0px;
    width: 100%;
    z-index: 10000;
}

#skip-navi a {
    display: block;
    height: 1px;
    width: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

#skip-navi a:focus,
#skip-navi a:active {
    display: block;
    top: 0;
    width: 100%;
    height: 45px;
    padding: 10px 0;
    background: #021b87;
}


/*공통 레이아웃*/

#wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
}
#header {
    /* position: fixed; */
    top:0;
    height: 100px;
    width: 100%;
    background-color:#fff;    
    z-index:1000;
    box-shadow: 0 10px 20px rgb(0, 0, 0, 0.15);
}

@media all and (max-width:1400px) {
    #header {
        /* z-index: unset; */
    }
}
@media all and (max-width:640px) {
    #header {
        height: 70px;
        box-shadow: 0 5px 10px rgb(0, 0, 0, 0.15);
    }
}
#header .logo{
    position:absolute;
    top:35px;
    left:50px;
    width:135px;
    height:52px;
    background-image: url(../../images/common/nubes-log-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size:0;
    line-height: 0;
    z-index:2000;
}
@media (max-width: 1400px){
  #header .logo {
    left:30px;
  }
}
@media all and (max-width:640px) {
    #header .logo{
        top:20px;
        left:20px;
        width:135px;
    }
}
#header .s-cate {
    position:absolute;
    top:40px;
    left:170px;
    font-size:2.2rem;
    color:#000;
    font-weight: 600;
    z-index:2000;
}
@media all and (max-width:640px) {
    #header .s-cate {
        top:30px;
        left:110px;
        font-size:1.6rem;
    }
}
#header.on .logo{
    background-image: url(../../images/common/nubes-log-sm.png);
}
#header .top-util {
    position:absolute;
    top:40px;
    right:60px;
    z-index:2000;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

@media (max-width: 1400px){ 
  #header .top-util {
    right:30px;
  }
}
@media all and (max-width:640px) {
    #header .top-util {
        top:26px;
        right:20px;
    }
}
#header .top-util a {
  display: inline-block;
  margin:0 7px;
  font-size:1.5rem;
  font-weight: 400;
  letter-spacing: -1px;
  color:#444444;
  margin-top:5px;
}

@media all and (max-width:640px) {
    #header .top-util a i {
        font-size:20px;
    }
}
#header.on .top-util a i{
    color:#444444;
}

#header .top-util .m-menu {
    display: none;
}
@media all and (max-width:1400px) {
    #header .top-util .m-menu {
        display: inline-block;
    }
}









/* 상단메뉴 */
#gnbArea {
    position:relative;
    min-height:100px;
    background:transparent;
    z-index:1000;
    transition:.3s;
}
@media all and (max-width:1400px) {
    #gnbArea {
        position:fixed;
        width:380px;
        right:-380px;
        top:0;
        height:100vh;
        background-color:#fff;
        overflow-y: auto;
        overflow-x: hidden;
        z-index:3000;
        transition: .3s;
    }
    #gnbArea.on {
        right: 0;
    }
}
@media all and (max-width:380px) {
    #gnbArea.on {
        width:100vw;
    }
}
#gnbArea:after {
    content:'';
    position:absolute;
    top:100px;
    width:100%;
    height:1px;
    background-color: #fff;
}
#gnbArea .m-btn-close{
    display: none;
}
@media all and (max-width:1400px) {
    #gnbArea .m-btn-close{
        display: block;
        position:absolute;
        top:30px;
        right:30px;        
    }
    #gnbArea .m-btn-close i{
        font-size:2.6rem;        
    }
}
#gnbArea .m-quick-menu{
    display: none;
}
@media all and (max-width:1400px) {
    #gnbArea .m-quick-menu{
        display: flex;
        margin-top:100px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding:0 40px;
    }
    #gnbArea .m-quick-menu a{
        display: inline-block;
        width:48%;
        padding:16px 16px;
        background-color: #021b87;
        color:#fff;
        margin: 6px 0;
        font-family: 'noto sans kr';
    }
}
#gnb {
    position:relative;
    margin:0 auto;
    max-width:1100px;
    z-index:1000;
    height:100px;
    overflow: hidden;
    padding-left: 150px;
}
@media all and (max-width:1400px) {
    #gnb {
        position:relative;
        margin:0;
        max-width:none;
        height:auto;
        overflow: visible;
        padding-left: 0;
    }
}
#gnb .gnb_menu {
    width:100%;
}
@media all and (max-width:1400px) {
    #gnb .gnb_menu {
        padding:0 0 100px;
        margin-top:30px;
    }
}
#gnb .gnb_menu:after {
    display:block;
    clear:both;
    content:'';
}
#gnb .gnb_menu > li{
    float:left;
}
@media all and (max-width:1400px) {
    #gnb .gnb_menu > li{
        float:none;
    }
}

#gnb .gnb_menu > li > a {
    position:relative;
    display:block;
    padding:40px 28px;
    font-size:20px;
    color:#000;
    text-decoration:none;
    font-weight:400;
    font-family: 'noto sans kr';
    text-align: center;
}
@media all and (max-width:1400px) {
    #gnb .gnb_menu > li > a {
        color:#000;
        padding:25px 60px;
        text-align: left;
    }
    #gnb .gnb_menu > li > a::before{
        position:absolute;
        right:60px;
        bottom:auto;
        height:auto;
        content: "\e942";
        font-family: 'xeicon';
        transition: none;
        font-size:2.0rem;
    }
    #gnb .gnb_menu > li > a.on::before{
        content: "\e945";
    }
}
#gnb .gnb_menu > li > a::after{
    position:absolute;
    left:15%;
    bottom:0;
    width:70%;
    height:0;
    content:'';
    transition: all 0.3s ease 0s;
}

#gnb .gnb_menu > li > a.action::after{
    width:70%;
    height:4px;
    background:#3271c5;
}
#gnb .gnb_menu > li > a.action{
    color:#136ccf
}
#gnb .gnb_menu > li > ul {
    width: 200px;
    min-height: 330px;
    padding-top: 30px;
}
@media all and (max-width:1400px) {
    #gnb .gnb_menu > li > ul {
        padding-top: 0;
        min-height: auto;
        width:100%;
        display: none;
    }
}
#gnb .gnb_menu > li > ul > li {
    padding: 0 30px;
}
@media all and (max-width:1400px) {
    #gnb .gnb_menu > li > ul > li {
        padding: 0 30px 0 60px;
    }
}
#gnb .gnb_menu > li > ul > li > a {
    display: block;
    font-size: 16px;
    color: #888888;
    text-align: center;
    line-height: 2.4em;
    font-weight: 400;
}
@media all and (max-width:1400px) {
    #gnb .gnb_menu > li > ul > li > a {
        position: relative;
        text-align: left;
        padding-left:20px;
    }
    #gnb .gnb_menu > li > ul > li > a::before {
        position: absolute;
        left:0;
        top:16px;
        content: '';
        width:3px;
        height:3px;
        background-color: #888;
    }
}
#gnb .gnb_menu > li > ul > li > a:hover {
    color: #f79929;
}

#header.on #gnbArea {
    background-color: #fff;
}
#header.on #gnbArea #gnb .gnb_menu > li > a {
    color:#000;
}
#header.on #gnbArea:after {
    background-color: #e5e5e5;
}

[data-theme="black"] #header #gnbArea {
    background-color: #fff;
}
[data-theme="black"] #header #gnbArea #gnb .gnb_menu > li > a {
    color:#000;
}
[data-theme="black"] #header #gnbArea:after {
    background-color: #e5e5e5;
}
[data-theme="black"] #header .logo{
    background-image: url(../../images/common/nubes-log-sm.png);
}
[data-theme="black"] #header .top-util a i{
    color:#000;
}

[data-theme="gray"] #header #gnbArea {
    background-color: #fff;
}
[data-theme="gray"] #header #gnbArea #gnb .gnb_menu > li > a {
    color:#000;
}
[data-theme="gray"] #header #gnbArea:after {
    background-color: #e5e5e5;
}
[data-theme="gray"] #header .logo{
    background-image: url(../../images/common/nubes-log-sm.png);
}
[data-theme="gray"] #header .top-util a i{
    color:#000;
}


#gnb_Bg {
    position:absolute;
    display:none;
    top:100px;
    left:0;
    width:100%;
    background-color:#fff;
    z-index:10;
    border-top:1px solid #e9e9e9;
    border-bottom:3px solid #3271c5;
    /*background-image: url(../../images/common/gnb_bg.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size:auto;*/
}

#content-wrap {
    position: relative;
    overflow:hidden;
    width: 100%;
}


#ft {
    position: relative;
    width: 100%;
    min-height:280px;
    background-color: #F2F3F6;
}
#ft:before {
    content:'';
    position: absolute;
    top: 60px;
    width: 100%;
    height: 1px;
    background-color: #BFC3D1;
}
@media all and (max-width:480px) {
    #ft:before {
        top:80px;
    }
}


#ft .container {
    position: relative;
    width: 1400px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
@media all and (max-width:1400px) {
    #ft .container {
        width: 100vw;
        padding:0 20px;
    }
}
@media all and (max-width:780px) {
    #ft .container {
        flex-direction: column;
    }
}
#ft .container .left .bot-menu{
    display: flex;
    height:60px;
    align-items: center;
    flex-wrap: wrap;
}
@media all and (max-width:480px) {
    #ft .container .left .bot-menu{
        height:80px;
    }
}
#ft .container .left .bot-menu a{
    font-size:15px;
    color:#666666;
    padding:0 20px;
    font-family: 'noto sans kr';
    line-height: 1.4em;
    font-weight: 300;
}
@media all and (max-width:480px) {
    #ft .container .left .bot-menu a{
        width:50%;
        font-size:13px;
    }
    #ft .container .left .bot-menu a:nth-child(3){
        padding-left:0;
    }
}
#ft .container .left .bot-menu a:first-child{
    padding-left:0;
}
#ft .container .left .address{
    margin-top:40px;
}
#ft .container .left .address span{
    position: relative;
    font-size:1.4rem;
    color:#555;
    font-weight: 300;
    font-family: 'noto sans kr';
    padding:0 20px;
    line-height: 1.4em;
    display: inline-block;
    margin-bottom:6px;
}
#ft .container .left .address span::before{
    content:'';
    width:1px;
    height:12px;
    position:absolute;
    left:0;
    top:5px;
    background-color: #555;
}
#ft .container .left .address span.tit{
    font-weight: 600;
    padding-left:0;
}

@media all and (max-width:600px) {
  #ft .container .left .address span {
    display: inline-block;
    width:100%;
    padding-left:10px;
  }
  #ft .container .left .address span.tit{
      display: block;
  }
  #ft .container .left .address span:nth-child(6){
      display: block;
  }
}
#ft .container .left .address span.tit::before{
    display: none;
}

#ft .container .left .copyright {
    font-size:1.3rem;
    color:#999999;
    margin-top:50px;
    line-height: 1.4em;
    font-weight: 300;
}
@media all and (max-width:640px) { 
  #ft .container .left .bot-menu a {
    padding:0 10px;
  }
}



.dark {    
    position:absolute;
    display:none;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.4);
}
.dark.on {  
    display:block;
}


/* 텍스트 색상 */
.txt-skyblue {
  color:#84DDFF !important;
}
.txt-black {
  color:#000000 !important;
}

.bold {
  font-weight: 400 !important;
}

.divider_1px_gray {
  height: 1px;
  background-color: #dddddd;
  width:100%;
}
.divider_1px_black {
  height: 1px;
  background-color: #000000;
  width:100%;
}

.eng {
  font-family: 'roboto';
}
.fl {
  float:left;
}
.fr {
  float:right;
}

.align-center {
  text-align:center;
} 
.justify-end {
  justify-content:end;
  display: flex;
}
.btn-wrap {
  width:100%;
  display:flex;
  justify-content:space-between;
  margin:40px 0;
}
.btn-block {
  display: inline-block;
  width:100%;
  margin:40px 0;
}
.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 1em;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  margin: 2px 2px;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  white-space:nowrap;
  padding:13px 24px 12px 24px;
  font-size:1.6rem;
  letter-spacing: 2px;
  border-radius: 3px;
}
.btn:hover {
  box-shadow:2px 2px 12px rgba(0,0,0,0.15);
}
.btn.right,
.btn-right {
  float: right;
}
.btn.left,
.btn-left {
  float: left;
}
.btn.center,
.btn-center {
  display:flex;
  align-items:center;
  justify-content:center;
}
.btn-outline {
  border:1px solid #999999;
  background:#ffffff;
}
.btn-round {
  border-radius:100px !important;
}
.btn-s {
  padding:10px 15px;
  font-size:1.3rem;
  font-weight: 300;
  letter-spacing:0;
  border-radius: 2px;
}
.btn-xs {
  padding:6px 10px;
  font-size:1.2rem;
  font-weight: 400;
  letter-spacing:0;
  border-radius: 2px;
}
.btn-m {
  padding:14px 20px;
  font-size:1.5rem;
  font-weight: 400;
  letter-spacing:-1px;
  border-radius: 2px;
}
.btn.btn-wide {
  padding:13px 60px 12px 60px;
}
.btn-xs.btn-wide {
  padding:6px 20px;
}
.btn-s.btn-wide {
  padding:10px 30px;
}
.btn-m.btn-wide {
  padding:14px 40px;
}
.btn-board-link {
  padding-right:30px;
  font-weight: 400;
}
.btn-board-link::after {
  position:absolute;
  top:50%;
  right:10px;
  margin-top:-7px;
  content: "\e93e";
  font-family: "xeicon";
}


.btn-black {
  background: #000000;
  color: #ffffff !important;

}
.btn-gray {
  background: #DDDDDD;
  color: #000000 !important;
}
.btn-gray:hover {
  background: #000000;
  color: #ffffff !important;
}
.btn-white {
  background: #ffffff;
  color: #444444 !important;
  border:#707070 1px solid;
}
.btn-white:hover {
  border-color:#20BBB0;
}
.btn-orange {
  background: #F68300;
  border:none;
  color: #ffffff !important;
}
.btn-teal {
  background: #20BBB0;
  border:none;
  color: #ffffff !important;
}



.mb_0 {
  margin-bottom:0 !important;
}
.mb_20 {
  margin-bottom:20px !important;
}
.mt_0 {
  margin-top:0 !important;
}
.mt_40 {
  margin-top:40px !important;
}
.border_none {
  border:none !important;
}
.f_right {
  float:right;
}

.col-half {
  width:50%;
  padding-right:3%;
  display:inline-block;
}
.col-half:nth-child(2n) {
  padding-right:0;
}
.col-half.input-block input {
  display: block;
}
.col-1 {
  width:calc(100% / 12);
  display:inline-block;
}
.col-2 {
  width:calc(100% / 12 * 2);
  display:inline-block;
}
.col-3 {
  width:calc(100% / 12 * 3);
  display:inline-block;
}
.col-4 {
  width:calc(100% / 12 * 4);
  display:inline-block;
}
.col-5 {
  width:calc(100% / 12 * 5);
  display:inline-block;
}
.col-6 {
  width:calc(100% / 12 * 6);
  display:inline-block;
}
.col-7 {
  width:calc(100% / 12 * 7);
  display:inline-block;
}
.col-8 {
  width:calc(100% / 12 * 8);
  display:inline-block;
}
.col-9 {
  width:calc(100% / 12 * 9);
  display:inline-block;
}
.col-10 {
  width:calc(100% / 12 * 10);
  display:inline-block;
}
.col-11 {
  width:calc(100% / 12 * 11);
  display:inline-block;
}
.col-12 {
  width:100%;
  display:inline-block;
}

@media all and (max-width:780px) {
  .col-half {
    width:100%;
    padding-right:0;
    display:block;
    padding-top:30px;
  }
  .col-half:first-child { 
    padding:0;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width:100%;
  }

}



.checkbox,
.radio {
    position: relative;
    display: inline-block !important;
    padding-left: 0;
    min-width: 26px;
}
.checkbox.pdright,
.radio.pdright {
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;
}
.checkbox.pdright:last-child,
.radio.pdright:last-child {
    padding-right:0;
}

.checkbox + .checkbox {
    margin-right: 10px;
}

.checkbox > i,
.radio > i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    z-index: 0;
    border-style: solid;
    border-radius: 1px;
    font-size: 12px;
}

.checkbox > i:before,
.radio > i:before {
    position: absolute;
}

.checkbox > input,
.radio > input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.checkbox > input ~ i:before,
.radio > input ~ i:before {
    opacity: 0
}

.checkbox > input:checked ~ i {
    background: #F39A00;
    border-color: #F39A00;
}

.checkbox > input:checked ~ i:before,
.radio > input:checked ~ i:before {
    opacity: 1;
    color: #fff;
}

.checkbox > input:disabled,
.radio > input:disabled {
    opacity: 0;
    cursor: not-allowed;
}

.checkbox > input:disabled ~ i,
.radio > input:disabled ~ i {
    opacity: .5;
}

.checkbox > input:disabled ~ label,
.radio > input:disabled ~ label {
    opacity: .5;
    cursor: not-allowed;
}

.checkbox > i {
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    box-sizing: border-box;
    font-size:2rem;
    font-weight: 600;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.checkbox > input {
    width: 22px;
    height: 22px;
    margin-top:0 !important;
    margin-bottom:0 !important;
}

.checkbox > i:before {
    width: 16px;
    height: 16px;
    line-height: 14px;
    top: 3px;
    left: 1px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
@-moz-document url-prefix(){ 
	.checkbox > i:before {
	    top: 2px;
	    left: 0px;
	}
}

.checkbox > label {
    margin-bottom: 0;
    padding-left: 28px;
}

.checkbox > label.hidden {
    font-size: 0;
    padding-left: 15px;
    height: 0;
}

.checkbox.single,
.radio.single {
    padding-left: 0;
    padding-right: 0;
}


.search-block {
  border:1px solid #000000;
  margin-bottom:40px;
}
.search-block select {
  width:260px;
  padding:20px;
  font-size:3rem;
  letter-spacing: -1px;
  border:none;
  border-right:1px solid #000000 !important;
  border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
.search-block select::-ms-expand {
  display:none;
}
.search-block select:focus::-ms-value {
  color:#272727;background:none
}
.search-block label {
  display:none
}
.search-block .nb-select option {
  font-size:2.2rem;
}
.search-block .nb-select option:disabled {
  display: none;
}
.search-block .nb-select.widthauto {
  width:auto;
  padding-right:30px;
}

.search-block .con-search-wrap {
  display:flex;
  vertical-align:bottom;
  border:none;
}
@media (max-width:700px) {
  .search-block .con-search-wrap {
    display:block;
  }
}
.search-block .con-search-wrap .nb-select {
  border:none;
  font-size:2rem;
}
@media (max-width:700px) {
  .search-block .con-search-wrap .nb-select {
    width:100%;
    border-right:0 !important;
    border-bottom:1px solid #000000 !important;
  }

}
.search-block .con-search-wrap input.search-txt {
  border:none;
  font-size:2rem;
  font-weight: 500;
  color:#000000;
  width:calc(100% - 270px);
  padding:18px;
}
@media (max-width:700px) {
  .search-block .con-search-wrap input.search-txt {
    width:calc(100% - 75px);
  }
}
.search-block .con-search-wrap .btnSearch {
  font-size:3rem;
  vertical-align:middle;
  padding:13px 20px;
}

/* focus 전 상태일 때 */
.search-block select.nb-select { 
  background-image:
    linear-gradient(45deg, transparent 50%, #000000 50%),
    linear-gradient(135deg, #000000 50%, transparent 50%);
  background-position:
    calc(100% - 25px) calc(1em - -10px),
    calc(100% - 20px) calc(1em - -10px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
/* focus 상태일 때 */
.search-block select.nb-select:focus { 
  background-image:
    linear-gradient(45deg, #000000 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #000000 50%);
  background-position:
    calc(100% - 20px) calc(1em - -10px),
    calc(100% - 25px) calc(1em - -10px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  border-color: #000000;
  outline: 0;
}




.search-inline {
  display: inline-block;
  margin-bottom:-24px;
}
.search-inline select {
  width:auto;
  padding:10px 50px 10px 10px;
  letter-spacing: -1px;
  border:none;
  border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
.search-inline select::-ms-expand {
  display:none;
}
.search-inline select:focus::-ms-value {
  color:#272727;
  background:none
}
.search-inline label {
  display:none
}
.search-inline .nb-select-inline option:disabled {
  display: none;
}
.search-inline .nb-select-inline.widthauto {
  width:auto;
  padding-right:30px;
}

.search-inline .con-search-wrap {
  display:flex;
  vertical-align:bottom;
  border:none;
}
.search-inline .con-search-wrap .nb-select-inline {
  border:none;
  font-size:1.8rem;
}
.search-inline .con-search-wrap input.search-txt {
  border:none;
  font-size:2rem;
  font-weight: 500;
  color:#000000;
  width:calc(100% - 270px);
  padding:20px;
}
.search-inline .con-search-wrap .btnSearch {
  font-size:3rem;
  vertical-align:middle;
  padding:20px;
}

/* focus 전 상태일 때 */
.search-inline select.nb-select-inline { 
  background-image:
    linear-gradient(45deg, transparent 50%, #000000 50%),
    linear-gradient(135deg, #000000 50%, transparent 50%);
  background-position:
    calc(100% - 25px) calc(1em - -1px),
    calc(100% - 20px) calc(1em - -1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
/* focus 상태일 때 */
.search-inline select.nb-select-inline:focus { 
  background-image:
    linear-gradient(45deg, #000000 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #000000 50%);
  background-position:
    calc(100% - 20px) calc(1em - -1px),
    calc(100% - 25px) calc(1em - -1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  border-color: #000000;
  outline: 0;
}


/* dropdown */
.sort-layout {
  display: inline-block;
}
@media (max-width:700px) {
  .sort-layout {
    width:100%;
    display:block;
  }
}
.dropdown-toggle {
  width:260px;
  padding:20px;
  font-size:2rem;
  letter-spacing: -1px;
  border:none;
  border-right:1px solid #000000 !important;
  border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
@media (min-width:699px) and (max-width:1100px) {
  .dropdown-toggle {
    width:160px;
  }
}
@media (max-width:700px) {
  .dropdown-toggle {
    width:100%;
    border:0 !important;
    border-bottom:1px solid #dddddd !important;
  }
}
.dropdown-menu {
  position: absolute;
  z-index:1000;
  display: none;
  width:700px;
  padding:0;
  margin: 0;
  font-size:1.7rem;
  font-weight:400;
  color:#000000;
  text-align:left;
  list-style: none;
  background-color:#fff;
  background-clip: padding-box;
  border:2px solid rgba(0,0,0,1);
  box-shadow:2px 2px 10px rgb(0,0,0,0.2);
}

@media (max-width:1100px) {
  .dropdown-menu {
    width:100%;
  }
}
.dropdown-menu label {
  display: block;
  top:3px;
}
.dropdown-menu input[type=checkbox] {
  width:auto;
  margin-right:5px;
}
/* .dropdown-menu .checkbox > i,
.dropdown-menu .radio > i {
    position: relative;
    top:unset;
    left:unset;
    margin-top:unset;
    border-style: solid;
    border-radius: 1px;
    font-size: 12px;
} */
.dropdown-menu .check-all {
  padding:20px;
  border-bottom:1px dashed #cccccc;
  width:100%;
}
.dropdown-menu .check-list {
  padding:15px 0;
}
.dropdown-menu .dropdown-item {
  display:inline-flex;
  align-items:center;
  justify-content:start;
  padding:25px;
}
.dropdown-menu .check-list .dropdown-item {
  padding:15px 0 15px 25px;
  width:calc(50% - 25px);
}
.dropdown-item.checkbox + .dropdown-item.checkbox {
  margin:0;
}
.dropdown-menu .dropdown-item span {
  color:#888888;
}
.dropdown-menu.show {
  display: block;
  margin-top:-2px !important;
  margin-left:-1px !important;
}
@media (min-width:699px) and (max-width:1100px) {
  .con-search-wrap .sort-layout:nth-of-type(2) .dropdown-menu.show {
    margin-left:-30px !important;
  }
}
.dropdown-btn {
  background:#f1f1f1;
  display:flex;
  align-items:flex-end;
  justify-content:end;
}
.dropdown-btn .btn {
  border-radius: 0;
  margin:0 !important;
}
/* focus 전 상태일 때 */
.dropdown-toggle { 
  background-image:
    linear-gradient(45deg, transparent 50%, #000000 50%),
    linear-gradient(135deg, #000000 50%, transparent 50%);
  background-position:
    calc(100% - 25px) calc(1em - -8px),
    calc(100% - 20px) calc(1em - -8px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
/* focus 상태일 때 */
.dropdown-toggle.show { 
  background-image:
    linear-gradient(45deg, #000000 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #000000 50%);
  background-position:
    calc(100% - 20px) calc(1em - -8px),
    calc(100% - 25px) calc(1em - -8px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  border-color: #000000;
  outline: 0;
}


.eventdate {
  position: relative;
  display: flex;
  align-items:center;
}
.eventdate span.tit {
  font-size:1.6rem !important;
  font-weight:300 !important;
  color:#000000 !important;
  padding:0 0 0 25px;
  display: inline-block;
  vertical-align: middle;
}
.eventdate span.tit::before {
  position:absolute;
  top:0;
  left:0;
  content: "\e9a5";
  font-family: "xeicon";
  font-size:2rem;
  color:#CCCCCC;
}
.eventdate span.date {
  color:#000000;
  font-size:2rem;
  margin-left:10px;
  vertical-align:middle;
}
@media (max-width:1024px) {
  .eventdate { 
    display: inline-block;
    width:100%;
  }
}


/* */
.pagination .prev .icon-chevron-left:before {
  content: "\e92f";
}
.pagination .next .icon-chevron-right:before {
  content: "\e930";
}





/* 게시판 라벨아이콘 */
.etc-info {
  display: inline-block;
}
.etc-info span {
  font-size:1.6rem;
  font-weight:300;
  color:#000000;
  position: relative;
  padding:0 0 0 25px;
  margin-left:10px;  
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.etc-info span.info-user {
  float:left;
  margin-left:0 !important;
}
@media (max-width:640px){
  .etc-info span.info-user {
    float: unset;
    width:100%;
    margin-bottom:20px;
    border-bottom:#eeeeee 1px dotted;
    padding-bottom:10px;
  }
}
.etc-info .info-view,
.etc-info .info-comment,
.etc-info .info-like {
  width:65px;
}
@media (max-width:500px){
  .etc-info .info-view,
  .etc-info .info-comment,
  .etc-info .info-like {
    width:auto;
  }
}
.board-photo .etc-info .info-view,
.board-photo .etc-info .info-comment,
.board-photo .etc-info .info-like {
  width:auto;
}
.board-detail-layout .etc-info .info-view,
.board-detail-layout .etc-info .info-comment,
.board-detail-layout .etc-info .info-like {
  width:auto;
}
.etc-info span::before {
  position:absolute;
  top:-2px;
  left:0;
  font-family: "xeicon";
  font-size:2rem;
  color:#CCCCCC;
}
.etc-info .info-sponsor::before {
  content: "\e902";
}
.etc-info .info-view::before {
  content: "\e950";
}
.etc-info .info-comment::before {
  content: "\ea15";
}
.etc-info .info-user::before {
  content: "\e9f3";
}
.etc-info .info-date::before {
  content: "\ead8";
}
.etc-info .info-like::before {
  content: "\e9e4";
  font-family: 'Feather';
}


/* 카테고리 색상 */
.cate {
  color:#ffffff;
  font-size:1.2rem;
  display:inline-block;
  padding:4px 5px 3px 5px;
  margin-bottom:13px;
  border-radius:2px;
}

.cate.c01 {
  background:#F39A00;
}
.cate.c02 {
  background:#20BBB0;
}
.cate.c03 {
  background:#CCBA47;
}
.cate.c04 {
  background:#08AC7A;
}
.cate.c05 {
  background:#C85935;
}
.cate.c06 {
  background:#595DC4;
}
.cate.c07 {
  background:#000000;
}
.cate.c08 {
  background:#C24DAB;
}
.cate.c09 {
  background:#98BC41;
}
.cate.c10 {
  background:#915AD1;
}
.cate.c11 {
  background:#5A7ED1;
}
.cate.c12 {
  background:#22A43C;
}
.cate.c13 {
  background:#DC5B83;
}
.cate.c14 {
  background:#D93838;
}
.cate.c15 {
  background:#1FBDCF;
}



.cate-line {
  font-size:1.3rem;
  border:#20BBB0 1px solid;
  color:#20BBB0;
  padding:3px 6px;
}
.cate-line.c01 {
  border-color:#F39A00;
  color:#F39A00;
}
.cate-line.c02 {
  border-color:#20BBB0;
  color:#20BBB0;
}
.cate-line.c03 {
  border-color:#CCBA47;
  color:#CCBA47;
}
.cate-line.c04 {
  border-color:#08AC7A;
  color:#08AC7A;
}
.cate-line.c05 {
  border-color:#C85935;
  color:#C85935;
}
.cate-line.c06 {
  border-color:#595DC4;
  color:#595DC4;
}
.cate-line.c07 {
  border-color:#000000;
  color:#000000;
}
.cate-line.c08 {
  border-color:#C24DAB;
  color:#C24DAB;
}
.cate-line.c09 {
  border-color:#98BC41;
  color:#98BC41;
}
.cate-line.c10 {
  border-color:#915AD1;
  color:#915AD1;
}


/* 배지 */
.badge {
  border-radius: 100px;
  font-size:0.8em;
  padding:10px 15px;
  background:#20BBB0;
  color:#ffffff;
  display:inline-block;
  letter-spacing:1px;
  margin-right: 10px;
}
.badge.badge_line {
  border:#20BBB0 2px solid;
  color:#20BBB0 ;
  font-weight:600;
  background: #ffffff !important;
}

.badge-color01.badge_line  {
  border-color:#F39A00;
  color:#F39A00;
}
.badge-color02.badge_line  {
  border-color:#20BBB0;
  color:#20BBB0;
}
.badge-color03.badge_line  {
  border-color:#CCBA47;
  color:#CCBA47;
}
.badge-color04.badge_line  {
  border-color:#08AC7A;
  color:#08AC7A;
}
.badge-color05.badge_line  {
  border-color:#C85935;
  color:#C85935;
}
.badge-color06.badge_line  {
  border-color:#595DC4;
  color:#595DC4;
}
.badge-color07.badge_line  {
  border-color:#000000;
  color:#000000;
}
.badge-color08.badge_line  {
  border-color:#C24DAB;
  color:#C24DAB;
}
.badge-color09.badge_line  {
  border-color:#98BC41;
  color:#98BC41;
}
.badge-color10.badge_line  {
  border-color:#915AD1;
  color:#915AD1;
}

.badge-color01.badge  {
  background:#F39A00;
}
.badge-color02.badge  {
  background:#20BBB0;
}
.badge-color03.badge  {
  background:#CCBA47;
}
.badge-color04.badge  {
  background:#08AC7A;
}
.badge-color05.badge  {
  background:#C85935
}
.badge-color06.badge  {
  background:#595DC4;
}
.badge-color07.badge  {
  background:#000000;
}
.badge-color08.badge  {
  background:#C24DAB;
}
.badge-color09.badge  {
  background:#98BC41;
}
.badge-color10.badge  {
  background:#915AD1;
}

.board-layout, .board-detail-layout {
    width: 100%;
    display: inline-block;
}
.page-info {
    font-size: 2rem;
    font-weight: 200;
    color: #000000;
    padding: 18px 0;
    text-align: right;
}


element.style {
}
.board-list ul li {
    position: relative;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

.board-list ul li a {
    display: flex;
    justify-content: space-between;
    padding: 40px 25px 40px 40px;
    box-shadow: unset;
}
.tab-list ul > li > a, .board-notice ul > li > a {
    display: block;
    background: #ffffff;
    border: 1px solid #F1F1F1;
    color: #000000;
    font-size: 2.2rem;
    font-weight: 400;
    text-align: center;
    font-family: "roboto";
    padding: 25px 15px;
    box-shadow: 1px 4px 10px rgba(0,0,0,0.1);
    transition: 0.5s;
}
.board-list .board-important i, .board-detail-layout .board-important i {
    position: absolute;
    left: 10px;
    top: -4px;
    font-size: 4rem;
    color: #EF0000;
}
.board-list .con-info {
    font-size: 1.8rem;
    font-weight: 300;
    color: #000000;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-width: 300px;
    padding-top: 34px;
}
.etc-info {
    display: inline-block;
}
.etc-info span {
    font-size: 1.6rem;
    font-weight: 300;
    color: #000000;
    position: relative;
    padding: 0 0 0 25px;
    margin-left: 20px;
}
.board-layout, .board-detail-layout {
    width: 100%;
    display: inline-block;
}
.mt_40 {
    margin-top: 40px !important;
}
.board-detail-tit {
    border: #20BBB0 5px solid;
    position: relative;
}
.board-detail-tit .detail-tit {
    padding: 30px 20px;
    font-size: 2.6rem;
    color: #000000;
    align-items: center;
    justify-content: center;
    display: flex;
}
.board-detail-tit .con-info {
    position: relative;
    font-size: 1.8rem;
    font-weight: 300;
    color: #000000;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 18px 20px;
    border-top: 1px dashed #dddddd;
}
.etc-info {
    display: inline-block;
}
.board-detail-con {
    font-size: 2em;
    font-weight: 300;
    line-height: 140%;
    padding: 40px 20px 100px 20px;
}

#gnbArea {
    position:relative;
    min-height:100px;
        background-color:#fff;
    z-index:1000;
    transition:.3s;
}
@media all and (max-width:1400px) {
    #gnbArea {
        position:fixed;
        width:380px;
        right:-380px;
        top:0;
        height:100vh;
        background-color:#fff;
        overflow-y: auto;
        overflow-x: hidden;
        z-index:3000;
        transition: .3s;
    }
    #gnbArea.on {
        right: 0;
    }
}
@media all and (max-width:380px) {
    #gnbArea.on {
        width:100vw;
    }
}
#gnbArea:after {
    content:'';
    position:absolute;
    top:100px;
    width:100%;
    height:1px;
    background-color: rgba(255,255,255,0.3);
}
#gnbArea .m-btn-close{
    display: none;
}
@media all and (max-width:1400px) {
    #gnbArea .m-btn-close{
        display: block;
        position:absolute;
        top:30px;
        right:30px;        
    }
    #gnbArea .m-btn-close i{
        font-size:2.6rem;        
    }
}
#gnbArea .m-quick-menu{
    display: none;
}
@media all and (max-width:1400px) {
    #gnbArea .m-quick-menu{
        display: flex;
        margin-top:100px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding:0 40px;
    }
    #gnbArea .m-quick-menu a{
        display: inline-block;
        width:48%;
        padding:16px 16px;
        background-color: #021b87;
        color:#fff;
        margin: 6px 0;
        font-family: 'noto sans kr';
    }
}
#gnb {
    position:relative;
    margin:0 auto;
    max-width:1280px;
    z-index:1000;
    height:100px;
    overflow: hidden;
    padding-left: 150px;
}
@media all and (max-width:1400px) {
    #gnb {
        position:relative;
        margin:0;
        max-width:none;
        height:auto;
        overflow: visible;
        padding-left: 0;
    }
}
#gnb .gnb_menu {
    width:100%;
}
@media all and (max-width:1400px) {
    #gnb .gnb_menu {
        padding:0 0 100px;
        margin-top:30px;
    }
}
#gnb .gnb_menu:after {
    display:block;
    clear:both;
    content:'';
}
#gnb .gnb_menu > li{
    float:left;
}

#gnb .gnb_menu > li:last-child .list-wrap .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 100%;
  background: #fff;  
  border:1px solid #C1C2DF;
  overflow: hidden;
  transition: .3s;
  border-radius: 5px;
}
#gnb .gnb_menu > li:last-child .list-wrap .list:hover {
  background:#EAEAF8;
  box-shadow: 2px 3px 8px rgba(0,0,0,0.1);
}
#gnb .gnb_menu > li:last-child > div {
  height:60px;
  width:200px;
  margin:0 0 0 20px;
  position: relative;
}
#gnb .gnb_menu > li:last-child .list::before {
  position:absolute;
  right:15px;
  top:50%;
  margin-top:-1.25rem;
  content: "\ea40";
  font-family: "xeicon";
  font-size:2.5rem;
  color:#C1C2DF;
}

#gnb .list-wrap .list span  {
  font-size:1.6rem;
  font-weight:400;
  width:100%;
  height:100%;
  padding:20px;
}


@media all and (max-width:1400px) {
    #gnb .gnb_menu > li{
        float:none;
    }
    /* #gnb .gnb_menu > li:last-child {
      display:inline-block;
      padding:20px 50px 20px 20px;
    }
    #gnb .gnb_menu > li:last-child > div {
      width:100%;
      margin-bottom:10px;
    } */
}

@media all and (max-width:1000px) {
  #gnb .list-wrap .list span {
    font-size:1.8rem;
  }
}

#gnb .gnb_menu > li > a {
    position:relative;
    display:block;
    padding:40px 28px;
    font-size:20px;
    color:#000;
    text-decoration:none;
    font-weight:400;
    font-family: 'noto sans kr';
    text-align: center;
}
@media all and (max-width:1400px) {
    #gnb .gnb_menu > li > a {
        color:#000;
        padding:25px 60px;
        text-align: left;
    }
    #gnb .gnb_menu > li > a::before{
        position:absolute;
        right:60px;
        bottom:auto;
        height:auto;
        content: "\e942";
        font-family: 'xeicon';
        transition: none;
        font-size:2.0rem;
    }
    #gnb .gnb_menu > li > a.on::before{
        content: "\e945";
    }
}
#gnb .gnb_menu > li > a::after{
    position:absolute;
    left:15%;
    bottom:0;
    width:70%;
    height:0;
    content:'';
    transition: all 0.3s ease 0s;
}

#gnb .gnb_menu > li > a.action::after{
    width:70%;
    height:4px;
    background:#595DC4;
}
#gnb .gnb_menu > li > a.action{
    color:#595DC4;
}
#gnb .gnb_menu > li > ul {
    width: 200px;
    min-height: 290px;
    padding-top: 30px;
}
@media all and (max-width:1400px) {
    #gnb .gnb_menu > li > ul {
        padding-top: 0;
        min-height: auto;
        width:100%;
        display: none;
    }
    #gnb .gnb_menu > li > ul.on {
      display: block !important;
  }
}
#gnb .gnb_menu > li > ul > li {
    padding: 0 30px;
}
@media all and (max-width:1400px) {
    #gnb .gnb_menu > li > ul > li {
        padding: 0 30px 0 60px;
    }
}
#gnb .gnb_menu > li > ul > li > a {
    display: block;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 2.4em;
    font-weight: 400;
}
@media all and (max-width:1400px) {
    #gnb .gnb_menu > li > ul > li > a {
        position: relative;
        text-align: left;
        padding-left:20px;
    }
    #gnb .gnb_menu > li > ul > li > a::before {
        position: absolute;
        left:0;
        top:16px;
        content: '';
        width:3px;
        height:3px;
        background-color: #888;
    }
}
#gnb .gnb_menu > li > ul > li > a:hover {
    color: #f79929;
}

#header.on #gnbArea {
    background-color: #fff;
}
#header.on #gnbArea #gnb .gnb_menu > li > a {
    color:#000;
}
#header.on #gnbArea:after {
    background-color: #e5e5e5;
}

[data-theme="black"] #header #gnbArea {
    background-color: #fff;
}
[data-theme="black"] #header #gnbArea #gnb .gnb_menu > li > a ,
[data-theme="black"] #header .top-util a  {
    color:#000;
}
[data-theme="black"] #header #gnbArea:after {
    background-color: #e5e5e5;
}
[data-theme="black"] #header .logo{
    background-image: url(../../images/common/nubes-log-sm.png);
}
[data-theme="black"] #header .top-util a i {
    color:#000;
}

[data-theme="gray"] #header #gnbArea {
    background-color: #fff;
}
[data-theme="gray"] #header #gnbArea #gnb .gnb_menu > li > a,
[data-theme="gray"] #header .top-util a  {
    color:#000;
}
[data-theme="gray"] #header #gnbArea:after {
    background-color: #e5e5e5;
}
[data-theme="gray"] #header .logo{
    background-image: url(../../images/common/nubes-log-sm.png);
}
[data-theme="gray"] #header .top-util a i{
    color:#000;
}


#gnb_Bg {
}


/* tab */
.tab-list ul {
  position:relative;
  display: flex;
  align-items:flex-start;
  justify-content: space-around;
}
.tab-list ul > li {
  width:100%;
  text-align:left;
  margin-left:-1px;
} 
.tab-list ul > li .list-wrap {
  position:absolute;
  top:60px;
  left:0;
  width:100%;
}
.tab-list ul > li > a,
.board-notice ul > li > a {
  display: block;
  background: #ffffff;
  border:1px solid #F1F1F1;
  color:#000000;
  font-size:2.4rem;
  font-weight:400;
  text-align: center;
  font-family: "roboto";
  padding:25px 15px;
  box-shadow: 1px 4px 10px rgba(0,0,0,0.1);
  transition: 0.5s;
}
.tab-list ul > li > a:hover,
.tab-list ul > li.active > a {
  background: #595DC4;
  color:#ffffff;
  border:#595DC4 1px solid;
  transition: 0.5s;
}
.tab-list .list-wrap {
  padding:20px 0;
}

.tab-list ul.tab-col2 > li > a {
  position:absolute;
  left:0;
  top:0;
  width:calc(100% / 2);
  word-break: keep-all;
  letter-spacing: -1px;
}
.tab-list ul.tab-col2 > li:nth-child(2) > a {
  left:50%;
}
.tab-list ul.tab-col3 > li > a {
  position:absolute;
  left:0;
  top:0;
  width:calc(100% / 3);
  word-break: keep-all;
  letter-spacing: -1px;
}
.tab-list ul.tab-col3 > li:nth-child(2) > a {
  left:33%;
}
.tab-list ul.tab-col3 > li:nth-child(3) > a {
  left:66%;
}

.tab-list ul.tab-col4 > li > a {
  position:absolute;
  left:0;
  top:0;
  width:calc(100% / 4);
  word-break: keep-all;
  letter-spacing: -1px;
}
.tab-list ul.tab-col4 > li:nth-child(2) > a {
  left:25%;
}
.tab-list ul.tab-col4 > li:nth-child(3) > a {
  left:50%;
}
.tab-list ul.tab-col4 > li:nth-child(4) > a {
  left:75%;
}
.tab-list ul.tab-col5 > li > a {
  position:absolute;
  left:0;
  top:0;
  width:calc(100% / 5);
  word-break: keep-all;
  letter-spacing: -1px;
}
.tab-list ul.tab-col5 > li:nth-child(2) > a {
  left:20%;
}
.tab-list ul.tab-col5 > li:nth-child(3) > a {
  left:40%;
}
.tab-list ul.tab-col5 > li:nth-child(4) > a {
  left:60%;
}
.tab-list ul.tab-col5 > li:nth-child(5) > a {
  left:80%;
}
.tab-list ul.tab-round  > li > a {
  border-radius:50px !important;
}
@media (max-width:1000px) {
  .tab-list.rule-layout ul.tab-col5 > li > a {
    padding:20px 15px;
  }
  .rule-layout .list-wrap {
    margin-top:160px !important;
  }
  .tab-list ul.tab-col5 > li > a {
    width:calc(100% / 2);
  }
  .tab-list ul.tab-col5 > li:nth-child(2) > a {
    left:50%;
  }
  .tab-list ul.tab-col5 > li:nth-child(3) > a {
    left:0;
    top:60px;
  }
  .tab-list ul.tab-col5 > li:nth-child(4) > a {
    left:50%;
    top:60px;
  }
  .tab-list ul.tab-col5 > li:nth-child(5) > a {
    left:0;
    top:120px;
    width:100%;
  }
}
@media (max-width:480px) {
  .tab-list ul > li > a {
    padding:15px;
  }
  .tab-list ul.tab-col2 > li > a,
  .tab-list ul.tab-col3 > li > a,
  .tab-list ul.tab-col4 > li > a {
    width:calc(100% / 1);
  }
  .tab-list ul.tab-col2 > li:last-child > a,
  .tab-list ul.tab-col3 > li:nth-child(2) > a,
  .tab-list ul.tab-col3 > li:last-child > a,
  .tab-list ul.tab-col4 > li:nth-child(2) > a,
  .tab-list ul.tab-col4 > li:nth-child(3) > a,
  .tab-list ul.tab-col4 > li:last-child > a {
    left:0;
  }
  .tab-list ul.tab-col2 > li:last-child > a,
  .tab-list ul.tab-col3 > li:nth-child(2) > a,
  .tab-list ul.tab-col4 > li:nth-child(2) > a {
    top:51px;
  }
  .tab-list ul.tab-col3 > li:last-child > a,
  .tab-list ul.tab-col4 > li:nth-child(3) > a {
    top:102px;
  }
  .tab-list ul.tab-col4 > li:last-child > a {
    top:153px;
  }
}
