﻿@charset "utf-8";
.header{

}
.header > .body-inner-table{
    padding: 0;
}
.madeshot-login{
    display: table-cell;
    vertical-align: middle;
}
#loginform{

}
.loginform-inner{

}
.rmt_svc {
    padding:0 !important;
}
.rmt_svc > a{
    float:left;
    width:150px;
    height:50px;
	padding: 15px 0px 15px 50px;
    margin: 0;
    border: none;
    font-weight: 500;
    color: #666;
    background-color: #f3f3f3;
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: 14% 50%;
    background-image: url(/images/remote_pc.png);
}
.find_id_pw{
    float:left;
    display: inline-block;
    color: #666;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    padding-left:15px;
    margin: 15px 20px 0 0;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(/images/find.png);
}
#login-submit{
    float:left;
    width:115px;
    height:50px;
	padding: 15px 0px;
    margin: 0;
    border: none;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #ff5959;
	cursor: pointer;
    background-repeat: repeat-x;
    background-position: 0;
    background-image: url(/images/login_bg.png);
}
#login-button{
    float:left;
    width:115px;
    height:50px;
	padding: 15px 0px;
    margin: 0;
    border: none;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #ff5959;
	cursor: pointer;
    background-repeat: repeat-x;
    background-position: 0;
    background-image: url(/images/login_bg.png);
}

.join{
    float:left;
    width:120px;
    height:50px;
	padding: 15px 0px 15px 45px;
    margin: 0;
    border: none;
    font-weight: 700;
    color: #fff;
    background-color: #8e8e8e;
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: 21% 50%;
    background-image: url(/images/btn_join_icon.png);
}
.login-inner{
	padding: 0;
}

.home{
	text-indent: -9999px;
	display: block;
	width: 141px;
	height: 78px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/logo2.jpg);
}
.header .d-block.t-right.v-top{

}
.top-menu{
    margin-top: 24px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}
.top-menu > li{
	float: left;
    color:#222;
    font-weight: 500;

}
.top-menu > li:nth-child(1) > a{
	float: left;
    padding: 6px 0 8px 40px;
    background-repeat: no-repeat;
    background-position: 12% 50%;
    background-image: url(/images/mypage_icon.png);
}
.top-menu > li:nth-child(2) > a{
	float: left;
    padding: 6px 0 8px 21px;
    background-repeat: no-repeat;
    background-position: 4% 50%;
    background-image: url(/images/cs_icon.png);
}
.top-menu > li:after {
    content: '';
    display: inline-block;
    width:1px;
    height:15px;
    background-color: #dcdcdc;
    margin: 10px 12px 0 18px;
}
.top-menu > li:last-child:after{
    content: '';
    width:0px;
    margin: 10px 20px 0 0;
}
.top-menu > li > a{
	color: #222;
}


.vote_icon_view {
    position:absolute;
    top:-13px;
    left:35%;
    width:37px;
    height:28px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(/images/vote_icon.png);
}
.main-bg {
    display:none;
    z-index: 999;
    position: absolute;
    top:56px;
    left:0;
    background-color: #fafafa;
    width: 1200px;
    height:360px;
}
.main-menu{
	float: left;
    z-index:2;
    padding-top: 0px;
    width:100%;
    height:55px;
    background-color: #fff;
}
.main-menu > li{
	position: relative;
	float: left;
    min-width: 9%;
}

.main-menu > li:hover > a:after{
    width: 100%;
    top:50px;
    left:0;
}

.main-menu > li:hover > ul{

    background-color: #ebf1f4;
}

.main-menu > li > a{
	color: #222;
    text-align: center;
    display: block;
	font-size: 18px;
    font-weight: 700;
    padding: .7em .6em .8em .6em;
    letter-spacing: -0.075em;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
	transition: all .4s;
}
.main-menu > li > a:after{
    content: "";
    width: 0%;
    height: 5px;
    bottom: 40px;
    position: absolute;
    top:50px;
    left: 0;
    z-index: 999;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
/*    background: #066eb1;*/
    background: #FF0000;
}
.main-menu > li > a:hover{
    color:#222;
}

.main-menu > li > ul{
	display: none;
    position: absolute;
    min-width: 143px;
	background-color: #fafafa;
/*	background-color: #f6ffeb;*/
	z-index: 9999;
    padding-top:10px;
	margin-left: 0em;
    border:none;
    border-top: 1px solid #d6e7f9;
    height:362px;
}


.main-menu > li > ul:after{
    content: '';
    display: inline-block;
    position: absolute;
    top:20px;
    left:0;
    width:1px;
    height:320px;
    background-color: #dcdcdc;

}
.main-menu > li:first-child > ul:after{
    content: '';
    width:0px;
}
.main-menu > li:hover > a{
	font-weight: 600;
}

.main-menu:hover > li > ul{
	display: block;
    /*background-color: #fafafa;*/

}

.main-menu:hover > li > ul:hover{
	display: block;
    background-color: #ebf1f4;

}
.main-menu > li > ul > li{
	display: block;
	width: 100%;
    border: none;

    background:transparent;
    background-color: rgba( 255, 255, 255, 0 );
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#00ffffff,endColorStr=#00ffffff)";
    zoom:1;


}
div:not(.all-menu) .main-menu > li > ul > li > a{
    display: block;
    width: 100%;
    padding: 9px 0 0 15%;
	transition: all .4s;
    border:none;

    background:transparent;
    background-color: rgba( 255, 255, 255, 0 );
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#00ffffff,endColorStr=#00ffffff)";
    zoom:1;
}
div.all-menu .main-menu > li > ul > li > a{
	transition: all 0s !important;
    background-color: #fafafa;
}


div:not(.all-menu) .main-menu > li > ul > li > a:hover{
    color: #066eb1 !important;
	font-weight: bold;
}

div:not(.all-menu) .main-menu > li > ul > li > a.current{
    color: #066eb1 !important;
	font-weight: bold;
}

