@charset "utf-8";
:root {
    --main-color: #e21c5a;
}
body.sitemap-open{
	overflow: hidden !important; 
}
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/dobongBokji/img/ico_check.png');
    background-color: #959595;
}

input[type="checkbox"]:checked {
    background-color: var(--main-color);
}
input[type="checkbox"]:checked + label{text-decoration: underline;}

.text-under {
    text-decoration: underline;
}

.under {
    padding-bottom: 5px;
    border-bottom: 1px solid #3a6047;
    display: inline-block;
}

.arrow {
    width: 3.750rem;
    height: 3.750rem;
    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/dobongBokji/img/main/btn_prev.png');
}

.arrow.next {
    background-image: url('/resources/dobongBokji/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: 3.500rem;
}

.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;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    z-index: 160;
    background: #fff;
}
.mainNav .depth1 >li >a::after {
    background: #fff;
}

.gnb_mypage {
    background: url("/resources/dobongBokji/img/main/ico_my.png") center center / 100% no-repeat;
}

/* .gnb_login{
     background: url('/resources/dobongBokji/img/main/ico_login.png') no-repeat center center / auto 100%;
}

.gnb_logout {
     background: url('/resources/dobongBokji/img/main/ico_logout.png') no-repeat center center / 100%;
} */

.gnb_login, .gnb_logout{display: inline-block; font-size: 1rem; border-radius: 20px; padding: 3px 7px; font-weight: 600; color: #fff; background: #222; min-width: 74px; text-align: center;}

.sch_btn {
    background: url('/resources/dobongBokji/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;
}

.main.active .mainNav .depth1 >li >a::after {
    background: var(--main-color);
}

/* .mainGNB .gnb_mypage:hover {
     background: url('/resources/dobongBokji/img/main/ico_h_my.png') no-repeat center center / 100%;
}

.mainGNB .gnb_login:hover {
    background: url('/resources/dobongBokji/img/main/ico_h_login.png') no-repeat center center / 100%;
}

.mainGNB .sch_btn:hover {
    background: url('/resources/dobongBokji/img/main/ico_h_sch.png') no-repeat center center / 100%;
}

.mainGNB .gnb_logout:hover {
    background: url('/resources/dobongBokji/img/main/ico_h_logout.png') no-repeat center center / 100%;
}

.btn_menu:hover::before, .btn_menu:hover::after, .btn_menu:hover 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;
}

.topLogo a {
    display: block;
    max-width: 175px;
    background: url("") no-repeat center center / 100% auto;
}
.sub_logo{}

.topWrap {
    max-width: 1800px;
    margin: 0px auto;
    font-size: 15px;
    height: 6.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_w{display: flex; gap: 1.1vw; align-items: center;}

.mainNav {
    width: 53%;
}

.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.625rem;
    font-weight: 700;
    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 > 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.active > a::after, .mainNav .depth1 >li:hover > a::after {
    width: 100%;
}

.mainNav .depth2 {
    display: flex;
    flex-wrap: wrap;
    gap : 10px 20px;
    align-content: flex-start;
}

.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;
}

.mainNav li.active .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 li.active .depth2 li a.on {
    color: var(--main-color);
    text-underline-position: under;
    background-color: #fff;
    
}


.mainNav .depth2 li a:hover:after, .mainNav li.active .depth2 li a.on:after{
	background: var(--main-color);
}

.mainGNB {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mainGNB .gnb_mypage {
    width: 1.500rem;
    height: 1.500rem;
    background: url("/resources/dobongBokji/img/main/ico_my.png") center center / 100% no-repeat;
}

/* .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, .gnb_mypage{margin-left: 1.500rem;}

/* sitemap */
.sitemap {
    position: fixed;
    background: #fff;
    width: 100%;
    height: calc(100% - 6.25rem);
    overflow: auto;
    z-index: 9999;
    top: calc(6.25rem + 1px);
    left: 0;
    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: 22%;
    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% - 22%);
    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: #fdedf2;
}
.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_list02 > li:not(:last-child){margin-bottom: 5px;}

.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;
    min-height: 680px;
}

.mainVisual .visualSlider li {
    position: relative;
}

.mainVisual .visualSlider li img {
	height: 680px;
    width: 100%;
    object-fit: cover;
}
.mainVisual .tit_w{
    position: absolute;
    top: 38%;
    left: calc((100% - 1400px) / 2);
}

.mainVisual .mainVisual_title{
    color: #222;
    font-size: 3.125rem;
    word-break: keep-all;
    line-height: 1.25;
    font-family: 'SCoreDream';
    font-weight: 600;
}

.mainVisual .mainVisual_subtitle{
	font-size: 1.375rem;
	color: #666;
	margin-top: 7px;
	font-family: 'SCoreDream';
	font-weight: 400;
}

.mainVisual .container{
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    align-items: center;
}

.mainVisual .container .controls{ 
	width: 9px;
    height: 12px;
    background: url(/resources/dobongBokji/img/common/m_s.png) center center no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -999px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0;
}

