@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&family=Epilogue:wght@200&family=Nanum+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Frank+Ruhl+Libre:wght@400;700&family=Lora:wght@400;600&family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap');
.frank {font-family: 'Frank Ruhl Libre', serif;}
.lora {font-family: 'Lora', serif;}
.cinzel {font-family: 'Cinzel', serif;}
.crimson {font-family: 'Crimson Text', serif;}
body {font-family: 'Nanum Gothic','Open Sans', sans-serif;font-size:14px;}
.container {max-width:1315px;}
legend {width:0;}
p {margin-bottom:0px;}
.container, .container2, .container3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container2 {max-width:1486px;}
.container3 {max-width:1805px;}

/* fa ul */
.fa-ul {margin-left:12px;}
.fa-li {top:0px;left:-12px;width:12px;}

/* color */
.red {color:#ff0000;}

/* Youtube Video Responsive */
.videowrapper { 
float: none; 
clear: both; 
width: 100%; 
position: relative; 
padding-bottom: 56.25% !important; 
padding-top: 25px !important; 
height: 0; 
} 
.videowrapper iframe { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}

@media (max-width:767px) {
	#hd_pop {width:100%;}
	#hd_pop p {margin:0;}
}