/******************************************
IMPORT
******************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&family=Noto+Serif+KR:wght@200;400&display=swap');

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Noto Sans KR', serif;
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-email:before {
    content: "\f100";
}

.flaticon-map-with-position-marker:before {
    content: "\f101";
}

.flaticon-share:before {
    content: "\f102";
}

.flaticon-html5:before {
    content: "\f103";
}

.flaticon-black-graduation-cap-tool-of-university-student-for-head:before {
    content: "\f104";
}

.flaticon-computer-tool-for-education:before {
    content: "\f105";
}

.flaticon-download-business-statistics-symbol-of-a-graphic:before {
    content: "\f106";
}

.flaticon-arrows:before {
    content: "\f107";
}

.flaticon-monitor-tablet-and-smartohone:before {
    content: "\f108";
}

.flaticon-css-3:before {
    content: "\f109";
}

.flaticon-online-course:before {
    content: "\f10a";
}

.flaticon-coffee-cup:before {
    content: "\f10b";
}

.flaticon-add:before {
    content: "\f10c";
}

.flaticon-html-coding:before {
    content: "\f10d";
}

.sPart {
    position: absolute;
    z-index: 2000;
    padding: 3px;
    background-color: #d5281d;
    color: #fff;
    border-radius: 0 6px 0 0;
    top: 1px;	
    right: 1px;
}
.sPart-special {
    position: absolute;
    z-index: 2000;
    padding: 3px;
    background-color: #d5281d;
    color: #fff;
    border-radius: 0 6px 0 0;
    top: 1px;	
    right: 16px;
}

/******************************************
SKELETON
******************************************/

@keyframes bg {
    0%{ transform: scale(1.2);}
    100%{ transform: scale(1.3);}
}
@keyframes move {
    0%{
        transform: translateY(0);
        opacity: 0;
    }
    10% ,90%{
        opacity: 1;
    }
    100%{
        transform: translateY(15vw);
        opacity: 0;
    }
}

body {
    font-size: 16px;
    color: #000;
    background: #f2f9fc;	
}

body,
p,
li,
a {
    font-family: 'Noto Sans KR','Roboto', sans-serif;
}

.course-details h4 a,
.readmore,
.testimonial strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

