@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/NotoSansKR-Regular-Alphabetic.woff2) format("woff2");
    src: url(/fonts/NotoSansKR-Regular-Alphabetic.woff) format("woff");
    src: url(/fonts/NotoSansKR-Medium-Alphabetic.woff2) format("woff2");
    src: url(/fonts/NotoSansKR-Medium-Alphabetic.woff) format("woff");
    src: url(/fonts/NotoSansKR-Bold-Alphabetic.woff2) format("woff2");
    src: url(/fonts/NotoSansKR-Bold-Alphabetic.woff) format("woff");
}


.chatgpt_page {
    font-family: 'Noto Sans KR','맑은 고딕', 'malgun gothic', '돋움';
    font-size: 18px;
    letter-spacing: -0.05em;
    word-spacing: -3px;
}


/* 메인_검색_플레이스홀더 */
.main_wrap .search_wrap .search_box::placeholder {
    font-size: 20px;
    font-family: 'Noto Sans KR';
    font-weight: 600;
    color: #333333;
}


/******** 챗GPT 이미지생성기 메인화면 ********/
.main_wrap {
    padding-bottom:50px;
	background: url(/images/helper/imgmaker/main_bg_2.jpg) no-repeat;
	background-color:#000;
    position: relative;
}

.main_wrap .tit_wrap {
    padding-top: 80px;
}

.main_wrap .main_tit {
    color: #fff;
    font-size: 64px;
    text-align: center;
    background: url('/images/helper/imgmaker/tit_beta.png') no-repeat 805px 4px;
    letter-spacing: -2.5px;
}

.main_wrap .sub_tit {
    color: #fff;
    font-size: 27px;
    text-align: center;
}


/***** 로딩(이미지 검색시) *****/
.main_wrap .loading_box {
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 15px;
    position: fixed;
    padding: 0 40px 20px;
    box-shadow: 0px 0px 15px rgba( 255, 255, 255, 0.8 );
	width:270px;
	height:116px;
	z-index:99999;
    display: none;
}

.main_wrap .loading_box .loading_txt {
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
    letter-spacing: 0;
}

.main_wrap .loading_box .loading_bar {
    margin-top: 10px;
    width: 270px;
}


/** 메인_검색 **/
.main_wrap .search_wrap {
    margin-top: 70px;
    text-align: center;
    position: relative;
}

.main_wrap .search_wrap .search_box {
    line-height: 50px;
    width: 580px;
    border-radius: 25px;
    border: none;
    padding-left: 20px;
    outline: none;
    font-size: 18px;
}

/** 검색어 삭제 버튼(검색화면) **/
.main_wrap .search_wrap .btn_searchdelete {
    position: absolute;
    top: 15px;
    right: 290px;
    cursor: pointer;
    background-color: #fff;
    border: none;
}

.main_wrap .search_wrap .btn_searchdelete em {
    display: none;
}

