@charset "euc-kr";

/* À§Á¬ ·¹ÀÌ¾Æ¿ô µðÀÚÀÎ CSS */

*{letter-spacing: -1px;}

#info_notice_section {
	background-color: #3DA3E3;
	display: block;
}
#info_contact_section { display: none; }
/*##################### ¸ÞÀÎÀ§Á¬ ##################################*/
/* »ö»ó, Å©±â, °¢ ¿ä¼ÒµéÀ» ÀÚÀ¯·ÎÀÌ ¼öÁ¤ Ãß°¡ÇÏ¿© È¨ÆäÀÌÁö¿¡ ¸Â°Ô »ç¿ëÇÏ½Ç¼ö ÀÖ½À´Ï´Ù */

/*µ¿¿µ»ó ÀÌµ¿¹öÆ°*/
.pc_vidio {
    height: 50vw;
}

.pc_vidio{
    position: relative;
}
.pc_vidio .down_link{
    position: absolute;
    bottom: 34%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.down_link a{
    display: block;
}

.down_link p{
    animation: sdb 2s infinite;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: -11px;
    font-size: 14px;
}

 .down_link a span {
          position: absolute;
          top: 0;
          left: 50%;
          width: 24px;
          height: 24px;
          margin-left: -12px;
          border-left: 1px solid #fff;
          border-bottom: 1px solid #fff;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
          opacity: 0;
          box-sizing: border-box;
         filter: drop-shadow(0 0 5px rgba(0,0,0, .9))
        }
       .down_link a span:nth-of-type(1) {
          -webkit-animation-delay: 0s;
          animation-delay: 0s;
        }
       .down_link a span:nth-of-type(2) { 
          top: 16px;
          -webkit-animation-delay: .15s;
          animation-delay: .15s;
        }
       .down_link a span:nth-of-type(3) {
          top: 32px;
          -webkit-animation-delay: .3s;
          animation-delay: .3s;
        }
        @-webkit-keyframes sdb {
          0% {
            opacity: 0;
          }
          50% {
            opacity: 1;
          }
          100% {
            opacity: 0;
          }
        }

.down_link i{
    color: #fff;
    font-size: 40px;
    text-shadow: 0 0 5px rgba(0,0,0, .9);
}


/*ÄÁÅÙÃ÷ ÆùÆ®*/
p.contents-title{
    font-weight: 500;
    font-size: 36px;
    position: relative;
    margin: 0;
    padding: 0;
    letter-spacing: -2px;
    text-align: center;
}
p.contents-title::after{
    position: absolute;
    content: "YONSEI HI DENTAL CLINIC";
    font-size: 18px;
    top: -30px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
    letter-spacing: 0px;
    text-align: center;
}
p.contents-article{
    font-weight: 400;
    font-size: 22px;
    margin: 4px 0 20px 0;
    font-weight: 400;
    letter-spacing: -2px;
    text-align: center;
}




@media(max-width:780px){
    /*ÄÁÅÙÃ÷ ÆùÆ®*/
    p.contents-title{
        font-size: 30px;
        letter-spacing: -1.5px;
    }
    p.contents-title::after{
        position: absolute;
        content: "YONSEI HI DENTAL CLINIC";
        font-size: 16px;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 200;
    }
    p.contents-article{
        font-size: 20px;
        margin: 0px 0 50px 0;
        font-weight: 400;
        letter-spacing: -1px;
        margin-top: -5px;
    }
    
}/*780*/


@media(max-width:480px){
    /*ÄÁÅÙÃ÷ ÆùÆ®*/
    p.contents-title{
        font-size: 28px;
    }
    p.contents-title::after{
        position: absolute;
        content: "YONSEI HI DENTAL CLINIC";
        font-size: 14px;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 200;
    }
    p.contents-article{
            font-size: 18px;
        margin: 0px 0 36px 0;
        font-weight: 400;
        letter-spacing: -1px;
        margin-top: -5px;
    }
    
}/*480*/


/* ------------------------------------------ ¾ÆÀÌÄÜ¹è³Ê 01 ---------------------------------------------- */
#icon_banner_bg01 {
	display: block;
	padding: 60px 15px;
}

#icon_banner_bg01 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
	font-size: 28px;
	color: #3A3A3A;
	max-width: 1300px;
	text-align: center;
	padding-bottom: 25px;
	display: none;
}

#icon_banner_bg01 .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#icon_banner_bg01 .main_banner .type_icon {
	border-radius: 100px;
	background-color: #F3F3F3;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: #6E6E6E;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
}

#icon_banner_bg01 .main_banner ul li {
	float: left;
	width: 25%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#icon_banner_bg01 .main_banner ul li a div i { color: #6E6E6E; }

#icon_banner_bg01 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#icon_banner_bg01 .main_banner ul li a:hover div > i { color: #FFFFFF; }

#icon_banner_bg01 .main_banner ul li a .main_banner_title {
	color: #6E6E6E;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#icon_banner_bg01 .main_banner ul li a:hover .main_banner_title { color: #C41F1F; }

#icon_banner_bg01 .main_banner ul li a:hover .type_icon { background-color: #E4570E; }

/* ------------------------------------------ ¾ÆÀÌÄÜ¹è³Ê 02 ---------------------------------------------- */
#icon_banner_02 {
	padding: 60px 15px;
	background-color: rgba(58,58,58,1.00);
	position: relative;
	width: 100%;
	display: block;
	overflow-y: hidden;
}

#icon_banner_02 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	display: block;
	padding-bottom: 55px;
}

#icon_banner_02 .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
}

#icon_banner_02 .type_icon {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
	color: #FFFFFF;
	margin-top: 15px;
}

#icon_banner_02 .main_banner ul li:hover { background-color: rgba(58,58,58,1.00); }

#icon_banner_02 .main_banner ul li div i { color: #FFFFFF; }

#icon_banner_02 .main_banner ul li {
	outline-style: none;
	text-decoration: none;
	background-color: #9D0B0E;
}

#icon_banner_02 .main_banner ul li:hover div > i { color: #FFFFFF; }

#icon_banner_02 .main_banner ul li .main_banner_title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#icon_banner_02 .main_banner ul li:hover .main_banner_title { color: #FFFFFF; }

#icon_banner_02 .main_banner ul li .main_banner_dec {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#icon_banner_02 .main_banner ul li:hover .type_icon { }

/* ------------------------------------------ ¾ÆÀÌÄÜ¹è³Ê 03 ---------------------------------------------- */
#icon_banner_bg03 {
	display: block;
	overflow-y: hidden;
	padding: 60px 15px;
	background-color: #FFFFFF;
}

#icon_banner_bg03 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #3A3A3A;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#icon_banner_bg03 .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#icon_banner_bg03 .type_icon {
	border-radius: 100px;
	background-color: #F3F3F3;
	text-align: center;
	text-decoration: none;
	display: none;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: #6E6E6E;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
}

#icon_banner_bg03 .main_banner ul li a:hover .type_icon { background-color: #E4570E; }

#icon_banner_bg03 .main_banner ul li { }

#icon_banner_bg03 .main_banner ul li a div i { color: #6E6E6E; }

#icon_banner_bg03 .main_banner ul li a:hover div > i { color: #FFFFFF; }

#icon_banner_bg03 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#icon_banner_bg03 .main_banner ul li a .main_banner_title {
	color: #9B9B9B;
	font-size: 28px;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#icon_banner_bg03 .main_banner ul li a:hover .main_banner_title { color: #C41F1F; }

#icon_banner_bg03 .main_banner ul li a .main_banner_dec { color: rgba(126,126,126,1.00); }

#icon_banner_bg03 .main_banner ul li a:hover .main_banner_dec { }

/* ------------------------------------------ ¾ÆÀÌÄÜ¹è³Ê 04 ---------------------------------------------- */
#icon_banner_bg04 {
	background-color: #DE4555;
	display: block;
	overflow-y: hidden;
	padding: 60px 15px;
}

#icon_banner_bg04 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	padding-bottom: 25px;
}

#icon_banner_bg04 .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1440px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#icon_banner_bg04 .type_icon {
	border-radius: 65px;
	width: 60px;
	line-height: 65px;
	font-size: 22px;
	float: left;
	padding-top: 10px;
}

#icon_banner_bg04 .type_text { overflow: hidden; }

#icon_banner_bg04 .main_banner ul li a:hover .type_icon { }

#icon_banner_bg04 .main_banner ul li { }

#icon_banner_bg04 .main_banner ul li a div i {
	color: #C7162D;
	border-radius: 100px;
	display: block;
	width: 45px;
	height: 45px;
	background-color: #FFFFFF;
	padding-top: 10px;
}

#icon_banner_bg04 .main_banner ul li a:hover div > i { }

#icon_banner_bg04 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
}

#icon_banner_bg04 .main_banner ul li a .main_banner_title {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -2px;
	margin-bottom: 5px;
}

#icon_banner_bg04 .main_banner ul li a:hover .main_banner_title { color: #AC1E2D; }

#icon_banner_bg04 .main_banner ul li a .main_banner_dec { color: rgba(255,225,229,1.00); }

#icon_banner_bg04 .main_banner ul li a:hover .main_banner_dec { color: #FFFFFF; }

/* ------------------------------------------ ¾ÆÀÌÄÜ¹è³Ê 04a ---------------------------------------------- */
#icon_banner_bg04a {
	background-color: #1F1F1F;
	display: block;
	overflow-y: hidden;
	padding: 60px 15px;
}

#icon_banner_bg04a .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -2px;
}

#icon_banner_bg04a .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	display: block;
}

#icon_banner_bg04a .type_icon {
	border-radius: 65px;
	text-align: center;
	text-decoration: none;
	line-height: 65px;
	font-size: 19px;
	float: left;
	padding-top: 10px;
	margin-right: 15px;
}

#icon_banner_bg04a .type_text { overflow: hidden; }

#icon_banner_bg04a .main_banner ul li a:hover .type_icon { }

#icon_banner_bg04a .main_banner ul li { }

#icon_banner_bg04a .main_banner ul li a div i {
	color: #C7162D;
	border-radius: 100px;
	display: block;
	width: 35px;
	height: 35px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}

#icon_banner_bg04a .main_banner ul li a:hover div > i { }

#icon_banner_bg04a .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
}

#icon_banner_bg04a .main_banner ul li a .main_banner_title {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -2px;
	margin-bottom: 5px;
}

#icon_banner_bg04a .main_banner ul li a:hover .main_banner_title { color: #AC1E2D; }

#icon_banner_bg04a .main_banner ul li a .main_banner_dec { color: #FFFFFF; }

#icon_banner_bg04a .main_banner ul li a:hover .main_banner_dec { }

/* ------------------------------------------ ¾ÆÀÌÄÜ¹è³Ê 04b ¼ýÀÚÇü ---------------------------------------------- */
#icon_banner_bg04b {
	background-color: #1F1F1F;
	display: block;
	overflow-y: hidden;
	padding: 60px 15px;
}

#icon_banner_bg04b .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -2px;
}