.cop-logo img,
a {
    color: #000;
    text-decoration: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.check li {
    list-style: none;
    margin-bottom: 8px;
}

.check li:last-child {
    margin-bottom: 0;
}

.check {
    margin-left: 0;
    padding-left: 0
}

.check li a {}

.authorbox,
blockquote {
    border: 0;
    margin: 30px 0;
    position: relative;
    padding: 4rem 3rem;
    font-family: 'Droid Serif', sans-serif;
    font-style: italic;
    border: 1px solid #eaeaea;
    background-color: #f6f6f6;
}

blockquote:after {
    content: "\f10e";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    bottom: 0px;
    color: #f6f6f6;
    font-size: 24px;
    right: 10px;
}

blockquote:before {
    content: "\f10d";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    color: #f6f6f6;
    font-size: 24px;
    left: 10px;
}

/******************************************
HEADER
******************************************/

.topbar {
    background-color: #000;
    margin-bottom: 30px;
    padding: 12px 0 14px;
}

.topbar a,
.topbar p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.topbar .text-left p {
    margin-top: 3px;
}

.topbar .text-left i {
    padding-right: 3px;
}

.header {
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	border-bottom: 1px solid #eee;	
}

.header.without-topbar {
    padding: 30px 0;
}

.header-normal {
    position: relative;
    padding: 0 0 24px;
    background-color: #fff;
}

.header-normal .navbar-default .nav>li>a {
    color: #3d3d3d !important;
}

.header.affix {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #c22b4f;
    left: 0;
    padding: 15px 0;
    opacity: 0.9;
}
.header.affix-top {
    background-color: #c22b4f;
    opacity: 0.6;
}    
.header.header-normal.affix {
    background-color: #ffffff;
}

.header.affix .topbar {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.navbar-default {
    margin: 0;
    background-color: transparent;
    background: none;
    border: 0;
}

.navbar-default .nav>li>a {
	color: #fff !important;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    font-family: 'Noto Sans KR', sans-serif;
}

.navbar-nav .has-submenu .dropdown-menu li a {
    padding: 14px 20px;
}

.navbar-default .dropdown-menu {
    box-shadow: none;
}

.navbar-default .dropdown-menu li a {
    color: #222;
    font-size: 14px;
}

.navbar-default .fa-angle-right {
    position: absolute;
    right: 30px;
}

.navbar-brand img {
    margin: 0 !important;
}

.social a {
    font-size: 12px;
    color: #fff !important;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 25px;
    text-align: center;
    border-radius: 1px;
    margin-left: 2px;
    height: 25px;
    line-height: 25px;
}

.social a:hover {
    opacity: 0.8;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent !important;
}
.logo-normal h1 {
    font-size: 26px;
    color: #fff;
    line-height: 49px;
    position: relative;
    text-align: right;
    margin: 6px 0 3px 0;
}
.sub h1 {
    color: #000 !important;
}
.navbar-brand {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px !important;
    margin-top: -5px;
}

.social a.facebook {
    background-color: #3b5998;
}

.social a.pinterest {
    background-color: #bd081c;
}

.social a.twitter {
    background-color: #1da1f2;
}

.social a.google {
    background-color: #34a853;
}

.social a.linkedin {
    background-color: #0077b5;
}

.modal {
    top: 40%;
    margin: -20px auto;
}

.modal-backdrop.in {
    opacity: 1;
    background: url(images/2024/pattern.png) repeat center center rgba(0, 0, 0, 1);
}

.modal-header {
    border-bottom: 0;
    padding: 15px;
    background: none;
}

.modal-content {
    background-clip: padding-box;
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    box-shadow: none !important;
    outline: 0 none;
    position: relative;
}

.modal .close {
    font-size: 13px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 27px;
    width: 40px;
    z-index: 111;
    transform: rotate(315deg);
}

.close,
.close:focus,
.close:hover {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.modal .form-control {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    font-family: 'Droid Serif', sans-serif;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    font-style: italic;
    padding: 6px 12px;
    width: 100%;
    border-bottom: 4px solid #222;
    height: 70px;
    padding-left: 0;
}

.iconitem a {
    padding-left: 8px !important;
}
/******************************************
MAIN
******************************************/
#wrapper {
    background: url(images/2025/bg_pc.jpg);
}
#top2 {
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(213, 40, 29, 0.8);
}
.btnmore{
	float:right;
}	
.btnmore a {
    padding: 5px;
    font-style: normal;
	font-weight: 500;
}

.paper-box {
    display: inline-block;
    width: 1166px;
    background: #fff8e9;
    position: relative;
    margin-top: -9px;
    text-align: left;
    border: 2px solid #f38b8e;
    overflow: hidden;	
}

.paper-box .row {
    padding: 35px 48px;
}

.m-inner {
    display: inline-block;	
    margin: 0 !important;
}
.mass-title-box img {
    width: 100%;
	margin-bottom:70px;
}


#connerBanner {
    z-index: 100;
    position: fixed;
    width: 227px;
    right: 10px;
    bottom: 10px;
	animation-duration: 8s;
	animation-iteration-count: infinite; 
	animation-name:rollingConner;
}
#connerBanner img {
	width: 227px;
	height:auto;
}	
@keyframes rollingConner {
	10%, 30%, 50%, 70%, 90% {transform: translateY(-5px);}
	20%, 40%, 60%, 80% {transform: translateY(0);}
}

/******************************************
bounce animation
******************************************/
.fa {
	width: 60px;
	display: block;
	text-align: center;
	color:#fff;
	font:normal 45px 'FontAwesome';
	line-height:60px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin: 0 auto;
}
.owl-nav .owl-prev .fa,.owl-nav .owl-next .fa{
	color:#000;
}	
.owl-nav .owl-prev:hover .fa,.owl-nav .owl-next:hover .fa{
	color:#fff;
}	

.fa-angle-double-down:before {content: "\f107";}

