/*
Theme Name: An
Theme URI: https://aann.co.kr
Author: AN
Author URI: https://aann.co.kr
Description: AN starter
version : 1.0.0

*/





body {

	font-size : 12px;
	font-family : 'Dotum';
	margin : 0;
}

body {
  -webkit-tap-highlight-color: transparent;
}


div.container{
    margin: 0 auto;
    max-width: 1500px;


}

nav.site_nav li {

    list-style : none;
    float : left;
}

.site-header h2 {
float : left;
}


.top_banner{
    position: absolute;
    width: 100%;
    background: #cdb4db;
    left: 0;
    text-align: right;
    height: 560px;
	    overflow: hidden;
}
.container_middle{
position: relative;
    top: 30px;
	  text-align: center;
	 
}

.post {
max-width: 100%;
    width: 45%;
    display: inline-block;
	vertical-align: top;
	  text-align: left;
	      margin-bottom: 30px;
		      transition: all 0.3s;
}
.post a {
	color : #212529;
    vertical-align: top;
	text-decoration : none;
	font-size: 15px;
	 font-family: 'Noto Sans KR', sans-serif;
}
.post_align > div {
width: 300px;
    padding: 0 20px;
}
.s_nails {
width: 150px;
    height: 135px;
    object-fit: cover;
}
img.attachment-main_thum.size-main_thum.wp-post-image {
    width: 150px;
    height: 135px;
    object-fit: cover;
}
.nav-links{
    margin-top:20px
}

.nav-links a{

  
    color : #999;
    text-decoration : none;
 
    font-family: 'Dotum';
    
}

.company_copyright{
    padding: 7px;
    background: #f7f7f7;
    margin-top: 20px;
}

.container_right{
    float: left;
    height: 100vh;
    background: red;
    width: 30%;
background: linear-gradient(to bottom, #ffc8dd 199px, #ffc8dd 199px,#000000 199px,white 199px,white 100%);
 border-right: 1px solid #bfbfbf;
}

.category_box a{
color: #6e6d7a;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -.3px;
    text-align: center;
}
.categoty_list p {
    color: #777777;
}
.category_btn {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #cdb4db;
    line-height: 214px;
    margin: 20px;
    text-align: center;
	transition: all 0.3s;
   
}
.category_box{

border-bottom: 1px solid #ededed;
    padding: 0 10px 70px 20px;
    margin: 1px 0;
    margin-bottom: 50px;
	    text-align: center;
		margin-top: 50px;
}
div.active > a{
    text-decoration: underline;
    text-underline-offset: 12.8px;
    text-decoration-color: black;
	color:black;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
	width: 100%;
    border: 0;
    border-bottom: 3px solid #a2d2ff;
    border-right: none;
    padding: 6px;
    height: 20px;
    outline: none;
    color: #9DBFAF;
}

.searchTerm:focus{
  color: #a2d2ff;
}

.searchButton {
    width: 40px;
    height: 35px;
    border: 0;
    border-bottom: 3px solid #a2d2ff;
    background: #ffffff;
    text-align: center;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    font-size: 20px;
}

/* ½½¶óÀÌ´õ */



.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 100%;
  animation: animate 10s linear infinite;
     font-family: 'Noto Sans KR', sans-serif;
}
.slider .slide {
  position: relative;
  width: 20%;
  height: 100%;
  float: left;
}
.slider .slide .caption {
  position: absolute;
  bottom: 60px;
  left: 60px;
  right: 60px;
  padding: 30px;
  background: rgba(0, 0, 0, .5);
  box-sizing: border-box;
  transition: 1.5s;
  text-align : center;
}
.slider .slide .caption h2 {
  margin: 0 0 20;
  padding: 0;
  color: #fff;
  font-size: 48px;
  transition: 1.5s;
        font-size: 25px;
                                                            letter-spacing: -1px;
															    font-weight: 500;
                                                         
}
.slider .slide .caption p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  transition: 1.5s;
  font-size: 14px;
                                                    position: relative;
                                                    top: -18px;
                                                    font-weight: 100;
}

.search_css{


                                                    padding: 0 20px;
													max-width: 400px;
                                                    margin: 0 auto;
													    top: -20px;
														position: relative;
                                                    margin-top: 10px;
                                        
}