.mainVisual .container .controls.play{ 
	background-image: url(/resources/dobongBokji/img/common/m_p.png);
}
.mv_dots .slick-dots{
	display: flex;
	gap: 10px;
}
.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: 10%;
    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%;
	padding-right: 420px;
}

.mainVisual .sch_w form {
	position: relative;
    width: 100%;
    height: 80px;
    box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.mainVisual .sch_w form input {
    outline: 0;
}

.mainVisual .sch_w form input[type="text"] {
    width: 100%;
    height: 100%;;
    border: 0;
    font-size: 1.750rem;
    font-weight: 300;
    padding-left: 1.875rem;
    border: 3px solid var(--main-color);
    border-radius: 10px;
    font-weight: 600
}

.mainVisual .sch_w form input[type="text"]::placeholder {
    font-size: 1.750rem;
    color: var(--main-color);
    font-weight: 700;
}

.mainVisual .sch_w 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/dobongBokji/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.250rem;}
.mainVisual .tag_w > span{color: #333; font-weight: 700; margin-right: 1.250rem;}
.mainVisual .tag_w > a{color: #666; }
.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: 40px;
}

.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.500rem;
    color: #777;
    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.500rem;}

.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: 39px;	
	margin-top: 5px;
    font-size: 1.125rem;
    color: #666; 	
    line-height: 1.4; 
    overflow: hidden;
}

.mainBoard_list_w li:first-child .txDate span{
	font-size: 1rem;
	font-weight: initial;	
	color: #777;
}
.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: 600;
	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.250rem; 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: 1.125rem;
    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: 480px;
    position: relative;
}

.mainBanner h3.tit{margin-bottom: 0;}

.mainBanner > .tit_w{align-items: center; margin-bottom: 25px;}
.mainBanner > .tit_w .btn{display: flex; gap:5px; align-items: center;}

