/*******************************************************************
   layout style
******************************************************************* */
#container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}
#contents {
    position: relative;
    float: left;
    width: 900px;
    min-height: 600px;
    background-color: #fff;
}
#contents > h2 {
    height: 84px;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 60px;
    font-size: 34px;
}
#contents .contents {
    padding: 0 0 50px 60px;
}
.sub-spot {
    line-height: 1;
    text-align: right;
    height: 150px;
    padding: 40px 0;
    /*background: #fff url(/images/bg/spot_bg_opacity.jpg) left bottom no-repeat;*/
    background: #eee;
    background: #eee url("/images/main/main_spot03.jpg") center 45% no-repeat;
    background-size: cover;
}
/* slogan */
.sub-spot .slogan {
    display: inline-block;
    padding: 15px 25px;
	font-size: 18px;
	color: rgba(255,255,255,0.9);
    border-radius: 2px;
    background-color: rgba(0,0,0,0.20);
    text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.sub-spot .slogan .text1 {
	display: block;
    margin: 0 0 10px;
}
.sub-spot .slogan .text2 {
	display: block;
	font-size: 18px;
}
.sub-spot .slogan .text2 strong {
	margin-right: 10px;
	font-size: 24px;
	color: rgba(255,255,255,0.9);
    text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}

/* breadcrumb */
#container .breadcrumb {
    width: 840px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 60px;
    padding: 0;
    text-align: right;
    background-color: #fff;
    /*border-bottom: 1px solid #eee;*/
    border-radius: 0;
}

#container .breadcrumb ul li {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    color: #767676;
}
#container .breadcrumb ul li:last-child {
    color: #0265d1;
}

/* section */
#container .contents-area h2.sub-title {
    line-height: 1.1;
    margin: 0 0 50px;
    font-size: 34px;
    font-weight: 400;
}
/*highlight-box*/
.highlight-box {
    padding: 15px 20px;
    background-color: #fefefe;
    border: 1px solid #dfdfdf;
}

/*tab, 두줄떨어짐*/
.tab-area > ul > li > a > span.pc-only-block {
    display: block;
}

/* *******************************************************************
        snb
    ******************************************************************* */
.snb-area {
    float: left;
    width: 200px;
    margin: 0 0 80px;
    border-top: 0px solid transparent;
}
.snb-area a {
    text-decoration: none !important;
}
.snb-title {
    height: 120px;
    padding: 45px 0 0;
    text-align: center;
    /*background: url("/images/bg/sub_intro_02.png");*/
    border: 1px solid #176cad;
    background-color: #176cad;
    /*border-bottom: 1px solid #e7e7e7;*/
}
.snb-title small {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 300;
    color: #bbd5f6;
}
.snb-title strong {
    display: block;
    /*margin: 0 0 30px;*/
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}

/* snb */
.snb {
    border: 1px solid #eee;
}
.snb > li {
    position: relative;
}
.snb > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    /*border-bottom: 1px solid #eee;*/
    background-color: #fff;
}
.snb > li:last-child a {
    border-bottom: 0 solid transparent;
}
.snb > li > a:hover {
    color: #10379e;
    /*color: #1578c4;*/
    background-color: #edf6ff;
}
.snb > li.active > a {
    font-weight: bold;
    color: #10379e;
    background-color: #edf6ff;
}
.snb > li > a i {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 18px;
    line-height: 50px;
}
.snb > li > ul {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.snb > li > ul > li > a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    font-size: 14px;
    color: #767676;
    background-color: #fafafa;
}
.snb > li > ul > li > a:hover {
    color: #1578c4;
    background-color: #fafafa;
}
.snb > li > ul > li.active > a {
    font-weight: bold;
    color: #1578c4;
    background-color: #fafafa;
}

/* 행사안내 */
img.icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
    border-radius: 20px;
}

/**************************************************************************************
    margin
**************************************************************************************/
.mg-0 { margin: 0 !important }

.mg-l0 { margin-left: 0 !important}
.mg-t0 { margin-top: 0 !important}
.mg-r0 { margin-right: 0 !important}
.mg-b0 { margin-bottom: 0 !important}

.mg-l5 { margin-left: 5px !important}
.mg-t5 { margin-top: 5px !important}
.mg-r5 { margin-right: 5px !important}
.mg-b5 { margin-bottom: 5px !important}

