﻿@charset "utf-8";

/*ROOT*/
:root {
	/*color set (사이트별지정)*/
	--color-main: #36a298; /*rgb(19,123,235)*/
	--color-main-light-100: rgba(54,162,152,0.05); /*main-color-opacity 5%*/
	--color-main-light-200: rgba(54,162,152,0.15); /*main-color-opacity 15%*/
	--color-main-light-500: rgba(54,162,152,0.5); /*main-color-opacity 50%*/
	--color-main-light-900: rgba(54,162,152,0.9); /*main-color-opacity 90%*/
	--color-point: #98E4FF;
	--color-sub-point: #B6FFFA;
	/*color set(common)*/

	--color-gray-100: #F8F8F8;
	--color-gray-200: #EAEAEA;
	--color-gray-300: #DDDDDD;
	--color-gray-500: #B9B9B9;
	--color-gray-900: #929292;
	--color-black-300: #333333;
	--color-red: #FF5A5A;
	--color-white: white;
	/*text-color*/
	--txt-color-def: #222222;
	/*font-weight*/

	--txt-thin: 100;
	--txt-thin2: 200;
	--txt-light: 300;
	--txt-regular: 400;
	--txt-medium: 500;
	--txt-semibold: 600;
	--txt-bold: 700;
	--txt-extrabold: 800;
}

header .pc_item h1 img{max-height:7.5rem !important; position:relative; bottom:5px; height:50px;}
footer .ft__info h1 img{max-height:7.5rem !important; height:50px; }
@media screen and (max-width: 767px) {
    header .m_item h1 img{max-height:4rem !important}
    .sub_banner{padding:0 !important}

	footer .ft__info h1 img { max-height: 3.5rem !important }
}

.sub_banner{text-align:center; padding: 4rem 0; padding-bottom:0}
.why{padding-top:4rem !important}


.latest {
	padding-top: 4rem !important;
}


#guide .guide__list dd.list_items li .items_badge {
    
    width: 10rem !important;
    
}