ul.paste-here{
    margin-top: 32px;
    clear: both;
}
ul.paste-here > li > a.open-menu{
	display: block;
	float: right;
	cursor: pointer;
	text-indent: -9999px;
	width: 34px;
	height: 27px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/open-menu.png);
}
.open-menu-target > .po-f {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, .4);
}
.open-menu-target{
	position: absolute;
    left: 0;
    right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
    z-index: 9999;
}
.main-menu.copy-this{
	background-color: #fff;
    z-index: 9999;
}
.all-menu{
    background-color: #fff;
    z-index: 9999;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0em 2em 2em 3em;
    border-radius: 1.5em;
    box-shadow: 0px 0px 15px #000;
}
.all-menu > p{
    padding: .5em 2em;
    margin-left: -3em;
    margin-right: -2em;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
	border: 1px solid #8f98a4;
    background-repeat: repeat-x;
    background-image: url(/images/all-mene-p-bg.png);
}
.all-menu > p > .menu-close{
	cursor: pointer;
	float: right;
	width: 15px;
	height: 14px;
	margin-top: 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/all-menu-close.png);
}
.all-menu > ul.main-menu.copy-this{
	width: 100%;
}
.all-menu > ul.main-menu.copy-this > li{
	width: 16%;
	margin: .3%;
	padding-left: 0;
}
.all-menu > ul.main-menu.copy-this > li:nth-child(1){
	margin-bottom: 2em;
}
.all-menu > ul.main-menu.copy-this > li:nth-child(7){
	clear: left;
}
.all-menu > ul.main-menu.copy-this > li > a{
	font-weight: bold;
	color: #384148;
	padding-left: 1.5em;
	padding-top: .2em;
    padding-bottom: .1em;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(/images/all-menu-li-bg.png);
}
.all-menu > ul.main-menu.copy-this > li > ul{
    display: table;
    position: relative;
    max-width: 90%;
    min-width: 170px;
    border-left: none;
    border-right: none;
    border-bottom: none;
	margin-left: 0;
	padding-top: .2em;
}
.all-menu > ul.main-menu.copy-this > li > ul li{
    display: table;
    line-height: 1em;
    padding: 0.2em;
}
.all-menu > ul.main-menu.copy-this > li > ul li a{
    display: block;
    width: auto;
    float: left;
    clear: left;
    font-size: 1em;
    font-weight: 500;
    padding: .2em .7em .2em 0;
    border-bottom: none;
}
.all-menu > ul.main-menu.copy-this > li > ul > li > a:hover{
    color: #1c2fbe !important;
	font-weight: bold;
    background-color: #fff;
    border-bottom: none;
}

.home-bottom{
    margin-top:55px;
}
.home-bottom .d-table-cell{

}
.home-bottom h2 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: .7em;
}

.home-bottom h3{
    font-size: 1.5em;
    font-weight: normal;
}

.front-bottom-notice{
    width:530px;
    margin-right: 70px;
}
.front-bottom-notice > div.fb-notice-title {
    display:block;
    width:100%;
    height:50px;
    border-top:1px solid #7f7f7f;
    border-bottom:1px solid #7f7f7f;
}
.front-bottom-notice > div.fb-notice-title > h3 > a{
    display: inline-block;
    padding:10px 7px 13px;
    font-size:16px;
    font-weight: 400;
    border-bottom: 4px solid #066eb1;
}
.front-bottom-notice > div.fb-notice-title > a{
    font-size:36px;
    font-weight: 400;
    line-height: 42px;
    padding-right:10px;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
	transition: all .4s;
}
.front-bottom-notice > div.fb-notice-title > a > span{
    display : none;
    position:relative;
    top:-6px;
    right:0;
    font-size:16px;
    font-weight: 400;
    margin-left:5px;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
	transition: all .4s;
}
.front-bottom-notice > div.fb-notice-title > a:hover > span {
    display: inline-block;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
	transition: all .4s;
}
.front-bottom-notice div > a{
    color: #000;
}
.front-bottom-notice ul{
    margin-top: 10px;

}
.front-bottom-notice ul > li{
    padding: .4em 0;
    clear: both;


}
.front-bottom-notice ul > li > a{
    float: left;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    background-repeat: no-repeat;
    background-position: 10px 50%;
/*    background-image: url(/images/notice_icon.gif);*/

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
	transition: all .4s;
}
.front-bottom-notice ul > li > a > span > span{
    padding-left:25px;
    font-size: 16px;
    font-weight: 300;
	color: #3d3d3d;
    text-align: left;
}
.front-bottom-notice ul > li > a > span.nt_out{
    position: relative;
}
.front-bottom-notice ul > li > a:hover > span.nt_out > span.nt_in:after{
    width: 100%;
    top:5px;
    left:23px;
    z-index: -1;
}

.front-bottom-notice ul > li > a > span.nt_out > span.nt_in:after{
    content: "";
    width: 0%;
    height: 100%; // 100%
    bottom: 40px;
    position: absolute;
    top:5px;
    left: 23px;
    z-index: -1;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #b4e7f8;
}


.front-bottom-notice ul li .date{
	float: right;
    font-size: 15px;
    font-weight: 300;
	color: #3d3d3d;
}

.front-bottom-ban1 {
    display:block;
    padding:20px 8px 18px 20px;
    width:270px;
}
.front-bottom-ban1:after {
    content: '';
    display:block;
    position:relative;
    top:22px;
    left:0;
    width:94%;
    height:1px;
    background-color:#ddd;
}
.front-bottom-ban1:hover > a > img {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.front-bottom-ban1 > a > img {
    float:left;
    margin-right: 17px;
    margin-top:0px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.front-bottom-ban1 > a > h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom:10px;
    line-height: 15px;
}
.front-bottom-ban1 > a > p {
    font-size: 14px;
    font-weight: 400;
    color:#3d3d3d;
}

.front-bottom-ban2 {
    display:block;
    padding:20px 8px 10px 20px;
    width:270px;
}


.front-bottom-ban2:hover > a > img {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.front-bottom-ban2 > a > img {
    float:left;
    margin-right: 17px;
    margin-top:0px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}


.front-bottom-ban2 > a > h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom:10px;
    line-height: 15px;
}
.front-bottom-ban2 > a > p {
    font-size: 14px;
    font-weight: 400;
    color:#3d3d3d;
}
.front-bottom-ban3 {
    margin-left:35px;
}

.front-bottom-ban3 > a img{

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.front-bottom-ban3 > a:hover img{
    -webkit-box-shadow: 2px 2px 6px 2px #ccc;
    box-shadow: 2px 2px 6px 2px #ccc;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}




/* footer */
#footer{
	margin-top: .6em;
	padding-bottom: 4em;
	background-color: #5c5c5c;
}
.footer-menu{
    background-color: #5c5c5c;
/*    border-bottom: 1px solid #5c5c5c;*/
    padding: 1em 0;
}
.footer-menu ul{

}
.footer-menu ul li{
    float: left;
    font-size: 1em;
    color: #fff;
}
.footer-menu ul li > span{

    color: #fff;
}
.footer-menu ul li:after{
    content: '';
    display: inline-block;
    width:1px;
    height:13px;
    background-color: #5c5c5c;
    margin: 12px 18px 0 18px;
}
.footer-menu > li:last-child:after{
    content: '';
    width:0px;
    margin: 10px 20px 0 0;
}
.footer-menu ul li a{
	color: #fff;
}
.footer-menu ul li a:hover{
	font-weight: bold;
}
.footer{
    padding-top: 1.5em;
    font-size: .9em;
    color:#fff;
    position: relative;

}
.footer > div:first-child{
    width: 200px;
    float: left;
}
.footer > div:nth-child(2){
    width: 62%;
    float: left;
}
.footer-logo {
    text-indent: -9999px;
    display: block;
    width: 160px;
    height: 78px;
    margin-top:1.5em;
    background-repeat: no-repeat;
    background-position: 0% 50%;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */;

}
.footer ul{
	color: #fff;
	clear: both;
    margin-top: 2em;
}


.footer ul li{
    float: left;
    margin-right: 1.5em;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding-bottom:3px;
    letter-spacing: 0;
}
.footer ul li a{
	color: #fff;
}

.cs-infoN:before{
    content: '';
    display: inline-block;
    position:absolute;
    left:-40px;
    top:20px;
    width:1px;
    height:99px;
    background-color: #5c5c5c;
    margin: 0px 10px 0 0px;
}
.cs-infoN{
    display: inline-block;

}
.cs-infoN > div > div{
    float:left;
    display: inline-block;

}
.cs-infoN > div > div > img{
    border:1px solid #434343;
    border-radius: 50%;
    background-color:#434343;

}
.cs-infoN > div{
    display: block;
    width:100%;
    height:80px;
    padding-top:1em;
}

.cs-infoN > div > div > p:first-child{
    color:#fff;
    line-height: 28px;
    margin-left: .8em;
    font-size:24px;
    font-weight: 400;
}
.cs-infoN > div > div > p:nth-child(2) > a{
    color:#fff;
    line-height: 28px;
    font-size:24px;
    font-weight: 700;
    margin-left: .8em;
}
.cs-infoN > p{
    display: block;
    color:#fff;
    margin-left: 2em;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0;
}


.open-popup-target,
#footer-popup {
	display: none;
	background-color: #fff;
	z-index: 9999;
	position: fixed;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -300px;
	width: 400px;
	padding: 1.5em 2em 2em 2em;
	border-radius: .5em;
	box-shadow: 0px 0px 15px #000;
	overflow: hidden;
}
.open-popup-target.big-target{
	width: 600px;
    margin-left: -300px;
}
.open-popup-target.bigger-target{
	width: 900px;
    margin-left: -450px;
}
.open-popup-target > .boder-bbb:not(.over-hidden){
	height: 350px;
	overflow: auto;
}




.open-popup-target.show,
#footer-popup.show{
    display: table;
}
#footer-popup.show{
    display: table;
}
#footer-overlay{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    background-color: rgba(0, 0, 0, .4);
	z-index: 9998;
}
#footer-overlay.show{
	display: block;
}
/* footer */