/** 만들기 버튼 동작 **/
.main_wrap .search_wrap .btn_make {
    width: 120px;
    line-height: 44px;
    border-radius: 25px;
    background-color: #f007a8;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    margin-left: 15px;
    box-shadow: 0px 0px 20px #fff;
    position: relative;
    font-weight: 600;
    /* z-index: 2; */
    background: linear-gradient(135deg, #f007a8 0px, #7d4afe 0px) repeat 0 0;
    animation: moveS 3s ease infinite;
    -webkit-animation:moveS 3s ease infinite;
	-moz-animation:moveS 3s ease infinite;
	-ms-animation:moveS 3s ease infinite;
	-o-animation:moveS 3s ease infinite;
}

@keyframes moveS {
	0%{background:linear-gradient(135deg, #f007a8 0px, #7d4afe 0px) repeat 0 0;}
	10%{background:linear-gradient(135deg, #f007a8 0px, #7d4afe 0px) repeat 0 0;}
	15%{background:linear-gradient(135deg, #f007a8 0px, #7d4afe 100px) repeat 0 0;}
	18%{background:linear-gradient(135deg, #f007a8 20px, #7d4afe 240px) repeat 0 0;}
	21%{background:linear-gradient(135deg, #f007a8 40px, #7d4afe 360px) repeat 0 0;}
	24%{background:linear-gradient(135deg, #f007a8 60px, #7d4afe 480px) repeat 0 0;}
	27%{background:linear-gradient(135deg, #f007a8 100px, #7d4afe 600px) repeat 0 0;}
	30%{background:linear-gradient(135deg, #f007a8 140px, #7d4afe 720px) repeat 0 0;}
	33%{background:linear-gradient(135deg, #7d4afe 0px, #f007a8 120px) repeat 0 0;}
	36%{background:linear-gradient(135deg, #7d4afe 20px, #f007a8 240px) repeat 0 0;}
	39%{background:linear-gradient(135deg, #7d4afe 40px, #f007a8 360px) repeat 0 0;}
	42%{background:linear-gradient(135deg, #7d4afe 60px, #f007a8 480px) repeat 0 0;}
	45%{background:linear-gradient(135deg, #7d4afe 100px, #f007a8 600px) repeat 0 0;}
	48%{background:linear-gradient(135deg, #7d4afe 140px, #f007a8 720px) repeat 0 0;}
	51%{background:linear-gradient(135deg, #f007a8 0px, #7d4afe 0px) repeat 0 0;}
	100%{background:linear-gradient(135deg, #f007a8 0px, #7d4afe 0px) repeat 0 0;}
}

@-webkit-keyframes moveSS {
	0%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	10%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	15%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 100px) repeat 0 0;}
	18%{background:linear-gradient(135deg, #f74eb4 20px, #7d4afe 240px) repeat 0 0;}
	21%{background:linear-gradient(135deg, #f74eb4 40px, #7d4afe 360px) repeat 0 0;}
	24%{background:linear-gradient(135deg, #f74eb4 60px, #7d4afe 480px) repeat 0 0;}
	27%{background:linear-gradient(135deg, #f74eb4 100px, #7d4afe 600px) repeat 0 0;}
	30%{background:linear-gradient(135deg, #f74eb4 140px, #7d4afe 720px) repeat 0 0;}
	33%{background:linear-gradient(135deg, #7d4afe 0px, #f74eb4 120px) repeat 0 0;}
	36%{background:linear-gradient(135deg, #7d4afe 20px, #f74eb4 240px) repeat 0 0;}
	39%{background:linear-gradient(135deg, #7d4afe 40px, #f74eb4 360px) repeat 0 0;}
	42%{background:linear-gradient(135deg, #7d4afe 60px, #f74eb4 480px) repeat 0 0;}
	45%{background:linear-gradient(135deg, #7d4afe 100px, #f74eb4 600px) repeat 0 0;}
	48%{background:linear-gradient(135deg, #7d4afe 140px, #f74eb4 720px) repeat 0 0;}
	51%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	100%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
}
@-moz-keyframes moveSS {
	0%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	10%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	15%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 100px) repeat 0 0;}
	18%{background:linear-gradient(135deg, #f74eb4 20px, #7d4afe 240px) repeat 0 0;}
	21%{background:linear-gradient(135deg, #f74eb4 40px, #7d4afe 360px) repeat 0 0;}
	24%{background:linear-gradient(135deg, #f74eb4 60px, #7d4afe 480px) repeat 0 0;}
	27%{background:linear-gradient(135deg, #f74eb4 100px, #7d4afe 600px) repeat 0 0;}
	30%{background:linear-gradient(135deg, #f74eb4 140px, #7d4afe 720px) repeat 0 0;}
	33%{background:linear-gradient(135deg, #7d4afe 0px, #f74eb4 120px) repeat 0 0;}
	36%{background:linear-gradient(135deg, #7d4afe 20px, #f74eb4 240px) repeat 0 0;}
	39%{background:linear-gradient(135deg, #7d4afe 40px, #f74eb4 360px) repeat 0 0;}
	42%{background:linear-gradient(135deg, #7d4afe 60px, #f74eb4 480px) repeat 0 0;}
	45%{background:linear-gradient(135deg, #7d4afe 100px, #f74eb4 600px) repeat 0 0;}
	48%{background:linear-gradient(135deg, #7d4afe 140px, #f74eb4 720px) repeat 0 0;}
	51%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	100%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
}
@-o-keyframes moveSS {
	0%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	10%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	15%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 100px) repeat 0 0;}
	18%{background:linear-gradient(135deg, #f74eb4 20px, #7d4afe 240px) repeat 0 0;}
	21%{background:linear-gradient(135deg, #f74eb4 40px, #7d4afe 360px) repeat 0 0;}
	24%{background:linear-gradient(135deg, #f74eb4 60px, #7d4afe 480px) repeat 0 0;}
	27%{background:linear-gradient(135deg, #f74eb4 100px, #7d4afe 600px) repeat 0 0;}
	30%{background:linear-gradient(135deg, #f74eb4 140px, #7d4afe 720px) repeat 0 0;}
	33%{background:linear-gradient(135deg, #7d4afe 0px, #f74eb4 120px) repeat 0 0;}
	36%{background:linear-gradient(135deg, #7d4afe 20px, #f74eb4 240px) repeat 0 0;}
	39%{background:linear-gradient(135deg, #7d4afe 40px, #f74eb4 360px) repeat 0 0;}
	42%{background:linear-gradient(135deg, #7d4afe 60px, #f74eb4 480px) repeat 0 0;}
	45%{background:linear-gradient(135deg, #7d4afe 100px, #f74eb4 600px) repeat 0 0;}
	48%{background:linear-gradient(135deg, #7d4afe 140px, #f74eb4 720px) repeat 0 0;}
	51%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	100%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
}
@-ms-keyframes moveSS {
	0%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	10%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	15%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 100px) repeat 0 0;}
	18%{background:linear-gradient(135deg, #f74eb4 20px, #7d4afe 240px) repeat 0 0;}
	21%{background:linear-gradient(135deg, #f74eb4 40px, #7d4afe 360px) repeat 0 0;}
	24%{background:linear-gradient(135deg, #f74eb4 60px, #7d4afe 480px) repeat 0 0;}
	27%{background:linear-gradient(135deg, #f74eb4 100px, #7d4afe 600px) repeat 0 0;}
	30%{background:linear-gradient(135deg, #f74eb4 140px, #7d4afe 720px) repeat 0 0;}
	33%{background:linear-gradient(135deg, #7d4afe 0px, #f74eb4 120px) repeat 0 0;}
	36%{background:linear-gradient(135deg, #7d4afe 20px, #f74eb4 240px) repeat 0 0;}
	39%{background:linear-gradient(135deg, #7d4afe 40px, #f74eb4 360px) repeat 0 0;}
	42%{background:linear-gradient(135deg, #7d4afe 60px, #f74eb4 480px) repeat 0 0;}
	45%{background:linear-gradient(135deg, #7d4afe 100px, #f74eb4 600px) repeat 0 0;}
	48%{background:linear-gradient(135deg, #7d4afe 140px, #f74eb4 720px) repeat 0 0;}
	51%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
	100%{background:linear-gradient(135deg, #f74eb4 0px, #7d4afe 0px) repeat 0 0;}
}

/* @keyframes btnmake {
    50%{
        transform: scale(1.5);
    }
} */


/* .main_wrap .search_wrap .btn_make:hover {
    background-color: rgba(0, 255, 255, 0.767);
    animation: btnmake 3s infinite;
} */

.main_wrap .search_wrap .btn_make:before {
    content: '';
    display: block;
    display: none;
    position: absolute;
    top: -5px;
    left: -5px;
    /* z-index: -2; */
    width: 140px;
    height:140px;
    background: #fefeff;
    background-color: #fc5dc9;
    border-radius: 25px;
    /* opacity: .6; */
    /* animation: scale-up 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; */
}

.main_wrap .search_wrap .btn_make .icon_brush {
    margin-right: 10px;
}


/*** 검색 추천 ***/
.main_wrap .search_word {
    margin-top: 25px;
    padding-left: 200px;
    color: #fff;
    font-weight: 600;
}

.main_wrap .search_word .searchword_tit {
    font-size: 20px;
    font-weight: 600;
    width: 124px;
    line-height: 40px;
    background-color: #000;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #fff;
    text-align: center;
    padding-top: 2px;
}

.main_wrap .search_word p {
    display: inline-block;
}

.main_wrap .search_word .word {
    font-size: 18px;
    margin-left: 20px;
    text-decoration: underline;
    text-underline-offset: 0.8rem;
    /* vertical-align: top; */
}


/*** 사용 방법 ***/
.main_wrap .howto_chatgpt {
    background-color: rgba( 255, 255, 255, 0.2 );
    border-radius: 20px;
    height: 690px;
    width: 960px;
    margin: 110px auto 0;
}

.main_wrap .howto_chatgpt .howto_tit {
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 50px;
}

.main_wrap .howto_chatgpt .howto_box {
    padding-left: 80px;
    margin-bottom: 30px;
    position: relative;
}

.main_wrap .howto_chatgpt .howto_box:after {
    content: '';
    display: block;
    width: 3px;
    height: 72px;
    background-image: url(/images/helper/imgmaker/img_dot.png);
    position: absolute;
    left: 126px;
    top: 123px;
}

.main_wrap .howto_chatgpt .howto_box.last:after {
    display: none;
}

.main_wrap .howto_chatgpt .howto_num {
    color: #fff;
    font-size: 36px;
    border: 1px solid #fff;
    width: 95px;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
    /* padding: 7px 0; */
    display: inline-block;
}

.main_wrap .howto_chatgpt .howto_con {
    border-radius: 20px;
    background: #fff;
    width: 580px;
    height: 140px;
    display: inline-block;
    margin-left: 50px;
    padding-left: 70px;
}

.main_wrap .howto_chatgpt .howto_con img {
    margin-bottom: 40px;
    margin-top: 20px;
    /* border: 1px solid black; */
    /* animation: myimgtit 3s ease infinite; */
}

/** 사용방법 아이콘 동작 **/
.main_wrap .howto_chatgpt .howto_con:hover img {
    animation: howtoicon 1.5s ease-in-out infinite;
    -webkit-animation: howtoicon 1.5s ease infinite;
	-moz-animation: howtoicon 1.5s ease infinite;
	-ms-animation: howtoicon 1.5s ease infinite;
	-o-animation: howtoicon 1.5s ease infinite;
}

@keyframes howtoicon {
    0% {
        transform: translate(0px, 10px);
    }
    50% {
        transform: translate(0,0px);
    }
    100% {
        transform: translate(0px, 10px);
    }
}
@-webkit-keyframes howtoicon {
    0% {
        transform: translate(0px, 10px);
    }
    50% {
        transform: translate(0,0px);
    }
    100% {
        transform: translate(0px, 10px);
    }
}
@-moz-keyframes howtoicon {
    0% {
        transform: translate(0px, 10px);
    }
    50% {
        transform: translate(0,0px);
    }
    100% {
        transform: translate(0px, 10px);
    }
}
@-ms-keyframes howtoicon {
    0% {
        transform: translate(0px, 10px);
    }
    50% {
        transform: translate(0,0px);
    }
    100% {
        transform: translate(0px, 10px);
    }
}
@-o-keyframes howtoicon {
    0% {
        transform: translate(0px, 10px);
    }
    50% {
        transform: translate(0,0px);
    }
    100% {
        transform: translate(0px, 10px);
    }
}

.main_wrap .howto_chatgpt .howto_txt {
    display: inline-block;
    font-size: 25px;
    line-height: 1.4;
    margin-left: 60px;
    margin-top: 30px;
    vertical-align: top;
    font-weight: 700;
    color: #333333;
    padding-top: 10px;
}

.main_wrap .howto_chatgpt .howto_txt.second {
    padding-top: 20px;
}


/*** 아이디어 공유 ***/
.main_wrap .ideashare_wrap {
    margin-top: 65px;
}

.main_wrap .ideashare_wrap .ideashare_tit{
    color: #fff;
    font-size: 28px;
    padding-left: 67px;
    background: url('/images/helper/imgmaker/icon_idea.png') no-repeat 35px center;
    position: relative;
}


.main_wrap .ideashare_wrap .ideashare_tit1 {
    color: #fff;
    font-size: 28px;
    padding-left: 67px;
    background: url('/images/helper/imgmaker/icon_image.png') no-repeat 35px center;
    position: relative;
}

.main_wrap .ideashare_wrap .ideashare_tit1:after {
    content: '';
    display: block;
    height: 3px;
    width: 235px;
    background-color: #fff;
    position: absolute;
    left: 35px;
    bottom: -6px;
}

.main_wrap .ideashare_wrap .ideashare_tit:after {
    content: '';
    display: block;
    height: 3px;
    width: 200px;
    background-color: #fff;
    position: absolute;
    left: 35px;
    bottom: -6px;
}


/***** 메인화면 > 아이디어공유 클릭시 > 이미지팝업 *****/

.ideashare_popup{
	display:none;
	z-index:99999;
	position:fixed;
}

.ideashare_popup .popup_bg {
    background-color: rgba( 0, 0, 0, 0.7);
    /* border: 5px solid red; */
    position: absolute;
    top: 0;
    left: 0%;
    width: 100vw;
    height: 100%;
    z-index: 1;
}

.ideashare_popup .popup_wrap {
    width: 1180px;
    height: 760px;
    border: 1px solid #fff;
    background-color: #000;
    border-radius: 20px;
    position: absolute;
    z-index: 2;
    box-shadow: 0px 0px 15px rgba( 255, 255, 255, 0.6);
}

.ideashare_popup .popup_wrap .btn_popupclose {
    float: right;
    padding: 25px 25px 0 0;
}


.ideashare_popup .popup_wrap .popupbtn_wrap {
    text-align: center;
    margin-bottom: 34px;
    padding-top: 60px;
}

.ideashare_popup .popup_wrap .popupbtn_wrap .popupbtn {
    line-height: 40px;
    width: 130px;
    border: 1px solid #fff;
    background-color: #000;
    font-size: 20px;
    font-weight: 600;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
}


.ideashare_popup .popup_wrap .popupbtn_wrap .popupbtn .popup_icon {
    margin-right: 10px;
    vertical-align: text-top;
}

.ideashare_popup .popup_wrap .popupbtn_wrap .popupbtn:hover {
    box-shadow: 0px 0px 10px #fff;
    background-color: #222222;
}

.ideashare_popup .popup_wrap .popupimg {
    text-align: center;
}

.ideashare_popup .popup_wrap .popupimg img {
    text-align: center;
    width: 512px;
    height: 512px;
}
.ideashare_popup .popup_wrap .popup_tit {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}


.main_wrap .ideashare_wrap .img_box {
    margin-top: 20px;
}
.main_wrap .ideashare_wrap .img_wrap {
    margin-top: 15px;
}
.main_wrap .ideashare_wrap .img_wrap .chatimg {
    display: inline-block;
    border-radius: 22px;
    position: relative;
	margin-top:20px;
}


/** 아이디어 공유_마우스엔터 동작구현 **/
.main_wrap .ideashare_wrap .img_wrap .chatimg_tit {
    position: absolute;
    top: 70px;
    left: 28px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 180px;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    z-index: 1;
    display: none;
}

.main_wrap .ideashare_wrap .img_wrap .chatimg .bg_chatimg {
    width: 240px;
    height: 240px;
    background-color: rgba( 0, 0, 0, 0.4);
    position: absolute;
    display: none;
}

.main_wrap .ideashare_wrap .img_wrap .btn_click {
    color: #000;
    position: absolute;
    top: 130px;
    left: 68px;
    width: 102px;
    line-height: 30px;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding-top: 8px;
    box-shadow: 0px 0px 15px rgba(240, 7, 168, 0.6);
    display: none;
}

.main_wrap .ideashare_wrap .img_wrap .chatimg_tit.on {display: -webkit-box;}

.main_wrap .ideashare_wrap .img_wrap .bg_chatimg.on {display: block;}

.main_wrap .ideashare_wrap .img_wrap .btn_click.on {display: block;}


.main_wrap .ideashare_wrap .img_wrap .chatimg:nth-child(1) {
    margin-left: 11px;
}

.main_wrap .ideashare_wrap .img_wrap a+a {
    margin-left: 12px;
}

.main_wrap .ideashare_wrap .img_wrap .btn_click .icon_click {
    margin: 2px 12px 0 15px;
    vertical-align: top;
}

.main_wrap .ideashare_wrap .img_wrap .chatimg .chatimg_img {
    width: 240px;
    height: 240px;
    overflow: hidden;
	border-radius:22px;
}


/** 페이지네이션 **/
.main_wrap .ideashare_wrap .pagination_wrap {
    text-align: center;
    margin-top: 40px;
}

.main_wrap .ideashare_wrap .pagination_wrap a { 
    display: inline-block;
    width: 34px;
    line-height: 34px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.main_wrap .ideashare_wrap .pagination_wrap a.active {
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.main_wrap .ideashare_wrap .pagination_wrap a.active:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: rgba( 255, 255, 255, 0.2 );
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 1px;
}



/***** 자세히보기 화면 *****/
.main_wrap .detail_wrap {
    margin: 100px auto 0;
    background: rgba( 255, 255, 255, 0.2);
    width: 980px;
    border-radius: 20px;
    padding-bottom: 70px;
    position: relative;
}

.main_wrap .detail_wrap .detail_tit {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 40px;
}

.main_wrap .detail_wrap .btn_back {
    position: absolute;
    left: 30px;
    top: 30px;
}

.main_wrap .detail_wrap .detailbtn_wrap {
    margin-top: 60px;
    text-align: center;
}

.main_wrap .detail_wrap .detailbtn {
    line-height: 41px;
    width: 134px;
    border: 1px solid #fff;
    background-color: #000;
    font-size: 20px;
    font-weight: 600;
    border-radius: 15px;
    color: #fff;
    /* box-shadow: 0px 0px 10px #fff; */
    cursor: pointer;
}

.main_wrap .detail_wrap .detailbtn.download {
    margin-left: 90px;
}

.main_wrap .detail_wrap .detailbtn:hover {
    background-color: #222222;
    box-shadow: 0px 0px 8px rgba( 255, 255, 255, 0.8 );
}

.main_wrap .detail_wrap .detail_icon {
    margin-right: 10px;
    vertical-align: text-top;
}

.main_wrap .detail_wrap .img_detailview {
    border-radius: 20px;
    width: 520px;
    height: 520px;
    overflow: hidden;
    margin: 35px auto 0;
}



/*** btn_내가 생성한 이미지 보기 ***/
.my_img { 
    background-color: #f007a8; 
    border-radius: 20px; 
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 0px 15px #afafaf;
}
 
.my_img a {
    display: block;
    border-radius: 20px; 
    padding: 23px 14px;
}

.my_img a:hover {
    text-decoration: none; 
    color: #fff; 
    background-color: #8d61ec; 
    font-weight: 600;
}





/******** 내가 생성한 이미지 페이지 ********/
.myimg_wrap {
    padding-bottom: 100px;
    background: url(/images/helper/imgmaker/main_bg_2.jpg);
}

/** 내가 생성한 이미지 페이지 타이틀 동작 **/
.myimg_wrap .main_tit {
    color: #fff;
    font-size: 64px;
    text-align: center;
    padding: 116px 0 144px;
    animation: myimgtit2 2s ease;
    -webkit-animation: myimgtit2 2s ease;
	-moz-animation: myimgtit2 2s ease;
	-ms-animation: myimgtit2 2s ease;
	-o-animation: myimgtit2 2s ease;
}    

@keyframes myimgtit {
    0% {
        transform: translate(0, 15px);
    }
    50% {
        transform: translate(0,0px);
    }
    100% {
        transform: translate(0,15px);
    }
}


@keyframes myimgtit2 {
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-moz-keyframes myimgtit2 {
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-ms-keyframes myimgtit2 {
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-o-keyframes myimgtit2 {
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.myimg_wrap .myimg_topcon {
    width: 1000px;
    height: 60px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 auto;
}

.myimg_wrap .myimg_topcon .myimg_count {
    display: inline-block;
    margin: 20px 0 0 20px;
    font-weight: 700;
}

.myimg_wrap .myimg_topcon .myimg_select {
    float: right;
    width: 98px;
    height: 40px;
    border-radius: 10px;
    margin: 10px 20px 0 0;
    background-color: #cccccc;
    border: none;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Noto Sans KR';
    outline: none;
}

.myimg_wrap .img_box {
    margin-top: 5px;
}
.myimg_wrap .img_box .img_wrap {
    margin-top: 15px;
}
.myimg_wrap .img_box .img_wrap a:nth-child(1) {
    margin-left: 11px;
}
.myimg_wrap .img_box .img_wrap a+a {
    margin-left: 12px;
}

.myimg_wrap .img_box .img_wrap .chatimg .chatimg_img {
    width: 240px;
    height: 240px;
    overflow: hidden;
	border-radius:22px;
}

/** 페이지네이션 **/
.myimg_wrap .pagination_wrap {
    text-align: center;
    margin-top: 40px;
}

.myimg_wrap .pagination_wrap a, .pg_nav { 
    display: inline-block;
    width: 32px;
    line-height: 32px;
    font-size: 20px;
    font-family: 'Noto Sans KR';
    color: #fff;
    text-decoration: none;
}

.myimg_wrap .pagination_wrap a.active, .pg_nav_sel {
    font-weight: 600;
    display: inline-block;
    width: 34px;
    height: 34px;
    position: relative;
	font-size:20px;
	color:#fff;
	background:none;
}

.myimg_wrap .pagination_wrap a.active:before, .pg_nav_sel:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: rgba( 255, 255, 255, 0.2 );
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 1px;
}


/** 마우스엔터 동작구현 **/
.myimg_wrap .img_box .img_wrap .chatimg {
    position: relative;
    display: inline-block;
    border-radius: 22px;
	margin-top:20px;
}

.myimg_wrap .img_box .img_wrap .chatimg_tit {
    position: absolute;
    top: 70px;
    left: 28px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 180px;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    z-index: 1;
    display: none;
}

.myimg_wrap .img_wrap .chatimg .bg_chatimg {
    width: 240px;
    height: 240px;
    background-color: rgba( 0, 0, 0, 0.4);
    position: absolute;
    display: none;
}

.myimg_wrap .img_wrap .btn_click {
    color: #000;
    position: absolute;
    top: 130px;
    left: 68px;
    width: 102px;
    line-height: 28px;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding-top: 10px;
    box-shadow: 0px 0px 15px rgba(240, 7, 168, 0.6);
    display: none;
}

.myimg_wrap .img_wrap .btn_click .icon_click {
    margin: 0 12px 0 15px;
    vertical-align: top;
}

.myimg_wrap .img_wrap .chatimg_tit.on {
    display: -webkit-box;
}

.myimg_wrap .img_wrap .bg_chatimg.on {
    display: block;
}

.myimg_wrap .img_wrap .btn_click.on {
    display: block;
}




/***** btn_챗gpt 메인페이지 이동 *****/
.chatgpt_maingo { 
    background-color: #8d61ec; 
    border-radius: 20px; 
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 0px 15px #afafaf;
    text-align: center;
}

.chatgpt_maingo a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 10px;
    border-radius: 20px; 
}

.chatgpt_maingo a:hover {
    text-decoration: none;
    background-color: #f007a8;
}