@keyframes animate {
  0% {
      left: 0;
  }
  20% {
      left: 0;
  }
  25% {
      left: -100%;
  }
  45% {
      left: -100%;
  }
  50% {
      left: -200%;
  }
  70% {
      left: -200%;
  }
  75% {
      left: -300%;
  }
  95% {
      left: -300%;
  }
  100% {
      left: -400%;
  }
}

#menu_checkbox {
  display: none;
}

/*
label {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 40px;
    margin: -30px auto 0 auto;
    cursor: pointer;
    z-index: 1;
}

label.changed:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
    bottom: 0;
  left: 0;
  
*/
       /*
background-color: #f44336*/
  background-color: rgba(51, 170, 51, 0); 
  transition: 0.1s cubic-bezier(0, 0.96, 1, 0.02) background-color;
}

label div {
  position: relative;
  top: 0;
  height: 2px;
  background-color: #fff;
  margin-bottom: 12px;
  transition: 0.1s ease transform, 0.1s ease top, 0.1s ease width,
    0.1s ease right;
  border-radius: 2px;
}

label div:first-child {
  transform-origin: 0;
}

label div:last-child {
  margin-bottom: 0;
  transform-origin: 60px;
}

label div:nth-child(2) {
  right: 0;

}

#menu_checkbox:checked + label:before {
  background-color: #171a18;
}

#menu_checkbox:checked + label div:first-child {
    width: 55px;
  top: -16px;
  transform: rotateZ(45deg);
    opacity : 0;
}

#menu_checkbox:checked + label div:last-child {
    width: 30px;
  top: 20px;
    left : 0px;
  transform: rotateZ(45deg);
}

#menu_checkbox:checked + label div:nth-child(2) {
  width: 30px;
  top: 2px;
  right: -12px;
  transform: rotateZ(-45deg);
}


#menu_checkbox:checked + .site_nav {
    display:block;
	z-index : 2;
}

.text_title:hover { text-shadow: 0 0 .1em, 0 0 .3em; }

.copy_area{

    position:fixed;
    bottom : 0;
    display : inlind-block;
    background: rgba( 0,0,0, 0.8);
    width : 100%;
    height : 75px;
       font-family: 'Roboto';
    letter-spacing: -.2px;
}
    

.copy_area > p{
    display: inline-block; !important
    position : relative;
     padding : 20px 20px 0 20px;
}
.copy_area > p:last-child{   
     float: right;
	     text-transform: uppercase;
    font-weight: 600;
}


.Section_two p{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 15px;
    color: white;
}


.Section_two span{
font-family: 'Noto Sans KR', sans-serif;
    font-weight: 100;
    font-size: 15px;
    color: #a1a1a1;
    line-height: 23px;
}

#sending_msg input, #sending_msg textarea{
    border-style:solid;
    border : none;
    background-color : white;
    border-bottom : 1px solid #dddddd;
    color : #0f0f0f;
    font-family : Dotum;
    font-size: 12px;

    
}

#sending_msg button[type=submit]{
    height: 40px;
    background: #222327;
    color: #fff;  
}


.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}




.section2_content{

text-align: center; 
font-family: 'Noto Sans KR', sans-serif;
font-size: 38px; color: #2f2a29; 
font-weight: normal; 
line-height: 1.5; 
padding: 120px 0;
animation: fadeInLeft 1s;
letter-spacing : -2px;
}
.section2_content p {
font-size:15px;
letter-spacing : -.2px;
}


@media only screen and (max-width : 1175px){
.post{
       width: 95%;
    margin-left: 5%;
}
.post_align > div {

    padding: 0 20px;
    width: 80%;
}
}

@media only screen and (max-width : 1049px){
.post {
    width: 95%;
      margin-left: 5%;
}
.post_align > div {

    padding: 0 20px;
    width: 70%;
}
}

@media only screen and (max-width : 759px){

.post_align > div {

    padding: 0 20px;
    width: 60%;
}


.category_btn {

    width: 80px;
    height: 80px;
    line-height: 214px;
    margin: 10px;
    font-size: 13px;

}


}