/* page 문자 */
div.page-left {
    position:absolute;
    top:-65px;
    left;0;
}

ul.page-left-menu{

}
ul.page-left-menu > li{

}
ul.page-left-menu > li > a{
    display: block;
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    padding: .8em 0em;
    border-bottom: 1px solid #5197c4;
	background-color: #5197c4;
    text-align: center;

}
ul.page-left-menu > li > ul{
    padding: .5em 0;
}
ul.page-left-menu > li > ul > li{
     position:relative;
}
ul.page-left-menu > li > ul > li > a{
    padding: 1em 1em;
    display: block;
    clear: left;
	color: #3d3d3d;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}
ul.page-left-menu > li > ul > li > a:hover{
    color:#1c2fbe;
}
ul.page-left-menu > li > ul > li > a:after{
    content: '';
    position: absolute;
    top:17px;
    right:17px;
    width:17px;
    height:17px;
    border:1px solid #707070;
    border-radius: 10px;
    background-color: #707070;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/leftM_arrow.png);
}
ul.page-left-menu > li > ul > li:hover > a:after{
    content: '';

    border:1px solid #0377c0;
    background-color: #0377c0;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/leftM_arrow.png);

}
ul.page-left-menu > li > ul > li > a.current:after{
    content: '';
    border:1px solid #0377c0;
    background-color: #0377c0;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/leftM_arrow.png);
}
ul.page-left-menu > li > ul > li:last-child > a{
    border-bottom: none;
}
ul.page-left-menu > li > ul > li > a.current{
	font-weight: bold;

}
.left-summery{
    border:1px solid #d1d2d3;
}
.left-summery > div > ul > li {

}
.left-summery > div > ul > li > div {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: .6em 1.2em;
    border-bottom: 1px solid #4d4d4d;
	background-color: #4d4d4d;
    text-align: center;
}
.left-summery > div > ul > li > ul{
	width: 100%;
	display: block;
	padding: .8em .8em;

}
.left-summery > div > ul > li > ul li{
	clear: left;
	width: 100%;
	display: block;
}

.left-summery > div > ul > li > ul li.num1N > span.numTitle{    letter-spacing: 0.02em;   }
.left-summery > div > ul > li > ul li.num2N > span.numTitle{    letter-spacing: 0.02em;   }
.left-summery > div > ul > li > ul li.num3N > span.numTitle{    letter-spacing: 0.12em;   }
.left-summery > div > ul > li > ul li.num4N > span.numTitle{    letter-spacing: 0.02em;   }
.left-summery > div > ul > li > ul li.num5N > span.numTitle{    letter-spacing: 0.02em;   }
.left-summery > div > ul > li > ul li.num6N > span.numTitle{    letter-spacing: 0em;   }
.left-summery > div > ul > li > ul li.num7N > span.numTitle{    letter-spacing: 0.02em;}

.left-summery > div > ul > li > ul li > span{
    display: inline-block;
	line-height: 2.1em;
    font-size:14px;
    color:#929292;
    font-weight: 500;

}

.left-summery > div > ul > li > ul li > span.numContent{
	float: right;
	width: 60%;
	text-align: right;
    font-size:14px;
    color:#929292;
}

.left-summery > div > ul > li > ul li > span.numDot {
    float:left;
    margin-top:-2px;
    margin-left:4px;

}
.left-summery > div > ul > li > ul li.num3N > span.numDot {
    float:left;
    margin-top:-2px;
    margin-left:1px;

}
.left-summery > div > ul > li > ul li > span.numTitle {
    float:left;
    color:#666;
}
.left-summery > div > ul > li > ul > li:last-child  > span.numTitle{
    display:block;
    margin-bottom: 1em;
}

.left-summery > div > ul > li > ul li > span > span{
	line-height: 2.1em;
    font-size:14px;
    font-weight: 500;
}
.left-summery > div > ul > li > ul li.dark-bd-b{
    padding-bottom: .2em;
    margin-bottom: .2em;
}
.left-summery > div > ul > li > ul li.bd-b{
    padding-bottom: .2em;
    margin-bottom: .2em;
}
.left-summery .t-center .d-table-cell.w50pro a.button{
	color: #000;
	padding: .1em .5em;
	display: block;
	font-size: 1em;
	background-position: 50% 50%;
}
.left-summery .t-center .d-table-cell.w50pro:nth-child(1) > a.button{
	margin-right: 3px;
}
.left-summery .t-center .d-table-cell.w50pro:nth-child(2) > a.button{
	margin-left: 3px;
}
.page-left.w25pro > div:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border: 1px solid #d1d2d3;
}
.page-left.w25pro > div:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border: 1px solid #d1d2d3;
}