.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: 74.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: #777;
    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/dobongBokji/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/dobongBokji/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%;
	margin-top: -1px;	
} 
.tab-sty.col11 li{width: 16.666%;}
.tab-sty.col11 li:nth-last-child(-n+5), .tab-sty.col12 li:nth-last-child(-n+5), .tab-sty.col13 li:nth-last-child(-n+5){margin-top: -1px;}
.tab-sty.col11 li:nth-last-child(6n), .tab-sty.col12 li:nth-last-child(6n), .tab-sty.col13 li:nth-last-child(6n){border-right: 1px solid #ddd;}

.tab-sty li {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #f7f7f7;
    color: #777;
    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 {
    width: 100%;
    height: 2.778em;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-sty a:focus {
    outline: 2px solid black;
    outline-offset: -1px;
}
.tab-sty span {
    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; height: auto;}
.mypage .data-part{border-bottom: 1px solid #ddd;}
.mypage .data-part:not(:last-child){margin-bottom: 3.125rem;}
.mypage .attach_area ul{border-top: 1px solid #ddd; border-bottom:0;}
.mypage .data-part .list>li:last-child{margin-bottom: 20px;}

/* 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: #999;
    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; 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: 3.125rem; max-width: 1400px; margin: 0 auto; min-height: 412px;}
.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 .depth2_w{	width: calc(100% - 315px);}
.depth1 .depth_w .depth2{width: 100%;}
.depth1 > li .tit_w:after{display:block; content:''; position: absolute; background: url('') no-repeat center bottom / 100%; background-image: url('/resources/dobongBokji/img/header_bg01.png'); width: 376px; height: 262px; left:-170px; bottom:-3.2rem;}

.depth1 > li:nth-child(2) .tit_w:after{background-image: url(/resources/dobongBokji/img/header_bg02.png)}
.depth1 > li:nth-child(3) .tit_w:after{background-image: url(/resources/dobongBokji/img/header_bg03.png)}
.depth1 > li:nth-child(4) .tit_w:after{background-image: url(/resources/dobongBokji/img/header_bg04.png)}
.depth1 > li:nth-child(5) .tit_w:after{background-image: url(/resources/dobongBokji/img/header_bg05.png)}
.depth1 > li:nth-child(6) .tit_w:after{background-image: url(/resources/dobongBokji/img/header_bg06.png)}

.depth2_tel_w{display: flex; gap: 20px; margin-top: 20px;}
.depth2_tel_w .depth2_tel{padding: 20px; border-radius: 5px; border: 1px solid #ddd; width: calc(25% - 15px);}
.depth2_tel_w .depth2_tel .dong{font-size: 1.250rem; padding-bottom: 20px; border-bottom: 1px solid #ddd; font-weight: 700;}
.depth2_tel_w .depth2_tel ul{margin-top: 20px;}
.depth2_tel_w .depth2_tel ul > li > span{color: #333; padding-right: 15px;}
.depth2_tel_w .depth2_tel ul > li{color: #666; font-weight: 600; font-size: 1rem; word-break: break-word;}
.depth2_tel_w .depth2_tel ul > li:not(:last-child){margin-bottom: 11px;}



/* 공통 */
h3.tit{font-weight: initial; font-family: 'NEXEN_TIRE_Bold'; font-size: 2.625rem; margin-bottom: 25px; color: #111; word-break: keep-all; line-height: 1.2}
h4.tit{font-weight: initial; font-family: 'NEXEN_TIRE_Bold'; font-size: 1.750rem; 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%}

.scroll{overflow-x: auto; padding-bottom: 1rem;}

/* 자주 찾는 서비스 */
.quick_s{gap: 20px;}
.flexbox, .quick_s .btn_w{display: flex; flex-wrap: wrap;}
.quick_s .left{width: 26%;}
.quick_s h3.tit{margin-bottom: 40px;}
.quick_s .left > p{color: #666; font-size: 1.250rem; line-height: 1.55; font-weight: 500; margin-bottom: 50px; word-break: keep-all;}
.quick_s .left > a{background: #fce8ee; border-radius: 10px; display: inline-block; width: 300px; height: 80px; line-height: 80px; font-size: 1.500rem; font-weight: 700; font-size: 1.375rem; position: relative; padding-left: 77px;}
.quick_s .left > a::before{content: ''; background:  url(/resources/dobongBokji/img/main/icon_m_01.png) no-repeat center; display: block; width: 40px; height: 40px; position: absolute; top: 20px; left: 20px;}
.quick_s .left > a > span{color: var(--main-color);}

.quick_s .left .message{background-color: #f8f2dd; margin-top: 10px;}
.quick_s .left .message:before{background-image: url(/resources/dobongBokji/img/main/icon_m_02.png)}
.quick_s .left .message > span{color: #e9541a;}


.quick_s .btn_w{width: calc(74% - 20px); justify-content: space-between; border: 1px solid #ddd; border-radius: 10px;}
.quick_s .btn_w .slick-list{width: 100%;}
.quick_s .btn_w li{width: 25%; display: flex; align-items: center; justify-content: center; position: relative; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.quick_s .btn_w li a{display: flex; align-items: center; color: #666; gap: 1.125rem; width: 100%; height: 100%; justify-content: flex-start; position: relative; width: 190px;}
.quick_s .btn_w li a > p{color: #333; font-weight: 700; font-size: 1.500rem;}
.quick_s .btn_w li a:focus{outline-offset: -1px;}
.quick_s .btn_w li .img_w{display: flex; align-items: center; justify-content: center; transition: .3s;flex-shrink: 0;}

.quick_s .btn_w li:before{transition: .3s; opacity: 0; visibility: hidden;}
.quick_s .btn_w li.on{z-index: 1}
.quick_s .btn_w li.on:before{content: ''; display: block; position: absolute; background: var(--main-color); width: calc(100% + 10px); height: calc(100% + 10px); top: -5px; left: -5px; opacity: 1; visibility: visible; box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, .2);}
.quick_s .btn_w li.on a > p{color: #fff;}

.quick_s .btn_w li:nth-child(4n){border-right: none;}
.quick_s .btn_w li:not(:nth-child(-n+4)){border-bottom: none;}


/* 분야별 복지정보 */
.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: 14%;}
.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: #888; width: 100%; padding: 12px .5vw; display: block; border-radius: 10px 10px 0 0; border: 1px solid #ddd; font-size: 1.500rem; font-weight: 600; 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/dobongBokji/img/main/tab01_bg.png);}
.tab_cont_w .tab2 .tit_w:after{background-image: url(/resources/dobongBokji/img/main/tab02_bg.png);}
.tab_cont_w .tab3 .tit_w:after{background-image: url(/resources/dobongBokji/img/main/tab03_bg.png);}
.tab_cont_w .tab4 .tit_w:after{background-image: url(/resources/dobongBokji/img/main/tab04_bg.png);}
.tab_cont_w .tab5 .tit_w:after{background-image: url(/resources/dobongBokji/img/main/tab05_bg.png);}
.tab_cont_w .tab6 .tit_w:after{background-image: url(/resources/dobongBokji/img/main/tab06_bg.png); bottom: -5.1rem}
.tab_cont_w .tab7 .tit_w:after{background-image: url(/resources/dobongBokji/img/main/tab07_bg.png);}
.tab_cont_w .tab8 .tit_w:after{background-image: url(/resources/dobongBokji/img/main/tab08_bg.png);}

.welfare_w .tit_w .sub{color: #666; font-size: 1.250rem; }
.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; font-size: 1.250rem}
.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 #MN200003_001 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab01_01.png);}
.tab1 #MN200003_002 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab01_02.png);}
.tab1 #MN200003_003 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab01_03.png);}
.tab1 #MN200003_004 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab01_04.png);}
.tab1 #MN200003_005 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab01_05.png);}
.tab1 #MN200003_006 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab01_06.png);}
.tab1 #MN200003_007 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab01_07.png);}
.tab1 #MN200003_008 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab01_08.png);}
.tab1 #MN200003_009 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab01_09.png);}

/* .tab1 #MN200003_001:hover p:before, .tab1 #MN200003_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_01.png) no-repeat center;}
.tab1 #MN200003_002:hover p:before, .tab1 #MN200003_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_02.png) no-repeat center;}
.tab1 #MN200003_003:hover p:before, .tab1 #MN200003_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_03.png) no-repeat center;}
.tab1 #MN200003_004:hover p:before, .tab1 #MN200003_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_04.png) no-repeat center;}
.tab1 #MN200003_005:hover p:before, .tab1 #MN200003_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_05.png) no-repeat center;}
.tab1 #MN200003_006:hover p:before, .tab1 #MN200003_006:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_06.png) no-repeat center;}
.tab1 #MN200003_007:hover p:before, .tab1 #MN200003_007:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_07.png) no-repeat center;}
.tab1 #MN200003_008:hover p:before, .tab1 #MN200003_008:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_08.png) no-repeat center;}
.tab1 #MN200003_009:hover p:before, .tab1 #MN200003_009:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_09.png) no-repeat center;} */

.tab2 #MN200004_001 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab02_01.png);}
.tab2 #MN200004_002 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab02_02.png);}
.tab2 #MN200004_003 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab02_03.png);}
.tab2 #MN200004_004 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab02_04.png);}
.tab2 #MN200004_005 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab02_05.png);}
.tab2 #MN200004_006 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab02_06.png);}
.tab2 #MN200004_007 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab02_07.png);}
.tab2 #MN200004_008 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab02_08.png);}
.tab2 #MN200004_009 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab02_09.png);}
.tab2 #MN200004_010 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab02_10.png);}

/* .tab2 #MN200004_001:hover p:before, .tab2 #MN200004_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_01.png) no-repeat center;}
.tab2 #MN200004_002:hover p:before, .tab2 #MN200004_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_02.png) no-repeat center;}
.tab2 #MN200004_003:hover p:before, .tab2 #MN200004_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_03.png) no-repeat center;}
.tab2 #MN200004_004:hover p:before, .tab2 #MN200004_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_04.png) no-repeat center;}
.tab2 #MN200004_005:hover p:before, .tab2 #MN200004_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_05.png) no-repeat center;}
.tab2 #MN200004_006:hover p:before, .tab2 #MN200004_006:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_06.png) no-repeat center;}
.tab2 #MN200004_007:hover p:before, .tab2 #MN200004_007:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_07.png) no-repeat center;}
.tab2 #MN200004_008:hover p:before, .tab2 #MN200004_008:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_08.png) no-repeat center;}
.tab2 #MN200004_009:hover p:before, .tab2 #MN200004_009:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_09.png) no-repeat center;}
.tab2 #MN200004_010:hover p:before, .tab2 #MN200004_010:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_10.png) no-repeat center;}
 */
.tab3 #MN200005_001 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab03_01.png);}
.tab3 #MN200005_002 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab03_02.png);}
.tab3 #MN200005_003 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab03_03.png);}
.tab3 #MN200005_004 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab03_04.png);}
.tab3 #MN200005_005 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab03_05.png);}
.tab3 #MN200005_006 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab03_06.png);}
.tab3 #MN200005_007 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab03_07.png);}
.tab3 #MN200005_008 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab03_08.png);}
.tab3 #MN200005_009 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab03_09.png);}
.tab3 #MN200005_010 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab03_10.png);}
.tab3 #MN200005_011 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab03_11.png);}

/* .tab3 #MN200005_001:hover p:before, .tab3 #MN200005_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_01.png) no-repeat center;}
.tab3 #MN200005_002:hover p:before, .tab3 #MN200005_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_02.png) no-repeat center;}
.tab3 #MN200005_003:hover p:before, .tab3 #MN200005_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_03.png) no-repeat center;}
.tab3 #MN200005_004:hover p:before, .tab3 #MN200005_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_04.png) no-repeat center;}
.tab3 #MN200005_005:hover p:before, .tab3 #MN200005_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_05.png) no-repeat center;}
.tab3 #MN200005_006:hover p:before, .tab3 #MN200005_006:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_06.png) no-repeat center;}
.tab3 #MN200005_007:hover p:before, .tab3 #MN200005_007:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_07.png) no-repeat center;}
.tab3 #MN200005_008:hover p:before, .tab3 #MN200005_008:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_08.png) no-repeat center;}
.tab3 #MN200005_009:hover p:before, .tab3 #MN200005_009:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_09.png) no-repeat center;}
.tab3 #MN200005_010:hover p:before, .tab3 #MN200005_010:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_10.png) no-repeat center;}
.tab3 #MN200005_011:hover p:before, .tab3 #MN200005_011:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_11.png) no-repeat center;}
 */
.tab4 #MN200006_001 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab04_01.png);}
.tab4 #MN200006_002 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab04_02.png);}
.tab4 #MN200006_003 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab04_03.png);}
.tab4 #MN200006_004 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab04_04.png);}
.tab4 #MN200006_005 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab04_05.png);}
.tab4 #MN200006_006 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab04_06.png);}
.tab4 #MN200006_007 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab04_07.png);}
.tab4 #MN200006_008 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab04_08.png);}
.tab4 #MN200006_009 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab04_09.png);}

/* .tab4 #MN200006_001:hover p:before, .tab4 #MN200006_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_01.png) no-repeat center;}
.tab4 #MN200006_002:hover p:before, .tab4 #MN200006_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_02.png) no-repeat center;}
.tab4 #MN200006_003:hover p:before, .tab4 #MN200006_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_03.png) no-repeat center;}
.tab4 #MN200006_004:hover p:before, .tab4 #MN200006_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_04.png) no-repeat center;}
.tab4 #MN200006_005:hover p:before, .tab4 #MN200006_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_05.png) no-repeat center;}
.tab4 #MN200006_006:hover p:before, .tab4 #MN200006_006:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_06.png) no-repeat center;}
.tab4 #MN200006_007:hover p:before, .tab4 #MN200006_007:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_07.png) no-repeat center;}
.tab4 #MN200006_008:hover p:before, .tab4 #MN200006_008:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_08.png) no-repeat center;}
.tab4 #MN200006_009:hover p:before, .tab4 #MN200006_009:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_09.png) no-repeat center;}
 */
.tab5 #MN200007_001 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab05_01.png);}
.tab5 #MN200007_002 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab05_02.png);}
.tab5 #MN200007_003 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab05_03.png);}
.tab5 #MN200007_004 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab05_04.png);}

/* .tab5 #MN200007_001:hover p:before, .tab5 #MN200007_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab05_01.png) no-repeat center;}
.tab5 #MN200007_002:hover p:before, .tab5 #MN200007_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab05_02.png) no-repeat center;}
.tab5 #MN200007_003:hover p:before, .tab5 #MN200007_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab05_03.png) no-repeat center;}
.tab5 #MN200007_004:hover p:before, .tab5 #MN200007_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab05_04.png) no-repeat center;}
 */
.tab6 #MN200008_001 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab06_01.png);}
.tab6 #MN200008_002 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab06_02.png);}
.tab6 #MN200008_003 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab06_03.png);}
.tab6 #MN200008_004 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab06_04.png);}
.tab6 #MN200008_005 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab06_05.png);}
.tab6 #MN200008_006 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab06_06.png);}

/* .tab6 #MN200008_001:hover p:before, .tab6 #MN200008_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_01.png) no-repeat center;}
.tab6 #MN200008_002:hover p:before, .tab6 #MN200008_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_02.png) no-repeat center;}
.tab6 #MN200008_003:hover p:before, .tab6 #MN200008_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_03.png) no-repeat center;}
.tab6 #MN200008_004:hover p:before, .tab6 #MN200008_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_04.png) no-repeat center;}
.tab6 #MN200008_005:hover p:before, .tab6 #MN200008_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_05.png) no-repeat center;}
.tab6 #MN200008_006:hover p:before, .tab6 #MN200008_006:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_06.png) no-repeat center;}
 */
.tab7 #MN200009_001 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab07_01.png);}
.tab7 #MN200009_002 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab07_02.png);}
.tab7 #MN200009_003 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab07_03.png);}

/* .tab7 #MN200009_001:hover p:before, .tab7 #MN200009_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab07_01.png) no-repeat center;}
.tab7 #MN200009_002:hover p:before, .tab7 #MN200009_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab07_02.png) no-repeat center;}
.tab7 #MN200009_003:hover p:before, .tab7 #MN200009_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab07_03.png) no-repeat center;}
 */
.tab8 #MN200010_001 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab08_01.png);}
.tab8 #MN200010_002 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab08_02.png);}
.tab8 #MN200010_003 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab08_03.png);}
.tab8 #MN200010_004 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab08_04.png);}
.tab8 #MN200010_005 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab08_05.png);}
.tab8 #MN200010_006 p:before{background-image: url(/resources/dobongBokji/img/main/ico_tab08_06.png);}

.tab8 #MN200010_001:hover p:before, .tab8 #MN200010_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab08_01.png) no-repeat center;}
.tab8 #MN200010_002:hover p:before, .tab8 #MN200010_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab08_02.png) no-repeat center;}
.tab8 #MN200010_003:hover p:before, .tab8 #MN200010_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab08_03.png) no-repeat center;}
.tab8 #MN200010_004:hover p:before, .tab8 #MN200010_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab08_04.png) no-repeat center;}
.tab8 #MN200010_005:hover p:before, .tab8 #MN200010_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab08_05.png) no-repeat center;}
.tab8 #MN200010_006:hover p:before, .tab8 #MN200010_006:focus p:before{background: url(/resources/dobongBokji/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/dobongBokji/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; bottom: 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; z-index: 2;}
.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;}
/* .app_w .right{width: 360px;} */
.app_w .right{display: flex; gap: 20px; margin-top: 40px;}
.app_w .right > a{display: block; width: 100%; height: 50%; border-radius: 10px; min-height: 145px; font-family: 'NEXEN_TIRE_Bold'; font-size: 1.750rem; 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/dobongBokji/img/main/app01.png)}
.app_w .right > a.app02{background-color:#f8eec8; color: #e9541a; background-image: url(/resources/dobongBokji/img/main/app02.png);}
.app_w .right > a.app03{background-color:#fce8ee; color: var(--main-color); background-image: url(/resources/dobongBokji/img/main/app03.png);}

.app_w .tit_w, .app_w .cont_w{/* width: calc(100% - 380px); */ width: 100%;}
.app_w .tit_w{justify-content: space-between;}
.app_w .cont_w{position: relative; min-height: 310px;}
/* .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: 25px; flex-wrap: nowrap;}
.program .item .img{width: 100%; max-width: 180px;}
.program .cont{display: flex; flex-direction: column; justify-content: space-between; width: calc(100% - 180px)}
.program .cont .tit{font-size: 1.500rem; font-weight: 900; margin-bottom: 15px; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; max-height: 66px;}
.program .cont > ul li{display: flex; font-size: 1.125rem;}
.program .cont > ul li:not(:last-child){}
.program .cont > ul span{font-weight: 700; margin-right: 15px; white-space: pre;}
.program .cont > ul li p{ overflow: hidden; text-overflow: ellipsis;  white-space: nowrap;}
.program .cont a{display: block; width: 100%; height: 50px; text-align: center; line-height: 50px; border-radius: 5px; margin-top: 20px;}
.program .cont .open{border: 1px solid #999; font-weight: 600;}
.program .cont .close{color: #777; background-color: #eee; cursor: default;}

/* .app_w .program .item{ min-height: 310px;} */
.app_w .program .item{ min-height: 332px;}
.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 .item .img > img{height: auto;}
.subpage_content .program .cont{width: calc(100% - 230px);}
.subpage_content .program .cont .tit{font-size: 1.375rem; max-height: 56px;}

.app_w .cont_w {}
.app_w .cont_w .aaa_con {}
.app_w .cont_w .aaa_con:after {content:""; display:block; clear:both;}
.app_w .cont_w .aaa_con .aaa_div {float:left; width:49%; margin:0 0 0 2%; position:relative; top:0; left:0;}
.app_w .cont_w .aaa_con .aaa_div .program {margin-right:0;}
.app_w .cont_w .aaa_con .aaa_div .program .item {margin-right:0;}
.app_w .cont_w .aaa_con .aaa_div:first-child {margin:0;}

/* footer */
.foot-bot .flexbox{position: absolute; right:0; top:-65px;align-items: center; gap: 1.250rem;}
.footer .sns_btn .blog{background-image: url(/resources/dobongBokji/img/bbs/ico_f_blog.png);}
.footer .sns_btn .insta{background-image: url(/resources/dobongBokji/img/bbs/ico_f_insta.png);}
.footer .sns_btn .facebook{background-image: url(/resources/dobongBokji/img/bbs/ico_f_facebook.png);}
.footer .sns_btn .twitter{background-image: url(/resources/dobongBokji/img/bbs/ico_f_twitter.png);}
.footer .sns_btn .youtube{background-image: url(/resources/dobongBokji/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: 213px;}
.footer .f_site_w button{height: 46px; background-color: #333; color: #999;}
.footer .slc_box .slc_list{max-height: 200px; overflow: auto;}

/* open-type */
.open-type{margin-top: 40px; border-bottom: 1px solid #dedede;}
.open-type > li{margin-bottom: 20px;}

/* custombox */
.custombox{background: #fff /* url(/resources/dobongBokji/img/main/sch_bg.png) no-repeat top center / cover */; width: 360px; height: auto; padding: 35px 30px; border-radius: 10px;position: absolute; top: 0;right: 0; overflow: hidden;}
.custombox:before, .custombox:after{display: block; content: ""; position: absolute;}
.custombox:before{width: 120px; height: 139px; background-image: url(/resources/dobongBokji/img/main/custom_bg01.jpg); bottom: 0; left: 0;}
.custombox:after{width: 105px; height: 101px; background-image: url(/resources/dobongBokji/img/main/custom_bg02.jpg); top: 18px; right: 24px;}
.custombox > *{z-index: 1; position: relative;}
.custombox .box_list .custombox_sh{opacity: 0; visibility: hidden; height: 0; position: absolute; top: 0; overflow: hidden; min-height: 311px;}
.custombox .box_list .custombox_sh.show{opacity: 1; visibility: visible; height: auto; position: relative;}
.custombox .box_list .custombox_sh .txt{color: #666; margin-top: 15px; font-size: 18px; word-break: keep-all; padding-left: 25px; position: relative;}
.custombox .box_list .custombox_sh .txt span{width: 18px; height: 18px; display: inline-block; border: 2px solid var(--main-color); border-radius: 100%; color: var(--main-color);vertical-align: middle; line-height: 17px;font-weight: 600; text-align: center; font-size: 15px; position: absolute; left: 0; top: 5px;}
.custombox .box_list .custombox_sh .txt strong{color: #333;}

.custombox .btn_w button{display: none;}
.custombox .btn_w button.show{display: block;}
.custombox .dot{display: flex; gap: 10px; align-items: center; justify-content: center; margin-top: 1.438rem;}
.custombox .dot > i{text-indent: -99999px; background: #999; width: 10px; height: 10px; border-radius: 10px;display: block;}
.custombox .dot > i.active{background: #333;}

.custombox .btn_w.flexbox{flex-wrap: nowrap; gap: 10px; justify-content: center }





.custombox h3.tit{font-size: 1.750rem; margin-bottom: 10px;}
.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, .custombox .prev-btn{flex: 1; height: 60px; color: #fff; background: #333; margin-top: 0.938rem; font-size: 1.125rem}
.custombox .prev-btn{border: 1px solid #333; background: #fff; color:#333;}
.custombox .slc_box .slc_list button{height: 45px;}

.custombox .custombox_sh > li:not(:last-child){margin-bottom: 10px;}
.custombox .custombox_sh input[type="number"]{height: 40px; padding: 0.5em;}
.custombox .custombox_sh input[type="number"]::placeholder{color: #888; font-size: 1.125rem;}
.custombox .custombox_sh label{color: #666; margin-left: 5px;}
.custombox .custombox_sh .tit{margin-bottom: 5px; font-size: 1.250rem; font-weight: 600}
.custombox .custombox_sh .tit > span{font-size: 1rem; color: #777; font-weight: 500;}

.custombox .custombox_sh .date{flex-wrap: nowrap;}
.custombox .custombox_sh .flexbox{gap: 10px;}
.custombox .custombox_sh .flexbox li{display: flex; align-items: center; }
.custombox .custombox_sh .flexbox:not(.date) li{position: relative;}
.custombox .custombox_sh .flexbox:not(.date) input{position: absolute; left: 10px}
.custombox .custombox_sh .flexbox:not(.date) label{background: #fff; min-width: 74px; height: 40px; border: 1px solid #ddd; border-radius: 5px; padding: 5px 10px; display: flex; align-items: center; padding-left: 30px; margin-left: 0; font-size: 1.125rem;}
.custombox .custombox_sh input[type="radio"], .custombox .custombox_sh input[type="checkbox"]{width: 14px; height: 14px; appearance: none; border-radius: 100%; cursor: pointer; border: 0px; vertical-align: bottom; background-repeat: no-repeat; background-position: center center; background-size: auto; background-image: url(/resources/dobongBokji/img/ico_check_g.png); border: 1px solid #ddd; background-color: inherit;}
.custombox .custombox_sh input[type="radio"]:checked, .custombox .custombox_sh input[type="checkbox"]:checked{background-image: url(/resources/dobongBokji/img/ico_check.png); border-color: transparent; background-color: var(--main-color); background-size: 8px 6px;}
.custombox .custombox_sh input[type="radio"]:checked + label, .custombox .custombox_sh input[type="checkbox"]:checked + label{border-color: var(--main-color); color: var(--main-color); background-color: #fff0f5;}

/* 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;}
.mainVisual a.btn.hide{display: none;}

/* pc_search */
.pc_search{position: absolute; top: calc(100% + 1px); left: 0; z-index : 9; width: 100%; background-color: #fff; box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 14px 0px; padding: 3.438rem 0 3.125rem; display: none;}
.pc_search .wrap{max-width: 800px; margin: 0 auto; width: 90%;position: relative;}
.pc_search h3.tit{text-align: center;}
.pc_search .close{position: absolute; top: 16px; 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/dobongBokji/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: #666;}
.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/dobongBokji/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;}

.foot-bot .wa{width: 100px;}
@media only screen and (min-width: 720px) {
	.border_h li a:hover::before{
		opacity:1;
		visibility:visible;
	
	}
	
	.tab1 #MN200003_001:hover p:before, .tab1 #MN200003_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_01.png) no-repeat center;}
	.tab1 #MN200003_002:hover p:before, .tab1 #MN200003_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_02.png) no-repeat center;}
	.tab1 #MN200003_003:hover p:before, .tab1 #MN200003_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_03.png) no-repeat center;}
	.tab1 #MN200003_004:hover p:before, .tab1 #MN200003_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_04.png) no-repeat center;}
	.tab1 #MN200003_005:hover p:before, .tab1 #MN200003_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_05.png) no-repeat center;}
	.tab1 #MN200003_006:hover p:before, .tab1 #MN200003_006:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_06.png) no-repeat center;}
	.tab1 #MN200003_007:hover p:before, .tab1 #MN200003_007:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_07.png) no-repeat center;}
	.tab1 #MN200003_008:hover p:before, .tab1 #MN200003_008:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_08.png) no-repeat center;}
	.tab1 #MN200003_009:hover p:before, .tab1 #MN200003_009:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab01_09.png) no-repeat center;}
		
	.tab2 #MN200004_001:hover p:before, .tab2 #MN200004_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_01.png) no-repeat center;}
	.tab2 #MN200004_002:hover p:before, .tab2 #MN200004_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_02.png) no-repeat center;}
	.tab2 #MN200004_003:hover p:before, .tab2 #MN200004_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_03.png) no-repeat center;}
	.tab2 #MN200004_004:hover p:before, .tab2 #MN200004_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_04.png) no-repeat center;}
	.tab2 #MN200004_005:hover p:before, .tab2 #MN200004_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_05.png) no-repeat center;}
	.tab2 #MN200004_006:hover p:before, .tab2 #MN200004_006:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_06.png) no-repeat center;}
	.tab2 #MN200004_007:hover p:before, .tab2 #MN200004_007:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_07.png) no-repeat center;}
	.tab2 #MN200004_008:hover p:before, .tab2 #MN200004_008:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_08.png) no-repeat center;}
	.tab2 #MN200004_009:hover p:before, .tab2 #MN200004_009:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_09.png) no-repeat center;}
	.tab2 #MN200004_010:hover p:before, .tab2 #MN200004_010:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab02_10.png) no-repeat center;}
		
	.tab3 #MN200005_001:hover p:before, .tab3 #MN200005_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_01.png) no-repeat center;}
	.tab3 #MN200005_002:hover p:before, .tab3 #MN200005_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_02.png) no-repeat center;}
	.tab3 #MN200005_003:hover p:before, .tab3 #MN200005_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_03.png) no-repeat center;}
	.tab3 #MN200005_004:hover p:before, .tab3 #MN200005_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_04.png) no-repeat center;}
	.tab3 #MN200005_005:hover p:before, .tab3 #MN200005_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_05.png) no-repeat center;}
	.tab3 #MN200005_006:hover p:before, .tab3 #MN200005_006:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_06.png) no-repeat center;}
	.tab3 #MN200005_007:hover p:before, .tab3 #MN200005_007:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_07.png) no-repeat center;}
	.tab3 #MN200005_008:hover p:before, .tab3 #MN200005_008:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_08.png) no-repeat center;}
	.tab3 #MN200005_009:hover p:before, .tab3 #MN200005_009:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_09.png) no-repeat center;}
	.tab3 #MN200005_010:hover p:before, .tab3 #MN200005_010:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_10.png) no-repeat center;}
	.tab3 #MN200005_011:hover p:before, .tab3 #MN200005_011:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab03_11.png) no-repeat center;}
	
	.tab4 #MN200006_001:hover p:before, .tab4 #MN200006_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_01.png) no-repeat center;}
	.tab4 #MN200006_002:hover p:before, .tab4 #MN200006_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_02.png) no-repeat center;}
	.tab4 #MN200006_003:hover p:before, .tab4 #MN200006_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_03.png) no-repeat center;}
	.tab4 #MN200006_004:hover p:before, .tab4 #MN200006_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_04.png) no-repeat center;}
	.tab4 #MN200006_005:hover p:before, .tab4 #MN200006_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_05.png) no-repeat center;}
	.tab4 #MN200006_006:hover p:before, .tab4 #MN200006_006:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_06.png) no-repeat center;}
	.tab4 #MN200006_007:hover p:before, .tab4 #MN200006_007:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_07.png) no-repeat center;}
	.tab4 #MN200006_008:hover p:before, .tab4 #MN200006_008:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_08.png) no-repeat center;}
	.tab4 #MN200006_009:hover p:before, .tab4 #MN200006_009:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab04_09.png) no-repeat center;}
	
	.tab5 #MN200007_001:hover p:before, .tab5 #MN200007_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab05_01.png) no-repeat center;}
	.tab5 #MN200007_002:hover p:before, .tab5 #MN200007_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab05_02.png) no-repeat center;}
	.tab5 #MN200007_003:hover p:before, .tab5 #MN200007_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab05_03.png) no-repeat center;}
	.tab5 #MN200007_004:hover p:before, .tab5 #MN200007_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab05_04.png) no-repeat center;}
	
	.tab6 #MN200008_001:hover p:before, .tab6 #MN200008_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_01.png) no-repeat center;}
	.tab6 #MN200008_002:hover p:before, .tab6 #MN200008_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_02.png) no-repeat center;}
	.tab6 #MN200008_003:hover p:before, .tab6 #MN200008_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_03.png) no-repeat center;}
	.tab6 #MN200008_004:hover p:before, .tab6 #MN200008_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_04.png) no-repeat center;}
	.tab6 #MN200008_005:hover p:before, .tab6 #MN200008_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_05.png) no-repeat center;}
	.tab6 #MN200008_006:hover p:before, .tab6 #MN200008_006:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab06_06.png) no-repeat center;}

	.tab7 #MN200009_001:hover p:before, .tab7 #MN200009_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab07_01.png) no-repeat center;}
	.tab7 #MN200009_002:hover p:before, .tab7 #MN200009_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab07_02.png) no-repeat center;}
	.tab7 #MN200009_003:hover p:before, .tab7 #MN200009_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab07_03.png) no-repeat center;}
	
	.tab8 #MN200010_001:hover p:before, .tab8 #MN200010_001:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab08_01.png) no-repeat center;}
	.tab8 #MN200010_002:hover p:before, .tab8 #MN200010_002:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab08_02.png) no-repeat center;}
	.tab8 #MN200010_003:hover p:before, .tab8 #MN200010_003:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab08_03.png) no-repeat center;}
	.tab8 #MN200010_004:hover p:before, .tab8 #MN200010_004:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab08_04.png) no-repeat center;}
	.tab8 #MN200010_005:hover p:before, .tab8 #MN200010_005:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab08_05.png) no-repeat center;}
	.tab8 #MN200010_006:hover p:before, .tab8 #MN200010_006:focus p:before{background: url(/resources/dobongBokji/img/main/ico_h_tab08_06.png) no-repeat center;}
};