#icon_banner_bg04b .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	display: block;
}

#icon_banner_bg04b .type_icon {
	border-radius: 65px;
	text-align: center;
	text-decoration: none;
	line-height: 65px;
	font-size: 19px;
	float: left;
	padding-top: 10px;
	margin-right: 15px;
}

#icon_banner_bg04b .type_text { overflow: hidden; }

#icon_banner_bg04b .main_banner ul li a:hover .type_icon { }

#icon_banner_bg04b .main_banner ul li { }

#icon_banner_bg04b .main_banner ul li a div span {
	color: #9D0824;
	border-radius: 100px;
	display: block;
	width: 35px;
	height: 35px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	line-height: 35px;
	text-align: center;
}

#icon_banner_bg04b .main_banner ul li a:hover div > span { }

#icon_banner_bg04b .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
}

#icon_banner_bg04b .main_banner ul li a .main_banner_title {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -2px;
	margin-bottom: 5px;
}

#icon_banner_bg04b .main_banner ul li a:hover .main_banner_title { color: #AC1E2D; }

#icon_banner_bg04b .main_banner ul li a .main_banner_dec { color: #FFFFFF; }

#icon_banner_bg04b .main_banner ul li a:hover .main_banner_dec { }

/* ------------------------------------------ ¾ÆÀÌÄÜ¹è³Ê 05 ---------------------------------------------- */
#icon_banner_bg05 {
	padding: 60px 15px;
	width: 100%;
	display: block;
	overflow-y: hidden;
	background-image: url(../images/main_metapo01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
}

#icon_banner_bg05 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	display: block;
	padding-bottom: 25px;
}

#icon_banner_bg05 .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#icon_banner_bg05 .main_banner .type_icon {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
	background-color: #FFFFFF;
	border-radius: 100px;
	color: #DE4555;
}

#icon_banner_bg05 .main_banner ul li { }

#icon_banner_bg05 .main_banner ul li:hover { }

#icon_banner_bg05 .main_banner ul li a div i { }

#icon_banner_bg05 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#icon_banner_bg05 .main_banner ul li:hover a div > i { }

#icon_banner_bg05 .main_banner ul li a .main_banner_title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#icon_banner_bg05 .main_banner ul li a:hover .main_banner_title { color: #FFFFFF; }

#icon_banner_bg05 .main_banner ul li a .main_banner_dec { color: #FFFFFF; }

#icon_banner_bg05 .main_banner ul li a:hover .type_icon {
	background-color: #FFFFFF;
	color: #3A3A3A;
}

/* ------------------------------------------ ¾ÆÀÌÄÜ¹è³Ê 05_a ---------------------------------------------- */
#icon_banner_bg05_a {
	width: 100%;
	display: block;
	overflow-y: hidden;
	background-image: url(../images/banner_bg02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	padding: 60px 15px;
}

#icon_banner_bg05_a .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	display: block;
	padding-bottom: 25px;
	padding-top: 25px;
}

#icon_banner_bg05_a .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
	padding: 25px;
}

#icon_banner_bg05_a .main_banner .type_icon {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
	background-color: #FFFFFF;
	border-radius: 100px;
	color: #C12232;
}

#icon_banner_bg05_a .main_banner ul li { }

#icon_banner_bg05_a .main_banner ul li:hover { }

#icon_banner_bg05_a .main_banner ul li a div i { }

#icon_banner_bg05_a .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#icon_banner_bg05_a .main_banner ul li:hover a div > i { }

#icon_banner_bg05_a .main_banner ul li a .main_banner_title {
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#icon_banner_bg05_a .main_banner ul li a:hover .main_banner_title { color: #FFFFFF; }

#icon_banner_bg05_a .main_banner ul li a .main_banner_dec { color: #FFFFFF; }

#icon_banner_bg05_a .main_banner ul li a:hover .type_icon {
	background-color: #FFFFFF;
	color: #3A3A3A;
}

/* ------------------------------------------ ¾ÆÀÌÄÜ¹è³Ê 06 ---------------------------------------------- */
#icon_banner_bg06 {
	background-color: #1F1F1F;
	display: block;
	overflow-y: hidden;
	padding: 15px 15px 10px;
}

#icon_banner_bg06 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	padding-bottom: 25px;
	display: none;
}

#icon_banner_bg06 .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#icon_banner_bg06 .type_icon {
	text-align: center;
	text-decoration: none;
	float: left;
	margin-right: 10px;
}

#icon_banner_bg06 .main_banner ul li a:hover .type_icon { }

#icon_banner_bg06 .main_banner ul li {
	display: block;
	width: 25%;
	float: left;
}

#icon_banner_bg06 .main_banner ul li a div i {
	color: #434343;
	border-radius: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	width: 25px;
	height: 25px;
}

#icon_banner_bg06 .main_banner ul li a:hover div > i { color: #C7162D; }

#icon_banner_bg06 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	font-size: 14px;
}

#icon_banner_bg06 .main_banner ul li a .main_banner_title {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 15px;
	display: none;
}

#icon_banner_bg06 .main_banner ul li a:hover .main_banner_title { color: #AC1E2D; }

#icon_banner_bg06 .main_banner ul li a .main_banner_dec {
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	line-height: 25px;
}

#icon_banner_bg06 .main_banner ul li a:hover .main_banner_dec {
	color: #E74D3C;
	font-weight: 600;
}

/* ------------------------------------------ ¾ÆÀÌÄÜ¹è³Ê 06a ---------------------------------------------- */
#icon_banner_bg06a {
	background-color: #6A3906;
	overflow-y: hidden;
	padding: 15px 15px 10px;
}

#icon_banner_bg06a .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	padding-bottom: 25px;
	display: none;
}

#icon_banner_bg06a .main_bannerx {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1300px;
	text-align: center;
}

#icon_banner_bg06a .type_icon {
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

#icon_banner_bg06a .main_bannerx ul li a:hover .type_icon { }

#icon_banner_bg06a .main_bannerx ul li {
	display: inline-block;
	padding-right: 15px;
}

#icon_banner_bg06a .main_bannerx ul li a div i {
	color: #434343;
	border-radius: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	width: 25px;
	height: 25px;
}

#icon_banner_bg06a .main_bannerx ul li a:hover div > i { color: #C7162D; }

#icon_banner_bg06a .main_bannerx ul li a {
	outline-style: none;
	text-decoration: none;
	font-size: 14px;
}

#icon_banner_bg06a .main_bannerx ul li a .main_banner_title {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 15px;
	display: none;
}

#icon_banner_bg06a .main_bannerx ul li a:hover .main_banner_title { color: #AC1E2D; }

#icon_banner_bg06a .main_bannerx ul li a .main_banner_dec {
	color: #FFFFFF;
	padding-left: 5px;
	line-height: 25px;
	display: inline-block;
}

#icon_banner_bg06a .main_bannerx ul li a:hover .main_banner_dec {
	color: #E74D3C;
}

/* ------------------------------------------ ¾ÆÀÌÄÜ¹è³Ê 06b ---------------------------------------------- */
#icon_banner_bg06b {
	background-color: #1F1F1F;
	display: block;
	overflow-y: hidden;
	padding-top: 55px;
	padding-bottom: 55px;
}

#icon_banner_bg06b .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	padding-bottom: 25px;
	display: none;
}

#icon_banner_bg06b .main_bannerx {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#icon_banner_bg06b .type_icon {
	text-align: center;
	text-decoration: none;
	font-size: 55px;
	width: 100%;
}

#icon_banner_bg06b .main_bannerx ul li a:hover .type_icon { }

#icon_banner_bg06b .main_bannerx ul li {
	display: block;
	width: 25%;
	float: left;
	position: relative;
}

#icon_banner_bg06b .main_bannerx ul li:after {
	position: absolute;
	content: "";
	right: 0px;
	width: 1px;
	height: 50%;
	top: 50%;
	transform: translateY(-50%);
	border-right: 1px groove #B8B8B8;
	opacity: 0.5;
}

#icon_banner_bg06b .main_bannerx ul li:last-child:after { display: none; }

#icon_banner_bg06b .main_bannerx ul li a div i { }

#icon_banner_bg06b .main_bannerx ul li a:hover div > i { }

#icon_banner_bg06b .main_bannerx ul li a {
	outline-style: none;
	text-decoration: none;
	color: #FFFFFF;
}

#icon_banner_bg06b .main_bannerx ul li a .main_banner_title {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 15px;
	display: block;
}

#icon_banner_bg06b .main_bannerx ul li a:hover .main_banner_title { }

#icon_banner_bg06b .main_bannerx ul li a .main_banner_dec {
	text-align: center;
	padding-left: 10px;
	line-height: 25px;
	font-size: 16px;
	text-decoration: none;
}

#icon_banner_bg06b .main_bannerx ul li a:hover .main_banner_dec { font-weight: 600; }

/* ------------------------------------------ INFO BANNER 01 ---------------------------------------------- */
#info_banner_bg1 {
	padding-top: 55px;
	padding-bottom: 55px;
	background-color: rgba(31,31,31,1.00);
	width: 100%;
	background-image: url(../../../../bizdemo47296/img/homepee/images/hotel.jpg);
	background-size: cover;
	overflow-y: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#info_banner_bg1 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	padding: 15px;
	display: none;
}

#info_banner_bg1 .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#info_banner_bg1 .main_banner .type_icon {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#info_banner_bg1 .main_banner ul li { background-color: #C7162D; }

#info_banner_bg1 .main_banner ul li:hover { background-color: rgba(58,58,58,1.00); }

#info_banner_bg1 .main_banner ul li a div i { color: #FFFFFF; }

#info_banner_bg1 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

#info_banner_bg1 .main_banner ul li a:hover div > i { color: #FFFFFF; }

#info_banner_bg1 .main_banner ul li a .main_banner_title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#info_banner_bg1 .main_banner ul li a:hover .main_banner_title { color: #FFFFFF; }

#info_banner_bg1 .main_banner ul li a .main_banner_txt {
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}

#info_banner_bg1 .main_banner ul li a:hover .type_icon { }

/* ------------------------------------------ ³Ñ¹ö Ä«¿îÅÍ 01 ---------------------------------------------- */
#num_counter_bg01 {
	width: 100%;
	display: block;
	overflow-y: hidden;
	background-image: url(../images/banner_bg01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	padding: 60px 15px;
}

#num_counter_bg01 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#num_counter_bg01 .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(0,0,0,0.50);
}

#num_counter_bg01 .main_banner .type_icon {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
	border-radius: 100px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#num_counter_bg01 .main_banner #count-number {
	font-weight: 400;
	font-size: 30px;
}

#num_counter_bg01 .main_banner ul li { }

#num_counter_bg01 .main_banner ul li:hover { }

#num_counter_bg01 .main_banner ul li a div i { }

#num_counter_bg01 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}

#num_counter_bg01 .main_banner ul li:hover a div > i { }

#num_counter_bg01 .main_banner ul li a .main_banner_title {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#num_counter_bg01 .main_banner ul li a:hover .main_banner_title { color: #FFFFFF; }

