@charset "utf-8";
:root {
    --main-color: #0cbb5a;
}

/* input[type="radio"]:checked {
    background: #fff;
    border: 5px solid var(--main-color);
}

label {
    cursor: pointer
}

input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 100%;
    margin-right: 0.3em;
    cursor: pointer;
    border: 0;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-image: url('/resources/compnt/img/ico_check.png');
    background-color: #959595;
} */

/* input[type="checkbox"]:checked {
    background-color: var(--main-color);
} */

.text-under {
    text-decoration: underline;
}

.under {
    padding-bottom: 5px;
    border-bottom: 1px solid #3a6047;
    display: inline-block;
}

.arrow {
    width: 2.500rem;
    height: 2.500rem;
    background-color: #fff !important;
    border: 1px solid #dedede !important;
    text-indent: -9999px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.arrow.prev {
    background-image: url('/resources/compnt/img/main/btn_prev.png');
}

.arrow.next {
    background-image: url('/resources/compnt/img/main/btn_next.png');
}

.more {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url('../img/main/ico_more.png') no-repeat 0 0 / 100% auto;
    margin-right: 0.769rem;
    text-indent: -9999px;
}

.gray_cicle_ico::before {
    content: '';
    display: block;
    width: 6.88rem;
    height: 6.88rem;
    border-radius: 100%;
    margin: 0 auto 1.2em;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-down {
    display: inline-block;
    border: 1px solid #ddd;
    background: #f2f2f2;
    font-size: 1.250em;
    position: relative;
    padding: 0.5em 3em;
    border-radius: 10px;
}

.btn-down:before {
    display: inline-block;
    content: '';
    width: 1.333em;
    height: 1.111em;
    background: url('../img/sub/ico_down.png') no-repeat center / 100%;
    vertical-align: middle;
    margin-right: 15px;
}

.btn-down2 {
    display: inline-block;
    font-size: 1rem;
    position: relative;
    padding: 5px;
    color: #3a6047;
}

.btn-down2:before {
    display: inline-block;
    content: '';
    width: 1.875em;
    height: 1.875em;
    background: #3a6047 url('../img/sub/ico_down_white.png') no-repeat center / 45%;
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 100%;
}

.btn-down3 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding: 0.813em 5px;
}

.btn-down3:after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 0.875em;
    background: url('../img/sub/ico_down_green.png') no-repeat center center / 100%;
    vertical-align: text-top;
    margin-left: 6px;
}

.btn-quick {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.btn-quick:after {
    content: '';
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    background: url('../img/sub/ico_btnQuick.png') no-repeat center center / 100%;
    vertical-align: text-top;
    margin-left: 6px;
}

.btn-down:hover, .btn-down2:hover, .btn-down3:hover, .btn-quick:hover {
    text-decoration: underline;
}

.btn-down4 {
    display: inline-block !important;
    position: relative;
    font-size: 1rem;
    color: #fff;
    background-color: var(--main-color);
    width: 170px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center !important;
    font-weight: 600;
    transition: .3s all;
}

.btn-down4.sm {
    font-size: 12px;
    width: auto;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px;
}

.btn-down4:after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 14px;
    background: url('../img/sub/ico_down_white.png') no-repeat center / 100%;
    margin: 0px 0 -3px 10px;
    transition: .3s all;
}

.btn-down4.sm:after {
    width: 12px;
    height: 10px;
    margin: 0 0 -1px 5px;
}

.btn-down4:hover {
    text-decoration: none !important;
}

.btnWrap {
    margin: 1em auto;
    text-align: center;
}

.btnWrap2 {
    text-align: center;
    position: absolute;
    right: 0;
}

.btnWrap3 {
    text-align: right;
    margin: 2em 0;
}

.btnWrap4{
    text-align: center;
    margin-top: 5.000rem;
}

.btnWrap5{
    display: flex;
    gap: 10px;
    margin-top: 5.000rem;
    justify-content: center
}

.btn_menu {
    text-indent: -9999px;
    position: relative;
    background: none;
    border: none;
    border-radius: 0;
    width: 1.31rem;
    height: 1.13rem;
}

.btn_menu::before, .btn_menu::after, .btn_menu span {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    background: #222;
}

.btn_menu::before {
    content: '';
    top: 0;
}

.btn_menu::after {
    content: '';
    bottom: 0;
}

.btn_menu span {
    top: 50%;
    transform: translateY(-50%);
}

.btn_menu.close::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}

.btn_menu.close::after {
    -webkit-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}

.btn_menu.close span {
    opacity: 0;
}

.color-green4{color: var(--main-color);}

/* header */
.header {
    position: relative;
    background: none;
    border-bottom: 1px solid rgba(255,255,255,.2);
    top: 0;
    left: 0;
    border-bottom: 1px solid #ddd;
}

.mainNav .depth1 >li >a::after {
    background: #fff;
}

.gnb_mypage {
    background: url("/resources/compnt/img/main/ico_my.png") center center / 100% no-repeat;
}

.gnb_login{
     background: url('/resources/compnt/img/main/ico_login.png') no-repeat center center / auto 100%;
}

.gnb_logout {
     background: url('/resources/compnt/img/main/ico_logout.png') no-repeat center center / 100%;
}

.sch_btn {
    background: url('/resources/compnt/img/main/ico_sch.png') no-repeat center center / auto 100%;
}

.main.active .header {
    background-color: #fff;
}

.main.active .topLogo a {
    background: url("") no-repeat center center / 100% auto;
}

.active .mainNav .depth1 >li >a {
    color: #919191;
}

.main.active .mainNav .depth1 >li >a::after {
    background: var(--main-color);
}

.main.active .mainGNB .gnb_mypage {
     background: url('/resources/compnt/img/main/ico_h_my.png') no-repeat center center / 100%;
}

.main.active .mainGNB .gnb_login, .main.active .mainGNB .gnb_logout {
    color: #797676;
}

.active .mainGNB .gnb_login {
    background: url('/resources/compnt/img/main/ico_h_login.png') no-repeat center center / 100%;
}

.active .mainGNB .sch_btn {
    background: url('/resources/compnt/img/main/ico_h_sch.png') no-repeat center center / 100%;
}

.active .mainGNB .gnb_logout {
    background: url('/resources/compnt/img/main/ico_h_logout.png') no-repeat center center / 100%;
}

.active .btn_menu::before, .active .btn_menu::after, .active .btn_menu span {
    background: #919191
}

.top_bg {
    display: block;
    width: 100%;
    background: #fff;
    box-shadow : 0 10px 10px rgba(103,103,107,0.2);
    -webkit-box-shadow : 0 10px 10px rgba(103,103,107,0.2);
    -moz-box-shadow : 0 10px 10px rgba(103,103,107,0.2);
    transition: all 0.1s;
}



.header {
    width: 100%;
    z-index: 160;
    background: #fff;
    border-top: 1px solid #dedede;
}

.topLogo a {
    display: block;
    max-width: 175px;
    background: url("") no-repeat center center / 100% auto;
}
.sub_logo{}