.bounce {
	position: absolute;
	bottom: 30px;
	left: 50% ;
	width: 60px;
	height: 60px ;
	margin-left:-30px;
	border: 2px solid #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
/******************************************
MEGA MENU
******************************************/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .dropdown.yamm-fw {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown.yamm-fw .dropdown-menu {}

.yamm .dropdown {
    position: relative;
}

.hassubmenu .dropdown-menu,
.yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
    left: auto;
    right: auto;
}

.yamm h4 {
    font-size: 16px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.yamm .dropdown-menu ul {
    padding: 0 !important;
    list-style: none;
}

.yamm .dropdown-menu li {
    padding: 0px;
    margin: 10px 0;
}

.yamm .dropdown-menu li a {
    padding: 0 !important;
    color: #848484;
}

.yamm .dropdown-menu li:hover a {
    padding-left: 10px !important;
    background-color: transparent;
}

.yamm-fw .dropdown-menu li:hover a {
    padding-left: 0 !important;
}

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 30px;
    min-width: 200px;
}

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    border-top: 3px solid #ddd;
    background-color: #fff !important;
    margin-top: 24px;
    padding: 20px 30px;
}

.header.affix .yamm .dropdown .dropdown-menu {
    margin-top: 15px !important;
}

.yamm .dropdown .dropdown-menu .show-left {
    margin-top: 0
}

.yamm ul {
    padding: 0;
}

.menu-widget {
    padding: 0 10px;
}

.menu-widget img {
    border-radius: 6px 6px 0 0;
}