#num_counter_bg01 .main_banner ul li a .main_banner_dec {
	color: #FFFFFF;
	display: none;
}

#num_counter_bg01 .main_banner ul li a:hover .type_icon { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 01 ---------------------------------------------- */

#img_banner_bg01 {
	background-color: #000000;
	padding: 60px 15px;
	display: block;
}

#img_banner_bg01 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font-size: 28px;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-bottom: 25px;
}

#img_banner_bg01 .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	text-align: center;
	display: block;
}

#img_banner_bg01 .main_banner .type_img {
	background-color: #FFFFFF;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 8px;
	padding: 5px;
}

#img_banner_bg01 .main_banner .type_img .bg_black {
	position: absolute;
	width: 101%;
	z-index: 10;
	line-height: 30px;
	opacity: 0.8;
	color: #E4E4E4;
	font-weight: 600;
	top: 100%;
	left: -1px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 101%;
	background-image: -webkit-linear-gradient(270deg, rgba(31,31,31,1.00) 0%, rgba(241,242,236,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(31,31,31,1.00) 0%, rgba(241,242,236,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(31,31,31,1.00) 0%, rgba(241,242,236,1.00) 100%);
	padding-top: 5px;
	display: block;
}

#img_banner_bg01 .main_banner .type_img:hover .bg_black { top: 50%; }

#img_banner_bg01 .main_banner .type_img:hover img { }

#img_banner_bg01 .main_banner ul li {
	position: relative;
	padding-bottom: 40px;
}

#img_banner_bg01 .main_banner ul li a div i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#img_banner_bg01 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
}

#img_banner_bg01 .main_banner ul li a:hover div > i { color: #2156A5; }

#img_banner_bg01 .main_banner ul li a .main_banner_title {
	color: #E5E5E5;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-color: #C41F1F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 35px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#img_banner_bg01 .main_banner ul li a:hover .main_banner_title { color: #C41F1F; }

#img_banner_bg01 .main_banner .main_banner_dec { color: #E8E8E8; }

#img_banner_bg01 .main_banner .main_banner_btn {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 02 ---------------------------------------------- */
#img_banner_bg02 {
	padding: 60px 15px;
	background-color: rgba(0,0,0,1.00);
	position: relative;
	width: 100%;
	display: block;
	overflow-y: hidden;
}

#img_banner_bg02 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	display: block;
	padding-bottom: 25px;
}

#img_banner_bg02 .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#img_banner_bg02 .main_banner .type_icon {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg02 .main_banner ul li { }

#img_banner_bg02 .main_banner ul li:hover { background-color: #2E2E2E; }

#img_banner_bg02 .main_banner ul li a div i { color: #FFFFFF; }

#img_banner_bg02 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#img_banner_bg02 .main_banner ul li a:hover div > i { color: #FFFFFF; }

#img_banner_bg02 .main_banner ul li a .main_banner_title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#img_banner_bg02 .main_banner ul li a:hover .main_banner_title { color: #FFFFFF; }

#img_banner_bg02 .main_banner ul li a .main_banner_dec { color: #FFFFFF; }

#img_banner_bg02 .main_banner ul li a:hover .type_img { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 03 ---------------------------------------------- */
#img_banner_bg03 {
	background-color: #F3F3F3;
	padding: 60px 15px;
	display: block;
}

#img_banner_bg03 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #3A3A3A;
	max-width: 1300px;
	text-align: center;
	display: block;
	padding-bottom: 25px;
}

#img_banner_bg03 .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#img_banner_bg03 .main_banner .type_img {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
}

#img_banner_bg03 .main_banner .type_img .bg_black {
	position: absolute;
	width: 101%;
	z-index: 10;
	line-height: 30px;
	opacity: 0.8;
	color: #E4E4E4;
	font-weight: 600;
	top: 100%;
	left: -1px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 101%;
	padding-top: 5px;
	display: block;
	background-color: #000000;
}

#img_banner_bg03 .main_banner .type_img:hover .bg_black { top: 50%; }

#img_banner_bg03 .main_banner .type_img:hover img { }

#img_banner_bg03 .main_banner ul li { }

#img_banner_bg03 .main_banner ul li a div i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#img_banner_bg03 .main_banner ul li a:hover div > i { color: #2156A5; }

#img_banner_bg03 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
}

#img_banner_bg03 .main_banner ul li a .main_banner_title {
	color: #3A3A3A;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-color: #C41F1F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 35px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#img_banner_bg03 .main_banner ul li a:hover .main_banner_title { color: #C41F1F; }

#img_banner_bg03 .main_banner .main_banner_dec {
	color: #3A3A3A;
	margin-bottom: 15px;
}

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 04 ---------------------------------------------- */
#img_banner_bg04 {
	padding: 60px 15px;
	background-color: rgb(226, 231, 232);
	position: relative;
	width: 100%;
	display: block;
	overflow-y: hidden;
}

#img_banner_bg04 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	display: block;
	padding-bottom: 25px;
}

#img_banner_bg04 .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#img_banner_bg04 .main_banner .type_icon {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg04 .main_banner ul li { background-color: rgba(231,77,60,1.00); }

#img_banner_bg04 .main_banner ul li:hover { background-color: rgba(31,31,31,1.00); }

#img_banner_bg04 .main_banner ul li a div i { color: #FFFFFF; }

#img_banner_bg04 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#img_banner_bg04 .main_banner ul li a:hover div > i { color: #FFFFFF; }

#img_banner_bg04 .main_banner ul li a .main_banner_title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #FFFFFF;
	padding: 15px;
}

#img_banner_bg04 .main_banner ul li a:hover .main_banner_title { color: #FFFFFF; }

#img_banner_bg04 .main_banner ul li a .main_banner_dec {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#img_banner_bg04 .main_banner ul li a:hover .type_img { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 04_a ---------------------------------------------- */
#img_banner_bg04_a {
	padding-top: 30PX;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 60px;
	position: relative;
	width: 100%;
	display: block;
}

#img_banner_bg04_a .banner_subject {
	margin-left: auto;
	margin-right: auto;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#img_banner_bg04_a .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	text-align: center;
	display: block;
}

#img_banner_bg04_a .main_banner .type_img {
	overflow: hidden;
	position: relative;
}

#img_banner_bg04_a .main_banner ul li a .type_img img { transition: 0.3s; }

#img_banner_bg04_a .main_banner ul li a:hover .type_img img { transform: scale(1.3, 1.3) rotate(10deg); }

#img_banner_bg04_a .main_banner ul li { padding: 0 3px; }

#img_banner_bg04_a .main_banner ul li:hover { }

#img_banner_bg04_a .main_banner ul li a div i { color: #FFFFFF; }

#img_banner_bg04_a .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#img_banner_bg04_a .main_banner ul li a:hover div > i { color: #FFFFFF; }

#img_banner_bg04_a .main_banner ul li a .main_banner_title {
	font-size: 21px;
	letter-spacing: -1px;
	color: #3DA3E3;
	padding: 15px;
	position: relative;
}

#img_banner_bg04_a .main_banner ul li a .main_banner_title:after {
	content: "";
	width: 10%;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	z-index: 1;
	background-color: #ccc;
}

#img_banner_bg04_a .main_banner ul li a:hover .main_banner_title { color: #6E6E6E; }

#img_banner_bg04_a .main_banner ul li a .main_banner_dec {
	color: #6E6E6E;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 04_b nopadding ---------------------------------------------- */
#img_banner_bg04_b {
	padding: 60px 15px;
	position: relative;
	width: 100%;
	display: block;
}

#img_banner_bg04_b .banner_subject {
	margin-left: auto;
	margin-right: auto;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#img_banner_bg04_b .main_bannern {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	text-align: center;
	display: block;
	
}
#img_banner_bg04_b .main_bannern ul {
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
}
#img_banner_bg04_b .main_bannern .type_img {
	overflow: hidden;
	position: relative;
}

#img_banner_bg04_b .main_bannern ul li a .type_img img { transition: 0.3s; }

#img_banner_bg04_b .main_bannern ul li a:hover .type_img img { transform: scale(1.3, 1.3) rotate(10deg); }

#img_banner_bg04_b .main_bannern ul li {
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

#img_banner_bg04_b .main_bannern ul li:hover { }

#img_banner_bg04_b .main_bannern ul li a div i { color: #FFFFFF; }

#img_banner_bg04_b .main_bannern ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#img_banner_bg04_b .main_bannern ul li a:hover div > i { color: #FFFFFF; }

#img_banner_bg04_b .main_bannern ul li a .main_banner_title {
	font-size: 21px;
	letter-spacing: -1px;
	color: #a80632;
	padding: 15px;
	position: relative;
}

#img_banner_bg04_b .main_bannern ul li a .main_banner_title:after {
	content: "";
	width: 10%;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	z-index: 1;
	background-color: #ccc;
}

#img_banner_bg04_b .main_bannern ul li a:hover .main_banner_title { color: #6E6E6E; }

#img_banner_bg04_b .main_bannern ul li a .main_banner_dec {
	color: #6E6E6E;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 05 ---------------------------------------------- */
#img_banner_bg05 {
	width: 100%;
	display: block;
	overflow-y: hidden;
	background-image: url(../images/banner_bg01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	padding: 60px 15px;
}

#img_banner_bg05 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	display: block;
	padding-bottom: 25px;
}

#img_banner_bg05 .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#img_banner_bg05 .main_banner .type_icon {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg05 .main_banner ul li { background-color: rgba(31,31,31,1.00); }

#img_banner_bg05 .main_banner ul li:hover { background-color: #9D0B0E; }

#img_banner_bg05 .main_banner ul li a div i { color: #FFFFFF; }

#img_banner_bg05 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#img_banner_bg05 .main_banner ul li a:hover div > i { color: #FFFFFF; }

#img_banner_bg05 .main_banner ul li a .main_banner_title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #FFFFFF;
	padding: 15px;
}

#img_banner_bg05 .main_banner ul li a:hover .main_banner_title { color: #FFFFFF; }

#img_banner_bg05 .main_banner ul li a .main_banner_dec {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#img_banner_bg05 .main_banner ul li a:hover .type_img { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 06 ---------------------------------------------- */
#img_banner_bg06 {
	position: relative;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	padding: 60px 15px;
}

#img_banner_bg06 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -2px;
}

#img_banner_bg06 .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	text-align: center;
	display: block;
}

#img_banner_bg06 .main_banner .type_icon {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg06 .main_banner ul li { }

#img_banner_bg06 .main_banner ul li:hover { }

#img_banner_bg06 .main_banner ul li a div i { color: #FFFFFF; }

#img_banner_bg06 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#img_banner_bg06 .main_banner ul li a:hover div > i { color: #FFFFFF; }

#img_banner_bg06 .main_banner ul li a .big_title {
	font-size: 28px;
	color: rgba(110,110,110,1.00);
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#img_banner_bg06 .main_banner ul li a .small_title { color: rgba(110,110,110,1.00); }

#img_banner_bg06 .main_banner ul li a .main_banner_title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #434343;
	display: none;
}