/* breadcrumbs */
ul.breadcrumbs{
	font-size:1.2em;
    margin-top:1em;
}
ul.breadcrumbs > li{
    position:relative;
    float: left;
    margin-right: 1.5em;
}
ul.breadcrumbs > li > a.breadcrumbs-home{
    float: left;
    width: 21px;
    height: 21px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(/images/home.png);
    padding-right: 0;
    margin-right:15px;
}
ul.breadcrumbs > li > a.breadcrumbs-home:after{
    content:'';
    position:absolute;
    top:3px;
    left:25px;
    width:17px;
    height:17px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/home_div.png);
}
ul.breadcrumbs > li:nth-child(1){
    margin-right: 1em;
}
ul.breadcrumbs > li > a{
    display: block;
    padding-right: 2em;
	font-weight: 500;
    color:#666;
    font-size:20px;

}
ul.breadcrumbs > li:nth-child(2) > a{
    position: relative;
    margin-right:10px;
    margin-top:-5px;

}
ul.breadcrumbs > li:nth-child(2) > a:after{
    content:'';
    position:absolute;
    top:7px;
    right:10px;
    width:17px;
    height:17px;
    background-color: #666;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/cateM_arrow.png);
}
ul.breadcrumbs > li:nth-child(2) > a.show:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
ul.breadcrumbs > li:nth-child(3) > a:before{
    content:'';
    position:absolute;
    top:7px;
    left:-30px;
    width:17px;
    height:17px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/home_div.png);
}
ul.breadcrumbs > li:nth-child(3) > a{
    position: relative;
    margin-top:-5px;
}
ul.breadcrumbs > li:nth-child(3) > a:after{
    content:'';
    position:absolute;
    top:7px;
    right:5px;
    width:17px;
    height:17px;
    background-color: #666;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/cateM_arrow.png);
}
ul.breadcrumbs > li:nth-child(3) > a.show:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
ul.breadcrumbs > li > ul{
    position: absolute;
    background-color: #fff;
    z-index: 2;
    padding: 0;
    margin-left: -.5em;
    border:1px solid #000;
    width:100%;
    min-width: 140px;
}
ul.breadcrumbs > li > ul > li{

}
ul.breadcrumbs > li > ul > li > a{
	color: #000;
    display: block;
    width: 100%;
    font-size: 1em;
    padding: .3em 0 .3em .7em;
    transition: all .4s;
    border-bottom: 1px solid #bbb;
}
ul.breadcrumbs > li > ul > li:last-child > a{
    border-bottom: none !important
}
ul.breadcrumbs > li > ul > li > a:hover{
	color: #fff !important;
}
.page-title{
    font-size: 30px;
    padding-left: 320px;
    font-weight: 400;
    color:#434343;
    margin-bottom:20px;
}
.page-title:after {
    content: '';
    position:absolute;
    top:60px;
    left:320px;
    height:2px;
    width:980px;
    background-color:#222;

}
/* breadcrumbs */



.open-target > ul > li > ol > li > img {
    display: block;
}


.pageNew div.po-r {
    position: relative;
    margin-top: .7em;
    margin-bottom: .3em;
    margin-left: 0;

}


.addr-button-img8888 {
    width: 135px;
    height: 40px;
    text-align: center;
    font-size: .9em;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    background-position: 50% 50%;
    background-image: url(/images/button-bg.png);
    float: left;
    margin-bottom: .5em;
}

.addr-button-img88888 {
    width: 160px;
    height: 40px;
    text-align: center;
    font-size: .9em;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    background-position: 50% 50%;
    background-image: url(/images/button-bg.png);
    float: left;
    margin-bottom: .5em;
}

.addr-button-img888888 {
    width: 200px;
    height: 40px;
    text-align: center;
    font-size: .9em;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    background-position: 50% 50%;
    background-image: url(/images/button-bg.png);
    float: left;
    margin-bottom: .5em;
}

ul.tap-grid{
	padding: .5em 0;
}
ul.tap-grid > li.button{
	position: relative;
    font-size: 14px;
	width: 139px;
    border: 1px solid #bbb;
    padding: .6em .7em .6em 2.7em;
    background-repeat: no-repeat;
	background-position: 13% 49%;
}
ul.tap-grid > li.button:nth-child(1){
    background-image: url(/images/sms-tap-icon-02.png);
}
ul.tap-grid > li.buttonWide{
    background-image: url(/images/sms-tap-icon-04.png);
}
ul.tap-grid > li.buttonWide{
    position: relative;
    font-size: 14px;
    width: 220px;
    border: 1px solid #bbb;
    padding: .6em .7em .6em 2.9em;
    background-repeat: no-repeat;
    background-position: 10% 49%;
}

ul.tap-title{
	padding: .5em 0;
}
ul.tap-title > li.button{
	position: relative;
    font-size: 14px;
	width: 139px;
    border: 1px solid #bbb;
    padding: .6em 0em .6em 2.6em;
    background-repeat: no-repeat;
	background-position: 13% 49%;
}
ul.tap-title > li.button_01 {
    position: relative;
    font-size: 14px;
    width: 170px;
    border: 1px solid #bbb;
    padding: .6em .1em .6em .8em;
    background-repeat: no-repeat;
    background-position: 13% 49%;
}
ul.tap-title > li.buttonWide {
    position: relative;
    font-size: 14px;
    width: 220px;
    border: 1px solid #bbb;
    padding: .6em .7em .6em 2.9em;
    background-repeat: no-repeat;
    background-position: 10% 49%;
}
ul.tap-title > li.button > label{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 30px;
}
ul.tap-title > li.button > label > input[type="file"]{
	display: none;
}
ul.tap-title > li.button:nth-child(3){
	width: 126px;
}
ul.tap-title > li.button:nth-child(4){
	width: calc( 100% - 419px );
    min-width: 180px;
    max-width: 200px;
}
ul.tap-title > li.button:nth-child(5){
    float: right;
    background-image: url(/images/sms-tap-icon-02.png) !important;
    padding: .5em .7em .5em 3.5em;
}

ul.tap-title > li > .cell-icons.cell-icon-02{
    margin-right: -10px;
    margin-top: 1px;
}
ul.tap-title > li.button:nth-child(1){
    background-image: url(/images/sms-tap-icon-01.png);
}
ul.tap-title > li.button:nth-child(2){
    background-image: url(/images/sms-tap-icon-02.png);
}
ul.tap-title > li.button:nth-child(3){
    background-image: url(/images/sms-tap-icon-03.png);
}
ul.tap-title > li.button:nth-child(4){
	background-position: 8% 49%;
    background-image: url(/images/sms-tap-icon-04.png);
    padding: .6em .7em .6em 2.7em;
}

ul.tap-title_01 > li.button:nth-child(4) {
    background-position: 8% 49%;
    background-image: url(/images/sms-tap-icon-04.png);
}


/**************** CSS Document Addition ***************/




.motionNew {

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}