@media only screen and (max-width : 589px){

.post_align > div {

    padding: 0;
    width: 90%;
}
.s_nails{
	width: 100%;
    height: 260px;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 10px;
}
img.attachment-main_thum.size-main_thum.wp-post-image{
	width: 100%;
    height: 260px;
	    margin-bottom: 10px;
}
.post {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

}


.vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link {

        max-width : 500px;
    margin : 10px auto;
    border : none;
    background: #cdb4db; 
    color : white;
    padding : 30px;
	    text-align: left;
}
.vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link div {
    padding 15px;
    font-size : 14px
}
.vlp-link-title{
font-size: 17px !important;
}

.vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link img {
  border-radius: 10px;
}

.comment_box {
    
    text-align: center;
    max-width:600px;
    border : 1px solid #efefef  ;
    padding : 0 20px;
    text-align : left;
        margin: 0 auto;
    font-family : 'Noto Sans KR', sans-serif;
    

}

#comments{
    margin: 40px 0;
}
.commentlist{

padding : 0;
 margin-bottom: 30px;
}
.commentlist a{
 text-decoration : none;
    color : #bfbfbf;
    
}

#commentform input  {
    border : 0;
    border-bottom : 1px solid #efefef;
 
    
    
}
.comment-body{
    border-bottom : 1px solid #a2d2ff;
    margin-bottom : 10px;
    padding-bottom : 10px;
   
    
}
.comment-form-author label,.comment-form-email label,.comment-form-url label, .comment-form-comment label{
  display : none;
}
.comment-form-author input,.comment-form-email input ,.comment-form-url input{
    width : 100%;
    min-height : 25px;
    
}


.comment-form-comment textarea{
    width : 100%;
    border : 0;
    background : #cdb4db;
    color : white;
    
}

.comment-form-comment textarea::placeholder{
    
    color : white;
    padding-left : 10px;
    padding-top : 10px;
}

.form-submit input[type='submit']{

    background : #cdb4db;
    color : white;
    height : 30px;
    border : 0;
    width : 100px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-top : 10px;
    outline : 0;
}

.form-submit input[type='submit']:hover{

    background : #ffafcc;

    
}
ol.commentlist {
    list-style: none;
}

.categoty_list {

    text-align : left;
    max-width : 600px;
    margin : 0 auto;
    font-family : 'Dotum';
    font-weight : bold;
    padding: 20px 20px 0 20px;
    
}
.categoty_list h2:first-of-type{

  margin-top : 25px;
}
.categoty_list h2{
    height: 30px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #efefef;
    line-height: 20px;
}

.categoty_list a{
    text-decoration: none;
    color : #999;
    font-weight : 400;
  
    
}

nav.navigation.pagination h2{

    font-size : 12px;
    
}

.content_bottom_btn_box {
    max-width : 1000px;
    margin: 50px auto;
    text-align : right;
    font-family: 'Noto Sans KR', sans-serif;
	    padding: 0 20px;
}
.content_bottom_btn_box p{
    font-size: 12px;
    color: #999;
    font-weight : 100;
    letter-spacing: -.2px;
    
}

.content_bottom_btn_box button {
    background: #cdb4db;
    color: white;
    height: 30px;
    border: 0;
    width: 100px;
    outline: 0;
    cursor : pointer;
    font-family: 'Noto Sans KR', sans-serif;
	margin-left: 5px;
}

.content_bottom_btn_box button:hover{

    background : #ffafcc;

    
}
.post_content{
font-family: 'Noto Sans KR', sans-serif;
padding: 0 20px;
    color: #444;
}
.post_content p{ 
   font-size: 15px;
line-height: 30px;
    letter-spacing: -1px;
	font-family : 'Dotum';
}
.post_content h3{
font-family : 'Dotum';
}


p.has-large-font-size {
 
    line-height:45px;
}
.wp-block-code{
    font-size: 15px;
    background: #666;
    color: white;
    text-align: left;
    padding: 20px;
	width: 90%;
    min-width: 280px;
    max-width: 640px;
    display: inline-block;
	overflow: scroll;
}
.post_content img{

    max-width:100%;
    height:auto;
    
    
}


.post_content li {
     padding: 5px;
    font-size: 15px;
    line-height: 25px;
}

.post_content ul{
    font-size: 14px;
    text-align: left;
    width: 90%;
    min-width: 280px;
    max-width: 640px;
    display: inline-block;
    
}


.site_nav {
    height: 44px;
    width: 100%;
    vertical-align: middle;
    line-height: 40px; 

}
.site_nav a{
text-decoration : none;
    color : #6e6d7a;
    font-family : "Roboto";
    font-size : 15px;
    margin-right : 20px
    
}