#img_banner_bg06 .main_banner ul li a:hover .main_banner_title { color: rgba(222,69,85,1.00); }

#img_banner_bg06 .main_banner ul li a .main_banner_dec { color: #5C5C5C; }

#img_banner_bg06 .main_banner ul li a .type_img {
	margin-top: 25px;
	margin-bottom: 25px;
}

#img_banner_bg06 .main_banner ul li a:hover .type_img { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 07 ---------------------------------------------- */
#img_banner_bg07 {
	position: relative;
	width: 100%;
	display: none;
	background-color: rgba(157,11,14,1.00);
	padding: 60px 15px;
}

#img_banner_bg07 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#img_banner_bg07 .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#img_banner_bg07 .main_banner .type_icon {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg07 .main_banner ul li { }

#img_banner_bg07 .main_banner ul li:hover { }

#img_banner_bg07 .main_banner ul li a div i { color: #FFFFFF; }

#img_banner_bg07 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#img_banner_bg07 .main_banner ul li a:hover div > i { color: #FFFFFF; }

#img_banner_bg07 .main_banner ul li a .big_title {
	font: 600 36px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
}

#img_banner_bg07 .main_banner ul li a .small_title { color: rgba(255,210,205,1.00); }

#img_banner_bg07 .main_banner ul li a .main_banner_title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	background-color: #1F1F1F;
}

#img_banner_bg07 .main_banner ul li a:hover .main_banner_title {
	color: rgba(31,31,31,1.00);
	background-color: #FFFFFF;
}

#img_banner_bg07 .main_banner ul li a .main_banner_dec { color: #FFFCFC; }

#img_banner_bg07 .main_banner ul li a .type_img {
	margin-top: 55px;
	margin-bottom: 55px;
}

#img_banner_bg07 .main_banner ul li a:hover .type_img { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 07_a ---------------------------------------------- */
#img_banner_bg07_a {
	position: relative;
	width: 100%;
	display: block;
	background-color: rgba(0,0,0,1.00);
	padding: 60px 15px;
}

#img_banner_bg07_a .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
	font-size: 28px;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#img_banner_bg07_a .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	text-align: center;
	display: block;
}

#img_banner_bg07_a .main_banner .type_icon {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg07_a .main_banner ul li { padding: 0.5%; }

#img_banner_bg07_a .main_banner ul li:hover { }

#img_banner_bg07_a .main_banner ul li a div i { color: #FFFFFF; }

#img_banner_bg07_a .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#img_banner_bg07_a .main_banner ul li a:hover div > i { color: #FFFFFF; }

#img_banner_bg07_a .main_banner ul li a .big_title {
	font: 600 36px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
}

#img_banner_bg07_a .main_banner ul li a .small_title { color: #FFFFFF; }

#img_banner_bg07_a .main_banner ul li a .main_banner_title {
	font-size: 22px;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	background-color: #E11313;
}

#img_banner_bg07_a .main_banner ul li a:hover .main_banner_title {
	color: rgba(31,31,31,1.00);
	background-color: #FFFFFF;
}

#img_banner_bg07_a .main_banner ul li a .main_banner_dec { color: #FFFCFC; }

#img_banner_bg07_a .main_banner ul li a .type_img {
	margin-top: 55px;
	margin-bottom: 55px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#img_banner_bg07_a .main_banner ul li a:hover .type_img { opacity: 0.8; }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 08 ¸ÞÀÎ ´ëÇ¥¹è³Ê  ---------------------------------------------- */
#img_banner_bg08 {
	padding: 60px 15px;
	position: relative;
	width: 100%;
	display: block;
	overflow-y: hidden;
	background-color: rgba(237,237,237,1.00);
}

#img_banner_bg08 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#img_banner_bg08 .main_bannern {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#img_banner_bg08 .main_bannern .type_img {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg08 .main_bannern ul li {
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 3px none rgba(31,31,31,1.00);
}

#img_banner_bg08 .main_bannern ul li:hover { }

#img_banner_bg08 .main_bannern ul li a div i { color: #FFFFFF; }

#img_banner_bg08 .main_bannern ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

#img_banner_bg08 .main_bannern a .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#img_banner_bg08 .main_bannern a:hover .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}

#img_banner_bg08 .main_bannern ul li a:hover div > i { color: #FFFFFF; }

#img_banner_bg08 .main_bannern a .main_banner_title {
	font-size: 2.5vmin;
	font-weight: 600;
	letter-spacing: -1px;
	color: #FFFFFF;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	width: 100%;
	padding: 15px;
	z-index: 2;
	top: 10%;
	opacity: 0;
}

#img_banner_bg08 .main_bannern a .main_banner_dec {
	text-align: center;
	font-size: 2vmin;
}

#img_banner_bg08 .main_bannern a:hover .main_banner_title {
	opacity: 0.7;
	background-color: #1F1F1F;
	top: 40%;
}

#img_banner_bg08 .main_bannern a:hover .main_banner_dec { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 08a ¸ÞÀÎ ´ëÇ¥¹è³Ê  ---------------------------------------------- */
#img_banner_bg08a {
	padding: 60px 15px;
	position: relative;
	width: 100%;
	display: block;
	overflow-y: hidden;
	background-color: rgba(237,237,237,1.00);
}

#img_banner_bg08a .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#img_banner_bg08a .main_bannern {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#img_banner_bg08a .main_bannern .type_img {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg08a .main_bannern ul li {
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 3px none rgba(31,31,31,1.00);
}

#img_banner_bg08a .main_bannern ul li:hover { }

#img_banner_bg08a .main_bannern ul li a div i { color: #FFFFFF; }

#img_banner_bg08a .main_bannern ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

#img_banner_bg08a .main_bannern a .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#img_banner_bg08a .main_bannern a:hover .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}

#img_banner_bg08a .main_bannern ul li a:hover div > i { color: #FFFFFF; }

#img_banner_bg08a .main_bannern a .main_banner_title {
	font-size: 3vmin;
	font-weight: 600;
	letter-spacing: -1px;
	color: #FFFFFF;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	width: 100%;
	padding: 15px;
	z-index: 2;
	top: 40%;
	opacity: 0.7;
	background-color: rgba(31,31,31,1.00);
}

#img_banner_bg08a .main_bannern a .main_banner_dec {
	text-align: center;
	font-size: 1.6vmin;
	display: none;
}

#img_banner_bg08a .main_bannern a:hover .main_banner_title {
	opacity: 1;
	background-color: #E11313;
}

#img_banner_bg08a .main_bannern a:hover .main_banner_dec { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 08b ¸ÞÀÎ ´ëÇ¥¹è³Ê  ---------------------------------------------- */

#img_banner_bg08b {
	padding: 60px 15px;
	position: relative;
	width: 100%;
	display: block;
	overflow-y: hidden;
	background-color: rgba(237,237,237,1.00);
}

#img_banner_bg08b .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#img_banner_bg08b .main_bannern {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#img_banner_bg08b .main_bannern .type_img {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg08b .main_bannern ul li {
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 3px none rgba(31,31,31,1.00);
}

#img_banner_bg08b .main_bannern ul li:hover { }

#img_banner_bg08b .main_bannern ul li a div i { color: #FFFFFF; }

#img_banner_bg08b .main_bannern ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

#img_banner_bg08b .main_bannern a .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#img_banner_bg08b .main_bannern a:hover .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}

#img_banner_bg08b .main_bannern ul li a:hover div > i { color: #FFFFFF; }

#img_banner_bg08b .main_bannern a .main_banner_title {
	font-size: 3vmin;
	font-weight: 600;
	letter-spacing: -1px;
	color: #FFFFFF;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	width: 100%;
	padding: 15px;
	z-index: 2;
	top: 32%;
	opacity: 0.8;
}

#img_banner_bg08b .main_bannern a .main_banner_dec {
	text-align: center;
	display: none;
}

#img_banner_bg08b .main_bannern a:hover .main_banner_title {
	opacity: 1;
	background-color: #E11313;
}

#img_banner_bg08b .main_bannern a:hover .main_banner_dec { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 09 ¸ÞÀÎ ´ëÇ¥¹è³Ê  ---------------------------------------------- */
#img_banner_bg09 {
	padding: 60px 15px;
	position: relative;
	width: 100%;
	display: block;
	overflow-y: hidden;
	background-color: rgba(237,237,237,1.00);
}

#img_banner_bg09 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	display: block;
	padding-bottom: 25px;
}

#img_banner_bg09 .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#img_banner_bg09 .main_banner .type_img {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg09 .main_banner li .type_img img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#img_banner_bg09 .main_banner li:hover .type_img img {
	-webkit-transform : scale(1.2, 1.2);
	transform : scale(1.2, 1.2);
}

#img_banner_bg09 .main_banner ul li {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 3px none rgba(31,31,31,1.00);
	overflow-y: hidden;
	padding: 0.5%;
	position: relative;
}

#img_banner_bg09 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

#img_banner_bg09 .main_banner a .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#img_banner_bg09 .main_banner a:hover .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}

#img_banner_bg09 .main_banner a .main_banner_title {
	font-size: 5vmin;
	font-weight: 600;
	letter-spacing: -1px;
	color: #FFFFFF;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	width: 100%;
	padding: 15px;
	z-index: 2;
	top: 40%;
	opacity: 0.8;
}

#img_banner_bg09 .main_banner a .main_banner_dec {
	text-align: center;
	font-size: 2.5vmin;
}

#img_banner_bg09 .main_banner a:hover .main_banner_title {
	opacity: 1;
	color: #FED01B;
}

#img_banner_bg09 .main_banner a:hover .main_banner_dec { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 09a ¸ÞÀÎ ´ëÇ¥¹è³Ê  ---------------------------------------------- */
#img_banner_bg09a {
	padding: 60px 15px;
	position: relative;
	width: 100%;
	display: block;
	overflow-y: hidden;
	background-color: rgba(237,237,237,1.00);
}

#img_banner_bg09a .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#img_banner_bg09a .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#img_banner_bg09a .main_banner .type_img {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg09a .main_banner li .type_img img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#img_banner_bg09a .main_banner li:hover .type_img img {
	-webkit-transform : scale(1.1, 1.1);
	transform : scale(1.1, 1.1);
}

#img_banner_bg09a .main_banner ul li {
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 3px none rgba(31,31,31,1.00);
	overflow-y: hidden;
	position: relative;
	overflow-x: hidden;
}

#img_banner_bg09a .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

#img_banner_bg09a .main_banner a .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#img_banner_bg09a .main_banner a:hover .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}

#img_banner_bg09a .main_banner a .main_banner_title {
	font-size: 5vmin;
	font-weight: 600;
	letter-spacing: -1px;
	color: #FFFFFF;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	width: 100%;
	padding: 15px;
	z-index: 2;
	top: 20%;
	opacity: 0.8;
	text-transform: uppercase;
}

#img_banner_bg09a .main_banner a:hover .main_banner_title {
	opacity: 1;
	font-size: 5vmin;
}

#img_banner_bg09a .main_banner a .main_banner_dec { text-align: center; }