.scroll-menu {

    display: none;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent; }

.boxShadow, boxShadow2 {
    -webkit-box-shadow: 0 0px 2px 0px #ccc;
    box-shadow: 0 0px 2px 0px #ccc;
}
.boxShadow4 {
    -webkit-box-shadow: 0 0px 4px 0px #ccc;
    box-shadow: 0 0px 4px 0px #ccc;
}
.boxShadow6 {
    -webkit-box-shadow: 0 0px 6px 0px #ccc;
    box-shadow: 0 0px 6px 0px #ccc;
}
.animateMo, .animateMo4 {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
	transition: all .4s;
}
.animateMo3 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.saved-ids {float:left;  color: #666; font-size: 12px; font-weight: 500;}
.saved-ids input[type="checkbox"]{ display:none; }
.saved-ids input[type="checkbox"] + label {
		display: inline-block;
		cursor: pointer;
		line-height: 19px;
		padding-left: 22px;
		margin: 15px 0;
		background: url(/images/saved-id1.png) left/19px no-repeat;
}
.saved-ids input[type="checkbox"]:checked + label { background-image: url(/images/saved-id2.png); }
/* 웹표준 넣어야함. */

.saved-ids:after {
    content: '';
    display: inline-block;
    width:1px;
    height:13px;
    background-color: #dcdcdc;
    margin: 10px 12px 0 12px;
}
.logpw {
    float:left;
    width:165px;
    height:34px;
    font-size:13px;
    font-weight: 500;
    color:a7a7a7;
    background-color: #f3f3f3;
    border:none;
    border-radius: 3px;
    padding-left: 25px;
    margin: 7px 7px 0 0;
    outline:none
}
.logpw::placeholder {
    font-style: italic;
    font-size:12px;
    font-weight: 500;

}
.u_login {
    background-repeat: no-repeat;
    background-position: 4% 50%;
    background-image: url(/images/input_login_icon.png);
}
.u_pw {
    background-repeat: no-repeat;
    background-position: 4% 50%;
    background-image: url(/images/input_pw_icon.png);
}

.logout{
    float:left;
    width:110px;
    height:50px;
	padding: 15px 0px;
    margin: 0;
    border: none;
    font-weight: 700;
    color: #222;
    text-align: center;
    background-color: #ff5959;
	cursor: pointer;
    background-repeat: repeat-x;
    background-position: 0;
    background-image: url(/images/logout_bg.png);
}
.logout_mypage{
    float:left;
    width:120px;
    height:50px;
	padding: 15px 0 0 18px;
    margin: 0;
    border: none;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #737373;
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: 16% 50%;
    background-image: url(/images/login_mypage.png);
}
.logout_cs{
    float:left;
    width:107px;
    height:50px;
	padding: 15px 0 0 18px;
    margin: 0;
    border: none;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #666;
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: 16% 50%;
    background-image: url(/images/login_cs.png);
}
.all_menu{
    float:left;
    width:40px;
    height:50px;
	padding: 17px 0 0 12px;
    margin: 0;
    border: none;
    font-weight: 700;
    color: #fff;
    background-color: #222;
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/all_menu_icon.png);
}
.login-contents {

}
.login-contents > span, .login-contents > a.charge{
    position:relative;
    top:15px;
}
.login-contents > span:nth-child(1) {
    font-weight: 500;
    color:#333;
    padding-left:20px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(/images/name_icon.png);
}
.login-contents > span:nth-child(2) {
    font-weight: 500;
    color:#666;
    padding-left:23px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(/images/charge_icon.png);
}
.login-contents > span:nth-child(3) {
    font-weight: 900;
    color:#ff5959;
}
.login-contents > span:nth-child(3):after {
    content: '';
    display: inline-block;
    font-weight: 500;
    color:#666;
    margin-right: 7px;
}
.login-contents > a.charge {
    font-weight: 500;
	font-size:13px;
    color: #fff;
    width:77px;
    height:25px;
    padding: 2px 10px 3px 10px;
    border-radius: 3px;
    background-color: #1f7cc8;
}

.main-menu > li:after{
    content: '';
    position: relative;
    display: inline-block;
    top:-38px;
    left:0;
    width:1px;
    height:25px;
    background-color: #dcdcdc;


}
.main-menu > li:first-child:after{
    content: '';
    width:0px;
}

.menu2New {
    height: 90px;
}

.main-menu > li:first-child:nth-last-child(6),
.main-menu > li:first-child:nth-last-child(6) ~ li{
    width: calc(16.6% - 1px);
}
.main-menu > li:first-child:nth-last-child(7),
.main-menu > li:first-child:nth-last-child(7) ~ li{
    width: calc(14.28% - 1px);
}
.main-menu > li:first-child:nth-last-child(8),
.main-menu > li:first-child:nth-last-child(8) ~ li{
    width: calc(12.5% - 1px);
}
.main-menu > li:first-child:nth-last-child(9),
.main-menu > li:first-child:nth-last-child(9) ~ li{
    width: calc(11.1% - 1px);
}
.main-menu > li:first-child:nth-last-child(10),
.main-menu > li:first-child:nth-last-child(10) ~ li{
    width: calc(10% - 1px);
}
.main-menu > li:first-child:nth-last-child(11),
.main-menu > li:first-child:nth-last-child(11) ~ li{

}
.main-menu > li:first-child:nth-last-child(12),
.main-menu > li:first-child:nth-last-child(12) ~ li{

}
.main-menu > li:first-child:nth-last-child(13),
.main-menu > li:first-child:nth-last-child(13) ~ li{

}
.main-menu > li:first-child:nth-last-child(14),
.main-menu > li:first-child:nth-last-child(14) ~ li{

}
.main-menu > li:first-child:nth-last-child(15),
.main-menu > li:first-child:nth-last-child(15) ~ li{

}

.new-banner2-title {
    margin:55px 0 20px 0;
}
.new-banner2-title > p > span {
    font-size: 40px;
    color:#02365d;
}
.new-banner2-title > p > span:first-child {
    font-weight: 700;
    margin-right:10px;
}
.new-banner2-title > p > span:nth-child(2) {
    font-family: "NanumSquare";
    font-weight: bold;
}
.new-banner2-title > p > span:last-child {
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
}
.new-banner2-title > p:last-child {
    padding-top:0px;
    font-size: 16px;
    font-weight: 400;
    color:#666;
}