.site_nav a:hover{
color : #0d0c22;
}

#wp_form_box input, #wp_form_box textarea {
    border-style: solid;
    border: none;
    background-color: white;
    border-bottom: 1px solid #dddddd;
    color: #0f0f0f;
    font-family: Dotum;
    font-size: 12px;
    max-width: 100% !important;
}


#wp_form_box button[type=submit] {
    height: 40px;
    background: #222327;
    color: #fff;
}

/* ¸ÞÀÎ Å¾ ¹èÅÍ ½½¶óÀÌ´õ */


.top_banner{
	max-width:1000px;
	height:200px;
	top:100px;
	left:50%;
	transform:translate(-50%,-50%);
	    text-align: center;
		display:block;
position:relative;
	}
.top_banner div{
display:block;
position:absolute;
	}
.top_banner p{
	background:#fff;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	display:flex;
	font-family:'Titan One',cursive;
	font-size:65px;
	font-weight:400;
	color : #9965b7;
	flex-flow:row wrap;
	align-content:center;
	justify-content:center
	}

.top_banner p span{width:100%;position:relative}

.top_banner p span:before{
	background:linear-gradient(45deg,#fc5c7d,#6a82fb,#fc5c7d);
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	content:"";
	mix-blend-mode:screen
	}

[class*="blobs"]
	{mix-blend-mode:color;animation:blobs 15s ease-in-out infinite alternate}

.blobs_1{
	background:#ff1493;
	width:160px;
	height:60px;
	top:90px;
	left: 5%;
	}

.blobs_2{
	background:#ff4500;
	width:80px;
	height:80px;
	    top: 83px;
    left: 15%;
	}

.blobs_3{
	background:#00ff00;
width: 60px;
    height: 60px;
    top: 94px;
    left: 25%;
	}

.blobs_4{
	background:#ff0000;
	width:100px;
	height:100px;
    top: 83px;
      left: 36%;
	}

.blobs_5{
	background:#ffff00;
	width:50px;
	height:50px;
    top: 71px;
    left: 53%;
	}

.blobs_6{
	background:#00ffff;
    width: 80px;
    height: 63px;
top: 54px;
    left: 60%;
	}

.blobs_7{
	background:#ff8c00;
    width: 50px;
    height: 50px;
top: 60px;
    left: 70%;
	}

.blobs_8{
	background:#ff1493;
    width: 50px;
    height: 50px;
top: 60px;
    left: 80%;
	}

@keyframes blobs{
	0%{border-radius:26% 74% 61% 39% / 54% 67% 33% 46%}
	10%{border-radius:74% 26% 47% 53% / 68% 46% 54% 32%}
	20%{border-radius:48% 52% 30% 70% / 27% 37% 63% 73%}
	30%{border-radius:73% 27% 57% 43% / 28% 67% 33% 72%}
	40%{border-radius:63% 37% 56% 44% / 25% 28% 72% 75%}
	50%{border-radius:39% 61% 70% 30% / 61% 29% 71% 39%}
	60%{border-radius:27% 73% 29% 71% / 73% 51% 49% 27%}
	70%{border-radius:39% 61% 65% 35% / 74% 65% 35% 26%}
	80%{border-radius:55% 45% 37% 63% / 38% 30% 70% 62%}
	90%{border-radius:25% 75% 70% 30% / 39% 50% 50% 61%}
	100%{border-radius:66% 34% 33% 67% / 65% 73% 27% 35%}
	}

	/* ¸ÞÀÎ Å¾ ¹èÅÍ ½½¶óÀÌ´õ */


.post p{
    color: #999;
    font-size: 12px;
    font-family: 'Dotum';
}
@media only screen and (max-width: 790px) {

.top_banner{
top : 110px;
}
.search_css{
top : 0;
}

}

@media only screen and (max-width: 430px) {



.top_banner p{
font-size: 55px;
}
.site_nav {

    margin-left: 15%;
}
}

.page-numbers {
    display: inline-block;
    height: 25px;
    width: 25px;
    text-decoration: none;
}

.comment {

    list-style:none;
}
.ad_responsive{
max-width: 1000px;
}

/* ----- data-ad-status="unfilled" ¼û±â±â ----- */
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}