#img_banner_bg09a .main_banner a:hover .main_banner_dec { }

#img_banner_bg09a .main_banner .main_banner_btn {
	width: 150px;
	border: 2px solid rgba(255,255,255,1.00);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	top: 70%;
	display: block;
	left: 50%;
	margin-left: -75px;
	z-index: 2;
	vertical-align: middle;
	padding: 10px 15px;
	font-weight: 600;
	transition: 0.3s ease;
}

#img_banner_bg09a .main_banner .main_banner_btn:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.45);
}

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 09b ¸ÞÀÎ ´ëÇ¥¹è³Ê  ---------------------------------------------- */
#img_banner_bg09b {
	padding: 60px 15px;
	position: relative;
	width: 100%;
	display: block;
	overflow-y: hidden;
	background-color: rgba(237,237,237,1.00);
}

#img_banner_bg09b .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#img_banner_bg09b .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	text-align: center;
	display: block;
}

#img_banner_bg09b .main_banner .type_img {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg09b .main_banner li .type_img img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#img_banner_bg09b .main_banner li:hover .type_img img {
	-webkit-transform : scale(1.2, 1.2);
	transform : scale(1.2, 1.2);
}

#img_banner_bg09b .main_banner ul li {
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 3px none rgba(31,31,31,1.00);
	overflow-y: hidden;
	position: relative;
}

#img_banner_bg09b .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

#img_banner_bg09b .main_banner a .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#img_banner_bg09b .main_banner a:hover .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}

#img_banner_bg09b .main_banner a .main_banner_title > i { display: none; }

#img_banner_bg09b .main_banner a .main_banner_title {
	font-size: 6vmin;
	letter-spacing: -1px;
	color: #FFFFFF;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	width: 100%;
	padding: 15px;
	z-index: 2;
	top: 20%;
	opacity: 0.8;
}

#img_banner_bg09b .main_banner li:hover .main_banner_title {
	opacity: 1;
	color: #FED01B;
}

#img_banner_bg09b .main_banner li .main_banner_title:after {
	content: " ";
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 15%;
	position: absolute;
	height: 5px;
	left: 50%;
	background-color: #FFFFFF;
	transform: translateX(-50%);
	bottom: -10px;
}

#img_banner_bg09b .main_banner li:hover .main_banner_title:after {
	background-color: #FED01B;
	width: 55%;
}

#img_banner_bg09b .main_banner a .main_banner_dec {
	text-align: center;
	font-size: 4.5vmin;
}

#img_banner_bg09b .main_banner a:hover .main_banner_dec { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 09c ¸ÞÀÎ ´ëÇ¥¹è³Ê  ---------------------------------------------- */
#img_banner_bg09c {
	padding: 60px 15px;
	position: relative;
	width: 100%;
	display: block;
	overflow-y: hidden;
	background-color: rgba(255,255,255,1.00);
}

#img_banner_bg09c .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font-size: 5vmin;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	letter-spacing: -2px;
	text-transform: uppercase;
	display: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

#img_banner_bg09c .main_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "Noto Sans KR", sans-serif;
	text-align: center;
	display: block;
}

#img_banner_bg09c .main_banner .type_img {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	font-size: 48px;
	line-height: 110px;
}

#img_banner_bg09c .main_banner li .type_img img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#img_banner_bg09c .main_banner li:hover .type_img img {
	-webkit-transform : scale(1.1, 1.1);
	transform : scale(1.1, 1.1);
}

#img_banner_bg09c .main_banner ul li {
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 3px none rgba(31,31,31,1.00);
	overflow-y: hidden;
	position: relative;
	overflow-x: hidden;
}

#img_banner_bg09c .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

#img_banner_bg09c .main_banner a .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#img_banner_bg09c .main_banner .even a .type_img:after { background-color: rgb(0, 0, 0); }
@media (max-width:991px){
#img_banner_bg09c .main_banner .even a .type_img:after { background-color: rgba(0,0,0,0); }
}
#img_banner_bg09c .main_banner a:hover .type_img:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}

#img_banner_bg09c .main_banner a .main_banner_title {
	font-size: 5vmin;
	font-weight: 500;
	letter-spacing: -1px;
	color: #FFFFFF;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	width: 100%;
	padding: 15px;
	z-index: 2;
	top: 20%;
	opacity: 0.8;
	text-transform: uppercase;
}

#img_banner_bg09c .main_banner a:hover .main_banner_title {
	opacity: 1;
	font-size: 5vmin;
}

#img_banner_bg09c .main_banner .even a .main_banner_title { }

#img_banner_bg09c .main_banner a .main_banner_dec { font-size: 16px; }

#img_banner_bg09c .main_banner a:hover .main_banner_dec { }

#img_banner_bg09c .main_banner .even a .main_banner_dec { }

#img_banner_bg09c .main_banner .main_banner_btn {
	width: 150px;
	border: 1px solid rgba(255,255,255,1.00);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	top: 70%;
	display: block;
	left: 50%;
	margin-left: -75px;
	z-index: 2;
	vertical-align: middle;
	padding: 5px 15px;
	font-weight: 600;
	transition: 0.3s ease;
}

#img_banner_bg09c .main_banner .main_banner_btn:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.45);
}

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 10 ---------------------------------------------- */
#img_banner_bg10 {
	background-color: #1F1F1F;
	display: block;
	overflow-y: hidden;
	padding: 60px 15px;
}

#img_banner_bg10 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	padding-bottom: 25px;
	display: none;
}

#img_banner_bg10 .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	display: block;
}

#img_banner_bg10 .type_img {
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	width: 65px;
	overflow: hidden;
}

#img_banner_bg10 .type_text { overflow: hidden; }

#img_banner_bg10 .main_banner ul li a:hover .type_img { }

#img_banner_bg10 .main_banner ul li { }

#img_banner_bg10 .main_banner ul li a div i {
	color: #C7162D;
	border-radius: 100px;
	display: block;
	width: 35px;
	height: 35px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}

#img_banner_bg10 .main_banner ul li a:hover div > i { }

#img_banner_bg10 .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
}

#img_banner_bg10 .main_banner ul li a .main_banner_title {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -2px;
	margin-bottom: 5px;
}

#img_banner_bg10 .main_banner ul li a:hover .main_banner_title { color: #AC1E2D; }

#img_banner_bg10 .main_banner ul li a .main_banner_dec { color: #FFFFFF; }

#img_banner_bg10 .main_banner ul li a:hover .main_banner_dec { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 10a ---------------------------------------------- */
#img_banner_bg10a {
	background-color: #1F1F1F;
	display: block;
	overflow-y: hidden;
	padding: 60px 15px;
}

#img_banner_bg10a .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	display: block;
	padding-bottom: 55px;
}

#img_banner_bg10a .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	display: block;
}

#img_banner_bg10a .type_img {
	border-radius: 50%;
	width: 50%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

#img_banner_bg10a .type_text {
	overflow: hidden;
	text-align: center;
}

#img_banner_bg10a .main_banner ul li a:hover .type_img { }

#img_banner_bg10a .main_banner ul li { }

#img_banner_bg10a .main_banner ul li a div i {
	color: #C7162D;
	border-radius: 100px;
	display: block;
	width: 35px;
	height: 35px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}

#img_banner_bg10a .main_banner ul li a:hover div > i { }

#img_banner_bg10a .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
}

#img_banner_bg10a .main_banner ul li a .main_banner_title {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -2px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#img_banner_bg10a .main_banner ul li a:hover .main_banner_title { color: #AC1E2D; }

#img_banner_bg10a .main_banner ul li a .main_banner_dec { color: #FFFFFF; }

#img_banner_bg10a .main_banner ul li a:hover .main_banner_dec { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¹è³Ê 10b ---------------------------------------------- */
#img_banner_bg10b {
	background-color: #4985D5;
	display: block;
	overflow-y: hidden;
	padding: 60px 15px;
}

#img_banner_bg10b .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	padding-bottom: 25px;
	display: none;
}

#img_banner_bg10b .main_banner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	display: block;
}

#img_banner_bg10b .type_img {
	border-radius: 50%;
	width: 114px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#img_banner_bg10b .type_text {
	overflow: hidden;
	text-align: center;
}

#img_banner_bg10b .main_banner ul li a:hover .type_img { }

#img_banner_bg10b .main_banner ul li { }

#img_banner_bg10b .main_banner ul li a div i {
	color: #C7162D;
	border-radius: 100px;
	display: block;
	width: 35px;
	height: 35px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}

#img_banner_bg10b .main_banner ul li a:hover div > i { }

#img_banner_bg10b .main_banner ul li a {
	outline-style: none;
	text-decoration: none;
}

#img_banner_bg10b .main_banner ul li a .main_banner_title {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -2px;
	margin-bottom: 5px;
}

#img_banner_bg10b .main_banner ul li a:hover .main_banner_title {
	color: #192F4E;
	font-weight: 600;
}

#img_banner_bg10b .main_banner ul li a .main_banner_dec { color: #FFFFFF; }

#img_banner_bg10b .main_banner ul li a:hover .main_banner_dec { }

/* ------------------------------------------ ÀÌ¹ÌÁö ¸®½ºÆ® 01 nopadding ---------------------------------------------- */
.img_list01 {
	padding: 60px 15px;
	position: relative;
	width: 100%;
	display: block;
}

.img_list01 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	color: #6E6E6E;
	max-width: 1300px;
	text-align: center;
	padding-bottom: 25px;
	font-size: x-large;
}

.img_list01 .main_bannern {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	text-align: center;
	display: block;
	
}
.img_list01 .main_bannern ul {
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
}
.img_list01 .main_bannern .type_img {
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}

.img_list01 .main_bannern ul li a .type_img img {  }

.img_list01 .main_bannern ul li a:hover .type_img img {  }

.img_list01 .main_bannern ul li {
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	flex:1;
}

.img_list01 .main_bannern ul li:hover { }

.img_list01 .main_bannern ul li a div i { color: #FFFFFF; }

.img_list01 .main_bannern ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

.img_list01 .main_bannern ul li a:hover div > i { color: #FFFFFF; }

.img_list01 .main_bannern ul li a .main_banner_title {
	font-size: 18px;
	letter-spacing: -1px;
	color: #6E6E6E;
	padding: 6px;
	position: relative;
	border-top: 1px solid #E8E8E8;
}

.img_list01 .main_bannern ul li a:hover .main_banner_title { color: #434343; }


/* ------------------------------------------ µ¿¿µ»ó 01 ---------------------------------------------- */
#main_movie_bg01 {
	padding: 60px 15px;
	background-color: rgba(0,0,0,1.00);
	position: relative;
	width: 100%;
	display: block;
}

#main_movie_bg01 .movie_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #FFFFFF;
	max-width: 1300px;
	text-align: center;
	display: block;
	padding-bottom: 25px;
}

#main_movie_bg01 .main_movie {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#main_movie_bg01 .main_movie .type_movie {
	text-align: center;
	text-decoration: none;
	font-size: 48px;
	line-height: 110px;
}