.new-banner2 {
    margin-bottom:55px;
}
.new-banner2 > div > a:hover > img {
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.new-banner2 > div > a > img {

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.new-banner2 > div > a > p.newb2-title{
    font-size: 15px;
    font-weight: 900;
    padding: 5px 0 8px 0;
}
.new-banner2 > div > a > p.newb2-desc{
    font-size: 14px;
    font-weight: 400;
}

.new-banner3 {
    margin-bottom: 75px !important;
}

.new-banner4 {
    margin-bottom: 55px;
}
.new-banner4 > div > a:hover > div {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);

    -webkit-box-shadow: 0 0px 6px 0px #ccc;
    box-shadow: 0 0px 6px 0px #ccc;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.new-banner4 > div > a:hover > p {
    font-size:15px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.new-banner4 > div > a > div {
    display: block;
    width:70px;
    height:70px;
    border: 1p solid #ddd;
    border-radius: 50%;
    margin:0 auto;
    text-align: center;
    padding-top: 14px;

    -webkit-box-shadow: 0 0px 4px 0px #ccc;
    box-shadow: 0 0px 4px 0px #ccc;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}
.new-banner4 > div > a > p{
    margin-top: 18px;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 0 8px 0;
    height:30px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.new-banner5 {
    background-color:#d7594b;
    padding:15px 0 17px 145px;

    background-repeat: no-repeat;
    background-position: 710px 36%;
    background-image: url(/images/empty_ban2.png);
}
.new-banner5:hover {
    background-repeat: no-repeat;
    background-position: 11% 10%;
    background-image: url(/images/empty_ban2.png);

    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
	transition: all .8s;
}

.new-banner5:hover > div > a > div > div {

    background-repeat: no-repeat;
    background-position: 83% 50%;
    background-image: url(/images/empty_ban3.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.new-banner5 > div > a > div > span{
    color:#fff;
    font-size:29px;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-right:13px;
}

.new-banner5 > div > a > div > span.newb5-b{
    font-weight: 700;
}

.new-banner5 > div > a > div > div{
    float:right;
    color:#9c0a0a;
    font-size:15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border:1px solid #fff;
    background-color:#fff;
    border-radius: 20px;
    padding:6px 32px 6px 25px;
    margin-right:15px;
    margin-top:5px;

    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-image: url(/images/empty_ban3.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.new-banner5 > div > a > div > img{
    position:absolute;
    top:-21px;
    left:60px;
}

.photo-banner {
    margin-top:55px;
    background-color:#f8f8f8;
    padding: 40px 10px 40px 40px ;
}
.photo-banner:hover > div > a.new-photo-btn {
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url(/images/photo_arrow.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.photo-banner > div{
    float:left;
    width:20%;
}

.photo-banner > div > p.new-photo-title1 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    color:#3d3d3d;
    line-height: 34px;
}
.photo-banner > div > p.new-photo-title2 {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    color:#3d3d3d;
}
.photo-banner > div > p.new-photo-desc {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color:#3d3d3d;
}

.photo-banner > div > a.new-photo-btn {
    display: inline-block;
    float:left;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color:#fff !important;
    background-color:#374550;
    border:1px solid #374550;
    border-radius: 5px;
    padding: 10px 55px 13px 15px;
    margin-top:90px;

    background-repeat: no-repeat;
    background-position: 87% 50%;
    background-image: url(/images/photo_arrow.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.photo-banner > div > div > a.banner-photo-btn {
    display: inline-block;
    float:left;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    width:230px;
    color:#fff !important;
    background-color:#374550;
    border:1px solid #374550;
    border-radius: 5px;
    padding: 10px 10px 13px 15px;
    margin-left:-20px;
    background-repeat: no-repeat;
    background-position: 87% 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all .3s;
}

.photo-banner > div > a.new-photo-btn:hover {
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url(/images/photo_arrow.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.photo-banner > div > a.new-photo > img {
    display: inline-block;
    padding:0;
    margin:0;
    width: 190px;
    height: 285px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.photo-banner > div > a.new-photo {
    background-color: #f8f8f8;
    padding:0 !important;
}

.photo-banner > div > a.new-photo:hover > img {

    -webkit-box-shadow: 2px 2px 6px 2px #ccc;
    box-shadow: 2px 2px 6px 2px #ccc;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.photo-banner > div > a.new-photo > div.ph-pop{
    display:none;
    position:absolute;
    top:-200px;
    left:25%;
    background-color:#fff;
    border:1px solid #222;
    width:100px;
    height:auto;
    padding:0.5em 0;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.photo-banner > div > a.new-photo > div.ph-pop > ul > li {
    padding:.1em 0 .1em .4em;
}
.photo-banner > div > a.new-photo > div.ph-pop > ul > li:hover {
    background-color: #26a0da;
    color: #fff;
}



.minHeightNew { display:block; min-height: 750px !important; float:right;}
.w100i { position:absolute; width:1920px; height:450px; top:0px; left:50%; margin-left:-960px; }
.over1920h { width: 1920px;	overflow: hidden;}
.boder-d2d2d2{	border: 1px solid #d2d2d2;}
.boder-ddd{	border: 1px solid #ddd;}
.ma-r-35px {margin-right:35px;}
.ma-l-35px {margin-left:35px;}
.bd-ccc{	border-bottom: 1px solid #ccc;}
.bd-ddd{	border-bottom: 1px solid #ddd;}
.gray-col1, .gray-666, .gray-col{	color: #666;}
.gray-col2, .gray-a7{	color: #a7a7a7;}
.gray-col3, .gray-ddd{	color: #ddd;}
.black-col1, .black-222{	color: #222;}
.black-col2, .black-3d{	color: #3d3d3d;}
.red-col1, .red-ff5959, red-col{	color: #ff5959;}
.notos1 {    font-family: 'Noto Sans KR';    font-weight: 100;}
.notos3 {    font-family: 'Noto Sans KR';    font-weight: 300;}
.notos4 {    font-family: 'Noto Sans KR';    font-weight: 400;}
.notos5 {    font-family: 'Noto Sans KR';    font-weight: 500;}
.notos7 {    font-family: 'Noto Sans KR';    font-weight: 700;}
.notos9 {    font-family: 'Noto Sans KR';    font-weight: 900;}
.nanums1 {    font-family: "NanumSquareLight";}
.nanums2 {    font-family: "NanumSquare";}
.nanums3 {    font-family: "NanumSquareBold";}


.table-2nd tbody > tr > td:nth-child(2) {
    width:100px !important;
}

/**************** CSS Menu 11 More then ***************/





/**************** CSS Middle Banner Style  ***************/

.initBan0 { /** 1200px 기준 요금제(441)가 있을 경우 4개 2253px **/
    float:left;
    width: 441px;
    height: 320px;

}
.initBan1 { /** 1200px 기준 요금제(441)가 있을 경우 4개 2253px **/
    float:left;
    width: 253px;
    height: 320px;

}
.initBan2 { /** 1200px 기준 5개 한개당 240px **/
    float:left;
    width: 240px;
    height: 320px;
}
.initBan3 { /** 1200px 기준 4개 한개당 300px **/
    float:left;
    width: 240px;
    height: 320px;
}
.initBan4 { /** 1200px 기준 6개 한개당 200px **/
    float:left;
    width: 240px;
    height: 320px;
}
.initBan5 { /** 1200px 기준 특별한 경우 **/
    float:left;

}

.banStyle_0 {
    background-color: #ededed;
    position:relative;
}

.banStyle_1 {
    background-color: #ededed;
    position:relative;
    text-align: center;
    padding-top:10px;

    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url(/images/style1-1.png);
}

.banStyle_1 > p.subtitleBanN > span:nth-child(1){
    font-size:12px;
    font-weight: 700;
    color:#666;
    margin-right:3px;
}
.banStyle_1 > p.subtitleBanN > span:nth-child(2){
    font-size:12px;
    font-weight: 900;
    color:#666;
    font-style: italic;
}

.banStyle_1 > p.titleBanN > span {
    font-size:30px;
    font-weight: 900;
    line-height: 43px;
}
.banStyle_1 > p.titleBanN > span:nth-child(1){
    color:#222;
}
.banStyle_1 > p.titleBanN > span:nth-child(2){
    color:#124ea2;
}
.banStyle_1 > p.titleBanN > span:nth-child(3){
    color:#0089cf;
}
.banStyle_1 > p.titleBanN:after{
    content:'';
    position:absolute;
    /*top:90px;
    left:90px;*/
    width:57px;
    height:57px;
    top:215px;
    left:135px;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/style1-2.png);.

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.banStyle_1:hover > p.titleBanN:after{
    content:'';
    position:absolute;
    top:125px;
    left:90px;
    width:57px;
    height:57px;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/style1-2.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.banStyle_1 > p.contentBanN {
    font-size:14px;
    font-weight: 300;
    color:#666;
    line-height: 17px;
}

.banStyle_2 {
    background-color: #e2e2e2;
    text-align: center;
    position:relative;
    padding-top:10px;

    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url(/images/style2-1.png);
}

.banStyle_2 > p.subtitleBanN > span:nth-child(1){
    font-size:12px;
    font-weight: 700;
    color:#666;
    margin-right:3px;
}
.banStyle_2 > p.titleBanN > span:nth-child(1){
    font-size:30px;
    font-weight: 900;
    color:#222;
}
.banStyle_2 > p.titleBanN > span {
    font-size:30px;
    font-weight: 900;
    line-height: 43px;
}
.banStyle_2 > p.titleBanN > span:nth-child(1){
    color:#0089cf;
    margin-right:3px;
}
.banStyle_2 > p.titleBanN > span:nth-child(2){
    color:#124ea2;
}
.banStyle_2 > p.titleBanN:after{
    content:'';
    position:absolute;
    width:100%;
    height:57px;
    top:138px;
    left:0;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/style2-2.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.banStyle_2:hover > p.titleBanN:after{
    content:'';

    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.banStyle_2 > p.contentBanN {
    font-size:14px;
    font-weight: 300;
    color:#666;
    line-height: 17px;
}

.banStyle_3 {
    padding: 0 !important;
    display:inline-block;
    background-color: #2c81d1;
}

.banStyle_3-11 {
    width: 250px;
    float: left;
    background-color: #2c81d1;

}

.banStyle_3-11 > p{
    display: block;
    padding: 0 15px;
    position:relative;
}
.banStyle_3-11 > p:after{
    content: '';
    display: inline-block;
    position:absolute;
    bottom:-5px;
    left:0px;
    width:205px;
    height:2px;
    background-repeat: x-repeat;
    background-position: 50% 50%;
    background-image: url(/images/ban3_bd.png);
    margin: 10px 18px 0 18px;
}
.banStyle_3-11 > p:last-child:after{
    content: '';
    height:0px;
    margin: 10px 20px 0 0;
}
.banStyle_3-11 > p > span{
    display:block;
    height:80px;
    padding: 8px 0 0 48px;
    position: relative;
}
.banStyle_3-11 > p > span > span{

}

.banStyle_3-11 > p > span > span:nth-child(1) {
    color:#fff;
    font-size:18px;
}
.banStyle_3-11 > p > span > span:nth-child(2) {
    font-size:36px;
    font-weight: 700;
    display: inline-block;
    color: #ffc56b;
    position:relative;
    top:10px;
    left:10px;
    text-align: right;
    width:70px;
}
.banStyle_3-11 > p > span > span:nth-child(3) {
    font-size:30px;
    font-weight: 300;
    color: #ffc56b;
    position:absolute;
    top:26px;
    right:39px;
}
.banStyle_3-11 > p > span > span:nth-child(4) {
    font-size:14px;
    font-weight: 500;
    color: #ffc56b;
    position:absolute;
    top:40px;
    right:20px;
}
.faxBan_icon {
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(/images/fax.png);
}
.smsBan_icon {
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(/images/sms.png);
}
.lmsBan_icon {
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(/images/lms.png);
}
.mmsBan_icon {
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(/images/mms.png);
}

.banStyle_3-22 {
    position: relative;
    overflow: hidden;
    width: 190px;
    height: 320px;
    float: right;
    background-color: #2076c3;
    position:relative;
    padding-top:20px;

    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url(/images/style3-1.png);

}

.banStyle_3-22 > p:after {
    content: '';
    width: 190px;
    height: 320px;
    display: inline-block;
    position:absolute;
    top:-320px;
    left:0px;
    z-index: 999;

    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url(/images/style3-1.png);



}

.banStyle_3:hover > .banStyle_3-22 > p:after {
    content: '';
    width: 190px;
    height: 320px;
    display: inline-block;
    position:absolute;
    top:0px;
    left:0px;
    z-index: 999;

    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url(/images/style3-1.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.banStyle_3:hover .banStyle_3-22 {
    width: 190px;
    height: 320px;
    float: right;
    background-color: #2076c3;
    position:relative;
    padding-top:20px;

    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url();

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
	transition: all .4s;

}
.banStyle_3-22 > p {
    text-align: center;

}
.banStyle_3-22 > .contentBanN > span {
    color:#fff;
    font-size:14px;
    font-weight: 100;
    line-height: 16px;
}

.banStyle_3-22 > .titleBanN > span {
    color:#fff;
    font-size:24px;
    font-weight: 500;

}

.banStyle_4 {
    background-color: #59a4e8;
    position:relative;
    text-align: center;
    overflow: hidden;

    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-image: url(/images/style4-1.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.banStyle_4:hover {
    background-color: #59a4e8;
    position:relative;
    text-align: center;

    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-image: url(/images/style4-3.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.banStyle_5 {
    background-color: #59a4e8;
    position:relative;
    text-align: center;
    overflow: hidden;

    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-image: url(/images/style4-1.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.banStyle_5:hover {
    background-color: #59a4e8;
    position:relative;
    text-align: center;

    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-image: url(/images/style4-3.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.banStyle_21 > div{
    display:block;
    height:320px;
    background-color: #b6e1f2;
    position:relative;
    text-align: center;
    overflow: hidden;

    background-repeat: no-repeat;
    background-position: 50% 20%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}


.banStyle_21 > div:hover > p.imgBanN {


    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}

.banStyle_22 {
    background-color: #59a4e8;
    position:relative;
    text-align: center;
    overflow: hidden;


    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.banStyle_22:hover {
    background-color: #59a4e8;
    position:relative;
    text-align: center;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.banStyle_4:after {
    content: '';
    width: 60px;
    height: 100px;
    display: inline-block;
    position:absolute;
    top:-100px;
    right:30px;
    z-index: 999;

    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url(/images/style4-2.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}
.banStyle_4:hover:after {
    content: '';
    width: 60px;
    height: 100px;
    display: inline-block;
    position:absolute;
    top:90px;
    right:30px;
    z-index: 999;

    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url(/images/style4-2.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}
.banStyle_4 > p {
    position: relative;
    top:65%;
}
.banStyle_4 > .contentBanN {
    color:#fff;
    font-size:14px;
    font-weight: 300;
    line-height: 16px;
}

.banStyle_4 > .titleBanN > span {
    color:#fff;
    font-size:24px;
    font-weight: 500;

}

.banStyle_5 {
    background-color: #59a4e8;
    position:relative;
}

.banStyle_5:after {
    content: '';
    width: 60px;
    height: 100px;
    display: inline-block;
    position:absolute;
    top:-100px;
    right:30px;
    z-index: 999;

    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url(/images/style4-2.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}
.banStyle_5:hover:after {
    content: '';
    width: 60px;
    height: 100px;
    display: inline-block;
    position:absolute;
    top:90px;
    right:30px;
    z-index: 999;

    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url(/images/style4-2.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}
.banStyle_5 > p {
    position: relative;
    top:65%;
}
.banStyle_5 > .contentBanN {
    color:#fff;
    font-size:14px;
    font-weight: 300;
    line-height: 16px;
}

.banStyle_5 > .titleBanN > span {
    color:#fff;
    font-size:24px;
    font-weight: 500;

}

.banStyle_21 > div > p.titleBanN {
    position: relative;
    font-size:14px;
    font-weight: 300;
    line-height: 16px;

}
.banStyle_21 > div > p.imgBanN {

    position:relative;
    top:25px;
    left:0px;
    display:block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 150px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}

.banStyle_21 > div > .titleBanN > span {
    color:#222;
    display:block;
    font-size:26px;
    font-weight: 900;
    letter-spacing: 0.01em;
    margin:25px 0;
}



.banStyle_22 {
    background-color: #59a4e8;
    position:relative;
}

.banStyle_22 > p.imgBanN {
    position: relative;
    top:0%;
}


a.banMore {
    display:inline-block;
    position:absolute;
    bottom:10px;
    left:40%;

    color:#fff;
    font-size:10px;
    font-weight: 500;
    letter-spacing: 0;
    border-radius: 10px;
    padding: 2px 18px 3px 7px;
    width:54px;
    height:21px;


    background:transparent;
    background-color: rgba( 0, 0, 0, 0.5 );
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#ff000000,endColorStr=#ff000000)";
    zoom:1;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
a.banMore:after {
    content: '';
    position:absolute;
    display: block;
    top:4px;
    left:35px;
    width:10px;
    height:10px;

    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(/images/more_arrow.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
a.banMore:hover {
    left:38%;
    width:63px;
    padding: 2px 18px 3px 7px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}
a.banMore:hover:after {
    left:45px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}

a.banMore2 {
    display: inline-block;
    float:left;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color:#fff !important;
    background-color:#374550;
    border:1px solid #374550;
    border-radius: 5px;
    padding: 10px 55px 13px 15px;
    margin-top:0px;
    margin-left:55px;

    background-repeat: no-repeat;
    background-position: 87% 50%;
    background-image: url(/images/photo_arrow.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

a.banMore2:hover {
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url(/images/photo_arrow.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}


.banStyle_1:hover a.banMore{
    left:38%;
    width:63px;
    padding: 2px 18px 3px 7px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.banStyle_2:hover a.banMore{
    left:38%;
    width:63px;
    padding: 2px 18px 3px 7px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.banStyle_3:hover a.banMore{
    left:38%;
    width:63px;
    padding: 2px 18px 3px 7px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.banStyle_4:hover a.banMore{
    left:38%;
    width:63px;
    padding: 2px 18px 3px 7px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.banStyle_5:hover a.banMore{
    left:38%;
    width:63px;
    padding: 2px 18px 3px 7px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
.banStyle_21 > div:hover a.banMore2{
    border:1px solid #000;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url(/images/photo_arrow.png);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}

.banStyle_1:hover a.banMore:after {
    left:45px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}
.banStyle_2:hover a.banMore:after {
    left:45px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}
.banStyle_3:hover a.banMore:after {
    left:45px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}
.banStyle_4:hover a.banMore:after {
    left:45px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}
.banStyle_5:hover a.banMore:after {
    left:45px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;

}







/***************** CSS Main Banner ********************/

#main_banner_wrap { height:450px; margin:0px auto; position:relative;}
#main_banner { height:450px; background-color:#f9f9f9;}
#main_banner_btn_l {float:left;  position:absolute; top:150px; left:320px; box-sizing:border-box; background-color:transparent; width:65px; height:104px; cursor:pointer;z-index:10;}
#main_banner_btn_r {float:left;  position:absolute; top:150px; left:1550px; box-sizing:border-box;background-color:transparent; width:65px; height:104px; cursor:pointer;z-index:10;}
#main_banner_img {float:left; width:1920px; overflow:hidden; background-color:transparent; position:relative;}
#main_banner_img #big_main_img {width:19200px; height:450px; position:relative;}
#main_banner_img #big_main_img .cts02 {
    float:left; width:1920px;

}
#main_banner_img .cts02 li {    position:relative; float:left; }
#main_banner_img .cts02 p {display:none; font-size:13px; width:200px; height:200px; position:absolute; top:0; left:0; box-sizing:border-box; background:rgba(0,0,0,0.4); color:#fff; text-align:center; padding-top:100px;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000,endColorstr=#40000000); zoom: 1;}
#main_banner_img .cts02 span {display:none;}
#main_banner_img .cts02 h2 {display:none;}
#main_banner_img .cts02 h3 {display:none;}
#main_banner_img .cts02 li { margin-right:2px; margin-bottom:6px; box-sizing:border-box;}
#main_banner_img .cts02 img {margin:0; padding:0; float:left;}
#main_banner_img .cts02 li:hover > p {display:block;}



#main_banner #circle_main {width:300px; height:15px; position:absolute; top:415px; left:350px; z-index:10;}
#main_banner .cts01 {
    width:auto; height:auto; border-radius:13px; background-color:#999; border:1px solid #999;  margin-right:15px; cursor:pointer; padding:7px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all .3s;
}
#main_banner li {float:left;}




/*********************************************************/


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/*
@font-face {
    font-family: 'FontAwesome';
    src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-hourglass-start:before {
  content: "\f251";
}
*/


.farite {
    color: #d1d1d1;
    cursor: pointer;
}

.farite.on {
    color: #f8b551;
}

