@charset "utf-8";
@import url("mobile.css");
/*
Theme Name: DigOut
Author: GIO Technologies Inc.
Version: 1
*/
* {
    margin: 0;
    padding: 0; 
}

html{
    height: 100%;
}

/* common */
a {
    text-decoration:none;
    color: #65E45A;
}

.ff-sf-compact-text {
    font-family: "SF Compact Text",sans-serif;
}

.ff-sf-pro {
    font-family: "SF Pro",sans-serif;
}

.ff-bebas {
    font-family: Bebas,sans-serif;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-24 {
    font-size: 24px;
}

.fs-40 {
    font-size: 40px;
}

.fw-700 {
    font-weight: 700;
}

.fc-black {
    color: #111111;
}

.fc-darkgray {
    color: #4E4E4E;
}

.fc-white {
    color: #E6E8F2;
}

.fc-gray {
    color: #CBCBCB;
}

.fc-emerald {
    color: #6CB2A5;
}

.fc-green {
    color: #65E45A;
}

.fc-bread {
    color: #8BA0BD;
}

.opacity-04 {
    opacity: 0.4;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.bg-black {
    background: #111111;
}

.bg-white {
    background: #E6E8FF;
}

.bg-blue-violet-gra {
    background: linear-gradient(141deg, #1B4493 -70.67%, #052B33 51.64%, #310620 91.58%);
}

.bg-hotpink-violet-gra {
    background: linear-gradient(141deg, #ff69b4 -70.67%, #c71585 51.64%, #310620 91.58%);
}

.text-center {
    text-align: center;
}

.padding-top-80 {
    padding-top: 80px;
}

.margin-top-80 {
    margin-top: 80px;
}

.breadcrumb {
    background-color: #0C324E;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 33px;
    padding-right: 33px;
}

.breadcrumb-split {
    margin-left: 5px;
    margin-right: 5px;
}

/* PC */
@media only screen and (min-width: 1024px) {

    /* common responsive */
    .fw-400 {
        font-weight: 400;
    }

    /* header */
    .header-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        height: 87px;
    }

    .header-logo {
        width: 149px;
        height: 34.45px;
        flex-shrink: 0;
        padding-left: 24px;
    }

    .header-menu {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        width: 100%;
    }

    .global-nav ul {
        display: flex;
        list-style: none;
        margin-left: 40px;
    }

    .global-nav li {
        margin-left: 24px;
    }

    .global-nav>nav>ul>li>a {
        position: relative;
        display: flex;
    }

    .global-nav a:hover {
        color: #65E45A;
        transition: 0.5s;
    }

    .mobile-header {
        display: none;
    }

    #searchform {
        display: flex;
        height: 100%;
        align-items: center;
        margin-right: 35px;
        margin-left: auto;
    }

    #searchform>input {
        height: 33%;
        width: 190px;
        background: transparent;
		border: none;
		outline: none;
    }

    #searchform>input::placeholder {
        padding-left:24px;
    }

    #searchform>button {
        background: transparent;
        border: none;
    }

    #drawerInput {
        display: none;
    }

    .header-drawer-icon {
        display: none;
    }

    /* top main */
    .top-main-wrapper {
        width: 100%;
    }

    .top-content-header {
        margin: 0 auto 40px;
        width: 93%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .top-content-header>a {
        position: absolute;
        right: 0;
    }

    .top-card {
        display: flex;
        width: 93%;
        margin:0 auto;
        text-align: left;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }

    .top-card::before{
        content:"";
        display: block;
        width:24%;
        order:1;
    }

    .top-card::after{
        content:"";
        display: block;
        width:24%;
        order:1;
    }

    .top-card>a {
        width: 24%;
        margin-bottom: 62px;
        height: fit-content;
		transition: all 0.3s ease 0s;
    }
	
	.top-card>a:hover {
		transform: translateY(-0.4rem);
	}

    .top-card>a>img {
		width: 100%;
		height: 200px;
		object-fit: cover;
        box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
    }

    .top-card>a>.tag {
        position: absolute;
        transform: translate(10%, -70%);
        padding: 3px 6px;
    }

    .top-card>a>.title {
        padding-top: 12px;
    }

    .top-card>a>.date {
        padding-top: 12px;
    }

    .mobile-category-link {
        display: none;
    }

    /* footer */
    .footer-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        height: 135px;
    }

    .footer-logo {
        width: 8%;
        flex-shrink: 0;
        padding-left: 36px;
    }

    .footer-content {
        width: 100%;
        padding-left: 24px;
    }

    .footer-content>.description {
		width: 30%;
		line-height: 150%;
		float: left;
    }

    .footer-wrapper ul {
        display: flex;
        list-style: none;
    }

    .footer-wrapper li {
        margin-left: 24px;
    }

    .footer-nav {
        display: flex;
        justify-content: end;
        margin: 0 0 0 auto;
		padding-right: 38px;
		padding-top: 10px;
    }

    .footer-nav a:hover {
        color: #65E45A;
        transition: 0.5s;
    }

    .footer-wrapper>nav>ul>li>a {
        position: relative;
    }

    .footer-sns-logo {
        position: relative;
        height: 20px;
    }
	
    .footer-copyright {
		margin-top: 5px;
    }

    /* category */
    .category-main-wrapper {
        width: 100%;
        min-height: 100%;
        padding-bottom: 80px;
    }

    .category-main-wrapper>.category-name {
        text-align: center;
        padding: 40px 0 40px 0;
    }

    .category-content-box {
        margin: 0 auto;
        width: 93%;
        min-height: 60vh;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .category-content-box>.card {
        display: flex;
        text-align: left;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }

    .category-content-box>.card::before{
        content:"";
        display: block;
        width:24%;
        order:1;
    }

    .category-content-box>.card::after{
        content:"";
        display: block;
        width:24%;
        order:1;
    }

    .category-content-box>.card>a {
        width: 24%;
        margin-bottom: 12px;
		transition: all 0.3s ease 0s;
    }
	
	.category-content-box>.card>a:hover {
		transform: translateY(-0.4rem);
	}

    .category-content-box>.card>a>img {
        width: 100%;
        height: 200px;
        min-width: 200px;
        object-fit: cover;
    }

    .category-content-box>.card>a>.tag {
        position: absolute;
        transform: translate(10%, -70%);
        padding: 3px;
    }

    .category-content-box>.card>a>.title {
        padding-top: 12px;
    }

    .category-content-box>.card>a>.date {
        padding-top: 12px;
    }
	
	.category-pagination{
   		text-align: center;
	}
	
	.category-pagination .page-numbers{
		display:inline-block;
		margin-right:20px;
		padding:20px 25px;
		color: white; 
    	border-radius: 3px;
   		box-shadow: none;
    	background: transparent; 
	}
	
	.category-pagination .current{
		padding:20px 25px;
		background: black;
		box-shadow:5px 5px 5px black;
    	color: white;
	}
	
	.category-pagination .prev,
	.category-pagination .next {
		background: transparent;
		box-shadow: none;
		color: white;
	}
	
	.category-pagination .dots{
		background:transparent;
		box-shadow:none;
	}

    /* search */
    .search-main-wrapper {
        width: 100%;
        min-height: 100%;
    }

    .search-main-wrapper>.search-name {
        text-align: center;
        padding: 40px 0 40px 0;
    }

    .search-content-box {
        margin: 0 auto;
        width: 93%;
        min-height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .search-content-box>.card {
        width: 100%;
        display: flex;
        text-align: left;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }

    .search-content-box>.card::before{
        content:"";
        display: block;
        width:24%;
        order:1;
    }

    .search-content-box>.card::after{
        content:"";
        display: block;
        width:24%;
        order:1;
    }

    .search-content-box>.card>a {
        width: 24%;
        margin-bottom: 62px;
    }

    .search-content-box>.card>a>img {
        width: 100%;
        height: 60%;
        object-fit: cover;
    }

    .search-content-box>.card>a>.tag {
        position: absolute;
        transform: translate(10%, -70%);
        padding: 3px;
    }

    .search-content-box>.card>a>.title {
        padding-top: 12px;
    }

    .search-content-box>.card>a>.date {
        padding-top: 12px;
    }
    
    /* single */
    .single-wrapper {
        display: flex;
        justify-content: center;
        padding-top: 40px;
        width: 900px;
        margin:0 auto;
    }

    .single-wrapper div[class^='news_detail_img'] {
        text-align: center;
        max-width: 900px;
    }

    .single-wrapper>article>header>.attachment-post-thumbnail {
        max-width: 100%;
        height: auto;
        width: 100%;
        object-fit: cover;
        max-height: 480px;
    }

    .single-wrapper>article>header>.tag {
        width: fit-content;
        margin-top: 24px;
        margin-bottom: 24px;
        padding: 3px;
    }

    .single-wrapper>article>header>.date {
        padding-top: 64px;
        padding-bottom: 64px;
        text-align: center;
    }

    .single-wrapper>article>.content {
        padding-bottom: 112px;
		line-height: 160%;
    }

    .single-wrapper>article>.content>h2 {
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 3px solid #E6E8F2;
    }

    .single-wrapper>article>.content>h3 {
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 3px solid #E6E8F2;
    }

    .single-wrapper>article>.content>p>a {
        text-decoration:underline;
        color: #65E45A;
    }

    /* single-column */
    .single-column-wrapper {
        display: flex;
        justify-content: center;
        padding-top: 40px;
    }

    .single-column-wrapper>article {
        width: 800px;
        margin:0 auto;
        background-color: #efefef;
        padding: 40px;
        margin-bottom: 40px;
    }

    .single-column-wrapper div[class^='news_detail_img'] {
        text-align: center;
        max-width: 900px;
    }

    .single-column-wrapper img[class^='news_detail_img'] {
        max-width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .single-column-wrapper div[class^='column_gray_box'] {
        border: 5px inset cornflowerblue;
        padding: 1.5em;
        background: ghostwhite;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .single-column-wrapper div[class^='column_gray_box']>p>a {
        text-decoration:underline;
        color: #00AF9A;
    }

    .single-column-wrapper>article>header>.attachment-post-thumbnail {
        max-width: 100%;
        height: auto;
        width: 100%;
        object-fit: cover;
        max-height: 480px;
    }

    .single-column-wrapper>article>header>.title {
        padding: 10px;
        border-bottom: 5px solid gray;
        border-left: 5px solid #1B4493;
    }

    .single-column-wrapper>article>header>.tag {
        width: fit-content;
        margin-top: 24px;
        margin-bottom: 24px;
        padding: 3px;
    }

    .single-column-wrapper>article>header>.date {
        padding-top: 48px;
        padding-bottom: 48px;
        text-align: center;
    }

    .single-column-wrapper>article>.content {
        padding-bottom: 112px;
		line-height: 160%;
    }

    .single-column-wrapper>article>.content>h2 {
        border-left: 5px solid #1B4493;
        padding: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .single-column-wrapper>article>.content>h3 {
        border-bottom: 2px solid gray;
        padding-top: 10px;
        padding-bottom: 5px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .single-column-wrapper>article>.content>p>a {
        text-decoration:underline;
        color: #00AF9A;
    }

    .single-column-wrapper>article>.pagination-link{
        text-align: center;
    }

    .single-column-wrapper>article>.pagination-link .next-page-link{
        margin-bottom: 30px;
    }

    .single-column-wrapper>article>.pagination-link .next-page-link>a{
        padding:10px 10px;
        margin-bottom: 15px;
        color: black; 
        background: white; 
        display: block;
        border: 1px solid;
        border-radius: 20px;
        font-weight: bold;
    }
    
    .single-column-wrapper>article>.pagination-link>a{
        display:inline-block;
        padding:15px 20px;
        font-size: 18px;
        color: black; 
        background: white; 
        border: 1px solid;
    }
    
    .single-column-wrapper>article>.pagination-link .current{
        padding:16px 21px;
        background: black;
        font-size: 18px;
        color: white;
    }
    
    .single-column-wrapper>article>.pagination-link .prev,
    .single-column-wrapper>article>.pagination-link .next {
        background: transparent;
        box-shadow: none;
        color: white;
    }
    
    .single-column-wrapper>article>.pagination-link .dots{
        background:transparent;
        box-shadow:none;
    }

    /* contact */
    .contact-main-wrapper {
        width: 100%;
        min-height: 100%;
    }

    .contact-main-wrapper>.category-name {
        text-align: center;
        padding: 40px 0 40px 0;
    }

    .contact-content-box {
        margin: 0 auto;
        width: 93%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .wpcf7 {
        width: 60%;
    }

    .wpcf7-form-control-wrap {
        display: flex;
        position: relative;
        width: 100%;
    }

    .wpcf7-form input {
        width: 100%;
        height: 62px;
        margin-top: 28px;
        margin-bottom: 28px;
        font-size: 100%;
        border-radius: .25rem;
        border-width: 1px;
        border-color: rgb(203 203 203/var(--tw-border-opacity));
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wpcf7-form textarea {
        width: 100%;
        margin-top: 28px;
        margin-bottom: 28px;
        font-size: 100%;
        border-radius: .25rem;
        border-width: 1px;
        border-color: rgb(203 203 203/var(--tw-border-opacity));
        padding-top: 21px;
        padding-bottom: 21px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wpcf7-submit {
        background-color: #65E45A;
        color: black;
        font-weight: bold;
    }

    .wpcf7-not-valid-tip {
        font-weight: bold;
        position: absolute;
    }

    .wpcf7 form .wpcf7-response-output {
        color: #FF4433;
        font-weight: bold;
        border: none;
        margin-left: 0em;
        padding-left: 0em;
    }

    .must {
        color: #FF4433;
    }
    

    /* privacy policy */
    .privacy-policy-main-wrapper {
        width: 100%;
        min-height: 100%;
    }

    .privacy-policy-main-wrapper>.category-name {
        text-align: center;
        padding: 40px 0 40px 0;
    }

    .privacy-policy-content {
        margin: 0 auto;
        width: 900px;
    }

    .privacy-policy-content .section {
        margin-top: 30px;
    }

    .privacy-policy-content .section.contact {
        padding-bottom: 40px;
    }

    .privacy-policy-content ul {
        list-style: none;
    }

    .privacy-policy-content li {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .privacy-policy-content li>ul {
        margin-left: 1rem;
    }
}