#main_movie_bg01 .main_movie ul li {
	float: left;
	width: 32.33%;
	padding: 10px;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 15px;
}

#main_movie_bg01 .main_movie ul li:hover { }

#main_movie_bg01 .main_movie ul li a div i { color: #79A42F; }

#main_movie_bg01 .main_movie ul li a {
	outline-style: none;
	text-decoration: none;
	display: block;
}

#main_movie_bg01 .main_movie ul li a .main_movie_title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#main_movie_bg01 .main_movie ul li a:hover .main_movie_title { color: #DE4555; }

#main_movie_bg01 .main_movie ul li a .main_movie_txt { color: #FFFFFF; }

#main_movie_bg01 .main_movie ul li a:hover .type_movie { background-color: #FFFFFF; }

/* ------------------------------------------ È¯ÀÚÈÄ±â ½½¸¯½½¶óÀÌµå 01 ---------------------------------------------- */
#review-box{
    padding-top:110px;
}

#slick_banner_bg01 {
	padding-bottom: 20px;
	text-align: center;
}

#slick_banner_bg01 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	color: #2A2A2A;
	max-width: 1300px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight:500;
	display: block;
}

#slick_banner_bg01 .partner {
	margin: 25px auto 0;
    width: 1300px;
}
/*#slick_banner_bg01 {
	padding-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}

#slick_banner_bg01 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -2px;
	display: block;
}

#slick_banner_bg01 .partner {
	margin: 25px auto 0;
	max-width: 1300px;
}*/

#slick_banner_bg01 .partner div {
    height: 100%;
}

#slick_banner_bg01 .partner div img {
    height: 100%;
}

#slick_banner_bg01 .slick-prev:before, #slick_banner_bg01 .slick-next:before{
    display: none;
}
@media(max-width:1330px){
    #slick_banner_bg01 .partner{width: 97%;}
}/*1330*/


@media(max-width:800px){
        #review-box {
        padding-top: 90px;
    }

        p.contents-article {
        font-weight: 400;
        font-size: 20px;
        margin: 0px 0 20px 0;
        font-weight: 400;
        letter-spacing: -1px;
        margin-top: -5px;
    }
    
}/*780*/

@media(max-width:480px){
        #review-box {
        padding-top: 60px;
    }

        p.contents-article {
        font-weight: 400;
        font-size: 20px;
        margin: 0px 0 20px 0;
        font-weight: 400;
        letter-spacing: -1px;
        margin-top: -5px;
    }
    
}/*480*/


/*--------------------------------------------------ÀÎ½ºÅ¸±×·¥-------------------------------------------------------*/

#instagram-wrap{position: relative;overflow: hidden;}

.instagram-wrap{
    width: 100%;
    padding-top: 110px;
    padding-bottom: 100px;
    text-align: center;
    background: #efefef;
    margin-top: 100px;
}

.instagram_back{
    position: absolute;
    top: -80px;
    left: -10%;
    filter: grayscale(1);
    opacity: 0.1;
    z-index: -10;
    transform: scale(0.8);
}



.contents-title{font-size: 40px; font-weight: 500; color:#2A2A2A; letter-spacing: -1px;}
.contents-title > img {margin-right:10px; }
.contents-article{font-size: 18px; font-weight: 400; color:#2A2A2A; letter-spacing: -1px;}

.vision-title{position:absolute; bottom:255px; left:23%; font-size:45px; color:#fff; font-weight:100; letter-spacing:-2px;}
.vision-title br{display:none;}
.vision-title span{font-weight:500;}

.vision-article{text-align: left;  position:absolute; bottom:160px; left:23%; font-size:22px; color:#EDEDED; font-weight:100; 
	letter-spacing:-1px;}
.vision-article span{font-weight:500;}

.instagram-box{width:1300px; margin:0 auto;}
.instagram-box ul{overflow:hidden;}
.instagram-box ul li{
    float: left;
    width: 15.83333%;
    margin-right: 1%;
    margin-bottom: 1%;
    overflow: hidden;
}

.instagram-box ul li:hover img{transform: scale(1.1);}

.instagram-box ul li img{width:100%; transition: all 0.3s ease;}
.instagram-box ul li:nth-child(6) ,.instagram-box ul li:nth-child(12) {margin-right:0;}
.instagram-box ul li a{width:100%; height:100%; display: block;}



@media (max-width: 1440px){
.instagram-box ul li {
    width: 19%;
    margin-right: 1%;
}

.instagram-box ul li:nth-child(5), .instagram-box ul li:nth-child(10) {
    margin-right: 0%;
}
    
    .instagram-box ul li:nth-child(6) ,.instagram-box ul li:nth-child(12) {margin-right:1%;}

.instagram-box ul li:nth-child(11), .instagram-box ul li:nth-child(12) {
    display: none;

}

}/*1440*/

@media (max-width: 1330px){
    .instagram-box{width: 96%;}

}/*1330*/

@media (max-width: 1020px){
    .instagram_back {
    position: absolute;
    top: -110px;
    left: -24%;
    filter: grayscale(1);
    opacity: 0.1;
    z-index: -10;
    transform: scale(0.75);
}
  
    
}/*1020*/
@media (max-width: 870px){  
    .instagram_back {
    position: absolute;
    top: -180px;
    left: -44%;
    filter: grayscale(1);
    opacity: 0.1;
    z-index: -10;
    transform: scale(0.6);
}
    
}/*870*/


@media (max-width: 800px){
    
    
    .instagram-wrap{width:100%; padding-top: 90px; padding-bottom:80px;
	text-align:center;margin-top: 80px;
}
    
    .instagram-box ul li {
    width: 24.25%;
    margin-right: 1%;
}
    
.instagram-box ul li:nth-child(4), .instagram-box ul li:nth-child(8), .instagram-box ul li:nth-child(12) {
    margin-right: 0;
    
}
    
    .instagram-box ul li:nth-child(5), .instagram-box ul li:nth-child(10) {
    margin-right: 1%;
}
    
    .instagram-box ul li:nth-child(11), .instagram-box ul li:nth-child(12) {
    display: block;

}
    
}/*780*/

@media(max-width:480px){
        .instagram-wrap {
            padding-top: 50px;
            margin-top: 40px;
            padding-bottom: 50px;
    }
    
    .instagram_back {
    position: absolute;
    top: -226px;
    left: -84%;
    filter: grayscale(1);
    opacity: 0.1;
    z-index: -10;
    transform: scale(0.5);
}

    }/*480*/
    






/*--------------------------------------------------´º½º¹è³Ê-------------------------------------------------------*/
    
    
    
    

    #newsbanner_img{
        width: 100%;
        margin-top: 120px;
        margin-bottom: 100px;
        text-align: center;
        background: url("../images/news_bannerimg.png") no-repeat 50% 50%;
        z-index: -2;
        position: relative;
        height: 295px;
    }
    
    #newsbanner_img::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .4;
    z-index: -1;
}
    


@media(max-width:1350px){
    #newsbanner_wrap {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 50px !important;
    text-align: center;
    background: url(../../../images/news_bannerimg.png) no-repeat 50% 50%;
    z-index: -2;
    position: relative;
    height: 255px !important;
}

}/*1350*/

@media(max-width:780px){
    #newsbanner_wrap {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 26px !important;
    text-align: center;
    background: url(../../../images/news_bannerimg.png) no-repeat 50% 50%;
    z-index: -2;
    position: relative;
    height: 160px !important;
}
    
    .newsbanner_wrap {
    padding-top: 50px !important;
}
    
}/*780*/


@media(max-width:480px){
    #newsbanner_wrap {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 14px !important;
    text-align: center;
    background: url(../../../images/news_bannerimg.png) no-repeat 50% 90%;
    z-index: -2;
    position: relative;
    height: 150px !important;
}
    .newsbanner_wrap {
    padding-top: 46px !important;
}
    
}/*480*/
    
    
/*#newsbanner-wrap{
    width:100%; 
    margin-top: 120px; 
    margin-bottom: 100px;
	text-align:center;
    background: url("../images/news_bannerimg.png") no-repeat 50% 50%;
    z-index: -2;
    position: relative;
    height: 295px;
}

#newsbanner-wrap::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .4;
    z-index: -1;
}

.newsbanner-wrap{
    text-align: center;
    color: #fff;
    padding-top: 92px;
}

.newsbanner-wrap p.contents-title{
    color: #fff;
    text-align: center;
}

.newsbanner-wrap p.contents-title::after{
    color: #fff;
    text-align: center;
}

.newsbanner-wrap p.contents-article{
    color: #fff;
    text-align: center;
}
    */
    

/*--------------------------------------------------´º½º½½¶óÀÌµå-------------------------------------------------------*/
/*.news_wrapper{
    width: 50%;
}

.news_slide{
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    
}

.news_slide::after{
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #222;
    top: 0;
    left: 0;
    opacity: .5;
}

.news_slide::before{
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #222;
    bottom: 0;
    left: 0;
    opacity: .5;
}

.news_slide:hover .news_img{opacity: .6;}

.news_slide:hover.news_slide::after{
    width: 100%;
}

.news_slide:hover.news_slide::before{
    width: 100%;
}

.news_img{
    float: left;
    width: 35%;
    height: 182px;
    position: relative;
}

.news_mark{
    position: absolute;
    color: #fff;
    background: #223f74;
    padding: 6px 10px;
}

.news_img1{
    background: url("../img/news_img1.png") no-repeat 50% 50%;
}

.news_text{
    float: left;
    width: 61%;
    margin: 0 2%;
    padding: 33.5px 0;
}

.news_text .news_subject p{
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_text .news_article p{
    color: #acacac;
    font-size: 16px;
    margin: 10px 0;
    display:-webkit-box; 
    word-wrap:break-all; -webkit-line-clamp:2; -webkit-box-orient:vertical; 
    overflow:hidden; 
    text-overflow:ellipsis;
}

.news_text .news_section p{
    color: #acacac;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/


@media(max-width:780px){

    
}/*780*/


@media(max-width:480px){

    
}/*480*/






/* ------------------------------------------ Á¦Ç°¼Ò°³ 01 ---------------------------------------------- */
#album_bbs_bg01 .board_output tr td { width: 25%; }

#album_bbs_bg01 {
	background-color: #FFFFFF;
	padding: 60px 15px;
	display: none;
}

#album_bbs_bg01 .banner_subject a {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #3A3A3A;
	max-width: 1300px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-bottom: 25px;
}

#album_bbs_bg01 .product {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 30px;
}

#album_bbs_bg01 .product .board_output_gallery_subject a {
	display: block;
	color: #3A3A3A;
	background-color: #FFFFFF;
	height: auto;
	font: 600 16px/30px "µ¸¿ò";
	text-align: center;
	text-decoration: none;
	border-top-color: rgba(199,22,45,1.00);
	border-top-width: 3px;
	border-top-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

#album_bbs_bg01 .product table:hover .board_output_gallery_subject a {
	background-color: rgba(199,22,45,1.00);
	color: #FFFFFF;
}