.topWrap {
    max-width: 1400px;
    margin: 0px auto;
    font-size: 15px;
    height: 6.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.logo_w{display: flex; gap: 1.5vw; align-items: center;}

.mainNav {
    width: 65%;
}

.mainNav .depth1 {
    height: 6.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainNav .depth1 >li {
    height: 100%;
    flex-grow: 1;
}

.mainNav .depth1 >li >a {
    color: #222;
    font-size: 1.250rem;
    font-weight: 700;
    /* padding: .5em 1vw; */
    transition: 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    transition: 0.3s ease;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.mainNav .depth1 >li:hover >a, .mainNav .depth1 >li >a.on {
    color: #919191;
}

.mainNav .depth1 >li >a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 4px;
    border-radius: 4px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s ease;
}

.mainNav .depth1 >li:hover >a::after, .mainNav .depth1 >li >a.on::after {
    width: 100%;
}

.mainNav .depth2 {
    display: flex;
    flex-wrap: wrap;
    gap : 5px 20px;
}

.mainNav .depth2.open {
    display: block;
}

.mainNav .depth1 >li:last-child .depth2:after {
    display: none;
}

.mainNav .depth2 li {
    width: calc(25% - 15px);
}

.mainNav .depth2 li a {
    padding: 0.938rem 1.250rem;
    display: block;
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;    
    position: relative;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.border_h li a{position: relative;}

.border_h li a::before{
	content:'';
	position:absolute; 
	top:0;
	left:-1px;
	display:block;
	width:calc(100% + 2px);
	height: 100%;
	border: 1px solid var(--main-color);
	border-radius: 5px;
	opacity:0;
	visibility:hidden;
	transition:all .2s;
	box-sizing: border-box;
}

.border_h li a:hover::before,
.border_h li a.on::before{
	opacity:1;
	visibility:visible;

}

.mainNav .depth2 li a:after{
	display: block;
	content: '';
	position: absolute;
	background: #ccc;
	border-radius: 100%;
	width: 0.625rem;
	height: 0.625rem;
	top: 50%;
	right: 1.625rem;
	transform: translateY(-50%);
	transition:all .4s;
}
.mainNav .depth2 li a:hover, .mainNav .depth2 li a.on {
    color: var(--main-color);
    text-underline-position: under;
    background-color: #fff;
    
}


.mainNav .depth2 li a:hover:after, .mainNav .depth2 li a.on:after{
	background: var(--main-color);
}

.mainGNB {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mainGNB .gnb_mypage {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url("") center center / 100% no-repeat;
    margin: 0px 8px 0px 0px;
}

.gnb_login, .gnb_logout {
    font-size: 1em;
    color: #797676;
}

.sch_btn{
    width: 1.5rem;
    height: 1.5rem;
}

.gnb_login, .gnb_logout{
    width: 1.250rem;
    height: 1.500rem;
}

.mainGNB .sch_btn, .btn_menu, .gnb_logout{margin-left: 1.500rem;}

/* sitemap */
.sitemap {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 9999;
    top: 6.375em;
    left: 0;
    /* height: 100%; */
    display: none;
}

.sitemap-side {
    width: 6.25em;
    background: var(--main-color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sitemap-side >p {
    font-size: 1.563em;
    color: #73917d;
    font-family: Roboto;
    font-weight: 600;
    height: 100%;
    letter-spacing: 3px;
    transform: rotate(-90deg) translateY(48%);
}

.sitemap-cont {
    margin: 80px auto 50px;
    max-width: 1400px;
    position: relative;
}

.sitemap-cont .tit {
    font-size: 2em;
    font-weight: 700;
    padding-bottom: 1.094em;
    border-bottom: 2px solid #454545;
}

.sitemap-cont .menu > li {
    display: flex;
    margin-bottom: 40px;
}

.sitemap-cont .depth1 {
    font-size: 1.875rem;
    color: #111;
    /* width: 10em; */
    width: 16vw;
    font-family: 'NEXEN_TIRE_Bold';
    position: relative;
}
.sitemap-cont .depth1::before{
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: var(--main-color);
	opacity: .3;
	left: -4px;
	top: 0;
	border-radius: 100%;
	z-index: -1;
}

.sitemap-cont .depth2 {
    display: flex;
    flex-wrap: wrap;  
    gap: 1.875rem;
    width: calc(100% - 16.5vw);
    align-items: flex-start;
}

.sitemap-cont .depth2 > li {
    width: calc(25% - 1.875rem*3/4);
}

.sitemap-cont .depth2 > li > a {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    color: #111;
    background-color: #fff;
    transition: .2s;
    border: 1px solid #ddd;
    position: relative;
}
.sitemap-cont .depth2 > li > a.gray_bg{
	background-color: #f7f7f7;
}

.sitemap-cont .depth2 > li > a:hover {
    background-color: #f3faf6;
}
.sitemap-cont .depth2 > li > a:before{
	width: 0;
	transition: .2s;
	height: 3px;
	background-color: var(--main-color);
	top:0;
	left: -1px;
	display: blcok;
	content: '';
	position: absolute;
}

.sitemap-cont .depth2 > li > a:hover:before{
	width: calc(100% + 2px);	
}

.sitemap-cont .depth2 > li > a, .sitemap-cont .depth3{
    padding: 1rem 1.563em;
} 

.sitemap-cont .depth3{border: 1px solid #ddd; border-radius: 0 0 10px 10px; border-top: 0;}
.sitemap-cont .depth3 > li:not(:last-child){margin-bottom: 10px}
.sitemap-cont .depth3 > li > a{display: block;}
.sitemap-cont .depth3 > li > a:hover{text-decoration: underline;}

.sitemap-close {
    display: block;
    position: relative;
    width: 1.375rem;
    height: 1.375rem;
    text-indent: -9999px;
    background: transparent;
}
.sitemap-close:before, .sitemap-close:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    text-indent: -9999px;
    position: absolute;
    left: 0;
}

.sitemap-close:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}

.sitemap-close:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

/* dot-list */
.dot_list > li{position: relative; padding-left: 12px;}
.dot_list > li::before{display: block; position: absolute; content: ''; width: 4px; height: 4px; background: #999; left:0; top:  10px;}

.dot_list02 > li{position: relative; padding-left: 12px;}
.dot_list02 > li::before{display: block; position: absolute; content: ''; width: 4px; height: 4px; background: var(--main-color); left:0; top:  10px; border-radius: 100%;}

.dot_list03 > li{position: relative; padding-left: 12px;}
.dot_list03 > li > a:hover{text-decoration: underline;}
.dot_list03 > li::before{display: block; position: absolute; content: ''; width: 4px; height: 4px; background: #666; left:0; top:  10px; border-radius: 100%;}

/* dash_list */
.dash_list > li{position: relative; padding-left: 12px;}
.dash_list > li:before{display: block; position: absolute; content: ''; width: 5px; height: 1px; background: #999; left:0; top:  10px;}

/* mobile nav */
.mobileNav {
    position: fixed;
    right: -999px;
    top: 0;
    width: 80%;
    max-width: 1024px;
    z-index: 300;
    background: #fff;
    overflow-y: auto;
    height: 100%;
    background: #fff;
    display: none;
}

.mobileNav .top {
    background: var(--main-color);
    color: #fff;
    padding: 1em 1em 2em;
    position: relative;
}

.close::before, .close::after, .close span {
    background: #222 !important;
}

.close_bk::before, .close_bk::after, .close span{
	background: #333 !important;
}

.mobileNav .searchBox .sch_btn {
    background-color: transparent !important;
    width: 2em;
    height: 2em;
    background-size: 90%;
}

.mobileNav .searchBox input[type="text"] {
    width: 100%;
    background: none;
    border: none;
    height: 2em;
    margin: 0;
}

.mobileNav .searchBox input[type="text"]::placeholder {
    color: rgba(255,255,255,.8);
    font-size: 1.125em;
    font-weight: 600;
}

.mobileNav .searchBox {
    justify-content: space-between;
    font-size: 1rem;
}

.mobileNav .close_w{
	text-align: right;
	padding: 1rem;
	padding-bottom: 0;
}

.mobileNav .close {
    width: 1.5em !important;
    height: 1.5em !important;
    margin: 0 !important;
}

.mobileNav .etc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: .7em 0 0;
}

.mobileNav .etc li {
    width: 47%;
    text-align: center;
    border-radius: .3em;
    background: #fff;
}

.mobileNav .etc li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5em 0;
    color: var(--main-color);
    font-weight: 500;
    font-size: 1.063em;
}

.lnb_m {
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 1em;
    position: relative;
    z-index: 1
}

.lnb_m >li {
    border: 2px solid #ededed;
    border-radius: 10px;
    margin-top: 10px;
}

.lnb_m >li:first-child {
    margin-top: 0;
}

.lnb_m >li >a {
    font-size: 1.063em;
    font-weight: 500;
    padding: 0.938em;
    display: block;
    position: relative;
    color: #333;
}

.lnb_m >li >a span {
    text-indent: -9999px;
    width: 1em;
    height: 1em;
    position: absolute;
    display: inline-block;
    right: 1.125rem;
    top: 50%;
    transform: translateY(-50%);
}

.lnb_m >li >a span::before, .lnb_m >li >a span::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #222;
}

.lnb_m >li >a span::before {
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lnb_m >li >a span::after {
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease;
}

.lnb_m >li >a.on span::after {
    opacity: 0;
}

.lnb_m .depth {
    background: #f7f7f7;
    border-radius: 0 0 10px 10px;
    display: none;
}

.lnb_m .depth li {
    border-top: 1px solid #ededed;
    padding: 0 1.125rem
}

.lnb_m .depth a {
    display: block;
    padding: .7rem 0;
    position: relative;
    padding-left: .7em;
    color: #666
}

.lnb_m .depth a:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    ;content: '';
    background: #929292;
    border-radius: 50%;
    margin-top: -2px;
}

.mobileNav_bg {
    background: rgba(0,0,0,.6);
    position: fixed;
    z-index: 151;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    padding: 30px;
    display: none;
}

.mainVisual {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

.mainVisual .visualSlider li {
    position: relative;
}

.mainVisual .visualSlider li img {
	height: 680px;
    width: 100%;
    object-fit: cover;
}
.mainVisual .tit_w{
    position: absolute;
    top: 45%;
    left: calc((100% - 1400px) / 2);
}

.mainVisual .mainVisual_title{
    color: #222;
    font-size: 2.875em;
    padding-bottom: 0.6em;
    word-break: keep-all;
    line-height: 1.25;
    font-family: 'ONE-Mobile-Title';
}

.mv_dots .slick-dots{
	display: flex;
	gap: 10px;
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.mv_dots .slick-dots li{
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background-color: #ccc;
	border-radius: 100%;
	cursor: pointer;
	position: relative;
}
.mv_dots .slick-dots li.slick-active{
	background-color: #333;
}

.mv_dots .slick-dots li > button:focus:before{
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border: 2px solid #000;
	display: block;
	top:-3px;
	left: -3px;
	content: '';
	border-radius: 100%;
}


.mainVisual > .inner:not(.sch_w){
	position: absolute;
    top: 35%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.mainVisual .sch_w, .mainVisual > .inner:not(.sch_w){z-index: 1;}

.mainVisual .sch_w{
	position: absolute;
	top: 10%;
    left: 50%;
    transform: translateX(-50%);	
	width: 100%;
}

.mainVisual form {
	position: relative;
    width: 100%;
    height: 80px;
    box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.mainVisual form input {
    outline: 0;
}

.mainVisual form input[type="text"] {
    width: 100%;
    height: 100%;;
    border: 0;
    font-size: 1.500rem;
    font-weight: 300;
    padding-left: 1.875rem;
    border: 3px solid var(--main-color);
    border-radius: 10px;
    font-weight: 600
}

.mainVisual form input[type="text"]::placeholder {
    font-size: 1.500rem;
    color: var(--main-color);
    font-weight: 700;
}

.mainVisual form a {
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: var(--main-color) url(/resources/compnt/img/bbs/ico_sch02.png) no-repeat center / auto;
    text-indent: -999999px;
    align-items: center;    
    box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, .2);
}

.mainVisual .tag_w{margin-top: 1.000rem;}
.mainVisual .tag_w > *{font-size: 1.125rem;}
.mainVisual .tag_w > span{color: #333; font-weight: 700; margin-right: 1.250rem;}
.mainVisual .tag_w > a{color: #999; }
.mainVisual .tag_w > a:hover, .mainVisual .tag_w > a:focus{text-decoration: underline;}
.mainVisual .tag_w > a:not(:last-child){margin-right: 1.250rem;}

.mainBoard_wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
}

.mainBoard {
    width: calc(100% - 360px);
    position: relative;
    max-width: 980px;
}
.mainBoard .tit_w {
	margin-bottom: 25px;
}
.mainBoard .tit_w .tit{
	margin-bottom: 0;
}
.mainBoard .tit_w.flexbox{
   	justify-content: flex-start;
   	gap: 2.500rem;
   	align-items: center;
   	flex-wrap: nowrap;
}

.mainBoard_title {
    position: relative;
}

.mainBoard_title li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5vw;
}

.mainBoard_title li:last-child{
	margin-right: 0;
}

.mainBoard_title li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #adadad;
    margin-right: 10px;
    border-radius: 100%;
    vertical-align: middle;
}

.mainBoard_title li.on::before {
   background-color: var(--main-color);
}

.mainBoard_title li a {
    display: inline-block;
    font-size: 1.250rem;
    color: #adadad;
    font-weight: 700;
    vertical-align: top;
    line-height: 1;
    position: relative;
    transition: 0.3s ease;
}

.mainBoard_title li.on a {
    color: #222;
}

.mainBoard_cont{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1.875rem;
    min-height: 360px;
}

.mainBoard_list_w {
    display: none;
}

.mainBoard_list_w li:first-child{border-bottom: 1px solid #ddd; padding-bottom: 1.875rem;}

.mainBoard_list_w li:first-child .flexbox{align-items: center}

.mainBoard_list_w li:first-child .txDate{
	padding: 15px;
	background-color: #f6f6f6;
 	font-size: 2.250rem;
	font-weight: 700;
	border-radius: 10px;
	line-height: 1;
    width: 5.625rem;
    height: 5.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mainBoard_list_w li:first-child a{
	width: calc(100% - 5.625rem);	
}
.mainBoard_list_w li:first-child .tit{font-size: 1.375rem;}

.mainBoard_list_w li:first-child .cont{
	width: 100%;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	height: 40px;	
	margin-top: 1.250rem;
    font-size: 1rem;
    color: #666; 	
    line-height: 1.4; 
    overflow: hidden;
}

.mainBoard_list_w li:first-child .txDate span{
	font-size: 1rem;
	font-weight: initial;	
	color: #999;
}
.mainBoard_list_w li:first-child .label{ vertical-align: super;}
.mainBoard_list_w li:not(:first-child) .label{ vertical-align: middle;}

.mainBoard_list_w li .label{
	display: inline-block;
	font-size: 14px;
	border-radius: 20px;
	padding: 2px 7px;
	font-weight: 700;
	margin-right: 10px;
	color: var(--main-color);
	border: 1px solid var(--main-color);
}
.mainBoard_list_w.on {
    display: block;
}

.mainBoard_list {
    position: relative;
}

.mainBoard_list li {
    margin-bottom: 1.250rem;
    line-height: 1;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.250rem;
}

.mainBoard_list li:last-child{
	margin-bottom: 0;
}


.mainBoard_list li:not(:first-child) > a:hover{
    text-decoration: underline;
}

.mainBoard_list li > img {
    display: inline-block;
}

.mainBoard_list li .tit{font-size: 1.125rem; font-weight: 700; color:#333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 80%; line-height: 1.2; display: inline-block;}
.mainBoard_list li a:hover .tit, .mainBoard_list_w li:first-child a:hover .cont{text-decoration: underline;}


.mainBoard_list li span.txDate {
    font-size: 0.938rem;
    color: #676767;
    line-height: 1.1;
    vertical-align: super;
}

.mainBoard .more_w {
    position: absolute;
    top: -70px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 1rem;
    height: 1rem;
}

.mainBoard .more_w::before {
    display: none;
}

.mainBoard .more_w .more {
    width: 100%;
    position: static;
    transform: translateY(0);
    margin-right: 0;
}

.mainBanner {
    width: 360px;
    position: relative;
}

.mainBanner > .tit_w .btn{display: flex; gap:5px;}

.mainBanner .mainBanner_slider {
	max-height: 360px;
	height: 100%;
	overflow: hidden;
}

.mainBanner h2 {
    font-size: 1.625rem;
    padding: 0 0 1.25rem;
}

.mainBanner .mainBanner_slider .slick-dots {
    position: absolute;
    top: -3.5em;
    right: -.5em;
}

.mainBanner .mainBanner_slider .slick-dots li {
    display: inline-block;
    margin-right: 0.5em;
}

.mainBanner .mainBanner_slider .slick-dots li button {
    text-indent: -9999px;
    width: 0.63em;
    height: 0.63em;
    background: #ccc;
    border-radius: 100%;
    border: none;
    transition: 0.3s ease;
}

.mainBanner .mainBanner_slider .slick-dots li.slick-active button {
    background: #fff;
    box-shadow: 0 0 0 2px #6d6d6d;
}

.mainBanner .mainBanner_slider .slick-slide a {
    position: relative;
    width: 100%;
    padding-bottom: 99.8%;
    overflow: hidden;
    display: block;
}

.mainBanner .mainBanner_slider .slick-slide a:focus:after {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid black;
    top: 0;
    left: 0;
}

.mainBanner .mainBanner_slider .slick-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}

.mainBanner_page {
    z-index: 50;
}

.mainBanner_page button {
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
    position: relative;
    width: 1.250em;
    height: 1.250em;
    border-radius: 0;
}

.mainBanner_page p {
    color: #bbb;
    margin-right: 10px;
    letter-spacing: 2px;
    font-size: 1.500rem;
}
.mainBanner_paging_current{color: #111;}

.mainBanner_auto {
    background-image: url('');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
}

.mainBanner_prev_arrow:before, .mainBanner_next_arrow:before {
    width: 50%;
    height: 50%;
    display: inline-block;
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.mainBanner_prev_arrow:before {
    transform: translate(-50%, -50%) rotate(225deg);
}

.mainBanner_next_arrow:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.theme_top {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.theme_top .theme_cate {
    width: 80%;
    display: flex;
    padding-bottom: 1em;
    flex-wrap: wrap;
}

.theme_top .theme_cate li {
    margin: 0 .5em .5em 0;
    word-break: keep-all;
    text-align: center;
}

.theme_top .theme_cate li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    color: #595959;
    border-radius: .25em;
    border: 1px solid #f5f5f5;
    padding: 0.3em 1em;
    font-size: 0.938em;
}

.theme_top .theme_cate li a:hover {
    text-decoration: underline;
}

.theme_top .theme_cate li.on a {
    color: #333;
    background: #fff;
    border: 1px solid #333;
}

.theme_top .theme_slider_arrow p {
    display: inline-block;
    margin: 0 .5em;
    font-size: 1.25em;
}

.theme_top .theme_slider_arrow .theme_paging_current {
    color: #3a6047;
    font-weight: 600;
}

.theme_top .theme_slider_arrow .theme_paging_total {
    color: #797676;
}

.theme_list.theme_slider .slick-track {
    margin-right: 0;
    margin-left: 0.5em;
}

.theme_list.theme_slider li.slick-slide {
    margin-right: 1em !important;
}

.theme_list li a {
    display: block;
}

.theme_list li a .thum {
    position: relative;
    border-radius: 1.5em;
    overflow: hidden;
    margin-bottom: 1em;
    width: 100%;
    padding-bottom: 110%;
}

.theme_list .thum:hover img {
    transform: scale(1.03, 1.03);
}

.theme_list .thum img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.3s all ease;
}

.theme_list .thum .icon {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    display: flex;
}

.theme_list .thum .icon span {
    border-radius: 50%;
    color: #fff;
    font-size: 0.875em;
    display: flex;
    font-weight: 500;
    width: 3.571em;
    height: 3.571em;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    padding-top: 4px;
}

.theme_list .thum .icon span:last-child {
    margin-left: 5px;
}

.theme_list .thum .adress {
    position: absolute;
    bottom: 1em;
    left: 15px;
    color: #fff;
    padding-left: 1.3em;
    padding-right: 15px;
    font-weight: 500;
    text-shadow: 0 0 5px #000;
}

.theme_list .thum .adress::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 0.813em;
    height: 1em;
    background: url('') center center / 100% no-repeat;
    display: inline-block;
    content: '';
}

.theme_list .theme_detail {
    color: #777777;
}

.theme_list .theme_detail h3 {
    font-size: 1.25em;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: .5em;
}

.theme_list .theme_detail p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theme_list .theme_detail p span {
    font-weight: 700;
    min-width: 70px;
    display: inline-block;
}

.theme_list li a:hover .theme_detail h3 {
    text-decoration: underline;
}

.resource .resource_list {
    padding-top: 1em;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.resource .resource_list li {
    width: 24%;
    border: 1px solid #dedede;
    border-radius: 1em;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 90% 85% ;
}

.resource .resource_list li:hover {
    border-color: #3a6047;
    transition: 0.3s ease;
    background-color: #3a6047;
}

.resource .resource_list li:nth-child(1) {
    background-image: url('../img/main/ico_resources_1.png');
}

.resource .resource_list li:nth-child(2) {
    background-image: url('../img/main/ico_resources_2.png');
}

.resource .resource_list li:nth-child(3) {
    background-image: url('../img/main/ico_resources_3.png');
}

.resource .resource_list li:nth-child(4) {
    background-image: url('../img/main/ico_resources_4.png');
}

.resource .resource_list li a {
    display: block;
    padding: 2.5em 2.5em 5.63em 2.5em;
    width: 100%;
}

.resource .resource_list li:hover h3 {
    color: #fff;
}

.resource .resource_list li:hover p {
    color: #dedede;
}

.resource .resource_list li h3 {
    font-size: 1.25em;
    padding-bottom: 0.3em;
}

.resource .resource_list li p {
    font-size: 1em;
    color: #6f6f6f;
}

#close_Q {
    width: 44px;
    height: 44px;
    background: url('/resources/compnt/img/close_q.png') no-repeat center / 100%;
    margin-top: 20px;
}

/* loginPage */
.loginPage {
    width: 600px;
    margin: 3.75rem auto;
}

.loginPage .flex2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.loginPage .flex2 a {
    display: block;
    width: 49%;
    height: 100%;
    text-align: center;
    padding: .8rem 0;
}

.loginPage .loginBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2.5em;
}

.loginPage .loginBox .loginInput {
    width: 74%;
}

.loginPage .loginBox .loginInput input {
    width: 100%;
    padding: .8rem;
    border: 1px solid #dedede;
}

.loginPage .loginBox .loginInput input::placeholder {
    color: #999;
}

.loginPage .loginBox .loginInput input#id {
    margin-bottom: 0.8rem;
}

.loginPage .loginBox .loginBtn {
    width: 24%;
    padding: 1.6rem 0;
    border: none;
    background: #3a6047;
    border-radius: .5em;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

.loginPage .loginBox .loginBtn::before {
    content: '';
    display: block;
    width: 0.94rem;
    height: 1.13rem;
    background: url('../img/sub/ico_lock.png') no-repeat center center / 100% auto;
    margin: 0 auto .3em;
}

.loginPage .checkType1 {
    margin: 1em 0;
}

.loginPage .loginSearch {
    margin-bottom: 1.5em;
}

.loginPage .loginSearch a {
    border: 1px solid #999;
    border-radius: .5em;
}

.loginPage .loginSNS {
    width: 100%;
    padding: 1rem;
    background: #f9f9f9;
    margin: 0 0 1.5em;
}

.loginPage .loginSNS a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5em;
}

.loginPage .loginSNS a.naver {
    color: #fff;
    background: #368535;
}

.loginPage .loginSNS a.naver::before {
    content: '';
    width: 1rem;
    height: 0.94rem;
    background: url('../img/sub/ico_naver.png') no-repeat center center / 100% auto;
    display: inline-block;
    margin-right: 0.3em;
}

.loginPage .loginSNS a.kakao {
    color: #3a2020;
    background: #f2e402;
    border-radius: .5em;
}

.loginPage .loginSNS a.kakao::before {
    content: '';
    width: 1.25rem;
    height: 1.19rem;
    background: url('../img/sub/ico_kakao.png') no-repeat center center / 100% auto;
    display: inline-block;
    margin-right: 0.3em;
}

.loginPage .join {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loginPage .join a {
    display: inline-block;
    border: 1px solid #3a6047;
    color: #3a6047;
    font-size: 1.06rem;
    font-weight: normal;
    border-radius: .5em;
    padding: 1em 1.8em;
}

.loginPopup {
    width: 480px;
    position: absolute;
    z-index: 200;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 2rem;
    border: 2px solid #ddd;
    display: none;
}

.loginPopup .title {
    font-size: 20px;
    font-size: 1.250rem;
    font-weight: bold;
    padding-left: 2.500em;
    background: url('/resources/compnt/img/icon_agreeAD.png') no-repeat left center / 2.100em;
}

.loginPopup .title >span {
    font-size: 15px;
    font-size: 0.750em;
    font-weight: normal;
    display: block;
}

.loginPopup .boardTable th {
    font-size: 1rem !important;
}

.loginPopup .boardTable td {
    font-size: 0.938rem !important;
    padding: 0.5em !important;
}

.joinus .joinStep {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #dedede;
    overflow: hidden;
    margin: 1.875rem 0;
}

.joinus .joinStep li {
    width: 20%;
    height: 3.13rem;
    background: #f7f7f7;
    position: relative;
    font-size: 0.94rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.joinus .joinStep li::before {
    content: '';
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 0.5em;
}

.joinus .joinStep li:after {
    width: 1.63rem;
    height: 3.13rem;
    position: absolute;
    right: -1.6rem;
    top: 0;
    background: url('../img/sub/steps.png') center center no-repeat;
    background-size: 100%;
    content: '';
    z-index: 1;
}

.joinus .joinStep li:last-child:after {
    background-image: none
}

.joinus .joinStep li.on {
    background: #3a6047;
    color: #fff
}

.joinus .joinStep li.on:after {
    background-image: url('../img/sub/steps_on.png')
}

.joinus .joinStep li:nth-child(1):before {
    background-image: url('../img/sub/ico_joinstep1.png');
    width: 1rem;
    height: 0.81rem;
}

.joinus .joinStep li.on:nth-child(1):before {
    background-image: url('../img/sub/ico_joinstep1_on.png');
}

.joinus .joinStep li:nth-child(2):before {
    background-image: url('../img/sub/ico_joinstep2.png');
    width: 0.88rem;
    height: 1rem;
}

.joinus .joinStep li.on:nth-child(2):before {
    background-image: url('../img/sub/ico_joinstep2_on.png');
}

.joinus .joinStep li:nth-child(3):before {
    background-image: url('../img/sub/ico_joinstep3.png');
    width: 1rem;
    height: 1rem;
}

.joinus .joinStep li.on:nth-child(3):before {
    background-image: url('../img/sub/ico_joinstep3_on.png');
}

.joinus .joinStep li:nth-child(4):before {
    background-image: url('../img/sub/ico_joinstep4.png');
    width: 1rem;
    height: 1rem;
}

.joinus .joinStep li.on:nth-child(4):before {
    background-image: url('../img/sub/ico_joinstep4_on.png');
}

.joinus .joinStep li:nth-child(5):before {
    background-image: url('../img/sub/ico_joinstep5.png');
    width: 1.06rem;
    height: 1rem;
}

.joinus .joinStep li.on:nth-child(5):before {
    background-image: url('../img/sub/ico_joinstep5_on.png');
}

.joinus .joinStep01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.joinus .joinStep01 a {
    width: 49%;
    border: 1px solid #dedede;
    border-radius: .5em;
    color: #999;
    font-size: 1.06rem;
    padding: 2.19rem 0;
    text-align: center;
    position: relative;
    transition: 0.3s ease;
}

.joinus .joinStep01 a:hover {
    border-color: #3a6047;
    color: #3a6047;
}

.joinus .joinStep01 a:nth-child(1):before {
    background-image: url('../img/sub/member_normal.png');
}

.joinus .joinStep01 a:nth-child(2):before {
    background-image: url('../img/sub/member_company.png');
}

.joinus .joinStep02 {
    padding: 1.8rem;
    background: #f7f7f7;
    border-radius: .5em;
    border: 1px solid #dedede;
}

.joinus .joinStep02 li {
    margin-bottom: 1em;
}

.joinus .joinStep02 h4 {
    font-size: 1.06rem;
}

.joinus .joinStep02 .textBox {
    width: 100%;
    height: 11.25rem;
    margin: 1em 0;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 1em;
    font-size: 0.88rem;
    color: #666;
    font-family: "NotoSansKR";
    font-weight: normal;
    line-height: 1.3;
}

.joinus .joinStep03 {
    text-align: center;
    color: #666;
    font-size: 1.06rem;
    font-weight: normal;
    border: 1px solid #dedede;
    border-radius: .5em;
    padding: 2.19rem 1em;
    letter-spacing: -1px;
    word-break: keep-all;
    line-height: 1.4;
}

.joinus .joinStep03::before {
    background-image: url('../img/sub/join03.png');
}

.joinus .joinStep03 button {
    display: block;
    margin: 1.5em auto 0;
}

.joinus .joinStep04 table tbody tr:hover {
    background: none;
}

.joinus .joinStep04 table th.border_left {
    border-left: 1px solid #dedede;
}

.joinus .joinStep04 table td {
    text-align: left;
    padding: 0.5em 1em;
}

.joinus .joinStep04 table td.password p {
    font-size: 0.94rem;
    padding-top: 0.3em;
}

.joinus .joinStep04 table input[type="email"] {
    margin-right: 0.3em;
}

.joinus .joinStep04 table input[type="radio"] {
    margin-right: 0.3em;
    margin-left: 0.5em;
}

.joinus .joinStep04 table input[type="radio"]:nth-child(1) {
    margin-left: 0;
}

.joinus .joinStep04 table button {
    padding: .5em 1em;
}

.joinus .joinStep04 table select {
    padding: .2em 1em;
    vertical-align: middle;
    margin-left: 0.3em;
}

.joinus .joinStep05 {
    text-align: center;
    color: #666;
    font-size: 1.06rem;
    font-weight: normal;
    border: 1px solid #dedede;
    border-radius: .5em;
    padding: 2.19rem 1em;
    letter-spacing: -1px;
    word-break: keep-all;
    line-height: 1.4;
}

.joinus .joinStep05::before {
    background-image: url('../img/sub/joincomplete.png');
}

.joinus .joinStep05 .btnWrap {
    margin-top: 1.5em;
}

.tab-sty {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3.750rem;
    text-align: center;
    line-height: 1.15;
}

.tab-sty.tab-sty2 {
    width: 50%;
}

.tab-sty.col1 li {
    width: 100%;
}

.tab-sty.col2 li {
    width: 50%;
}

.tab-sty.col3 li {
    width: 33.3333%;
}

.tab-sty.col4 li {
    width: 25%;
}

.tab-sty.col5 li {
    width: 20%;
}

.tab-sty.col6 li {
    width: 16.6666%;
}

.tab-sty.col7 li {
    width: 14.2857%;
}

.tab-sty.col8 li{
    width: 12.5%;
}
.tab-sty.col9 li{
	width: 11.111%;
}
.tab-sty.col10 li{
	width: 10%;
} 

/* .tab-sty.col9 li:nth-child(8n), .tab-sty.col10 li:nth-child(8n) {
    border-right: 1px solid #dedede;
} */

.tab-sty li {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #f7f7f7;
    color: #999;
    font-weight: normal;
    font-size: 1.125rem;
    position: relative;
    transition: 0.2s ease;
}

.tab-sty li:last-child {
    border-right: 1px solid #dedede;
}

.tab-sty .on {
    background: #222;
    font-weight: 500;
    color: #fff;
}

.tab-sty a {
    display: table;
    width: 100%;
    height: 2.778em;
    padding: 5px;
}

.tab-sty a:focus {
    outline: 2px solid black;
    outline-offset: -1px;
}
.tab-sty span {
    display: table-cell;
    vertical-align: middle;
}

.tab-sty3 {
    border-radius: 10px;
    overflow: hidden
}

.tab-sty3 li {
    border: 0;
    background: #e8e8e8;
    color: #555
}

.tab-sty3 li:last-child {
    border-right: 0;
}

.tab-sty3 .on {
    background: #3a6047;
    color: #fff;
}

.tab-sty3 .on:after {
    display: none
}

.tab-sty4 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
    text-align: center;
    line-height: 1.15;
    border-radius: 10px;
    overflow: hidden
}

.tab-sty4 li {
    width: 50%;
    background: #e8e8e8;
    color: #555;
    font-weight: normal;
    font-size: 1.125rem;
    position: relative;
    padding: 5px;
}

.tab-sty4 .on {
    background: #3a6047;
    color: #fff;
    font-weight: 500
}

.tab-sty4 a {
    display: table;
    width: 100%;
    height: 2em
}

.tab-sty4 span {
    display: table-cell;
    vertical-align: middle;
}

.tab-sty5 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
    text-align: center;
    line-height: 1.15;
    border-radius: 10px;
    overflow: hidden
}

.tab-sty5 li {
    width: 12.5%;
    background: #e8e8e8;
    color: #555;
    font-weight: normal;
    font-size: 1.125rem;
    position: relative;
    padding: 5px;
}

.tab-sty5.col2 li {
    width: 50%;
}

.tab-sty5.col3 li {
    width: 33.3333%;
}

.tab-sty5.col4 li {
    width: 25%;
}

.tab-sty5.col5 li {
    width: 20%;
}

.tab-sty5.col6 li {
    width: 16.6666%;
}

.tab-sty5.col7 li {
    width: 14.2857%;
}

.tab-sty5.col9 li {
    width: 11.1111%;
}

.tab-sty5 .on {
    background: #3a6047;
    color: #fff;
    font-weight: 500
}

.tab-sty5 a {
    display: table;
    width: 100%;
    height: 2em
}

.tab-sty5 span {
    display: table-cell;
    vertical-align: middle;
}

.tab-cont {
    position: relative;
}

.tab-cont >* {
    display: none;
}

.tab-cont >*.on {
    display: block;
}

.tab-cont2 {
    position: relative;
}

.tab-cont2 >* {
    display: none;
}

.tab-cont2 >*.on {
    display: block;
}

/* .caution {
    font-size: 1.06rem;
    color: #666;
    font-weight: normal;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.caution::before {
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/sub/ico_caution.png') no-repeat center center / 100%;
} */

.popBg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 150;
    top: 0;
    left: 0;
    overflow-y: auto;
    transition: all 0.1s;
}

.infoPop {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 210;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 2em 0;
}

.infoPop.on {
    visibility: visible;
    opacity: 1;
}

.infoPop .close {
    width: 1.3rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: -15px;
    background: transparent;
}

.infoPop .close::before, .infoPop .close::after {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    position: absolute;
}

.infoPop .close::before {
    transform: rotate(45deg);
}

.infoPop .close::after {
    transform: rotate(-45deg);
}

.infoPop .infoPop_inner {
    width: 80%;
    background: #f5f5f5;
    margin: 0 auto 1em;
    padding: 3em 0;
}

.infoPop .infoPop_inner .memberId {
    margin-top: 1em;
    background: #fff;
    display: inline-block;
    padding: 1em 4.5em;
    font-size: 0.88rem;
    font-weight: normal;
}

.infoPop .infoPop_inner .memberId strong {
    font-size: 1.13em;
    color: var(--main-color);
}

.mailing {
    width: 800px;
    height: 560px;
    text-align: center;
    padding-top: 80px;
}

.mailing .in {
    width: 640px;
    margin: 40px auto;
    padding: 35px 0;
    background: #f5f5f5;
}

.mailing .tit {
    font-size: 22px;
    font-weight: 600;
}

.mailing .txt {
    font-size: 16px;
}

.mailing .temp_pass {
    width: 300px;
    padding: 15px;
    margin: 20px auto 0;
    background: #fff;
}

.mailing .temp_pass .number {
    font-size: 18px;
}

.mailing .foot {
}

.mailing .foot p {
    font-size: 13px;
}

/* my page */
input[type="text"].read_only,input[type="password"].read_only, input[type="email"].read_only, input[type="number"].read_only, textarea.read_only{border: 0; outline: none;}
.mypage .data-part{border-bottom: 1px solid #ddd;}
.mypage .data-part .wide_w .target_sttn{height: auto;}

/* border-top */
.form_border{border-top: 2px solid #333;}
 
/* modal */
.modal-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0,0.6);
}

.modal-box__inner {
    position: relative;
    max-width: 800px;
    margin: 2rem auto;
}

.modal-box__content {
    position: relative;
    background: #f4f4f4;
    width: 100%;
    padding: 30px;
}

.modal-box__content .close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 2.5rem;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0;
}

.modal-box__content .close:not(:disabled):not(.disabled):hover, .modal-box__content .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

.modal-box__tit {
    font-size: 30px;
    padding: 10px 0;
}

.modal-box__item {
    padding: 20px;
    background: #fff;
    width: 100%;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.modal-box__item .title {
    font-size: 16px;
    padding: 8px 0;
}

/* certificate */
.certificate {
    background: url('../img/main/certificate_01.png') no-repeat center;
    padding: 120px 110px;
    width: 890px;
    height: 1200px;
}

.certificate__number {
    font-size: 20px;
    font-family: "NotoSerifKR";
}

.certificate__title {
    font-size: 78px;
    text-align: center;
    font-family: "NotoSerifKR";
    font-weight: 600;
    margin-top: 80px;
}

.certificate__line {
    background: url('../img/main/certificate_02.png') no-repeat center;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0 20px;
}

.certificate__line:before, .certificate__line:after {
    content: '';
    display: inline-block;
    width: 120px;
    height: 1px;
    background: #d7cbb3;
    vertical-align: middle;
}

.certificate__line:before {
    margin-right: 10px;
}

.certificate__line:after {
    margin-left: 10px;
}

.certificate__info {
    display: inline-block;
    font-family: "NotoSerifKR";
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 50px 0 60px;
    line-height: 2;
}

.certificate__info li {
    font-size: 22px;
    color: #454545;
    font-weight: 400;
}

.certificate__info li span {
    margin-left: 15px
}

.certificate__text {
    font-size: 32px;
    text-align: center;
    font-family: "NotoSerifKR";
    font-weight: 600;
    line-height: 1.7;
}

.certificate__date {
    font-size: 20px;
    color: #454545;
    font-family: "NotoSerifKR";
    text-align: center;
    margin: 60px 0;
    font-weight: 500;
}

.certificate__stamp {
    font-size: 34px;
    text-align: center;
    font-family: "NotoSansKR";
}

.certificate__stamp:after {
    content: '';
    display: inline-block;
    width: 75px;
    height: 74px;
    background: url('../img/main/certificate_04.png') no-repeat center / 100%;
    vertical-align: middle;
    margin-left: 10px;
}

.tit_w.flexbox{justify-content: space-between;}

/* footer */
/* .footer {
	background-color: #222;
	color: #f0f0f0;
} */

.foot-top {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 1.875em 0;
}

.foot-bot {
    display: flex;
    flex-wrap: wrap;
    gap:120px;
    padding: 1.875em 0;
    justify-content: space-between;    
	position: relative;
	align-items: flex-start;
}

.foot-bot .copy {
    color: #666;
    line-height: 1.6;
}
.foot-bot .copy > *:last-child{margin-top: 10px;}

.radio_w > span {
    display: inline-block;
    margin-right: 10px;
}

.radio_w > span:last-child {
    margin-right: 0;
}

/* depth_w */
.depth1 .depth_w{position:absolute;left:50%; transform: translateX(-50%);top: 100%;width:100vw; display: none; min-height: 35px; word-break:keep-all; z-index: 2; border-top: 1px solid #ddd; max-width: 100%;}
.depth1 .depth_w.active{display: block;}
.depth1 .depth_w .depth_c{display: flex; padding-top: 3.125rem; padding-bottom: 8.000rem; max-width: 1400px; margin: 0 auto; min-height: 354px;}
.depth1 .depth_w .tit_w{width: 315px; font-size: 1.125rem; position: relative;}
.depth1 .depth_w .tit{ font-family: 'NEXEN_TIRE_Bold',"NanumSquareOTF_ac"; font-size: 1.875rem; margin-bottom: 1.438rem;}
.depth1 .depth_w .depth2{width: calc(100% - 315px);}
.depth1 > li .tit_w:after, .depth1 > li .tit_w:before{display:block; content:''; position: absolute; background: url('') no-repeat center bottom / auto; }
.depth1 > li .tit_w:after{background-image: url('/resources/compnt/img/header_bg01.png'); width: 199px; height: 294px; left:-130px; bottom: -9.500rem;}
.depth1 > li .tit_w:before{background-image: url('/resources/compnt/img/header_bg01_1.png'); right: 30%; width: 136px; height: 117px; bottom: -8.000rem;}

/* 공통 */
h3.tit{font-weight: initial; font-family: 'NEXEN_TIRE_Bold'; font-size: 1.875rem; margin-bottom: 25px; color: #111;}
h4.tit{font-weight: initial; font-family: 'NEXEN_TIRE_Bold'; font-size: 1.500rem; margin-bottom: 1rem;}
h5.tit{font-size: 1.500rem; color: #111; font-weight: 700;}

section:not(#wrap){margin-bottom: 80px;}

.main_tab{display: flex; flex-wrap: wrap; text-align: center;}
.main_tab.col8 li{width: 12.5%}


/* 자주 찾는 서비스 */
.flexbox, .quick_s .btn_w{display: flex; flex-wrap: wrap;}
.quick_s .tit{width: 16%;}
.quick_s .btn_w{width: 84%; justify-content: space-between;}
.quick_s .btn_w .slick-list{width: 100%;}
.quick_s .btn_w li a{display: flex; flex-direction: column; align-items: center; color: #666;}
.quick_s .btn_w li a:hover, .quick_s .btn_w li a:focus{text-decoration: underline;}
.quick_s .btn_w li a:focus{outline-offset: -1px;}
.quick_s .btn_w li .img_w{background-color: #f9f9f9; width: 100px; height: 100px; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;}
.quick_s .btn_w li:last-child img{margin-left: 8px;} 

/* 분야별 복지정보 */
.welfare_w .main_tab{border-bottom: 1px solid var(--main-color); gap: 2px; align-items: flex-end; justify-content: space-between; margin-bottom: 30px;}
.welfare_w .main_tab.col7 > li{width: calc(14% - 2px);}
.welfare_w .main_tab.col8 > li{width: calc(12.5% - 2px);}
.welfare_w .main_tab > li{position: relative;}
.welfare_w .main_tab > li:before{display: block; content:''; visible: hidden; opacity:0; position: absolute; background: var(--main-color); width: 100%; height:65px; bottom:0; left:0; border-radius: 10px 10px 0 0; z-index: -1;}
.welfare_w .main_tab > li.active:before{visible: hidden; opacity:1;}
.welfare_w .main_tab > li button{color: #999; width: 100%; padding: 15px .5vw; display: block; border-radius: 10px 10px 0 0; border: 1px solid #ddd; font-size: 1.250rem; font-weight: 700; border-bottom: 0; white-space: nowrap;}
.welfare_w .main_tab > li.active button{color: #fff; border:0; padding: 19px 10px;}
.welfare_w .tab_cont_w{background-color: #f7f7f7;}
.welfare_w .tab_cont_w > .flexbox{justify-content: space-between; display: none; flex-wrap: nowrap; min-height: 400px; padding: 60px 3.75rem;}
.welfare_w .tab_cont_w > .flexbox.active{display: flex;}
.tab_cont_w .tit_w{position: relative; width: 300px;}
.tab_cont_w .tit_w:after{content:''; display: block; position: absolute; background: url() no-repeat center bottom; width: 337px; height: 252px; bottom: -5.313rem; left: -15%}
.tab_cont_w .tab1 .tit_w:after{background-image: url(/resources/compnt/img/main/tab01_bg.png);}
.tab_cont_w .tab2 .tit_w:after{background-image: url(/resources/compnt/img/main/tab02_bg.png);}
.tab_cont_w .tab3 .tit_w:after{background-image: url(/resources/compnt/img/main/tab03_bg.png);}
.tab_cont_w .tab4 .tit_w:after{background-image: url(/resources/compnt/img/main/tab04_bg.png);}
.tab_cont_w .tab5 .tit_w:after{background-image: url(/resources/compnt/img/main/tab05_bg.png);}
.tab_cont_w .tab6 .tit_w:after{background-image: url(/resources/compnt/img/main/tab06_bg.png); bottom: -5.1rem}
.tab_cont_w .tab7 .tit_w:after{background-image: url(/resources/compnt/img/main/tab07_bg.png);}
.tab_cont_w .tab8 .tit_w:after{background-image: url(/resources/compnt/img/main/tab08_bg.png);}

.welfare_w .tit_w .sub{color: #666; font-size: 1.125rem; }
.welfare_w .icon_w{width: calc(100% - 300px); max-width: 970px; gap: 20px;}
.welfare_w .icon_w > li{width: 145px; background-color: #fff; height: 130px; border-radius: 10px;}
.welfare_w li a:hover{ box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, .2);}
.welfare_w li a:before{border-width: 3px; border-radius: 10px;}
.icon_w li a{display: block; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 10px;}
.icon_w li a > img{margin-bottom: 20px;}
.tab_cont_w .icon_w > li p{display: flex; flex-direction: column; align-items: center; text-align: center;}
.tab_cont_w .icon_w > li p:before{background: url() no-repeat center; content: ''; display: block; position: relative; width: 57px; height: 54px; padding-bottom: 1.250rem;}

.tab1 #tab1-1 p:before{background-image: url(/resources/compnt/img/main/ico_tab01_01.png);}
.tab1 #tab1-2 p:before{background-image: url(/resources/compnt/img/main/ico_tab01_02.png);}
.tab1 #tab1-3 p:before{background-image: url(/resources/compnt/img/main/ico_tab01_03.png);}
.tab1 #tab1-4 p:before{background-image: url(/resources/compnt/img/main/ico_tab01_04.png);}
.tab1 #tab1-5 p:before{background-image: url(/resources/compnt/img/main/ico_tab01_05.png);}
.tab1 #tab1-6 p:before{background-image: url(/resources/compnt/img/main/ico_tab01_06.png);}
.tab1 #tab1-7 p:before{background-image: url(/resources/compnt/img/main/ico_tab01_07.png);}
.tab1 #tab1-8 p:before{background-image: url(/resources/compnt/img/main/ico_tab01_08.png);}

.tab1 #tab1-1:hover p:before, .tab1 #tab1-1:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab01_01.png) no-repeat center;}
.tab1 #tab1-2:hover p:before, .tab1 #tab1-2:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab01_02.png) no-repeat center;}
.tab1 #tab1-3:hover p:before, .tab1 #tab1-3:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab01_03.png) no-repeat center;}
.tab1 #tab1-4:hover p:before, .tab1 #tab1-4:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab01_04.png) no-repeat center;}
.tab1 #tab1-5:hover p:before, .tab1 #tab1-5:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab01_05.png) no-repeat center;}
.tab1 #tab1-6:hover p:before, .tab1 #tab1-6:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab01_06.png) no-repeat center;}
.tab1 #tab1-7:hover p:before, .tab1 #tab1-7:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab01_07.png) no-repeat center;}
.tab1 #tab1-8:hover p:before, .tab1 #tab1-8:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab01_08.png) no-repeat center;}

.tab2 #tab2-1 p:before{background-image: url(/resources/compnt/img/main/ico_tab02_01.png);}
.tab2 #tab2-2 p:before{background-image: url(/resources/compnt/img/main/ico_tab02_02.png);}
.tab2 #tab2-3 p:before{background-image: url(/resources/compnt/img/main/ico_tab02_03.png);}
.tab2 #tab2-4 p:before{background-image: url(/resources/compnt/img/main/ico_tab02_04.png);}
.tab2 #tab2-5 p:before{background-image: url(/resources/compnt/img/main/ico_tab02_05.png);}
.tab2 #tab2-6 p:before{background-image: url(/resources/compnt/img/main/ico_tab02_06.png);}
.tab2 #tab2-7 p:before{background-image: url(/resources/compnt/img/main/ico_tab02_07.png);}
.tab2 #tab2-8 p:before{background-image: url(/resources/compnt/img/main/ico_tab02_08.png);}
.tab2 #tab2-9 p:before{background-image: url(/resources/compnt/img/main/ico_tab02_09.png);}
.tab2 #tab2-10 p:before{background-image: url(/resources/compnt/img/main/ico_tab02_10.png);}

.tab2 #tab2-1:hover p:before, .tab2 #tab2-1:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab02_01.png) no-repeat center;}
.tab2 #tab2-2:hover p:before, .tab2 #tab2-2:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab02_02.png) no-repeat center;}
.tab2 #tab2-3:hover p:before, .tab2 #tab2-3:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab02_03.png) no-repeat center;}
.tab2 #tab2-4:hover p:before, .tab2 #tab2-4:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab02_04.png) no-repeat center;}
.tab2 #tab2-5:hover p:before, .tab2 #tab2-5:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab02_05.png) no-repeat center;}
.tab2 #tab2-6:hover p:before, .tab2 #tab2-6:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab02_06.png) no-repeat center;}
.tab2 #tab2-7:hover p:before, .tab2 #tab2-7:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab02_07.png) no-repeat center;}
.tab2 #tab2-8:hover p:before, .tab2 #tab2-8:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab02_08.png) no-repeat center;}
.tab2 #tab2-9:hover p:before, .tab2 #tab2-9:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab02_09.png) no-repeat center;}
.tab2 #tab2-10:hover p:before, .tab2 #tab2-10:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab02_10.png) no-repeat center;}

.tab3 #tab3-1 p:before{background-image: url(/resources/compnt/img/main/ico_tab03_01.png);}
.tab3 #tab3-2 p:before{background-image: url(/resources/compnt/img/main/ico_tab03_02.png);}
.tab3 #tab3-3 p:before{background-image: url(/resources/compnt/img/main/ico_tab03_03.png);}
.tab3 #tab3-4 p:before{background-image: url(/resources/compnt/img/main/ico_tab03_04.png);}
.tab3 #tab3-5 p:before{background-image: url(/resources/compnt/img/main/ico_tab03_05.png);}
.tab3 #tab3-6 p:before{background-image: url(/resources/compnt/img/main/ico_tab03_06.png);}
.tab3 #tab3-7 p:before{background-image: url(/resources/compnt/img/main/ico_tab03_07.png);}
.tab3 #tab3-8 p:before{background-image: url(/resources/compnt/img/main/ico_tab03_08.png);}
.tab3 #tab3-9 p:before{background-image: url(/resources/compnt/img/main/ico_tab03_09.png);}
.tab3 #tab3-10 p:before{background-image: url(/resources/compnt/img/main/ico_tab03_10.png);}
.tab3 #tab3-11 p:before{background-image: url(/resources/compnt/img/main/ico_tab03_11.png);}

.tab3 #tab3-1:hover p:before, .tab3 #tab3-1:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab03_01.png) no-repeat center;}
.tab3 #tab3-2:hover p:before, .tab3 #tab3-2:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab03_02.png) no-repeat center;}
.tab3 #tab3-3:hover p:before, .tab3 #tab3-3:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab03_03.png) no-repeat center;}
.tab3 #tab3-4:hover p:before, .tab3 #tab3-4:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab03_04.png) no-repeat center;}
.tab3 #tab3-5:hover p:before, .tab3 #tab3-5:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab03_05.png) no-repeat center;}
.tab3 #tab3-6:hover p:before, .tab3 #tab3-6:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab03_06.png) no-repeat center;}
.tab3 #tab3-7:hover p:before, .tab3 #tab3-7:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab03_07.png) no-repeat center;}
.tab3 #tab3-8:hover p:before, .tab3 #tab3-8:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab03_08.png) no-repeat center;}
.tab3 #tab3-9:hover p:before, .tab3 #tab3-9:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab03_09.png) no-repeat center;}
.tab3 #tab3-10:hover p:before, .tab3 #tab3-10:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab03_10.png) no-repeat center;}
.tab3 #tab3-11:hover p:before, .tab3 #tab3-11:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab03_11.png) no-repeat center;}

.tab4 #tab4-1 p:before{background-image: url(/resources/compnt/img/main/ico_tab04_01.png);}
.tab4 #tab4-2 p:before{background-image: url(/resources/compnt/img/main/ico_tab04_02.png);}
.tab4 #tab4-3 p:before{background-image: url(/resources/compnt/img/main/ico_tab04_03.png);}
.tab4 #tab4-4 p:before{background-image: url(/resources/compnt/img/main/ico_tab04_04.png);}
.tab4 #tab4-5 p:before{background-image: url(/resources/compnt/img/main/ico_tab04_05.png);}
.tab4 #tab4-6 p:before{background-image: url(/resources/compnt/img/main/ico_tab04_06.png);}
.tab4 #tab4-7 p:before{background-image: url(/resources/compnt/img/main/ico_tab04_07.png);}
.tab4 #tab4-8 p:before{background-image: url(/resources/compnt/img/main/ico_tab04_08.png);}
.tab4 #tab4-9 p:before{background-image: url(/resources/compnt/img/main/ico_tab04_09.png);}

.tab4 #tab4-1:hover p:before, .tab4 #tab4-1:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab04_01.png) no-repeat center;}
.tab4 #tab4-2:hover p:before, .tab4 #tab4-2:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab04_02.png) no-repeat center;}
.tab4 #tab4-3:hover p:before, .tab4 #tab4-3:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab04_03.png) no-repeat center;}
.tab4 #tab4-4:hover p:before, .tab4 #tab4-4:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab04_04.png) no-repeat center;}
.tab4 #tab4-5:hover p:before, .tab4 #tab4-5:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab04_05.png) no-repeat center;}
.tab4 #tab4-6:hover p:before, .tab4 #tab4-6:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab04_06.png) no-repeat center;}
.tab4 #tab4-7:hover p:before, .tab4 #tab4-7:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab04_07.png) no-repeat center;}
.tab4 #tab4-8:hover p:before, .tab4 #tab4-8:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab04_08.png) no-repeat center;}
.tab4 #tab4-9:hover p:before, .tab4 #tab4-9:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab04_09.png) no-repeat center;}

.tab5 #tab5-1 p:before{background-image: url(/resources/compnt/img/main/ico_tab05_01.png);}
.tab5 #tab5-2 p:before{background-image: url(/resources/compnt/img/main/ico_tab05_02.png);}
.tab5 #tab5-3 p:before{background-image: url(/resources/compnt/img/main/ico_tab05_03.png);}
.tab5 #tab5-4 p:before{background-image: url(/resources/compnt/img/main/ico_tab05_04.png);}

.tab5 #tab5-1:hover p:before, .tab5 #tab5-1:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab05_01.png) no-repeat center;}
.tab5 #tab5-2:hover p:before, .tab5 #tab5-2:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab05_02.png) no-repeat center;}
.tab5 #tab5-3:hover p:before, .tab5 #tab5-3:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab05_03.png) no-repeat center;}
.tab5 #tab5-4:hover p:before, .tab5 #tab5-4:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab05_04.png) no-repeat center;}

.tab6 #tab6-1 p:before{background-image: url(/resources/compnt/img/main/ico_tab06_01.png);}
.tab6 #tab6-2 p:before{background-image: url(/resources/compnt/img/main/ico_tab06_02.png);}
.tab6 #tab6-3 p:before{background-image: url(/resources/compnt/img/main/ico_tab06_03.png);}
.tab6 #tab6-4 p:before{background-image: url(/resources/compnt/img/main/ico_tab06_04.png);}
.tab6 #tab6-5 p:before{background-image: url(/resources/compnt/img/main/ico_tab06_05.png);}
.tab6 #tab6-6 p:before{background-image: url(/resources/compnt/img/main/ico_tab06_06.png);}

.tab6 #tab6-1:hover p:before, .tab6 #tab6-1:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab06_01.png) no-repeat center;}
.tab6 #tab6-2:hover p:before, .tab6 #tab6-2:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab06_02.png) no-repeat center;}
.tab6 #tab6-3:hover p:before, .tab6 #tab6-3:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab06_03.png) no-repeat center;}
.tab6 #tab6-4:hover p:before, .tab6 #tab6-4:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab06_04.png) no-repeat center;}
.tab6 #tab6-5:hover p:before, .tab6 #tab6-5:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab06_05.png) no-repeat center;}
.tab6 #tab6-6:hover p:before, .tab6 #tab6-6:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab06_06.png) no-repeat center;}

.tab7 #tab7-1 p:before{background-image: url(/resources/compnt/img/main/ico_tab07_01.png);}
.tab7 #tab7-2 p:before{background-image: url(/resources/compnt/img/main/ico_tab07_02.png);}
.tab7 #tab7-3 p:before{background-image: url(/resources/compnt/img/main/ico_tab07_03.png);}

.tab7 #tab7-1:hover p:before, .tab7 #tab7-1:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab07_01.png) no-repeat center;}
.tab7 #tab7-2:hover p:before, .tab7 #tab7-2:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab07_02.png) no-repeat center;}
.tab7 #tab7-3:hover p:before, .tab7 #tab7-3:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab07_03.png) no-repeat center;}

.tab8 #tab8-1 p:before{background-image: url(/resources/compnt/img/main/ico_tab08_01.png);}
.tab8 #tab8-2 p:before{background-image: url(/resources/compnt/img/main/ico_tab08_02.png);}
.tab8 #tab8-3 p:before{background-image: url(/resources/compnt/img/main/ico_tab08_03.png);}
.tab8 #tab8-4 p:before{background-image: url(/resources/compnt/img/main/ico_tab08_04.png);}
.tab8 #tab8-5 p:before{background-image: url(/resources/compnt/img/main/ico_tab08_05.png);}
.tab8 #tab8-6 p:before{background-image: url(/resources/compnt/img/main/ico_tab08_06.png);}

.tab8 #tab8-1:hover p:before, .tab8 #tab8-1:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab08_01.png) no-repeat center;}
.tab8 #tab8-2:hover p:before, .tab8 #tab8-2:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab08_02.png) no-repeat center;}
.tab8 #tab8-3:hover p:before, .tab8 #tab8-3:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab08_03.png) no-repeat center;}
.tab8 #tab8-4:hover p:before, .tab8 #tab8-4:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab08_04.png) no-repeat center;}
.tab8 #tab8-5:hover p:before, .tab8 #tab8-5:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab08_05.png) no-repeat center;}
.tab8 #tab8-6:hover p:before, .tab8 #tab8-6:focus p:before{background: url(/resources/compnt/img/main/ico_h_tab08_06.png) no-repeat center;}

/* slc_box */
.slc_box{width: 100%; position: relative;}
.slc_box > button{width: 100%; height: 50px; background-color: #fff; color: #444; position: relative; padding: 10px 20px; text-align: left; font-size: 1rem;}
.slc_box > button:after{position: absolute; right: 20px; top: 50%; content: ''; width: 11px; height: 6px; transform: translateY(-50%); background: url(/resources/compnt/img/main/gray_arrow.png) no-repeat center center / 100% auto; transition: all .3s}
.slc_box > button.on::after{transform: translateY(-50%) rotate(-180deg);}
.slc_box .slc_list{position: absolute; left: 0; top: 100%; width: 100%; text-align: left;     background: #fff; border: 1px solid #ccc; display: none; box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, .2); border-top: 0;}
.slc_box .slc_list li:not(:last-child){border-bottom: 1px solid #ccc;}
.slc_box .slc_list a, .slc_box .slc_list button{display: block; padding: 10px 20px; color: #666; width: 100%; text-align: left;}
.slc_box .slc_list a:hover, .slc_box .slc_list a:focus,
.slc_box .slc_list button:hover, .slc_box .slc_list button:focus{background: #f1f1f1;}

/* app_w */
.app_w{align-items: flex-end; gap: 20px;}
.app_w .right{width: 360px;}
.app_w .right{display: flex; gap: 20px; flex-direction: column; max-height: 310px;}
.app_w .right > a{display: block; width: 100%; height: 50%; border-radius: 10px; min-height: 145px; font-family: 'NEXEN_TIRE_Bold'; font-size: 1.500rem; display: flex; align-items: center; padding: 0 2.500rem; background: #d3def7 url() no-repeat bottom right 1.500rem;}
.app_w .right > a.app01{background-color:  #d3def7; color: #4054ab; background-image: url(/resources/compnt/img/main/app01.png)}
.app_w .right > a.app02{background-color:#f8eec8; color: #ec6631; background-image: url(/resources/compnt/img/main/app02.png);}
.app_w .tit_w, .app_w .cont_w{width: calc(100% - 380px);}
.app_w .tit_w{justify-content: space-between;}
.app_w .cont_w{position: relative;}
.app_w .right{position: absolute; top:0; right:-380px; height: 100%; max-height: none;}

/* 메인 프로그램 */
.program{margin-right: -20px; overflow: hidden;}
.program .item{border: 1px solid #ddd; border-radius: 10px; margin-right: 20px; padding: 1.875rem 1.6vw; display: flex !important; gap: 20px; flex-wrap: nowrap;}
.program .item .img{width: 100%; max-width: 180px;}
.program .cont{display: flex; flex-direction: column; justify-content: space-between;}
.program .cont .tit{font-size: 1.125rem; font-weight: 700; margin-bottom: 25px;}
.program .cont > ul li:not(:last-child){margin-bottom: 5px;}
.program .cont > ul span{font-weight: 700; margin-right: 15px;}
.program .cont a{display: block; width: 100%; height: 50px; text-align: center; line-height: 50px; border-radius: 5px; margin-top: 25px;}
.program .cont .open{border: 1px solid #999; font-weight: 600;}
.program .cont .close{color: #999; background-color: #eee; cursor: default;}

.app_w .program .item{ min-height: 310px;}
.app_w .program .item .img{max-height: 250px; overflow: hidden;}
/* 서브페이지 프로그램 */
.subpage_content .program .item{width: calc(50% - 1%); margin-right: 2%; gap: 2vw;}
.subpage_content .program .item:nth-child(2n){margin-right: 0;}
.subpage_content .program .item .img{padding-bottom: 46%; max-width: 210px; width: 50%;}
.subpage_content .program .cont{width: calc(100% - 230px);}
.subpage_content .program .cont .tit{font-size: 1.375rem; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; max-height: 56px; overflow: hidden;}

/* footer */
.foot-bot .flexbox{position: absolute; right:0; top:-65px;align-items: center;}
.footer .sns_btn .blog{background-image: url(/resources/compnt/img/bbs/ico_f_blog.png);}
.footer .sns_btn .insta{background-image: url(/resources/compnt/img/bbs/ico_f_insta.png);}
.footer .sns_btn .facebook{background-image: url(/resources/compnt/img/bbs/ico_f_facebook.png);}
.footer .sns_btn .twitter{background-image: url(/resources/compnt/img/bbs/ico_f_twitter.png);}
.footer .sns_btn .youtube{background-image: url(/resources/compnt/img/bbs/ico_f_youtube.png);}
.footer .sns_btn a{width: 20px; height: 20px; margin-right: 1vw}
.footer .sns_btn a,
.footer .sns_btn a:hover {background-color: initial;}
.foot-top a{margin-right: 1vw; font-weight: 600;}

/* 패밀리 사이트 */
.footer .f_site_w{width: 200px;}
.footer .f_site_w button{height: 46px; background-color: #333; color: #999;}

/* open-type */
.open-type{margin-top: 40px; border-bottom: 1px solid #dedede;}
.open-type > li{margin-bottom: 20px;}

/* custombox */
.custombox{background: url(/resources/compnt/img/main/sch_bg.png) no-repeat center / cover; width: 380px; height: 380px; padding: 35px 30px; /* margin-top: 40px; */ border-radius: 10px;position: absolute; top: 0;right: 0;}
.custombox h3.tit{font-size: 1.500rem;}
.custombox .slc_list{z-index: 1;}
.custombox, .custombox .slc_box > button{border: 1px solid #ccc;}
.custombox .slc_box:not(:last-child){margin-bottom: 15px;}
.custombox .sch_btn{width: 100%; height: 60px; color: #fff; background: #333 url();}
.custombox .slc_box .slc_list button{height: 45px;}

/* mainVisual btn */
.mainVisual a.btn{margin-top: 3.438rem; font-size: 1.125rem; display: inline-block; background: #fff; border-radius: 50px; height: 55px; line-height: 55px; box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .2); width: 155px; text-align: center; font-weight: 700;}

/* pc_search */
.pc_search{position: absolute; top: 6.25rem; left: 0; z-index : 9; width: 100%; background-color: #fff; box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, .2); padding: 3.438rem 0 3.125rem; display: none;}
.pc_search .wrap{max-width: 800px; margin: 0 auto; width: 90%;}
.pc_search h3.tit{text-align: center;}
.pc_search .top{position: relative;}
.pc_search .close{position: absolute; top: 50%; right:0; transform: translateY(-50%);}
.pc_search .close::before, .pc_search .close::after, .pc_search .close span{background: #000 !important;}
.pc_search .searchBox{margin-bottom: 1.250rem;}
.pc_search .searchBox input[type="text"]{border:0; border-bottom: 2px solid #333; width: 100%; border-radius: 0; margin: 0; font-size: 1.125em;}
.pc_search .searchBox .sch_btn{background-color: none; background: url(/resources/compnt/img/ico_sch2.png) no-repeat center center;}
.pc_search .tag_w > *{font-size: 1rem;}
.pc_search .tag_w > span{color: #333; font-weight: 600; margin-right: 0.938rem;}
.pc_search .tag_w > a{color: #999;}
.pc_search .tag_w > a:hover, .pc_search .tag_w > a:focus{text-decoration: underline;}
.pc_search .tag_w > a:not(:last-child){margin-right: 10px;}

#top_btn {
	position: fixed;
    background: #45494d;
    color: #fff;
    font-size: 13px;
    font-size: 1rem;
    padding-top: 6px;
    bottom: 20px;
    right: 1.8%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: none;
    z-index: 161
}
#top_btn:before{
	display: block;
	position: absolute;
	content:'';
	width: 0;
	height: 0;
	border-bottom: 5px solid #999;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 50%;
	top:4%;
	transform: translateX(-50%);
}


.shortcut{padding-right: 20px; position: relative;}
.shortcut:after{position: absolute; display: block; content:''; background:url(/resources/compnt/img/main/ico_shortcut.png) no-repeat center / 100%; width: 14px; height: 14px; right: 0; top: 50%; transform: translateY(-50%);}

.tablet_only{display: none !important;}












/* 카테고리 */
.location-lst{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 13px 0; line-height: 1;
}
.location-lst span{
    font-size: 16px;
    font-weight: 300;
    color: #555;
    vertical-align: middle;
    position: relative;
    margin-right: 23px;
    line-height: 1;
}
.location-lst span.last{
    color: #333;
    font-weight: 900;
    margin-right: 0;
}
.location-lst span:not(:last-child):after{
    content: "";
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: -16px;
}
.location-lst span img{
    width: 10px;
    height: 12px;
    margin: -2px 6px 0 0;
}

@media all and (max-width:1200px){
	.location-lst{max-width: none; padding: 12px 40px; box-sizing: border-box;}
}
@media all and (max-width:768px){
	.location-lst{padding: 10px 3.1vw;}
}