.menu-widget small {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.menu-widget h5,
.menu-widget h5 a {
    font-size: 16px !important;
    font-weight: 700;
    margin: 0 !important;
    padding: 10px 0 5px !important;
    color: #000 !important;
}

.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button {
    border-radius: 0 !important;
    font-size: 13px !important;
    border: 1px solid #fff;
    font-weight: bold;
    color: #ffffff !important;
    display: block;
    background-color: #111;
    padding: 5px 20px !important;
    max-width: 140px;
    margin: 10px auto 0;
    text-transform: capitalize;
}

/******************************************
SECTIONS celebration
******************************************/
.mass {
	height:1577px;
	background-image: url(images/2024/tree2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.m-inner-title {
    margin: 0 auto;
    width: 1100px;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
}

.section-title {
    margin-bottom: 45px;
}
.mass-box ,.m-inner2 .mass-box {
    margin: 5px;
    width: 455px;
    float: left;
    position: relative;	
	z-index:100;
    background: #fff;	
}


.mass-details {
    text-align: center;
}
.celebration {
    margin-top: 920px;
    padding-bottom: 200px;
}

.section {
    position: relative;
    display: block;
}

.section-title {
    margin-bottom: 45px;
}
.celebration-box {
    float: left;
    position: relative;	
	z-index:100;
}

.celebration-details {
    text-align: center;
}
#card {
    padding-bottom: 100px;
    z-index: 20;
    margin-top: -328px;
    position: absolute;
    left: 0;
    right: 0;
}
.container {
    width: 1170px;
    padding-right: 0px;
    padding-left: 0px;	
    text-align: center;
}
.cardsend form {
    margin-top: 28px;
	padding: 0 19px;	
}
.card-box  span {
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 100%;
    display: inline-block;
    background: #cc3e6e;
    color: #fff;
    margin-bottom: 5px;
}
.card-box {
	width: 273px;
	float: left;
	margin: 5px;
    text-align: center;	
}	
.card-box input[type="radio"] {
    margin: 5px;
    width: 21px;
    height: 21px;
	cursor: pointer;	
}
.iName {
	display:inline-block;
	margin:20px 0;
}
li {
    list-style: none;
	margin:5px;
}
.inputText {
    width: 338px;
    border: 1px solid #ff7a8b;
    color: #5a5a5a;
    text-align: center;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    height: 70px;
}
.submit {
    cursor: pointer;
    font-size: 1.2em;
    height: 60px;
    padding: 0 40px;
    background: #ff7a8b;
    color: #fff;
    border: 0;
}

#carol {
    background: url(images/2024/bg_carol.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.carol .section-title {
    margin-top: 98px;
}
.carol .section-title img{
	width:533px;
	margin:0 auto;
	padding:0px 0 50px 0;
}	
.carol .section-character img{
	width:537px;
	margin:0 auto;
	padding: 265px 0 0 0;
}	
#tree {
    padding: 0 !important;
    height: 213px;
}
.tree .section-title {
    position: relative;
    margin-top: 0px;
}

.tree .section-title img{
	width:560px;
	margin:0 auto;	
}
	

/******************************************
mass MODULES
******************************************/

.mass-box .magnifier {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
.mass-box img {
    width: 100%;
}

.mass-details {
    margin: 2rem 1rem;
    height: 79px;
    overflow: hidden;
}

.mass-details h4 {
    font-size: 18px;
    padding: 0 0 1.5rem;
    font-weight: 700;
    margin: 0;
    word-break: break-all;
    line-height: 109%;	
}

.mass-box small {
display: block;
    font-size: 103%;
    margin-bottom: 10px;
}
.mass-details em {
    font-style: normal;
    font-size: 80%;
}
.mass-details p {
    padding-bottom: 0;
    margin-bottom: 0;
}


/******************************************
celebration MODULES
******************************************/

.celebration-box .magnifier {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
.celebration-box img {
    width: 100%;
}

.celebration-details {
    margin: 2rem 1rem;
    height: 38px;
    overflow: hidden;
}

.celebration-details h4 {
    font-size: 18px;
    padding: 0 0 1.5rem;
    font-weight: 700;
    margin: 0;
    word-break: break-all;
    line-height: 109%;	
	letter-spacing: -0.9px;
}

.celebration-box small {
display: block;
    font-size: 103%;
    margin-bottom: 10px;
}
.celebration-details em {
    font-style: normal;
    font-size: 80%;
}
.celebration-details p {
    padding-bottom: 0;
    margin-bottom: 0;
}


/******************************************
card MODULES
******************************************/

.card-box {
	margin-bottom:30px;	
}
.card-box .magnifier {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
.card-box img {
    width: 100%;
	border: 1px solid #e4d2ca;
}

.card-details {
    margin: 2rem;
    height: 79px;
    overflow: hidden;
}

.card-details h4 {
    font-size: 18px;
    padding: 0 0 1.5rem;
    font-weight: 700;
    margin: 0;
}

.card-box small {
display: block;
    font-size: 103%;
    margin-bottom: 10px;
}
.card-details em {
    font-style: normal;
    font-size: 80%;
}
.card-details p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.card-footer ul {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.card-footer a {
    color: #aaa;
}

.card-footer i {
    padding-right: 3px;
}

.card-footer {
    border-top: 1px solid #eaeaea;
    padding: 15px;
}

.card-footer .pull-right a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    font-family: Arial
}



/******************************************
COURSE MODULES
******************************************/

.course-box {
    border-radius: 6px 6px 0 0;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}
.course-box .magnifier {
    border-radius: 6px 6px 0 0;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
.course-box img {
    border-radius: 6px 6px 0 0;
    width: 100%;
}

.course-details {
    margin: 2rem;
    height: 79px;
    overflow: hidden;
}

.course-details h4 {
    font-size: 18px;
    padding: 0 0 1.5rem;
    font-weight: 700;
    margin: 0;
}

.course-box small {
display: block;
    font-size: 103%;
    margin-bottom: 10px;
}
.course-details em {
    font-style: normal;
    font-size: 80%;
}
.course-details p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.course-footer ul {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.course-footer a {
    color: #aaa;
}

.course-footer i {
    padding-right: 3px;
}

.course-footer {
    border-top: 1px solid #eaeaea;
    padding: 15px;
}

.course-footer .pull-right a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    font-family: Arial
}

.entry {
    position: relative;
}

.mass .entry {
    position: relative;
}

.celebration .entry {
    position: relative;
}
.card .entry {
    position: relative;
}
.magnifier {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    right: 0;
    opacity: 0;
    top: 0;
    background-color: rgba(213, 40, 29, 0.8);
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.entry:hover .magnifier {
    opacity: 1;
    z-index: 1000;
    position: absolute;
    visibility: visible;
}

.magnifier a {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: -20px auto;
    font-size: 30px;
    color: #fff !important;
}
.particles{
    position: absolute;
    z-index: 2;
    overflow: hidden;
    margin-top: 80px;
    width: 100%;
	height: 667px;
    top: 80px;
}

.particle{
    border-radius: 50%;
    filter: blur(3px);
    position: absolute;
}

.cop-logo{
	color:#fff;
	font-size: 14px;
}	
/************************************
WIDGETS
************************************/

.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .widget-title {
    font-weight: 600;
    color: #000000;
}

.sidebar .tags-widget li {
    margin-bottom: 10px;
}

.sidebar .widget .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
    box-shadow: none;
    color: #b9b9b9;
}

.sidebar .newsletter-widget .form-control {
    min-width: 260px;
    margin-bottom: 0;
    height: 48px;
}

.sidebar .alignleft {
    float: left;
    margin-right: 20px;
}

.sidebar .mt-0 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 0;
}

.sidebar .media {
    display: block;
    margin-bottom: 30px;
}

.sidebar .media:last-child {
    margin-bottom: 0;
}
.m10{
	margin:10px 0;
	display: inline-block;	
}
.m20 {
    margin: 20px 0;
    display: block;
}
.m30{
	margin:30px 0;
	display: inline-block;	
}
.mt10{
	margin-top:10px;
}
.pt4 {
    padding: 4rem 0 0 0;
    background: #fff;
}
.p15{
    padding: 13px 0 10px 0;
}	
.mb15{
	margin-bottom:15px;
}	
.f16{
	font-size: 16px;
}	
.plr0{
	padding-left:0px !important;
	padding-right:0px !important;	
}	
.tcenter{
	text-align: center;
    display: inline-flex;	
}	




.rating {
    display: block;
}

.rating i {
    color: #f4af0b !important;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
    display: inline-block;
    font-size: 15px;
}

.p120 {
    padding-bottom: 120px !important;
}


/* 동영상 비율 맞추기  */
.embed-container { position: relative; padding-bottom: 56.25%;  overflow: hidden; max-width: 100%; height: auto; margin: 40px 0;}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

 
.p40l {
    padding-left: 4rem;
}



/******************************************
FOOTER
******************************************/

.section.footer {
    padding: 12rem 0;
    background-color: #000
}

.social-links i {
    color: #aeaeae;
}

.widget-title {
    color: #ffffff;
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1;
}

.small-title {
    color: #000;
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1;
}

.copyrights {
    background-color: #000;
    border-top: 1px solid #181818;
    padding: 30px 0;
}

.copyrights li a {
    color: #aaa;
}

.copyrights ul {
    padding: 0 !important;
    margin: 15px 0 0 !important;
}

.copyrights ul li {
    line-height: 1;
    font-size: 15px;
    margin: 0 0 0 8px !important;
}
.cop-logo a {
    width: 80px;
    text-align: right;
    display: inline-block;
}
.cop-logo h1 {
    color: #fff;
    font-size: 9px;
    padding: 0;
    margin: 0;
}
.cop-logo img {
    margin-bottom: 10px;
}

.newsletter-widget .form-control {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 280px;
}

.newsletter-widget img {
    display: block;
    max-width: 280px;
    margin-top: 40px;
}

.newsletter-widget p {
    margin-bottom: 30px;
}

.newsletter-widget .btn {
    padding-left: 23px;
    padding-right: 23px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer .list-widget li {
    margin: 0 0 5px !important;
}

.footer .tags-widget li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer .form-control,
.footer p,
.footer a {
    color: #aaa;
}

.footer a:hover {
    color: #ffffff;
}

/******************************************
BUTTONS
******************************************/

.btn {
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #fff;
    font-weight: bold;
    color: #ffffff !important;
    padding: 13px 40px;
    text-transform: capitalize;
    font-family: 'Noto Sans KR', '돋움', Dotum, sans-serif;	
}

.btn-transparent {
    color: #ffffff;
    border: 1px solid #fff;
}

.btn-vod{
    padding: 5px !important;
    margin: 5px !important;	
}	

/************************************
MICS
************************************/

.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 47%;
    width: 65px;
    height: 65px;
    background: center center no-repeat none;
    background-size: 65px 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}


/******************************************
COLOR BLUE
******************************************/

.yamm .dropdown .dropdown-menu {
    border-top-color: #01bacf;
}

.iconitem a.shopicon i {
    color: #01bacf !important;
}

.shop-desc small,
.shop-meta a,
.authorbox small,
blockquote:before,
blockquote:after,
.blog-meta small a,
.small-box i,
.copyrights ul li:hover a,
.footer .readmore,
.breadcrumb>li a,
.yamm h4,
.yamm-content li:hover a,
.yamm .hassubmenu li:hover a,
.check li:before,
.stat-count h3,
.blog-desc h4:hover a,
.post-meta li:after,
.course-box small,
.course-details h4:hover a,
.course-footer i,
a:hover,
a:focus,
.box i,
.topbar .text-left i {
    color: #01bacf;
}

.shop-extra .nav-tabs>li:hover a,
.shop-extra .nav-tabs>li.active a,
.modal .form-control,
.form-control:focus,
.btn-transparent {
    border-color: #01bacf !important;
}

.cb,
.box .event-desc small,
.pagination a,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.tags-widget a,
.owl-theme-01 .owl-nav [class*="owl-"]:hover,
.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button,
mark,
.bgcolor1,
.image-wrap:before,
.image-wrap:after,
.btn-primary {
    border-color: #d5281d;
    background-color: #d5281d;
    box-shadow: inset 0 0 0 0 #d5281d;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.pagination a:hover,
.tags-widget a:hover,
.btn-primary:hover {
    color: #ffffff !important;
    box-shadow: inset 0 100px 0 0 #1d45d5;
    border-color: #1d45d5;
}
.bgcolor2 {
    background-color: #e8e8e8;
    padding: 0 !important;
}	
.bgcolor2  .container {
    padding-top: 0px !important;
}
.bgcolor2  .container .m280{
    margin-top: 173px !important;
}
/******************************************
COLOR GREEN
******************************************/

.menu-widget small,
.course-footer .pull-right a {
    color: #82b440;
}

.btn-default {
    border-color: #82b440;
    background-color: #82b440;
    box-shadow: inset 0 0 0 0 #74a632;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-default:hover {
    box-shadow: inset 0 100px 0 0 #74a632;
    border-color: #74a632;
}


/******************************************
RESPONSIVE
******************************************/
.img-responsive{
    display: block;
    width: 100%;
    height: auto;	
}	
.event-title {
    width: 80%;
    margin: 70px 0;
}
.event {
    height: 500px !important;
    width: auto;
}

.section-title-charater {
    display: inline-block;
    width: 100%;
}
.round{
	display:none;
    z-index: 5;
    position: relative;	
	
}
.cardsend{
    z-index: 20;
	position: relative;
}		
.message-title-box img{
	width:100%;
}	

@media (min-width: 304px) and (max-width: 468px) {
	#wrapper {
		background: url(images/2025/bg.jpg);
	}	
	.logo-normal h1 {
		font-size: 22px;
		margin: 3px 0 3px 10px;
	}	
	.inputText {
		width: 100%;
	}

	#top2 {
		display: block;
		z-index: 110;
		position: absolute;
		margin: 75px 0 0 0;
	}	
	#top2 img{	
		width:100%;
	}
	#top img{
		content:url("images/2025/title_easter_m.png") !important;	
		width: 100vw;			
	}	
	.container {
		width: 100%;
		text-align: center;
	}	
	.home-message {
		padding: 350px 0 0 0;
		text-align: center !important;
	}	
	.paper-box {
		display: inline-block;
		background: #fff8e9;
		width: 100%;
		height: auto;
		position: relative;	
		margin-bottom: 20px;		
	}	
	.mass-title-box img {
		margin-bottom: 24px;
	}
	.m-inner-title {
		margin: 0 auto;
		width: 100%;
	}	
	.m-inner-title img {
		width: 80%;
	}	
	.mass{
		height:auto;
	}	
	.mass-box,.m-inner2 .mass-box {
		margin: 5%;
		width: 90%;
	}	
	.m-inner2 .mass-box:first-child {
		margin: 5%;
	}		
	.card{
        height: auto;		
		margin-top: 0px !important;
        background: url(images/2025/bg_dot.png);
        z-index: 20;
        position: relative;
        margin: 0 20px;		
		border: 2px solid #cf9ba2;
	}
    .section-title-charater img {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 50px;		
    }	
	.celebration{
		height: auto;
		padding-bottom: 0px;
        padding: 0 20px;			
		margin-top: 1760px;
	}	

	.celebration-details {
		height: 40px;
	}	
	.card-box {
		width: 47%;
		margin: 1.5%;
	}	
	.iName {
		width: 95% !important;
		padding: 0;
	}	
	#carol {
		background-position: top -120px left -998px;
	}	
	.carol .section-title img {
		width: 70%;
	}	
	.carol .section-character img {
		width: 70%;
	}	
	#navbar {
		margin-top: 15px;
	}	
	ul.nav.navbar-nav.navbar-right {
		border: 0;
		background: rgb(0 0 0 / 60%) !important;
	}
	.sub ul.nav.navbar-nav.navbar-right {
		border: 0;
		background: rgb(255 255 255 / 60%) !important;
	}	
	.event-title {
		width: 100%;
		margin: 0px;
	}	
	.img-responsive{
		margin-bottom:10px;
	}	
	#connerBanner {
		z-index: 90;
		position: relative;
		right: 0;
		bottom: 0;		
		width: 100%;
		padding: 5%;
	}	
	#connerBanner img {
		width: 100%;
		height: auto;
	}

	.section-title-character-bg img {
        margin-bottom: 10px;
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
    }		
	.cardsend form {
		margin-top: 0px;
	}		
	.paper-box .row {
		padding: 0 10px;
	}	
	.celebration-box {
		margin: 5px;
		width: calc(100% - 10px);
	}	
	.celebration-box img {
		width: 93%;
		margin: 0 auto;
	}	
	.celebration{
        background: url(images/2025/bg_flower.png);
        background-repeat: no-repeat;
        background-position: bottom center;
	}	
	.message {
        margin-top: -73px;	
	}
	.message-title-box img {
		width: 100%;
	}	
	.celebration-box:first-child {
		margin-top: 20px;
	}	
}
	