#album_bbs_bg01 .product .board_output_gallery_img a img { min-width: 100%; }

/* ------------------------------------------ Á¦Ç°¼Ò°³ 02 ---------------------------------------------- */
#album_bbs_bg02 {
	background-color: #FFFFFF;
	padding: 60px 15px;
	display: block;
}

#album_bbs_bg02 .banner_subject a {
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	color: #3A3A3A;
	max-width: 1300px;
	text-align: center;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: -2px;
}
#album_bbs_bg02 .underbar {
	width: 50px;
	height: 3px;
	margin: 15px auto 45px;
	background-color: #1F1F1F;
}
#album_bbs_bg02 .product { margin-top: 25px; }

#album_bbs_bg02 .product .board_output_gallery_subject a {
	display: block;
	color: #434343;
	background-color: #FFFFFF;
	height: auto;
	font: 14px/35px "Noto Sans KR", sans-serif !important;
	text-align: center;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	margin-top: 5px;
	margin-bottom: 5px;
}

#album_bbs_bg02 .product table:hover .board_output_gallery_subject a {
	background-color: rgba(199,22,45,1.00);
	color: #FFFFFF !important;
}

#album_bbs_bg02 .product .board_output_gallery_img a img {
	min-width: 100%;
	border: 1px solid #EBEBEB;
	transition: 0.3s ease-in-out;
}

#album_bbs_bg02 .product .board_output_gallery_img a img:hover { opacity: 0.7; }

/* ------------------------------------------ // Á¦Ç°¼Ò°³ 02 ---------------------------------------------- */
/* ------------------------------------------ Á¦Ç°¼Ò°³ 03 ---------------------------------------------- */
#album_bbs_bg03 {
	background-color: #1F1F1F;
	padding: 60px 15px;
	display: none;
}

#album_bbs_bg03 .banner_subject a {
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	color: #F8F8F8;
	max-width: 1300px;
	text-align: center;
	text-decoration: none;
	display: block;
	letter-spacing: -2px;
	text-transform: uppercase;
}
#album_bbs_bg03 .underbar {
	width: 50px;
	height: 3px;
	margin: 15px auto 45px;
	background-color: #FFFFFF;
}
#album_bbs_bg03 .product { margin-top: 25px; }

#album_bbs_bg03 .product .board_output_gallery_subject a {
	display: block;
	color: #FFFFFF !important;
	background-color: #1F1F1F;
	height: auto;
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-top-color: rgba(199,22,45,1.00);
	border-top-width: 3px;
	border-top-style: solid;
	font-family: "Noto Sans KR", sans-serif !important;
}

#album_bbs_bg03 .product table:hover .board_output_gallery_subject a {
	background-color: rgba(199,22,45,1.00);
	color: #FFFFFF !important;
}

#album_bbs_bg03 .product .board_output_gallery_img a img {
	min-width: 100%;
	border: 1px solid #000000;
}

/* ------------------------------------------ // Á¦Ç°¼Ò°³ 03 ---------------------------------------------- */
/* ------------------------------------------ Á¦Ç°¼Ò°³ 04 ---------------------------------------------- */
#album_bbs_bg04 {
	background-color: #FFFFFF;
	padding: 60px 15px;
	display: block;
}

#album_bbs_bg04 .banner_subject a {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #3A3A3A;
	max-width: 1300px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-bottom: 25px;
}

#album_bbs_bg04 .product { }

#album_bbs_bg04 .product .board_output_gallery_subject a {
	display: block;
	color: #434343;
	background-color: #FFFFFF;
	height: auto;
	font: 14px/35px "Noto Sans KR", sans-serif;
	text-align: center;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

#album_bbs_bg04 .product .board_output_gallery_subject a:hover {
	background-color: rgba(199,22,45,1.00);
	color: #FFFFFF;
}

#album_bbs_bg04 .product .board_output_gallery_img a img {
	min-width: 100%;
	border: 1px solid #EBEBEB;
	transition: 0.3s ease-in-out;
}

#album_bbs_bg04 .product .board_output_gallery_img a img:hover { opacity: 0.7; }

/* ------------------------------------------ // Á¦Ç°¼Ò°³ 04 ---------------------------------------------- */
/* ------------------------------------------ ¼îÇÎ¸ô »óÇ°¼Ò°³ 01 ---------------------------------------------- */
#item_bg01 {
	background-color: #FFFFFF;
	padding: 60px 15px;
	display: none;
}

#item_bg01 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	font: 600 28px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #3A3A3A;
	max-width: 1300px;
	text-align: center;
	text-decoration: none;
	padding-bottom: 25px;
}

#item_bg01 .item {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 30px;
}

#item_bg01 #item_list ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

#item_bg01 .item .board_output_gallery_subject a {
	display: block;
	color: #FFFFFF;
	background-color: #6E6E6E;
	height: 45px;
	font: bold 14px/45px "³ª´®¹Ù¸¥°íµñ", "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	text-decoration: none;
}

#item_bg01 .item .board_output_gallery_img a img { min-width: 100%; }

/* ------------------------------------------ bbs_webzine_bg01 ---------------------------------------------- */
#bbs_webzine_bg01 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	padding: 60px 15px;
}

#bbs_webzine_bg01 .banner_subject a {
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	color: #434343;
	max-width: 1300px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -2px;
	display: block;
}

#bbs_webzine_bg01 .notice_webzine { }

#bbs_webzine_bg01 .notice_webzine .notice_webzine_out { }

#bbs_webzine_bg01 .notice_webzine .notice_webzine_out .board_output tr {
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 10px;
	width: 50%;
	float: left;
}

#bbs_webzine_bg01 .notice_webzine .notice_webzine_out .board_output tr td {
	padding-left: 128px;
	padding-right: 15px;
}

#bbs_webzine_bg01 .notice_webzine .notice_webzine_out .board_output tr td a {
	color: #6E6E6E;
	font-weight: normal;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	font-size: 12px;
}

#bbs_webzine_bg01 .notice_webzine .notice_webzine_out .board_output tr td a { }

#bbs_webzine_bg01 .notice_webzine .notice_webzine_out .board_output tr td a:nth-child(1) {
	width: 128px;
	display: block;
	float: left;
	padding-right: 25px;
	max-width: 160px;
	min-width: 70px;
	margin-left: -128px;
}

#bbs_webzine_bg01 .notice_webzine .notice_webzine_out .board_output tr td a:nth-child(2) {
	padding-bottom: 5px;
	display: inline-block;
	color: #434343;
	font-size: 16px;
}

#bbs_webzine_bg01 .notice_webzine .notice_webzine_out .board_output tr td a:nth-child(3) { }

/* ------------------------------------------ bbs 01 ---------------------------------------------- */
#bbs {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	padding: 60px 15px;
	display: block;
}

#bbs .bbs_big_title {
	font: bold 14px "±¼¸²", Gulrim, "Arial Unicode MS";
	padding-right: 5px;
	padding-bottom: 10px;
	display: inline-block;
	letter-spacing: -1px;
	color: #3A3A3A;
}

#bbs .small_title { color: #6E6E6E; }

#bbs .notice {
	float: left;
	width: 35%;
	padding-right: 15px;
}

#bbs .product {
	float: left;
	width: 40%;
	padding-right: 15px;
}

#bbs .tel {
	float: left;
	width: 25%;
}

#bbs .tel .office_hour {
	color: rgba(155,155,155,1.00);
	font: 12px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-indent: 20px;
}

#bbs .tel .phone {
	display: block;
	width: 100%;
	background-color: #434343;
	color: rgba(240,240,240,1.00);
	font: 600 18px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

#bbs .tel .sms_send { display: block; }

#bbs .tel a { text-decoration: none; }

/* ------------------------------------------ // bbs 01 ---------------------------------------------- */
/* ------------------------------------------ bbs 02 ---------------------------------------------- */
#bbs02 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	padding: 60px 15px;
	display: block;
}

#bbs02 a {
	outline-style: none;
	text-decoration: none;
}

#bbs02 .bbs_big_title {
	font: bold 14px "±¼¸²", Gulrim, "Arial Unicode MS";
	padding-right: 5px;
	padding-bottom: 10px;
	display: inline-block;
	letter-spacing: -1px;
	color: #3A3A3A;
}

#bbs02 .small_title { color: #6E6E6E; }

#bbs02 .notice {
	float: left;
	width: 35%;
	padding-right: 15px;
}

#bbs02 .product {
	float: left;
	width: 35%;
	padding-right: 15px;
}

#bbs02 .tel {
	float: left;
	width: 30%;
}

#bbs02 .tel .office_hour {
	color: rgba(155,155,155,1.00);
	font: 12px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-indent: 20px;
}

#bbs02 .tel .phone {
	display: block;
	width: 100%;
	border-radius: 4px;
	background-color: #434343;
	color: rgba(240,240,240,1.00);
	font: 600 18px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

#bbs02 .tel .sms_send {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bbs02 .tel a {
	color: rgba(110,110,110,1.00);
	font-weight: 600;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-decoration: none;
}

/* ------------------------------------------ // bbs 02 ---------------------------------------------- */
/* ------------------------------------------ bbs 02_a ---------------------------------------------- */
#bbs02_a {
	background-color: #FCFCFC;
	padding: 60px 15px;
	display: block;
}

#bbs02_a a {
	outline-style: none;
	text-decoration: none;
}

#bbs02_a .bbs_big_title {
	font: 500 18px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	padding-right: 5px;
	padding-bottom: 10px;
	display: inline-block;
	letter-spacing: -1px;
	color: #3A3A3A;
}

#bbs02_a .small_title { color: #6E6E6E; }

#bbs02_a .notice { }

#bbs02_a .product { }

#bbs02_a .tel { }

#bbs02_a .tel .office_hour {
	color: rgba(155,155,155,1.00);
	font: 12px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-indent: 20px;
}

#bbs02_a .tel .phone {
	display: block;
	width: 100%;
	border-radius: 4px;
	background-color: #434343;
	color: rgba(240,240,240,1.00);
	font: 600 18px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

#bbs02_a .tel .sms_send {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bbs02_a .tel a {
	font-weight: 600;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-decoration: none;
}

/* ------------------------------------------ bbs 03 ---------------------------------------------- */
#bbs03 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	padding: 60px 15px;
	display: block;
}

#bbs03 a {
	outline-style: none;
	color: #3A3A3A;
	text-decoration: none;
}

#bbs03 .bbs_big_title {
	font: bold 14px "±¼¸²", Gulrim, "Arial Unicode MS";
	padding-right: 5px;
	padding-bottom: 10px;
	display: inline-block;
	letter-spacing: -1px;
	color: #787878;
}

#bbs03 .small_title { color: #6E6E6E; }

#bbs03 .notice {
	float: left;
	width: 33.33%;
	padding-right: 15px;
	padding-left: 15px;
}

#bbs03 .product {
	float: left;
	width: 35%;
	padding-right: 15px;
}

#bbs03 .tel {
	float: left;
	width: 30%;
}