.mg-l10 { margin-left: 10px !important}
.mg-t10 { margin-top: 10px !important}
.mg-r10 { margin-right: 10px !important}
.mg-b10 { margin-bottom: 10px !important}

.mg-l15 { margin-left: 15px !important}
.mg-t15 { margin-top: 15px !important}
.mg-r15 { margin-right: 15px !important}
.mg-b15 { margin-bottom: 15px !important}

.mg-l20 { margin-left: 20px !important}
.mg-t20 { margin-top: 20px !important}
.mg-r20 { margin-right: 20px !important}
.mg-b20 { margin-bottom: 20px !important}

.mg-l25 { margin-left: 25px !important}
.mg-t25 { margin-top: 25px !important}
.mg-r25 { margin-right: 25px !important}
.mg-b25 { margin-bottom: 25px !important}

.mg-l30 { margin-left: 30px !important}
.mg-t30 { margin-top: 30px !important}
.mg-r30 { margin-right: 30px !important}
.mg-b30 { margin-bottom: 30px !important}

.mg-l35 { margin-left: 35px !important}
.mg-t35 { margin-top: 35px !important}
.mg-r35 { margin-right: 35px !important}
.mg-b35 { margin-bottom: 35px !important}

.mg-l40 { margin-left: 40px !important}
.mg-t40 { margin-top: 40px !important}
.mg-r40 { margin-right: 40px !important}
.mg-b40 { margin-bottom: 40px !important}

.mg-l45 { margin-left: 45px !important}
.mg-t45 { margin-top: 45px !important}
.mg-r45 { margin-right: 45px !important}
.mg-b45 { margin-bottom: 45px !important}

.mg-l50 { margin-left: 50px !important}
.mg-t50 { margin-top: 50px !important}
.mg-r50 { margin-right: 50px !important}
.mg-b50 { margin-bottom: 50px !important}


/**************************************************************************************
    padding
**************************************************************************************/
.pd-0 { padding: 0 }

.pd-l0 { padding-left: 0 !important}
.pd-t0 { padding-top: 0 !important}
.pd-r0 { padding-right: 0 !important}
.pd-b0 { padding-bottom: 0 !important}

.pd-l5 { padding-left: 5px !important}
.pd-t5 { padding-left: 5px !important}
.pd-r5 { padding-left: 5px !important}
.pd-b5 { padding-left: 5px !important}

.pd-l10 { padding-left: 10px !important}
.pd-t10 { padding-top: 10px !important}
.pd-r10 { padding-right: 10px !important}
.pd-b10 { padding-bottom: 10px !important}

.pd-l15 { padding-left: 15px !important}
.pd-t15 { padding-top: 15px !important}
.pd-r15 { padding-right: 15px !important}
.pd-b15 { padding-bottom: 15px !important}

.pd-l20 { padding-left: 20px }
.pd-t20 { padding-top: 20px }
.pd-r20 { padding-right: 20px }
.pd-b20 { padding-bottom: 20px }

.pd-l25 { padding-left: 25px !important}
.pd-t25 { padding-top: 25px !important}
.pd-r25 { padding-right: 25px !important}
.pd-b25 { padding-bottom: 25px !important}

.pd-l30 { padding-left: 30px !important}
.pd-t30 { padding-top: 30px !important}
.pd-r30 { padding-right: 30px !important}
.pd-b30 { padding-bottom: 30px !important}

.pd-l35 { padding-left: 35px !important}
.pd-t35 { padding-top: 35px !important}
.pd-r35 { padding-right: 35px !important}
.pd-b35 { padding-bottom: 35px !important}

.pd-l40 { padding-left: 40px !important}
.pd-t40 { padding-top: 40px !important}
.pd-r40 { padding-right: 40px !important}
.pd-b40 { padding-bottom: 40px !important}

.pd-l45 { padding-left: 45px !important}
.pd-t45 { padding-top: 45px !important}
.pd-r45 { padding-right: 45px !important}
.pd-b45 { padding-bottom: 45px !important}

.pd-l50 { padding-left: 50px !important}
.pd-t50 { padding-top: 50px !important}
.pd-r50 { padding-right: 50px !important}
.pd-b50 { padding-bottom: 50px !important}


/*
    align style
*/
.ta-center { text-align: center !important }
.ta-left { text-align: left !important }
.ta-right { text-align: right !important }

.va-top { vertical-align: top !important }
.va-middle { vertical-align: middle !important }
.va-bottom { vertical-align: bottom !important }
.va-baseline { vertical-align: baseline !important }