@media (min-width:468px) and (max-width: 768px) {
	#wrapper {
		background: url(images/2025/bg.jpg);
	}	
	.logo-normal h1 {
		font-size: 22px;
		margin: 3px 0 3px 10px;
	}	
	.inputText {
		width: 100%;
	}

	#top2 {
		display: block;
		z-index: 110;
		position: absolute;
		margin: 75px 0 0 0;
	}	
	#top2 img{	
		width:100%;
	}
	#top img{
		content:url("images/2025/title_easter_m.png") !important;	
		width: 100vw;		
	}	
	
	.container {
		width: 100%;
		text-align: center;
		padding: 0 20px;		
	}	

	.home-message {
		padding: 350px 0 0 0;
		text-align: center !important;
	}	
	.paper-box {
		display: inline-block;
		width: 100%;
		height: auto;
		background: #fff8e9;
		position: relative;
		margin-bottom: 614px;
	}	

	.row{
		margin:none;
	}	
	.m-inner-title {
		margin: 0 auto;
		width: 100%;
	}	
	.m-inner-title img {
		width: 80%;
	}	

    .card {
        height: auto;
        margin-top: 0px !important;
        background: url(images/2025/bg_dot.png);
        z-index: 20;
        position: relative;
        margin: 0 20px;
        border: 2px solid #cf9ba2;
    }
	
	.celebration-details {
		height: 30px;
	}	
	.card-box {
		width: 46%;
		margin: 2%;
	}	
	.iName {
		width: 95% !important;
		padding: 0;
	}	
	#carol {
		background-position: top left -500px;
		padding-bottom: 0;
	}	
	.carol .section-title img {
		width: 70%;
	}	
	.carol .section-character img {
		width: 70%;
	}	
	#navbar {
		margin-top: 15px;
	}	
	ul.nav.navbar-nav.navbar-right {
		border: 0;
		background: rgb(0 0 0 / 60%) !important;
	}
	.sub ul.nav.navbar-nav.navbar-right {
		border: 0;
		background: rgb(255 255 255 / 60%) !important;
	}	
	.event-title {
		width: 100%;
		margin: 0px;
	}	
	.section-title-charater img {
        margin-bottom: 10px;
        margin-top: 20px;
        width: 85% !important;
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
    }		
	#connerBanner {
		z-index: 90;
		position: relative;
		right: 0;
		bottom: 0;		
		width: 100%;
		padding: 5%;
	}	
	#connerBanner img {
		width: 100%;
		height: auto;
	}		
	#celebration {
		background: url(images/2025/bg-message.png);
	background-size: contain;
		background-repeat:no-repeat;	
	}		
	.celebration {
		margin-top: 2164px;
	}
	.section-title-character-bg img {
		width: 80%;
		margin: 0 auto;
	}		
	.cardsend form {
		margin-top: 0px;
	}		
	.paper-box .row {
		padding: 0 22px;
	}
    .celebration-box{
		width: 48%;
		margin: 1%;
	}	
	.celebration{
        background: url(images/2025/bg_flower.png);
        background-repeat: no-repeat;
        background-position: bottom center;
	}		
	.message {
        margin-top: -114px;	
	}	
	.message-title-box img {
		width: 100%;
	}		
}	
	
	
@media (min-width:768px) and (max-width: 992px) {
	#wrapper {
		background: url(images/2025/bg.jpg);
	}		
	.navbar-header {
		width: 100%;
	}	
	.navbar-toggle {
		display: block;
	}	
	#navbar {
		display: none !important;
	}	
	.logo-normal h1 {
		font-size: 22px;
		margin: 3px 0 3px 10px;
	}	
	.inputText {
		width: 100%;
	}

	#top2 {
		display: block;
		z-index: 110;
		position: absolute;
		margin: 75px 0 0 0;
	}	
	#top2 img{	
		width:100%;
	}
	#top img{
		content:url("images/2025/title_easter_m.png") !important;	
		width: 100vw;			
	}	
	.container {
		width: 100%;
		text-align: center;
	}	
	
	.home-message {
		padding: 350px 0 0 0;
		text-align: center !important;
	}	
	.paper-box {
		display: inline-block;
		width: 100%;
		height:auto;
		background: #fff8e9;			
		position: relative;
		margin-bottom: 300px;
        margin-top: -17px;		
	}	

	.mass-title-box img {
		margin-bottom: 31px;
	}	

	.m-inner-title {
		margin: 0 auto;
		width: 100%;
	}	
	.m-inner-title img {
		width: 80%;
	}	
	.m-inner2 .mass-box:first-child {
		margin: 5%;
	}	
	
	.celebration-details {
		height: 30px;
	}	

		
	.card-box {
		width: 48%;
		margin: 1%;		
	}	
	.iName {
		width: 95% !important;
		padding: 0;
	}	
	#carol {
		background-position: top left -500px;
	}	
	.carol .section-title img {
		width: 70%;
	}	
	.carol .section-character img {
		width: 70%;
	}	
	#navbar {
		margin-top: 15px;
	}	
	ul.nav.navbar-nav.navbar-right {
		border: 0;
		background: rgb(0 0 0 / 60%) !important;
	}
	.sub ul.nav.navbar-nav.navbar-right {
		border: 0;
		background: rgb(255 255 255 / 60%) !important;
	}	
	.event-title {
		width: 100%;
		margin: 0px;
	}	
	.img-responsive{
		margin-bottom:10px;
	}	
    .card {
        height: auto;
        margin-top: 0px !important;
        background: url(images/2025/bg_dot.png);
        z-index: 20;
        position: relative;
        margin: 0 20px;
        border: 2px solid #cf9ba2;
    }	
	.cardsend form {
		margin-top: 0px;
	}		
	.paper-box .row {
		padding: 0 22px;
	}
    .celebration-box{
		width: 48%;
		margin: 1%;
	}	
    .section-title-charater img {
        margin-bottom: 10px;
        margin-top: -135px;
        width: 85% !important;
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
    }
	.celebration{
		margin-top: 2835px;	
		padding : 0 20px;
        background: url(images/2025/bg_flower.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        z-index: 20;
        position: relative;
	}	
	.message {
        margin-top: -178px;	
	}	
	.message-title-box img {
		width: 100%;
	}	
}