#bbs03 .tel .office_hour {
	color: rgba(155,155,155,1.00);
	font: 12px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-indent: 20px;
}

#bbs03 .tel .phone {
	display: block;
	width: 100%;
	border-radius: 4px;
	background-color: #434343;
	color: rgba(240,240,240,1.00);
	font: 600 18px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

#bbs03 .tel .sms_send {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bbs03 .tel a {
	color: rgba(110,110,110,1.00);
	font-weight: 600;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-decoration: none;
}



/* ------------------------------------------ greeting 01 ---------------------------------------------- */
#greeting_bg01 {
	background-color: #FFFFFF;
	padding: 60px 15px;
	display: block;
}

#greeting_bg01 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	text-align: center;
	padding-bottom: 25px;
}

#greeting_bg01 .banner_subject a {
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #3A3A3A;
	text-decoration: none;
	display: inline-block;
	font-size: 28px;
	font-weight: 600;
}

#greeting_bg01 .st {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 30px;
}

#greeting_bg01 .st .st_header {
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	padding: 15px;
}

#greeting_bg01 .st .st_img {
	float: left;
	width: 30%;
	margin-right: 3%;
}

#greeting_bg01 .st .st_img img { width: 100%; }

#greeting_bg01 .st .st_body {
	float: left;
	width: 67%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	text-decoration: none;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	font-weight: 600;
}

#greeting_bg01 .st .st_body .st_txt01 {
	font-size: 22px;
	color: #666666;
	padding: 0px 0px 20px;
}

#greeting_bg01 .st .st_body .st_txt02 {
	font-size: 18px;
	color: #575757;
	padding-bottom: 15px;
}

#greeting_bg01 .st .st_body .st_txt03 {
	color: #848484;
	padding-bottom: 15px;
}

/* ------------------------------------------ // greeting 01 ---------------------------------------------- */

/* ------------------------------------------ info_notice 01 ---------------------------------------------- */
#info_notice_bg01 {
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
}

#info_notice_bg01 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	text-align: center;
	padding-bottom: 25px;
	display: none;
}

#info_notice_bg01 .banner_subject a {
	font: 32px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #3A3A3A;
	text-decoration: none;
	display: inline-block;
}

#info_notice_bg01 .st {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	display: block;
	padding-top: 15px;
	padding-bottom: 30px;
	color: #FFFFFF;
}

#info_notice_bg01 .st .st_header {
	font-weight: 600;
	font-size: 28px;
	padding: 15px;
	display: none;
}

#info_notice_bg01 .st .st_img {
	float: left;
	width: 18%;
	margin-right: 5%;
	display: none;
}

#info_notice_bg01 .st .st_img img {
	width: 100%;
	border-radius: 100%;
}

#info_notice_bg01 .st .st_body {
	float: left;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	width: 77%;
}

#info_notice_bg01 .st .st_body .st_txt01 {
	font-size: 5vmin;
	padding: 0px 0px 20px;
	color: #FFFFFF;
}

#info_notice_bg01 .st .st_body .st_txt02 {
	font-size: 4vmin;
	padding-bottom: 15px;
}

#info_notice_bg01 .st .st_body .st_txt03 p {
	padding-bottom: 15px;
	font-size: 15px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
}

@media (max-width:767px) {

#info_notice_bg01 .st .st_body .st_txt01 {
	font-size: 8vmin;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

#info_notice_bg01 .st .st_body .st_txt02 { font-size: 4vmin; }

#info_notice_bg01 .st .st_body .st_txt03 p { font-size: 3vmin; }
}

@media (min-width:768px) and (max-width:991px) {

#info_notice_bg01 .st .st_body .st_txt01 { font-size: 4vmin; }

#info_notice_bg01 .st .st_body .st_txt02 { font-size: 3vmin; }

#info_notice_bg01 .st .st_body .st_txt03 p { font-size: 2vmin; }
}

/* ------------------------------------------ info_notice 01_a ---------------------------------------------- */
#info_notice_bg01_a {
	background-color: #FFFFFF;
	padding: 60px 15px;
	display: block;
}

#info_notice_bg01_a .banner_subject {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#info_notice_bg01_a .banner_subject a {
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #3A3A3A;
	text-decoration: none;
	display: inline-block;
}

#info_notice_bg01_a .st {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 30px;
}

#info_notice_bg01_a .st .st_header {
	font-weight: 600;
	font-size: 70px;
	text-align: center;
	padding: 15px;
	display: none;
}

#info_notice_bg01_a .st .st_img {
	float: left;
	width: 18%;
	margin-right: 5%;
}

#info_notice_bg01_a .st .st_img img {
	width: 100%;
	border-radius: 100%;
}

#info_notice_bg01_a .st .st_body {
	float: left;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	text-decoration: none;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	font-weight: 600;
	width: 77%;
}

#info_notice_bg01_a .st .st_body .st_title {
	font-weight: 600;
	font-size: 70px;
	color: #E74D3C;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
}

#info_notice_bg01_a .st .st_body .st_txt01 {
	font-size: 30px;
	color: #666666;
	padding-bottom: 55px;
}

#info_notice_bg01_a .st .st_body .st_txt02 {
	font-size: 20px;
	color: #E74D3C;
	padding-bottom: 25px;
}

#info_notice_bg01_a .st .st_body .st_txt03 {
	color: #848484;
	padding-bottom: 15px;
}

/* ------------------------------------------ info_notice 02 ---------------------------------------------- */

#info_notice_bg02 {
	background-color: #1F1F1F;
	padding: 60px 15px;
	display: block;
}

#info_notice_bg02 .banner_subject {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	text-align: center;
	display: none;
	padding-bottom: 25px;
}

#info_notice_bg02 .banner_subject a {
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #3A3A3A;
	text-decoration: none;
	display: inline-block;
}

#info_notice_bg02 .st {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-y: hidden;
	max-width: 1300px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	text-align: center;
	display: block;
}

#info_notice_bg02 .st .st_header {
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	display: block;
	padding-bottom: 25px;
	color: #E74D3C;
}

#info_notice_bg02 .st .st_img {
	float: left;
	width: 15%;
	padding: 15px;
}

#info_notice_bg02 .st .st_img img {
	width: 100%;
	border-radius: 100%;
}

#info_notice_bg02 .st .st_body {
	float: left;
	padding: 15px 15px 15px 35px;
	text-align: left;
	text-decoration: none;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	font-weight: 600;
	width: 85%;
	vertical-align: middle;
}

#info_notice_bg02 .st .st_body .st_txt01 {
	font-size: 22px;
	color: #DDDDDD;
	padding: 0px 0px 20px;
}

#info_notice_bg02 .st .st_body .st_txt02 {
	font-size: 18px;
	color: #C5C5C5;
	padding-bottom: 15px;
}

#info_notice_bg02 .st .st_body .st_txt03 {
	color: #848484;
	padding-bottom: 15px;
	display: none;
}

/* ------------------------------------------ // info_notice 02 ---------------------------------------------- */
	
/* ######################### ¸ÞÀÎ ±âº»¹è³Ê ############################################*/

@media (max-width:767px) {

#icon_banner_bg06a { display: block; }

#icon_banner_bg06 .main_bannerx ul li:after { display: none; }

#icon_banner_bg06a .main_bannerx { text-align: left; }

.main_bannerx ul li {
	width: 100% !important;
	margin-left : 0px !important;
	margin-right : 0px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main_banner .main_banner_btn {
	padding: 5px !important;
	font-size: 14px !important;
	font-weight: normal !important;
	border: 1px solid rgba(255,255,255,1.00) !important;
}
.st_img {
	width: 90% !important;
	text-align: center;
	float: none !important;
	margin-left: auto;
	margin-right: auto !important;
	margin-bottom: 15px;
}

.st_body {
	width: 100% !important;
	padding: 15px !important;
	text-align: center;
}

.main_movie ul li {
	width: 100% !important;
	margin-bottom: 15px;
}

.notice,
.product,
.tel {
	width: 100% !important;
	padding-bottom: 25px;
}

.tel {
	background-image: none;
	padding-left: 0px;
}
}

@media (min-width:768px) and (max-width:991px) {

#icon_banner_bg06 .main_bannerx ul li:after { display: none; }

#icon_banner_bg06a .main_bannerx { text-align: left; }

.main_bannerx ul li {
	width: 48%;
	margin-bottom: 15px;
}
}

/* ######################### // ¸ÞÀÎ ±âº»¹è³Ê ############################################*/

/* flex code  */
.main_banner ul {
	margin: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.main_banner ul li { margin-bottom: 1%; }

.main_banner ul.base05 li {
	-webkit-flex-basis: 19%;
	-ms-flex-preferred-size: 19%;
	flex-basis: 19%;
}

.main_banner ul.base04 li {
	-webkit-flex-basis: 24%;
	-ms-flex-preferred-size: 24%;
	flex-basis: 24%;
}

.main_banner ul.base03 li {
	-webkit-flex-basis: 32.33%;
	-ms-flex-preferred-size: 32.33%;
	flex-basis: 32.33%;
}

.main_banner ul.base02 li {
	-webkit-flex-basis: 49%;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
}

/**/
.main_bannern ul {
	margin: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.main_bannern ul li { margin-bottom: 0%; }

.main_bannern ul.base05 li {
	-webkit-flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}

.main_bannern ul.base04 li {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.main_bannern ul.base03 li {
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.main_bannern ul.base02 li {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

@media (min-width:768px) and (max-width:991px) {

.main_banner ul.base05 li {
	-webkit-flex-basis: 32.33%;
	-ms-flex-preferred-size: 32.33%;
	flex-basis: 32.33%;
}

.main_banner ul.base04 li {
	-webkit-flex-basis: 49%;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
}

.main_banner ul.base03 li {
	-webkit-flex-basis: 32.33%;
	-ms-flex-preferred-size: 32.33%;
	flex-basis: 32.33%;
}

.main_banner ul.base02 li {
	-webkit-flex-basis: 49%;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
}

/**/
.main_bannern ul.base05 li {
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.main_bannern ul.base04 li {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.main_bannern ul.base03 li {
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.main_bannern ul.base02 li {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
}

@media (max-width:767px) {

.main_banner ul.base05 li {
	-webkit-flex-basis: 99%;
	-ms-flex-preferred-size: 99%;
	flex-basis: 99%;
	padding-bottom: 25px;
}

.main_banner ul.base04 li {
	-webkit-flex-basis: 99%;
	-ms-flex-preferred-size: 99%;
	flex-basis: 99%;
	padding-bottom: 25px;
}

.main_banner ul.base03 li {
	-webkit-flex-basis: 99%;
	-ms-flex-preferred-size: 99%;
	flex-basis: 99%;
	padding-bottom: 25px;
}

.main_banner ul.base02 li {
	-webkit-flex-basis: 99%;
	-ms-flex-preferred-size: 99%;
	flex-basis: 99%;
	padding-bottom: 25px;
}

/**/
.main_bannern ul.base05 li {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.main_bannern ul.base04 li {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.main_bannern ul.base03 li {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.main_bannern ul.base02 li {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
}