@media (min-width:992px) {
	#wrapper {
		background: url(images/2025/bg_pc.jpg);
	}			
    .nav>li>a {
        padding: 1em 0.7em;
		
    }
	.top-section {
		display: inline-block;		
		z-index: 2;		
		width: 100%;
		height:1688px;		
		text-align: center;
	}	
	#top img {
		z-index: 10;
		display: inline-block;
		max-width: 746px;
		margin-top: 189px;
	}	
	.cardsend {
        height: 1802px;		
        margin-top:-573px;
        background: url(images/2025/round-back.png);
        background-repeat: no-repeat;
        background-position-y: -1px;
        z-index: 20;
        position: relative;
	}	

	.cardsend .section-title-charater img {
        width: 80%;
        margin: 0 auto;
        margin-top: 39px;    
	}
	.message {
		z-index: 20;
		position: relative;
		margin-top: -262px;
	}	
	.section-title-character-bg {
        width: 100%;
        margin: 0 auto;
        z-index: 10;
        position: relative;
	}	
	.section-title-character-bg img {
		width: 80%;
		max-width: 1170px;
		margin: 0 auto;
	}	
	
	.celebration-box {
		margin: 5px;
		width: 355px;
		float: left;
		position: relative;	
		z-index:100;
	}	
	.celebration-box:last-child {
		margin-right: 100px;
	}
	.celebration{
        background: url(images/2025/bg_flower.png);
        background-repeat: no-repeat;
        background-position: bottom center;
	}		
	

}